rebase: bump github.com/aws/aws-sdk-go from 1.42.37 to 1.42.40

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.42.37 to 1.42.40.
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.42.37...v1.42.40)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-01-24 20:15:17 +00:00 committed by mergify[bot]
parent 9c1c1306cb
commit 5f4c6e033b
5 changed files with 53 additions and 5 deletions

2
go.mod
View File

@ -4,7 +4,7 @@ go 1.17
require (
github.com/IBM/keyprotect-go-client v0.7.0
github.com/aws/aws-sdk-go v1.42.37
github.com/aws/aws-sdk-go v1.42.40
github.com/ceph/ceph-csi/api v0.0.0-00010101000000-000000000000
github.com/ceph/go-ceph v0.13.0
github.com/container-storage-interface/spec v1.5.0

4
go.sum
View File

@ -138,8 +138,8 @@ github.com/aws/aws-sdk-go v1.25.37/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpi
github.com/aws/aws-sdk-go v1.25.41/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo=
github.com/aws/aws-sdk-go v1.35.24/go.mod h1:tlPOdRjfxPBpNIwqDj61rmsnA85v9jc0Ps9+muhnW+k=
github.com/aws/aws-sdk-go v1.38.49/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro=
github.com/aws/aws-sdk-go v1.42.37 h1:EIziSq3REaoi1LgUBgxoQr29DQS7GYHnBbZPajtJmXM=
github.com/aws/aws-sdk-go v1.42.37/go.mod h1:OGr6lGMAKGlG9CVrYnWYDKIyb829c6EVBRjxqjmPepc=
github.com/aws/aws-sdk-go v1.42.40 h1:oZ+hyhorrkYdT23YO8s0eWBp9Fg8k4HsAFL3n0V25WA=
github.com/aws/aws-sdk-go v1.42.40/go.mod h1:OGr6lGMAKGlG9CVrYnWYDKIyb829c6EVBRjxqjmPepc=
github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f/go.mod h1:AuiFmCCPBSrqvVMvuqFuk0qogytodnVFVSN5CeJB8Gc=
github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM=
github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLju8=

View File

@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"
// SDKVersion is the version of this SDK
const SDKVersion = "1.42.37"
const SDKVersion = "1.42.40"

View File

@ -162105,6 +162105,9 @@ const (
// InstanceTypeC6i32xlarge is a InstanceType enum value
InstanceTypeC6i32xlarge = "c6i.32xlarge"
// InstanceTypeC6iMetal is a InstanceType enum value
InstanceTypeC6iMetal = "c6i.metal"
// InstanceTypeCc14xlarge is a InstanceType enum value
InstanceTypeCc14xlarge = "cc1.4xlarge"
@ -162732,6 +162735,9 @@ const (
// InstanceTypeM6i32xlarge is a InstanceType enum value
InstanceTypeM6i32xlarge = "m6i.32xlarge"
// InstanceTypeM6iMetal is a InstanceType enum value
InstanceTypeM6iMetal = "m6i.metal"
// InstanceTypeMac1Metal is a InstanceType enum value
InstanceTypeMac1Metal = "mac1.metal"
@ -163029,6 +163035,36 @@ const (
// InstanceTypeR6gdMetal is a InstanceType enum value
InstanceTypeR6gdMetal = "r6gd.metal"
// InstanceTypeR6iLarge is a InstanceType enum value
InstanceTypeR6iLarge = "r6i.large"
// InstanceTypeR6iXlarge is a InstanceType enum value
InstanceTypeR6iXlarge = "r6i.xlarge"
// InstanceTypeR6i2xlarge is a InstanceType enum value
InstanceTypeR6i2xlarge = "r6i.2xlarge"
// InstanceTypeR6i4xlarge is a InstanceType enum value
InstanceTypeR6i4xlarge = "r6i.4xlarge"
// InstanceTypeR6i8xlarge is a InstanceType enum value
InstanceTypeR6i8xlarge = "r6i.8xlarge"
// InstanceTypeR6i12xlarge is a InstanceType enum value
InstanceTypeR6i12xlarge = "r6i.12xlarge"
// InstanceTypeR6i16xlarge is a InstanceType enum value
InstanceTypeR6i16xlarge = "r6i.16xlarge"
// InstanceTypeR6i24xlarge is a InstanceType enum value
InstanceTypeR6i24xlarge = "r6i.24xlarge"
// InstanceTypeR6i32xlarge is a InstanceType enum value
InstanceTypeR6i32xlarge = "r6i.32xlarge"
// InstanceTypeR6iMetal is a InstanceType enum value
InstanceTypeR6iMetal = "r6i.metal"
// InstanceTypeT1Micro is a InstanceType enum value
InstanceTypeT1Micro = "t1.micro"
@ -163322,6 +163358,7 @@ func InstanceType_Values() []string {
InstanceTypeC6i16xlarge,
InstanceTypeC6i24xlarge,
InstanceTypeC6i32xlarge,
InstanceTypeC6iMetal,
InstanceTypeCc14xlarge,
InstanceTypeCc28xlarge,
InstanceTypeCg14xlarge,
@ -163531,6 +163568,7 @@ func InstanceType_Values() []string {
InstanceTypeM6i16xlarge,
InstanceTypeM6i24xlarge,
InstanceTypeM6i32xlarge,
InstanceTypeM6iMetal,
InstanceTypeMac1Metal,
InstanceTypeP2Xlarge,
InstanceTypeP28xlarge,
@ -163630,6 +163668,16 @@ func InstanceType_Values() []string {
InstanceTypeR6gd12xlarge,
InstanceTypeR6gd16xlarge,
InstanceTypeR6gdMetal,
InstanceTypeR6iLarge,
InstanceTypeR6iXlarge,
InstanceTypeR6i2xlarge,
InstanceTypeR6i4xlarge,
InstanceTypeR6i8xlarge,
InstanceTypeR6i12xlarge,
InstanceTypeR6i16xlarge,
InstanceTypeR6i24xlarge,
InstanceTypeR6i32xlarge,
InstanceTypeR6iMetal,
InstanceTypeT1Micro,
InstanceTypeT2Nano,
InstanceTypeT2Micro,

2
vendor/modules.txt vendored
View File

@ -8,7 +8,7 @@ github.com/armon/go-metrics
# github.com/armon/go-radix v1.0.0
## explicit
github.com/armon/go-radix
# github.com/aws/aws-sdk-go v1.42.37
# github.com/aws/aws-sdk-go v1.42.40
## explicit; go 1.11
github.com/aws/aws-sdk-go/aws
github.com/aws/aws-sdk-go/aws/awserr