Values.AutoTuneStatusSourceProvides the current status of the Auto-Tune options.
type nonrec t = {creationDate : UpdateTimestamp.t option;Timestamp which tells Auto-Tune options creation date .
*)updateDate : UpdateTimestamp.t option;Timestamp which tells Auto-Tune options last updated time.
*)updateVersion : UIntValue.t option;Specifies the Auto-Tune options latest version.
*)state : AutoTuneState.t option;Specifies the AutoTuneState for the Elasticsearch domain.
*)errorMessage : String_.t option;Specifies the error message while enabling or disabling the Auto-Tune options.
*)pendingDeletion : Boolean.t option;Indicates whether the Elasticsearch 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 ]