Values.UpdateConfigurationSetReputationMetricsEnabledRequestSourceRepresents a request to modify the reputation metric publishing settings for a configuration set.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set to update.
*)enabled : Enabled.t;Describes whether or not Amazon SES publishes reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Enabled.t | `String of ConfigurationSetName.t ])
list ]