bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
crypto/x509 | Package x509 implements a subset of the X.509 standard. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/aws/aws-sdk-go-v2/aws | Package 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/credentials | Package credentials provides types for retrieving credentials from credentials sources. |
github.com/aws/aws-sdk-go-v2/credentials/ec2rolecreds | Package 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/endpointcreds | Package endpointcreds provides support for retrieving credentials from an arbitrary HTTP endpoint. |
github.com/aws/aws-sdk-go-v2/credentials/processcreds | Package processcreds is a credentials provider to retrieve credentials from a external CLI invoked process. |
github.com/aws/aws-sdk-go-v2/credentials/ssocreds | Package ssocreds provides a credential provider for retrieving temporary AWS credentials using an SSO access token. |
github.com/aws/aws-sdk-go-v2/credentials/stscreds | Package stscreds are credential Providers to retrieve STS AWS credentials. |
github.com/aws/aws-sdk-go-v2/feature/ec2/imds | Package imds provides the API client for interacting with the Amazon EC2 Instance Metadata Service. |
github.com/aws/aws-sdk-go-v2/internal/ini | Package 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/sso | Package sso provides the API client, operations, and parameter types for AWS Single Sign-On. |
github.com/aws/aws-sdk-go-v2/service/ssooidc | Package ssooidc provides the API client, operations, and parameter types for AWS SSO OIDC. |
github.com/aws/aws-sdk-go-v2/service/sts | Package sts provides the API client, operations, and parameter types for AWS Security Token Service. |
github.com/aws/smithy-go/auth/bearer | Package 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/middleware | Package middleware provides transport agnostic middleware for decorating SDK handlers. |
github.com/aws/smithy-go/private/requestcompression | Package requestcompression implements runtime support for smithy-modeled request compression. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
path/filepath | Package filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
time | Package time provides functionality for measuring and displaying time. |