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

ExportAssetToSignedUrlRequestDetails

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

Details of the operation to be performed by the job.

interface ExportAssetToSignedUrlRequestDetails {
AssetId: string;
DataSetId: string;
RevisionId: string;
}

§Properties

§
AssetId: string
[src]

The unique identifier for the asset that is exported to a signed URL.

§
DataSetId: string
[src]

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

§
RevisionId: string
[src]

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