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

ListSchedulesOutput

import type { ListSchedulesOutput } from "https://aws-api.deno.dev/v0.4/services/scheduler.ts?docs=full";
interface ListSchedulesOutput {
NextToken?: string | null;
Schedules: ScheduleSummary[];
}

§Properties

§
NextToken?: string | null
[src]

Indicates whether there are additional results to retrieve. If the value is null, there are no more results.

§

The schedules that match the specified criteria.