Values.CreatePermissionVersionResponseSourceCreates a new version of the specified customer managed permission. The new version is automatically set as the default version of the customer managed permission. New resource shares automatically use the default permission. Existing resource shares continue to use their original permission versions, but you can use ReplacePermissionAssociations to update them. If the specified customer managed permission already has the maximum of 5 versions, then you must delete one of the existing versions before you can create a new one.
type nonrec t = {permission : ResourceSharePermissionDetail.t option;clientToken : String_.t option;The idempotency identifier associated with this request. If you want to repeat the same operation in an idempotent manner then you must include this value in the clientToken request parameter of that later call. All other parameters must also have the same values that you used in the first call.
*)}type nonrec error = [ | `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t| `InvalidClientTokenException of InvalidClientTokenException.t| `InvalidParameterException of InvalidParameterException.t| `InvalidPolicyException of InvalidPolicyException.t| `MalformedArnException of MalformedArnException.t| `MalformedPolicyTemplateException of MalformedPolicyTemplateException.t| `PermissionVersionsLimitExceededException of
PermissionVersionsLimitExceededException.t| `ServerInternalException of ServerInternalException.t| `UnknownResourceException of UnknownResourceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InvalidClientTokenException of InvalidClientTokenException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidPolicyException of InvalidPolicyException.t
| `MalformedArnException of MalformedArnException.t
| `MalformedPolicyTemplateException of MalformedPolicyTemplateException.t
| `PermissionVersionsLimitExceededException of
PermissionVersionsLimitExceededException.t
| `ServerInternalException of ServerInternalException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnknownResourceException of UnknownResourceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `IdempotentParameterMismatchException of
IdempotentParameterMismatchException.t
| `InvalidClientTokenException of InvalidClientTokenException.t
| `InvalidParameterException of InvalidParameterException.t
| `InvalidPolicyException of InvalidPolicyException.t
| `MalformedArnException of MalformedArnException.t
| `MalformedPolicyTemplateException of MalformedPolicyTemplateException.t
| `PermissionVersionsLimitExceededException of
PermissionVersionsLimitExceededException.t
| `ServerInternalException of ServerInternalException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnknownResourceException of UnknownResourceException.t
| `Unknown_operation_error of string * string option ]