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

Description

 
Synopsis

Documentation

data ExportAssetToSignedUrlRequestDetails Source #

Details of the operation to be performed by the job.

See: newExportAssetToSignedUrlRequestDetails smart constructor.

Constructors

ExportAssetToSignedUrlRequestDetails' 

Fields

  • dataSetId :: Text

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

  • assetId :: Text

    The unique identifier for the asset that is exported to a signed URL.

  • revisionId :: Text

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

Instances

Instances details
Eq ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

Read ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

Show ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

Generic ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

NFData ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

Hashable ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

ToJSON ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

type Rep ExportAssetToSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlRequestDetails

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

newExportAssetToSignedUrlRequestDetails Source #

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

$sel:assetId:ExportAssetToSignedUrlRequestDetails', exportAssetToSignedUrlRequestDetails_assetId - The unique identifier for the asset that is exported to a signed URL.

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

exportAssetToSignedUrlRequestDetails_dataSetId :: Lens' ExportAssetToSignedUrlRequestDetails Text Source #

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

exportAssetToSignedUrlRequestDetails_assetId :: Lens' ExportAssetToSignedUrlRequestDetails Text Source #

The unique identifier for the asset that is exported to a signed URL.

exportAssetToSignedUrlRequestDetails_revisionId :: Lens' ExportAssetToSignedUrlRequestDetails Text Source #

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