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

ProactiveInsight

import type { ProactiveInsight } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/devopsguru.ts";
interface ProactiveInsight {
Id?: string | null;
InsightTimeRange?: InsightTimeRange | null;
Name?: string | null;
PredictionTimeRange?: PredictionTimeRange | null;
ResourceCollection?: ResourceCollection | null;
Severity?: InsightSeverity | null;
SsmOpsItemId?: string | null;
Status?: InsightStatus | null;
}

§Properties

§
Id?: string | null
[src]
§
InsightTimeRange?: InsightTimeRange | null
[src]
§
Name?: string | null
[src]
§
PredictionTimeRange?: PredictionTimeRange | null
[src]
§
ResourceCollection?: ResourceCollection | null
[src]
§
Severity?: InsightSeverity | null
[src]
§
SsmOpsItemId?: string | null
[src]
§
Status?: InsightStatus | null
[src]