aws-partitions 1.182.0 → 1.183.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: d9ee4e490c97a7b6b52e72de871d51f193033285
|
|
4
|
+
data.tar.gz: 951492b76ce75073f9960e2c951f0c709f92b2d0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7c9712aacfb523a4e466a7fa8b1e664b521d47a2a161514671d7ebc20aa8069c7f05fad47b36b7490f25fc5e0c27b30977b483aba40457f16bf6cab6bf31c49a
|
|
7
|
+
data.tar.gz: 4fde080b3f6173974bcbbd1d3243d4412b0551ff410fbd1375a1b9a2e7ad6ff94a79537eaa17a4b88150392831e0e91891465411c2f2a4ff46214ee12d6075ad
|
data/partitions.json
CHANGED
|
@@ -387,6 +387,7 @@
|
|
|
387
387
|
"ap-southeast-2" : { },
|
|
388
388
|
"ca-central-1" : { },
|
|
389
389
|
"eu-central-1" : { },
|
|
390
|
+
"eu-north-1" : { },
|
|
390
391
|
"eu-west-1" : { },
|
|
391
392
|
"eu-west-2" : { },
|
|
392
393
|
"us-east-1" : { },
|
|
@@ -2032,6 +2033,12 @@
|
|
|
2032
2033
|
},
|
|
2033
2034
|
"hostname" : "rds.eu-central-1.amazonaws.com"
|
|
2034
2035
|
},
|
|
2036
|
+
"eu-north-1" : {
|
|
2037
|
+
"credentialScope" : {
|
|
2038
|
+
"region" : "eu-north-1"
|
|
2039
|
+
},
|
|
2040
|
+
"hostname" : "rds.eu-north-1.amazonaws.com"
|
|
2041
|
+
},
|
|
2035
2042
|
"eu-west-1" : {
|
|
2036
2043
|
"credentialScope" : {
|
|
2037
2044
|
"region" : "eu-west-1"
|
|
@@ -2770,6 +2777,7 @@
|
|
|
2770
2777
|
},
|
|
2771
2778
|
"sms" : {
|
|
2772
2779
|
"endpoints" : {
|
|
2780
|
+
"ap-east-1" : { },
|
|
2773
2781
|
"ap-northeast-1" : { },
|
|
2774
2782
|
"ap-northeast-2" : { },
|
|
2775
2783
|
"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.183.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-07-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|