Values.CreateGrantVersionRequestSourceCreates a new version of the specified grant. For more information, see Granted licenses in License Manager in the License Manager User Guide.
type nonrec t = {clientToken : ClientToken.t;Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)grantArn : Arn.t;Amazon Resource Name (ARN) of the grant.
*)grantName : String_.t option;Grant name.
*)allowedOperations : AllowedOperationList.t option;Allowed operations for the grant.
*)status : GrantStatus.t option;Grant status.
*)statusReason : StatusReasonMessage.t option;Grant status reason.
*)sourceVersion : String_.t option;Current version of the grant.
*)options : Options.t option;The options specified for the grant.
*)}val make :
?grantName:??? ->
?allowedOperations:??? ->
?status:??? ->
?statusReason:??? ->
?sourceVersion:??? ->
?options:??? ->
clientToken:ClientToken.t ->
grantArn:Arn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of ClientToken.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]