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

ListAnomalyGroupRelatedMetricsRequest

import type { ListAnomalyGroupRelatedMetricsRequest } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";
interface ListAnomalyGroupRelatedMetricsRequest {
AnomalyDetectorArn: string;
AnomalyGroupId: string;
MaxResults?: number | null;
NextToken?: string | null;
RelationshipTypeFilter?: RelationshipType | null;
}

§Properties

§
AnomalyDetectorArn: string
[src]

The Amazon Resource Name (ARN) of the anomaly detector.

§
AnomalyGroupId: string
[src]

The ID of the anomaly group.

§
MaxResults?: number | null
[src]

The maximum number of results to return.

§
NextToken?: string | null
[src]

Specify the pagination token that's returned by a previous request to retrieve the next page of results.

§
RelationshipTypeFilter?: RelationshipType | null
[src]

Filter for potential causes (CAUSE_OF_INPUT_ANOMALY_GROUP) or downstream effects (EFFECT_OF_INPUT_ANOMALY_GROUP) of the anomaly group.