Values.PutSuppressedDestinationRequestSourceA request to add an email destination to the suppression list for your account.
type nonrec t = {emailAddress : EmailAddress.t;The email address that should be added to the suppression list for your account.
*)reason : SuppressionListReason.t;The factors that should cause the email address to be added to the suppression list for your account.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of EmailAddress.t ]) list ]