aws-partitions 1.231.0 → 1.232.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: dbac57d166732c77d9824d89fdb96da04d9c5aea
|
|
4
|
+
data.tar.gz: 960743a35202c88f6c91cf7f04f191608fbb0483
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 03cadf4752d669b8aca7e7aadcc7f997cee6285b52db5e9a410b65d08507c215e8074434d5a5bf866eefbe4ec1e8ad2f40354d13bf502941f47ca6ce7a286daf
|
|
7
|
+
data.tar.gz: 2e4b21d51acf9185f6529ce88a42317f1fb4246083d6ddbd49776928a514cf1badcc330ec7ec53bd1dde27586cda4c125538b5b65f154f9e51be5707d8c56dd2
|
data/partitions.json
CHANGED
|
@@ -1167,6 +1167,12 @@
|
|
|
1167
1167
|
},
|
|
1168
1168
|
"hostname" : "rds.eu-west-2.amazonaws.com"
|
|
1169
1169
|
},
|
|
1170
|
+
"eu-west-3" : {
|
|
1171
|
+
"credentialScope" : {
|
|
1172
|
+
"region" : "eu-west-3"
|
|
1173
|
+
},
|
|
1174
|
+
"hostname" : "rds.eu-west-3.amazonaws.com"
|
|
1175
|
+
},
|
|
1170
1176
|
"us-east-1" : {
|
|
1171
1177
|
"credentialScope" : {
|
|
1172
1178
|
"region" : "us-east-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.232.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-10-
|
|
11
|
+
date: 2019-10-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|