Module Values.PutDeliverabilityDashboardOptionRequestSource

Enable or disable the Deliverability dashboard. When you enable the Deliverability dashboard, you gain access to reputation, deliverability, and other metrics for the domains that you use to send email using Amazon SES API v2. You also gain the ability to perform predictive inbox placement tests. When you use the Deliverability dashboard, you pay a monthly subscription charge, in addition to any other fees that you accrue by using Amazon SES and other Amazon Web Services services. For more information about the features and cost of a Deliverability dashboard subscription, see Amazon Pinpoint Pricing.

Sourcetype nonrec t = {
  1. dashboardEnabled : Enabled.t;
    (*

    Specifies whether to enable the Deliverability dashboard. To enable the dashboard, set this value to true.

    *)
  2. subscribedDomains : DomainDeliverabilityTrackingOptions.t option;
    (*

    An array of objects, one for each verified domain that you use to send email and enabled the Deliverability dashboard for.

    *)
}
Sourceval context_ : string
Sourceval make : ?subscribedDomains:??? -> dashboardEnabled:Enabled.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Enabled.t | `List of [> `Structure of (string * [> `String of Domain.t | `Structure of (string * [> `Boolean of Enabled.t | `List of [> `String of IspName.t ] list ]) list | `Timestamp of Timestamp.t ]) list ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t