package smaws-lib

  1. Overview
  2. Docs

Module Smaws_Lib.ServiceSource

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