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.SuppressedDestinationAttributes

Description

 
Synopsis

Documentation

data SuppressedDestinationAttributes Source #

An object that contains additional attributes that are related an email address that is on the suppression list for your account.

See: newSuppressedDestinationAttributes smart constructor.

Constructors

SuppressedDestinationAttributes' 

Fields

  • feedbackId :: Maybe Text

    A unique identifier that's generated when an email address is added to the suppression list for your account.

  • messageId :: Maybe Text

    The unique identifier of the email message that caused the email address to be added to the suppression list for your account.

Instances

Instances details
Eq SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

Read SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

Show SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

Generic SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

Associated Types

type Rep SuppressedDestinationAttributes :: Type -> Type #

NFData SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

Hashable SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

FromJSON SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

type Rep SuppressedDestinationAttributes Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressedDestinationAttributes

type Rep SuppressedDestinationAttributes = D1 ('MetaData "SuppressedDestinationAttributes" "Amazonka.SESV2.Types.SuppressedDestinationAttributes" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "SuppressedDestinationAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "feedbackId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "messageId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSuppressedDestinationAttributes :: SuppressedDestinationAttributes Source #

Create a value of SuppressedDestinationAttributes 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:feedbackId:SuppressedDestinationAttributes', suppressedDestinationAttributes_feedbackId - A unique identifier that's generated when an email address is added to the suppression list for your account.

$sel:messageId:SuppressedDestinationAttributes', suppressedDestinationAttributes_messageId - The unique identifier of the email message that caused the email address to be added to the suppression list for your account.

suppressedDestinationAttributes_feedbackId :: Lens' SuppressedDestinationAttributes (Maybe Text) Source #

A unique identifier that's generated when an email address is added to the suppression list for your account.

suppressedDestinationAttributes_messageId :: Lens' SuppressedDestinationAttributes (Maybe Text) Source #

The unique identifier of the email message that caused the email address to be added to the suppression list for your account.