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

ListAlertsResponse

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

§Properties

§
AlertSummaryList?: AlertSummary[] | null
[src]

Contains information about an alert.

§
NextToken?: string | null
[src]

If the response is truncated, the service returns this token. To retrieve the next set of results, use this token in the next request.