Imports of package customizations

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.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/aws/aws-sdk-go-v2/aws/middleware
github.com/aws/aws-sdk-go-v2/service/route53/types
github.com/aws/smithy-goPackage smithy provides the core components for a Smithy SDK.
github.com/aws/smithy-go/encoding/xmlPackage xml holds the XMl encoder utility.
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/transport/httpPackage http provides the HTTP transport client and request/response types needed to round trip API operation calls with an service.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.