aws-partitions 1.176.0 → 1.177.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 +6 -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: af566ed43ed0572d94d039119ccce23a05e7e347
|
|
4
|
+
data.tar.gz: 5e642b46eb02119ab2fdf33f1bf6c918335ee2f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8f4950c093472ab63ef6261fed660cb36fe48a5dd753fd0908ace05aa2e89f15da9ff3a26bf4e866a56a927db5b6f0f6200bae2bab632f7d0606a9e0446c1fee
|
|
7
|
+
data.tar.gz: 8737c2ffe87a26282912c8930393717db2029ebcf1c4e7d5b47f56111f1db501892dab6818dfef20eb854068d134d36c2c9fc492160048202b6c48a56a845b7c
|
data/partitions.json
CHANGED
|
@@ -1077,6 +1077,7 @@
|
|
|
1077
1077
|
"ap-southeast-2" : { },
|
|
1078
1078
|
"ca-central-1" : { },
|
|
1079
1079
|
"eu-central-1" : { },
|
|
1080
|
+
"eu-north-1" : { },
|
|
1080
1081
|
"eu-west-1" : { },
|
|
1081
1082
|
"eu-west-2" : { },
|
|
1082
1083
|
"sa-east-1" : { },
|
|
@@ -1433,6 +1434,7 @@
|
|
|
1433
1434
|
"endpoints" : {
|
|
1434
1435
|
"ap-northeast-1" : { },
|
|
1435
1436
|
"ap-southeast-2" : { },
|
|
1437
|
+
"eu-central-1" : { },
|
|
1436
1438
|
"eu-west-1" : { },
|
|
1437
1439
|
"us-east-1" : { },
|
|
1438
1440
|
"us-east-2" : { },
|
|
@@ -1855,6 +1857,7 @@
|
|
|
1855
1857
|
"ap-southeast-1" : { },
|
|
1856
1858
|
"ap-southeast-2" : { },
|
|
1857
1859
|
"eu-central-1" : { },
|
|
1860
|
+
"eu-north-1" : { },
|
|
1858
1861
|
"eu-west-1" : { },
|
|
1859
1862
|
"sa-east-1" : { },
|
|
1860
1863
|
"us-east-1" : { },
|
|
@@ -1965,12 +1968,14 @@
|
|
|
1965
1968
|
"endpoints" : {
|
|
1966
1969
|
"ap-northeast-1" : { },
|
|
1967
1970
|
"ap-northeast-2" : { },
|
|
1971
|
+
"ap-south-1" : { },
|
|
1968
1972
|
"ap-southeast-1" : { },
|
|
1969
1973
|
"ap-southeast-2" : { },
|
|
1970
1974
|
"ca-central-1" : { },
|
|
1971
1975
|
"eu-central-1" : { },
|
|
1972
1976
|
"eu-west-1" : { },
|
|
1973
1977
|
"eu-west-2" : { },
|
|
1978
|
+
"eu-west-3" : { },
|
|
1974
1979
|
"us-east-1" : { },
|
|
1975
1980
|
"us-east-2" : { },
|
|
1976
1981
|
"us-west-1" : { },
|
|
@@ -3226,6 +3231,7 @@
|
|
|
3226
3231
|
},
|
|
3227
3232
|
"xray" : {
|
|
3228
3233
|
"endpoints" : {
|
|
3234
|
+
"ap-east-1" : { },
|
|
3229
3235
|
"ap-northeast-1" : { },
|
|
3230
3236
|
"ap-northeast-2" : { },
|
|
3231
3237
|
"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.177.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-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|