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

AnomalyGroupTimeSeries

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

An anomalous metric in an anomaly group.

interface AnomalyGroupTimeSeries {
AnomalyGroupId: string;
TimeSeriesId?: string | null;
}

§Properties

§
AnomalyGroupId: string
[src]

The ID of the anomaly group.

§
TimeSeriesId?: string | null
[src]

The ID of the metric.