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

Description

 
Synopsis

Documentation

data ImportDestination Source #

An object that contains details about the resource destination the import job is going to target.

See: newImportDestination smart constructor.

Constructors

ImportDestination' 

Fields

Instances

Instances details
FromJSON ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

ToJSON ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

Generic ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

Associated Types

type Rep ImportDestination :: Type -> Type #

Read ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

Show ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

NFData ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

Methods

rnf :: ImportDestination -> () #

Eq ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

Hashable ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

type Rep ImportDestination Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDestination

type Rep ImportDestination = D1 ('MetaData "ImportDestination" "Amazonka.SESV2.Types.ImportDestination" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "ImportDestination'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactListDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ContactListDestination)) :*: S1 ('MetaSel ('Just "suppressionListDestination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SuppressionListDestination))))

newImportDestination :: ImportDestination Source #

Create a value of ImportDestination 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:contactListDestination:ImportDestination', importDestination_contactListDestination - An object that contains the action of the import job towards a contact list.

$sel:suppressionListDestination:ImportDestination', importDestination_suppressionListDestination - An object that contains the action of the import job towards suppression list.

importDestination_contactListDestination :: Lens' ImportDestination (Maybe ContactListDestination) Source #

An object that contains the action of the import job towards a contact list.

importDestination_suppressionListDestination :: Lens' ImportDestination (Maybe SuppressionListDestination) Source #

An object that contains the action of the import job towards suppression list.