context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/retry | Package retry provides interfaces and implementations for SDK request retry behavior. |
github.com/aws/aws-sdk-go-v2/internal/sdk | |
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/aws-sdk-go-v2/service/sts/types | |
io/ioutil | Package ioutil implements some I/O utility functions. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
time | Package time provides functionality for measuring and displaying time. |