Documentation
¶
Overview ¶
Package licensemanager provides the client and types for making API requests to AWS License Manager.
AWS License Manager makes it easier to manage licenses from software vendors across multiple AWS accounts and on-premises servers.
See https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01 for more information on this service.
See licensemanager package documentation for more information. https://docs.aws.amazon.com/sdk-for-go/api/service/licensemanager/
Using the Client ¶
To contact AWS License Manager with the SDK use the New function to create a new service client. With that client you can make API requests to the service. These clients are safe to use concurrently.
See the SDK's documentation for more information on how to use the SDK. https://docs.aws.amazon.com/sdk-for-go/api/
See aws.Config documentation for more information on configuring SDK clients. https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
See the AWS License Manager client LicenseManager for more information on creating client for this service. https://docs.aws.amazon.com/sdk-for-go/api/service/licensemanager/#New
Index ¶
- Constants
- type AccessDeniedException
- func (s *AccessDeniedException) Code() string
- func (s *AccessDeniedException) Error() string
- func (s AccessDeniedException) GoString() string
- func (s *AccessDeniedException) Message() string
- func (s *AccessDeniedException) OrigErr() error
- func (s *AccessDeniedException) RequestID() string
- func (s *AccessDeniedException) StatusCode() int
- func (s AccessDeniedException) String() string
- type AuthorizationException
- func (s *AuthorizationException) Code() string
- func (s *AuthorizationException) Error() string
- func (s AuthorizationException) GoString() string
- func (s *AuthorizationException) Message() string
- func (s *AuthorizationException) OrigErr() error
- func (s *AuthorizationException) RequestID() string
- func (s *AuthorizationException) StatusCode() int
- func (s AuthorizationException) String() string
- type AutomatedDiscoveryInformation
- type ConsumedLicenseSummary
- type CreateLicenseConfigurationInput
- func (s CreateLicenseConfigurationInput) GoString() string
- func (s *CreateLicenseConfigurationInput) SetDescription(v string) *CreateLicenseConfigurationInput
- func (s *CreateLicenseConfigurationInput) SetLicenseCount(v int64) *CreateLicenseConfigurationInput
- func (s *CreateLicenseConfigurationInput) SetLicenseCountHardLimit(v bool) *CreateLicenseConfigurationInput
- func (s *CreateLicenseConfigurationInput) SetLicenseCountingType(v string) *CreateLicenseConfigurationInput
- func (s *CreateLicenseConfigurationInput) SetLicenseRules(v []*string) *CreateLicenseConfigurationInput
- func (s *CreateLicenseConfigurationInput) SetName(v string) *CreateLicenseConfigurationInput
- func (s *CreateLicenseConfigurationInput) SetProductInformationList(v []*ProductInformation) *CreateLicenseConfigurationInput
- func (s *CreateLicenseConfigurationInput) SetTags(v []*Tag) *CreateLicenseConfigurationInput
- func (s CreateLicenseConfigurationInput) String() string
- func (s *CreateLicenseConfigurationInput) Validate() error
- type CreateLicenseConfigurationOutput
- type DeleteLicenseConfigurationInput
- type DeleteLicenseConfigurationOutput
- type FailedDependencyException
- func (s *FailedDependencyException) Code() string
- func (s *FailedDependencyException) Error() string
- func (s FailedDependencyException) GoString() string
- func (s *FailedDependencyException) Message() string
- func (s *FailedDependencyException) OrigErr() error
- func (s *FailedDependencyException) RequestID() string
- func (s *FailedDependencyException) StatusCode() int
- func (s FailedDependencyException) String() string
- type Filter
- type FilterLimitExceededException
- func (s *FilterLimitExceededException) Code() string
- func (s *FilterLimitExceededException) Error() string
- func (s FilterLimitExceededException) GoString() string
- func (s *FilterLimitExceededException) Message() string
- func (s *FilterLimitExceededException) OrigErr() error
- func (s *FilterLimitExceededException) RequestID() string
- func (s *FilterLimitExceededException) StatusCode() int
- func (s FilterLimitExceededException) String() string
- type GetLicenseConfigurationInput
- type GetLicenseConfigurationOutput
- func (s GetLicenseConfigurationOutput) GoString() string
- func (s *GetLicenseConfigurationOutput) SetAutomatedDiscoveryInformation(v *AutomatedDiscoveryInformation) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetConsumedLicenseSummaryList(v []*ConsumedLicenseSummary) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetConsumedLicenses(v int64) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetDescription(v string) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetLicenseConfigurationArn(v string) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetLicenseConfigurationId(v string) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetLicenseCount(v int64) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetLicenseCountHardLimit(v bool) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetLicenseCountingType(v string) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetLicenseRules(v []*string) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetManagedResourceSummaryList(v []*ManagedResourceSummary) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetName(v string) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetOwnerAccountId(v string) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetProductInformationList(v []*ProductInformation) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetStatus(v string) *GetLicenseConfigurationOutput
- func (s *GetLicenseConfigurationOutput) SetTags(v []*Tag) *GetLicenseConfigurationOutput
- func (s GetLicenseConfigurationOutput) String() string
- type GetServiceSettingsInput
- type GetServiceSettingsOutput
- func (s GetServiceSettingsOutput) GoString() string
- func (s *GetServiceSettingsOutput) SetEnableCrossAccountsDiscovery(v bool) *GetServiceSettingsOutput
- func (s *GetServiceSettingsOutput) SetLicenseManagerResourceShareArn(v string) *GetServiceSettingsOutput
- func (s *GetServiceSettingsOutput) SetOrganizationConfiguration(v *OrganizationConfiguration) *GetServiceSettingsOutput
- func (s *GetServiceSettingsOutput) SetS3BucketArn(v string) *GetServiceSettingsOutput
- func (s *GetServiceSettingsOutput) SetSnsTopicArn(v string) *GetServiceSettingsOutput
- func (s GetServiceSettingsOutput) String() string
- type InvalidParameterValueException
- func (s *InvalidParameterValueException) Code() string
- func (s *InvalidParameterValueException) Error() string
- func (s InvalidParameterValueException) GoString() string
- func (s *InvalidParameterValueException) Message() string
- func (s *InvalidParameterValueException) OrigErr() error
- func (s *InvalidParameterValueException) RequestID() string
- func (s *InvalidParameterValueException) StatusCode() int
- func (s InvalidParameterValueException) String() string
- type InvalidResourceStateException
- func (s *InvalidResourceStateException) Code() string
- func (s *InvalidResourceStateException) Error() string
- func (s InvalidResourceStateException) GoString() string
- func (s *InvalidResourceStateException) Message() string
- func (s *InvalidResourceStateException) OrigErr() error
- func (s *InvalidResourceStateException) RequestID() string
- func (s *InvalidResourceStateException) StatusCode() int
- func (s InvalidResourceStateException) String() string
- type InventoryFilter
- func (s InventoryFilter) GoString() string
- func (s *InventoryFilter) SetCondition(v string) *InventoryFilter
- func (s *InventoryFilter) SetName(v string) *InventoryFilter
- func (s *InventoryFilter) SetValue(v string) *InventoryFilter
- func (s InventoryFilter) String() string
- func (s *InventoryFilter) Validate() error
- type LicenseConfiguration
- func (s LicenseConfiguration) GoString() string
- func (s *LicenseConfiguration) SetAutomatedDiscoveryInformation(v *AutomatedDiscoveryInformation) *LicenseConfiguration
- func (s *LicenseConfiguration) SetConsumedLicenseSummaryList(v []*ConsumedLicenseSummary) *LicenseConfiguration
- func (s *LicenseConfiguration) SetConsumedLicenses(v int64) *LicenseConfiguration
- func (s *LicenseConfiguration) SetDescription(v string) *LicenseConfiguration
- func (s *LicenseConfiguration) SetLicenseConfigurationArn(v string) *LicenseConfiguration
- func (s *LicenseConfiguration) SetLicenseConfigurationId(v string) *LicenseConfiguration
- func (s *LicenseConfiguration) SetLicenseCount(v int64) *LicenseConfiguration
- func (s *LicenseConfiguration) SetLicenseCountHardLimit(v bool) *LicenseConfiguration
- func (s *LicenseConfiguration) SetLicenseCountingType(v string) *LicenseConfiguration
- func (s *LicenseConfiguration) SetLicenseRules(v []*string) *LicenseConfiguration
- func (s *LicenseConfiguration) SetManagedResourceSummaryList(v []*ManagedResourceSummary) *LicenseConfiguration
- func (s *LicenseConfiguration) SetName(v string) *LicenseConfiguration
- func (s *LicenseConfiguration) SetOwnerAccountId(v string) *LicenseConfiguration
- func (s *LicenseConfiguration) SetProductInformationList(v []*ProductInformation) *LicenseConfiguration
- func (s *LicenseConfiguration) SetStatus(v string) *LicenseConfiguration
- func (s LicenseConfiguration) String() string
- type LicenseConfigurationAssociation
- func (s LicenseConfigurationAssociation) GoString() string
- func (s *LicenseConfigurationAssociation) SetAssociationTime(v time.Time) *LicenseConfigurationAssociation
- func (s *LicenseConfigurationAssociation) SetResourceArn(v string) *LicenseConfigurationAssociation
- func (s *LicenseConfigurationAssociation) SetResourceOwnerId(v string) *LicenseConfigurationAssociation
- func (s *LicenseConfigurationAssociation) SetResourceType(v string) *LicenseConfigurationAssociation
- func (s LicenseConfigurationAssociation) String() string
- type LicenseConfigurationUsage
- func (s LicenseConfigurationUsage) GoString() string
- func (s *LicenseConfigurationUsage) SetAssociationTime(v time.Time) *LicenseConfigurationUsage
- func (s *LicenseConfigurationUsage) SetConsumedLicenses(v int64) *LicenseConfigurationUsage
- func (s *LicenseConfigurationUsage) SetResourceArn(v string) *LicenseConfigurationUsage
- func (s *LicenseConfigurationUsage) SetResourceOwnerId(v string) *LicenseConfigurationUsage
- func (s *LicenseConfigurationUsage) SetResourceStatus(v string) *LicenseConfigurationUsage
- func (s *LicenseConfigurationUsage) SetResourceType(v string) *LicenseConfigurationUsage
- func (s LicenseConfigurationUsage) String() string
- type LicenseManager
- func (c *LicenseManager) CreateLicenseConfiguration(input *CreateLicenseConfigurationInput) (*CreateLicenseConfigurationOutput, error)
- func (c *LicenseManager) CreateLicenseConfigurationRequest(input *CreateLicenseConfigurationInput) (req *request.Request, output *CreateLicenseConfigurationOutput)
- func (c *LicenseManager) CreateLicenseConfigurationWithContext(ctx aws.Context, input *CreateLicenseConfigurationInput, ...) (*CreateLicenseConfigurationOutput, error)
- func (c *LicenseManager) DeleteLicenseConfiguration(input *DeleteLicenseConfigurationInput) (*DeleteLicenseConfigurationOutput, error)
- func (c *LicenseManager) DeleteLicenseConfigurationRequest(input *DeleteLicenseConfigurationInput) (req *request.Request, output *DeleteLicenseConfigurationOutput)
- func (c *LicenseManager) DeleteLicenseConfigurationWithContext(ctx aws.Context, input *DeleteLicenseConfigurationInput, ...) (*DeleteLicenseConfigurationOutput, error)
- func (c *LicenseManager) GetLicenseConfiguration(input *GetLicenseConfigurationInput) (*GetLicenseConfigurationOutput, error)
- func (c *LicenseManager) GetLicenseConfigurationRequest(input *GetLicenseConfigurationInput) (req *request.Request, output *GetLicenseConfigurationOutput)
- func (c *LicenseManager) GetLicenseConfigurationWithContext(ctx aws.Context, input *GetLicenseConfigurationInput, opts ...request.Option) (*GetLicenseConfigurationOutput, error)
- func (c *LicenseManager) GetServiceSettings(input *GetServiceSettingsInput) (*GetServiceSettingsOutput, error)
- func (c *LicenseManager) GetServiceSettingsRequest(input *GetServiceSettingsInput) (req *request.Request, output *GetServiceSettingsOutput)
- func (c *LicenseManager) GetServiceSettingsWithContext(ctx aws.Context, input *GetServiceSettingsInput, opts ...request.Option) (*GetServiceSettingsOutput, error)
- func (c *LicenseManager) ListAssociationsForLicenseConfiguration(input *ListAssociationsForLicenseConfigurationInput) (*ListAssociationsForLicenseConfigurationOutput, error)
- func (c *LicenseManager) ListAssociationsForLicenseConfigurationRequest(input *ListAssociationsForLicenseConfigurationInput) (req *request.Request, output *ListAssociationsForLicenseConfigurationOutput)
- func (c *LicenseManager) ListAssociationsForLicenseConfigurationWithContext(ctx aws.Context, input *ListAssociationsForLicenseConfigurationInput, ...) (*ListAssociationsForLicenseConfigurationOutput, error)
- func (c *LicenseManager) ListFailuresForLicenseConfigurationOperations(input *ListFailuresForLicenseConfigurationOperationsInput) (*ListFailuresForLicenseConfigurationOperationsOutput, error)
- func (c *LicenseManager) ListFailuresForLicenseConfigurationOperationsRequest(input *ListFailuresForLicenseConfigurationOperationsInput) (req *request.Request, ...)
- func (c *LicenseManager) ListFailuresForLicenseConfigurationOperationsWithContext(ctx aws.Context, input *ListFailuresForLicenseConfigurationOperationsInput, ...) (*ListFailuresForLicenseConfigurationOperationsOutput, error)
- func (c *LicenseManager) ListLicenseConfigurations(input *ListLicenseConfigurationsInput) (*ListLicenseConfigurationsOutput, error)
- func (c *LicenseManager) ListLicenseConfigurationsRequest(input *ListLicenseConfigurationsInput) (req *request.Request, output *ListLicenseConfigurationsOutput)
- func (c *LicenseManager) ListLicenseConfigurationsWithContext(ctx aws.Context, input *ListLicenseConfigurationsInput, opts ...request.Option) (*ListLicenseConfigurationsOutput, error)
- func (c *LicenseManager) ListLicenseSpecificationsForResource(input *ListLicenseSpecificationsForResourceInput) (*ListLicenseSpecificationsForResourceOutput, error)
- func (c *LicenseManager) ListLicenseSpecificationsForResourceRequest(input *ListLicenseSpecificationsForResourceInput) (req *request.Request, output *ListLicenseSpecificationsForResourceOutput)
- func (c *LicenseManager) ListLicenseSpecificationsForResourceWithContext(ctx aws.Context, input *ListLicenseSpecificationsForResourceInput, ...) (*ListLicenseSpecificationsForResourceOutput, error)
- func (c *LicenseManager) ListResourceInventory(input *ListResourceInventoryInput) (*ListResourceInventoryOutput, error)
- func (c *LicenseManager) ListResourceInventoryRequest(input *ListResourceInventoryInput) (req *request.Request, output *ListResourceInventoryOutput)
- func (c *LicenseManager) ListResourceInventoryWithContext(ctx aws.Context, input *ListResourceInventoryInput, opts ...request.Option) (*ListResourceInventoryOutput, error)
- func (c *LicenseManager) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
- func (c *LicenseManager) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
- func (c *LicenseManager) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
- func (c *LicenseManager) ListUsageForLicenseConfiguration(input *ListUsageForLicenseConfigurationInput) (*ListUsageForLicenseConfigurationOutput, error)
- func (c *LicenseManager) ListUsageForLicenseConfigurationRequest(input *ListUsageForLicenseConfigurationInput) (req *request.Request, output *ListUsageForLicenseConfigurationOutput)
- func (c *LicenseManager) ListUsageForLicenseConfigurationWithContext(ctx aws.Context, input *ListUsageForLicenseConfigurationInput, ...) (*ListUsageForLicenseConfigurationOutput, error)
- func (c *LicenseManager) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
- func (c *LicenseManager) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
- func (c *LicenseManager) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
- func (c *LicenseManager) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
- func (c *LicenseManager) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
- func (c *LicenseManager) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
- func (c *LicenseManager) UpdateLicenseConfiguration(input *UpdateLicenseConfigurationInput) (*UpdateLicenseConfigurationOutput, error)
- func (c *LicenseManager) UpdateLicenseConfigurationRequest(input *UpdateLicenseConfigurationInput) (req *request.Request, output *UpdateLicenseConfigurationOutput)
- func (c *LicenseManager) UpdateLicenseConfigurationWithContext(ctx aws.Context, input *UpdateLicenseConfigurationInput, ...) (*UpdateLicenseConfigurationOutput, error)
- func (c *LicenseManager) UpdateLicenseSpecificationsForResource(input *UpdateLicenseSpecificationsForResourceInput) (*UpdateLicenseSpecificationsForResourceOutput, error)
- func (c *LicenseManager) UpdateLicenseSpecificationsForResourceRequest(input *UpdateLicenseSpecificationsForResourceInput) (req *request.Request, output *UpdateLicenseSpecificationsForResourceOutput)
- func (c *LicenseManager) UpdateLicenseSpecificationsForResourceWithContext(ctx aws.Context, input *UpdateLicenseSpecificationsForResourceInput, ...) (*UpdateLicenseSpecificationsForResourceOutput, error)
- func (c *LicenseManager) UpdateServiceSettings(input *UpdateServiceSettingsInput) (*UpdateServiceSettingsOutput, error)
- func (c *LicenseManager) UpdateServiceSettingsRequest(input *UpdateServiceSettingsInput) (req *request.Request, output *UpdateServiceSettingsOutput)
- func (c *LicenseManager) UpdateServiceSettingsWithContext(ctx aws.Context, input *UpdateServiceSettingsInput, opts ...request.Option) (*UpdateServiceSettingsOutput, error)
- type LicenseOperationFailure
- func (s LicenseOperationFailure) GoString() string
- func (s *LicenseOperationFailure) SetErrorMessage(v string) *LicenseOperationFailure
- func (s *LicenseOperationFailure) SetFailureTime(v time.Time) *LicenseOperationFailure
- func (s *LicenseOperationFailure) SetMetadataList(v []*Metadata) *LicenseOperationFailure
- func (s *LicenseOperationFailure) SetOperationName(v string) *LicenseOperationFailure
- func (s *LicenseOperationFailure) SetOperationRequestedBy(v string) *LicenseOperationFailure
- func (s *LicenseOperationFailure) SetResourceArn(v string) *LicenseOperationFailure
- func (s *LicenseOperationFailure) SetResourceOwnerId(v string) *LicenseOperationFailure
- func (s *LicenseOperationFailure) SetResourceType(v string) *LicenseOperationFailure
- func (s LicenseOperationFailure) String() string
- type LicenseSpecification
- type LicenseUsageException
- func (s *LicenseUsageException) Code() string
- func (s *LicenseUsageException) Error() string
- func (s LicenseUsageException) GoString() string
- func (s *LicenseUsageException) Message() string
- func (s *LicenseUsageException) OrigErr() error
- func (s *LicenseUsageException) RequestID() string
- func (s *LicenseUsageException) StatusCode() int
- func (s LicenseUsageException) String() string
- type ListAssociationsForLicenseConfigurationInput
- func (s ListAssociationsForLicenseConfigurationInput) GoString() string
- func (s *ListAssociationsForLicenseConfigurationInput) SetLicenseConfigurationArn(v string) *ListAssociationsForLicenseConfigurationInput
- func (s *ListAssociationsForLicenseConfigurationInput) SetMaxResults(v int64) *ListAssociationsForLicenseConfigurationInput
- func (s *ListAssociationsForLicenseConfigurationInput) SetNextToken(v string) *ListAssociationsForLicenseConfigurationInput
- func (s ListAssociationsForLicenseConfigurationInput) String() string
- func (s *ListAssociationsForLicenseConfigurationInput) Validate() error
- type ListAssociationsForLicenseConfigurationOutput
- func (s ListAssociationsForLicenseConfigurationOutput) GoString() string
- func (s *ListAssociationsForLicenseConfigurationOutput) SetLicenseConfigurationAssociations(v []*LicenseConfigurationAssociation) *ListAssociationsForLicenseConfigurationOutput
- func (s *ListAssociationsForLicenseConfigurationOutput) SetNextToken(v string) *ListAssociationsForLicenseConfigurationOutput
- func (s ListAssociationsForLicenseConfigurationOutput) String() string
- type ListFailuresForLicenseConfigurationOperationsInput
- func (s ListFailuresForLicenseConfigurationOperationsInput) GoString() string
- func (s *ListFailuresForLicenseConfigurationOperationsInput) SetLicenseConfigurationArn(v string) *ListFailuresForLicenseConfigurationOperationsInput
- func (s *ListFailuresForLicenseConfigurationOperationsInput) SetMaxResults(v int64) *ListFailuresForLicenseConfigurationOperationsInput
- func (s *ListFailuresForLicenseConfigurationOperationsInput) SetNextToken(v string) *ListFailuresForLicenseConfigurationOperationsInput
- func (s ListFailuresForLicenseConfigurationOperationsInput) String() string
- func (s *ListFailuresForLicenseConfigurationOperationsInput) Validate() error
- type ListFailuresForLicenseConfigurationOperationsOutput
- func (s ListFailuresForLicenseConfigurationOperationsOutput) GoString() string
- func (s *ListFailuresForLicenseConfigurationOperationsOutput) SetLicenseOperationFailureList(v []*LicenseOperationFailure) *ListFailuresForLicenseConfigurationOperationsOutput
- func (s *ListFailuresForLicenseConfigurationOperationsOutput) SetNextToken(v string) *ListFailuresForLicenseConfigurationOperationsOutput
- func (s ListFailuresForLicenseConfigurationOperationsOutput) String() string
- type ListLicenseConfigurationsInput
- func (s ListLicenseConfigurationsInput) GoString() string
- func (s *ListLicenseConfigurationsInput) SetFilters(v []*Filter) *ListLicenseConfigurationsInput
- func (s *ListLicenseConfigurationsInput) SetLicenseConfigurationArns(v []*string) *ListLicenseConfigurationsInput
- func (s *ListLicenseConfigurationsInput) SetMaxResults(v int64) *ListLicenseConfigurationsInput
- func (s *ListLicenseConfigurationsInput) SetNextToken(v string) *ListLicenseConfigurationsInput
- func (s ListLicenseConfigurationsInput) String() string
- type ListLicenseConfigurationsOutput
- func (s ListLicenseConfigurationsOutput) GoString() string
- func (s *ListLicenseConfigurationsOutput) SetLicenseConfigurations(v []*LicenseConfiguration) *ListLicenseConfigurationsOutput
- func (s *ListLicenseConfigurationsOutput) SetNextToken(v string) *ListLicenseConfigurationsOutput
- func (s ListLicenseConfigurationsOutput) String() string
- type ListLicenseSpecificationsForResourceInput
- func (s ListLicenseSpecificationsForResourceInput) GoString() string
- func (s *ListLicenseSpecificationsForResourceInput) SetMaxResults(v int64) *ListLicenseSpecificationsForResourceInput
- func (s *ListLicenseSpecificationsForResourceInput) SetNextToken(v string) *ListLicenseSpecificationsForResourceInput
- func (s *ListLicenseSpecificationsForResourceInput) SetResourceArn(v string) *ListLicenseSpecificationsForResourceInput
- func (s ListLicenseSpecificationsForResourceInput) String() string
- func (s *ListLicenseSpecificationsForResourceInput) Validate() error
- type ListLicenseSpecificationsForResourceOutput
- func (s ListLicenseSpecificationsForResourceOutput) GoString() string
- func (s *ListLicenseSpecificationsForResourceOutput) SetLicenseSpecifications(v []*LicenseSpecification) *ListLicenseSpecificationsForResourceOutput
- func (s *ListLicenseSpecificationsForResourceOutput) SetNextToken(v string) *ListLicenseSpecificationsForResourceOutput
- func (s ListLicenseSpecificationsForResourceOutput) String() string
- type ListResourceInventoryInput
- func (s ListResourceInventoryInput) GoString() string
- func (s *ListResourceInventoryInput) SetFilters(v []*InventoryFilter) *ListResourceInventoryInput
- func (s *ListResourceInventoryInput) SetMaxResults(v int64) *ListResourceInventoryInput
- func (s *ListResourceInventoryInput) SetNextToken(v string) *ListResourceInventoryInput
- func (s ListResourceInventoryInput) String() string
- func (s *ListResourceInventoryInput) Validate() error
- type ListResourceInventoryOutput
- func (s ListResourceInventoryOutput) GoString() string
- func (s *ListResourceInventoryOutput) SetNextToken(v string) *ListResourceInventoryOutput
- func (s *ListResourceInventoryOutput) SetResourceInventoryList(v []*ResourceInventory) *ListResourceInventoryOutput
- func (s ListResourceInventoryOutput) String() string
- type ListTagsForResourceInput
- type ListTagsForResourceOutput
- type ListUsageForLicenseConfigurationInput
- func (s ListUsageForLicenseConfigurationInput) GoString() string
- func (s *ListUsageForLicenseConfigurationInput) SetFilters(v []*Filter) *ListUsageForLicenseConfigurationInput
- func (s *ListUsageForLicenseConfigurationInput) SetLicenseConfigurationArn(v string) *ListUsageForLicenseConfigurationInput
- func (s *ListUsageForLicenseConfigurationInput) SetMaxResults(v int64) *ListUsageForLicenseConfigurationInput
- func (s *ListUsageForLicenseConfigurationInput) SetNextToken(v string) *ListUsageForLicenseConfigurationInput
- func (s ListUsageForLicenseConfigurationInput) String() string
- func (s *ListUsageForLicenseConfigurationInput) Validate() error
- type ListUsageForLicenseConfigurationOutput
- func (s ListUsageForLicenseConfigurationOutput) GoString() string
- func (s *ListUsageForLicenseConfigurationOutput) SetLicenseConfigurationUsageList(v []*LicenseConfigurationUsage) *ListUsageForLicenseConfigurationOutput
- func (s *ListUsageForLicenseConfigurationOutput) SetNextToken(v string) *ListUsageForLicenseConfigurationOutput
- func (s ListUsageForLicenseConfigurationOutput) String() string
- type ManagedResourceSummary
- type Metadata
- type OrganizationConfiguration
- type ProductInformation
- func (s ProductInformation) GoString() string
- func (s *ProductInformation) SetProductInformationFilterList(v []*ProductInformationFilter) *ProductInformation
- func (s *ProductInformation) SetResourceType(v string) *ProductInformation
- func (s ProductInformation) String() string
- func (s *ProductInformation) Validate() error
- type ProductInformationFilter
- func (s ProductInformationFilter) GoString() string
- func (s *ProductInformationFilter) SetProductInformationFilterComparator(v string) *ProductInformationFilter
- func (s *ProductInformationFilter) SetProductInformationFilterName(v string) *ProductInformationFilter
- func (s *ProductInformationFilter) SetProductInformationFilterValue(v []*string) *ProductInformationFilter
- func (s ProductInformationFilter) String() string
- func (s *ProductInformationFilter) Validate() error
- type RateLimitExceededException
- func (s *RateLimitExceededException) Code() string
- func (s *RateLimitExceededException) Error() string
- func (s RateLimitExceededException) GoString() string
- func (s *RateLimitExceededException) Message() string
- func (s *RateLimitExceededException) OrigErr() error
- func (s *RateLimitExceededException) RequestID() string
- func (s *RateLimitExceededException) StatusCode() int
- func (s RateLimitExceededException) String() string
- type ResourceInventory
- func (s ResourceInventory) GoString() string
- func (s *ResourceInventory) SetPlatform(v string) *ResourceInventory
- func (s *ResourceInventory) SetPlatformVersion(v string) *ResourceInventory
- func (s *ResourceInventory) SetResourceArn(v string) *ResourceInventory
- func (s *ResourceInventory) SetResourceId(v string) *ResourceInventory
- func (s *ResourceInventory) SetResourceOwningAccountId(v string) *ResourceInventory
- func (s *ResourceInventory) SetResourceType(v string) *ResourceInventory
- func (s ResourceInventory) String() string
- type ResourceLimitExceededException
- func (s *ResourceLimitExceededException) Code() string
- func (s *ResourceLimitExceededException) Error() string
- func (s ResourceLimitExceededException) GoString() string
- func (s *ResourceLimitExceededException) Message() string
- func (s *ResourceLimitExceededException) OrigErr() error
- func (s *ResourceLimitExceededException) RequestID() string
- func (s *ResourceLimitExceededException) StatusCode() int
- func (s ResourceLimitExceededException) String() string
- type ServerInternalException
- func (s *ServerInternalException) Code() string
- func (s *ServerInternalException) Error() string
- func (s ServerInternalException) GoString() string
- func (s *ServerInternalException) Message() string
- func (s *ServerInternalException) OrigErr() error
- func (s *ServerInternalException) RequestID() string
- func (s *ServerInternalException) StatusCode() int
- func (s ServerInternalException) String() string
- type Tag
- type TagResourceInput
- type TagResourceOutput
- type UntagResourceInput
- type UntagResourceOutput
- type UpdateLicenseConfigurationInput
- func (s UpdateLicenseConfigurationInput) GoString() string
- func (s *UpdateLicenseConfigurationInput) SetDescription(v string) *UpdateLicenseConfigurationInput
- func (s *UpdateLicenseConfigurationInput) SetLicenseConfigurationArn(v string) *UpdateLicenseConfigurationInput
- func (s *UpdateLicenseConfigurationInput) SetLicenseConfigurationStatus(v string) *UpdateLicenseConfigurationInput
- func (s *UpdateLicenseConfigurationInput) SetLicenseCount(v int64) *UpdateLicenseConfigurationInput
- func (s *UpdateLicenseConfigurationInput) SetLicenseCountHardLimit(v bool) *UpdateLicenseConfigurationInput
- func (s *UpdateLicenseConfigurationInput) SetLicenseRules(v []*string) *UpdateLicenseConfigurationInput
- func (s *UpdateLicenseConfigurationInput) SetName(v string) *UpdateLicenseConfigurationInput
- func (s *UpdateLicenseConfigurationInput) SetProductInformationList(v []*ProductInformation) *UpdateLicenseConfigurationInput
- func (s UpdateLicenseConfigurationInput) String() string
- func (s *UpdateLicenseConfigurationInput) Validate() error
- type UpdateLicenseConfigurationOutput
- type UpdateLicenseSpecificationsForResourceInput
- func (s UpdateLicenseSpecificationsForResourceInput) GoString() string
- func (s *UpdateLicenseSpecificationsForResourceInput) SetAddLicenseSpecifications(v []*LicenseSpecification) *UpdateLicenseSpecificationsForResourceInput
- func (s *UpdateLicenseSpecificationsForResourceInput) SetRemoveLicenseSpecifications(v []*LicenseSpecification) *UpdateLicenseSpecificationsForResourceInput
- func (s *UpdateLicenseSpecificationsForResourceInput) SetResourceArn(v string) *UpdateLicenseSpecificationsForResourceInput
- func (s UpdateLicenseSpecificationsForResourceInput) String() string
- func (s *UpdateLicenseSpecificationsForResourceInput) Validate() error
- type UpdateLicenseSpecificationsForResourceOutput
- type UpdateServiceSettingsInput
- func (s UpdateServiceSettingsInput) GoString() string
- func (s *UpdateServiceSettingsInput) SetEnableCrossAccountsDiscovery(v bool) *UpdateServiceSettingsInput
- func (s *UpdateServiceSettingsInput) SetOrganizationConfiguration(v *OrganizationConfiguration) *UpdateServiceSettingsInput
- func (s *UpdateServiceSettingsInput) SetS3BucketArn(v string) *UpdateServiceSettingsInput
- func (s *UpdateServiceSettingsInput) SetSnsTopicArn(v string) *UpdateServiceSettingsInput
- func (s UpdateServiceSettingsInput) String() string
- func (s *UpdateServiceSettingsInput) Validate() error
- type UpdateServiceSettingsOutput
Constants ¶
const ( // InventoryFilterConditionEquals is a InventoryFilterCondition enum value InventoryFilterConditionEquals = "EQUALS" // InventoryFilterConditionNotEquals is a InventoryFilterCondition enum value InventoryFilterConditionNotEquals = "NOT_EQUALS" // InventoryFilterConditionBeginsWith is a InventoryFilterCondition enum value InventoryFilterConditionBeginsWith = "BEGINS_WITH" // InventoryFilterConditionContains is a InventoryFilterCondition enum value InventoryFilterConditionContains = "CONTAINS" )
const ( // LicenseConfigurationStatusAvailable is a LicenseConfigurationStatus enum value LicenseConfigurationStatusAvailable = "AVAILABLE" // LicenseConfigurationStatusDisabled is a LicenseConfigurationStatus enum value LicenseConfigurationStatusDisabled = "DISABLED" )
const ( // LicenseCountingTypeVCpu is a LicenseCountingType enum value LicenseCountingTypeVCpu = "vCPU" // LicenseCountingTypeInstance is a LicenseCountingType enum value LicenseCountingTypeInstance = "Instance" // LicenseCountingTypeCore is a LicenseCountingType enum value LicenseCountingTypeCore = "Core" // LicenseCountingTypeSocket is a LicenseCountingType enum value LicenseCountingTypeSocket = "Socket" )
const ( // ResourceTypeEc2Instance is a ResourceType enum value ResourceTypeEc2Instance = "EC2_INSTANCE" // ResourceTypeEc2Host is a ResourceType enum value ResourceTypeEc2Host = "EC2_HOST" // ResourceTypeEc2Ami is a ResourceType enum value ResourceTypeEc2Ami = "EC2_AMI" // ResourceTypeRds is a ResourceType enum value ResourceTypeRds = "RDS" // ResourceTypeSystemsManagerManagedInstance is a ResourceType enum value ResourceTypeSystemsManagerManagedInstance = "SYSTEMS_MANAGER_MANAGED_INSTANCE" )
const ( // ErrCodeAccessDeniedException for service response error code // "AccessDeniedException". // // Access to resource denied. ErrCodeAccessDeniedException = "AccessDeniedException" // ErrCodeAuthorizationException for service response error code // "AuthorizationException". // // The AWS user account does not have permission to perform the action. Check // the IAM policy associated with this account. ErrCodeAuthorizationException = "AuthorizationException" // ErrCodeFailedDependencyException for service response error code // "FailedDependencyException". // // A dependency required to run the API is missing. ErrCodeFailedDependencyException = "FailedDependencyException" // ErrCodeFilterLimitExceededException for service response error code // "FilterLimitExceededException". // // The request uses too many filters or too many filter values. ErrCodeFilterLimitExceededException = "FilterLimitExceededException" // ErrCodeInvalidParameterValueException for service response error code // "InvalidParameterValueException". // // One or more parameter values are not valid. ErrCodeInvalidParameterValueException = "InvalidParameterValueException" // ErrCodeInvalidResourceStateException for service response error code // "InvalidResourceStateException". // // License Manager cannot allocate a license to a resource because of its state. // // For example, you cannot allocate a license to an instance in the process // of shutting down. ErrCodeInvalidResourceStateException = "InvalidResourceStateException" // ErrCodeLicenseUsageException for service response error code // "LicenseUsageException". // // You do not have enough licenses available to support a new resource launch. ErrCodeLicenseUsageException = "LicenseUsageException" // ErrCodeRateLimitExceededException for service response error code // "RateLimitExceededException". // // Too many requests have been submitted. Try again after a brief wait. ErrCodeRateLimitExceededException = "RateLimitExceededException" // ErrCodeResourceLimitExceededException for service response error code // "ResourceLimitExceededException". // // Your resource limits have been exceeded. ErrCodeResourceLimitExceededException = "ResourceLimitExceededException" // ErrCodeServerInternalException for service response error code // "ServerInternalException". // // The server experienced an internal error. Try again. ErrCodeServerInternalException = "ServerInternalException" )
const ( ServiceName = "License Manager" // Name of service. EndpointsID = "license-manager" // ID to lookup a service endpoint with. ServiceID = "License Manager" // ServiceID is a unique identifier of a specific service. )
Service information constants
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessDeniedException ¶ added in v1.28.0
type AccessDeniedException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
Access to resource denied.
func (*AccessDeniedException) Code ¶ added in v1.28.0
func (s *AccessDeniedException) Code() string
Code returns the exception type name.
func (*AccessDeniedException) Error ¶ added in v1.28.0
func (s *AccessDeniedException) Error() string
func (AccessDeniedException) GoString ¶ added in v1.28.0
func (s AccessDeniedException) GoString() string
GoString returns the string representation
func (*AccessDeniedException) Message ¶ added in v1.28.0
func (s *AccessDeniedException) Message() string
Message returns the exception's message.
func (*AccessDeniedException) OrigErr ¶ added in v1.28.0
func (s *AccessDeniedException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AccessDeniedException) RequestID ¶ added in v1.28.0
func (s *AccessDeniedException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AccessDeniedException) StatusCode ¶ added in v1.28.0
func (s *AccessDeniedException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AccessDeniedException) String ¶ added in v1.28.0
func (s AccessDeniedException) String() string
String returns the string representation
type AuthorizationException ¶ added in v1.28.0
type AuthorizationException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
func (*AuthorizationException) Code ¶ added in v1.28.0
func (s *AuthorizationException) Code() string
Code returns the exception type name.
func (*AuthorizationException) Error ¶ added in v1.28.0
func (s *AuthorizationException) Error() string
func (AuthorizationException) GoString ¶ added in v1.28.0
func (s AuthorizationException) GoString() string
GoString returns the string representation
func (*AuthorizationException) Message ¶ added in v1.28.0
func (s *AuthorizationException) Message() string
Message returns the exception's message.
func (*AuthorizationException) OrigErr ¶ added in v1.28.0
func (s *AuthorizationException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*AuthorizationException) RequestID ¶ added in v1.28.0
func (s *AuthorizationException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*AuthorizationException) StatusCode ¶ added in v1.28.0
func (s *AuthorizationException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (AuthorizationException) String ¶ added in v1.28.0
func (s AuthorizationException) String() string
String returns the string representation
type AutomatedDiscoveryInformation ¶ added in v1.25.44
type AutomatedDiscoveryInformation struct { // Time that automated discovery last ran. LastRunTime *time.Time `type:"timestamp"` // contains filtered or unexported fields }
Describes automated discovery.
func (AutomatedDiscoveryInformation) GoString ¶ added in v1.25.44
func (s AutomatedDiscoveryInformation) GoString() string
GoString returns the string representation
func (*AutomatedDiscoveryInformation) SetLastRunTime ¶ added in v1.25.44
func (s *AutomatedDiscoveryInformation) SetLastRunTime(v time.Time) *AutomatedDiscoveryInformation
SetLastRunTime sets the LastRunTime field's value.
func (AutomatedDiscoveryInformation) String ¶ added in v1.25.44
func (s AutomatedDiscoveryInformation) String() string
String returns the string representation
type ConsumedLicenseSummary ¶
type ConsumedLicenseSummary struct { // Number of licenses consumed by the resource. ConsumedLicenses *int64 `type:"long"` // Resource type of the resource consuming a license. ResourceType *string `type:"string" enum:"ResourceType"` // contains filtered or unexported fields }
Details about license consumption.
func (ConsumedLicenseSummary) GoString ¶
func (s ConsumedLicenseSummary) GoString() string
GoString returns the string representation
func (*ConsumedLicenseSummary) SetConsumedLicenses ¶
func (s *ConsumedLicenseSummary) SetConsumedLicenses(v int64) *ConsumedLicenseSummary
SetConsumedLicenses sets the ConsumedLicenses field's value.
func (*ConsumedLicenseSummary) SetResourceType ¶
func (s *ConsumedLicenseSummary) SetResourceType(v string) *ConsumedLicenseSummary
SetResourceType sets the ResourceType field's value.
func (ConsumedLicenseSummary) String ¶
func (s ConsumedLicenseSummary) String() string
String returns the string representation
type CreateLicenseConfigurationInput ¶
type CreateLicenseConfigurationInput struct { // Description of the license configuration. Description *string `type:"string"` // Number of licenses managed by the license configuration. LicenseCount *int64 `type:"long"` // Indicates whether hard or soft license enforcement is used. Exceeding a hard // limit blocks the launch of new instances. LicenseCountHardLimit *bool `type:"boolean"` // Dimension used to track the license inventory. // // LicenseCountingType is a required field LicenseCountingType *string `type:"string" required:"true" enum:"LicenseCountingType"` // License rules. The syntax is #name=value (for example, #allowedTenancy=EC2-DedicatedHost). // Available rules vary by dimension. // // * Cores dimension: allowedTenancy | maximumCores | minimumCores // // * Instances dimension: allowedTenancy | maximumCores | minimumCores | // maximumSockets | minimumSockets | maximumVcpus | minimumVcpus // // * Sockets dimension: allowedTenancy | maximumSockets | minimumSockets // // * vCPUs dimension: allowedTenancy | honorVcpuOptimization | maximumVcpus // | minimumVcpus LicenseRules []*string `type:"list"` // Name of the license configuration. // // Name is a required field Name *string `type:"string" required:"true"` // Product information. ProductInformationList []*ProductInformation `type:"list"` // Tags to add to the license configuration. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (CreateLicenseConfigurationInput) GoString ¶
func (s CreateLicenseConfigurationInput) GoString() string
GoString returns the string representation
func (*CreateLicenseConfigurationInput) SetDescription ¶
func (s *CreateLicenseConfigurationInput) SetDescription(v string) *CreateLicenseConfigurationInput
SetDescription sets the Description field's value.
func (*CreateLicenseConfigurationInput) SetLicenseCount ¶
func (s *CreateLicenseConfigurationInput) SetLicenseCount(v int64) *CreateLicenseConfigurationInput
SetLicenseCount sets the LicenseCount field's value.
func (*CreateLicenseConfigurationInput) SetLicenseCountHardLimit ¶
func (s *CreateLicenseConfigurationInput) SetLicenseCountHardLimit(v bool) *CreateLicenseConfigurationInput
SetLicenseCountHardLimit sets the LicenseCountHardLimit field's value.
func (*CreateLicenseConfigurationInput) SetLicenseCountingType ¶
func (s *CreateLicenseConfigurationInput) SetLicenseCountingType(v string) *CreateLicenseConfigurationInput
SetLicenseCountingType sets the LicenseCountingType field's value.
func (*CreateLicenseConfigurationInput) SetLicenseRules ¶
func (s *CreateLicenseConfigurationInput) SetLicenseRules(v []*string) *CreateLicenseConfigurationInput
SetLicenseRules sets the LicenseRules field's value.
func (*CreateLicenseConfigurationInput) SetName ¶
func (s *CreateLicenseConfigurationInput) SetName(v string) *CreateLicenseConfigurationInput
SetName sets the Name field's value.
func (*CreateLicenseConfigurationInput) SetProductInformationList ¶ added in v1.25.44
func (s *CreateLicenseConfigurationInput) SetProductInformationList(v []*ProductInformation) *CreateLicenseConfigurationInput
SetProductInformationList sets the ProductInformationList field's value.
func (*CreateLicenseConfigurationInput) SetTags ¶
func (s *CreateLicenseConfigurationInput) SetTags(v []*Tag) *CreateLicenseConfigurationInput
SetTags sets the Tags field's value.
func (CreateLicenseConfigurationInput) String ¶
func (s CreateLicenseConfigurationInput) String() string
String returns the string representation
func (*CreateLicenseConfigurationInput) Validate ¶
func (s *CreateLicenseConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type CreateLicenseConfigurationOutput ¶
type CreateLicenseConfigurationOutput struct { // Amazon Resource Name (ARN) of the license configuration. LicenseConfigurationArn *string `type:"string"` // contains filtered or unexported fields }
func (CreateLicenseConfigurationOutput) GoString ¶
func (s CreateLicenseConfigurationOutput) GoString() string
GoString returns the string representation
func (*CreateLicenseConfigurationOutput) SetLicenseConfigurationArn ¶
func (s *CreateLicenseConfigurationOutput) SetLicenseConfigurationArn(v string) *CreateLicenseConfigurationOutput
SetLicenseConfigurationArn sets the LicenseConfigurationArn field's value.
func (CreateLicenseConfigurationOutput) String ¶
func (s CreateLicenseConfigurationOutput) String() string
String returns the string representation
type DeleteLicenseConfigurationInput ¶
type DeleteLicenseConfigurationInput struct { // ID of the license configuration. // // LicenseConfigurationArn is a required field LicenseConfigurationArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (DeleteLicenseConfigurationInput) GoString ¶
func (s DeleteLicenseConfigurationInput) GoString() string
GoString returns the string representation
func (*DeleteLicenseConfigurationInput) SetLicenseConfigurationArn ¶
func (s *DeleteLicenseConfigurationInput) SetLicenseConfigurationArn(v string) *DeleteLicenseConfigurationInput
SetLicenseConfigurationArn sets the LicenseConfigurationArn field's value.
func (DeleteLicenseConfigurationInput) String ¶
func (s DeleteLicenseConfigurationInput) String() string
String returns the string representation
func (*DeleteLicenseConfigurationInput) Validate ¶
func (s *DeleteLicenseConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type DeleteLicenseConfigurationOutput ¶
type DeleteLicenseConfigurationOutput struct {
// contains filtered or unexported fields
}
func (DeleteLicenseConfigurationOutput) GoString ¶
func (s DeleteLicenseConfigurationOutput) GoString() string
GoString returns the string representation
func (DeleteLicenseConfigurationOutput) String ¶
func (s DeleteLicenseConfigurationOutput) String() string
String returns the string representation
type FailedDependencyException ¶ added in v1.28.0
type FailedDependencyException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
A dependency required to run the API is missing.
func (*FailedDependencyException) Code ¶ added in v1.28.0
func (s *FailedDependencyException) Code() string
Code returns the exception type name.
func (*FailedDependencyException) Error ¶ added in v1.28.0
func (s *FailedDependencyException) Error() string
func (FailedDependencyException) GoString ¶ added in v1.28.0
func (s FailedDependencyException) GoString() string
GoString returns the string representation
func (*FailedDependencyException) Message ¶ added in v1.28.0
func (s *FailedDependencyException) Message() string
Message returns the exception's message.
func (*FailedDependencyException) OrigErr ¶ added in v1.28.0
func (s *FailedDependencyException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*FailedDependencyException) RequestID ¶ added in v1.28.0
func (s *FailedDependencyException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*FailedDependencyException) StatusCode ¶ added in v1.28.0
func (s *FailedDependencyException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (FailedDependencyException) String ¶ added in v1.28.0
func (s FailedDependencyException) String() string
String returns the string representation
type Filter ¶
type Filter struct { // Name of the filter. Filter names are case-sensitive. Name *string `type:"string"` // Filter values. Filter values are case-sensitive. Values []*string `type:"list"` // contains filtered or unexported fields }
A filter name and value pair that is used to return more specific results from a describe operation. Filters can be used to match a set of resources by specific criteria, such as tags, attributes, or IDs.
type FilterLimitExceededException ¶ added in v1.28.0
type FilterLimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The request uses too many filters or too many filter values.
func (*FilterLimitExceededException) Code ¶ added in v1.28.0
func (s *FilterLimitExceededException) Code() string
Code returns the exception type name.
func (*FilterLimitExceededException) Error ¶ added in v1.28.0
func (s *FilterLimitExceededException) Error() string
func (FilterLimitExceededException) GoString ¶ added in v1.28.0
func (s FilterLimitExceededException) GoString() string
GoString returns the string representation
func (*FilterLimitExceededException) Message ¶ added in v1.28.0
func (s *FilterLimitExceededException) Message() string
Message returns the exception's message.
func (*FilterLimitExceededException) OrigErr ¶ added in v1.28.0
func (s *FilterLimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*FilterLimitExceededException) RequestID ¶ added in v1.28.0
func (s *FilterLimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*FilterLimitExceededException) StatusCode ¶ added in v1.28.0
func (s *FilterLimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (FilterLimitExceededException) String ¶ added in v1.28.0
func (s FilterLimitExceededException) String() string
String returns the string representation
type GetLicenseConfigurationInput ¶
type GetLicenseConfigurationInput struct { // Amazon Resource Name (ARN) of the license configuration. // // LicenseConfigurationArn is a required field LicenseConfigurationArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (GetLicenseConfigurationInput) GoString ¶
func (s GetLicenseConfigurationInput) GoString() string
GoString returns the string representation
func (*GetLicenseConfigurationInput) SetLicenseConfigurationArn ¶
func (s *GetLicenseConfigurationInput) SetLicenseConfigurationArn(v string) *GetLicenseConfigurationInput
SetLicenseConfigurationArn sets the LicenseConfigurationArn field's value.
func (GetLicenseConfigurationInput) String ¶
func (s GetLicenseConfigurationInput) String() string
String returns the string representation
func (*GetLicenseConfigurationInput) Validate ¶
func (s *GetLicenseConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type GetLicenseConfigurationOutput ¶
type GetLicenseConfigurationOutput struct { // Automated discovery information. AutomatedDiscoveryInformation *AutomatedDiscoveryInformation `type:"structure"` // Summaries of the licenses consumed by resources. ConsumedLicenseSummaryList []*ConsumedLicenseSummary `type:"list"` // Number of licenses assigned to resources. ConsumedLicenses *int64 `type:"long"` // Description of the license configuration. Description *string `type:"string"` // Amazon Resource Name (ARN) of the license configuration. LicenseConfigurationArn *string `type:"string"` // Unique ID for the license configuration. LicenseConfigurationId *string `type:"string"` // Number of available licenses. LicenseCount *int64 `type:"long"` // Sets the number of available licenses as a hard limit. LicenseCountHardLimit *bool `type:"boolean"` // Dimension on which the licenses are counted. LicenseCountingType *string `type:"string" enum:"LicenseCountingType"` // License rules. LicenseRules []*string `type:"list"` // Summaries of the managed resources. ManagedResourceSummaryList []*ManagedResourceSummary `type:"list"` // Name of the license configuration. Name *string `type:"string"` // Account ID of the owner of the license configuration. OwnerAccountId *string `type:"string"` // Product information. ProductInformationList []*ProductInformation `type:"list"` // License configuration status. Status *string `type:"string"` // Tags for the license configuration. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (GetLicenseConfigurationOutput) GoString ¶
func (s GetLicenseConfigurationOutput) GoString() string
GoString returns the string representation
func (*GetLicenseConfigurationOutput) SetAutomatedDiscoveryInformation ¶ added in v1.25.44
func (s *GetLicenseConfigurationOutput) SetAutomatedDiscoveryInformation(v *AutomatedDiscoveryInformation) *GetLicenseConfigurationOutput
SetAutomatedDiscoveryInformation sets the AutomatedDiscoveryInformation field's value.
func (*GetLicenseConfigurationOutput) SetConsumedLicenseSummaryList ¶
func (s *GetLicenseConfigurationOutput) SetConsumedLicenseSummaryList(v []*ConsumedLicenseSummary) *GetLicenseConfigurationOutput
SetConsumedLicenseSummaryList sets the ConsumedLicenseSummaryList field's value.
func (*GetLicenseConfigurationOutput) SetConsumedLicenses ¶
func (s *GetLicenseConfigurationOutput) SetConsumedLicenses(v int64) *GetLicenseConfigurationOutput
SetConsumedLicenses sets the ConsumedLicenses field's value.
func (*GetLicenseConfigurationOutput) SetDescription ¶
func (s *GetLicenseConfigurationOutput) SetDescription(v string) *GetLicenseConfigurationOutput
SetDescription sets the Description field's value.
func (*GetLicenseConfigurationOutput) SetLicenseConfigurationArn ¶
func (s *GetLicenseConfigurationOutput) SetLicenseConfigurationArn(v string) *GetLicenseConfigurationOutput
SetLicenseConfigurationArn sets the LicenseConfigurationArn field's value.
func (*GetLicenseConfigurationOutput) SetLicenseConfigurationId ¶
func (s *GetLicenseConfigurationOutput) SetLicenseConfigurationId(v string) *GetLicenseConfigurationOutput
SetLicenseConfigurationId sets the LicenseConfigurationId field's value.
func (*GetLicenseConfigurationOutput) SetLicenseCount ¶
func (s *GetLicenseConfigurationOutput) SetLicenseCount(v int64) *GetLicenseConfigurationOutput
SetLicenseCount sets the LicenseCount field's value.
func (*GetLicenseConfigurationOutput) SetLicenseCountHardLimit ¶
func (s *GetLicenseConfigurationOutput) SetLicenseCountHardLimit(v bool) *GetLicenseConfigurationOutput
SetLicenseCountHardLimit sets the LicenseCountHardLimit field's value.
func (*GetLicenseConfigurationOutput) SetLicenseCountingType ¶
func (s *GetLicenseConfigurationOutput) SetLicenseCountingType(v string) *GetLicenseConfigurationOutput
SetLicenseCountingType sets the LicenseCountingType field's value.
func (*GetLicenseConfigurationOutput) SetLicenseRules ¶
func (s *GetLicenseConfigurationOutput) SetLicenseRules(v []*string) *GetLicenseConfigurationOutput
SetLicenseRules sets the LicenseRules field's value.
func (*GetLicenseConfigurationOutput) SetManagedResourceSummaryList ¶
func (s *GetLicenseConfigurationOutput) SetManagedResourceSummaryList(v []*ManagedResourceSummary) *GetLicenseConfigurationOutput
SetManagedResourceSummaryList sets the ManagedResourceSummaryList field's value.
func (*GetLicenseConfigurationOutput) SetName ¶
func (s *GetLicenseConfigurationOutput) SetName(v string) *GetLicenseConfigurationOutput
SetName sets the Name field's value.
func (*GetLicenseConfigurationOutput) SetOwnerAccountId ¶
func (s *GetLicenseConfigurationOutput) SetOwnerAccountId(v string) *GetLicenseConfigurationOutput
SetOwnerAccountId sets the OwnerAccountId field's value.
func (*GetLicenseConfigurationOutput) SetProductInformationList ¶ added in v1.25.44
func (s *GetLicenseConfigurationOutput) SetProductInformationList(v []*ProductInformation) *GetLicenseConfigurationOutput
SetProductInformationList sets the ProductInformationList field's value.
func (*GetLicenseConfigurationOutput) SetStatus ¶
func (s *GetLicenseConfigurationOutput) SetStatus(v string) *GetLicenseConfigurationOutput
SetStatus sets the Status field's value.
func (*GetLicenseConfigurationOutput) SetTags ¶
func (s *GetLicenseConfigurationOutput) SetTags(v []*Tag) *GetLicenseConfigurationOutput
SetTags sets the Tags field's value.
func (GetLicenseConfigurationOutput) String ¶
func (s GetLicenseConfigurationOutput) String() string
String returns the string representation
type GetServiceSettingsInput ¶
type GetServiceSettingsInput struct {
// contains filtered or unexported fields
}
func (GetServiceSettingsInput) GoString ¶
func (s GetServiceSettingsInput) GoString() string
GoString returns the string representation
func (GetServiceSettingsInput) String ¶
func (s GetServiceSettingsInput) String() string
String returns the string representation
type GetServiceSettingsOutput ¶
type GetServiceSettingsOutput struct { // Indicates whether cross-account discovery has been enabled. EnableCrossAccountsDiscovery *bool `type:"boolean"` // master account will provide member accounts with access to this share. LicenseManagerResourceShareArn *string `type:"string"` // Indicates whether AWS Organizations has been integrated with License Manager // for cross-account discovery. OrganizationConfiguration *OrganizationConfiguration `type:"structure"` // Regional S3 bucket path for storing reports, license trail event data, discovery // data, and so on. S3BucketArn *string `type:"string"` // SNS topic configured to receive notifications from License Manager. SnsTopicArn *string `type:"string"` // contains filtered or unexported fields }
func (GetServiceSettingsOutput) GoString ¶
func (s GetServiceSettingsOutput) GoString() string
GoString returns the string representation
func (*GetServiceSettingsOutput) SetEnableCrossAccountsDiscovery ¶
func (s *GetServiceSettingsOutput) SetEnableCrossAccountsDiscovery(v bool) *GetServiceSettingsOutput
SetEnableCrossAccountsDiscovery sets the EnableCrossAccountsDiscovery field's value.
func (*GetServiceSettingsOutput) SetLicenseManagerResourceShareArn ¶ added in v1.25.44
func (s *GetServiceSettingsOutput) SetLicenseManagerResourceShareArn(v string) *GetServiceSettingsOutput
SetLicenseManagerResourceShareArn sets the LicenseManagerResourceShareArn field's value.
func (*GetServiceSettingsOutput) SetOrganizationConfiguration ¶
func (s *GetServiceSettingsOutput) SetOrganizationConfiguration(v *OrganizationConfiguration) *GetServiceSettingsOutput
SetOrganizationConfiguration sets the OrganizationConfiguration field's value.
func (*GetServiceSettingsOutput) SetS3BucketArn ¶
func (s *GetServiceSettingsOutput) SetS3BucketArn(v string) *GetServiceSettingsOutput
SetS3BucketArn sets the S3BucketArn field's value.
func (*GetServiceSettingsOutput) SetSnsTopicArn ¶
func (s *GetServiceSettingsOutput) SetSnsTopicArn(v string) *GetServiceSettingsOutput
SetSnsTopicArn sets the SnsTopicArn field's value.
func (GetServiceSettingsOutput) String ¶
func (s GetServiceSettingsOutput) String() string
String returns the string representation
type InvalidParameterValueException ¶ added in v1.28.0
type InvalidParameterValueException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
One or more parameter values are not valid.
func (*InvalidParameterValueException) Code ¶ added in v1.28.0
func (s *InvalidParameterValueException) Code() string
Code returns the exception type name.
func (*InvalidParameterValueException) Error ¶ added in v1.28.0
func (s *InvalidParameterValueException) Error() string
func (InvalidParameterValueException) GoString ¶ added in v1.28.0
func (s InvalidParameterValueException) GoString() string
GoString returns the string representation
func (*InvalidParameterValueException) Message ¶ added in v1.28.0
func (s *InvalidParameterValueException) Message() string
Message returns the exception's message.
func (*InvalidParameterValueException) OrigErr ¶ added in v1.28.0
func (s *InvalidParameterValueException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidParameterValueException) RequestID ¶ added in v1.28.0
func (s *InvalidParameterValueException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidParameterValueException) StatusCode ¶ added in v1.28.0
func (s *InvalidParameterValueException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidParameterValueException) String ¶ added in v1.28.0
func (s InvalidParameterValueException) String() string
String returns the string representation
type InvalidResourceStateException ¶ added in v1.28.0
type InvalidResourceStateException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
License Manager cannot allocate a license to a resource because of its state.
For example, you cannot allocate a license to an instance in the process of shutting down.
func (*InvalidResourceStateException) Code ¶ added in v1.28.0
func (s *InvalidResourceStateException) Code() string
Code returns the exception type name.
func (*InvalidResourceStateException) Error ¶ added in v1.28.0
func (s *InvalidResourceStateException) Error() string
func (InvalidResourceStateException) GoString ¶ added in v1.28.0
func (s InvalidResourceStateException) GoString() string
GoString returns the string representation
func (*InvalidResourceStateException) Message ¶ added in v1.28.0
func (s *InvalidResourceStateException) Message() string
Message returns the exception's message.
func (*InvalidResourceStateException) OrigErr ¶ added in v1.28.0
func (s *InvalidResourceStateException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*InvalidResourceStateException) RequestID ¶ added in v1.28.0
func (s *InvalidResourceStateException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*InvalidResourceStateException) StatusCode ¶ added in v1.28.0
func (s *InvalidResourceStateException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (InvalidResourceStateException) String ¶ added in v1.28.0
func (s InvalidResourceStateException) String() string
String returns the string representation
type InventoryFilter ¶
type InventoryFilter struct { // Condition of the filter. // // Condition is a required field Condition *string `type:"string" required:"true" enum:"InventoryFilterCondition"` // Name of the filter. // // Name is a required field Name *string `type:"string" required:"true"` // Value of the filter. Value *string `type:"string"` // contains filtered or unexported fields }
An inventory filter.
func (InventoryFilter) GoString ¶
func (s InventoryFilter) GoString() string
GoString returns the string representation
func (*InventoryFilter) SetCondition ¶
func (s *InventoryFilter) SetCondition(v string) *InventoryFilter
SetCondition sets the Condition field's value.
func (*InventoryFilter) SetName ¶
func (s *InventoryFilter) SetName(v string) *InventoryFilter
SetName sets the Name field's value.
func (*InventoryFilter) SetValue ¶
func (s *InventoryFilter) SetValue(v string) *InventoryFilter
SetValue sets the Value field's value.
func (InventoryFilter) String ¶
func (s InventoryFilter) String() string
String returns the string representation
func (*InventoryFilter) Validate ¶
func (s *InventoryFilter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LicenseConfiguration ¶
type LicenseConfiguration struct { // Automated discovery information. AutomatedDiscoveryInformation *AutomatedDiscoveryInformation `type:"structure"` // Summaries for licenses consumed by various resources. ConsumedLicenseSummaryList []*ConsumedLicenseSummary `type:"list"` // Number of licenses consumed. ConsumedLicenses *int64 `type:"long"` // Description of the license configuration. Description *string `type:"string"` // Amazon Resource Name (ARN) of the license configuration. LicenseConfigurationArn *string `type:"string"` // Unique ID of the license configuration. LicenseConfigurationId *string `type:"string"` // Number of licenses managed by the license configuration. LicenseCount *int64 `type:"long"` // Number of available licenses as a hard limit. LicenseCountHardLimit *bool `type:"boolean"` // Dimension to use to track the license inventory. LicenseCountingType *string `type:"string" enum:"LicenseCountingType"` // License rules. LicenseRules []*string `type:"list"` // Summaries for managed resources. ManagedResourceSummaryList []*ManagedResourceSummary `type:"list"` // Name of the license configuration. Name *string `type:"string"` // Account ID of the license configuration's owner. OwnerAccountId *string `type:"string"` // Product information. ProductInformationList []*ProductInformation `type:"list"` // Status of the license configuration. Status *string `type:"string"` // contains filtered or unexported fields }
A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), host affinity (how long a VM must be associated with a host), and the number of licenses purchased and used.
func (LicenseConfiguration) GoString ¶
func (s LicenseConfiguration) GoString() string
GoString returns the string representation
func (*LicenseConfiguration) SetAutomatedDiscoveryInformation ¶ added in v1.25.44
func (s *LicenseConfiguration) SetAutomatedDiscoveryInformation(v *AutomatedDiscoveryInformation) *LicenseConfiguration
SetAutomatedDiscoveryInformation sets the AutomatedDiscoveryInformation field's value.
func (*LicenseConfiguration) SetConsumedLicenseSummaryList ¶
func (s *LicenseConfiguration) SetConsumedLicenseSummaryList(v []*ConsumedLicenseSummary) *LicenseConfiguration
SetConsumedLicenseSummaryList sets the ConsumedLicenseSummaryList field's value.
func (*LicenseConfiguration) SetConsumedLicenses ¶
func (s *LicenseConfiguration) SetConsumedLicenses(v int64) *LicenseConfiguration
SetConsumedLicenses sets the ConsumedLicenses field's value.
func (*LicenseConfiguration) SetDescription ¶
func (s *LicenseConfiguration) SetDescription(v string) *LicenseConfiguration
SetDescription sets the Description field's value.
func (*LicenseConfiguration) SetLicenseConfigurationArn ¶
func (s *LicenseConfiguration) SetLicenseConfigurationArn(v string) *LicenseConfiguration
SetLicenseConfigurationArn sets the LicenseConfigurationArn field's value.
func (*LicenseConfiguration) SetLicenseConfigurationId ¶
func (s *LicenseConfiguration) SetLicenseConfigurationId(v string) *LicenseConfiguration
SetLicenseConfigurationId sets the LicenseConfigurationId field's value.
func (*LicenseConfiguration) SetLicenseCount ¶
func (s *LicenseConfiguration) SetLicenseCount(v int64) *LicenseConfiguration
SetLicenseCount sets the LicenseCount field's value.
func (*LicenseConfiguration) SetLicenseCountHardLimit ¶
func (s *LicenseConfiguration) SetLicenseCountHardLimit(v bool) *LicenseConfiguration
SetLicenseCountHardLimit sets the LicenseCountHardLimit field's value.
func (*LicenseConfiguration) SetLicenseCountingType ¶
func (s *LicenseConfiguration) SetLicenseCountingType(v string) *LicenseConfiguration
SetLicenseCountingType sets the LicenseCountingType field's value.
func (*LicenseConfiguration) SetLicenseRules ¶
func (s *LicenseConfiguration) SetLicenseRules(v []*string) *LicenseConfiguration
SetLicenseRules sets the LicenseRules field's value.
func (*LicenseConfiguration) SetManagedResourceSummaryList ¶
func (s *LicenseConfiguration) SetManagedResourceSummaryList(v []*ManagedResourceSummary) *LicenseConfiguration
SetManagedResourceSummaryList sets the ManagedResourceSummaryList field's value.
func (*LicenseConfiguration) SetName ¶
func (s *LicenseConfiguration) SetName(v string) *LicenseConfiguration
SetName sets the Name field's value.
func (*LicenseConfiguration) SetOwnerAccountId ¶
func (s *LicenseConfiguration) SetOwnerAccountId(v string) *LicenseConfiguration
SetOwnerAccountId sets the OwnerAccountId field's value.
func (*LicenseConfiguration) SetProductInformationList ¶ added in v1.25.44
func (s *LicenseConfiguration) SetProductInformationList(v []*ProductInformation) *LicenseConfiguration
SetProductInformationList sets the ProductInformationList field's value.
func (*LicenseConfiguration) SetStatus ¶
func (s *LicenseConfiguration) SetStatus(v string) *LicenseConfiguration
SetStatus sets the Status field's value.
func (LicenseConfiguration) String ¶
func (s LicenseConfiguration) String() string
String returns the string representation
type LicenseConfigurationAssociation ¶
type LicenseConfigurationAssociation struct { // Time when the license configuration was associated with the resource. AssociationTime *time.Time `type:"timestamp"` // Amazon Resource Name (ARN) of the resource. ResourceArn *string `type:"string"` // ID of the AWS account that owns the resource consuming licenses. ResourceOwnerId *string `type:"string"` // Type of server resource. ResourceType *string `type:"string" enum:"ResourceType"` // contains filtered or unexported fields }
Describes an association with a license configuration.
func (LicenseConfigurationAssociation) GoString ¶
func (s LicenseConfigurationAssociation) GoString() string
GoString returns the string representation
func (*LicenseConfigurationAssociation) SetAssociationTime ¶
func (s *LicenseConfigurationAssociation) SetAssociationTime(v time.Time) *LicenseConfigurationAssociation
SetAssociationTime sets the AssociationTime field's value.
func (*LicenseConfigurationAssociation) SetResourceArn ¶
func (s *LicenseConfigurationAssociation) SetResourceArn(v string) *LicenseConfigurationAssociation
SetResourceArn sets the ResourceArn field's value.
func (*LicenseConfigurationAssociation) SetResourceOwnerId ¶
func (s *LicenseConfigurationAssociation) SetResourceOwnerId(v string) *LicenseConfigurationAssociation
SetResourceOwnerId sets the ResourceOwnerId field's value.
func (*LicenseConfigurationAssociation) SetResourceType ¶
func (s *LicenseConfigurationAssociation) SetResourceType(v string) *LicenseConfigurationAssociation
SetResourceType sets the ResourceType field's value.
func (LicenseConfigurationAssociation) String ¶
func (s LicenseConfigurationAssociation) String() string
String returns the string representation
type LicenseConfigurationUsage ¶
type LicenseConfigurationUsage struct { // Time when the license configuration was initially associated with the resource. AssociationTime *time.Time `type:"timestamp"` // Number of licenses consumed by the resource. ConsumedLicenses *int64 `type:"long"` // Amazon Resource Name (ARN) of the resource. ResourceArn *string `type:"string"` // ID of the account that owns the resource. ResourceOwnerId *string `type:"string"` // Status of the resource. ResourceStatus *string `type:"string"` // Type of resource. ResourceType *string `type:"string" enum:"ResourceType"` // contains filtered or unexported fields }
Details about the usage of a resource associated with a license configuration.
func (LicenseConfigurationUsage) GoString ¶
func (s LicenseConfigurationUsage) GoString() string
GoString returns the string representation
func (*LicenseConfigurationUsage) SetAssociationTime ¶
func (s *LicenseConfigurationUsage) SetAssociationTime(v time.Time) *LicenseConfigurationUsage
SetAssociationTime sets the AssociationTime field's value.
func (*LicenseConfigurationUsage) SetConsumedLicenses ¶
func (s *LicenseConfigurationUsage) SetConsumedLicenses(v int64) *LicenseConfigurationUsage
SetConsumedLicenses sets the ConsumedLicenses field's value.
func (*LicenseConfigurationUsage) SetResourceArn ¶
func (s *LicenseConfigurationUsage) SetResourceArn(v string) *LicenseConfigurationUsage
SetResourceArn sets the ResourceArn field's value.
func (*LicenseConfigurationUsage) SetResourceOwnerId ¶
func (s *LicenseConfigurationUsage) SetResourceOwnerId(v string) *LicenseConfigurationUsage
SetResourceOwnerId sets the ResourceOwnerId field's value.
func (*LicenseConfigurationUsage) SetResourceStatus ¶
func (s *LicenseConfigurationUsage) SetResourceStatus(v string) *LicenseConfigurationUsage
SetResourceStatus sets the ResourceStatus field's value.
func (*LicenseConfigurationUsage) SetResourceType ¶
func (s *LicenseConfigurationUsage) SetResourceType(v string) *LicenseConfigurationUsage
SetResourceType sets the ResourceType field's value.
func (LicenseConfigurationUsage) String ¶
func (s LicenseConfigurationUsage) String() string
String returns the string representation
type LicenseManager ¶
LicenseManager provides the API operation methods for making requests to AWS License Manager. See this package's package overview docs for details on the service.
LicenseManager methods are safe to use concurrently. It is not safe to modify mutate any of the struct's properties though.
func New ¶
func New(p client.ConfigProvider, cfgs ...*aws.Config) *LicenseManager
New creates a new instance of the LicenseManager client with a session. If additional configuration is needed for the client instance use the optional aws.Config parameter to add your extra config.
Example:
mySession := session.Must(session.NewSession()) // Create a LicenseManager client from just a session. svc := licensemanager.New(mySession) // Create a LicenseManager client with additional configuration svc := licensemanager.New(mySession, aws.NewConfig().WithRegion("us-west-2"))
func (*LicenseManager) CreateLicenseConfiguration ¶
func (c *LicenseManager) CreateLicenseConfiguration(input *CreateLicenseConfigurationInput) (*CreateLicenseConfigurationOutput, error)
CreateLicenseConfiguration API operation for AWS License Manager.
Creates a license configuration.
A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), host affinity (how long a VM must be associated with a host), and the number of licenses purchased and used.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation CreateLicenseConfiguration for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
ServerInternalException The server experienced an internal error. Try again.
ResourceLimitExceededException Your resource limits have been exceeded.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/CreateLicenseConfiguration
func (*LicenseManager) CreateLicenseConfigurationRequest ¶
func (c *LicenseManager) CreateLicenseConfigurationRequest(input *CreateLicenseConfigurationInput) (req *request.Request, output *CreateLicenseConfigurationOutput)
CreateLicenseConfigurationRequest generates a "aws/request.Request" representing the client's request for the CreateLicenseConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See CreateLicenseConfiguration for more information on using the CreateLicenseConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the CreateLicenseConfigurationRequest method. req, resp := client.CreateLicenseConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/CreateLicenseConfiguration
func (*LicenseManager) CreateLicenseConfigurationWithContext ¶
func (c *LicenseManager) CreateLicenseConfigurationWithContext(ctx aws.Context, input *CreateLicenseConfigurationInput, opts ...request.Option) (*CreateLicenseConfigurationOutput, error)
CreateLicenseConfigurationWithContext is the same as CreateLicenseConfiguration with the addition of the ability to pass a context and additional request options.
See CreateLicenseConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) DeleteLicenseConfiguration ¶
func (c *LicenseManager) DeleteLicenseConfiguration(input *DeleteLicenseConfigurationInput) (*DeleteLicenseConfigurationOutput, error)
DeleteLicenseConfiguration API operation for AWS License Manager.
Deletes the specified license configuration.
You cannot delete a license configuration that is in use.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation DeleteLicenseConfiguration for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
ServerInternalException The server experienced an internal error. Try again.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/DeleteLicenseConfiguration
func (*LicenseManager) DeleteLicenseConfigurationRequest ¶
func (c *LicenseManager) DeleteLicenseConfigurationRequest(input *DeleteLicenseConfigurationInput) (req *request.Request, output *DeleteLicenseConfigurationOutput)
DeleteLicenseConfigurationRequest generates a "aws/request.Request" representing the client's request for the DeleteLicenseConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See DeleteLicenseConfiguration for more information on using the DeleteLicenseConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the DeleteLicenseConfigurationRequest method. req, resp := client.DeleteLicenseConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/DeleteLicenseConfiguration
func (*LicenseManager) DeleteLicenseConfigurationWithContext ¶
func (c *LicenseManager) DeleteLicenseConfigurationWithContext(ctx aws.Context, input *DeleteLicenseConfigurationInput, opts ...request.Option) (*DeleteLicenseConfigurationOutput, error)
DeleteLicenseConfigurationWithContext is the same as DeleteLicenseConfiguration with the addition of the ability to pass a context and additional request options.
See DeleteLicenseConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) GetLicenseConfiguration ¶
func (c *LicenseManager) GetLicenseConfiguration(input *GetLicenseConfigurationInput) (*GetLicenseConfigurationOutput, error)
GetLicenseConfiguration API operation for AWS License Manager.
Gets detailed information about the specified license configuration.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation GetLicenseConfiguration for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
ServerInternalException The server experienced an internal error. Try again.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/GetLicenseConfiguration
func (*LicenseManager) GetLicenseConfigurationRequest ¶
func (c *LicenseManager) GetLicenseConfigurationRequest(input *GetLicenseConfigurationInput) (req *request.Request, output *GetLicenseConfigurationOutput)
GetLicenseConfigurationRequest generates a "aws/request.Request" representing the client's request for the GetLicenseConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetLicenseConfiguration for more information on using the GetLicenseConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetLicenseConfigurationRequest method. req, resp := client.GetLicenseConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/GetLicenseConfiguration
func (*LicenseManager) GetLicenseConfigurationWithContext ¶
func (c *LicenseManager) GetLicenseConfigurationWithContext(ctx aws.Context, input *GetLicenseConfigurationInput, opts ...request.Option) (*GetLicenseConfigurationOutput, error)
GetLicenseConfigurationWithContext is the same as GetLicenseConfiguration with the addition of the ability to pass a context and additional request options.
See GetLicenseConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) GetServiceSettings ¶
func (c *LicenseManager) GetServiceSettings(input *GetServiceSettingsInput) (*GetServiceSettingsOutput, error)
GetServiceSettings API operation for AWS License Manager.
Gets the License Manager settings for the current Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation GetServiceSettings for usage and error information.
Returned Error Types:
ServerInternalException The server experienced an internal error. Try again.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/GetServiceSettings
func (*LicenseManager) GetServiceSettingsRequest ¶
func (c *LicenseManager) GetServiceSettingsRequest(input *GetServiceSettingsInput) (req *request.Request, output *GetServiceSettingsOutput)
GetServiceSettingsRequest generates a "aws/request.Request" representing the client's request for the GetServiceSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See GetServiceSettings for more information on using the GetServiceSettings API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the GetServiceSettingsRequest method. req, resp := client.GetServiceSettingsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/GetServiceSettings
func (*LicenseManager) GetServiceSettingsWithContext ¶
func (c *LicenseManager) GetServiceSettingsWithContext(ctx aws.Context, input *GetServiceSettingsInput, opts ...request.Option) (*GetServiceSettingsOutput, error)
GetServiceSettingsWithContext is the same as GetServiceSettings with the addition of the ability to pass a context and additional request options.
See GetServiceSettings for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) ListAssociationsForLicenseConfiguration ¶
func (c *LicenseManager) ListAssociationsForLicenseConfiguration(input *ListAssociationsForLicenseConfigurationInput) (*ListAssociationsForLicenseConfigurationOutput, error)
ListAssociationsForLicenseConfiguration API operation for AWS License Manager.
Lists the resource associations for the specified license configuration.
Resource associations need not consume licenses from a license configuration. For example, an AMI or a stopped instance might not consume a license (depending on the license rules).
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation ListAssociationsForLicenseConfiguration for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
FilterLimitExceededException The request uses too many filters or too many filter values.
ServerInternalException The server experienced an internal error. Try again.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
func (*LicenseManager) ListAssociationsForLicenseConfigurationRequest ¶
func (c *LicenseManager) ListAssociationsForLicenseConfigurationRequest(input *ListAssociationsForLicenseConfigurationInput) (req *request.Request, output *ListAssociationsForLicenseConfigurationOutput)
ListAssociationsForLicenseConfigurationRequest generates a "aws/request.Request" representing the client's request for the ListAssociationsForLicenseConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListAssociationsForLicenseConfiguration for more information on using the ListAssociationsForLicenseConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListAssociationsForLicenseConfigurationRequest method. req, resp := client.ListAssociationsForLicenseConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*LicenseManager) ListAssociationsForLicenseConfigurationWithContext ¶
func (c *LicenseManager) ListAssociationsForLicenseConfigurationWithContext(ctx aws.Context, input *ListAssociationsForLicenseConfigurationInput, opts ...request.Option) (*ListAssociationsForLicenseConfigurationOutput, error)
ListAssociationsForLicenseConfigurationWithContext is the same as ListAssociationsForLicenseConfiguration with the addition of the ability to pass a context and additional request options.
See ListAssociationsForLicenseConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) ListFailuresForLicenseConfigurationOperations ¶ added in v1.25.44
func (c *LicenseManager) ListFailuresForLicenseConfigurationOperations(input *ListFailuresForLicenseConfigurationOperationsInput) (*ListFailuresForLicenseConfigurationOperationsOutput, error)
ListFailuresForLicenseConfigurationOperations API operation for AWS License Manager.
Lists the license configuration operations that failed.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation ListFailuresForLicenseConfigurationOperations for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
ServerInternalException The server experienced an internal error. Try again.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
func (*LicenseManager) ListFailuresForLicenseConfigurationOperationsRequest ¶ added in v1.25.44
func (c *LicenseManager) ListFailuresForLicenseConfigurationOperationsRequest(input *ListFailuresForLicenseConfigurationOperationsInput) (req *request.Request, output *ListFailuresForLicenseConfigurationOperationsOutput)
ListFailuresForLicenseConfigurationOperationsRequest generates a "aws/request.Request" representing the client's request for the ListFailuresForLicenseConfigurationOperations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListFailuresForLicenseConfigurationOperations for more information on using the ListFailuresForLicenseConfigurationOperations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListFailuresForLicenseConfigurationOperationsRequest method. req, resp := client.ListFailuresForLicenseConfigurationOperationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*LicenseManager) ListFailuresForLicenseConfigurationOperationsWithContext ¶ added in v1.25.44
func (c *LicenseManager) ListFailuresForLicenseConfigurationOperationsWithContext(ctx aws.Context, input *ListFailuresForLicenseConfigurationOperationsInput, opts ...request.Option) (*ListFailuresForLicenseConfigurationOperationsOutput, error)
ListFailuresForLicenseConfigurationOperationsWithContext is the same as ListFailuresForLicenseConfigurationOperations with the addition of the ability to pass a context and additional request options.
See ListFailuresForLicenseConfigurationOperations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) ListLicenseConfigurations ¶
func (c *LicenseManager) ListLicenseConfigurations(input *ListLicenseConfigurationsInput) (*ListLicenseConfigurationsOutput, error)
ListLicenseConfigurations API operation for AWS License Manager.
Lists the license configurations for your account.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation ListLicenseConfigurations for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
ServerInternalException The server experienced an internal error. Try again.
FilterLimitExceededException The request uses too many filters or too many filter values.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListLicenseConfigurations
func (*LicenseManager) ListLicenseConfigurationsRequest ¶
func (c *LicenseManager) ListLicenseConfigurationsRequest(input *ListLicenseConfigurationsInput) (req *request.Request, output *ListLicenseConfigurationsOutput)
ListLicenseConfigurationsRequest generates a "aws/request.Request" representing the client's request for the ListLicenseConfigurations operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListLicenseConfigurations for more information on using the ListLicenseConfigurations API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListLicenseConfigurationsRequest method. req, resp := client.ListLicenseConfigurationsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListLicenseConfigurations
func (*LicenseManager) ListLicenseConfigurationsWithContext ¶
func (c *LicenseManager) ListLicenseConfigurationsWithContext(ctx aws.Context, input *ListLicenseConfigurationsInput, opts ...request.Option) (*ListLicenseConfigurationsOutput, error)
ListLicenseConfigurationsWithContext is the same as ListLicenseConfigurations with the addition of the ability to pass a context and additional request options.
See ListLicenseConfigurations for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) ListLicenseSpecificationsForResource ¶
func (c *LicenseManager) ListLicenseSpecificationsForResource(input *ListLicenseSpecificationsForResourceInput) (*ListLicenseSpecificationsForResourceOutput, error)
ListLicenseSpecificationsForResource API operation for AWS License Manager.
Describes the license configurations for the specified resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation ListLicenseSpecificationsForResource for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
ServerInternalException The server experienced an internal error. Try again.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
func (*LicenseManager) ListLicenseSpecificationsForResourceRequest ¶
func (c *LicenseManager) ListLicenseSpecificationsForResourceRequest(input *ListLicenseSpecificationsForResourceInput) (req *request.Request, output *ListLicenseSpecificationsForResourceOutput)
ListLicenseSpecificationsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListLicenseSpecificationsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListLicenseSpecificationsForResource for more information on using the ListLicenseSpecificationsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListLicenseSpecificationsForResourceRequest method. req, resp := client.ListLicenseSpecificationsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*LicenseManager) ListLicenseSpecificationsForResourceWithContext ¶
func (c *LicenseManager) ListLicenseSpecificationsForResourceWithContext(ctx aws.Context, input *ListLicenseSpecificationsForResourceInput, opts ...request.Option) (*ListLicenseSpecificationsForResourceOutput, error)
ListLicenseSpecificationsForResourceWithContext is the same as ListLicenseSpecificationsForResource with the addition of the ability to pass a context and additional request options.
See ListLicenseSpecificationsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) ListResourceInventory ¶
func (c *LicenseManager) ListResourceInventory(input *ListResourceInventoryInput) (*ListResourceInventoryOutput, error)
ListResourceInventory API operation for AWS License Manager.
Lists resources managed using Systems Manager inventory.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation ListResourceInventory for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
ServerInternalException The server experienced an internal error. Try again.
FilterLimitExceededException The request uses too many filters or too many filter values.
FailedDependencyException A dependency required to run the API is missing.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListResourceInventory
func (*LicenseManager) ListResourceInventoryRequest ¶
func (c *LicenseManager) ListResourceInventoryRequest(input *ListResourceInventoryInput) (req *request.Request, output *ListResourceInventoryOutput)
ListResourceInventoryRequest generates a "aws/request.Request" representing the client's request for the ListResourceInventory operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListResourceInventory for more information on using the ListResourceInventory API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListResourceInventoryRequest method. req, resp := client.ListResourceInventoryRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListResourceInventory
func (*LicenseManager) ListResourceInventoryWithContext ¶
func (c *LicenseManager) ListResourceInventoryWithContext(ctx aws.Context, input *ListResourceInventoryInput, opts ...request.Option) (*ListResourceInventoryOutput, error)
ListResourceInventoryWithContext is the same as ListResourceInventory with the addition of the ability to pass a context and additional request options.
See ListResourceInventory for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) ListTagsForResource ¶
func (c *LicenseManager) ListTagsForResource(input *ListTagsForResourceInput) (*ListTagsForResourceOutput, error)
ListTagsForResource API operation for AWS License Manager.
Lists the tags for the specified license configuration.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation ListTagsForResource for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
ServerInternalException The server experienced an internal error. Try again.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListTagsForResource
func (*LicenseManager) ListTagsForResourceRequest ¶
func (c *LicenseManager) ListTagsForResourceRequest(input *ListTagsForResourceInput) (req *request.Request, output *ListTagsForResourceOutput)
ListTagsForResourceRequest generates a "aws/request.Request" representing the client's request for the ListTagsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListTagsForResource for more information on using the ListTagsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListTagsForResourceRequest method. req, resp := client.ListTagsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListTagsForResource
func (*LicenseManager) ListTagsForResourceWithContext ¶
func (c *LicenseManager) ListTagsForResourceWithContext(ctx aws.Context, input *ListTagsForResourceInput, opts ...request.Option) (*ListTagsForResourceOutput, error)
ListTagsForResourceWithContext is the same as ListTagsForResource with the addition of the ability to pass a context and additional request options.
See ListTagsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) ListUsageForLicenseConfiguration ¶
func (c *LicenseManager) ListUsageForLicenseConfiguration(input *ListUsageForLicenseConfigurationInput) (*ListUsageForLicenseConfigurationOutput, error)
ListUsageForLicenseConfiguration API operation for AWS License Manager.
Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time. Use this action to audit the current license consumption for any license inventory and configuration.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation ListUsageForLicenseConfiguration for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
FilterLimitExceededException The request uses too many filters or too many filter values.
ServerInternalException The server experienced an internal error. Try again.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListUsageForLicenseConfiguration
func (*LicenseManager) ListUsageForLicenseConfigurationRequest ¶
func (c *LicenseManager) ListUsageForLicenseConfigurationRequest(input *ListUsageForLicenseConfigurationInput) (req *request.Request, output *ListUsageForLicenseConfigurationOutput)
ListUsageForLicenseConfigurationRequest generates a "aws/request.Request" representing the client's request for the ListUsageForLicenseConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See ListUsageForLicenseConfiguration for more information on using the ListUsageForLicenseConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the ListUsageForLicenseConfigurationRequest method. req, resp := client.ListUsageForLicenseConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/ListUsageForLicenseConfiguration
func (*LicenseManager) ListUsageForLicenseConfigurationWithContext ¶
func (c *LicenseManager) ListUsageForLicenseConfigurationWithContext(ctx aws.Context, input *ListUsageForLicenseConfigurationInput, opts ...request.Option) (*ListUsageForLicenseConfigurationOutput, error)
ListUsageForLicenseConfigurationWithContext is the same as ListUsageForLicenseConfiguration with the addition of the ability to pass a context and additional request options.
See ListUsageForLicenseConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) TagResource ¶
func (c *LicenseManager) TagResource(input *TagResourceInput) (*TagResourceOutput, error)
TagResource API operation for AWS License Manager.
Adds the specified tags to the specified license configuration.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation TagResource for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
ServerInternalException The server experienced an internal error. Try again.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/TagResource
func (*LicenseManager) TagResourceRequest ¶
func (c *LicenseManager) TagResourceRequest(input *TagResourceInput) (req *request.Request, output *TagResourceOutput)
TagResourceRequest generates a "aws/request.Request" representing the client's request for the TagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See TagResource for more information on using the TagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the TagResourceRequest method. req, resp := client.TagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/TagResource
func (*LicenseManager) TagResourceWithContext ¶
func (c *LicenseManager) TagResourceWithContext(ctx aws.Context, input *TagResourceInput, opts ...request.Option) (*TagResourceOutput, error)
TagResourceWithContext is the same as TagResource with the addition of the ability to pass a context and additional request options.
See TagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) UntagResource ¶
func (c *LicenseManager) UntagResource(input *UntagResourceInput) (*UntagResourceOutput, error)
UntagResource API operation for AWS License Manager.
Removes the specified tags from the specified license configuration.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation UntagResource for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
ServerInternalException The server experienced an internal error. Try again.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UntagResource
func (*LicenseManager) UntagResourceRequest ¶
func (c *LicenseManager) UntagResourceRequest(input *UntagResourceInput) (req *request.Request, output *UntagResourceOutput)
UntagResourceRequest generates a "aws/request.Request" representing the client's request for the UntagResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UntagResource for more information on using the UntagResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UntagResourceRequest method. req, resp := client.UntagResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UntagResource
func (*LicenseManager) UntagResourceWithContext ¶
func (c *LicenseManager) UntagResourceWithContext(ctx aws.Context, input *UntagResourceInput, opts ...request.Option) (*UntagResourceOutput, error)
UntagResourceWithContext is the same as UntagResource with the addition of the ability to pass a context and additional request options.
See UntagResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) UpdateLicenseConfiguration ¶
func (c *LicenseManager) UpdateLicenseConfiguration(input *UpdateLicenseConfigurationInput) (*UpdateLicenseConfigurationOutput, error)
UpdateLicenseConfiguration API operation for AWS License Manager.
Modifies the attributes of an existing license configuration.
A license configuration is an abstraction of a customer license agreement that can be consumed and enforced by License Manager. Components include specifications for the license type (licensing by instance, socket, CPU, or vCPU), allowed tenancy (shared tenancy, Dedicated Instance, Dedicated Host, or all of these), host affinity (how long a VM must be associated with a host), and the number of licenses purchased and used.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation UpdateLicenseConfiguration for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
ServerInternalException The server experienced an internal error. Try again.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateLicenseConfiguration
func (*LicenseManager) UpdateLicenseConfigurationRequest ¶
func (c *LicenseManager) UpdateLicenseConfigurationRequest(input *UpdateLicenseConfigurationInput) (req *request.Request, output *UpdateLicenseConfigurationOutput)
UpdateLicenseConfigurationRequest generates a "aws/request.Request" representing the client's request for the UpdateLicenseConfiguration operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateLicenseConfiguration for more information on using the UpdateLicenseConfiguration API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateLicenseConfigurationRequest method. req, resp := client.UpdateLicenseConfigurationRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateLicenseConfiguration
func (*LicenseManager) UpdateLicenseConfigurationWithContext ¶
func (c *LicenseManager) UpdateLicenseConfigurationWithContext(ctx aws.Context, input *UpdateLicenseConfigurationInput, opts ...request.Option) (*UpdateLicenseConfigurationOutput, error)
UpdateLicenseConfigurationWithContext is the same as UpdateLicenseConfiguration with the addition of the ability to pass a context and additional request options.
See UpdateLicenseConfiguration for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) UpdateLicenseSpecificationsForResource ¶
func (c *LicenseManager) UpdateLicenseSpecificationsForResource(input *UpdateLicenseSpecificationsForResourceInput) (*UpdateLicenseSpecificationsForResourceOutput, error)
UpdateLicenseSpecificationsForResource API operation for AWS License Manager.
Adds or removes the specified license configurations for the specified AWS resource.
You can update the license specifications of AMIs, instances, and hosts. You cannot update the license specifications for launch templates and AWS CloudFormation templates, as they send license configurations to the operation that creates the resource.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation UpdateLicenseSpecificationsForResource for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
InvalidResourceStateException License Manager cannot allocate a license to a resource because of its state.
For example, you cannot allocate a license to an instance in the process of shutting down.
LicenseUsageException You do not have enough licenses available to support a new resource launch.
ServerInternalException The server experienced an internal error. Try again.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
func (*LicenseManager) UpdateLicenseSpecificationsForResourceRequest ¶
func (c *LicenseManager) UpdateLicenseSpecificationsForResourceRequest(input *UpdateLicenseSpecificationsForResourceInput) (req *request.Request, output *UpdateLicenseSpecificationsForResourceOutput)
UpdateLicenseSpecificationsForResourceRequest generates a "aws/request.Request" representing the client's request for the UpdateLicenseSpecificationsForResource operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateLicenseSpecificationsForResource for more information on using the UpdateLicenseSpecificationsForResource API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateLicenseSpecificationsForResourceRequest method. req, resp := client.UpdateLicenseSpecificationsForResourceRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
func (*LicenseManager) UpdateLicenseSpecificationsForResourceWithContext ¶
func (c *LicenseManager) UpdateLicenseSpecificationsForResourceWithContext(ctx aws.Context, input *UpdateLicenseSpecificationsForResourceInput, opts ...request.Option) (*UpdateLicenseSpecificationsForResourceOutput, error)
UpdateLicenseSpecificationsForResourceWithContext is the same as UpdateLicenseSpecificationsForResource with the addition of the ability to pass a context and additional request options.
See UpdateLicenseSpecificationsForResource for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
func (*LicenseManager) UpdateServiceSettings ¶
func (c *LicenseManager) UpdateServiceSettings(input *UpdateServiceSettingsInput) (*UpdateServiceSettingsOutput, error)
UpdateServiceSettings API operation for AWS License Manager.
Updates License Manager settings for the current Region.
Returns awserr.Error for service API and SDK errors. Use runtime type assertions with awserr.Error's Code and Message methods to get detailed information about the error.
See the AWS API reference guide for AWS License Manager's API operation UpdateServiceSettings for usage and error information.
Returned Error Types:
InvalidParameterValueException One or more parameter values are not valid.
ServerInternalException The server experienced an internal error. Try again.
AuthorizationException The AWS user account does not have permission to perform the action. Check the IAM policy associated with this account.
AccessDeniedException Access to resource denied.
RateLimitExceededException Too many requests have been submitted. Try again after a brief wait.
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateServiceSettings
func (*LicenseManager) UpdateServiceSettingsRequest ¶
func (c *LicenseManager) UpdateServiceSettingsRequest(input *UpdateServiceSettingsInput) (req *request.Request, output *UpdateServiceSettingsOutput)
UpdateServiceSettingsRequest generates a "aws/request.Request" representing the client's request for the UpdateServiceSettings operation. The "output" return value will be populated with the request's response once the request completes successfully.
Use "Send" method on the returned Request to send the API call to the service. the "output" return value is not valid until after Send returns without error.
See UpdateServiceSettings for more information on using the UpdateServiceSettings API call, and error handling.
This method is useful when you want to inject custom logic or configuration into the SDK's request lifecycle. Such as custom headers, or retry logic.
// Example sending a request using the UpdateServiceSettingsRequest method. req, resp := client.UpdateServiceSettingsRequest(params) err := req.Send() if err == nil { // resp is now filled fmt.Println(resp) }
See also, https://docs.aws.amazon.com/goto/WebAPI/license-manager-2018-08-01/UpdateServiceSettings
func (*LicenseManager) UpdateServiceSettingsWithContext ¶
func (c *LicenseManager) UpdateServiceSettingsWithContext(ctx aws.Context, input *UpdateServiceSettingsInput, opts ...request.Option) (*UpdateServiceSettingsOutput, error)
UpdateServiceSettingsWithContext is the same as UpdateServiceSettings with the addition of the ability to pass a context and additional request options.
See UpdateServiceSettings for details on how to use this API operation.
The context must be non-nil and will be used for request cancellation. If the context is nil a panic will occur. In the future the SDK may create sub-contexts for http.Requests. See https://golang.org/pkg/context/ for more information on using Contexts.
type LicenseOperationFailure ¶ added in v1.25.44
type LicenseOperationFailure struct { // Error message. ErrorMessage *string `type:"string"` // Failure time. FailureTime *time.Time `type:"timestamp"` // Reserved. MetadataList []*Metadata `type:"list"` // Name of the operation. OperationName *string `type:"string"` // The requester is "License Manager Automated Discovery". OperationRequestedBy *string `type:"string"` // Amazon Resource Name (ARN) of the resource. ResourceArn *string `type:"string"` // ID of the AWS account that owns the resource. ResourceOwnerId *string `type:"string"` // Resource type. ResourceType *string `type:"string" enum:"ResourceType"` // contains filtered or unexported fields }
Describes the failure of a license operation.
func (LicenseOperationFailure) GoString ¶ added in v1.25.44
func (s LicenseOperationFailure) GoString() string
GoString returns the string representation
func (*LicenseOperationFailure) SetErrorMessage ¶ added in v1.25.44
func (s *LicenseOperationFailure) SetErrorMessage(v string) *LicenseOperationFailure
SetErrorMessage sets the ErrorMessage field's value.
func (*LicenseOperationFailure) SetFailureTime ¶ added in v1.25.44
func (s *LicenseOperationFailure) SetFailureTime(v time.Time) *LicenseOperationFailure
SetFailureTime sets the FailureTime field's value.
func (*LicenseOperationFailure) SetMetadataList ¶ added in v1.25.44
func (s *LicenseOperationFailure) SetMetadataList(v []*Metadata) *LicenseOperationFailure
SetMetadataList sets the MetadataList field's value.
func (*LicenseOperationFailure) SetOperationName ¶ added in v1.25.44
func (s *LicenseOperationFailure) SetOperationName(v string) *LicenseOperationFailure
SetOperationName sets the OperationName field's value.
func (*LicenseOperationFailure) SetOperationRequestedBy ¶ added in v1.25.44
func (s *LicenseOperationFailure) SetOperationRequestedBy(v string) *LicenseOperationFailure
SetOperationRequestedBy sets the OperationRequestedBy field's value.
func (*LicenseOperationFailure) SetResourceArn ¶ added in v1.25.44
func (s *LicenseOperationFailure) SetResourceArn(v string) *LicenseOperationFailure
SetResourceArn sets the ResourceArn field's value.
func (*LicenseOperationFailure) SetResourceOwnerId ¶ added in v1.25.44
func (s *LicenseOperationFailure) SetResourceOwnerId(v string) *LicenseOperationFailure
SetResourceOwnerId sets the ResourceOwnerId field's value.
func (*LicenseOperationFailure) SetResourceType ¶ added in v1.25.44
func (s *LicenseOperationFailure) SetResourceType(v string) *LicenseOperationFailure
SetResourceType sets the ResourceType field's value.
func (LicenseOperationFailure) String ¶ added in v1.25.44
func (s LicenseOperationFailure) String() string
String returns the string representation
type LicenseSpecification ¶
type LicenseSpecification struct { // Amazon Resource Name (ARN) of the license configuration. // // LicenseConfigurationArn is a required field LicenseConfigurationArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
Details for associating a license configuration with a resource.
func (LicenseSpecification) GoString ¶
func (s LicenseSpecification) GoString() string
GoString returns the string representation
func (*LicenseSpecification) SetLicenseConfigurationArn ¶
func (s *LicenseSpecification) SetLicenseConfigurationArn(v string) *LicenseSpecification
SetLicenseConfigurationArn sets the LicenseConfigurationArn field's value.
func (LicenseSpecification) String ¶
func (s LicenseSpecification) String() string
String returns the string representation
func (*LicenseSpecification) Validate ¶
func (s *LicenseSpecification) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type LicenseUsageException ¶ added in v1.28.0
type LicenseUsageException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
You do not have enough licenses available to support a new resource launch.
func (*LicenseUsageException) Code ¶ added in v1.28.0
func (s *LicenseUsageException) Code() string
Code returns the exception type name.
func (*LicenseUsageException) Error ¶ added in v1.28.0
func (s *LicenseUsageException) Error() string
func (LicenseUsageException) GoString ¶ added in v1.28.0
func (s LicenseUsageException) GoString() string
GoString returns the string representation
func (*LicenseUsageException) Message ¶ added in v1.28.0
func (s *LicenseUsageException) Message() string
Message returns the exception's message.
func (*LicenseUsageException) OrigErr ¶ added in v1.28.0
func (s *LicenseUsageException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*LicenseUsageException) RequestID ¶ added in v1.28.0
func (s *LicenseUsageException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*LicenseUsageException) StatusCode ¶ added in v1.28.0
func (s *LicenseUsageException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (LicenseUsageException) String ¶ added in v1.28.0
func (s LicenseUsageException) String() string
String returns the string representation
type ListAssociationsForLicenseConfigurationInput ¶
type ListAssociationsForLicenseConfigurationInput struct { // Amazon Resource Name (ARN) of a license configuration. // // LicenseConfigurationArn is a required field LicenseConfigurationArn *string `type:"string" required:"true"` // Maximum number of results to return in a single call. MaxResults *int64 `type:"integer"` // Token for the next set of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListAssociationsForLicenseConfigurationInput) GoString ¶
func (s ListAssociationsForLicenseConfigurationInput) GoString() string
GoString returns the string representation
func (*ListAssociationsForLicenseConfigurationInput) SetLicenseConfigurationArn ¶
func (s *ListAssociationsForLicenseConfigurationInput) SetLicenseConfigurationArn(v string) *ListAssociationsForLicenseConfigurationInput
SetLicenseConfigurationArn sets the LicenseConfigurationArn field's value.
func (*ListAssociationsForLicenseConfigurationInput) SetMaxResults ¶
func (s *ListAssociationsForLicenseConfigurationInput) SetMaxResults(v int64) *ListAssociationsForLicenseConfigurationInput
SetMaxResults sets the MaxResults field's value.
func (*ListAssociationsForLicenseConfigurationInput) SetNextToken ¶
func (s *ListAssociationsForLicenseConfigurationInput) SetNextToken(v string) *ListAssociationsForLicenseConfigurationInput
SetNextToken sets the NextToken field's value.
func (ListAssociationsForLicenseConfigurationInput) String ¶
func (s ListAssociationsForLicenseConfigurationInput) String() string
String returns the string representation
func (*ListAssociationsForLicenseConfigurationInput) Validate ¶
func (s *ListAssociationsForLicenseConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListAssociationsForLicenseConfigurationOutput ¶
type ListAssociationsForLicenseConfigurationOutput struct { // Information about the associations for the license configuration. LicenseConfigurationAssociations []*LicenseConfigurationAssociation `type:"list"` // Token for the next set of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListAssociationsForLicenseConfigurationOutput) GoString ¶
func (s ListAssociationsForLicenseConfigurationOutput) GoString() string
GoString returns the string representation
func (*ListAssociationsForLicenseConfigurationOutput) SetLicenseConfigurationAssociations ¶
func (s *ListAssociationsForLicenseConfigurationOutput) SetLicenseConfigurationAssociations(v []*LicenseConfigurationAssociation) *ListAssociationsForLicenseConfigurationOutput
SetLicenseConfigurationAssociations sets the LicenseConfigurationAssociations field's value.
func (*ListAssociationsForLicenseConfigurationOutput) SetNextToken ¶
func (s *ListAssociationsForLicenseConfigurationOutput) SetNextToken(v string) *ListAssociationsForLicenseConfigurationOutput
SetNextToken sets the NextToken field's value.
func (ListAssociationsForLicenseConfigurationOutput) String ¶
func (s ListAssociationsForLicenseConfigurationOutput) String() string
String returns the string representation
type ListFailuresForLicenseConfigurationOperationsInput ¶ added in v1.25.44
type ListFailuresForLicenseConfigurationOperationsInput struct { // Amazon Resource Name of the license configuration. // // LicenseConfigurationArn is a required field LicenseConfigurationArn *string `type:"string" required:"true"` // Maximum number of results to return in a single call. MaxResults *int64 `type:"integer"` // Token for the next set of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListFailuresForLicenseConfigurationOperationsInput) GoString ¶ added in v1.25.44
func (s ListFailuresForLicenseConfigurationOperationsInput) GoString() string
GoString returns the string representation
func (*ListFailuresForLicenseConfigurationOperationsInput) SetLicenseConfigurationArn ¶ added in v1.25.44
func (s *ListFailuresForLicenseConfigurationOperationsInput) SetLicenseConfigurationArn(v string) *ListFailuresForLicenseConfigurationOperationsInput
SetLicenseConfigurationArn sets the LicenseConfigurationArn field's value.
func (*ListFailuresForLicenseConfigurationOperationsInput) SetMaxResults ¶ added in v1.25.44
func (s *ListFailuresForLicenseConfigurationOperationsInput) SetMaxResults(v int64) *ListFailuresForLicenseConfigurationOperationsInput
SetMaxResults sets the MaxResults field's value.
func (*ListFailuresForLicenseConfigurationOperationsInput) SetNextToken ¶ added in v1.25.44
func (s *ListFailuresForLicenseConfigurationOperationsInput) SetNextToken(v string) *ListFailuresForLicenseConfigurationOperationsInput
SetNextToken sets the NextToken field's value.
func (ListFailuresForLicenseConfigurationOperationsInput) String ¶ added in v1.25.44
func (s ListFailuresForLicenseConfigurationOperationsInput) String() string
String returns the string representation
func (*ListFailuresForLicenseConfigurationOperationsInput) Validate ¶ added in v1.25.44
func (s *ListFailuresForLicenseConfigurationOperationsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListFailuresForLicenseConfigurationOperationsOutput ¶ added in v1.25.44
type ListFailuresForLicenseConfigurationOperationsOutput struct { // License configuration operations that failed. LicenseOperationFailureList []*LicenseOperationFailure `type:"list"` // Token for the next set of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListFailuresForLicenseConfigurationOperationsOutput) GoString ¶ added in v1.25.44
func (s ListFailuresForLicenseConfigurationOperationsOutput) GoString() string
GoString returns the string representation
func (*ListFailuresForLicenseConfigurationOperationsOutput) SetLicenseOperationFailureList ¶ added in v1.25.44
func (s *ListFailuresForLicenseConfigurationOperationsOutput) SetLicenseOperationFailureList(v []*LicenseOperationFailure) *ListFailuresForLicenseConfigurationOperationsOutput
SetLicenseOperationFailureList sets the LicenseOperationFailureList field's value.
func (*ListFailuresForLicenseConfigurationOperationsOutput) SetNextToken ¶ added in v1.25.44
func (s *ListFailuresForLicenseConfigurationOperationsOutput) SetNextToken(v string) *ListFailuresForLicenseConfigurationOperationsOutput
SetNextToken sets the NextToken field's value.
func (ListFailuresForLicenseConfigurationOperationsOutput) String ¶ added in v1.25.44
func (s ListFailuresForLicenseConfigurationOperationsOutput) String() string
String returns the string representation
type ListLicenseConfigurationsInput ¶
type ListLicenseConfigurationsInput struct { // Filters to scope the results. The following filters and logical operators // are supported: // // * licenseCountingType - The dimension on which licenses are counted (vCPU). // Logical operators are EQUALS | NOT_EQUALS. // // * enforceLicenseCount - A Boolean value that indicates whether hard license // enforcement is used. Logical operators are EQUALS | NOT_EQUALS. // // * usagelimitExceeded - A Boolean value that indicates whether the available // licenses have been exceeded. Logical operators are EQUALS | NOT_EQUALS. Filters []*Filter `type:"list"` // Amazon Resource Names (ARN) of the license configurations. LicenseConfigurationArns []*string `type:"list"` // Maximum number of results to return in a single call. MaxResults *int64 `type:"integer"` // Token for the next set of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListLicenseConfigurationsInput) GoString ¶
func (s ListLicenseConfigurationsInput) GoString() string
GoString returns the string representation
func (*ListLicenseConfigurationsInput) SetFilters ¶
func (s *ListLicenseConfigurationsInput) SetFilters(v []*Filter) *ListLicenseConfigurationsInput
SetFilters sets the Filters field's value.
func (*ListLicenseConfigurationsInput) SetLicenseConfigurationArns ¶
func (s *ListLicenseConfigurationsInput) SetLicenseConfigurationArns(v []*string) *ListLicenseConfigurationsInput
SetLicenseConfigurationArns sets the LicenseConfigurationArns field's value.
func (*ListLicenseConfigurationsInput) SetMaxResults ¶
func (s *ListLicenseConfigurationsInput) SetMaxResults(v int64) *ListLicenseConfigurationsInput
SetMaxResults sets the MaxResults field's value.
func (*ListLicenseConfigurationsInput) SetNextToken ¶
func (s *ListLicenseConfigurationsInput) SetNextToken(v string) *ListLicenseConfigurationsInput
SetNextToken sets the NextToken field's value.
func (ListLicenseConfigurationsInput) String ¶
func (s ListLicenseConfigurationsInput) String() string
String returns the string representation
type ListLicenseConfigurationsOutput ¶
type ListLicenseConfigurationsOutput struct { // Information about the license configurations. LicenseConfigurations []*LicenseConfiguration `type:"list"` // Token for the next set of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListLicenseConfigurationsOutput) GoString ¶
func (s ListLicenseConfigurationsOutput) GoString() string
GoString returns the string representation
func (*ListLicenseConfigurationsOutput) SetLicenseConfigurations ¶
func (s *ListLicenseConfigurationsOutput) SetLicenseConfigurations(v []*LicenseConfiguration) *ListLicenseConfigurationsOutput
SetLicenseConfigurations sets the LicenseConfigurations field's value.
func (*ListLicenseConfigurationsOutput) SetNextToken ¶
func (s *ListLicenseConfigurationsOutput) SetNextToken(v string) *ListLicenseConfigurationsOutput
SetNextToken sets the NextToken field's value.
func (ListLicenseConfigurationsOutput) String ¶
func (s ListLicenseConfigurationsOutput) String() string
String returns the string representation
type ListLicenseSpecificationsForResourceInput ¶
type ListLicenseSpecificationsForResourceInput struct { // Maximum number of results to return in a single call. MaxResults *int64 `type:"integer"` // Token for the next set of results. NextToken *string `type:"string"` // Amazon Resource Name (ARN) of a resource that has an associated license configuration. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ListLicenseSpecificationsForResourceInput) GoString ¶
func (s ListLicenseSpecificationsForResourceInput) GoString() string
GoString returns the string representation
func (*ListLicenseSpecificationsForResourceInput) SetMaxResults ¶
func (s *ListLicenseSpecificationsForResourceInput) SetMaxResults(v int64) *ListLicenseSpecificationsForResourceInput
SetMaxResults sets the MaxResults field's value.
func (*ListLicenseSpecificationsForResourceInput) SetNextToken ¶
func (s *ListLicenseSpecificationsForResourceInput) SetNextToken(v string) *ListLicenseSpecificationsForResourceInput
SetNextToken sets the NextToken field's value.
func (*ListLicenseSpecificationsForResourceInput) SetResourceArn ¶
func (s *ListLicenseSpecificationsForResourceInput) SetResourceArn(v string) *ListLicenseSpecificationsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListLicenseSpecificationsForResourceInput) String ¶
func (s ListLicenseSpecificationsForResourceInput) String() string
String returns the string representation
func (*ListLicenseSpecificationsForResourceInput) Validate ¶
func (s *ListLicenseSpecificationsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListLicenseSpecificationsForResourceOutput ¶
type ListLicenseSpecificationsForResourceOutput struct { // License configurations associated with a resource. LicenseSpecifications []*LicenseSpecification `type:"list"` // Token for the next set of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListLicenseSpecificationsForResourceOutput) GoString ¶
func (s ListLicenseSpecificationsForResourceOutput) GoString() string
GoString returns the string representation
func (*ListLicenseSpecificationsForResourceOutput) SetLicenseSpecifications ¶
func (s *ListLicenseSpecificationsForResourceOutput) SetLicenseSpecifications(v []*LicenseSpecification) *ListLicenseSpecificationsForResourceOutput
SetLicenseSpecifications sets the LicenseSpecifications field's value.
func (*ListLicenseSpecificationsForResourceOutput) SetNextToken ¶
func (s *ListLicenseSpecificationsForResourceOutput) SetNextToken(v string) *ListLicenseSpecificationsForResourceOutput
SetNextToken sets the NextToken field's value.
func (ListLicenseSpecificationsForResourceOutput) String ¶
func (s ListLicenseSpecificationsForResourceOutput) String() string
String returns the string representation
type ListResourceInventoryInput ¶
type ListResourceInventoryInput struct { // Filters to scope the results. The following filters and logical operators // are supported: // // * account_id - The ID of the AWS account that owns the resource. Logical // operators are EQUALS | NOT_EQUALS. // // * application_name - The name of the application. Logical operators are // EQUALS | BEGINS_WITH. // // * license_included - The type of license included. Logical operators are // EQUALS | NOT_EQUALS. Possible values are sql-server-enterprise | sql-server-standard // | sql-server-web | windows-server-datacenter. // // * platform - The platform of the resource. Logical operators are EQUALS // | BEGINS_WITH. // // * resource_id - The ID of the resource. Logical operators are EQUALS | // NOT_EQUALS. Filters []*InventoryFilter `type:"list"` // Maximum number of results to return in a single call. MaxResults *int64 `type:"integer"` // Token for the next set of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListResourceInventoryInput) GoString ¶
func (s ListResourceInventoryInput) GoString() string
GoString returns the string representation
func (*ListResourceInventoryInput) SetFilters ¶
func (s *ListResourceInventoryInput) SetFilters(v []*InventoryFilter) *ListResourceInventoryInput
SetFilters sets the Filters field's value.
func (*ListResourceInventoryInput) SetMaxResults ¶
func (s *ListResourceInventoryInput) SetMaxResults(v int64) *ListResourceInventoryInput
SetMaxResults sets the MaxResults field's value.
func (*ListResourceInventoryInput) SetNextToken ¶
func (s *ListResourceInventoryInput) SetNextToken(v string) *ListResourceInventoryInput
SetNextToken sets the NextToken field's value.
func (ListResourceInventoryInput) String ¶
func (s ListResourceInventoryInput) String() string
String returns the string representation
func (*ListResourceInventoryInput) Validate ¶
func (s *ListResourceInventoryInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListResourceInventoryOutput ¶
type ListResourceInventoryOutput struct { // Token for the next set of results. NextToken *string `type:"string"` // Information about the resources. ResourceInventoryList []*ResourceInventory `type:"list"` // contains filtered or unexported fields }
func (ListResourceInventoryOutput) GoString ¶
func (s ListResourceInventoryOutput) GoString() string
GoString returns the string representation
func (*ListResourceInventoryOutput) SetNextToken ¶
func (s *ListResourceInventoryOutput) SetNextToken(v string) *ListResourceInventoryOutput
SetNextToken sets the NextToken field's value.
func (*ListResourceInventoryOutput) SetResourceInventoryList ¶
func (s *ListResourceInventoryOutput) SetResourceInventoryList(v []*ResourceInventory) *ListResourceInventoryOutput
SetResourceInventoryList sets the ResourceInventoryList field's value.
func (ListResourceInventoryOutput) String ¶
func (s ListResourceInventoryOutput) String() string
String returns the string representation
type ListTagsForResourceInput ¶
type ListTagsForResourceInput struct { // Amazon Resource Name (ARN) of the license configuration. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (ListTagsForResourceInput) GoString ¶
func (s ListTagsForResourceInput) GoString() string
GoString returns the string representation
func (*ListTagsForResourceInput) SetResourceArn ¶
func (s *ListTagsForResourceInput) SetResourceArn(v string) *ListTagsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (ListTagsForResourceInput) String ¶
func (s ListTagsForResourceInput) String() string
String returns the string representation
func (*ListTagsForResourceInput) Validate ¶
func (s *ListTagsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListTagsForResourceOutput ¶
type ListTagsForResourceOutput struct { // Information about the tags. Tags []*Tag `type:"list"` // contains filtered or unexported fields }
func (ListTagsForResourceOutput) GoString ¶
func (s ListTagsForResourceOutput) GoString() string
GoString returns the string representation
func (*ListTagsForResourceOutput) SetTags ¶
func (s *ListTagsForResourceOutput) SetTags(v []*Tag) *ListTagsForResourceOutput
SetTags sets the Tags field's value.
func (ListTagsForResourceOutput) String ¶
func (s ListTagsForResourceOutput) String() string
String returns the string representation
type ListUsageForLicenseConfigurationInput ¶
type ListUsageForLicenseConfigurationInput struct { // Filters to scope the results. The following filters and logical operators // are supported: // // * resourceArn - The ARN of the license configuration resource. Logical // operators are EQUALS | NOT_EQUALS. // // * resourceType - The resource type (EC2_INSTANCE | EC2_HOST | EC2_AMI // | SYSTEMS_MANAGER_MANAGED_INSTANCE). Logical operators are EQUALS | NOT_EQUALS. // // * resourceAccount - The ID of the account that owns the resource. Logical // operators are EQUALS | NOT_EQUALS. Filters []*Filter `type:"list"` // Amazon Resource Name (ARN) of the license configuration. // // LicenseConfigurationArn is a required field LicenseConfigurationArn *string `type:"string" required:"true"` // Maximum number of results to return in a single call. MaxResults *int64 `type:"integer"` // Token for the next set of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListUsageForLicenseConfigurationInput) GoString ¶
func (s ListUsageForLicenseConfigurationInput) GoString() string
GoString returns the string representation
func (*ListUsageForLicenseConfigurationInput) SetFilters ¶
func (s *ListUsageForLicenseConfigurationInput) SetFilters(v []*Filter) *ListUsageForLicenseConfigurationInput
SetFilters sets the Filters field's value.
func (*ListUsageForLicenseConfigurationInput) SetLicenseConfigurationArn ¶
func (s *ListUsageForLicenseConfigurationInput) SetLicenseConfigurationArn(v string) *ListUsageForLicenseConfigurationInput
SetLicenseConfigurationArn sets the LicenseConfigurationArn field's value.
func (*ListUsageForLicenseConfigurationInput) SetMaxResults ¶
func (s *ListUsageForLicenseConfigurationInput) SetMaxResults(v int64) *ListUsageForLicenseConfigurationInput
SetMaxResults sets the MaxResults field's value.
func (*ListUsageForLicenseConfigurationInput) SetNextToken ¶
func (s *ListUsageForLicenseConfigurationInput) SetNextToken(v string) *ListUsageForLicenseConfigurationInput
SetNextToken sets the NextToken field's value.
func (ListUsageForLicenseConfigurationInput) String ¶
func (s ListUsageForLicenseConfigurationInput) String() string
String returns the string representation
func (*ListUsageForLicenseConfigurationInput) Validate ¶
func (s *ListUsageForLicenseConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ListUsageForLicenseConfigurationOutput ¶
type ListUsageForLicenseConfigurationOutput struct { // Information about the license configurations. LicenseConfigurationUsageList []*LicenseConfigurationUsage `type:"list"` // Token for the next set of results. NextToken *string `type:"string"` // contains filtered or unexported fields }
func (ListUsageForLicenseConfigurationOutput) GoString ¶
func (s ListUsageForLicenseConfigurationOutput) GoString() string
GoString returns the string representation
func (*ListUsageForLicenseConfigurationOutput) SetLicenseConfigurationUsageList ¶
func (s *ListUsageForLicenseConfigurationOutput) SetLicenseConfigurationUsageList(v []*LicenseConfigurationUsage) *ListUsageForLicenseConfigurationOutput
SetLicenseConfigurationUsageList sets the LicenseConfigurationUsageList field's value.
func (*ListUsageForLicenseConfigurationOutput) SetNextToken ¶
func (s *ListUsageForLicenseConfigurationOutput) SetNextToken(v string) *ListUsageForLicenseConfigurationOutput
SetNextToken sets the NextToken field's value.
func (ListUsageForLicenseConfigurationOutput) String ¶
func (s ListUsageForLicenseConfigurationOutput) String() string
String returns the string representation
type ManagedResourceSummary ¶
type ManagedResourceSummary struct { // Number of resources associated with licenses. AssociationCount *int64 `type:"long"` // Type of resource associated with a license. ResourceType *string `type:"string" enum:"ResourceType"` // contains filtered or unexported fields }
Summary information about a managed resource.
func (ManagedResourceSummary) GoString ¶
func (s ManagedResourceSummary) GoString() string
GoString returns the string representation
func (*ManagedResourceSummary) SetAssociationCount ¶
func (s *ManagedResourceSummary) SetAssociationCount(v int64) *ManagedResourceSummary
SetAssociationCount sets the AssociationCount field's value.
func (*ManagedResourceSummary) SetResourceType ¶
func (s *ManagedResourceSummary) SetResourceType(v string) *ManagedResourceSummary
SetResourceType sets the ResourceType field's value.
func (ManagedResourceSummary) String ¶
func (s ManagedResourceSummary) String() string
String returns the string representation
type Metadata ¶ added in v1.25.44
type Metadata struct { // Reserved. Name *string `type:"string"` // Reserved. Value *string `type:"string"` // contains filtered or unexported fields }
Reserved.
type OrganizationConfiguration ¶
type OrganizationConfiguration struct { // Enables AWS Organization integration. // // EnableIntegration is a required field EnableIntegration *bool `type:"boolean" required:"true"` // contains filtered or unexported fields }
Configuration information for AWS Organizations.
func (OrganizationConfiguration) GoString ¶
func (s OrganizationConfiguration) GoString() string
GoString returns the string representation
func (*OrganizationConfiguration) SetEnableIntegration ¶
func (s *OrganizationConfiguration) SetEnableIntegration(v bool) *OrganizationConfiguration
SetEnableIntegration sets the EnableIntegration field's value.
func (OrganizationConfiguration) String ¶
func (s OrganizationConfiguration) String() string
String returns the string representation
func (*OrganizationConfiguration) Validate ¶
func (s *OrganizationConfiguration) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ProductInformation ¶ added in v1.25.44
type ProductInformation struct { // Product information filters. The following filters and logical operators // are supported: // // * Application Name - The name of the application. Logical operator is // EQUALS. // // * Application Publisher - The publisher of the application. Logical operator // is EQUALS. // // * Application Version - The version of the application. Logical operator // is EQUALS. // // * Platform Name - The name of the platform. Logical operator is EQUALS. // // * Platform Type - The platform type. Logical operator is EQUALS. // // * License Included - The type of license included. Logical operators are // EQUALS and NOT_EQUALS. Possible values are sql-server-enterprise | sql-server-standard // | sql-server-web | windows-server-datacenter. // // ProductInformationFilterList is a required field ProductInformationFilterList []*ProductInformationFilter `type:"list" required:"true"` // Resource type. The value is SSM_MANAGED. // // ResourceType is a required field ResourceType *string `type:"string" required:"true"` // contains filtered or unexported fields }
Describes product information for a license configuration.
func (ProductInformation) GoString ¶ added in v1.25.44
func (s ProductInformation) GoString() string
GoString returns the string representation
func (*ProductInformation) SetProductInformationFilterList ¶ added in v1.25.44
func (s *ProductInformation) SetProductInformationFilterList(v []*ProductInformationFilter) *ProductInformation
SetProductInformationFilterList sets the ProductInformationFilterList field's value.
func (*ProductInformation) SetResourceType ¶ added in v1.25.44
func (s *ProductInformation) SetResourceType(v string) *ProductInformation
SetResourceType sets the ResourceType field's value.
func (ProductInformation) String ¶ added in v1.25.44
func (s ProductInformation) String() string
String returns the string representation
func (*ProductInformation) Validate ¶ added in v1.25.44
func (s *ProductInformation) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type ProductInformationFilter ¶ added in v1.25.44
type ProductInformationFilter struct { // Logical operator. // // ProductInformationFilterComparator is a required field ProductInformationFilterComparator *string `type:"string" required:"true"` // Filter name. // // ProductInformationFilterName is a required field ProductInformationFilterName *string `type:"string" required:"true"` // Filter value. // // ProductInformationFilterValue is a required field ProductInformationFilterValue []*string `type:"list" required:"true"` // contains filtered or unexported fields }
Describes product information filters.
func (ProductInformationFilter) GoString ¶ added in v1.25.44
func (s ProductInformationFilter) GoString() string
GoString returns the string representation
func (*ProductInformationFilter) SetProductInformationFilterComparator ¶ added in v1.25.44
func (s *ProductInformationFilter) SetProductInformationFilterComparator(v string) *ProductInformationFilter
SetProductInformationFilterComparator sets the ProductInformationFilterComparator field's value.
func (*ProductInformationFilter) SetProductInformationFilterName ¶ added in v1.25.44
func (s *ProductInformationFilter) SetProductInformationFilterName(v string) *ProductInformationFilter
SetProductInformationFilterName sets the ProductInformationFilterName field's value.
func (*ProductInformationFilter) SetProductInformationFilterValue ¶ added in v1.25.44
func (s *ProductInformationFilter) SetProductInformationFilterValue(v []*string) *ProductInformationFilter
SetProductInformationFilterValue sets the ProductInformationFilterValue field's value.
func (ProductInformationFilter) String ¶ added in v1.25.44
func (s ProductInformationFilter) String() string
String returns the string representation
func (*ProductInformationFilter) Validate ¶ added in v1.25.44
func (s *ProductInformationFilter) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type RateLimitExceededException ¶ added in v1.28.0
type RateLimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
Too many requests have been submitted. Try again after a brief wait.
func (*RateLimitExceededException) Code ¶ added in v1.28.0
func (s *RateLimitExceededException) Code() string
Code returns the exception type name.
func (*RateLimitExceededException) Error ¶ added in v1.28.0
func (s *RateLimitExceededException) Error() string
func (RateLimitExceededException) GoString ¶ added in v1.28.0
func (s RateLimitExceededException) GoString() string
GoString returns the string representation
func (*RateLimitExceededException) Message ¶ added in v1.28.0
func (s *RateLimitExceededException) Message() string
Message returns the exception's message.
func (*RateLimitExceededException) OrigErr ¶ added in v1.28.0
func (s *RateLimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*RateLimitExceededException) RequestID ¶ added in v1.28.0
func (s *RateLimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*RateLimitExceededException) StatusCode ¶ added in v1.28.0
func (s *RateLimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (RateLimitExceededException) String ¶ added in v1.28.0
func (s RateLimitExceededException) String() string
String returns the string representation
type ResourceInventory ¶
type ResourceInventory struct { // Platform of the resource. Platform *string `type:"string"` // Platform version of the resource in the inventory. PlatformVersion *string `type:"string"` // Amazon Resource Name (ARN) of the resource. ResourceArn *string `type:"string"` // ID of the resource. ResourceId *string `type:"string"` // ID of the account that owns the resource. ResourceOwningAccountId *string `type:"string"` // Type of resource. ResourceType *string `type:"string" enum:"ResourceType"` // contains filtered or unexported fields }
Details about a resource.
func (ResourceInventory) GoString ¶
func (s ResourceInventory) GoString() string
GoString returns the string representation
func (*ResourceInventory) SetPlatform ¶
func (s *ResourceInventory) SetPlatform(v string) *ResourceInventory
SetPlatform sets the Platform field's value.
func (*ResourceInventory) SetPlatformVersion ¶
func (s *ResourceInventory) SetPlatformVersion(v string) *ResourceInventory
SetPlatformVersion sets the PlatformVersion field's value.
func (*ResourceInventory) SetResourceArn ¶
func (s *ResourceInventory) SetResourceArn(v string) *ResourceInventory
SetResourceArn sets the ResourceArn field's value.
func (*ResourceInventory) SetResourceId ¶
func (s *ResourceInventory) SetResourceId(v string) *ResourceInventory
SetResourceId sets the ResourceId field's value.
func (*ResourceInventory) SetResourceOwningAccountId ¶
func (s *ResourceInventory) SetResourceOwningAccountId(v string) *ResourceInventory
SetResourceOwningAccountId sets the ResourceOwningAccountId field's value.
func (*ResourceInventory) SetResourceType ¶
func (s *ResourceInventory) SetResourceType(v string) *ResourceInventory
SetResourceType sets the ResourceType field's value.
func (ResourceInventory) String ¶
func (s ResourceInventory) String() string
String returns the string representation
type ResourceLimitExceededException ¶ added in v1.28.0
type ResourceLimitExceededException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
Your resource limits have been exceeded.
func (*ResourceLimitExceededException) Code ¶ added in v1.28.0
func (s *ResourceLimitExceededException) Code() string
Code returns the exception type name.
func (*ResourceLimitExceededException) Error ¶ added in v1.28.0
func (s *ResourceLimitExceededException) Error() string
func (ResourceLimitExceededException) GoString ¶ added in v1.28.0
func (s ResourceLimitExceededException) GoString() string
GoString returns the string representation
func (*ResourceLimitExceededException) Message ¶ added in v1.28.0
func (s *ResourceLimitExceededException) Message() string
Message returns the exception's message.
func (*ResourceLimitExceededException) OrigErr ¶ added in v1.28.0
func (s *ResourceLimitExceededException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ResourceLimitExceededException) RequestID ¶ added in v1.28.0
func (s *ResourceLimitExceededException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ResourceLimitExceededException) StatusCode ¶ added in v1.28.0
func (s *ResourceLimitExceededException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ResourceLimitExceededException) String ¶ added in v1.28.0
func (s ResourceLimitExceededException) String() string
String returns the string representation
type ServerInternalException ¶ added in v1.28.0
type ServerInternalException struct { RespMetadata protocol.ResponseMetadata `json:"-" xml:"-"` Message_ *string `locationName:"Message" type:"string"` // contains filtered or unexported fields }
The server experienced an internal error. Try again.
func (*ServerInternalException) Code ¶ added in v1.28.0
func (s *ServerInternalException) Code() string
Code returns the exception type name.
func (*ServerInternalException) Error ¶ added in v1.28.0
func (s *ServerInternalException) Error() string
func (ServerInternalException) GoString ¶ added in v1.28.0
func (s ServerInternalException) GoString() string
GoString returns the string representation
func (*ServerInternalException) Message ¶ added in v1.28.0
func (s *ServerInternalException) Message() string
Message returns the exception's message.
func (*ServerInternalException) OrigErr ¶ added in v1.28.0
func (s *ServerInternalException) OrigErr() error
OrigErr always returns nil, satisfies awserr.Error interface.
func (*ServerInternalException) RequestID ¶ added in v1.28.0
func (s *ServerInternalException) RequestID() string
RequestID returns the service's response RequestID for request.
func (*ServerInternalException) StatusCode ¶ added in v1.28.0
func (s *ServerInternalException) StatusCode() int
Status code returns the HTTP status code for the request's response error.
func (ServerInternalException) String ¶ added in v1.28.0
func (s ServerInternalException) String() string
String returns the string representation
type Tag ¶
type Tag struct { // Tag key. Key *string `type:"string"` // Tag value. Value *string `type:"string"` // contains filtered or unexported fields }
Details about a tag for a license configuration.
type TagResourceInput ¶
type TagResourceInput struct { // Amazon Resource Name (ARN) of the license configuration. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` // One or more tags. // // Tags is a required field Tags []*Tag `type:"list" required:"true"` // contains filtered or unexported fields }
func (TagResourceInput) GoString ¶
func (s TagResourceInput) GoString() string
GoString returns the string representation
func (*TagResourceInput) SetResourceArn ¶
func (s *TagResourceInput) SetResourceArn(v string) *TagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*TagResourceInput) SetTags ¶
func (s *TagResourceInput) SetTags(v []*Tag) *TagResourceInput
SetTags sets the Tags field's value.
func (TagResourceInput) String ¶
func (s TagResourceInput) String() string
String returns the string representation
func (*TagResourceInput) Validate ¶
func (s *TagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type TagResourceOutput ¶
type TagResourceOutput struct {
// contains filtered or unexported fields
}
func (TagResourceOutput) GoString ¶
func (s TagResourceOutput) GoString() string
GoString returns the string representation
func (TagResourceOutput) String ¶
func (s TagResourceOutput) String() string
String returns the string representation
type UntagResourceInput ¶
type UntagResourceInput struct { // Amazon Resource Name (ARN) of the license configuration. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` // Keys identifying the tags to remove. // // TagKeys is a required field TagKeys []*string `type:"list" required:"true"` // contains filtered or unexported fields }
func (UntagResourceInput) GoString ¶
func (s UntagResourceInput) GoString() string
GoString returns the string representation
func (*UntagResourceInput) SetResourceArn ¶
func (s *UntagResourceInput) SetResourceArn(v string) *UntagResourceInput
SetResourceArn sets the ResourceArn field's value.
func (*UntagResourceInput) SetTagKeys ¶
func (s *UntagResourceInput) SetTagKeys(v []*string) *UntagResourceInput
SetTagKeys sets the TagKeys field's value.
func (UntagResourceInput) String ¶
func (s UntagResourceInput) String() string
String returns the string representation
func (*UntagResourceInput) Validate ¶
func (s *UntagResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UntagResourceOutput ¶
type UntagResourceOutput struct {
// contains filtered or unexported fields
}
func (UntagResourceOutput) GoString ¶
func (s UntagResourceOutput) GoString() string
GoString returns the string representation
func (UntagResourceOutput) String ¶
func (s UntagResourceOutput) String() string
String returns the string representation
type UpdateLicenseConfigurationInput ¶
type UpdateLicenseConfigurationInput struct { // New description of the license configuration. Description *string `type:"string"` // Amazon Resource Name (ARN) of the license configuration. // // LicenseConfigurationArn is a required field LicenseConfigurationArn *string `type:"string" required:"true"` // New status of the license configuration. LicenseConfigurationStatus *string `type:"string" enum:"LicenseConfigurationStatus"` // New number of licenses managed by the license configuration. LicenseCount *int64 `type:"long"` // New hard limit of the number of available licenses. LicenseCountHardLimit *bool `type:"boolean"` // New license rules. LicenseRules []*string `type:"list"` // New name of the license configuration. Name *string `type:"string"` // New product information. ProductInformationList []*ProductInformation `type:"list"` // contains filtered or unexported fields }
func (UpdateLicenseConfigurationInput) GoString ¶
func (s UpdateLicenseConfigurationInput) GoString() string
GoString returns the string representation
func (*UpdateLicenseConfigurationInput) SetDescription ¶
func (s *UpdateLicenseConfigurationInput) SetDescription(v string) *UpdateLicenseConfigurationInput
SetDescription sets the Description field's value.
func (*UpdateLicenseConfigurationInput) SetLicenseConfigurationArn ¶
func (s *UpdateLicenseConfigurationInput) SetLicenseConfigurationArn(v string) *UpdateLicenseConfigurationInput
SetLicenseConfigurationArn sets the LicenseConfigurationArn field's value.
func (*UpdateLicenseConfigurationInput) SetLicenseConfigurationStatus ¶
func (s *UpdateLicenseConfigurationInput) SetLicenseConfigurationStatus(v string) *UpdateLicenseConfigurationInput
SetLicenseConfigurationStatus sets the LicenseConfigurationStatus field's value.
func (*UpdateLicenseConfigurationInput) SetLicenseCount ¶
func (s *UpdateLicenseConfigurationInput) SetLicenseCount(v int64) *UpdateLicenseConfigurationInput
SetLicenseCount sets the LicenseCount field's value.
func (*UpdateLicenseConfigurationInput) SetLicenseCountHardLimit ¶
func (s *UpdateLicenseConfigurationInput) SetLicenseCountHardLimit(v bool) *UpdateLicenseConfigurationInput
SetLicenseCountHardLimit sets the LicenseCountHardLimit field's value.
func (*UpdateLicenseConfigurationInput) SetLicenseRules ¶
func (s *UpdateLicenseConfigurationInput) SetLicenseRules(v []*string) *UpdateLicenseConfigurationInput
SetLicenseRules sets the LicenseRules field's value.
func (*UpdateLicenseConfigurationInput) SetName ¶
func (s *UpdateLicenseConfigurationInput) SetName(v string) *UpdateLicenseConfigurationInput
SetName sets the Name field's value.
func (*UpdateLicenseConfigurationInput) SetProductInformationList ¶ added in v1.25.44
func (s *UpdateLicenseConfigurationInput) SetProductInformationList(v []*ProductInformation) *UpdateLicenseConfigurationInput
SetProductInformationList sets the ProductInformationList field's value.
func (UpdateLicenseConfigurationInput) String ¶
func (s UpdateLicenseConfigurationInput) String() string
String returns the string representation
func (*UpdateLicenseConfigurationInput) Validate ¶
func (s *UpdateLicenseConfigurationInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateLicenseConfigurationOutput ¶
type UpdateLicenseConfigurationOutput struct {
// contains filtered or unexported fields
}
func (UpdateLicenseConfigurationOutput) GoString ¶
func (s UpdateLicenseConfigurationOutput) GoString() string
GoString returns the string representation
func (UpdateLicenseConfigurationOutput) String ¶
func (s UpdateLicenseConfigurationOutput) String() string
String returns the string representation
type UpdateLicenseSpecificationsForResourceInput ¶
type UpdateLicenseSpecificationsForResourceInput struct { // ARNs of the license configurations to add. AddLicenseSpecifications []*LicenseSpecification `type:"list"` // ARNs of the license configurations to remove. RemoveLicenseSpecifications []*LicenseSpecification `type:"list"` // Amazon Resource Name (ARN) of the AWS resource. // // ResourceArn is a required field ResourceArn *string `type:"string" required:"true"` // contains filtered or unexported fields }
func (UpdateLicenseSpecificationsForResourceInput) GoString ¶
func (s UpdateLicenseSpecificationsForResourceInput) GoString() string
GoString returns the string representation
func (*UpdateLicenseSpecificationsForResourceInput) SetAddLicenseSpecifications ¶
func (s *UpdateLicenseSpecificationsForResourceInput) SetAddLicenseSpecifications(v []*LicenseSpecification) *UpdateLicenseSpecificationsForResourceInput
SetAddLicenseSpecifications sets the AddLicenseSpecifications field's value.
func (*UpdateLicenseSpecificationsForResourceInput) SetRemoveLicenseSpecifications ¶
func (s *UpdateLicenseSpecificationsForResourceInput) SetRemoveLicenseSpecifications(v []*LicenseSpecification) *UpdateLicenseSpecificationsForResourceInput
SetRemoveLicenseSpecifications sets the RemoveLicenseSpecifications field's value.
func (*UpdateLicenseSpecificationsForResourceInput) SetResourceArn ¶
func (s *UpdateLicenseSpecificationsForResourceInput) SetResourceArn(v string) *UpdateLicenseSpecificationsForResourceInput
SetResourceArn sets the ResourceArn field's value.
func (UpdateLicenseSpecificationsForResourceInput) String ¶
func (s UpdateLicenseSpecificationsForResourceInput) String() string
String returns the string representation
func (*UpdateLicenseSpecificationsForResourceInput) Validate ¶
func (s *UpdateLicenseSpecificationsForResourceInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateLicenseSpecificationsForResourceOutput ¶
type UpdateLicenseSpecificationsForResourceOutput struct {
// contains filtered or unexported fields
}
func (UpdateLicenseSpecificationsForResourceOutput) GoString ¶
func (s UpdateLicenseSpecificationsForResourceOutput) GoString() string
GoString returns the string representation
func (UpdateLicenseSpecificationsForResourceOutput) String ¶
func (s UpdateLicenseSpecificationsForResourceOutput) String() string
String returns the string representation
type UpdateServiceSettingsInput ¶
type UpdateServiceSettingsInput struct { // Activates cross-account discovery. EnableCrossAccountsDiscovery *bool `type:"boolean"` // Enables integration with AWS Organizations for cross-account discovery. OrganizationConfiguration *OrganizationConfiguration `type:"structure"` // Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager // information is stored. S3BucketArn *string `type:"string"` // Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager // alerts. SnsTopicArn *string `type:"string"` // contains filtered or unexported fields }
func (UpdateServiceSettingsInput) GoString ¶
func (s UpdateServiceSettingsInput) GoString() string
GoString returns the string representation
func (*UpdateServiceSettingsInput) SetEnableCrossAccountsDiscovery ¶
func (s *UpdateServiceSettingsInput) SetEnableCrossAccountsDiscovery(v bool) *UpdateServiceSettingsInput
SetEnableCrossAccountsDiscovery sets the EnableCrossAccountsDiscovery field's value.
func (*UpdateServiceSettingsInput) SetOrganizationConfiguration ¶
func (s *UpdateServiceSettingsInput) SetOrganizationConfiguration(v *OrganizationConfiguration) *UpdateServiceSettingsInput
SetOrganizationConfiguration sets the OrganizationConfiguration field's value.
func (*UpdateServiceSettingsInput) SetS3BucketArn ¶
func (s *UpdateServiceSettingsInput) SetS3BucketArn(v string) *UpdateServiceSettingsInput
SetS3BucketArn sets the S3BucketArn field's value.
func (*UpdateServiceSettingsInput) SetSnsTopicArn ¶
func (s *UpdateServiceSettingsInput) SetSnsTopicArn(v string) *UpdateServiceSettingsInput
SetSnsTopicArn sets the SnsTopicArn field's value.
func (UpdateServiceSettingsInput) String ¶
func (s UpdateServiceSettingsInput) String() string
String returns the string representation
func (*UpdateServiceSettingsInput) Validate ¶
func (s *UpdateServiceSettingsInput) Validate() error
Validate inspects the fields of the type to determine if they are valid.
type UpdateServiceSettingsOutput ¶
type UpdateServiceSettingsOutput struct {
// contains filtered or unexported fields
}
func (UpdateServiceSettingsOutput) GoString ¶
func (s UpdateServiceSettingsOutput) GoString() string
GoString returns the string representation
func (UpdateServiceSettingsOutput) String ¶
func (s UpdateServiceSettingsOutput) String() string
String returns the string representation
Directories
¶
Path | Synopsis |
---|---|
Package licensemanageriface provides an interface to enable mocking the AWS License Manager service client for testing your code.
|
Package licensemanageriface provides an interface to enable mocking the AWS License Manager service client for testing your code. |