Values.ClusterParameterGroupNameMessageSourcetype modifyClusterParameterGroupResult = {parameterGroupName : String_.t option;The name of the cluster parameter group.
*)parameterGroupStatus : String_.t option;The status of the parameter group. For example, if you made a change to a parameter group name-value pair, then the change could be pending a reboot of an associated cluster.
*)}and t = {modifyClusterParameterGroupResult : modifyClusterParameterGroupResult;responseMetaData : responseMetaData;}type error = [ | `ClusterParameterGroupNotFoundFault of ClusterParameterGroupNotFoundFault.t| `InvalidClusterParameterGroupStateFault of
InvalidClusterParameterGroupStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterParameterGroupNotFoundFault of unit
| `InvalidClusterParameterGroupStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterParameterGroupNotFoundFault of unit
| `InvalidClusterParameterGroupStateFault of unit
| `Unknown_operation_error of string * string option ]