CreateMaintenanceWindowRequest
import type { CreateMaintenanceWindowRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ssm.ts";interface CreateMaintenanceWindowRequest {
AllowUnassociatedTargets: boolean;
ClientToken?: string | null;
Cutoff: number;
Description?: string | null;
Duration: number;
EndDate?: string | null;
Name: string;
Schedule: string;
ScheduleOffset?: number | null;
ScheduleTimezone?: string | null;
StartDate?: string | null;
Tags?: Tag[] | null;
}