context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/aws/aws-sdk-go-v2/aws | Package aws provides the core SDK's utilities and shared types. |
github.com/aws/aws-sdk-go-v2/aws/middleware | |
github.com/aws/aws-sdk-go-v2/aws/ratelimit | |
github.com/aws/aws-sdk-go-v2/internal/rand | |
github.com/aws/aws-sdk-go-v2/internal/sdk | |
github.com/aws/aws-sdk-go-v2/internal/timeconv | |
github.com/aws/smithy-go/logging | |
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. |
math | Package math provides basic constants and mathematical functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/url | Package url parses URLs and implements query escaping. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |