Values.AutoTuneOptionsOutputSourceThe Auto-Tune settings for a domain, displayed when enabling or disabling Auto-Tune.
type nonrec t = {state : AutoTuneState.t option;The current state of Auto-Tune on the domain.
*)errorMessage : String_.t option;Any errors that occurred while enabling or disabling Auto-Tune.
*)useOffPeakWindow : Boolean.t option;Whether the domain's off-peak window will be used to deploy Auto-Tune changes rather than a maintenance schedule.
*)}