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

ListOrganizationInsightsResponse

import type { ListOrganizationInsightsResponse } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface ListOrganizationInsightsResponse {
NextToken?: string | null;
ProactiveInsights?: ProactiveOrganizationInsightSummary[] | null;
ReactiveInsights?: ReactiveOrganizationInsightSummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

§
ProactiveInsights?: ProactiveOrganizationInsightSummary[] | null
[src]

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

§
ReactiveInsights?: ReactiveOrganizationInsightSummary[] | null
[src]

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