Values.AutoTuneSourceInformation about an Auto-Tune action. For more information, see Auto-Tune for Amazon OpenSearch Service.
type nonrec t = {autoTuneType : AutoTuneType.t option;The type of Auto-Tune action.
*)autoTuneDetails : AutoTuneDetails.t option;Details about an Auto-Tune action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of ScheduledAutoTuneDescription.t
| `Timestamp of AutoTuneDate.t ])
list ])
list ])
list ]