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

Description

 
Synopsis

Documentation

data ExportAssetsToS3RequestDetails Source #

Details of the operation to be performed by the job.

See: newExportAssetsToS3RequestDetails smart constructor.

Constructors

ExportAssetsToS3RequestDetails' 

Fields

Instances

Instances details
Eq ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

Read ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

Show ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

Generic ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

Associated Types

type Rep ExportAssetsToS3RequestDetails :: Type -> Type #

NFData ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

Hashable ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

ToJSON ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

type Rep ExportAssetsToS3RequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetsToS3RequestDetails

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

newExportAssetsToS3RequestDetails Source #

Create a value of ExportAssetsToS3RequestDetails 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:ExportAssetsToS3RequestDetails', exportAssetsToS3RequestDetails_encryption - Encryption configuration for the export job.

$sel:assetDestinations:ExportAssetsToS3RequestDetails', exportAssetsToS3RequestDetails_assetDestinations - The destination for the asset.

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

$sel:revisionId:ExportAssetsToS3RequestDetails', exportAssetsToS3RequestDetails_revisionId - The unique identifier for the revision associated with this export request.

exportAssetsToS3RequestDetails_dataSetId :: Lens' ExportAssetsToS3RequestDetails Text Source #

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

exportAssetsToS3RequestDetails_revisionId :: Lens' ExportAssetsToS3RequestDetails Text Source #

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