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

ListEventIntegrationsResponse

import type { ListEventIntegrationsResponse } from "https://aws-api.deno.dev/v0.4/services/appintegrations.ts?docs=full";
interface ListEventIntegrationsResponse {
EventIntegrations?: EventIntegration[] | null;
NextToken?: string | null;
}

§Properties

§
EventIntegrations?: EventIntegration[] | null
[src]

The event integrations.

§
NextToken?: string | null
[src]

If there are additional results, this is the token for the next set of results.