Imports of package config

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/tlsPackage tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446.
crypto/x509Package x509 implements a subset of the X.509 standard.
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/transport/http
github.com/aws/aws-sdk-go-v2/credentialsPackage credentials provides types for retrieving credentials from credentials sources.
github.com/aws/aws-sdk-go-v2/credentials/ec2rolecredsPackage ec2rolecreds provides the credentials provider implementation for retrieving AWS credentials from Amazon EC2 Instance Roles via Amazon EC2 IMDS.
github.com/aws/aws-sdk-go-v2/credentials/endpointcredsPackage endpointcreds provides support for retrieving credentials from an arbitrary HTTP endpoint.
github.com/aws/aws-sdk-go-v2/credentials/processcredsPackage processcreds is a credentials provider to retrieve credentials from a external CLI invoked process.
github.com/aws/aws-sdk-go-v2/credentials/ssocredsPackage ssocreds provides a credential provider for retrieving temporary AWS credentials using an SSO access token.
github.com/aws/aws-sdk-go-v2/credentials/stscredsPackage stscreds are credential Providers to retrieve STS AWS credentials.
github.com/aws/aws-sdk-go-v2/feature/ec2/imdsPackage imds provides the API client for interacting with the Amazon EC2 Instance Metadata Service.
github.com/aws/aws-sdk-go-v2/internal/iniPackage ini implements parsing of the AWS shared config file.
github.com/aws/aws-sdk-go-v2/internal/shareddefaults
github.com/aws/aws-sdk-go-v2/service/ssoPackage sso provides the API client, operations, and parameter types for AWS Single Sign-On.
github.com/aws/aws-sdk-go-v2/service/ssooidcPackage ssooidc provides the API client, operations, and parameter types for AWS SSO OIDC.
github.com/aws/aws-sdk-go-v2/service/stsPackage sts provides the API client, operations, and parameter types for AWS Security Token Service.
github.com/aws/smithy-go/auth/bearerPackage bearer provides middleware and utilities for authenticating API operation calls with a Bearer Token.
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/private/requestcompressionPackage requestcompression implements runtime support for smithy-modeled request compression.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility 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.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
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.