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

ServiceInsightHealth

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

Contains the number of open proactive and reactive insights in an analyzed Amazon Web Services service.

interface ServiceInsightHealth {
OpenProactiveInsights?: number | null;
OpenReactiveInsights?: number | null;
}

§Properties

§
OpenProactiveInsights?: number | null
[src]

The number of open proactive insights in the Amazon Web Services service

§
OpenReactiveInsights?: number | null
[src]

The number of open reactive insights in the Amazon Web Services service