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

UpdateMaintenanceWindowResult

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

§Properties

§
AllowUnassociatedTargets?: boolean | null
[src]

Whether targets must be registered with the maintenance window before tasks can be defined for those targets.

§
Cutoff?: number | null
[src]

The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.

§
Description?: string | null
[src]

An optional description of the update.

§
Duration?: number | null
[src]

The duration of the maintenance window in hours.

§
Enabled?: boolean | null
[src]

Whether the maintenance window is enabled.

§
EndDate?: string | null
[src]

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive. The maintenance window won't run after this specified time.

§
Name?: string | null
[src]

The name of the maintenance window.

§
Schedule?: string | null
[src]

The schedule of the maintenance window in the form of a cron or rate expression.

§
ScheduleOffset?: number | null
[src]

The number of days to wait to run a maintenance window after the scheduled cron expression date and time.

§
ScheduleTimezone?: string | null
[src]

The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format. For example: "America/Los_Angeles", "UTC", or "Asia/Seoul". For more information, see the Time Zone Database on the IANA website.

§
StartDate?: string | null
[src]

The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active. The maintenance window won't run before this specified time.

§
WindowId?: string | null
[src]

The ID of the created maintenance window.