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

ListMonitoringAlertsRequest

import type { ListMonitoringAlertsRequest } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListMonitoringAlertsRequest {
MaxResults?: number | null;
MonitoringScheduleName: string;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to display. The default is 100.

§
MonitoringScheduleName: string
[src]

The name of a monitoring schedule.

§
NextToken?: string | null
[src]

If the result of the previous ListMonitoringAlerts request was truncated, the response includes a NextToken. To retrieve the next set of alerts in the history, use the token in the next request.