Values.UpdateParameterGroupResponseSourceModifies 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.
type nonrec t = {parameterGroup : ParameterGroup.t option;The parameter group that has been modified.
*)}type nonrec error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterGroupStateFault of InvalidParameterGroupStateFault.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ParameterGroupNotFoundFault of ParameterGroupNotFoundFault.t| `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]