Values.RegionsInfoSourceProvides information about the Regions that are configured for multi-Region replication.
type nonrec t = {primaryRegion : RegionName.t option;The Region where the Managed Microsoft AD directory was originally created.
*)additionalRegions : AdditionalRegions.t option;Lists the Regions where the directory has been replicated, excluding the primary Region.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of RegionName.t ] list
| `String of RegionName.t ])
list ]