Values.CacheParameterGroupDetailsSourceRepresents the output of a DescribeCacheParameters operation.
type describeCacheParametersResult = {marker : String_.t option;Provides an identifier to allow retrieval of paginated results.
*)parameters : ParametersList.t option;A list of Parameter instances.
*)cacheNodeTypeSpecificParameters : CacheNodeTypeSpecificParametersList.t option;A list of parameters specific to a particular cache node type. Each element in the list contains detailed information about one parameter.
*)}and t = {describeCacheParametersResult : describeCacheParametersResult;responseMetaData : responseMetaData;}type error = [ | `CacheParameterGroupNotFoundFault of CacheParameterGroupNotFoundFault.t| `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `CacheParameterGroupNotFoundFault of unit
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `CacheParameterGroupNotFoundFault of unit
| `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `List of
[> `Structure of
(string * [> `String of String_.t ]) list ]
list
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ])
list ]