# Packages
Package awserr represents API error interface accessors for the SDK.
No description provided by the author
Package credentials provides credential retrieval and management
The Credentials is the primary method of getting access to and managing credentials Values.
# Functions
AfterRetryHandler performs final checks to determine if the request should be retried and how long to delay.
Boolean converts a Go bool into a boolean pointer.
BuildContentLength builds the content length of a request based on the body, or will use the HTTPRequest.Header's "Content-Length" if defined.
Double converts a Go float64 into a double pointer.
Long converts a Go int64 into a long pointer.
NewRequest returns a new Request pointer for the service API operation and parameters.
NewService will return a pointer to a new Server object initialized.
ReadSeekCloser wraps a io.Reader returning a ReaderSeakerCloser.
SendHandler is a request handler to send service request using HTTP client.
SetBool returns a SettableBool with a value set.
String converts a Go string into a string pointer.
Time converts a Go Time into a Time pointer.
UserAgentHandler is a request handler for injecting User agent into requests.
ValidateEndpointHandler is a request handler to validate a request had the appropriate Region and Endpoint set.
ValidateParameters is a request handler to validate the input parameters.
ValidateResponseHandler is a request handler to validate service response.
# Constants
The default number of retries for a service.
SDKName is the name of this AWS SDK.
SDKVersion is the version of this SDK.
# Variables
DefaultChainCredentials is a Credentials which will find the first available credentials Value from the list of Providers.
DefaultConfig is the default all service configuration will be based off of.
ErrMissingEndpoint is an error that is returned if an endpoint cannot be resolved for a service.
ErrMissingRegion is an error that is returned if region configuration is not found.
# Structs
A Config provides service configuration.
A HandlerList manages zero or more handlers in a list.
A Handlers provides a collection of request handlers for various stages of handling requests.
An Operation is the service API operation to be made.
Paginator keeps track of pagination configuration for an API operation.
ReaderSeekerCloser represents a reader that can also delegate io.Seeker and io.Closer interfaces to the underlying object if they are available.
A Request is the service request to be made.
A Service implements the base service request and response handling used by all services.
A SettableBool provides a boolean value which includes the state if the value was set or unset.