aws-partitions 1.302.0 → 1.303.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/aws-partitions.rb +1 -1
  3. data/partitions.json +22 -22
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc27a273d86771b000234aaecc61f26da1101c4bba75b9bcfd182f25108cc391
4
- data.tar.gz: 20e2938e2bb9dae76b78ceb9c02566e612b3b6bbe38bdb5ce433d0aed79cbdae
3
+ metadata.gz: 2ac4f91c694cbacdd05d2f52c3e0373db0739a72bbd0b95db987a20ff17c4f32
4
+ data.tar.gz: eef8f81b0d246bf0f81ad83aae637cfc821eb2a8b492f498b543dd1eb627937d
5
5
  SHA512:
6
- metadata.gz: 12623e68d941472733934d75bb4564051219d348540a9ecc8d20cede8c29636995e8615b55a6bb81a8e49a562a6e97cc8ed812c82ad0a576fa0b958236a1d1de
7
- data.tar.gz: 3794c334d31a1c5fc757c347291728c2816c38cdbd7b7c38cfb1599817f5769c8dbf1b5047151a96e2e1eb64a34b23a486c1659a937bf75c6cb21f572eb6d6bb
6
+ metadata.gz: baed6aec14e8468bae6c51e5f54a61eca469d7e956ad63d3dbc71827e65693d9324ce10fc5318bc274de25a14706f80aab1ac69699f509b4e3375751bfa43aef
7
+ data.tar.gz: 6bfc78484aa9be60eee86fb35b28962495238ce178443a6cc4e2b2ac1062764b8b93453c17f4d4dd845b2fae5ef58215bcee7b98b504d9a4b60d194d618334b4
@@ -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.302.0
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-23 00:00:00.000000000 Z
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: