Values.RegionSourceThis is a structure that expresses the Region for a given account, consisting of a name and opt-in status.
type nonrec t = {regionName : RegionName.t option;The Region code of a given Region (for example, us-east-1).
*)regionOptStatus : RegionOptStatus.t option;One of potential statuses a Region can undergo (Enabled, Enabling, Disabled, Disabling, Enabled_By_Default).
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of RegionName.t ]) list ]