Values.ApplicationMaintenanceConfigurationUpdateSourceDescribes the updated maintenance configuration for the application.
type nonrec t = {applicationMaintenanceWindowStartTimeUpdate : ApplicationMaintenanceWindowStartTime.t;The updated start time for the maintenance window.
*)}val make :
applicationMaintenanceWindowStartTimeUpdate:
ApplicationMaintenanceWindowStartTime.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of ApplicationMaintenanceWindowStartTime.t ]) list ]