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

ListAnomalyGroupTimeSeriesResponse

import type { ListAnomalyGroupTimeSeriesResponse } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";
interface ListAnomalyGroupTimeSeriesResponse {
AnomalyGroupId?: string | null;
MetricName?: string | null;
NextToken?: string | null;
TimeSeriesList?: TimeSeries[] | null;
TimestampList?: string[] | null;
}

§Properties

§
AnomalyGroupId?: string | null
[src]

The ID of the anomaly group.

§
MetricName?: string | null
[src]

The name of the measure field.

§
NextToken?: string | null
[src]

The pagination token that's included if more results are available.

§
TimeSeriesList?: TimeSeries[] | null
[src]

A list of anomalous metrics.

§
TimestampList?: string[] | null
[src]

Timestamps for the anomalous metrics.