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

GetFeedbackResponse

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

§Properties

§
AnomalyGroupTimeSeriesFeedback?: TimeSeriesFeedback[] | null
[src]

Feedback for an anomalous metric.

§
NextToken?: string | null
[src]

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