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

Description

 
Synopsis

Documentation

data ImportAssetFromSignedUrlRequestDetails Source #

Details of the operation to be performed by the job.

See: newImportAssetFromSignedUrlRequestDetails smart constructor.

Constructors

ImportAssetFromSignedUrlRequestDetails' 

Fields

  • dataSetId :: Text

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

  • md5Hash :: Text

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

  • assetName :: Text

    The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.

  • revisionId :: Text

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

Instances

Instances details
Eq ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

Read ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

Show ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

Generic ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

NFData ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

Hashable ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

ToJSON ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

type Rep ImportAssetFromSignedUrlRequestDetails Source # 
Instance details

Defined in Amazonka.DataExchange.Types.ImportAssetFromSignedUrlRequestDetails

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

newImportAssetFromSignedUrlRequestDetails Source #

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

$sel:md5Hash:ImportAssetFromSignedUrlRequestDetails', importAssetFromSignedUrlRequestDetails_md5Hash - The Base64-encoded Md5 hash for the asset, used to ensure the integrity of the file at that location.

$sel:assetName:ImportAssetFromSignedUrlRequestDetails', importAssetFromSignedUrlRequestDetails_assetName - The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.

$sel:revisionId:ImportAssetFromSignedUrlRequestDetails', importAssetFromSignedUrlRequestDetails_revisionId - The unique identifier for the revision associated with this import request.

importAssetFromSignedUrlRequestDetails_dataSetId :: Lens' ImportAssetFromSignedUrlRequestDetails Text Source #

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

importAssetFromSignedUrlRequestDetails_md5Hash :: Lens' ImportAssetFromSignedUrlRequestDetails Text Source #

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

importAssetFromSignedUrlRequestDetails_assetName :: Lens' ImportAssetFromSignedUrlRequestDetails Text Source #

The name of the asset. When importing from Amazon S3, the S3 object key is used as the asset name.

importAssetFromSignedUrlRequestDetails_revisionId :: Lens' ImportAssetFromSignedUrlRequestDetails Text Source #

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