Values.AutoTuneOptionsInputSourceSpecifies the Auto-Tune options: the Auto-Tune desired state for the domain and list of maintenance schedules.
type nonrec t = {desiredState : AutoTuneDesiredState.t option;Specifies the Auto-Tune desired state. Valid values are ENABLED, DISABLED.
*)maintenanceSchedules : AutoTuneMaintenanceScheduleList.t option;Specifies list of maitenance schedules. See the Developer Guide for more information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of String_.t
| `Structure of
(string * [> `Enum of string | `Long of DurationValue.t ])
list
| `Timestamp of StartAt.t ])
list ]
list ])
list ]