libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange
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.DataExchange.Types.ImportAssetsFromS3RequestDetails

Description

 
Synopsis

Documentation

data ImportAssetsFromS3RequestDetails Source #

Details of the operation to be performed by the job.

See: newImportAssetsFromS3RequestDetails smart constructor.

Constructors

ImportAssetsFromS3RequestDetails' 

Fields

Instances

Instances details
Eq ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

Read ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

Show ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

Generic ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

Associated Types

type Rep ImportAssetsFromS3RequestDetails :: Type -> Type #

NFData ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

Hashable ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

ToJSON ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

type Rep ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

type Rep ImportAssetsFromS3RequestDetails = D1 ('MetaData "ImportAssetsFromS3RequestDetails" "Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ImportAssetsFromS3RequestDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "assetSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AssetSourceEntry]) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newImportAssetsFromS3RequestDetails Source #

Create a value of ImportAssetsFromS3RequestDetails 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:dataSetId:ImportAssetsFromS3RequestDetails', importAssetsFromS3RequestDetails_dataSetId - The unique identifier for the data set associated with this import job.

$sel:assetSources:ImportAssetsFromS3RequestDetails', importAssetsFromS3RequestDetails_assetSources - Is a list of S3 bucket and object key pairs.

$sel:revisionId:ImportAssetsFromS3RequestDetails', importAssetsFromS3RequestDetails_revisionId - The unique identifier for the revision associated with this import request.

importAssetsFromS3RequestDetails_dataSetId :: Lens' ImportAssetsFromS3RequestDetails Text Source #

The unique identifier for the data set associated with this import job.

importAssetsFromS3RequestDetails_revisionId :: Lens' ImportAssetsFromS3RequestDetails Text Source #

The unique identifier for the revision associated with this import request.