Values.SuppressedDestinationSourceAn object that contains information about an email address that is on the suppression list for your account.
type nonrec t = {emailAddress : EmailAddress.t option;The email address that is on the suppression list for your account.
*)reason : SuppressionListReason.t option;The reason that the address was added to the suppression list for your account.
*)lastUpdateTime : Timestamp.t option;The date and time when the suppressed destination was last updated, shown in Unix time format.
*)attributes : SuppressedDestinationAttributes.t option;An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EmailAddress.t
| `Structure of (string * [> `String of OutboundMessageId.t ]) list
| `Timestamp of Timestamp.t ])
list ]