Values.ModifyDBClusterParameterGroupMessageSourceRepresents the input to ModifyDBClusterParameterGroup.
type nonrec t = {dBClusterParameterGroupName : String_.t;The name of the cluster parameter group to modify.
*)parameters : ParametersList.t;A list of parameters in the cluster parameter group to modify.
*)}