Values.GetDomainDeliverabilityCampaignResponseSourceAn object that contains 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).
type nonrec t = {domainDeliverabilityCampaign : DomainDeliverabilityCampaign.t option;An object that contains the deliverability data for the campaign.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of unit
| `NotFoundException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Double of Percentage.t
| `List of [> `String of Ip.t ] list
| `Long of Volume.t
| `String of CampaignId.t
| `Timestamp of Timestamp.t ])
list ])
list ]