LicenseManager / Client / update_license_asset_group
update_license_asset_group¶
- LicenseManager.Client.update_license_asset_group(**kwargs)¶
Updates a license asset group.
See also: AWS API Documentation
Request Syntax
response = client.update_license_asset_group( Name='string', Description='string', LicenseAssetGroupConfigurations=[ { 'UsageDimension': 'string' }, ], AssociatedLicenseAssetRulesetARNs=[ 'string', ], Properties=[ { 'Key': 'string', 'Value': 'string' }, ], LicenseAssetGroupArn='string', Status='ACTIVE'|'DISABLED'|'DELETED', ClientToken='string' )
- Parameters:
Name (string) – License asset group name.
Description (string) – License asset group description.
LicenseAssetGroupConfigurations (list) –
License asset group configurations.
(dict) –
License asset group configuration.
UsageDimension (string) –
License Asset Group Configuration Usage dimension.
AssociatedLicenseAssetRulesetARNs (list) –
[REQUIRED]
ARNs of associated license asset rulesets.
(string) –
Properties (list) –
License asset group properties.
(dict) –
License asset group property.
Key (string) – [REQUIRED]
Property key.
Value (string) – [REQUIRED]
Property value.
LicenseAssetGroupArn (string) –
[REQUIRED]
Amazon Resource Name (ARN) of the license asset group.
Status (string) – License asset group status. The possible values are
ACTIVE|DISABLED.ClientToken (string) –
[REQUIRED]
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
- Return type:
dict
- Returns:
Response Syntax
{ 'LicenseAssetGroupArn': 'string', 'Status': 'string' }
Response Structure
(dict) –
LicenseAssetGroupArn (string) –
Amazon Resource Name (ARN) of the license asset group.
Status (string) –
License asset group status.
Exceptions
LicenseManager.Client.exceptions.ValidationExceptionLicenseManager.Client.exceptions.InvalidParameterValueExceptionLicenseManager.Client.exceptions.AuthorizationExceptionLicenseManager.Client.exceptions.AccessDeniedExceptionLicenseManager.Client.exceptions.RateLimitExceededExceptionLicenseManager.Client.exceptions.ServerInternalException