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

ListScheduleGroupsOutput

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

§Properties

§
NextToken?: string | null
[src]

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

§
ScheduleGroups: ScheduleGroupSummary[]
[src]

The schedule groups that match the specified criteria.