Imports of package elasticsearchservice

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/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
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/middleware
github.com/aws/aws-sdk-go-v2/aws/protocol/restjson
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/service/elasticsearchservice/internal/endpoints
github.com/aws/aws-sdk-go-v2/service/elasticsearchservice/types
github.com/awslabs/smithy-go
github.com/awslabs/smithy-go/httpbinding
github.com/awslabs/smithy-go/io
github.com/awslabs/smithy-go/json
github.com/awslabs/smithy-go/logging
github.com/awslabs/smithy-go/middleware
github.com/awslabs/smithy-go/ptr
github.com/awslabs/smithy-go/time
github.com/awslabs/smithy-go/transport/http
ioPackage io provides basic interfaces to I/O primitives.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.