aws-partitions 1.4.0 → 1.5.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/lib/aws-partitions.rb +1 -0
- data/partitions.json +10 -0
- 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: 821d3bde8e4f9ffa9e986fffbe61e490313f9fa9
|
|
4
|
+
data.tar.gz: 1b97bb2eec32940ee4916a1b90d675c95a61cf31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6427b7632a8251274cfe6524e30d6d9cd3372a630b84bfc86f2759b091c5a1944b56a3c5e838a6f1c60a86ef90b9fde39fe5a1d970e29815258f7023b08cfbcb
|
|
7
|
+
data.tar.gz: 71cb9770fc659e4b616173294327b95598bd9b94cf13a380bc224b80e3ab098175584ae63836f7b419a1919cb118d77e33663fdf7302082c46d05efaacc9bc13
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -1441,6 +1441,16 @@
|
|
|
1441
1441
|
"us-west-2": {}
|
|
1442
1442
|
}
|
|
1443
1443
|
},
|
|
1444
|
+
"workdocs": {
|
|
1445
|
+
"endpoints": {
|
|
1446
|
+
"ap-northeast-1": {},
|
|
1447
|
+
"ap-southeast-1": {},
|
|
1448
|
+
"ap-southeast-2": {},
|
|
1449
|
+
"eu-west-1": {},
|
|
1450
|
+
"us-east-1": {},
|
|
1451
|
+
"us-west-2": {}
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1444
1454
|
"workspaces": {
|
|
1445
1455
|
"endpoints": {
|
|
1446
1456
|
"ap-northeast-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.5.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: 2017-03-
|
|
11
|
+
date: 2017-03-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|