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/internal/rand | |
github.com/aws/aws-sdk-go-v2/internal/sdk | |
github.com/aws/aws-sdk-go-v2/internal/sync/singleflight | Package singleflight provides a duplicate function call suppression mechanism. |
github.com/aws/smithy-go/auth/bearer | Package bearer provides middleware and utilities for authenticating API operation calls with a Bearer Token. |
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/ptr | Package ptr provides utilities for converting scalar literal type values to and from pointers inline. |
net/http | Package http provides HTTP client and server implementations. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |