LicenseManager.Client.
create_license_version
(**kwargs)¶Creates a new version of the specified license.
See also: AWS API Documentation
Request Syntax
response = client.create_license_version(
LicenseArn='string',
LicenseName='string',
ProductName='string',
Issuer={
'Name': 'string',
'SignKey': 'string'
},
HomeRegion='string',
Validity={
'Begin': 'string',
'End': 'string'
},
LicenseMetadata=[
{
'Name': 'string',
'Value': 'string'
},
],
Entitlements=[
{
'Name': 'string',
'Value': 'string',
'MaxCount': 123,
'Overage': True|False,
'Unit': 'Count'|'None'|'Seconds'|'Microseconds'|'Milliseconds'|'Bytes'|'Kilobytes'|'Megabytes'|'Gigabytes'|'Terabytes'|'Bits'|'Kilobits'|'Megabits'|'Gigabits'|'Terabits'|'Percent'|'Bytes/Second'|'Kilobytes/Second'|'Megabytes/Second'|'Gigabytes/Second'|'Terabytes/Second'|'Bits/Second'|'Kilobits/Second'|'Megabits/Second'|'Gigabits/Second'|'Terabits/Second'|'Count/Second',
'AllowCheckIn': True|False
},
],
ConsumptionConfiguration={
'RenewType': 'None'|'Weekly'|'Monthly',
'ProvisionalConfiguration': {
'MaxTimeToLiveInMinutes': 123
},
'BorrowConfiguration': {
'AllowEarlyCheckIn': True|False,
'MaxTimeToLiveInMinutes': 123
}
},
Status='AVAILABLE'|'PENDING_AVAILABLE'|'DEACTIVATED'|'SUSPENDED'|'EXPIRED'|'PENDING_DELETE'|'DELETED',
ClientToken='string',
SourceVersion='string'
)
[REQUIRED]
Amazon Resource Name (ARN) of the license.
[REQUIRED]
License name.
[REQUIRED]
Product name.
[REQUIRED]
License issuer.
Issuer name.
Asymmetric KMS key from Key Management Service. The KMS key must have a key usage of sign and verify, and support the RSASSA-PSS SHA-256 signing algorithm.
[REQUIRED]
Home Region of the license.
[REQUIRED]
Date and time range during which the license is valid, in ISO8601-UTC format.
Start of the time range.
End of the time range.
Information about the license.
Describes key/value pairs.
The key name.
The value.
[REQUIRED]
License entitlements.
Describes a resource entitled for use with a license.
Entitlement name.
Entitlement resource. Use only if the unit is None.
Maximum entitlement count. Use if the unit is not None.
Indicates whether overages are allowed.
Entitlement unit.
Indicates whether check-ins are allowed.
[REQUIRED]
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.
Renewal frequency.
Details about a provisional configuration.
Maximum time for the provisional configuration, in minutes.
Details about a borrow configuration.
Indicates whether early check-ins are allowed.
Maximum time for the borrow configuration, in minutes.
[REQUIRED]
License status.
[REQUIRED]
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
dict
Response Syntax
{
'LicenseArn': 'string',
'Version': 'string',
'Status': 'AVAILABLE'|'PENDING_AVAILABLE'|'DEACTIVATED'|'SUSPENDED'|'EXPIRED'|'PENDING_DELETE'|'DELETED'
}
Response Structure
(dict) --
LicenseArn (string) --
License ARN.
Version (string) --
New version of the license.
Status (string) --
License status.
Exceptions
LicenseManager.Client.exceptions.ValidationException
LicenseManager.Client.exceptions.AccessDeniedException
LicenseManager.Client.exceptions.ResourceNotFoundException
LicenseManager.Client.exceptions.RedirectException
LicenseManager.Client.exceptions.ConflictException
LicenseManager.Client.exceptions.ServerInternalException
LicenseManager.Client.exceptions.AuthorizationException
LicenseManager.Client.exceptions.RateLimitExceededException