blob: 8abaa84d8a9c2e151f3ea3b738c086f85afa209e [file] [log] [blame]
// Package aws provides core functionality for making requests to AWS services.
package aws
// SDKName is the name of this AWS SDK
const SDKName = "aws-sdk-go"
// SDKVersion is the version of this SDK
const SDKVersion = "1.44.15"