Module Values.ModifyClusterParameterGroupMessageSource

Describes a modify cluster parameter group operation.

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

    The name of the parameter group to be modified.

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

    An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request. For each parameter to be modified, you must supply at least the parameter name and parameter value; other name-value pairs of the parameter are optional. For the workload management (WLM) configuration, you must supply all the name-value pairs in the wlm_json_configuration parameter.

    *)
}
Sourceval context_ : string
Sourceval make : parameterGroupName: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