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

# Functions

AddToUserAgent adds the string to the end of the request's current user agent.
MakeAddToUserAgentFreeFormHandler adds the input to the User-Agent request header.
MakeAddToUserAgentHandler will add the name/version pair to the User-Agent request header.
New returns a new Request pointer for the service API operation and parameters.
WithRetryer sets a config Retryer value to the given Config returning it for chaining.

# Structs

A HandlerList manages zero or more handlers in a list.
A Handlers provides a collection of request handlers for various stages of handling requests.
A NamedHandler is a struct that contains a name and function callback.
An Operation is the service API operation to be made.
Paginator keeps track of pagination configuration for an API operation.
A Request is the service request to be made.

# Interfaces

Retryer is an interface to control retry logic for a given service.