Values.RegionSourceDescribes the Amazon Web Services Region.
type nonrec t = {continentCode : String_.t option;The continent code (NA, meaning North America).
*)description : String_.t option;The description of the Amazon Web Services Region (This region is recommended to serve users in the eastern United States and eastern Canada).
*)displayName : String_.t option;The display name (Ohio).
*)name : RegionName.t option;The region name (us-east-2).
*)availabilityZones : AvailabilityZoneList.t option;The Availability Zones. Follows the format us-east-2a (case-sensitive).
*)relationalDatabaseAvailabilityZones : AvailabilityZoneList.t option;The Availability Zones for databases. Follows the format us-east-2a (case-sensitive).
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `String of String_.t ])
list ]