Creates a new version of the specified grant.
licensemanager_create_grant_version(ClientToken, GrantArn, GrantName,
AllowedOperations, Status, SourceVersion)
A list with the following syntax:
list(
GrantArn = "string",
Status = "PENDING_WORKFLOW"|"PENDING_ACCEPT"|"REJECTED"|"ACTIVE"|"FAILED_WORKFLOW"|"DELETED"|"PENDING_DELETE"|"DISABLED",
Version = "string"
)
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
[required] Amazon Resource Name (ARN) of the grant.
Grant name.
Allowed operations for the grant.
Grant status.
Current version of the grant.
svc$create_grant_version(
ClientToken = "string",
GrantArn = "string",
GrantName = "string",
AllowedOperations = list(
"CreateGrant"|"CheckoutLicense"|"CheckoutBorrowLicense"|"CheckInLicense"|"ExtendConsumptionLicense"|"ListPurchasedLicenses"|"CreateToken"
),
Status = "PENDING_WORKFLOW"|"PENDING_ACCEPT"|"REJECTED"|"ACTIVE"|"FAILED_WORKFLOW"|"DELETED"|"PENDING_DELETE"|"DISABLED",
SourceVersion = "string"
)