diff options
| author | Renovate Bot <bot@renovateapp.com> | 2019-10-11 18:35:47 +0000 |
|---|---|---|
| committer | Renovate Bot <bot@renovateapp.com> | 2019-10-11 18:35:47 +0000 |
| commit | b4ffa6f43ec0e15140b3304dc7d31d86d98fbd0a (patch) | |
| tree | 3e765e932cd3b43c7659a4368fb058314b74010f /vendor/github.com | |
| parent | 786d43de035280d7c82de6f81481e1848cffd51a (diff) | |
Update module aws/aws-sdk-go to v1.25.11
Diffstat (limited to 'vendor/github.com')
| -rw-r--r-- | vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go | 13 | ||||
| -rw-r--r-- | vendor/github.com/aws/aws-sdk-go/aws/version.go | 2 |
2 files changed, 14 insertions, 1 deletions
diff --git a/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go index 1ceff2c1..c8787392 100644 --- a/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go +++ b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go @@ -2269,8 +2269,11 @@ var awsPartition = partition{ "eu-central-1": endpoint{}, "eu-north-1": endpoint{}, "eu-west-1": endpoint{}, + "eu-west-2": endpoint{}, + "eu-west-3": endpoint{}, "sa-east-1": endpoint{}, "us-east-1": endpoint{}, + "us-east-2": endpoint{}, "us-west-2": endpoint{}, }, }, @@ -3163,6 +3166,9 @@ var awsPartition = partition{ Protocols: []string{"https"}, }, Endpoints: endpoints{ + "ap-east-1": endpoint{ + Protocols: []string{"https"}, + }, "ap-northeast-1": endpoint{ Protocols: []string{"https"}, }, @@ -4919,6 +4925,13 @@ var awsusgovPartition = partition{ }, }, }, + "route53resolver": service{ + + Endpoints: endpoints{ + "us-gov-east-1": endpoint{}, + "us-gov-west-1": endpoint{}, + }, + }, "runtime.sagemaker": service{ Endpoints: endpoints{ diff --git a/vendor/github.com/aws/aws-sdk-go/aws/version.go b/vendor/github.com/aws/aws-sdk-go/aws/version.go index 174bc4d0..7dec038a 100644 --- a/vendor/github.com/aws/aws-sdk-go/aws/version.go +++ b/vendor/github.com/aws/aws-sdk-go/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.25.10" +const SDKVersion = "1.25.11" |
