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

ProactiveAnomalySummary

import type { ProactiveAnomalySummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/devopsguru.ts";
interface ProactiveAnomalySummary {
AnomalyReportedTimeRange?: AnomalyReportedTimeRange | null;
AnomalyTimeRange?: AnomalyTimeRange | null;
AssociatedInsightId?: string | null;
Id?: string | null;
Limit?: number | null;
PredictionTimeRange?: PredictionTimeRange | null;
ResourceCollection?: ResourceCollection | null;
Severity?: AnomalySeverity | null;
SourceDetails?: AnomalySourceDetails | null;
Status?: AnomalyStatus | null;
UpdateTime?: Date | number | null;
}

§Properties

§
AnomalyReportedTimeRange?: AnomalyReportedTimeRange | null
[src]
§
AnomalyTimeRange?: AnomalyTimeRange | null
[src]
§
AssociatedInsightId?: string | null
[src]
§
Id?: string | null
[src]
§
Limit?: number | null
[src]
§
PredictionTimeRange?: PredictionTimeRange | null
[src]
§
ResourceCollection?: ResourceCollection | null
[src]
§
Severity?: AnomalySeverity | null
[src]
§
SourceDetails?: AnomalySourceDetails | null
[src]
§
Status?: AnomalyStatus | null
[src]
§
UpdateTime?: Date | number | null
[src]