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

ProactiveOrganizationInsightSummary

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

Details about a proactive insight. This object is returned by DescribeInsight.

interface ProactiveOrganizationInsightSummary {
AccountId?: string | null;
Id?: string | null;
InsightTimeRange?: InsightTimeRange | null;
Name?: string | null;
OrganizationalUnitId?: string | null;
PredictionTimeRange?: PredictionTimeRange | null;
ResourceCollection?: ResourceCollection | null;
ServiceCollection?: ServiceCollection | null;
Severity?: InsightSeverity | null;
Status?: InsightStatus | null;
}

§Properties

§
AccountId?: string | null
[src]

The ID of the Amazon Web Services account.

§
Id?: string | null
[src]

The ID of the insight summary.

§
InsightTimeRange?: InsightTimeRange | null
[src]
§
Name?: string | null
[src]

The name of the insight summary.

§
OrganizationalUnitId?: string | null
[src]

The ID of the organizational unit.

§
PredictionTimeRange?: PredictionTimeRange | null
[src]
§
ResourceCollection?: ResourceCollection | null
[src]
§
ServiceCollection?: ServiceCollection | null
[src]
§
Severity?: InsightSeverity | null
[src]

An array of severity values used to search for insights. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.

§
Status?: InsightStatus | null
[src]

An array of status values used to search for insights.