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 SuppressedDestinationSummary = SuppressedDestinationSummary' {}
- newSuppressedDestinationSummary :: Text -> SuppressionListReason -> UTCTime -> SuppressedDestinationSummary
- suppressedDestinationSummary_emailAddress :: Lens' SuppressedDestinationSummary Text
- suppressedDestinationSummary_reason :: Lens' SuppressedDestinationSummary SuppressionListReason
- suppressedDestinationSummary_lastUpdateTime :: Lens' SuppressedDestinationSummary UTCTime
Documentation
data SuppressedDestinationSummary Source #
A summary that describes the suppressed email address.
See: newSuppressedDestinationSummary
smart constructor.
SuppressedDestinationSummary' | |
|
Instances
newSuppressedDestinationSummary Source #
Create a value of SuppressedDestinationSummary
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:emailAddress:SuppressedDestinationSummary'
, suppressedDestinationSummary_emailAddress
- The email address that's on the suppression list for your account.
$sel:reason:SuppressedDestinationSummary'
, suppressedDestinationSummary_reason
- The reason that the address was added to the suppression list for your
account.
$sel:lastUpdateTime:SuppressedDestinationSummary'
, suppressedDestinationSummary_lastUpdateTime
- The date and time when the suppressed destination was last updated,
shown in Unix time format.
suppressedDestinationSummary_emailAddress :: Lens' SuppressedDestinationSummary Text Source #
The email address that's on the suppression list for your account.
suppressedDestinationSummary_reason :: Lens' SuppressedDestinationSummary SuppressionListReason Source #
The reason that the address was added to the suppression list for your account.
suppressedDestinationSummary_lastUpdateTime :: Lens' SuppressedDestinationSummary UTCTime Source #
The date and time when the suppressed destination was last updated, shown in Unix time format.