blob: 15ad9cfe463c0366ebc0b004f6c1d0f97d6473a4 [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.19.18"