Values.AutoTuneOptionsInputSourceOptions for configuring Auto-Tune. For more information, see Auto-Tune for Amazon OpenSearch Service
type nonrec t = {desiredState : AutoTuneDesiredState.t option;Whether Auto-Tune is enabled or disabled.
*)maintenanceSchedules : AutoTuneMaintenanceScheduleList.t option;A list of maintenance schedules during which Auto-Tune can deploy changes. Maintenance windows are deprecated and have been replaced with off-peak windows.
*)useOffPeakWindow : Boolean.t option;Whether to schedule Auto-Tune optimizations that require blue/green deployments during the domain's configured daily off-peak window.
*)}