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

ProactiveInsight

import type { ProactiveInsight } from "https://aws-api.deno.dev/v0.3/services/devopsguru.ts?docs=full";

Details about a proactive insight. This object is returned by ListInsights.

interface ProactiveInsight {
Id?: string | null;
InsightTimeRange?: InsightTimeRange | null;
Name?: string | null;
PredictionTimeRange?: PredictionTimeRange | null;
ResourceCollection?: ResourceCollection | null;
Severity?: InsightSeverity | null;
SsmOpsItemId?: string | null;
Status?: InsightStatus | null;
}

§Properties

§
Id?: string | null
[src]

The ID of the proactive insight.

§
InsightTimeRange?: InsightTimeRange | null
[src]
§
Name?: string | null
[src]

The name of the proactive insight.

§
PredictionTimeRange?: PredictionTimeRange | null
[src]
§
ResourceCollection?: ResourceCollection | null
[src]
§
Severity?: InsightSeverity | null
[src]

The severity of the insight. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.

§
SsmOpsItemId?: string | null
[src]

The ID of the Amazon Web Services System Manager OpsItem created for this insight. You must enable the creation of OpstItems insights before they are created for each insight.

§
Status?: InsightStatus | null
[src]

The status of the proactive insight.