package awsm

  1. Overview
  2. Docs

Module Awsm.RegionSource

AWS regions.

include module type of Awsm_codegen.Region

AWS regions.

Sourcetype t = private string
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t Base__Ppx_compare_lib.compare
Sourceval of_string : string -> t
Sourceval to_string : t -> string
Sourceval ap_northeast_1 : t
Sourceval ap_northeast_2 : t
Sourceval ap_northeast_3 : t
Sourceval ap_south_1 : t
Sourceval ap_southeast_1 : t
Sourceval ap_southeast_2 : t
Sourceval ca_central_1 : t
Sourceval cn_north_1 : t
Sourceval cn_northwest_1 : t
Sourceval eu_central_1 : t
Sourceval eu_north_1 : t
Sourceval eu_west_1 : t
Sourceval eu_west_2 : t
Sourceval eu_west_3 : t
Sourceval sa_east_1 : t
Sourceval us_east_1 : t
Sourceval us_east_2 : t
Sourceval us_west_1 : t
Sourceval us_west_2 : t
Sourceval us_gov_east_1 : t
Sourceval us_gov_west_1 : t
Sourceval all : t list
OCaml

Innovation. Community. Security.