Values_1.PartnerAppMaintenanceConfigSourceMaintenance configuration settings for the SageMaker Partner AI App.
type nonrec t = {maintenanceWindowStart : WeeklyScheduleTimeFormat.t option;The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. This value must take the following format: 3-letter-day:24-h-hour:minute. For example: TUE:03:30.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of WeeklyScheduleTimeFormat.t ]) list ]