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