View Source AWS.LicenseManager (aws-elixir v1.0.4)
License Manager makes it easier to manage licenses from software vendors across multiple Amazon Web Services accounts and on-premises servers.
Link to this section Summary
Functions
Accepts the specified grant.
Checks in the specified license.
Checks out the specified license for offline use.
Checks out the specified license.
Creates a grant for the specified license.
Creates a new version of the specified grant.
Creates a license.
Creates a license configuration.
Creates a new license conversion task.
Creates a report generator.
Creates a new version of the specified license.
Creates a long-lived token.
Deletes the specified grant.
Deletes the specified license.
Deletes the specified license configuration.
Deletes the specified report generator.
Deletes the specified token.
Extends the expiration date for license consumption.
Gets a temporary access token to use with AssumeRoleWithWebIdentity.
Gets detailed information about the specified grant.
Gets detailed information about the specified license.
Gets detailed information about the specified license configuration.
Gets information about the specified license type conversion task.
Gets information about the specified report generator.
Gets detailed information about the usage of the specified license.
Gets the License Manager settings for the current Region.
Lists the resource associations for the specified license configuration.
Lists the grants distributed for the specified license.
Lists the license configuration operations that failed.
Lists the license configurations for your account.
Lists the license type conversion tasks for your account.
Lists the report generators for your account.
Describes the license configurations for the specified resource.
Lists all versions of the specified license.
Lists the licenses for your account.
Lists grants that are received.
Lists the grants received for all accounts in the organization.
Lists received licenses.
Lists the licenses received for all accounts in the organization.
Lists resources managed using Systems Manager inventory.
Lists the tags for the specified license configuration.
Lists your tokens.
Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time.
Rejects the specified grant.
Adds the specified tags to the specified license configuration.
Removes the specified tags from the specified license configuration.
Modifies the attributes of an existing license configuration.
Updates a report generator.
Adds or removes the specified license configurations for the specified Amazon Web Services resource.
Updates License Manager settings for the current Region.
Link to this section Functions
Accepts the specified grant.
Checks in the specified license.
Check in a license when it is no longer in use.
Checks out the specified license for offline use.
Checks out the specified license.
If the account that created the license is the same that is performing the check out, you must specify the account as the beneficiary.
Creates a grant for the specified license.
A grant shares the use of license entitlements with a specific Amazon Web Services account, an organization, or an organizational unit (OU). For more information, see Granted licenses in License Manager in the License Manager User Guide.
Creates a new version of the specified grant.
For more information, see Granted licenses in License Manager in the License Manager User Guide.
Creates a license.
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), license affinity to host (how long a license must be associated with a host), and the number of licenses purchased and used.
create_license_conversion_task_for_resource(client, input, options \\ [])
View SourceCreates a new license conversion task.
create_license_manager_report_generator(client, input, options \\ [])
View SourceCreates a report generator.
Creates a new version of the specified license.
Creates a long-lived token.
A refresh token is a JWT token used to get an access token. With an access token, you can call AssumeRoleWithWebIdentity to get role credentials that you can use to call License Manager to manage the specified license.
Deletes the specified grant.
Deletes the specified license.
Deletes the specified license configuration.
You cannot delete a license configuration that is in use.
delete_license_manager_report_generator(client, input, options \\ [])
View SourceDeletes the specified report generator.
This action deletes the report generator, which stops it from generating future reports. The action cannot be reversed. It has no effect on the previous reports from this generator.
Deletes the specified token.
Must be called in the license home Region.
Extends the expiration date for license consumption.
Gets a temporary access token to use with AssumeRoleWithWebIdentity.
Access tokens are valid for one hour.
Gets detailed information about the specified grant.
Gets detailed information about the specified license.
Gets detailed information about the specified license configuration.
Gets information about the specified license type conversion task.
get_license_manager_report_generator(client, input, options \\ [])
View SourceGets information about the specified report generator.
Gets detailed information about the usage of the specified license.
Gets the License Manager settings for the current Region.
list_associations_for_license_configuration(client, input, options \\ [])
View SourceLists 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).
Lists the grants distributed for the specified license.
list_failures_for_license_configuration_operations(client, input, options \\ [])
View SourceLists the license configuration operations that failed.
Lists the license configurations for your account.
Lists the license type conversion tasks for your account.
list_license_manager_report_generators(client, input, options \\ [])
View SourceLists the report generators for your account.
list_license_specifications_for_resource(client, input, options \\ [])
View SourceDescribes the license configurations for the specified resource.
Lists all versions of the specified license.
Lists the licenses for your account.
Lists grants that are received.
Received grants are grants created while specifying the recipient as this Amazon Web Services account, your organization, or an organizational unit (OU) to which this member account belongs.
list_received_grants_for_organization(client, input, options \\ [])
View SourceLists the grants received for all accounts in the organization.
Lists received licenses.
list_received_licenses_for_organization(client, input, options \\ [])
View SourceLists the licenses received for all accounts in the organization.
Lists resources managed using Systems Manager inventory.
Lists the tags for the specified license configuration.
Lists your tokens.
list_usage_for_license_configuration(client, input, options \\ [])
View SourceLists 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.
Rejects the specified grant.
Adds the specified tags to the specified license configuration.
Removes the specified tags from the specified license configuration.
Modifies the attributes of an existing license configuration.
update_license_manager_report_generator(client, input, options \\ [])
View SourceUpdates a report generator.
After you make changes to a report generator, it starts generating new reports within 60 minutes of being updated.
update_license_specifications_for_resource(client, input, options \\ [])
View SourceAdds or removes the specified license configurations for the specified Amazon Web Services resource.
You can update the license specifications of AMIs, instances, and hosts. You cannot update the license specifications for launch templates and CloudFormation templates, as they send license configurations to the operation that creates the resource.
Updates License Manager settings for the current Region.