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

IncidentRecordSummary

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

Details describing an incident record.

interface IncidentRecordSummary {
arn: string;
creationTime: Date | number;
impact: number;
incidentRecordSource: IncidentRecordSource;
resolvedTime?: Date | number | null;
title: string;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the incident.

§
creationTime: Date | number
[src]

The time the incident was created.

§
impact: number
[src]

Defines the impact to customers and applications.

§
incidentRecordSource: IncidentRecordSource
[src]

What caused Incident Manager to create the incident.

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

The time the incident was resolved.

§

The current status of the incident.

§
title: string
[src]

The title of the incident. This value is either provided by the response plan or overwritten on creation.