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

ImportAssetsFromS3ResponseDetails

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

Details from an import from Amazon S3 response.

interface ImportAssetsFromS3ResponseDetails {
AssetSources: AssetSourceEntry[];
DataSetId: string;
RevisionId: string;
}

§Properties

§
AssetSources: AssetSourceEntry[]
[src]

Is a list of Amazon S3 bucket and object key pairs.

§
DataSetId: string
[src]

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

§
RevisionId: string
[src]

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