Values.ReservedCacheNodeMessageSourceRepresents the output of a DescribeReservedCacheNodes operation.
type describeReservedCacheNodesResult = {marker : String_.t option;Provides an identifier to allow retrieval of paginated results.
*)reservedCacheNodes : ReservedCacheNodeList.t option;A list of reserved cache nodes. Each element in the list contains detailed information about one node.
*)}and t = {describeReservedCacheNodesResult : describeReservedCacheNodesResult;responseMetaData : responseMetaData;}type error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ReservedCacheNodeNotFoundFault of ReservedCacheNodeNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ReservedCacheNodeNotFoundFault 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
| `ReservedCacheNodeNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Integer of Integer.t
| `List of
[> `Structure of
(string
* [> `Double of Double.t
| `String of String_.t ])
list ]
list
| `String of String_.t
| `Timestamp of TStamp.t ])
list ]
list
| `String of String_.t ])
list ])
list ]