Module Values_1.DBClusterParameterGroupNameMessageSource

Sourcetype modifyDBClusterParameterGroupResult = {
  1. 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.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. modifyDBClusterParameterGroupResult : modifyDBClusterParameterGroupResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBParameterGroupNotFoundFault of Values_0.DBParameterGroupNotFoundFault.t
  2. | `InvalidDBParameterGroupStateFault of Values_0.InvalidDBParameterGroupStateFault.t
  3. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?dBClusterParameterGroupName:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBParameterGroupNotFoundFault of unit | `InvalidDBParameterGroupStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBParameterGroupNotFoundFault of unit | `InvalidDBParameterGroupStateFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of Values_0.String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t