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