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

Description

 
Synopsis

Documentation

data ImportAssetFromSignedUrlResponseDetails Source #

The details in the response for an import request, including the signed URL and other information.

See: newImportAssetFromSignedUrlResponseDetails smart constructor.

Constructors

ImportAssetFromSignedUrlResponseDetails' 

Fields

Instances

Instances details
FromJSON ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

Generic ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

Read ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

Show ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

NFData ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

Eq ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

Hashable ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

type Rep ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

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

newImportAssetFromSignedUrlResponseDetails Source #

Create a value of ImportAssetFromSignedUrlResponseDetails 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:md5Hash:ImportAssetFromSignedUrlResponseDetails', importAssetFromSignedUrlResponseDetails_md5Hash - The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.

$sel:signedUrl:ImportAssetFromSignedUrlResponseDetails', importAssetFromSignedUrlResponseDetails_signedUrl - The signed URL.

$sel:signedUrlExpiresAt:ImportAssetFromSignedUrlResponseDetails', importAssetFromSignedUrlResponseDetails_signedUrlExpiresAt - The time and date at which the signed URL expires, in ISO 8601 format.

$sel:assetName:ImportAssetFromSignedUrlResponseDetails', importAssetFromSignedUrlResponseDetails_assetName - The name for the asset associated with this import job.

$sel:dataSetId:ImportAssetFromSignedUrlResponseDetails', importAssetFromSignedUrlResponseDetails_dataSetId - The unique identifier for the data set associated with this import job.

$sel:revisionId:ImportAssetFromSignedUrlResponseDetails', importAssetFromSignedUrlResponseDetails_revisionId - The unique identifier for the revision associated with this import response.

importAssetFromSignedUrlResponseDetails_md5Hash :: Lens' ImportAssetFromSignedUrlResponseDetails (Maybe Text) Source #

The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.

importAssetFromSignedUrlResponseDetails_signedUrlExpiresAt :: Lens' ImportAssetFromSignedUrlResponseDetails (Maybe UTCTime) Source #

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

importAssetFromSignedUrlResponseDetails_dataSetId :: Lens' ImportAssetFromSignedUrlResponseDetails Text Source #

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

importAssetFromSignedUrlResponseDetails_revisionId :: Lens' ImportAssetFromSignedUrlResponseDetails Text Source #

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