amazonka-dataexchange-2.0: Amazon Data Exchange 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.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
ToJSON 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 #

Read ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

Show ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

NFData ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

Eq ImportAssetsFromS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3RequestDetails

Hashable 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" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "ImportAssetsFromS3RequestDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "assetSources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [AssetSourceEntry]) :*: (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: 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:assetSources:ImportAssetsFromS3RequestDetails', importAssetsFromS3RequestDetails_assetSources - Is a list of Amazon S3 bucket and object key pairs.

$sel:dataSetId:ImportAssetsFromS3RequestDetails', importAssetsFromS3RequestDetails_dataSetId - The unique identifier for the data set associated with this import job.

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