aws-partitions 1.170.0 → 1.171.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: 2dd5b9801062baebab1e4d3cc4d4c22c82f52d33
|
|
4
|
+
data.tar.gz: 0c0623bd90dc5527c9b60888d276dd06031e4c52
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3e3f52f7e78ba569b0c1b5926b3caeebb68988d3fd1f39055b75bf32a6ec32c0595108b40fc04713163c83c92568999772ed0a60d0a3f57cec184ea4be843c03
|
|
7
|
+
data.tar.gz: d9a36fecce95f3d87a5dab06d03cdbfb767cd0dc54810b43c9d50add60aa035829c1898cfdb09d0a5de99cc09b65d23d86ef57ac8d66d12c11b4775fd9b7a06c
|
data/partitions.json
CHANGED
|
@@ -1534,6 +1534,7 @@
|
|
|
1534
1534
|
"ap-southeast-2" : { },
|
|
1535
1535
|
"eu-central-1" : { },
|
|
1536
1536
|
"eu-west-1" : { },
|
|
1537
|
+
"eu-west-2" : { },
|
|
1537
1538
|
"us-east-1" : { },
|
|
1538
1539
|
"us-east-2" : { },
|
|
1539
1540
|
"us-west-1" : { },
|
|
@@ -1589,7 +1590,10 @@
|
|
|
1589
1590
|
"ap-northeast-1" : { },
|
|
1590
1591
|
"ap-southeast-1" : { },
|
|
1591
1592
|
"ap-southeast-2" : { },
|
|
1593
|
+
"eu-central-1" : { },
|
|
1592
1594
|
"eu-west-1" : { },
|
|
1595
|
+
"eu-west-2" : { },
|
|
1596
|
+
"eu-west-3" : { },
|
|
1593
1597
|
"us-east-1" : { },
|
|
1594
1598
|
"us-east-2" : { },
|
|
1595
1599
|
"us-west-2" : { }
|
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.171.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-
|
|
11
|
+
date: 2019-06-03 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|