aws-sdk-core 2.11.440 → 2.11.441
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/kms/2014-11-01/api-2.json +2 -1
- data/endpoints.json +14 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: de33dc9801fea8dfc11dc6ee89970a04b78293a8
|
|
4
|
+
data.tar.gz: 0b6e57f309b03025e3acc1342e464970a37ab375
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: adc37d85bf11838ae6f3cfbdfb9d7e248d85c8d87df394274f5a9eb8ac41a14a3d7be8609910f2df565b6ce84830215ccb8d5edab40e093aa683ed54e0d0950d
|
|
7
|
+
data.tar.gz: ae5a4557850262627ba1225c55576cb2eddbe8f3615bc2804fe2dd6f493647de490970a2c2ff4176c59b772b807b946db31ef3a14f5a4ecaeac03739a9fe265f
|
data/endpoints.json
CHANGED
|
@@ -436,9 +436,12 @@
|
|
|
436
436
|
"ap-southeast-2" : { },
|
|
437
437
|
"ca-central-1" : { },
|
|
438
438
|
"eu-central-1" : { },
|
|
439
|
+
"eu-north-1" : { },
|
|
439
440
|
"eu-west-1" : { },
|
|
440
441
|
"eu-west-2" : { },
|
|
441
442
|
"eu-west-3" : { },
|
|
443
|
+
"me-south-1" : { },
|
|
444
|
+
"sa-east-1" : { },
|
|
442
445
|
"us-east-1" : { },
|
|
443
446
|
"us-east-2" : { },
|
|
444
447
|
"us-west-1" : { },
|
|
@@ -5381,6 +5384,17 @@
|
|
|
5381
5384
|
"us-gov-west-1" : { }
|
|
5382
5385
|
}
|
|
5383
5386
|
},
|
|
5387
|
+
"support" : {
|
|
5388
|
+
"endpoints" : {
|
|
5389
|
+
"aws-us-gov-global" : {
|
|
5390
|
+
"credentialScope" : {
|
|
5391
|
+
"region" : "us-gov-west-1"
|
|
5392
|
+
},
|
|
5393
|
+
"hostname" : "support.us-gov-west-1.amazonaws.com"
|
|
5394
|
+
}
|
|
5395
|
+
},
|
|
5396
|
+
"partitionEndpoint" : "aws-us-gov-global"
|
|
5397
|
+
},
|
|
5384
5398
|
"swf" : {
|
|
5385
5399
|
"endpoints" : {
|
|
5386
5400
|
"us-gov-east-1" : { },
|
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.441
|
|
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-02-
|
|
11
|
+
date: 2020-02-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|