Values.DBClusterParameterGroupNameMessageSourceContains the name of a cluster parameter group.
type modifyDBClusterParameterGroupResult = {dBClusterParameterGroupName : String_.t option;The name of a cluster parameter group. Constraints: Must be from 1 to 255 letters or numbers. The first character must be a letter. Cannot 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 DBParameterGroupNotFoundFault.t| `InvalidDBParameterGroupStateFault of 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 ]