Values.AutoTuneStatusSourceThe current status of Auto-Tune for the domain. For more information, see Auto-Tune for Amazon OpenSearch Service.
type nonrec t = {creationDate : UpdateTimestamp.t option;Date and time when Auto-Tune was enabled for the domain.
*)updateDate : UpdateTimestamp.t option;Date and time when the Auto-Tune options were last updated for the domain.
*)updateVersion : UIntValue.t option;The latest version of the Auto-Tune options.
*)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.
*)pendingDeletion : Boolean.t option;Indicates whether the domain is being deleted.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `String of String_.t
| `Timestamp of UpdateTimestamp.t ])
list ]