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

AccountHealth

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

Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. Use these numbers to gauge the health of operations in your Amazon Web Services account.

interface AccountHealth {
AccountId?: string | null;
Insight?: AccountInsightHealth | null;
}

§Properties

§
AccountId?: string | null
[src]

The ID of the Amazon Web Services account.

§
Insight?: AccountInsightHealth | null
[src]

Information about the health of the Amazon Web Services resources in your account, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.