Values.CacheParameterGroupsMessageSourceRepresents the output of a DescribeCacheParameterGroups operation.
type describeCacheParameterGroupsResult = {marker : String_.t option;Provides an identifier to allow retrieval of paginated results.
*)cacheParameterGroups : CacheParameterGroupList.t option;A list of cache parameter groups. Each element in the list contains detailed information about one cache parameter group.
*)}and t = {describeCacheParameterGroupsResult : describeCacheParameterGroupsResult;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 ]