Imports of package ec2

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.
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/base64Package base64 implements base64 encoding as specified by RFC 4648.
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/aws
github.com/aws/aws-sdk-go-v2/aws/defaults
github.com/aws/aws-sdk-go-v2/aws/middleware
github.com/aws/aws-sdk-go-v2/aws/protocol/ec2query
github.com/aws/aws-sdk-go-v2/aws/protocol/query
github.com/aws/aws-sdk-go-v2/aws/retry
github.com/aws/aws-sdk-go-v2/aws/signer/v4
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/smithy
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/awsrulesfn
github.com/aws/aws-sdk-go-v2/internal/middleware
github.com/aws/aws-sdk-go-v2/service/ec2/internal/endpoints
github.com/aws/aws-sdk-go-v2/service/ec2/types
github.com/aws/aws-sdk-go-v2/service/internal/accept-encodingPackage acceptencoding provides customizations associated with Accept Encoding Header.
github.com/aws/aws-sdk-go-v2/service/internal/presigned-urlPackage presignedurl provides the customizations for API clients to fill in presigned URLs into input parameters.
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/metricsPackage metrics defines the metrics APIs used by Smithy clients.
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/randPackage rand provides utilities for creating and working with random value generators.
github.com/aws/smithy-go/time
github.com/aws/smithy-go/tracingPackage tracing defines tracing APIs to be used by Smithy clients.
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
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.
pathPackage path implements utility routines for manipulating slash-separated paths.
slicesPackage slices defines various functions useful with slices of any type.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.