Module Smaws_Lib.ProtocolsSource

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

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

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

Sourcemodule AwsQuery : sig ... end

AwsQuery protocol support (over eio-based httpun client)