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

ListScheduledQueriesRequest

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

§Properties

§
MaxResults?: number | null
[src]

The maximum number of items to return in the output. If the total number of items available is more than the value specified, a NextToken is provided in the output. To resume pagination, provide the NextToken value as the argument to the subsequent call to ListScheduledQueriesRequest.

§
NextToken?: string | null
[src]

A pagination token to resume pagination.