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

UpdateMaintenanceWindowRequest

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

§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 for the update request.

§
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 you want the maintenance window to become inactive. EndDate allows you to set a date and time in the future when the maintenance window will no longer run.

§
Name?: string | null
[src]

The name of the maintenance window.

§
Replace?: boolean | null
[src]

If True, then all fields that are required by the "CreateMaintenanceWindow" operation are also required for this API request. Optional fields that aren't specified are set to null.

§
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 after the date and time specified by a cron expression before running the maintenance window.

For example, the following cron expression schedules a maintenance window to run the third Tuesday of every month at 11:30 PM.

cron(30 23 ? * TUE#3 *)

If the schedule offset is 2, the maintenance window won't run until two days later.

§
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 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.

§
WindowId: string
[src]

The ID of the maintenance window to update.