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]§
PredictionTimeRange?: PredictionTimeRange | null
[src]§
ResourceCollection?: ResourceCollection | null
[src]§
Severity?: AnomalySeverity | null
[src]§
SourceDetails?: AnomalySourceDetails | null
[src]§
Status?: AnomalyStatus | null
[src]