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

Description

 
Synopsis

Documentation

data SuppressionListDestination Source #

An object that contains details about the action of suppression list.

See: newSuppressionListDestination smart constructor.

Constructors

SuppressionListDestination' 

Fields

  • suppressionListImportAction :: SuppressionListImportAction

    The type of action to perform on the address. The following are possible values:

    • PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
    • DELETE: remove the addresses from the suppression list.

Instances

Instances details
Eq SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

Read SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

Show SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

Generic SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

Associated Types

type Rep SuppressionListDestination :: Type -> Type #

NFData SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

Hashable SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

ToJSON SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

FromJSON SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

type Rep SuppressionListDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.SuppressionListDestination

type Rep SuppressionListDestination = D1 ('MetaData "SuppressionListDestination" "Amazonka.SESV2.Types.SuppressionListDestination" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "SuppressionListDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "suppressionListImportAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SuppressionListImportAction)))

newSuppressionListDestination Source #

Create a value of SuppressionListDestination 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:suppressionListImportAction:SuppressionListDestination', suppressionListDestination_suppressionListImportAction - The type of action to perform on the address. The following are possible values:

  • PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
  • DELETE: remove the addresses from the suppression list.

suppressionListDestination_suppressionListImportAction :: Lens' SuppressionListDestination SuppressionListImportAction Source #

The type of action to perform on the address. The following are possible values:

  • PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
  • DELETE: remove the addresses from the suppression list.