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