Values.DeleteResourceShareResponseSourceDeletes the specified resource share. This doesn't delete any of the resources that were associated with the resource share; it only stops the sharing of those resources through this resource share.
type nonrec t = {returnValue : Boolean.t option;A return value of true indicates that the request succeeded. A value of false indicates that the request failed.
*)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| `InvalidStateTransitionException of InvalidStateTransitionException.t| `MalformedArnException of MalformedArnException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `ServerInternalException of ServerInternalException.t| `ThrottlingException of ThrottlingException.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
| `InvalidStateTransitionException of InvalidStateTransitionException.t
| `MalformedArnException of MalformedArnException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ServerInternalException of ServerInternalException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.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
| `InvalidStateTransitionException of InvalidStateTransitionException.t
| `MalformedArnException of MalformedArnException.t
| `OperationNotPermittedException of OperationNotPermittedException.t
| `ServerInternalException of ServerInternalException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `UnknownResourceException of UnknownResourceException.t
| `Unknown_operation_error of string * string option ]