aws-partitions 1.302.0 → 1.303.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 -1
- data/partitions.json +22 -22
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2ac4f91c694cbacdd05d2f52c3e0373db0739a72bbd0b95db987a20ff17c4f32
|
|
4
|
+
data.tar.gz: eef8f81b0d246bf0f81ad83aae637cfc821eb2a8b492f498b543dd1eb627937d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: baed6aec14e8468bae6c51e5f54a61eca469d7e956ad63d3dbc71827e65693d9324ce10fc5318bc274de25a14706f80aab1ac69699f509b4e3375751bfa43aef
|
|
7
|
+
data.tar.gz: 6bfc78484aa9be60eee86fb35b28962495238ce178443a6cc4e2b2ac1062764b8b93453c17f4d4dd845b2fae5ef58215bcee7b98b504d9a4b60d194d618334b4
|
data/lib/aws-partitions.rb
CHANGED
|
@@ -298,7 +298,7 @@ module Aws
|
|
|
298
298
|
'EMR' => 'elasticmapreduce',
|
|
299
299
|
'ElastiCache' => 'elasticache',
|
|
300
300
|
'ElasticBeanstalk' => 'elasticbeanstalk',
|
|
301
|
-
'ElasticInference' => 'elastic-inference',
|
|
301
|
+
'ElasticInference' => 'api.elastic-inference',
|
|
302
302
|
'ElasticLoadBalancing' => 'elasticloadbalancing',
|
|
303
303
|
'ElasticLoadBalancingV2' => 'elasticloadbalancing',
|
|
304
304
|
'ElasticTranscoder' => 'elastictranscoder',
|
data/partitions.json
CHANGED
|
@@ -347,6 +347,28 @@
|
|
|
347
347
|
}
|
|
348
348
|
}
|
|
349
349
|
},
|
|
350
|
+
"api.elastic-inference" : {
|
|
351
|
+
"endpoints" : {
|
|
352
|
+
"ap-northeast-1" : {
|
|
353
|
+
"hostname" : "api.elastic-inference.ap-northeast-1.amazonaws.com"
|
|
354
|
+
},
|
|
355
|
+
"ap-northeast-2" : {
|
|
356
|
+
"hostname" : "api.elastic-inference.ap-northeast-2.amazonaws.com"
|
|
357
|
+
},
|
|
358
|
+
"eu-west-1" : {
|
|
359
|
+
"hostname" : "api.elastic-inference.eu-west-1.amazonaws.com"
|
|
360
|
+
},
|
|
361
|
+
"us-east-1" : {
|
|
362
|
+
"hostname" : "api.elastic-inference.us-east-1.amazonaws.com"
|
|
363
|
+
},
|
|
364
|
+
"us-east-2" : {
|
|
365
|
+
"hostname" : "api.elastic-inference.us-east-2.amazonaws.com"
|
|
366
|
+
},
|
|
367
|
+
"us-west-2" : {
|
|
368
|
+
"hostname" : "api.elastic-inference.us-west-2.amazonaws.com"
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
},
|
|
350
372
|
"api.mediatailor" : {
|
|
351
373
|
"endpoints" : {
|
|
352
374
|
"ap-northeast-1" : { },
|
|
@@ -1793,28 +1815,6 @@
|
|
|
1793
1815
|
"us-west-2" : { }
|
|
1794
1816
|
}
|
|
1795
1817
|
},
|
|
1796
|
-
"elastic-inference" : {
|
|
1797
|
-
"endpoints" : {
|
|
1798
|
-
"ap-northeast-1" : {
|
|
1799
|
-
"hostname" : "api.elastic-inference.ap-northeast-1.amazonaws.com"
|
|
1800
|
-
},
|
|
1801
|
-
"ap-northeast-2" : {
|
|
1802
|
-
"hostname" : "api.elastic-inference.ap-northeast-2.amazonaws.com"
|
|
1803
|
-
},
|
|
1804
|
-
"eu-west-1" : {
|
|
1805
|
-
"hostname" : "api.elastic-inference.eu-west-1.amazonaws.com"
|
|
1806
|
-
},
|
|
1807
|
-
"us-east-1" : {
|
|
1808
|
-
"hostname" : "api.elastic-inference.us-east-1.amazonaws.com"
|
|
1809
|
-
},
|
|
1810
|
-
"us-east-2" : {
|
|
1811
|
-
"hostname" : "api.elastic-inference.us-east-2.amazonaws.com"
|
|
1812
|
-
},
|
|
1813
|
-
"us-west-2" : {
|
|
1814
|
-
"hostname" : "api.elastic-inference.us-west-2.amazonaws.com"
|
|
1815
|
-
}
|
|
1816
|
-
}
|
|
1817
|
-
},
|
|
1818
1818
|
"elasticache" : {
|
|
1819
1819
|
"endpoints" : {
|
|
1820
1820
|
"af-south-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.303.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: 2020-04-
|
|
11
|
+
date: 2020-04-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Provides interfaces to enumerate AWS partitions, regions, and services.
|
|
14
14
|
email:
|