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

Description

 
Synopsis

Documentation

data ExportAssetToSignedUrlResponseDetails Source #

The details of the export to signed URL response.

See: newExportAssetToSignedUrlResponseDetails smart constructor.

Constructors

ExportAssetToSignedUrlResponseDetails' 

Fields

Instances

Instances details
FromJSON ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

Generic ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

Read ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

Show ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

NFData ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

Eq ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

Hashable ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

type Rep ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

type Rep ExportAssetToSignedUrlResponseDetails = D1 ('MetaData "ExportAssetToSignedUrlResponseDetails" "Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails" "amazonka-dataexchange-2.0-E9wmOad6xSxAaT3Y4FNlvY" 'False) (C1 ('MetaCons "ExportAssetToSignedUrlResponseDetails'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "signedUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "signedUrlExpiresAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ISO8601))) :*: (S1 ('MetaSel ('Just "assetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "revisionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newExportAssetToSignedUrlResponseDetails Source #

Create a value of ExportAssetToSignedUrlResponseDetails 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:signedUrl:ExportAssetToSignedUrlResponseDetails', exportAssetToSignedUrlResponseDetails_signedUrl - The signed URL for the export request.

$sel:signedUrlExpiresAt:ExportAssetToSignedUrlResponseDetails', exportAssetToSignedUrlResponseDetails_signedUrlExpiresAt - The date and time that the signed URL expires, in ISO 8601 format.

$sel:assetId:ExportAssetToSignedUrlResponseDetails', exportAssetToSignedUrlResponseDetails_assetId - The unique identifier for the asset associated with this export job.

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

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

exportAssetToSignedUrlResponseDetails_assetId :: Lens' ExportAssetToSignedUrlResponseDetails Text Source #

The unique identifier for the asset associated with this export job.

exportAssetToSignedUrlResponseDetails_dataSetId :: Lens' ExportAssetToSignedUrlResponseDetails Text Source #

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

exportAssetToSignedUrlResponseDetails_revisionId :: Lens' ExportAssetToSignedUrlResponseDetails Text Source #

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