package smaws-lib

  1. Overview
  2. Docs

This module provides the underlying Smithy protocol implementations that are used by the AWS Service SDKs

type http_error = [
  1. | `HttpError of Http.http_failure
]
type aws_service_error = [
  1. | `AWSServiceError of AwsErrors.aws_service_error
]
module AwsJson : sig ... end

AwsJson_1.0 and AwsJson_1.1 protocol support (over eio-based httpun client)

module AwsQuery : sig ... end

AwsQuery protocol support (over eio-based httpun client)

OCaml

Innovation. Community. Security.