Values.ScheduledAutoTuneDetailsSourceSpecifies details about a scheduled Auto-Tune action. For more information, see Auto-Tune for Amazon OpenSearch Service.
type nonrec t = {date : AutoTuneDate.t option;The date and time when the Auto-Tune action is scheduled for the domain.
*)actionType : ScheduledAutoTuneActionType.t option;The type of Auto-Tune action.
*)action : ScheduledAutoTuneDescription.t option;A description of the Auto-Tune action.
*)severity : ScheduledAutoTuneSeverityType.t option;The severity of the Auto-Tune action. Valid values are LOW, MEDIUM, and HIGH.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ScheduledAutoTuneDescription.t
| `Timestamp of AutoTuneDate.t ])
list ]