Values.UpdateParameterGroupRequestSourceModifies 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 = {parameterGroupName : String_.t;The name of the parameter group.
*)parameterNameValues : ParameterNameValueList.t;An array of name-value pairs for the parameters in the group. Each element in the array represents a single parameter. record-ttl-millis and query-ttl-millis are the only supported parameter names. For more details, see Configuring TTL Settings.
*)}val make :
parameterGroupName:String_.t ->
parameterNameValues:ParameterNameValueList.t ->
unit ->
t