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