Values.DeletePermissionVersionResponseSourceDeletes one version of a customer managed permission. The version you specify must not be attached to any resource share and must not be the default version for the permission. If a customer managed permission has the maximum of 5 versions, then you must delete at least one version before you can create another.
type nonrec t = {returnValue : Boolean.t option;A boolean value that indicates whether the operation is successful.
*)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.
*)permissionStatus : PermissionStatus.t option;This operation is performed asynchronously, and this response parameter indicates the current status.
*)}type nonrec error = [ | `IdempotentParameterMismatchException of IdempotentParameterMismatchException.t| `InvalidClientTokenException of InvalidClientTokenException.t| `InvalidParameterException of InvalidParameterException.t| `MalformedArnException of MalformedArnException.t| `OperationNotPermittedException of OperationNotPermittedException.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
| `MalformedArnException of MalformedArnException.t
| `OperationNotPermittedException of OperationNotPermittedException.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
| `MalformedArnException of MalformedArnException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ServerInternalException of ServerInternalException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `UnknownResourceException of UnknownResourceException.t
| `Unknown_operation_error of string * string option ]