aws-partitions 1.204.0 → 1.205.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 +7 -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: 2dac1f765e49630b76d5f16c7802142dad95c342
|
4
|
+
data.tar.gz: 730d02f89e3cfa06d84e249d163a827963a3c457
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ae73a3e0543d2e694b67ca2270fd2f6cc92703206f3e7218d0db06c792caf721ad02fbc514741b2b2fd5d3d5879adbc35b6a3277603bba86261a02c06394ea02
|
7
|
+
data.tar.gz: 52a14794c17983bb3d4a87ef2c7aba71fb3b9f623ee02872fcc20965da674071df63fdbefbcfdf2ae52df017c0ba65da6ac3e00ffe44b2adec9860f36c3b8c25
|
data/partitions.json
CHANGED
@@ -1994,6 +1994,7 @@
|
|
1994
1994
|
"ap-southeast-1" : { },
|
1995
1995
|
"ap-southeast-2" : { },
|
1996
1996
|
"eu-central-1" : { },
|
1997
|
+
"eu-north-1" : { },
|
1997
1998
|
"eu-west-1" : { },
|
1998
1999
|
"eu-west-2" : { },
|
1999
2000
|
"eu-west-3" : { },
|
@@ -4339,6 +4340,12 @@
|
|
4339
4340
|
},
|
4340
4341
|
"neptune" : {
|
4341
4342
|
"endpoints" : {
|
4343
|
+
"us-gov-east-1" : {
|
4344
|
+
"credentialScope" : {
|
4345
|
+
"region" : "us-gov-east-1"
|
4346
|
+
},
|
4347
|
+
"hostname" : "rds.us-gov-east-1.amazonaws.com"
|
4348
|
+
},
|
4342
4349
|
"us-gov-west-1" : {
|
4343
4350
|
"credentialScope" : {
|
4344
4351
|
"region" : "us-gov-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.205.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-08-
|
11
|
+
date: 2019-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
14
14
|
email:
|