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

  • signedUrl :: Maybe Text

    The signed URL.

  • signedUrlExpiresAt :: Maybe POSIX

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

  • md5Hash :: Maybe Text

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

  • dataSetId :: Text

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

  • assetName :: Text

    The name for the asset associated with this import job.

  • revisionId :: Text

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

Instances

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

Generic ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

NFData ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

Hashable ImportAssetFromSignedUrlResponseDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlResponseDetails

FromJSON 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" "libZSservicesZSamazonka-dataexchangeZSamazonka-dataexchange" 'False) (C1 ('MetaCons "ImportAssetFromSignedUrlResponseDetails'" '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 "md5Hash") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "dataSetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "assetName") '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: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:md5Hash:ImportAssetFromSignedUrlResponseDetails', importAssetFromSignedUrlResponseDetails_md5Hash - The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.

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

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

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

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

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

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