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

# Variables

AfterRetryHandler performs final checks to determine if the request should be retried and how long to delay.
BuildContentLengthHandler builds the content length of a request based on the body, or will use the HTTPRequest.Header's "Content-Length" if defined.
SendHandler is a request handler to send service request using HTTP client.
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.
ValidateParametersHandler is a request handler to validate the input parameters.
ValidateResponseHandler is a request handler to validate service response.