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

ListAnomalyGroupRelatedMetricsResponse

import type { ListAnomalyGroupRelatedMetricsResponse } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";
interface ListAnomalyGroupRelatedMetricsResponse {
InterMetricImpactList?: InterMetricImpactDetails[] | null;
NextToken?: string | null;
}

§Properties

§
InterMetricImpactList?: InterMetricImpactDetails[] | null
[src]

Aggregated details about the measures contributing to the anomaly group, and the measures potentially impacted by the anomaly group.

§
NextToken?: string | null
[src]

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