Module Smaws_Lib.Service

type protocol =
  1. | AwsJson_1_0
  2. | AwsJson_1_1
type descriptor = {
  1. namespace : string;
  2. endpointPrefix : string;
  3. version : string;
  4. protocol : protocol;
}
val makeUri : config:Config.t -> service:descriptor -> Uri.t