package awsm-codegen

  1. Overview
  2. Docs

AWS regions.

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

Innovation. Community. Security.