aws-sdk-core 2.11.540 → 2.11.541
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/endpoints.json +7 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8314e8462c6e07f03923aa2d3b32ee12b6b4dee7dc5c280119a611a4acdd8d75
|
4
|
+
data.tar.gz: 45b6e9d718882f69263b8bef8f1ec4727af0b2fb59131e4171db26edbaf76498
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8c45ef775e0b025bf33f432f5165ac9aa3294ce1d48c390ca2933116aa59d1cec624118c463e2e2878b04c4d8bf5c28c81faae2016cbbebe3ce4df890ebaf59
|
7
|
+
data.tar.gz: 271a1b8436958bbcc2a0af5e8e1707bcd84ae4f07c1668335973e7d918a9995514a4a93e02654a93501d5817b902a3050c99acb13410c41b1c2ab3e93de002b4
|
data/endpoints.json
CHANGED
@@ -575,11 +575,16 @@
|
|
575
575
|
"ap-south-1" : { },
|
576
576
|
"ap-southeast-1" : { },
|
577
577
|
"ap-southeast-2" : { },
|
578
|
+
"ca-central-1" : { },
|
578
579
|
"eu-central-1" : { },
|
580
|
+
"eu-north-1" : { },
|
579
581
|
"eu-west-1" : { },
|
580
582
|
"eu-west-2" : { },
|
583
|
+
"eu-west-3" : { },
|
584
|
+
"sa-east-1" : { },
|
581
585
|
"us-east-1" : { },
|
582
586
|
"us-east-2" : { },
|
587
|
+
"us-west-1" : { },
|
583
588
|
"us-west-2" : { }
|
584
589
|
}
|
585
590
|
},
|
@@ -4093,6 +4098,7 @@
|
|
4093
4098
|
},
|
4094
4099
|
"ram" : {
|
4095
4100
|
"endpoints" : {
|
4101
|
+
"af-south-1" : { },
|
4096
4102
|
"ap-east-1" : { },
|
4097
4103
|
"ap-northeast-1" : { },
|
4098
4104
|
"ap-northeast-2" : { },
|
@@ -4102,6 +4108,7 @@
|
|
4102
4108
|
"ca-central-1" : { },
|
4103
4109
|
"eu-central-1" : { },
|
4104
4110
|
"eu-north-1" : { },
|
4111
|
+
"eu-south-1" : { },
|
4105
4112
|
"eu-west-1" : { },
|
4106
4113
|
"eu-west-2" : { },
|
4107
4114
|
"eu-west-3" : { },
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.11.
|
4
|
+
version: 2.11.541
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|