Learn R Programming

paws (version 0.1.12)

licensemanager: AWS License Manager

Description

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

Usage

licensemanager(config = list())

Value

A client for the service. You can call the service's operations using syntax like svc$operation(...), where svc is the name you've assigned to the client. The available operations are listed in the Operations section.

Arguments

config

Optional configuration of credentials, endpoint, and/or region.

Service syntax

svc <- licensemanager(
  config = list(
    credentials = list(
      creds = list(
        access_key_id = "string",
        secret_access_key = "string",
        session_token = "string"
      ),
      profile = "string"
    ),
    endpoint = "string",
    region = "string"
  )
)

Operations

accept_grantAccepts the specified grant
check_in_licenseChecks in the specified license
checkout_borrow_licenseChecks out the specified license for offline use
checkout_licenseChecks out the specified license
create_grantCreates a grant for the specified license
create_grant_versionCreates a new version of the specified grant
create_licenseCreates a license
create_license_configurationCreates a license configuration
create_license_versionCreates a new version of the specified license
create_tokenCreates a long-lived token
delete_grantDeletes the specified grant
delete_licenseDeletes the specified license
delete_license_configurationDeletes the specified license configuration
delete_tokenDeletes the specified token
extend_license_consumptionExtends the expiration date for license consumption
get_access_tokenGets a temporary access token to use with AssumeRoleWithWebIdentity
get_grantGets detailed information about the specified grant
get_licenseGets detailed information about the specified license
get_license_configurationGets detailed information about the specified license configuration
get_license_usageGets detailed information about the usage of the specified license
get_service_settingsGets the License Manager settings for the current Region
list_associations_for_license_configurationLists the resource associations for the specified license configuration
list_distributed_grantsLists the grants distributed for the specified license
list_failures_for_license_configuration_operationsLists the license configuration operations that failed
list_license_configurationsLists the license configurations for your account
list_licensesLists the licenses for your account
list_license_specifications_for_resourceDescribes the license configurations for the specified resource
list_license_versionsLists all versions of the specified license
list_received_grantsLists grants that are received but not accepted
list_received_licensesLists received licenses
list_resource_inventoryLists resources managed using Systems Manager inventory
list_tags_for_resourceLists the tags for the specified license configuration
list_tokensLists your tokens
list_usage_for_license_configurationLists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time
reject_grantRejects the specified grant
tag_resourceAdds the specified tags to the specified license configuration
untag_resourceRemoves the specified tags from the specified license configuration
update_license_configurationModifies the attributes of an existing license configuration
update_license_specifications_for_resourceAdds or removes the specified license configurations for the specified AWS resource
update_service_settingsUpdates License Manager settings for the current Region

Examples

Run this code
if (FALSE) {
svc <- licensemanager()
svc$accept_grant(
  Foo = 123
)
}

Run the code above in your browser using DataLab