Crate rusoto_license_manager

Crate rusoto_license_manager 

Source
Expand description

AWS License Manager

AWS License Manager makes it easier to manage licenses from software vendors across multiple AWS accounts and on-premises servers.

If you’re using the service, you’re probably looking for LicenseManagerClient and LicenseManager.

Structs§

AutomatedDiscoveryInformation

Describes automated discovery.

ConsumedLicenseSummary

Details about license consumption.

CreateLicenseConfigurationRequest
CreateLicenseConfigurationResponse
DeleteLicenseConfigurationRequest
DeleteLicenseConfigurationResponse
Filter

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.

GetLicenseConfigurationRequest
GetLicenseConfigurationResponse
GetServiceSettingsRequest
GetServiceSettingsResponse
InventoryFilter

An inventory filter.

LicenseConfiguration

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.

LicenseConfigurationAssociation

Describes an association with a license configuration.

LicenseConfigurationUsage

Details about the usage of a resource associated with a license configuration.

LicenseManagerClient
A client for the AWS License Manager API.
LicenseOperationFailure

Describes the failure of a license operation.

LicenseSpecification

Details for associating a license configuration with a resource.

ListAssociationsForLicenseConfigurationRequest
ListAssociationsForLicenseConfigurationResponse
ListFailuresForLicenseConfigurationOperationsRequest
ListFailuresForLicenseConfigurationOperationsResponse
ListLicenseConfigurationsRequest
ListLicenseConfigurationsResponse
ListLicenseSpecificationsForResourceRequest
ListLicenseSpecificationsForResourceResponse
ListResourceInventoryRequest
ListResourceInventoryResponse
ListTagsForResourceRequest
ListTagsForResourceResponse
ListUsageForLicenseConfigurationRequest
ListUsageForLicenseConfigurationResponse
ManagedResourceSummary

Summary information about a managed resource.

Metadata

Reserved.

OrganizationConfiguration

Configuration information for AWS Organizations.

ProductInformation

Describes product information for a license configuration.

ProductInformationFilter

Describes product information filters.

ResourceInventory

Details about a resource.

Tag

Details about a tag for a license configuration.

TagResourceRequest
TagResourceResponse
UntagResourceRequest
UntagResourceResponse
UpdateLicenseConfigurationRequest
UpdateLicenseConfigurationResponse
UpdateLicenseSpecificationsForResourceRequest
UpdateLicenseSpecificationsForResourceResponse
UpdateServiceSettingsRequest
UpdateServiceSettingsResponse

Enums§

CreateLicenseConfigurationError
Errors returned by CreateLicenseConfiguration
DeleteLicenseConfigurationError
Errors returned by DeleteLicenseConfiguration
GetLicenseConfigurationError
Errors returned by GetLicenseConfiguration
GetServiceSettingsError
Errors returned by GetServiceSettings
ListAssociationsForLicenseConfigurationError
Errors returned by ListAssociationsForLicenseConfiguration
ListFailuresForLicenseConfigurationOperationsError
Errors returned by ListFailuresForLicenseConfigurationOperations
ListLicenseConfigurationsError
Errors returned by ListLicenseConfigurations
ListLicenseSpecificationsForResourceError
Errors returned by ListLicenseSpecificationsForResource
ListResourceInventoryError
Errors returned by ListResourceInventory
ListTagsForResourceError
Errors returned by ListTagsForResource
ListUsageForLicenseConfigurationError
Errors returned by ListUsageForLicenseConfiguration
TagResourceError
Errors returned by TagResource
UntagResourceError
Errors returned by UntagResource
UpdateLicenseConfigurationError
Errors returned by UpdateLicenseConfiguration
UpdateLicenseSpecificationsForResourceError
Errors returned by UpdateLicenseSpecificationsForResource
UpdateServiceSettingsError
Errors returned by UpdateServiceSettings

Traits§

LicenseManager
Trait representing the capabilities of the AWS License Manager API. AWS License Manager clients implement this trait.