Creates a new version of the specified grant.
licensemanager_create_grant_version(ClientToken, GrantArn, GrantName,
AllowedOperations, Status, SourceVersion)
[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" )