Values.DomainEndpointOptionsStatusSourceThe configuration and status of the domain's endpoint options.
type nonrec t = {options : DomainEndpointOptions.t option;The domain endpoint options configured for the domain.
*)status : OptionStatus.t option;The status of the configured domain endpoint options.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `Integer of UIntValue.t
| `Timestamp of UpdateTimestamp.t ])
list ])
list ]