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

CreateTimelineEventInput

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

§Properties

§
clientToken?: string | null
[src]

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

§
eventData: string
[src]

A short description of the event as a valid JSON string. There is no other schema imposed.

§
eventTime: Date | number
[src]

The time that the event occurred.

§
eventType: string
[src]

The type of the event. You can create timeline events of type Custom Event.

§
incidentRecordArn: string
[src]

The Amazon Resource Name (ARN) of the incident record to which the event will be added.