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

ListAppMonitorsResponse

import type { ListAppMonitorsResponse } from "https://aws-api.deno.dev/v0.3/services/rum.ts?docs=full";
interface ListAppMonitorsResponse {
AppMonitorSummaries?: AppMonitorSummary[] | null;
NextToken?: string | null;
}

§Properties

§
AppMonitorSummaries?: AppMonitorSummary[] | null
[src]

An array of structures that contain information about the returned app monitors.

§
NextToken?: string | null
[src]

A token that you can use in a subsequent operation to retrieve the next set of results.