Values.ExportServerlessCacheSnapshotResponseSourceProvides the functionality to export the serverless cache snapshot data to Amazon S3. Available for Valkey and Redis OSS only.
type exportServerlessCacheSnapshotResult = {serverlessCacheSnapshot : ServerlessCacheSnapshot.t option;The state of a serverless cache at a specific point in time, to the millisecond. Available for Valkey, Redis OSS and Serverless Memcached only.
*)}and t = {exportServerlessCacheSnapshotResult : exportServerlessCacheSnapshotResult;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 ]