context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/xml | Package xml implements a simple XML 1.0 parser that understands XML name spaces. |
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/arn | Package arn provides a parser for interacting with Amazon Resource Names. |
github.com/aws/aws-sdk-go-v2/aws/middleware | |
github.com/aws/aws-sdk-go-v2/aws/transport/http | |
github.com/aws/aws-sdk-go-v2/service/internal/s3shared/arn | |
github.com/aws/smithy-go/middleware | Package middleware provides transport agnostic middleware for decorating SDK handlers. |
github.com/aws/smithy-go/tracing | Package tracing defines tracing APIs to be used by Smithy clients. |
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. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |