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

ListEventTypesResult

import type { ListEventTypesResult } from "https://aws-api.deno.dev/v0.3/services/codestarnotifications.ts?docs=full";
interface ListEventTypesResult {
EventTypes?: EventTypeSummary[] | null;
NextToken?: string | null;
}

§Properties

§
EventTypes?: EventTypeSummary[] | null
[src]

Information about each event, including service name, resource type, event ID, and event name.

§
NextToken?: string | null
[src]

An enumeration token that can be used in a request to return the next batch of the results.