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

DescribeAccountOverviewResponse

import type { DescribeAccountOverviewResponse } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface DescribeAccountOverviewResponse {
MeanTimeToRecoverInMilliseconds: number;
ProactiveInsights: number;
ReactiveInsights: number;
}

§Properties

§
MeanTimeToRecoverInMilliseconds: number
[src]

The Mean Time to Recover (MTTR) for all closed insights that were created during the time range passed in.

§
ProactiveInsights: number
[src]

An integer that specifies the number of open proactive insights in your Amazon Web Services account that were created during the time range passed in.

§
ReactiveInsights: number
[src]

An integer that specifies the number of open reactive insights in your Amazon Web Services account that were created during the time range passed in.