aws-partitions 1.136.0 → 1.137.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 +8 -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: a2d8e568967d0b1710c1577749c8859f4ac76460
|
|
4
|
+
data.tar.gz: 5817e08277e27bf22683e1b1aff924afda8f951c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b43521295cfb2a6aa8074b81cae1f258cf1e33791e7cfaf236e0ab643c5d39987532b63e0d17801e0f02897e84b2ffe074dfdbfeb5391821dd69c51390f9c8e
|
|
7
|
+
data.tar.gz: 82e6cc0ba56b8471d063eee821e337fa018aaf45b1aa8d2556a9fa25a4d7e9d2295bb5dfd39d7bfb71a382e4fdbc09382340aa6d79353642cc763eaf358bbc99
|
data/partitions.json
CHANGED
|
@@ -389,6 +389,7 @@
|
|
|
389
389
|
"ap-southeast-2" : { },
|
|
390
390
|
"ca-central-1" : { },
|
|
391
391
|
"eu-central-1" : { },
|
|
392
|
+
"eu-north-1" : { },
|
|
392
393
|
"eu-west-1" : { },
|
|
393
394
|
"eu-west-2" : { },
|
|
394
395
|
"eu-west-3" : { },
|
|
@@ -1079,6 +1080,7 @@
|
|
|
1079
1080
|
"ap-southeast-2" : { },
|
|
1080
1081
|
"eu-central-1" : { },
|
|
1081
1082
|
"eu-west-1" : { },
|
|
1083
|
+
"eu-west-2" : { },
|
|
1082
1084
|
"us-east-1" : { },
|
|
1083
1085
|
"us-east-2" : { },
|
|
1084
1086
|
"us-west-1" : { },
|
|
@@ -1697,6 +1699,12 @@
|
|
|
1697
1699
|
},
|
|
1698
1700
|
"neptune" : {
|
|
1699
1701
|
"endpoints" : {
|
|
1702
|
+
"ap-northeast-1" : {
|
|
1703
|
+
"credentialScope" : {
|
|
1704
|
+
"region" : "ap-northeast-1"
|
|
1705
|
+
},
|
|
1706
|
+
"hostname" : "rds.ap-northeast-1.amazonaws.com"
|
|
1707
|
+
},
|
|
1700
1708
|
"ap-southeast-1" : {
|
|
1701
1709
|
"credentialScope" : {
|
|
1702
1710
|
"region" : "ap-southeast-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.137.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-02-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|