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

Description

 
Synopsis

Documentation

data ImportAssetsFromS3ResponseDetails Source #

Details from an import from Amazon S3 response.

See: newImportAssetsFromS3ResponseDetails smart constructor.

Constructors

ImportAssetsFromS3ResponseDetails' 

Fields

Instances

Instances details
Eq ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

Read ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

Show ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

Generic ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

Associated Types

type Rep ImportAssetsFromS3ResponseDetails :: Type -> Type #

NFData ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

Hashable ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

FromJSON ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

type Rep ImportAssetsFromS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails

type Rep ImportAssetsFromS3ResponseDetails = D1 ('MetaData "ImportAssetsFromS3ResponseDetails" "Amazonka.DataExchange.Types.ImportAssetsFromS3ResponseDetails" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ImportAssetsFromS3ResponseDetails'" '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))))

newImportAssetsFromS3ResponseDetails Source #

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

$sel:assetSources:ImportAssetsFromS3ResponseDetails', importAssetsFromS3ResponseDetails_assetSources - Is a list of Amazon S3 bucket and object key pairs.

$sel:revisionId:ImportAssetsFromS3ResponseDetails', importAssetsFromS3ResponseDetails_revisionId - The unique identifier for the revision associated with this import response.

importAssetsFromS3ResponseDetails_dataSetId :: Lens' ImportAssetsFromS3ResponseDetails Text Source #

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

importAssetsFromS3ResponseDetails_revisionId :: Lens' ImportAssetsFromS3ResponseDetails Text Source #

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