Values.DeleteServerlessCacheResponseSourceDeletes a specified existing serverless cache. CreateServerlessCacheSnapshot permission is required to create a final snapshot. Without this permission, the API call will fail with an Access Denied exception.
type deleteServerlessCacheResult = {serverlessCache : ServerlessCache.t option;Provides the details of the specified serverless cache that is about to be deleted.
*)}and t = {deleteServerlessCacheResult : deleteServerlessCacheResult;responseMetaData : responseMetaData;}type error = [ | `InvalidCredentialsException of InvalidCredentialsException.t| `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `InvalidServerlessCacheStateFault of InvalidServerlessCacheStateFault.t| `ServerlessCacheNotFoundFault of ServerlessCacheNotFoundFault.t| `ServerlessCacheSnapshotAlreadyExistsFault of
ServerlessCacheSnapshotAlreadyExistsFault.t| `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidCredentialsException of unit
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidServerlessCacheStateFault of unit
| `ServerlessCacheNotFoundFault of unit
| `ServerlessCacheSnapshotAlreadyExistsFault of unit
| `ServiceLinkedRoleNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidCredentialsException of unit
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidServerlessCacheStateFault of unit
| `ServerlessCacheNotFoundFault of unit
| `ServerlessCacheSnapshotAlreadyExistsFault of unit
| `ServiceLinkedRoleNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Integer of IntegerOptional.t
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Structure of
(string
* [> `Integer of Integer.t
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `Integer of IntegerOptional.t ])
list ])
list
| `Timestamp of TStamp.t ])
list ])
list ])
list ]