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

ExportAssetsToS3ResponseDetails

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

Details about the export to Amazon S3 response.

interface ExportAssetsToS3ResponseDetails {
AssetDestinations: AssetDestinationEntry[];
DataSetId: string;
Encryption?: ExportServerSideEncryption | null;
RevisionId: string;
}

§Properties

§
AssetDestinations: AssetDestinationEntry[]
[src]

The destination in Amazon S3 where the asset is exported.

§
DataSetId: string
[src]

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

§

Encryption configuration of the export job.

§
RevisionId: string
[src]

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