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

Description

 
Synopsis

Documentation

data ExportAssetsToS3ResponseDetails Source #

Details about the export to Amazon S3 response.

See: newExportAssetsToS3ResponseDetails smart constructor.

Constructors

ExportAssetsToS3ResponseDetails' 

Fields

Instances

Instances details
Eq ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

Read ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

Show ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

Generic ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

Associated Types

type Rep ExportAssetsToS3ResponseDetails :: Type -> Type #

NFData ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

Hashable ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

FromJSON ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

type Rep ExportAssetsToS3ResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3ResponseDetails

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

newExportAssetsToS3ResponseDetails Source #

Create a value of ExportAssetsToS3ResponseDetails 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:encryption:ExportAssetsToS3ResponseDetails', exportAssetsToS3ResponseDetails_encryption - Encryption configuration of the export job.

$sel:assetDestinations:ExportAssetsToS3ResponseDetails', exportAssetsToS3ResponseDetails_assetDestinations - The destination in Amazon S3 where the asset is exported.

$sel:dataSetId:ExportAssetsToS3ResponseDetails', exportAssetsToS3ResponseDetails_dataSetId - The unique identifier for the data set associated with this export job.

$sel:revisionId:ExportAssetsToS3ResponseDetails', exportAssetsToS3ResponseDetails_revisionId - The unique identifier for the revision associated with this export response.

exportAssetsToS3ResponseDetails_dataSetId :: Lens' ExportAssetsToS3ResponseDetails Text Source #

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

exportAssetsToS3ResponseDetails_revisionId :: Lens' ExportAssetsToS3ResponseDetails Text Source #

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