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

CreateTimelineEventOutput

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

§Properties

§
eventId: string
[src]

The ID of the event for easy reference later.

§
incidentRecordArn: string
[src]

The ARN of the incident record that you added the event to.