Values.GetDeliverabilityDashboardOptionsResponseSourceAn object that shows the status of the Deliverability dashboard for your Amazon Pinpoint account.
type nonrec t = {dashboardEnabled : Enabled.t option;Specifies whether the Deliverability dashboard is enabled for your Amazon Pinpoint account. If this value is true, the dashboard is enabled.
*)subscriptionExpiryDate : Timestamp.t option;The date, in Unix time format, when your current subscription to the Deliverability dashboard is scheduled to expire, if your subscription is scheduled to expire at the end of the current calendar month. This value is null if you have an active subscription that isn’t due to expire at the end of the month.
*)accountStatus : DeliverabilityDashboardAccountStatus.t option;The current status of your Deliverability dashboard subscription. If this value is PENDING_EXPIRATION, your subscription is scheduled to expire at the end of the current calendar month.
*)activeSubscribedDomains : DomainDeliverabilityTrackingOptions.t option;An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that isn’t scheduled to expire at the end of the current calendar month.
*)pendingExpirationSubscribedDomains : DomainDeliverabilityTrackingOptions.t
option;An array of objects, one for each verified domain that you use to send email and currently has an active Deliverability dashboard subscription that's scheduled to expire at the end of the current calendar month.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `LimitExceededException of LimitExceededException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of unit
| `LimitExceededException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of unit
| `LimitExceededException of unit
| `TooManyRequestsException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Enabled.t
| `Enum of string
| `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
| `Timestamp of Timestamp.t ])
list ]