aws-partitions 1.172.0 → 1.173.0
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/partitions.json +13 -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: 9e711a6965f684631ca077ddc81cf61e71b12f6f
|
|
4
|
+
data.tar.gz: 06cb8b36159899398fc3b50f9d8e9e7b4e463dad
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e49eb92d6e8ccc28a86a803182aa5cd1814bad9527ebfe7282d56015851bfb16bc04435b148b744695e6bd280c3c4a72be8d1977210e42e2bdd78a92a8b4677e
|
|
7
|
+
data.tar.gz: ac3a9d43852adbbded1ab8d8854cb1c82c4af6fec22ca29f3269d4b201fcc450b2a6fe9ba6683d09a475fa4290c1b584c6e69bfb1e923b586bc1c30dc9379f57
|
data/partitions.json
CHANGED
|
@@ -2964,7 +2964,7 @@
|
|
|
2964
2964
|
},
|
|
2965
2965
|
"support" : {
|
|
2966
2966
|
"endpoints" : {
|
|
2967
|
-
"
|
|
2967
|
+
"aws-global" : { }
|
|
2968
2968
|
}
|
|
2969
2969
|
},
|
|
2970
2970
|
"swf" : {
|
|
@@ -3400,6 +3400,18 @@
|
|
|
3400
3400
|
"cn-northwest-1" : { }
|
|
3401
3401
|
}
|
|
3402
3402
|
},
|
|
3403
|
+
"kms" : {
|
|
3404
|
+
"endpoints" : {
|
|
3405
|
+
"ProdFips" : {
|
|
3406
|
+
"credentialScope" : {
|
|
3407
|
+
"region" : "cn-northwest-1"
|
|
3408
|
+
},
|
|
3409
|
+
"hostname" : "kms-fips.cn-northwest-1.amazonaws.com.cn"
|
|
3410
|
+
},
|
|
3411
|
+
"cn-north-1" : { },
|
|
3412
|
+
"cn-northwest-1" : { }
|
|
3413
|
+
}
|
|
3414
|
+
},
|
|
3403
3415
|
"lambda" : {
|
|
3404
3416
|
"endpoints" : {
|
|
3405
3417
|
"cn-north-1" : { },
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-partitions
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.173.0
|
|
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: 2019-06-
|
|
11
|
+
date: 2019-06-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|