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

ExportRevisionsToS3RequestDetails

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

Details of the operation to be performed by the job.

interface ExportRevisionsToS3RequestDetails {
DataSetId: string;
Encryption?: ExportServerSideEncryption | null;
RevisionDestinations: RevisionDestinationEntry[];
}

§Properties

§
DataSetId: string
[src]

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

§

Encryption configuration for the export job.

§
RevisionDestinations: RevisionDestinationEntry[]
[src]

The destination for the revision.