Values.DomainEndpointOptionsStatusSourceThe configured endpoint options for the domain and their current status.
type nonrec t = {options : DomainEndpointOptions.t option;Options to configure endpoint for the Elasticsearch domain.
*)status : OptionStatus.t option;The status of the endpoint options for the Elasticsearch domain. See OptionStatus for the status information that's included.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `String of DomainNameFqdn.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]