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

UpdateMaintenanceWindowRequest

import type { UpdateMaintenanceWindowRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";
interface UpdateMaintenanceWindowRequest {
AllowUnassociatedTargets?: boolean | null;
Cutoff?: number | null;
Description?: string | null;
Duration?: number | null;
Enabled?: boolean | null;
EndDate?: string | null;
Name?: string | null;
Replace?: boolean | null;
Schedule?: string | null;
ScheduleOffset?: number | null;
ScheduleTimezone?: string | null;
StartDate?: string | null;
WindowId: string;
}

§Properties

§
AllowUnassociatedTargets?: boolean | null
[src]
§
Cutoff?: number | null
[src]
§
Description?: string | null
[src]
§
Duration?: number | null
[src]
§
Enabled?: boolean | null
[src]
§
EndDate?: string | null
[src]
§
Name?: string | null
[src]
§
Replace?: boolean | null
[src]
§
Schedule?: string | null
[src]
§
ScheduleOffset?: number | null
[src]
§
ScheduleTimezone?: string | null
[src]
§
StartDate?: string | null
[src]
§
WindowId: string
[src]