Module Awskit.RegionSource

AWS region names and pure validation.

AWS region names.

Region names are an open set, so validation rejects only values that cannot sensibly be used in request signing or host construction.

Sourcetype t = private string
Sourceval of_string : string -> (t, Error.t) result
Sourceval of_string_exn : string -> t
Sourceval to_string : t -> string
Sourceval pp : Format.formatter -> t -> unit
Sourceval equal : t -> t -> bool