Module Values.ModifyDBClusterParameterGroupMessageSource

Represents the input to ModifyDBClusterParameterGroup.

Sourcetype nonrec t = {
  1. dBClusterParameterGroupName : String_.t;
    (*

    The name of the cluster parameter group to modify.

    *)
  2. parameters : ParametersList.t;
    (*

    A list of parameters in the cluster parameter group to modify.

    *)
}
Sourceval context_ : string
Sourceval make : dBClusterParameterGroupName:String_.t -> parameters:ParametersList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `String of String_.t ]) list ] list | `String of String_.t ]) 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