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

Description

 
Synopsis

Documentation

data ExportAssetToSignedUrlResponseDetails Source #

The details of the export to signed URL response.

See: newExportAssetToSignedUrlResponseDetails smart constructor.

Constructors

ExportAssetToSignedUrlResponseDetails' 

Fields

  • signedUrl :: Maybe Text

    The signed URL for the export request.

  • signedUrlExpiresAt :: Maybe POSIX

    The date and time that the signed URL expires, in ISO 8601 format.

  • dataSetId :: Text

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

  • assetId :: Text

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

  • revisionId :: Text

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

Instances

Instances details
Eq 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

Generic ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

NFData ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

Hashable ExportAssetToSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ExportAssetToSignedUrlResponseDetails

FromJSON 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" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" '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 POSIX))) :*: (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)))))

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:dataSetId:ExportAssetToSignedUrlResponseDetails', exportAssetToSignedUrlResponseDetails_dataSetId - The unique identifier for the data set associated with this export job.

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

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

exportAssetToSignedUrlResponseDetails_dataSetId :: Lens' ExportAssetToSignedUrlResponseDetails Text Source #

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

exportAssetToSignedUrlResponseDetails_assetId :: Lens' ExportAssetToSignedUrlResponseDetails Text Source #

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

exportAssetToSignedUrlResponseDetails_revisionId :: Lens' ExportAssetToSignedUrlResponseDetails Text Source #

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