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

ListTimelineEventsOutput

import type { ListTimelineEventsOutput } from "https://aws-api.deno.dev/v0.4/services/ssmincidents.ts?docs=full";
interface ListTimelineEventsOutput {
eventSummaries: EventSummary[];
nextToken?: string | null;
}

§Properties

§
eventSummaries: EventSummary[]
[src]

Details about each event that occurred during the incident.

§
nextToken?: string | null
[src]

The pagination token to continue to the next page of results.