Module Smaws_Client_ElastiCache.DescribeServerlessCaches

Returns information about a specific serverless cache. If no identifier is specified, then the API returns information on all the serverless caches belonging to this Amazon Web Services account.

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 ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.describe_serverless_caches_request -> (Types.describe_serverless_caches_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 ]) Stdlib.result