Smaws_Client_ElastiCache.DescribeSnapshotsReturns information about cluster or replication group snapshots. By default, DescribeSnapshots lists all of your snapshots; it can optionally describe a single snapshot, or just the snapshots associated with a particular cache cluster.
This operation is valid for Valkey or Redis OSS only.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `CacheClusterNotFoundFault of Types.cache_cluster_not_found_fault
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `SnapshotNotFoundFault of Types.snapshot_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_snapshots_message ->
(Types.describe_snapshots_list_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CacheClusterNotFoundFault of Types.cache_cluster_not_found_fault
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `SnapshotNotFoundFault of Types.snapshot_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_snapshots_message ->
(Types.describe_snapshots_list_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `CacheClusterNotFoundFault of Types.cache_cluster_not_found_fault
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `SnapshotNotFoundFault of Types.snapshot_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result