Module Values.GetDomainDeliverabilityCampaignRequestSource

Retrieve all the deliverability data for a specific campaign. This data is available for a campaign only if the campaign sent email by using a domain that the Deliverability dashboard is enabled for (PutDeliverabilityDashboardOption operation).

Sourcetype nonrec t = {
  1. campaignId : CampaignId.t;
    (*

    The unique identifier for the campaign. The Deliverability dashboard automatically generates and assigns this identifier to a campaign.

    *)
}
Sourceval context_ : string
Sourceval make : campaignId:CampaignId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CampaignId.t ]) 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