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

Description

 
Synopsis

Documentation

data ImportDataSource Source #

An object that contains details about the data source of the import job.

See: newImportDataSource smart constructor.

Constructors

ImportDataSource' 

Fields

Instances

Instances details
Eq ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

Read ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

Show ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

Generic ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

Associated Types

type Rep ImportDataSource :: Type -> Type #

NFData ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

Methods

rnf :: ImportDataSource -> () #

Hashable ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

ToJSON ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

FromJSON ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

type Rep ImportDataSource Source # 
Instance details

Defined in Amazonka.SESV2.Types.ImportDataSource

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

newImportDataSource Source #

Create a value of ImportDataSource 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:s3Url:ImportDataSource', importDataSource_s3Url - An Amazon S3 URL in the format s3://<bucket_name>/<object>.

$sel:dataFormat:ImportDataSource', importDataSource_dataFormat - The data format of the import job's data source.

importDataSource_s3Url :: Lens' ImportDataSource Text Source #

An Amazon S3 URL in the format s3://<bucket_name>/<object>.

importDataSource_dataFormat :: Lens' ImportDataSource DataFormat Source #

The data format of the import job's data source.