Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ImportAssetFromSignedUrlRequestDetails

import type { ImportAssetFromSignedUrlRequestDetails } from "https://aws-api.deno.dev/v0.3/services/dataexchange.ts?docs=full";

Details of the operation to be performed by the job.

interface ImportAssetFromSignedUrlRequestDetails {
AssetName: string;
DataSetId: string;
Md5Hash: string;
RevisionId: string;
}

§Properties

§
AssetName: string
[src]

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

§
DataSetId: string
[src]

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

§
Md5Hash: string
[src]

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

§
RevisionId: string
[src]

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