LicenseManager.Client.extend_license_consumption(**kwargs)¶Extends the expiration date for license consumption.
See also: AWS API Documentation
Request Syntax
response = client.extend_license_consumption(
    LicenseConsumptionToken='string',
    DryRun=True|False
)
[REQUIRED]
License consumption token.
dict
Response Syntax
{
    'LicenseConsumptionToken': 'string',
    'Expiration': 'string'
}
Response Structure
(dict) --
LicenseConsumptionToken (string) --
License consumption token.
Expiration (string) --
Date and time at which the license consumption expires.
Exceptions
LicenseManager.Client.exceptions.ValidationExceptionLicenseManager.Client.exceptions.InvalidParameterValueExceptionLicenseManager.Client.exceptions.AuthorizationExceptionLicenseManager.Client.exceptions.AccessDeniedExceptionLicenseManager.Client.exceptions.RateLimitExceededExceptionLicenseManager.Client.exceptions.ServerInternalExceptionLicenseManager.Client.exceptions.ResourceNotFoundException