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

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;
}

§Properties

§
AllowUnassociatedTargets: boolean
[src]
§
ClientToken?: string | null
[src]
§
Cutoff: number
[src]
§
Description?: string | null
[src]
§
Duration: number
[src]
§
EndDate?: string | null
[src]
§
Name: string
[src]
§
Schedule: string
[src]
§
ScheduleOffset?: number | null
[src]
§
ScheduleTimezone?: string | null
[src]
§
StartDate?: string | null
[src]
§
Tags?: Tag[] | null
[src]