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

DescribeOrganizationOverviewResponse

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

§Properties

§
ProactiveInsights: number
[src]

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

§
ReactiveInsights: number
[src]

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