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

CreateEventActionRequest

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

The request body for CreateEventAction.

interface CreateEventActionRequest {
Action: Action;
Event: Event;
}

§Properties

§
Action: Action
[src]

What occurs after a certain event.

§
Event: Event
[src]

What occurs to start an action.