Module Types.DBClusterParameterGroup
type t={d_b_cluster_parameter_group_name : Aws.BaseTypes.String.t option;d_b_parameter_group_family : Aws.BaseTypes.String.t option;description : Aws.BaseTypes.String.t option;d_b_cluster_parameter_group_arn : Aws.BaseTypes.String.t option;}
val make : ?d_b_cluster_parameter_group_name:Aws.BaseTypes.String.t -> ?d_b_parameter_group_family:Aws.BaseTypes.String.t -> ?description:Aws.BaseTypes.String.t -> ?d_b_cluster_parameter_group_arn:Aws.BaseTypes.String.t -> unit -> tval parse : Ezxmlm.nodes -> t optionval to_query : t -> Aws.Query.tval to_json : t -> [> `Assoc of (string * Aws.Json.t) list ]val of_json : Aws.Json.t -> t