package aws-route53

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Us_east_1
  2. | Us_east_2
  3. | Us_west_1
  4. | Us_west_2
  5. | Ca_central_1
  6. | Eu_central_1
  7. | Eu_west_1
  8. | Eu_west_2
  9. | Eu_west_3
  10. | Ap_east_1
  11. | Me_south_1
  12. | Ap_south_1
  13. | Ap_southeast_1
  14. | Ap_southeast_2
  15. | Ap_northeast_1
  16. | Ap_northeast_2
  17. | Ap_northeast_3
  18. | Eu_north_1
  19. | Sa_east_1
  20. | Cn_northwest_1
  21. | Cn_north_1
  22. | Af_south_1
  23. | Eu_south_1
  24. | Us_gov_west_1
  25. | Us_gov_east_1
  26. | Us_iso_east_1
  27. | Us_isob_east_1
val str_to_t : (string * t) list
val t_to_str : (t * string) list
val to_string : t -> string
val of_string : string -> t
val make : 'a -> unit -> 'b
val parse : Ezxmlm.nodes -> t option
val to_query : t -> Aws.Query.t
val to_json : t -> Aws.Json.t
val of_json : Aws.Json.t -> t