Values.ElasticsearchVersionStatusSourceStatus of the Elasticsearch version options for the specified Elasticsearch domain.
type nonrec t = {options : ElasticsearchVersionString.t option;Specifies the Elasticsearch version for the specified Elasticsearch domain.
*)status : OptionStatus.t option;Specifies the status of the Elasticsearch version options for the specified Elasticsearch domain.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ElasticsearchVersionString.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]