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

UpdateEventActionRequest

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

The request body for UpdateEventAction.

interface UpdateEventActionRequest {
Action?: Action | null;
EventActionId: string;
}

§Properties

§
Action?: Action | null
[src]

What occurs after a certain event.

§
EventActionId: string
[src]

The unique identifier for the event action.