Smaws_Client_ElastiCache.DescribeReservedCacheNodesReturns information about reserved cache nodes for this account, or about a specified reserved cache node.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of Types.invalid_parameter_value_exception
| `ReservedCacheNodeNotFoundFault of
Types.reserved_cache_node_not_found_fault ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Types.describe_reserved_cache_nodes_message ->
(Types.reserved_cache_node_message,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ReservedCacheNodeNotFoundFault of
Types.reserved_cache_node_not_found_fault ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Types.describe_reserved_cache_nodes_message ->
(Types.reserved_cache_node_message Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InvalidParameterCombinationException of
Types.invalid_parameter_combination_exception
| `InvalidParameterValueException of
Types.invalid_parameter_value_exception
| `ReservedCacheNodeNotFoundFault of
Types.reserved_cache_node_not_found_fault ]
* Smaws_Lib.Response.metadata)
Stdlib.result