| 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.SuppressedDestinationSummary
Description
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.
Constructors
| SuppressedDestinationSummary' | |
Fields
| |
Instances
newSuppressedDestinationSummary Source #
Arguments
| :: Text | |
| -> SuppressionListReason | |
| -> UTCTime | |
| -> SuppressedDestinationSummary |
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.