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

ListScheduledQueriesResponse

import type { ListScheduledQueriesResponse } from "https://aws-api.deno.dev/v0.3/services/timestreamquery.ts?docs=full";
interface ListScheduledQueriesResponse {
NextToken?: string | null;
ScheduledQueries: ScheduledQuery[];
}

§Properties

§
NextToken?: string | null
[src]

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

§
ScheduledQueries: ScheduledQuery[]
[src]

A list of scheduled queries.