Smaws_Client_ElastiCache.DescribeServerlessCacheSnapshotsReturns 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.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `ServerlessCacheNotFoundFault of Types.serverless_cache_not_found_fault
| `ServerlessCacheSnapshotNotFoundFault of
Types.serverless_cache_snapshot_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_serverless_cache_snapshots_request ->
(Types.describe_serverless_cache_snapshots_response,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ServerlessCacheNotFoundFault of Types.serverless_cache_not_found_fault
| `ServerlessCacheSnapshotNotFoundFault of
Types.serverless_cache_snapshot_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_serverless_cache_snapshots_request ->
(Types.describe_serverless_cache_snapshots_response Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ServerlessCacheNotFoundFault of Types.serverless_cache_not_found_fault
| `ServerlessCacheSnapshotNotFoundFault of
Types.serverless_cache_snapshot_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result