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

DeleteTimelineEventInput

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

§Properties

§
eventId: string
[src]

The ID of the event you are updating. You can find this by using ListTimelineEvents.

§
incidentRecordArn: string
[src]

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