Values.CreateServerlessCacheSnapshotResponseSourceThis API creates a copy of an entire ServerlessCache at a specific moment in time. Available for Valkey, Redis OSS and Serverless Memcached only.
type createServerlessCacheSnapshotResult = {serverlessCacheSnapshot : ServerlessCacheSnapshot.t option;The state of a serverless cache snapshot at a specific point in time, to the millisecond. Available for Valkey, Redis OSS and Serverless Memcached only.
*)}and t = {createServerlessCacheSnapshotResult : createServerlessCacheSnapshotResult;responseMetaData : responseMetaData;}type error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `InvalidServerlessCacheStateFault of InvalidServerlessCacheStateFault.t| `ServerlessCacheNotFoundFault of ServerlessCacheNotFoundFault.t| `ServerlessCacheSnapshotAlreadyExistsFault of
ServerlessCacheSnapshotAlreadyExistsFault.t| `ServerlessCacheSnapshotQuotaExceededFault of
ServerlessCacheSnapshotQuotaExceededFault.t| `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t| `TagQuotaPerResourceExceeded of TagQuotaPerResourceExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidServerlessCacheStateFault of unit
| `ServerlessCacheNotFoundFault of unit
| `ServerlessCacheSnapshotAlreadyExistsFault of unit
| `ServerlessCacheSnapshotQuotaExceededFault of unit
| `ServiceLinkedRoleNotFoundFault of unit
| `TagQuotaPerResourceExceeded of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `InvalidServerlessCacheStateFault of unit
| `ServerlessCacheNotFoundFault of unit
| `ServerlessCacheSnapshotAlreadyExistsFault of unit
| `ServerlessCacheSnapshotQuotaExceededFault of unit
| `ServiceLinkedRoleNotFoundFault of unit
| `TagQuotaPerResourceExceeded of unit
| `Unknown_operation_error of string * string option ]