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 |
Synopsis
- data SuppressedDestination = SuppressedDestination' {}
- newSuppressedDestination :: Text -> SuppressionListReason -> UTCTime -> SuppressedDestination
- suppressedDestination_attributes :: Lens' SuppressedDestination (Maybe SuppressedDestinationAttributes)
- suppressedDestination_emailAddress :: Lens' SuppressedDestination Text
- suppressedDestination_reason :: Lens' SuppressedDestination SuppressionListReason
- suppressedDestination_lastUpdateTime :: Lens' SuppressedDestination UTCTime
Documentation
data SuppressedDestination Source #
An object that contains information about an email address that is on the suppression list for your account.
See: newSuppressedDestination
smart constructor.
SuppressedDestination' | |
|
Instances
newSuppressedDestination Source #
Create a value of SuppressedDestination
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:attributes:SuppressedDestination'
, suppressedDestination_attributes
- An optional value that can contain additional information about the
reasons that the address was added to the suppression list for your
account.
$sel:emailAddress:SuppressedDestination'
, suppressedDestination_emailAddress
- The email address that is on the suppression list for your account.
$sel:reason:SuppressedDestination'
, suppressedDestination_reason
- The reason that the address was added to the suppression list for your
account.
$sel:lastUpdateTime:SuppressedDestination'
, suppressedDestination_lastUpdateTime
- The date and time when the suppressed destination was last updated,
shown in Unix time format.
suppressedDestination_attributes :: Lens' SuppressedDestination (Maybe SuppressedDestinationAttributes) Source #
An optional value that can contain additional information about the reasons that the address was added to the suppression list for your account.
suppressedDestination_emailAddress :: Lens' SuppressedDestination Text Source #
The email address that is on the suppression list for your account.
suppressedDestination_reason :: Lens' SuppressedDestination SuppressionListReason Source #
The reason that the address was added to the suppression list for your account.
suppressedDestination_lastUpdateTime :: Lens' SuppressedDestination UTCTime Source #
The date and time when the suppressed destination was last updated, shown in Unix time format.