Values.ApplicationMaintenanceConfigurationDescriptionSourceThe details of the maintenance configuration for the application.
type nonrec t = {applicationMaintenanceWindowStartTime : ApplicationMaintenanceWindowStartTime.t
option;The start time for the maintenance window.
*)applicationMaintenanceWindowEndTime : ApplicationMaintenanceWindowEndTime.t
option;The end time for the maintenance window.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ApplicationMaintenanceWindowStartTime.t ]) list ]