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

Action

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

What occurs after a certain event.

interface Action {
ExportRevisionToS3?: AutoExportRevisionToS3RequestDetails | null;
}

§Properties

§
ExportRevisionToS3?: AutoExportRevisionToS3RequestDetails | null
[src]

Details for the export revision to Amazon S3 action.