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 | Package aws provides the core SDK's utilities and shared types. |
github.com/aws/aws-sdk-go-v2/internal/rand | |
github.com/aws/aws-sdk-go-v2/internal/sdk | |
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/rand | Package rand provides utilities for creating and working with random value generators. |
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. |
os | Package os provides a platform-independent interface to operating system functionality. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |