Documentation ¶
Index ¶
- type Client
- type CreateLicenseConfigurationFuture
- type DeleteLicenseConfigurationFuture
- type GetLicenseConfigurationFuture
- type GetServiceSettingsFuture
- type ListAssociationsForLicenseConfigurationFuture
- type ListFailuresForLicenseConfigurationOperationsFuture
- type ListLicenseConfigurationsFuture
- type ListLicenseSpecificationsForResourceFuture
- type ListResourceInventoryFuture
- type ListTagsForResourceFuture
- type ListUsageForLicenseConfigurationFuture
- type TagResourceFuture
- type UntagResourceFuture
- type UpdateLicenseConfigurationFuture
- type UpdateLicenseSpecificationsForResourceFuture
- type UpdateServiceSettingsFuture
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { CreateLicenseConfiguration(ctx workflow.Context, input *licensemanager.CreateLicenseConfigurationInput) (*licensemanager.CreateLicenseConfigurationOutput, error) CreateLicenseConfigurationAsync(ctx workflow.Context, input *licensemanager.CreateLicenseConfigurationInput) *CreateLicenseConfigurationFuture DeleteLicenseConfiguration(ctx workflow.Context, input *licensemanager.DeleteLicenseConfigurationInput) (*licensemanager.DeleteLicenseConfigurationOutput, error) DeleteLicenseConfigurationAsync(ctx workflow.Context, input *licensemanager.DeleteLicenseConfigurationInput) *DeleteLicenseConfigurationFuture GetLicenseConfiguration(ctx workflow.Context, input *licensemanager.GetLicenseConfigurationInput) (*licensemanager.GetLicenseConfigurationOutput, error) GetLicenseConfigurationAsync(ctx workflow.Context, input *licensemanager.GetLicenseConfigurationInput) *GetLicenseConfigurationFuture GetServiceSettings(ctx workflow.Context, input *licensemanager.GetServiceSettingsInput) (*licensemanager.GetServiceSettingsOutput, error) GetServiceSettingsAsync(ctx workflow.Context, input *licensemanager.GetServiceSettingsInput) *GetServiceSettingsFuture ListAssociationsForLicenseConfiguration(ctx workflow.Context, input *licensemanager.ListAssociationsForLicenseConfigurationInput) (*licensemanager.ListAssociationsForLicenseConfigurationOutput, error) ListAssociationsForLicenseConfigurationAsync(ctx workflow.Context, input *licensemanager.ListAssociationsForLicenseConfigurationInput) *ListAssociationsForLicenseConfigurationFuture ListFailuresForLicenseConfigurationOperations(ctx workflow.Context, input *licensemanager.ListFailuresForLicenseConfigurationOperationsInput) (*licensemanager.ListFailuresForLicenseConfigurationOperationsOutput, error) ListFailuresForLicenseConfigurationOperationsAsync(ctx workflow.Context, input *licensemanager.ListFailuresForLicenseConfigurationOperationsInput) *ListFailuresForLicenseConfigurationOperationsFuture ListLicenseConfigurations(ctx workflow.Context, input *licensemanager.ListLicenseConfigurationsInput) (*licensemanager.ListLicenseConfigurationsOutput, error) ListLicenseConfigurationsAsync(ctx workflow.Context, input *licensemanager.ListLicenseConfigurationsInput) *ListLicenseConfigurationsFuture ListLicenseSpecificationsForResource(ctx workflow.Context, input *licensemanager.ListLicenseSpecificationsForResourceInput) (*licensemanager.ListLicenseSpecificationsForResourceOutput, error) ListLicenseSpecificationsForResourceAsync(ctx workflow.Context, input *licensemanager.ListLicenseSpecificationsForResourceInput) *ListLicenseSpecificationsForResourceFuture ListResourceInventory(ctx workflow.Context, input *licensemanager.ListResourceInventoryInput) (*licensemanager.ListResourceInventoryOutput, error) ListResourceInventoryAsync(ctx workflow.Context, input *licensemanager.ListResourceInventoryInput) *ListResourceInventoryFuture ListTagsForResource(ctx workflow.Context, input *licensemanager.ListTagsForResourceInput) (*licensemanager.ListTagsForResourceOutput, error) ListTagsForResourceAsync(ctx workflow.Context, input *licensemanager.ListTagsForResourceInput) *ListTagsForResourceFuture ListUsageForLicenseConfiguration(ctx workflow.Context, input *licensemanager.ListUsageForLicenseConfigurationInput) (*licensemanager.ListUsageForLicenseConfigurationOutput, error) ListUsageForLicenseConfigurationAsync(ctx workflow.Context, input *licensemanager.ListUsageForLicenseConfigurationInput) *ListUsageForLicenseConfigurationFuture TagResource(ctx workflow.Context, input *licensemanager.TagResourceInput) (*licensemanager.TagResourceOutput, error) TagResourceAsync(ctx workflow.Context, input *licensemanager.TagResourceInput) *TagResourceFuture UntagResource(ctx workflow.Context, input *licensemanager.UntagResourceInput) (*licensemanager.UntagResourceOutput, error) UntagResourceAsync(ctx workflow.Context, input *licensemanager.UntagResourceInput) *UntagResourceFuture UpdateLicenseConfiguration(ctx workflow.Context, input *licensemanager.UpdateLicenseConfigurationInput) (*licensemanager.UpdateLicenseConfigurationOutput, error) UpdateLicenseConfigurationAsync(ctx workflow.Context, input *licensemanager.UpdateLicenseConfigurationInput) *UpdateLicenseConfigurationFuture UpdateLicenseSpecificationsForResource(ctx workflow.Context, input *licensemanager.UpdateLicenseSpecificationsForResourceInput) (*licensemanager.UpdateLicenseSpecificationsForResourceOutput, error) UpdateLicenseSpecificationsForResourceAsync(ctx workflow.Context, input *licensemanager.UpdateLicenseSpecificationsForResourceInput) *UpdateLicenseSpecificationsForResourceFuture UpdateServiceSettings(ctx workflow.Context, input *licensemanager.UpdateServiceSettingsInput) (*licensemanager.UpdateServiceSettingsOutput, error) UpdateServiceSettingsAsync(ctx workflow.Context, input *licensemanager.UpdateServiceSettingsInput) *UpdateServiceSettingsFuture }
type CreateLicenseConfigurationFuture ¶
type CreateLicenseConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateLicenseConfigurationFuture) Get ¶
func (r *CreateLicenseConfigurationFuture) Get(ctx workflow.Context) (*licensemanager.CreateLicenseConfigurationOutput, error)
type DeleteLicenseConfigurationFuture ¶
type DeleteLicenseConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*DeleteLicenseConfigurationFuture) Get ¶
func (r *DeleteLicenseConfigurationFuture) Get(ctx workflow.Context) (*licensemanager.DeleteLicenseConfigurationOutput, error)
type GetLicenseConfigurationFuture ¶
type GetLicenseConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetLicenseConfigurationFuture) Get ¶
func (r *GetLicenseConfigurationFuture) Get(ctx workflow.Context) (*licensemanager.GetLicenseConfigurationOutput, error)
type GetServiceSettingsFuture ¶
type GetServiceSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetServiceSettingsFuture) Get ¶
func (r *GetServiceSettingsFuture) Get(ctx workflow.Context) (*licensemanager.GetServiceSettingsOutput, error)
type ListAssociationsForLicenseConfigurationFuture ¶
type ListAssociationsForLicenseConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ListFailuresForLicenseConfigurationOperationsFuture ¶
type ListFailuresForLicenseConfigurationOperationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ListLicenseConfigurationsFuture ¶
type ListLicenseConfigurationsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListLicenseConfigurationsFuture) Get ¶
func (r *ListLicenseConfigurationsFuture) Get(ctx workflow.Context) (*licensemanager.ListLicenseConfigurationsOutput, error)
type ListLicenseSpecificationsForResourceFuture ¶
type ListLicenseSpecificationsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
type ListResourceInventoryFuture ¶
type ListResourceInventoryFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListResourceInventoryFuture) Get ¶
func (r *ListResourceInventoryFuture) Get(ctx workflow.Context) (*licensemanager.ListResourceInventoryOutput, error)
type ListTagsForResourceFuture ¶
type ListTagsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListTagsForResourceFuture) Get ¶
func (r *ListTagsForResourceFuture) Get(ctx workflow.Context) (*licensemanager.ListTagsForResourceOutput, error)
type ListUsageForLicenseConfigurationFuture ¶
type ListUsageForLicenseConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListUsageForLicenseConfigurationFuture) Get ¶
func (r *ListUsageForLicenseConfigurationFuture) Get(ctx workflow.Context) (*licensemanager.ListUsageForLicenseConfigurationOutput, error)
type TagResourceFuture ¶
func (*TagResourceFuture) Get ¶
func (r *TagResourceFuture) Get(ctx workflow.Context) (*licensemanager.TagResourceOutput, error)
type UntagResourceFuture ¶
func (*UntagResourceFuture) Get ¶
func (r *UntagResourceFuture) Get(ctx workflow.Context) (*licensemanager.UntagResourceOutput, error)
type UpdateLicenseConfigurationFuture ¶
type UpdateLicenseConfigurationFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateLicenseConfigurationFuture) Get ¶
func (r *UpdateLicenseConfigurationFuture) Get(ctx workflow.Context) (*licensemanager.UpdateLicenseConfigurationOutput, error)
type UpdateLicenseSpecificationsForResourceFuture ¶
type UpdateLicenseSpecificationsForResourceFuture struct { // public to support Selector.addFuture Future workflow.Future }
type UpdateServiceSettingsFuture ¶
type UpdateServiceSettingsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*UpdateServiceSettingsFuture) Get ¶
func (r *UpdateServiceSettingsFuture) Get(ctx workflow.Context) (*licensemanager.UpdateServiceSettingsOutput, error)
Click to show internal directories.
Click to hide internal directories.