amazonka-sesv2-2.0: Amazon Simple Email Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SESV2.Types.SuppressedDestinationSummary

Description

 
Synopsis

Documentation

data SuppressedDestinationSummary Source #

A summary that describes the suppressed email address.

See: newSuppressedDestinationSummary smart constructor.

Constructors

SuppressedDestinationSummary' 

Fields

  • emailAddress :: Text

    The email address that's on the suppression list for your account.

  • reason :: SuppressionListReason

    The reason that the address was added to the suppression list for your account.

  • lastUpdateTime :: POSIX

    The date and time when the suppressed destination was last updated, shown in Unix time format.

Instances

Instances details
FromJSON SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

Generic SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

Associated Types

type Rep SuppressedDestinationSummary :: Type -> Type #

Read SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

Show SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

NFData SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

Eq SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

Hashable SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

type Rep SuppressedDestinationSummary Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationSummary

type Rep SuppressedDestinationSummary = D1 ('MetaData "SuppressedDestinationSummary" "Amazonka.SESV2.Types.SuppressedDestinationSummary" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "SuppressedDestinationSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "emailAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SuppressionListReason) :*: S1 ('MetaSel ('Just "lastUpdateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX))))

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.