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

ExportRevisionsToS3ResponseDetails

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

Details about the export revisions to Amazon S3 response.

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

§Properties

§
DataSetId: string
[src]

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

§

Encryption configuration of the export job.

§
EventActionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the event action.

§
RevisionDestinations: RevisionDestinationEntry[]
[src]

The destination in Amazon S3 where the revision is exported.