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

ListAnomaliesForInsightResponse

import type { ListAnomaliesForInsightResponse } from "https://aws-api.deno.dev/v0.4/services/devopsguru.ts?docs=full";
interface ListAnomaliesForInsightResponse {
NextToken?: string | null;
ProactiveAnomalies?: ProactiveAnomalySummary[] | null;
ReactiveAnomalies?: ReactiveAnomalySummary[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.

§
ProactiveAnomalies?: ProactiveAnomalySummary[] | null
[src]

An array of ProactiveAnomalySummary objects that represent the requested anomalies

§
ReactiveAnomalies?: ReactiveAnomalySummary[] | null
[src]

An array of ReactiveAnomalySummary objects that represent the requested anomalies