Documentation ¶
Index ¶
- type AcceptGrantFuture
- type CheckInLicenseFuture
- type CheckoutBorrowLicenseFuture
- type CheckoutLicenseFuture
- type Client
- type CreateGrantFuture
- type CreateGrantVersionFuture
- type CreateLicenseConfigurationFuture
- type CreateLicenseFuture
- type CreateLicenseVersionFuture
- type CreateTokenFuture
- type DeleteGrantFuture
- type DeleteLicenseConfigurationFuture
- type DeleteLicenseFuture
- type DeleteTokenFuture
- type ExtendLicenseConsumptionFuture
- type GetAccessTokenFuture
- type GetGrantFuture
- type GetLicenseConfigurationFuture
- type GetLicenseFuture
- type GetLicenseUsageFuture
- type GetServiceSettingsFuture
- type ListAssociationsForLicenseConfigurationFuture
- type ListDistributedGrantsFuture
- type ListFailuresForLicenseConfigurationOperationsFuture
- type ListLicenseConfigurationsFuture
- type ListLicenseSpecificationsForResourceFuture
- type ListLicenseVersionsFuture
- type ListLicensesFuture
- type ListReceivedGrantsFuture
- type ListReceivedLicensesFuture
- type ListResourceInventoryFuture
- type ListTagsForResourceFuture
- type ListTokensFuture
- type ListUsageForLicenseConfigurationFuture
- type RejectGrantFuture
- 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 AcceptGrantFuture ¶
func (*AcceptGrantFuture) Get ¶
func (r *AcceptGrantFuture) Get(ctx workflow.Context) (*licensemanager.AcceptGrantOutput, error)
type CheckInLicenseFuture ¶
func (*CheckInLicenseFuture) Get ¶
func (r *CheckInLicenseFuture) Get(ctx workflow.Context) (*licensemanager.CheckInLicenseOutput, error)
type CheckoutBorrowLicenseFuture ¶
type CheckoutBorrowLicenseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CheckoutBorrowLicenseFuture) Get ¶
func (r *CheckoutBorrowLicenseFuture) Get(ctx workflow.Context) (*licensemanager.CheckoutBorrowLicenseOutput, error)
type CheckoutLicenseFuture ¶
type CheckoutLicenseFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CheckoutLicenseFuture) Get ¶
func (r *CheckoutLicenseFuture) Get(ctx workflow.Context) (*licensemanager.CheckoutLicenseOutput, error)
type Client ¶
type Client interface { AcceptGrant(ctx workflow.Context, input *licensemanager.AcceptGrantInput) (*licensemanager.AcceptGrantOutput, error) AcceptGrantAsync(ctx workflow.Context, input *licensemanager.AcceptGrantInput) *AcceptGrantFuture CheckInLicense(ctx workflow.Context, input *licensemanager.CheckInLicenseInput) (*licensemanager.CheckInLicenseOutput, error) CheckInLicenseAsync(ctx workflow.Context, input *licensemanager.CheckInLicenseInput) *CheckInLicenseFuture CheckoutBorrowLicense(ctx workflow.Context, input *licensemanager.CheckoutBorrowLicenseInput) (*licensemanager.CheckoutBorrowLicenseOutput, error) CheckoutBorrowLicenseAsync(ctx workflow.Context, input *licensemanager.CheckoutBorrowLicenseInput) *CheckoutBorrowLicenseFuture CheckoutLicense(ctx workflow.Context, input *licensemanager.CheckoutLicenseInput) (*licensemanager.CheckoutLicenseOutput, error) CheckoutLicenseAsync(ctx workflow.Context, input *licensemanager.CheckoutLicenseInput) *CheckoutLicenseFuture CreateGrant(ctx workflow.Context, input *licensemanager.CreateGrantInput) (*licensemanager.CreateGrantOutput, error) CreateGrantAsync(ctx workflow.Context, input *licensemanager.CreateGrantInput) *CreateGrantFuture CreateGrantVersion(ctx workflow.Context, input *licensemanager.CreateGrantVersionInput) (*licensemanager.CreateGrantVersionOutput, error) CreateGrantVersionAsync(ctx workflow.Context, input *licensemanager.CreateGrantVersionInput) *CreateGrantVersionFuture CreateLicense(ctx workflow.Context, input *licensemanager.CreateLicenseInput) (*licensemanager.CreateLicenseOutput, error) CreateLicenseAsync(ctx workflow.Context, input *licensemanager.CreateLicenseInput) *CreateLicenseFuture CreateLicenseConfiguration(ctx workflow.Context, input *licensemanager.CreateLicenseConfigurationInput) (*licensemanager.CreateLicenseConfigurationOutput, error) CreateLicenseConfigurationAsync(ctx workflow.Context, input *licensemanager.CreateLicenseConfigurationInput) *CreateLicenseConfigurationFuture CreateLicenseVersion(ctx workflow.Context, input *licensemanager.CreateLicenseVersionInput) (*licensemanager.CreateLicenseVersionOutput, error) CreateLicenseVersionAsync(ctx workflow.Context, input *licensemanager.CreateLicenseVersionInput) *CreateLicenseVersionFuture CreateToken(ctx workflow.Context, input *licensemanager.CreateTokenInput) (*licensemanager.CreateTokenOutput, error) CreateTokenAsync(ctx workflow.Context, input *licensemanager.CreateTokenInput) *CreateTokenFuture DeleteGrant(ctx workflow.Context, input *licensemanager.DeleteGrantInput) (*licensemanager.DeleteGrantOutput, error) DeleteGrantAsync(ctx workflow.Context, input *licensemanager.DeleteGrantInput) *DeleteGrantFuture DeleteLicense(ctx workflow.Context, input *licensemanager.DeleteLicenseInput) (*licensemanager.DeleteLicenseOutput, error) DeleteLicenseAsync(ctx workflow.Context, input *licensemanager.DeleteLicenseInput) *DeleteLicenseFuture DeleteLicenseConfiguration(ctx workflow.Context, input *licensemanager.DeleteLicenseConfigurationInput) (*licensemanager.DeleteLicenseConfigurationOutput, error) DeleteLicenseConfigurationAsync(ctx workflow.Context, input *licensemanager.DeleteLicenseConfigurationInput) *DeleteLicenseConfigurationFuture DeleteToken(ctx workflow.Context, input *licensemanager.DeleteTokenInput) (*licensemanager.DeleteTokenOutput, error) DeleteTokenAsync(ctx workflow.Context, input *licensemanager.DeleteTokenInput) *DeleteTokenFuture ExtendLicenseConsumption(ctx workflow.Context, input *licensemanager.ExtendLicenseConsumptionInput) (*licensemanager.ExtendLicenseConsumptionOutput, error) ExtendLicenseConsumptionAsync(ctx workflow.Context, input *licensemanager.ExtendLicenseConsumptionInput) *ExtendLicenseConsumptionFuture GetAccessToken(ctx workflow.Context, input *licensemanager.GetAccessTokenInput) (*licensemanager.GetAccessTokenOutput, error) GetAccessTokenAsync(ctx workflow.Context, input *licensemanager.GetAccessTokenInput) *GetAccessTokenFuture GetGrant(ctx workflow.Context, input *licensemanager.GetGrantInput) (*licensemanager.GetGrantOutput, error) GetGrantAsync(ctx workflow.Context, input *licensemanager.GetGrantInput) *GetGrantFuture GetLicense(ctx workflow.Context, input *licensemanager.GetLicenseInput) (*licensemanager.GetLicenseOutput, error) GetLicenseAsync(ctx workflow.Context, input *licensemanager.GetLicenseInput) *GetLicenseFuture GetLicenseConfiguration(ctx workflow.Context, input *licensemanager.GetLicenseConfigurationInput) (*licensemanager.GetLicenseConfigurationOutput, error) GetLicenseConfigurationAsync(ctx workflow.Context, input *licensemanager.GetLicenseConfigurationInput) *GetLicenseConfigurationFuture GetLicenseUsage(ctx workflow.Context, input *licensemanager.GetLicenseUsageInput) (*licensemanager.GetLicenseUsageOutput, error) GetLicenseUsageAsync(ctx workflow.Context, input *licensemanager.GetLicenseUsageInput) *GetLicenseUsageFuture 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 ListDistributedGrants(ctx workflow.Context, input *licensemanager.ListDistributedGrantsInput) (*licensemanager.ListDistributedGrantsOutput, error) ListDistributedGrantsAsync(ctx workflow.Context, input *licensemanager.ListDistributedGrantsInput) *ListDistributedGrantsFuture 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 ListLicenseVersions(ctx workflow.Context, input *licensemanager.ListLicenseVersionsInput) (*licensemanager.ListLicenseVersionsOutput, error) ListLicenseVersionsAsync(ctx workflow.Context, input *licensemanager.ListLicenseVersionsInput) *ListLicenseVersionsFuture ListLicenses(ctx workflow.Context, input *licensemanager.ListLicensesInput) (*licensemanager.ListLicensesOutput, error) ListLicensesAsync(ctx workflow.Context, input *licensemanager.ListLicensesInput) *ListLicensesFuture ListReceivedGrants(ctx workflow.Context, input *licensemanager.ListReceivedGrantsInput) (*licensemanager.ListReceivedGrantsOutput, error) ListReceivedGrantsAsync(ctx workflow.Context, input *licensemanager.ListReceivedGrantsInput) *ListReceivedGrantsFuture ListReceivedLicenses(ctx workflow.Context, input *licensemanager.ListReceivedLicensesInput) (*licensemanager.ListReceivedLicensesOutput, error) ListReceivedLicensesAsync(ctx workflow.Context, input *licensemanager.ListReceivedLicensesInput) *ListReceivedLicensesFuture 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 ListTokens(ctx workflow.Context, input *licensemanager.ListTokensInput) (*licensemanager.ListTokensOutput, error) ListTokensAsync(ctx workflow.Context, input *licensemanager.ListTokensInput) *ListTokensFuture ListUsageForLicenseConfiguration(ctx workflow.Context, input *licensemanager.ListUsageForLicenseConfigurationInput) (*licensemanager.ListUsageForLicenseConfigurationOutput, error) ListUsageForLicenseConfigurationAsync(ctx workflow.Context, input *licensemanager.ListUsageForLicenseConfigurationInput) *ListUsageForLicenseConfigurationFuture RejectGrant(ctx workflow.Context, input *licensemanager.RejectGrantInput) (*licensemanager.RejectGrantOutput, error) RejectGrantAsync(ctx workflow.Context, input *licensemanager.RejectGrantInput) *RejectGrantFuture 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 CreateGrantFuture ¶
func (*CreateGrantFuture) Get ¶
func (r *CreateGrantFuture) Get(ctx workflow.Context) (*licensemanager.CreateGrantOutput, error)
type CreateGrantVersionFuture ¶
type CreateGrantVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateGrantVersionFuture) Get ¶
func (r *CreateGrantVersionFuture) Get(ctx workflow.Context) (*licensemanager.CreateGrantVersionOutput, error)
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 CreateLicenseFuture ¶
func (*CreateLicenseFuture) Get ¶
func (r *CreateLicenseFuture) Get(ctx workflow.Context) (*licensemanager.CreateLicenseOutput, error)
type CreateLicenseVersionFuture ¶
type CreateLicenseVersionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*CreateLicenseVersionFuture) Get ¶
func (r *CreateLicenseVersionFuture) Get(ctx workflow.Context) (*licensemanager.CreateLicenseVersionOutput, error)
type CreateTokenFuture ¶
func (*CreateTokenFuture) Get ¶
func (r *CreateTokenFuture) Get(ctx workflow.Context) (*licensemanager.CreateTokenOutput, error)
type DeleteGrantFuture ¶
func (*DeleteGrantFuture) Get ¶
func (r *DeleteGrantFuture) Get(ctx workflow.Context) (*licensemanager.DeleteGrantOutput, 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 DeleteLicenseFuture ¶
func (*DeleteLicenseFuture) Get ¶
func (r *DeleteLicenseFuture) Get(ctx workflow.Context) (*licensemanager.DeleteLicenseOutput, error)
type DeleteTokenFuture ¶
func (*DeleteTokenFuture) Get ¶
func (r *DeleteTokenFuture) Get(ctx workflow.Context) (*licensemanager.DeleteTokenOutput, error)
type ExtendLicenseConsumptionFuture ¶
type ExtendLicenseConsumptionFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ExtendLicenseConsumptionFuture) Get ¶
func (r *ExtendLicenseConsumptionFuture) Get(ctx workflow.Context) (*licensemanager.ExtendLicenseConsumptionOutput, error)
type GetAccessTokenFuture ¶
func (*GetAccessTokenFuture) Get ¶
func (r *GetAccessTokenFuture) Get(ctx workflow.Context) (*licensemanager.GetAccessTokenOutput, error)
type GetGrantFuture ¶
func (*GetGrantFuture) Get ¶
func (r *GetGrantFuture) Get(ctx workflow.Context) (*licensemanager.GetGrantOutput, 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 GetLicenseFuture ¶
func (*GetLicenseFuture) Get ¶
func (r *GetLicenseFuture) Get(ctx workflow.Context) (*licensemanager.GetLicenseOutput, error)
type GetLicenseUsageFuture ¶
type GetLicenseUsageFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*GetLicenseUsageFuture) Get ¶
func (r *GetLicenseUsageFuture) Get(ctx workflow.Context) (*licensemanager.GetLicenseUsageOutput, 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 ListDistributedGrantsFuture ¶
type ListDistributedGrantsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListDistributedGrantsFuture) Get ¶
func (r *ListDistributedGrantsFuture) Get(ctx workflow.Context) (*licensemanager.ListDistributedGrantsOutput, error)
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 ListLicenseVersionsFuture ¶
type ListLicenseVersionsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListLicenseVersionsFuture) Get ¶
func (r *ListLicenseVersionsFuture) Get(ctx workflow.Context) (*licensemanager.ListLicenseVersionsOutput, error)
type ListLicensesFuture ¶
func (*ListLicensesFuture) Get ¶
func (r *ListLicensesFuture) Get(ctx workflow.Context) (*licensemanager.ListLicensesOutput, error)
type ListReceivedGrantsFuture ¶
type ListReceivedGrantsFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListReceivedGrantsFuture) Get ¶
func (r *ListReceivedGrantsFuture) Get(ctx workflow.Context) (*licensemanager.ListReceivedGrantsOutput, error)
type ListReceivedLicensesFuture ¶
type ListReceivedLicensesFuture struct { // public to support Selector.addFuture Future workflow.Future }
func (*ListReceivedLicensesFuture) Get ¶
func (r *ListReceivedLicensesFuture) Get(ctx workflow.Context) (*licensemanager.ListReceivedLicensesOutput, error)
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 ListTokensFuture ¶
func (*ListTokensFuture) Get ¶
func (r *ListTokensFuture) Get(ctx workflow.Context) (*licensemanager.ListTokensOutput, 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 RejectGrantFuture ¶
func (*RejectGrantFuture) Get ¶
func (r *RejectGrantFuture) Get(ctx workflow.Context) (*licensemanager.RejectGrantOutput, 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.