libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SESV2.Types.SuppressedDestination

Description

 
Synopsis

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.

Constructors

SuppressedDestination' 

Fields

Instances

Instances details
Eq SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

Read SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

Show SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

Generic SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

Associated Types

type Rep SuppressedDestination :: Type -> Type #

NFData SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

Methods

rnf :: SuppressedDestination -> () #

Hashable SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

FromJSON SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

type Rep SuppressedDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestination

type Rep SuppressedDestination = D1 ('MetaData "SuppressedDestination" "Amazonka.SESV2.Types.SuppressedDestination" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "SuppressedDestination'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SuppressedDestinationAttributes)) :*: 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))))

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.