Module Values.UpdateParameterGroupResponseSource

Modifies the parameters of a parameter group. You can modify up to 20 parameters in a single request by submitting a list parameter name and value pairs.

Sourcetype nonrec t = {
  1. parameterGroup : ParameterGroup.t option;
    (*

    The parameter group that has been modified.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidParameterCombinationException of InvalidParameterCombinationException.t
  2. | `InvalidParameterGroupStateFault of InvalidParameterGroupStateFault.t
  3. | `InvalidParameterValueException of InvalidParameterValueException.t
  4. | `ParameterGroupNotFoundFault of ParameterGroupNotFoundFault.t
  5. | `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?parameterGroup:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterGroupStateFault of unit | `InvalidParameterValueException of InvalidParameterValueException.t | `ParameterGroupNotFoundFault of unit | `ServiceLinkedRoleNotFoundFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `InvalidParameterCombinationException of InvalidParameterCombinationException.t | `InvalidParameterGroupStateFault of unit | `InvalidParameterValueException of InvalidParameterValueException.t | `ParameterGroupNotFoundFault of unit | `ServiceLinkedRoleNotFoundFault 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 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