License Manager
This page documents function available when using the License_Manager module, created with @service License_Manager.
Index
- Main.License_Manager.accept_grant
- Main.License_Manager.check_in_license
- Main.License_Manager.checkout_borrow_license
- Main.License_Manager.checkout_license
- Main.License_Manager.create_grant
- Main.License_Manager.create_grant_version
- Main.License_Manager.create_license
- Main.License_Manager.create_license_configuration
- Main.License_Manager.create_license_manager_report_generator
- Main.License_Manager.create_license_version
- Main.License_Manager.create_token
- Main.License_Manager.delete_grant
- Main.License_Manager.delete_license
- Main.License_Manager.delete_license_configuration
- Main.License_Manager.delete_license_manager_report_generator
- Main.License_Manager.delete_token
- Main.License_Manager.extend_license_consumption
- Main.License_Manager.get_access_token
- Main.License_Manager.get_grant
- Main.License_Manager.get_license
- Main.License_Manager.get_license_configuration
- Main.License_Manager.get_license_manager_report_generator
- Main.License_Manager.get_license_usage
- Main.License_Manager.get_service_settings
- Main.License_Manager.list_associations_for_license_configuration
- Main.License_Manager.list_distributed_grants
- Main.License_Manager.list_failures_for_license_configuration_operations
- Main.License_Manager.list_license_configurations
- Main.License_Manager.list_license_manager_report_generators
- Main.License_Manager.list_license_specifications_for_resource
- Main.License_Manager.list_license_versions
- Main.License_Manager.list_licenses
- Main.License_Manager.list_received_grants
- Main.License_Manager.list_received_licenses
- Main.License_Manager.list_resource_inventory
- Main.License_Manager.list_tags_for_resource
- Main.License_Manager.list_tokens
- Main.License_Manager.list_usage_for_license_configuration
- Main.License_Manager.reject_grant
- Main.License_Manager.tag_resource
- Main.License_Manager.untag_resource
- Main.License_Manager.update_license_configuration
- Main.License_Manager.update_license_manager_report_generator
- Main.License_Manager.update_license_specifications_for_resource
- Main.License_Manager.update_service_settings
Documentation
Main.License_Manager.accept_grant — Methodaccept_grant(grant_arn)
accept_grant(grant_arn, params::Dict{String,<:Any})Accepts the specified grant.
Arguments
- grant_arn: Amazon Resource Name (ARN) of the grant.
Main.License_Manager.check_in_license — Methodcheck_in_license(license_consumption_token)
check_in_license(license_consumption_token, params::Dict{String,<:Any})Checks in the specified license. Check in a license when it is no longer in use.
Arguments
- license_consumption_token: License consumption token.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Beneficiary": License beneficiary.
Main.License_Manager.checkout_borrow_license — Methodcheckout_borrow_license(client_token, digital_signature_method, entitlements, license_arn)
checkout_borrow_license(client_token, digital_signature_method, entitlements, license_arn, params::Dict{String,<:Any})Checks out the specified license for offline use.
Arguments
- client_token: Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- digital_signature_method: Digital signature method. The possible value is JSON Web Signature (JWS) algorithm PS384. For more information, see RFC 7518 Digital Signature with RSASSA-PSS.
- entitlements: License entitlements. Partial checkouts are not supported.
- license_arn: Amazon Resource Name (ARN) of the license. The license must use the borrow consumption configuration.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "CheckoutMetadata": Information about constraints.
- "NodeId": Node ID.
Main.License_Manager.checkout_license — Methodcheckout_license(checkout_type, client_token, entitlements, key_fingerprint, product_sku)
checkout_license(checkout_type, client_token, entitlements, key_fingerprint, product_sku, params::Dict{String,<:Any})Checks out the specified license.
Arguments
- checkout_type: Checkout type.
- client_token: Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- entitlements: License entitlements.
- key_fingerprint: Key fingerprint identifying the license.
- product_sku: Product SKU.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Beneficiary": License beneficiary.
- "NodeId": Node ID.
Main.License_Manager.create_grant — Methodcreate_grant(allowed_operations, client_token, grant_name, home_region, license_arn, principals)
create_grant(allowed_operations, client_token, grant_name, home_region, license_arn, principals, params::Dict{String,<:Any})Creates a grant for the specified license. A grant shares the use of license entitlements with specific AWS accounts.
Arguments
- allowed_operations: Allowed operations for the grant.
- client_token: Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- grant_name: Grant name.
- home_region: Home Region of the grant.
- license_arn: Amazon Resource Name (ARN) of the license.
- principals: The grant principals.
Main.License_Manager.create_grant_version — Methodcreate_grant_version(client_token, grant_arn)
create_grant_version(client_token, grant_arn, params::Dict{String,<:Any})Creates a new version of the specified grant.
Arguments
- client_token: Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- grant_arn: Amazon Resource Name (ARN) of the grant.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "AllowedOperations": Allowed operations for the grant.
- "GrantName": Grant name.
- "SourceVersion": Current version of the grant.
- "Status": Grant status.
- "StatusReason":
Main.License_Manager.create_license — Methodcreate_license(beneficiary, client_token, consumption_configuration, entitlements, home_region, issuer, license_name, product_name, product_sku, validity)
create_license(beneficiary, client_token, consumption_configuration, entitlements, home_region, issuer, license_name, product_name, product_sku, validity, params::Dict{String,<:Any})Creates a license.
Arguments
- beneficiary: License beneficiary.
- client_token: Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- consumption_configuration: Configuration for consumption of the license. Choose a provisional configuration for workloads running with continuous connectivity. Choose a borrow configuration for workloads with offline usage.
- entitlements: License entitlements.
- home_region: Home Region for the license.
- issuer: License issuer.
- license_name: License name.
- product_name: Product name.
- product_sku: Product SKU.
- validity: Date and time range during which the license is valid, in ISO8601-UTC format.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "LicenseMetadata": Information about the license.
Main.License_Manager.create_license_configuration — Methodcreate_license_configuration(license_counting_type, name)
create_license_configuration(license_counting_type, name, params::Dict{String,<:Any})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.
Arguments
- license_counting_type: Dimension used to track the license inventory.
- name: Name of the license configuration.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Description": Description of the license configuration.
- "DisassociateWhenNotFound": When true, disassociates a resource when software is uninstalled.
- "LicenseCount": Number of licenses managed by the license configuration.
- "LicenseCountHardLimit": Indicates whether hard or soft license enforcement is used. Exceeding a hard limit blocks the launch of new instances.
- "LicenseRules": License rules. The syntax is #name=value (for example, #allowedTenancy=EC2-DedicatedHost). The available rules vary by dimension, as follows. Cores dimension: allowedTenancy | licenseAffinityToHost | maximumCores | minimumCores Instances dimension: allowedTenancy | maximumCores | minimumCores | maximumSockets | minimumSockets | maximumVcpus | minimumVcpus Sockets dimension: allowedTenancy | licenseAffinityToHost | maximumSockets | minimumSockets vCPUs dimension: allowedTenancy | honorVcpuOptimization | maximumVcpus | minimumVcpus The unit for licenseAffinityToHost is days and the range is 1 to 180. The possible values for allowedTenancy are EC2-Default, EC2-DedicatedHost, and EC2-DedicatedInstance. The possible values for honorVcpuOptimization are True and False.
- "ProductInformationList": Product information.
- "Tags": Tags to add to the license configuration.
Main.License_Manager.create_license_manager_report_generator — Methodcreate_license_manager_report_generator(client_token, report_context, report_frequency, report_generator_name, type)
create_license_manager_report_generator(client_token, report_context, report_frequency, report_generator_name, type, params::Dict{String,<:Any})Creates a new report generator.
Arguments
- client_token: Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- report_context: Defines the type of license configuration the report generator tracks.
- report_frequency: Frequency by which reports are generated. Reports can be generated daily, monthly, or weekly.
- report_generator_name: Name of the report generator.
- type: Type of reports to generate. The following report types an be generated: License configuration report - Reports on the number and details of consumed licenses for a license configuration. Resource report - Reports on the tracked licenses and resource consumption for a license configuration.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Description": Description of the report generator.
- "Tags": Tags to add to the report generator.
Main.License_Manager.create_license_version — Methodcreate_license_version(client_token, consumption_configuration, entitlements, home_region, issuer, license_arn, license_name, product_name, status, validity)
create_license_version(client_token, consumption_configuration, entitlements, home_region, issuer, license_arn, license_name, product_name, status, validity, params::Dict{String,<:Any})Creates a new version of the specified license.
Arguments
- client_token: Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- consumption_configuration: Configuration for consumption of the license. Choose a provisional configuration for workloads running with continuous connectivity. Choose a borrow configuration for workloads with offline usage.
- entitlements: License entitlements.
- home_region: Home Region of the license.
- issuer: License issuer.
- license_arn: Amazon Resource Name (ARN) of the license.
- license_name: License name.
- product_name: Product name.
- status: License status.
- validity: Date and time range during which the license is valid, in ISO8601-UTC format.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "LicenseMetadata": Information about the license.
- "SourceVersion": Current version of the license.
Main.License_Manager.create_token — Methodcreate_token(client_token, license_arn)
create_token(client_token, license_arn, params::Dict{String,<:Any})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.
Arguments
- client_token: Idempotency token, valid for 10 minutes.
- license_arn: Amazon Resource Name (ARN) of the license. The ARN is mapped to the aud claim of the JWT token.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "ExpirationInDays": Token expiration, in days, counted from token creation. The default is 365 days.
- "RoleArns": Amazon Resource Name (ARN) of the IAM roles to embed in the token. License Manager does not check whether the roles are in use.
- "TokenProperties": Data specified by the caller to be included in the JWT token. The data is mapped to the amr claim of the JWT token.
Main.License_Manager.delete_grant — Methoddelete_grant(grant_arn, version)
delete_grant(grant_arn, version, params::Dict{String,<:Any})Deletes the specified grant.
Arguments
- grant_arn: Amazon Resource Name (ARN) of the grant.
- version: Current version of the grant.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "StatusReason":
Main.License_Manager.delete_license — Methoddelete_license(license_arn, source_version)
delete_license(license_arn, source_version, params::Dict{String,<:Any})Deletes the specified license.
Arguments
- license_arn: Amazon Resource Name (ARN) of the license.
- source_version: Current version of the license.
Main.License_Manager.delete_license_configuration — Methoddelete_license_configuration(license_configuration_arn)
delete_license_configuration(license_configuration_arn, params::Dict{String,<:Any})Deletes the specified license configuration. You cannot delete a license configuration that is in use.
Arguments
- license_configuration_arn: ID of the license configuration.
Main.License_Manager.delete_license_manager_report_generator — Methoddelete_license_manager_report_generator(license_manager_report_generator_arn)
delete_license_manager_report_generator(license_manager_report_generator_arn, params::Dict{String,<:Any})Delete an existing report generator. This action deletes the report generator, which stops it from generating future reports and cannot be reversed. However, the previous reports from this generator will remain in your S3 bucket.
Arguments
- license_manager_report_generator_arn: Amazon Resource Number (ARN) of the report generator that will be deleted.
Main.License_Manager.delete_token — Methoddelete_token(token_id)
delete_token(token_id, params::Dict{String,<:Any})Deletes the specified token. Must be called in the license home Region.
Arguments
- token_id: Token ID.
Main.License_Manager.extend_license_consumption — Methodextend_license_consumption(license_consumption_token)
extend_license_consumption(license_consumption_token, params::Dict{String,<:Any})Extends the expiration date for license consumption.
Arguments
- license_consumption_token: License consumption token.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "DryRun": Checks whether you have the required permissions for the action, without actually making the request. Provides an error response if you do not have the required permissions.
Main.License_Manager.get_access_token — Methodget_access_token(token)
get_access_token(token, params::Dict{String,<:Any})Gets a temporary access token to use with AssumeRoleWithWebIdentity. Access tokens are valid for one hour.
Arguments
- token: Refresh token, encoded as a JWT token.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "TokenProperties": Token properties to validate against those present in the JWT token.
Main.License_Manager.get_grant — Methodget_grant(grant_arn)
get_grant(grant_arn, params::Dict{String,<:Any})Gets detailed information about the specified grant.
Arguments
- grant_arn: Amazon Resource Name (ARN) of the grant.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Version": Grant version.
Main.License_Manager.get_license — Methodget_license(license_arn)
get_license(license_arn, params::Dict{String,<:Any})Gets detailed information about the specified license.
Arguments
- license_arn: Amazon Resource Name (ARN) of the license.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Version": License version.
Main.License_Manager.get_license_configuration — Methodget_license_configuration(license_configuration_arn)
get_license_configuration(license_configuration_arn, params::Dict{String,<:Any})Gets detailed information about the specified license configuration.
Arguments
- license_configuration_arn: Amazon Resource Name (ARN) of the license configuration.
Main.License_Manager.get_license_manager_report_generator — Methodget_license_manager_report_generator(license_manager_report_generator_arn)
get_license_manager_report_generator(license_manager_report_generator_arn, params::Dict{String,<:Any})Gets information on the specified report generator.
Arguments
- license_manager_report_generator_arn: mazon Resource Number (ARN) of the report generator to retrieve information on.
Main.License_Manager.get_license_usage — Methodget_license_usage(license_arn)
get_license_usage(license_arn, params::Dict{String,<:Any})Gets detailed information about the usage of the specified license.
Arguments
- license_arn: Amazon Resource Name (ARN) of the license.
Main.License_Manager.get_service_settings — Methodget_service_settings()
get_service_settings(params::Dict{String,<:Any})Gets the License Manager settings for the current Region.
Main.License_Manager.list_associations_for_license_configuration — Methodlist_associations_for_license_configuration(license_configuration_arn)
list_associations_for_license_configuration(license_configuration_arn, params::Dict{String,<:Any})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).
Arguments
- license_configuration_arn: Amazon Resource Name (ARN) of a license configuration.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "MaxResults": Maximum number of results to return in a single call.
- "NextToken": Token for the next set of results.
Main.License_Manager.list_distributed_grants — Methodlist_distributed_grants()
list_distributed_grants(params::Dict{String,<:Any})Lists the grants distributed for the specified license.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Filters": Filters to scope the results. The following filters are supported: LicenseArn GrantStatus GranteePrincipalARN ProductSKU LicenseIssuerName
- "GrantArns": Amazon Resource Names (ARNs) of the grants.
- "MaxResults": Maximum number of results to return in a single call.
- "NextToken": Token for the next set of results.
Main.License_Manager.list_failures_for_license_configuration_operations — Methodlist_failures_for_license_configuration_operations(license_configuration_arn)
list_failures_for_license_configuration_operations(license_configuration_arn, params::Dict{String,<:Any})Lists the license configuration operations that failed.
Arguments
- license_configuration_arn: Amazon Resource Name of the license configuration.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "MaxResults": Maximum number of results to return in a single call.
- "NextToken": Token for the next set of results.
Main.License_Manager.list_license_configurations — Methodlist_license_configurations()
list_license_configurations(params::Dict{String,<:Any})Lists the license configurations for your account.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Filters": Filters to scope the results. The following filters and logical operators are supported: licenseCountingType - The dimension on which licenses are counted. Possible values are vCPU | Instance | Core | Socket. Logical operators are EQUALS | NOTEQUALS. enforceLicenseCount - A Boolean value that indicates whether hard license enforcement is used. Logical operators are EQUALS | NOTEQUALS. usagelimitExceeded - A Boolean value that indicates whether the available licenses have been exceeded. Logical operators are EQUALS | NOT_EQUALS.
- "LicenseConfigurationArns": Amazon Resource Names (ARN) of the license configurations.
- "MaxResults": Maximum number of results to return in a single call.
- "NextToken": Token for the next set of results.
Main.License_Manager.list_license_manager_report_generators — Methodlist_license_manager_report_generators()
list_license_manager_report_generators(params::Dict{String,<:Any})Lists the report generators for your account.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Filters": Filters to scope the results. The following filters are supported: LicenseConfigurationArn
- "MaxResults": Maximum number of results to return in a single call.
- "NextToken": Token for the next set of results.
Main.License_Manager.list_license_specifications_for_resource — Methodlist_license_specifications_for_resource(resource_arn)
list_license_specifications_for_resource(resource_arn, params::Dict{String,<:Any})Describes the license configurations for the specified resource.
Arguments
- resource_arn: Amazon Resource Name (ARN) of a resource that has an associated license configuration.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "MaxResults": Maximum number of results to return in a single call.
- "NextToken": Token for the next set of results.
Main.License_Manager.list_license_versions — Methodlist_license_versions(license_arn)
list_license_versions(license_arn, params::Dict{String,<:Any})Lists all versions of the specified license.
Arguments
- license_arn: Amazon Resource Name (ARN) of the license.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "MaxResults": Maximum number of results to return in a single call.
- "NextToken": Token for the next set of results.
Main.License_Manager.list_licenses — Methodlist_licenses()
list_licenses(params::Dict{String,<:Any})Lists the licenses for your account.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Filters": Filters to scope the results. The following filters are supported: Beneficiary ProductSKU Fingerprint Status
- "LicenseArns": Amazon Resource Names (ARNs) of the licenses.
- "MaxResults": Maximum number of results to return in a single call.
- "NextToken": Token for the next set of results.
Main.License_Manager.list_received_grants — Methodlist_received_grants()
list_received_grants(params::Dict{String,<:Any})Lists grants that are received but not accepted.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Filters": Filters to scope the results. The following filters are supported: ProductSKU LicenseIssuerName LicenseArn GrantStatus GranterAccountId
- "GrantArns": Amazon Resource Names (ARNs) of the grants.
- "MaxResults": Maximum number of results to return in a single call.
- "NextToken": Token for the next set of results.
Main.License_Manager.list_received_licenses — Methodlist_received_licenses()
list_received_licenses(params::Dict{String,<:Any})Lists received licenses.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Filters": Filters to scope the results. The following filters are supported: ProductSKU Status Fingerprint IssuerName Beneficiary
- "LicenseArns": Amazon Resource Names (ARNs) of the licenses.
- "MaxResults": Maximum number of results to return in a single call.
- "NextToken": Token for the next set of results.
Main.License_Manager.list_resource_inventory — Methodlist_resource_inventory()
list_resource_inventory(params::Dict{String,<:Any})Lists resources managed using Systems Manager inventory.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Filters": Filters to scope the results. The following filters and logical operators are supported: accountid - The ID of the AWS account that owns the resource. Logical operators are EQUALS | NOTEQUALS. applicationname - The name of the application. Logical operators are EQUALS | BEGINSWITH. licenseincluded - The type of license included. Logical operators are EQUALS | NOTEQUALS. 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 | BEGINSWITH. resourceid - The ID of the resource. Logical operators are EQUALS | NOTEQUALS. tag:<key> - The key/value combination of a tag assigned to the resource. Logical operators are EQUALS (single account) or EQUALS | NOTEQUALS (cross account).
- "MaxResults": Maximum number of results to return in a single call.
- "NextToken": Token for the next set of results.
Main.License_Manager.list_tags_for_resource — Methodlist_tags_for_resource(resource_arn)
list_tags_for_resource(resource_arn, params::Dict{String,<:Any})Lists the tags for the specified license configuration.
Arguments
- resource_arn: Amazon Resource Name (ARN) of the license configuration.
Main.License_Manager.list_tokens — Methodlist_tokens()
list_tokens(params::Dict{String,<:Any})Lists your tokens.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Filters": Filters to scope the results. The following filter is supported: LicenseArns
- "MaxResults": Maximum number of results to return in a single call.
- "NextToken": Token for the next set of results.
- "TokenIds": Token IDs.
Main.License_Manager.list_usage_for_license_configuration — Methodlist_usage_for_license_configuration(license_configuration_arn)
list_usage_for_license_configuration(license_configuration_arn, params::Dict{String,<:Any})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.
Arguments
- license_configuration_arn: Amazon Resource Name (ARN) of the license configuration.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Filters": 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 | NOTEQUALS. resourceType - The resource type (EC2INSTANCE | EC2HOST | EC2AMI | SYSTEMSMANAGERMANAGEDINSTANCE). Logical operators are EQUALS | NOTEQUALS. resourceAccount - The ID of the account that owns the resource. Logical operators are EQUALS | NOT_EQUALS.
- "MaxResults": Maximum number of results to return in a single call.
- "NextToken": Token for the next set of results.
Main.License_Manager.reject_grant — Methodreject_grant(grant_arn)
reject_grant(grant_arn, params::Dict{String,<:Any})Rejects the specified grant.
Arguments
- grant_arn: Amazon Resource Name (ARN) of the grant.
Main.License_Manager.tag_resource — Methodtag_resource(resource_arn, tags)
tag_resource(resource_arn, tags, params::Dict{String,<:Any})Adds the specified tags to the specified license configuration.
Arguments
- resource_arn: Amazon Resource Name (ARN) of the license configuration.
- tags: One or more tags.
Main.License_Manager.untag_resource — Methoduntag_resource(resource_arn, tag_keys)
untag_resource(resource_arn, tag_keys, params::Dict{String,<:Any})Removes the specified tags from the specified license configuration.
Arguments
- resource_arn: Amazon Resource Name (ARN) of the license configuration.
- tag_keys: Keys identifying the tags to remove.
Main.License_Manager.update_license_configuration — Methodupdate_license_configuration(license_configuration_arn)
update_license_configuration(license_configuration_arn, params::Dict{String,<:Any})Modifies the attributes of an existing license configuration.
Arguments
- license_configuration_arn: Amazon Resource Name (ARN) of the license configuration.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Description": New description of the license configuration.
- "DisassociateWhenNotFound": When true, disassociates a resource when software is uninstalled.
- "LicenseConfigurationStatus": New status of the license configuration.
- "LicenseCount": New number of licenses managed by the license configuration.
- "LicenseCountHardLimit": New hard limit of the number of available licenses.
- "LicenseRules": New license rule. The only rule that you can add after you create a license configuration is licenseAffinityToHost.
- "Name": New name of the license configuration.
- "ProductInformationList": New product information.
Main.License_Manager.update_license_manager_report_generator — Methodupdate_license_manager_report_generator(client_token, license_manager_report_generator_arn, report_context, report_frequency, report_generator_name, type)
update_license_manager_report_generator(client_token, license_manager_report_generator_arn, report_context, report_frequency, report_generator_name, type, params::Dict{String,<:Any})Updates a report generator. After you make changes to a report generator, it will start generating new reports within 60 minutes of being updated.
Arguments
- client_token: Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- license_manager_report_generator_arn: Amazon Resource Number (ARN) of the report generator to update.
- report_context: ?
- report_frequency: Frequency by which reports are generated. The following options are avaiable: ??? What are the APi value options?
- report_generator_name: Name of the report generator.
- type: Type of reports to generate. The following report types an be generated: License configuration report - Reports on the number and details of consumed licenses for a license configuration. Resource report - Reports on the tracked licenses and resource consumption for a license configuration.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "Description": Description of the report generator.
Main.License_Manager.update_license_specifications_for_resource — Methodupdate_license_specifications_for_resource(resource_arn)
update_license_specifications_for_resource(resource_arn, params::Dict{String,<:Any})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.
Arguments
- resource_arn: Amazon Resource Name (ARN) of the AWS resource.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "AddLicenseSpecifications": ARNs of the license configurations to add.
- "RemoveLicenseSpecifications": ARNs of the license configurations to remove.
Main.License_Manager.update_service_settings — Methodupdate_service_settings()
update_service_settings(params::Dict{String,<:Any})Updates License Manager settings for the current Region.
Optional Parameters
Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:
- "EnableCrossAccountsDiscovery": Activates cross-account discovery.
- "OrganizationConfiguration": Enables integration with AWS Organizations for cross-account discovery.
- "S3BucketArn": Amazon Resource Name (ARN) of the Amazon S3 bucket where the License Manager information is stored.
- "SnsTopicArn": Amazon Resource Name (ARN) of the Amazon SNS topic used for License Manager alerts.