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

InsightHealth

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

Information about the number of open reactive and proactive insights that can be used to gauge the health of your system.

interface InsightHealth {
MeanTimeToRecoverInMilliseconds?: number | null;
OpenProactiveInsights?: number | null;
OpenReactiveInsights?: number | null;
}

§Properties

§
MeanTimeToRecoverInMilliseconds?: number | null
[src]

The Meant Time to Recover (MTTR) for the insight.

§
OpenProactiveInsights?: number | null
[src]

The number of open proactive insights.

§
OpenReactiveInsights?: number | null
[src]

The number of open reactive insights.