Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data SuppressionOptions Source #
An object that contains information about the suppression list preferences for your account.
See: newSuppressionOptions
smart constructor.
SuppressionOptions' | |
|
Instances
newSuppressionOptions :: SuppressionOptions Source #
Create a value of SuppressionOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:suppressedReasons:SuppressionOptions'
, suppressionOptions_suppressedReasons
- A list that contains the reasons that email addresses are automatically
added to the suppression list for your account. This list can contain
any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.
suppressionOptions_suppressedReasons :: Lens' SuppressionOptions (Maybe [SuppressionListReason]) Source #
A list that contains the reasons that email addresses are automatically added to the suppression list for your account. This list can contain any or all of the following:
COMPLAINT
– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.BOUNCE
– Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.