aws-partitions 1.124.0 → 1.125.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 +9 -1
- 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: a389f4af6d82bb54fe9dc53e10b39bb749cbdc26
|
|
4
|
+
data.tar.gz: 61f35d6bc996af3c29f5adad6f84376f98a3ad61
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4d9a5f02a14ebda85b1445a73b59a3c7090ffb39e81067990cdd02ce575b92124eb863016065a68db6252e7c35ec1bf9bcb772f42444bc1010dfb6b993a9006
|
|
7
|
+
data.tar.gz: c0311bfcd5782cd6867fa5e2ca400de70ca63826171fcfda68abbe0b1067a81dfd126002fd9d51462bbf6da57d4b091d9eefca9b7068552bd55a2ddfab2cecab
|
data/partitions.json
CHANGED
|
@@ -1530,6 +1530,12 @@
|
|
|
1530
1530
|
},
|
|
1531
1531
|
"neptune" : {
|
|
1532
1532
|
"endpoints" : {
|
|
1533
|
+
"ap-southeast-1" : {
|
|
1534
|
+
"credentialScope" : {
|
|
1535
|
+
"region" : "ap-southeast-1"
|
|
1536
|
+
},
|
|
1537
|
+
"hostname" : "rds.ap-southeast-1.amazonaws.com"
|
|
1538
|
+
},
|
|
1533
1539
|
"eu-central-1" : {
|
|
1534
1540
|
"credentialScope" : {
|
|
1535
1541
|
"region" : "eu-central-1"
|
|
@@ -2148,7 +2154,7 @@
|
|
|
2148
2154
|
"shield" : {
|
|
2149
2155
|
"defaults" : {
|
|
2150
2156
|
"protocols" : [ "https" ],
|
|
2151
|
-
"sslCommonName" : "
|
|
2157
|
+
"sslCommonName" : "shield.us-east-1.amazonaws.com"
|
|
2152
2158
|
},
|
|
2153
2159
|
"endpoints" : {
|
|
2154
2160
|
"us-east-1" : { }
|
|
@@ -2297,6 +2303,8 @@
|
|
|
2297
2303
|
"eu-north-1" : { },
|
|
2298
2304
|
"eu-west-1" : { },
|
|
2299
2305
|
"eu-west-2" : { },
|
|
2306
|
+
"eu-west-3" : { },
|
|
2307
|
+
"sa-east-1" : { },
|
|
2300
2308
|
"us-east-1" : { },
|
|
2301
2309
|
"us-east-2" : { },
|
|
2302
2310
|
"us-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.125.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-12-
|
|
11
|
+
date: 2018-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|