Values.PutConfigurationSetReputationOptionsRequestSourceA request to enable or disable tracking of reputation metrics for a configuration set.
type nonrec t = {configurationSetName : ConfigurationSetName.t;The name of the configuration set.
*)reputationMetricsEnabled : Enabled.t option;If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.
*)}val make :
?reputationMetricsEnabled:??? ->
configurationSetName:ConfigurationSetName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of Enabled.t | `String of ConfigurationSetName.t ])
list ]