package
1.10.20
Repository: https://github.com/jadekler/aws-sdk-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

New will return a pointer to a new initialized service client.

# 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.