aws-partitions 1.109.0 → 1.110.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 +21 -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: 42958b10db51c130804909b5b5cc927229414031
|
|
4
|
+
data.tar.gz: 0e2c3471583f15e412e51e81ba5f77dcb66ce634
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 26ef21a46a139f4fb028ca8f5fd260edaaa695d383aff61b27ff581b9e2f9627e7977461666c32010144a79094c0020e5b22398b56db60628a1a89437489b1f5
|
|
7
|
+
data.tar.gz: f17e820b2aabf8385f6a6f12ee1689b22c0cef5464406a1e9af7d7f2e04c8c72c91c9a47ef68ae081755bd69452f0f74870978e00f825e4309067df6fc6cea7d
|
data/partitions.json
CHANGED
|
@@ -194,6 +194,20 @@
|
|
|
194
194
|
"us-west-2" : { }
|
|
195
195
|
}
|
|
196
196
|
},
|
|
197
|
+
"appsync" : {
|
|
198
|
+
"endpoints" : {
|
|
199
|
+
"ap-northeast-1" : { },
|
|
200
|
+
"ap-northeast-2" : { },
|
|
201
|
+
"ap-south-1" : { },
|
|
202
|
+
"ap-southeast-1" : { },
|
|
203
|
+
"ap-southeast-2" : { },
|
|
204
|
+
"eu-central-1" : { },
|
|
205
|
+
"eu-west-1" : { },
|
|
206
|
+
"us-east-1" : { },
|
|
207
|
+
"us-east-2" : { },
|
|
208
|
+
"us-west-2" : { }
|
|
209
|
+
}
|
|
210
|
+
},
|
|
197
211
|
"athena" : {
|
|
198
212
|
"endpoints" : {
|
|
199
213
|
"ap-northeast-1" : { },
|
|
@@ -1384,6 +1398,7 @@
|
|
|
1384
1398
|
"endpoints" : {
|
|
1385
1399
|
"ap-northeast-1" : { },
|
|
1386
1400
|
"ap-northeast-2" : { },
|
|
1401
|
+
"ap-south-1" : { },
|
|
1387
1402
|
"ap-southeast-1" : { },
|
|
1388
1403
|
"ap-southeast-2" : { },
|
|
1389
1404
|
"eu-central-1" : { },
|
|
@@ -1485,6 +1500,12 @@
|
|
|
1485
1500
|
},
|
|
1486
1501
|
"neptune" : {
|
|
1487
1502
|
"endpoints" : {
|
|
1503
|
+
"eu-central-1" : {
|
|
1504
|
+
"credentialScope" : {
|
|
1505
|
+
"region" : "eu-central-1"
|
|
1506
|
+
},
|
|
1507
|
+
"hostname" : "rds.eu-central-1.amazonaws.com"
|
|
1508
|
+
},
|
|
1488
1509
|
"eu-west-1" : {
|
|
1489
1510
|
"credentialScope" : {
|
|
1490
1511
|
"region" : "eu-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.110.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: 2018-11-
|
|
11
|
+
date: 2018-11-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|