bytes | Package bytes implements functions for the manipulation of byte slices. |
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 | 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/protocol/xml | |
github.com/aws/aws-sdk-go-v2/aws/retry | Package retry provides interfaces and implementations for SDK request retry behavior. |
github.com/aws/aws-sdk-go-v2/aws/signer/v4 | Package v4 implements the AWS signature version 4 algorithm (commonly known as SigV4). |
github.com/aws/aws-sdk-go-v2/aws/transport/http | |
github.com/aws/aws-sdk-go-v2/service/cloudfront/internal/endpoints | |
github.com/aws/aws-sdk-go-v2/service/cloudfront/types | |
github.com/aws/smithy-go | Package smithy provides the core components for a Smithy SDK. |
github.com/aws/smithy-go/encoding/httpbinding | |
github.com/aws/smithy-go/encoding/xml | Package xml holds the XMl encoder utility. |
github.com/aws/smithy-go/io | Package io provides utilities for Smithy generated API clients. |
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. |
github.com/aws/smithy-go/time | |
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. |
github.com/aws/smithy-go/waiter | |
github.com/jmespath/go-jmespath | |
io | Package io provides basic interfaces to I/O primitives. |
net/http | Package http provides HTTP client and server implementations. |
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. |
time | Package time provides functionality for measuring and displaying time. |