Values.UpdateAvailabilityOptionsRequestSourceContainer for the parameters to the UpdateAvailabilityOptions operation. Specifies the name of the domain you want to update and the Multi-AZ availability option.
type nonrec t = {domainName : DomainName.t;multiAZ : Boolean.t;You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of DomainName.t ]) list ]