Values_1.DBClusterParameterGroupNameMessageSourcetype modifyDBClusterParameterGroupResult = {dBClusterParameterGroupName : Values_0.String_.t option;The name of the DB cluster parameter group. Constraints: Must be 1 to 255 letters or numbers. First character must be a letter Can't end with a hyphen or contain two consecutive hyphens This value is stored as a lowercase string.
*)}and t = {modifyDBClusterParameterGroupResult : modifyDBClusterParameterGroupResult;responseMetaData : responseMetaData;}type error = [ | `DBParameterGroupNotFoundFault of Values_0.DBParameterGroupNotFoundFault.t| `InvalidDBParameterGroupStateFault of
Values_0.InvalidDBParameterGroupStateFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DBParameterGroupNotFoundFault of unit
| `InvalidDBParameterGroupStateFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DBParameterGroupNotFoundFault of unit
| `InvalidDBParameterGroupStateFault of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of Values_0.String_.t ]) list ])
list ]