aws-partitions 1.87.0 → 1.88.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/lib/aws-partitions.rb +1 -0
- 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: c2dacf5dc6a465874daac6bae60d8773ed517ac6
|
|
4
|
+
data.tar.gz: 0fc243fdfac5a0ad2847d4625228911d29da59ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3fbdff0149e00c2e9d829dac73582be4c3ad4891d4a0002b4b900eb274bb203ae1eb47c93eea1e6e26f2d82b164b9b09ddbdc8e7892b75956b0ae1b65c6fde3e
|
|
7
|
+
data.tar.gz: 5edd88513666caf2df2d8670ac08a68effb21ede4123730f114c0cf9b74672644088199f3d1efd5a4a53c06b64cc87ba2450393690868c0828af2d8439e0b437
|
data/lib/aws-partitions.rb
CHANGED
data/partitions.json
CHANGED
|
@@ -221,6 +221,7 @@
|
|
|
221
221
|
"endpoints" : {
|
|
222
222
|
"ap-northeast-1" : { },
|
|
223
223
|
"ap-northeast-2" : { },
|
|
224
|
+
"ap-south-1" : { },
|
|
224
225
|
"ap-southeast-1" : { },
|
|
225
226
|
"ap-southeast-2" : { },
|
|
226
227
|
"ca-central-1" : { },
|
|
@@ -1001,11 +1002,13 @@
|
|
|
1001
1002
|
"glue" : {
|
|
1002
1003
|
"endpoints" : {
|
|
1003
1004
|
"ap-northeast-1" : { },
|
|
1005
|
+
"ap-northeast-2" : { },
|
|
1004
1006
|
"ap-south-1" : { },
|
|
1005
1007
|
"ap-southeast-1" : { },
|
|
1006
1008
|
"ap-southeast-2" : { },
|
|
1007
1009
|
"eu-central-1" : { },
|
|
1008
1010
|
"eu-west-1" : { },
|
|
1011
|
+
"eu-west-2" : { },
|
|
1009
1012
|
"us-east-1" : { },
|
|
1010
1013
|
"us-east-2" : { },
|
|
1011
1014
|
"us-west-2" : { }
|
|
@@ -1253,6 +1256,7 @@
|
|
|
1253
1256
|
"medialive" : {
|
|
1254
1257
|
"endpoints" : {
|
|
1255
1258
|
"ap-northeast-1" : { },
|
|
1259
|
+
"ap-northeast-2" : { },
|
|
1256
1260
|
"ap-southeast-1" : { },
|
|
1257
1261
|
"ap-southeast-2" : { },
|
|
1258
1262
|
"eu-west-1" : { },
|
|
@@ -1800,6 +1804,10 @@
|
|
|
1800
1804
|
"eu-west-1" : { },
|
|
1801
1805
|
"eu-west-2" : { },
|
|
1802
1806
|
"eu-west-3" : { },
|
|
1807
|
+
"fips-us-east-1" : { },
|
|
1808
|
+
"fips-us-east-2" : { },
|
|
1809
|
+
"fips-us-west-1" : { },
|
|
1810
|
+
"fips-us-west-2" : { },
|
|
1803
1811
|
"sa-east-1" : { },
|
|
1804
1812
|
"us-east-1" : {
|
|
1805
1813
|
"sslCommonName" : "queue.{dnsSuffix}"
|
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.88.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-05-
|
|
11
|
+
date: 2018-05-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|