Values_1.MaintenanceWindowIdentitySourceInformation about the maintenance window.
type nonrec t = {windowId : Values_0.MaintenanceWindowId.t option;The ID of the maintenance window.
*)name : Values_0.MaintenanceWindowName.t option;The name of the maintenance window.
*)description : Values_0.MaintenanceWindowDescription.t option;A description of the maintenance window.
*)enabled : MaintenanceWindowEnabled.t option;Indicates whether the maintenance window is enabled.
*)duration : Values_0.MaintenanceWindowDurationHours.t option;The duration of the maintenance window in hours.
*)cutoff : Values_0.MaintenanceWindowCutoff.t option;The number of hours before the end of the maintenance window that Amazon Web Services Systems Manager stops scheduling new tasks for execution.
*)schedule : Values_0.MaintenanceWindowSchedule.t option;The schedule of the maintenance window in the form of a cron or rate expression.
*)scheduleTimezone : Values_0.MaintenanceWindowTimezone.t option;The time zone that the scheduled maintenance window executions are based on, in Internet Assigned Numbers Authority (IANA) format.
*)scheduleOffset : Values_0.MaintenanceWindowOffset.t option;The number of days to wait to run a maintenance window after the scheduled cron expression date and time.
*)endDate : Values_0.MaintenanceWindowStringDateTime.t option;The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become inactive.
*)startDate : Values_0.MaintenanceWindowStringDateTime.t option;The date and time, in ISO-8601 Extended format, for when the maintenance window is scheduled to become active.
*)nextExecutionTime : Values_0.MaintenanceWindowStringDateTime.t option;The next time the maintenance window will actually run, taking into account any specified times for the maintenance window to become active or inactive.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of MaintenanceWindowEnabled.t
| `Integer of Values_0.MaintenanceWindowDurationHours.t
| `String of Values_0.MaintenanceWindowId.t ])
list ]