This is the AWS License Manager API Reference. It provides descriptions, syntax, and usage examples for each of the actions and data types for License Manager. The topic for each action shows the Query API request parameters and the XML response. You can also view the XML request elements in the WSDL.
Alternatively, you can use one of the AWS SDKs to access an API that's tailored to the programming language or platform that you're using. For more information, see AWS SDKs.
licensemanager(config = list())
Optional configuration of credentials, endpoint, and/or region.
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" ) )
create_license_configuration | Creates a new license configuration object |
delete_license_configuration | Deletes an existing license configuration |
get_license_configuration | Returns a detailed description of a license configuration |
get_service_settings | Gets License Manager settings for a region |
list_associations_for_license_configuration | Lists the resource associations for a license configuration |
list_license_configurations | Lists license configuration objects for an account, each containing the name, description, license type, and other license terms modeled from a license agreement |
list_license_specifications_for_resource | Returns the license configuration for a resource |
list_resource_inventory | Returns a detailed list of resources |
list_tags_for_resource | Lists tags attached to a resource |
list_usage_for_license_configuration | Lists all license usage records for a license configuration, displaying license consumption details by resource at a selected point in time |
tag_resource | Attach one of more tags to any resource |
untag_resource | Remove tags from a resource |
update_license_configuration | Modifies the attributes of an existing license configuration object |
update_license_specifications_for_resource | Adds or removes license configurations for a specified AWS resource |
# NOT RUN {
svc <- licensemanager()
svc$create_license_configuration(
Foo = 123
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab