1// Package aws provides core functionality for making requests to AWS services.
2package aws
3
4// SDKName is the name of this AWS SDK
5const SDKName = "aws-sdk-go-v2"
6
7// SDKVersion is the version of this SDK
8const SDKVersion = "1.3.2"
9