aws-partitions 1.143.0 → 1.144.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 +4 -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: c6804c02f8ad32ec069fd98eed1453d858f35456
|
|
4
|
+
data.tar.gz: 1b77602a662d98efc8d5537a4c703bbc4f97340b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d173fdc842e79cdc0a50c2bcebed6e9fae9eabf6841cba87757d12d4b16b71f215a1dc66606e1307c6f00c1a284db8939f3a071a94afe76619cd7e169366cbd6
|
|
7
|
+
data.tar.gz: 3c5f11a12fdea757d89d6f323e7a9251529d5bc2b3d3b39f95ebbadf4f77cb3ed9a269c1178fd8cb7694f7e7a360836e9c1e8ab944c9aaacf021784d760d05a4
|
data/partitions.json
CHANGED
|
@@ -338,6 +338,7 @@
|
|
|
338
338
|
"ap-southeast-2" : { },
|
|
339
339
|
"eu-central-1" : { },
|
|
340
340
|
"eu-west-1" : { },
|
|
341
|
+
"eu-west-2" : { },
|
|
341
342
|
"us-east-1" : { },
|
|
342
343
|
"us-east-2" : { },
|
|
343
344
|
"us-west-2" : { }
|
|
@@ -1494,6 +1495,7 @@
|
|
|
1494
1495
|
"kinesisvideo" : {
|
|
1495
1496
|
"endpoints" : {
|
|
1496
1497
|
"ap-northeast-1" : { },
|
|
1498
|
+
"ap-southeast-2" : { },
|
|
1497
1499
|
"eu-central-1" : { },
|
|
1498
1500
|
"eu-west-1" : { },
|
|
1499
1501
|
"us-east-1" : { },
|
|
@@ -1620,6 +1622,7 @@
|
|
|
1620
1622
|
"eu-central-1" : { },
|
|
1621
1623
|
"eu-west-1" : { },
|
|
1622
1624
|
"eu-west-2" : { },
|
|
1625
|
+
"eu-west-3" : { },
|
|
1623
1626
|
"sa-east-1" : { },
|
|
1624
1627
|
"us-east-1" : { },
|
|
1625
1628
|
"us-east-2" : { },
|
|
@@ -1746,6 +1749,7 @@
|
|
|
1746
1749
|
"ap-southeast-2" : { },
|
|
1747
1750
|
"eu-central-1" : { },
|
|
1748
1751
|
"eu-west-1" : { },
|
|
1752
|
+
"eu-west-2" : { },
|
|
1749
1753
|
"us-east-1" : { },
|
|
1750
1754
|
"us-east-2" : { },
|
|
1751
1755
|
"us-west-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.144.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-03-
|
|
11
|
+
date: 2019-03-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|