Values.ReputationOptionsSourceEnable or disable collection of reputation metrics for emails that you send using this configuration set in the current Amazon Web Services Region.
type nonrec t = {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.
*)lastFreshStart : LastFreshStart.t option;The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Enabled.t | `Timestamp of LastFreshStart.t ])
list ]