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

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

§Properties

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