Values.AutoTuneOptionsSourceAuto-Tune settings when updating a domain. For more information, see Auto-Tune for Amazon OpenSearch Service.
type nonrec t = {desiredState : AutoTuneDesiredState.t option;Whether Auto-Tune is enabled or disabled.
*)rollbackOnDisable : RollbackOnDisable.t option;When disabling Auto-Tune, specify NO_ROLLBACK to retain all prior Auto-Tune settings or DEFAULT_ROLLBACK to revert to the OpenSearch Service defaults. If you specify DEFAULT_ROLLBACK, you must include a MaintenanceSchedule in the request. Otherwise, OpenSearch Service is unable to perform the rollback.
*)maintenanceSchedules : AutoTuneMaintenanceScheduleList.t option;DEPRECATED. Use off-peak window instead. A list of maintenance schedules during which Auto-Tune can deploy changes.
*)useOffPeakWindow : Boolean.t option;Whether to use the domain's off-peak window to deploy configuration changes on the domain rather than a maintenance schedule.
*)}