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

GetTimelineEventInput

import type { GetTimelineEventInput } from "https://aws-api.deno.dev/v0.4/services/ssmincidents.ts?docs=full";
interface GetTimelineEventInput {
eventId: string;
incidentRecordArn: string;
}

§Properties

§
eventId: string
[src]

The ID of the event. You can get an event's ID when you create it, or by using ListTimelineEvents.

§
incidentRecordArn: string
[src]

The Amazon Resource Name (ARN) of the incident that includes the timeline event.