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

UpdateTimelineEventInput

import type { UpdateTimelineEventInput } from "https://aws-api.deno.dev/v0.3/services/ssmincidents.ts?docs=full";
interface UpdateTimelineEventInput {
clientToken?: string | null;
eventData?: string | null;
eventId: string;
eventTime?: Date | number | null;
eventType?: string | null;
incidentRecordArn: string;
}

§Properties

§
clientToken?: string | null
[src]

A token ensuring that the operation is called only once with the specified details.

§
eventData?: string | null
[src]

A short description of the event.

§
eventId: string
[src]

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

§
eventTime?: Date | number | null
[src]

The time that the event occurred.

§
eventType?: string | null
[src]

The type of the event. You can update events of type Custom Event.

§
incidentRecordArn: string
[src]

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