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

GetAppMonitorDataRequest

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

§Properties

§
Filters?: QueryFilter[] | null
[src]

An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify.

§
MaxResults?: number | null
[src]

The maximum number of results to return in one operation.

§
Name: string
[src]

The name of the app monitor that collected the data that you want to retrieve.

§
NextToken?: string | null
[src]

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

§
TimeRange: TimeRange
[src]

A structure that defines the time range that you want to retrieve results from.