Values.DeleteServerlessCacheSnapshotResponseSourceDeletes an existing serverless cache snapshot. Available for Valkey, Redis OSS and Serverless Memcached only.
type deleteServerlessCacheSnapshotResult = {serverlessCacheSnapshot : ServerlessCacheSnapshot.t option;The snapshot to be deleted. Available for Valkey, Redis OSS and Serverless Memcached only.
*)}and t = {deleteServerlessCacheSnapshotResult : deleteServerlessCacheSnapshotResult;responseMetaData : responseMetaData;}type error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `InvalidServerlessCacheSnapshotStateFault of
InvalidServerlessCacheSnapshotStateFault.t| `ServerlessCacheSnapshotNotFoundFault of ServerlessCacheSnapshotNotFoundFault.t| `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidServerlessCacheSnapshotStateFault of unit
| `ServerlessCacheSnapshotNotFoundFault of unit
| `ServiceLinkedRoleNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidServerlessCacheSnapshotStateFault of unit
| `ServerlessCacheSnapshotNotFoundFault of unit
| `ServiceLinkedRoleNotFoundFault of unit
| `Unknown_operation_error of string * string option ]