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

ListAppMonitorsRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of results to return in one operation.

§
NextToken?: string | null
[src]

Use the token returned by the previous operation to request the next page of results.