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

AccountInsightHealth

import type { AccountInsightHealth } from "https://aws-api.deno.dev/v0.4/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 AccountInsightHealth {
OpenProactiveInsights?: number | null;
OpenReactiveInsights?: number | null;
}

§Properties

§
OpenProactiveInsights?: number | null
[src]

An integer that specifies the number of open proactive insights in your Amazon Web Services account.

§
OpenReactiveInsights?: number | null
[src]

An integer that specifies the number of open reactive insights in your Amazon Web Services account.