aws-partitions 1.245.0 → 1.246.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 +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: c40f805e1f76902e66d669945eb24b5976f8598f
|
|
4
|
+
data.tar.gz: 12d2107fb74976c3254c83b75ad1174e3c428473
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d4bccefca0ac2d2870af700e821af9ac3bc88684d44b5b50cc856c8bc589cb8a0264e911aaa7c4511ee06a95ad9986ddaf709722c7f6a7eeefb1e04f3a690ef
|
|
7
|
+
data.tar.gz: d3e670163db1d29e6748e111c065a1b78ddcadaea65b51ce0f2bcd4a4d80bd7927675914e3635cdb2d1b9ddddcc84a208adeb1df2bfa36e3e1f3759626d2325a
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -290,6 +290,7 @@ module Aws
|
|
|
290
290
|
'EMR' => 'elasticmapreduce',
|
|
291
291
|
'ElastiCache' => 'elasticache',
|
|
292
292
|
'ElasticBeanstalk' => 'elasticbeanstalk',
|
|
293
|
+
'ElasticInference' => 'api.elastic-inference',
|
|
293
294
|
'ElasticLoadBalancing' => 'elasticloadbalancing',
|
|
294
295
|
'ElasticLoadBalancingV2' => 'elasticloadbalancing',
|
|
295
296
|
'ElasticTranscoder' => 'elastictranscoder',
|
data/partitions.json
CHANGED
|
@@ -3773,13 +3773,18 @@
|
|
|
3773
3773
|
"protocols" : [ "https" ]
|
|
3774
3774
|
},
|
|
3775
3775
|
"endpoints" : {
|
|
3776
|
+
"ap-east-1" : { },
|
|
3776
3777
|
"ap-northeast-1" : { },
|
|
3777
3778
|
"ap-northeast-2" : { },
|
|
3778
3779
|
"ap-south-1" : { },
|
|
3779
3780
|
"ap-southeast-1" : { },
|
|
3781
|
+
"ap-southeast-2" : { },
|
|
3780
3782
|
"ca-central-1" : { },
|
|
3781
3783
|
"eu-central-1" : { },
|
|
3784
|
+
"eu-north-1" : { },
|
|
3782
3785
|
"eu-west-1" : { },
|
|
3786
|
+
"eu-west-2" : { },
|
|
3787
|
+
"eu-west-3" : { },
|
|
3783
3788
|
"us-east-1" : { },
|
|
3784
3789
|
"us-east-1-fips" : {
|
|
3785
3790
|
"credentialScope" : {
|
|
@@ -3794,6 +3799,7 @@
|
|
|
3794
3799
|
},
|
|
3795
3800
|
"hostname" : "translate-fips.us-east-2.amazonaws.com"
|
|
3796
3801
|
},
|
|
3802
|
+
"us-west-1" : { },
|
|
3797
3803
|
"us-west-2" : { },
|
|
3798
3804
|
"us-west-2-fips" : {
|
|
3799
3805
|
"credentialScope" : {
|
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.246.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-
|
|
11
|
+
date: 2019-11-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|