aws-partitions 1.186.0 → 1.187.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 +3 -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: 13457c7d563549e57c6d35fef218eefd79c510dc
|
|
4
|
+
data.tar.gz: e309b64d60512277799213ef1f513a9f62235a23
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5b0e4b20884227252c73012c58c5025245d5158621014c47df2da50acfd6e36790d27abc4a5f9e2c90b117adcd0afcf1dd5cf625fc76400be61f1a987817e2c2
|
|
7
|
+
data.tar.gz: c02df7854bf853489097049aa3a946209b5d15f7a8c25952cb8cb7662d72cd249c98252a1a6f7f126f5c887ccd9bb5bdfce68abefb6b07e3f5ab1d5a259d9c23
|
data/partitions.json
CHANGED
|
@@ -1511,6 +1511,7 @@
|
|
|
1511
1511
|
"eu-west-1" : { },
|
|
1512
1512
|
"eu-west-2" : { },
|
|
1513
1513
|
"eu-west-3" : { },
|
|
1514
|
+
"sa-east-1" : { },
|
|
1514
1515
|
"us-east-1" : { },
|
|
1515
1516
|
"us-east-2" : { },
|
|
1516
1517
|
"us-west-1" : { },
|
|
@@ -1604,6 +1605,7 @@
|
|
|
1604
1605
|
"ap-south-1" : { },
|
|
1605
1606
|
"ap-southeast-2" : { },
|
|
1606
1607
|
"eu-central-1" : { },
|
|
1608
|
+
"eu-north-1" : { },
|
|
1607
1609
|
"eu-west-1" : { },
|
|
1608
1610
|
"eu-west-2" : { },
|
|
1609
1611
|
"us-east-1" : { },
|
|
@@ -1764,6 +1766,7 @@
|
|
|
1764
1766
|
},
|
|
1765
1767
|
"license-manager" : {
|
|
1766
1768
|
"endpoints" : {
|
|
1769
|
+
"ap-east-1" : { },
|
|
1767
1770
|
"ap-northeast-1" : { },
|
|
1768
1771
|
"ap-northeast-2" : { },
|
|
1769
1772
|
"ap-south-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.187.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-07-
|
|
11
|
+
date: 2019-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|