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

EventSummary

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

Details about a timeline event during an incident.

interface EventSummary {
eventId: string;
eventReferences?: EventReference[] | null;
eventTime: Date | number;
eventType: string;
eventUpdatedTime: Date | number;
incidentRecordArn: string;
}

§Properties

§
eventId: string
[src]

The timeline event ID.

§
eventReferences?: EventReference[] | null
[src]

A list of references in a TimelineEvent.

§
eventTime: Date | number
[src]

The time that the event occurred.

§
eventType: string
[src]

The type of event. The timeline event must be Custom Event.

§
eventUpdatedTime: Date | number
[src]

The time that the timeline event was last updated.

§
incidentRecordArn: string
[src]

The Amazon Resource Name (ARN) of the incident that the event happened during.