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

Description

 
Synopsis

Documentation

data SuppressionOptions Source #

An object that contains information about the suppression list preferences for your account.

See: newSuppressionOptions smart constructor.

Constructors

SuppressionOptions' 

Fields

  • suppressedReasons :: Maybe [SuppressionListReason]

    A list that contains the reasons that email addresses are automatically added to the suppression list for your account. This list can contain any or all of the following:

    • COMPLAINT – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
    • BOUNCE – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.

Instances

Instances details
Eq SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

Read SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

Show SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

Generic SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

Associated Types

type Rep SuppressionOptions :: Type -> Type #

NFData SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

Methods

rnf :: SuppressionOptions -> () #

Hashable SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

ToJSON SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

FromJSON SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

type Rep SuppressionOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionOptions

type Rep SuppressionOptions = D1 ('MetaData "SuppressionOptions" "Amazonka.SESV2.Types.SuppressionOptions" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "SuppressionOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "suppressedReasons") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SuppressionListReason]))))

newSuppressionOptions :: SuppressionOptions Source #

Create a value of SuppressionOptions 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:suppressedReasons:SuppressionOptions', suppressionOptions_suppressedReasons - A list that contains the reasons that email addresses are automatically added to the suppression list for your account. This list can contain any or all of the following:

  • COMPLAINT – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
  • BOUNCE – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.

suppressionOptions_suppressedReasons :: Lens' SuppressionOptions (Maybe [SuppressionListReason]) Source #

A list that contains the reasons that email addresses are automatically added to the suppression list for your account. This list can contain any or all of the following:

  • COMPLAINT – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a complaint.
  • BOUNCE – Amazon SES adds an email address to the suppression list for your account when a message sent to that address results in a hard bounce.