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

ListEventActionsResponse

import type { ListEventActionsResponse } from "https://aws-api.deno.dev/v0.3/services/dataexchange.ts?docs=full";
interface ListEventActionsResponse {
EventActions?: EventActionEntry[] | null;
NextToken?: string | null;
}

§Properties

§
EventActions?: EventActionEntry[] | null
[src]

The event action objects listed by the request.

§
NextToken?: string | null
[src]

The token value retrieved from a previous call to access the next page of results.