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

DescribeMaintenanceWindowScheduleResult

import type { DescribeMaintenanceWindowScheduleResult } from "https://aws-api.deno.dev/v0.3/services/ssm.ts?docs=full";
interface DescribeMaintenanceWindowScheduleResult {
NextToken?: string | null;
ScheduledWindowExecutions?: ScheduledWindowExecution[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token for the next set of items to return. (You use this token in the next call.)

§
ScheduledWindowExecutions?: ScheduledWindowExecution[] | null
[src]

Information about maintenance window executions scheduled for the specified time range.