Module Values.RegionNameSource

Sourcetype nonrec t =
  1. | Us_east_1
  2. | Us_east_2
  3. | Us_west_1
  4. | Us_west_2
  5. | Eu_west_1
  6. | Eu_west_2
  7. | Eu_west_3
  8. | Eu_central_1
  9. | Eu_north_1
  10. | Ca_central_1
  11. | Ap_south_1
  12. | Ap_southeast_1
  13. | Ap_southeast_2
  14. | Ap_northeast_1
  15. | Ap_northeast_2
  16. | Ap_southeast_3
  17. | Ap_southeast_5
  18. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t