context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/aws/aws-sdk-go-v2/aws/middleware | |
github.com/aws/aws-sdk-go-v2/aws/middleware/private/metrics | |
github.com/aws/aws-sdk-go-v2/aws/middleware/private/metrics/readcloserwithmetrics | |
github.com/aws/aws-sdk-go-v2/internal/sdk | |
github.com/aws/smithy-go/middleware | Package middleware provides transport agnostic middleware for decorating SDK handlers. |
github.com/aws/smithy-go/transport/http | Package http provides the HTTP transport client and request/response types needed to round trip API operation calls with an service. |
io | Package io provides basic interfaces to I/O primitives. |
net/http | Package http provides HTTP client and server implementations. |
net/http/httptrace | Package httptrace provides mechanisms to trace the events within HTTP client requests. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
time | Package time provides functionality for measuring and displaying time. |