# Packages
No description provided by the author
# Functions
New will return a pointer to a new initialized service client.
# Variables
LogHTTPRequestHandler is a SDK request handler to log the HTTP request sent to a service.
LogHTTPRequestHeaderHandler is a SDK request handler to log the HTTP request sent to a service.
LogHTTPResponseHandler is a SDK request handler to log the HTTP response received from a service.
LogHTTPResponseHeaderHandler is a SDK request handler to log the HTTP response received from a service.
# Structs
A Client implements the base client request and response handling used by all service clients.
A Config provides configuration to a service client instance.
DefaultRetryer implements basic retry logic using exponential backoff for most services.
# Interfaces
ConfigNoResolveEndpointProvider same as ConfigProvider except it will not resolve the endpoint automatically.
ConfigProvider provides a generic way for a service client to receive the ClientConfig without circular dependencies.