| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SESV2.Types.SuppressedDestinationAttributes
Description
Synopsis
- data SuppressedDestinationAttributes = SuppressedDestinationAttributes' {}
- newSuppressedDestinationAttributes :: SuppressedDestinationAttributes
- suppressedDestinationAttributes_feedbackId :: Lens' SuppressedDestinationAttributes (Maybe Text)
- suppressedDestinationAttributes_messageId :: Lens' SuppressedDestinationAttributes (Maybe Text)
Documentation
data SuppressedDestinationAttributes Source #
An object that contains additional attributes that are related an email address that is on the suppression list for your account.
See: newSuppressedDestinationAttributes smart constructor.
Constructors
| SuppressedDestinationAttributes' | |
Instances
newSuppressedDestinationAttributes :: SuppressedDestinationAttributes Source #
Create a value of SuppressedDestinationAttributes 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:feedbackId:SuppressedDestinationAttributes', suppressedDestinationAttributes_feedbackId - A unique identifier that's generated when an email address is added to
the suppression list for your account.
$sel:messageId:SuppressedDestinationAttributes', suppressedDestinationAttributes_messageId - The unique identifier of the email message that caused the email address
to be added to the suppression list for your account.
suppressedDestinationAttributes_feedbackId :: Lens' SuppressedDestinationAttributes (Maybe Text) Source #
A unique identifier that's generated when an email address is added to the suppression list for your account.
suppressedDestinationAttributes_messageId :: Lens' SuppressedDestinationAttributes (Maybe Text) Source #
The unique identifier of the email message that caused the email address to be added to the suppression list for your account.