Imports of package cloudfront

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/xmlPackage xml implements a simple XML 1.0 parser that understands XML name spaces.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/aws/aws-sdk-go-v2/awsPackage aws provides the core SDK's utilities and shared types.
github.com/aws/aws-sdk-go-v2/aws/defaultsPackage defaults provides recommended configuration values for AWS SDKs and CLIs.
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/retryPackage retry provides interfaces and implementations for SDK request retry behavior.
github.com/aws/aws-sdk-go-v2/aws/signer/v4Package 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/internal/auth
github.com/aws/aws-sdk-go-v2/internal/auth/smithyPackage smithy adapts concrete AWS auth and signing types to the generic smithy versions.
github.com/aws/aws-sdk-go-v2/internal/configsources
github.com/aws/aws-sdk-go-v2/internal/endpoints
github.com/aws/aws-sdk-go-v2/internal/endpoints/awsrulesfnPackage awsrulesfn provides AWS focused endpoint rule functions for evaluating endpoint resolution rules.
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-goPackage smithy provides the core components for a Smithy SDK.
github.com/aws/smithy-go/authPackage auth defines protocol-agnostic authentication types for smithy clients.
github.com/aws/smithy-go/documentPackage document provides interface definitions and error types for document types.
github.com/aws/smithy-go/encoding/httpbinding
github.com/aws/smithy-go/encoding/xmlPackage xml holds the XMl encoder utility.
github.com/aws/smithy-go/endpoints
github.com/aws/smithy-go/ioPackage io provides utilities for Smithy generated API clients.
github.com/aws/smithy-go/logging
github.com/aws/smithy-go/middlewarePackage middleware provides transport agnostic middleware for decorating SDK handlers.
github.com/aws/smithy-go/ptrPackage 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/httpPackage 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
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
mathPackage math provides basic constants and mathematical functions.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.