Values.ModifyCacheParameterGroupMessageSourceRepresents the input of a ModifyCacheParameterGroup operation.
type nonrec t = {cacheParameterGroupName : String_.t;The name of the cache parameter group to modify.
*)parameterNameValues : ParameterNameValueList.t;An array of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional. A maximum of 20 parameters may be modified per request.
*)}val make :
cacheParameterGroupName:String_.t ->
parameterNameValues:ParameterNameValueList.t ->
unit ->
t