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