package smaws-lib

  1. Overview
  2. Docs
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
OCaml

Innovation. Community. Security.