# Functions
New instantiates a new signing middleware with an optional succeeding middleware.
SigV4Middleware applies AWS Signature Version 4 request signing for the outgoing request.
SigV4MiddlewareWithAuthSettings applies AWS Signature Version 4 request signing for the outgoing request.
# Constants
SigV4MiddlewareName the middleware name used by SigV4Middleware.
# Type aliases
The RoundTripperFunc type is an adapter to allow the use of ordinary functions as RoundTrippers.