Learn R Programming

paws.management (version 0.1.10)

licensemanager_create_grant_version: Creates a new version of the specified grant

Description

Creates a new version of the specified grant.

Usage

licensemanager_create_grant_version(ClientToken, GrantArn, GrantName,
  AllowedOperations, Status, SourceVersion)

Arguments

ClientToken

[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

GrantArn

[required] Amazon Resource Name (ARN) of the grant.

GrantName

Grant name.

AllowedOperations

Allowed operations for the grant.

Status

Grant status.

SourceVersion

Current version of the grant.

Request syntax

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"
)