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

ListAnomaliesForInsightRequest

import type { ListAnomaliesForInsightRequest } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface ListAnomaliesForInsightRequest {
AccountId?: string | null;
InsightId: string;
MaxResults?: number | null;
NextToken?: string | null;
StartTimeRange?: StartTimeRange | null;
}

§Properties

§
AccountId?: string | null
[src]

The ID of the Amazon Web Services account.

§

Specifies one or more service names that are used to list anomalies.

§
InsightId: string
[src]

The ID of the insight. The returned anomalies belong to this insight.

§
MaxResults?: number | null
[src]

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

§
StartTimeRange?: StartTimeRange | null
[src]

A time range used to specify when the requested anomalies started. All returned anomalies started during this time range.