Values.DescribeServerlessCacheSnapshotsResponseSourceReturns information about serverless cache snapshots. By default, this API lists all of the customer’s serverless cache snapshots. It can also describe a single serverless cache snapshot, or the snapshots associated with a particular serverless cache. Available for Valkey, Redis OSS and Serverless Memcached only.
type describeServerlessCacheSnapshotsResult = {nextToken : String_.t option;An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by max-results. Available for Valkey, Redis OSS and Serverless Memcached only.
*)serverlessCacheSnapshots : ServerlessCacheSnapshotList.t option;The serverless caches snapshots associated with a given description request. Available for Valkey, Redis OSS and Serverless Memcached only.
*)}and t = {describeServerlessCacheSnapshotsResult : describeServerlessCacheSnapshotsResult;responseMetaData : responseMetaData;}type error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ServerlessCacheNotFoundFault of ServerlessCacheNotFoundFault.t| `ServerlessCacheSnapshotNotFoundFault of ServerlessCacheSnapshotNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ServerlessCacheNotFoundFault of unit
| `ServerlessCacheSnapshotNotFoundFault 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
| `ServerlessCacheNotFoundFault of unit
| `ServerlessCacheSnapshotNotFoundFault of unit
| `Unknown_operation_error of string * string option ]