blob: b01cd705aef6de9a3a06be972b2b10cecd2c48fb [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.4.22"