Module Values_1.PartnerAppMaintenanceConfigSource

Maintenance configuration settings for the SageMaker Partner AI App.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval make : ?maintenanceWindowStart:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of WeeklyScheduleTimeFormat.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t