aws-sdk-elasticinference 1.3.0 → 1.4.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f66350709beea458d990f7bc911734812e9dcdd0d9be3843178e498e3b5f75d6
4
- data.tar.gz: 5cbf254b167bebe0daa42bcb89b2253f14f4ec4e094eb6b68d8c7c2847a96e94
3
+ metadata.gz: 640c746723f82e62e3c3da334456ca9976bc00a7ee1b62e6488c8ede4b720c01
4
+ data.tar.gz: 328d467fee8ea26819ed1d8ba8efcd1e0db4d38e1246f153971b041832347658
5
5
  SHA512:
6
- metadata.gz: 59340bdc98cfb743800b52a4f0b9986b2fa4b56370da570f1c04e697aa006f5897226af0b7960da741a5c1c3dda3998b93f24f9097526093153aa5e1bc56bdac
7
- data.tar.gz: 5c09410240ca9bf0aefd1d2d6023089a73d55b05529e5080c2da7b2dc2f1ec816d355d305b91e4c99a7b4916b976760bd43432f6bed1169a73733441948f786b
6
+ metadata.gz: b450d4d3c49cdb39e16b07df3c357d8f06c77f43e99578804f3023fc84003cf04c709e794f8c692d996bc56225f9dfbc36cf81663ad01795a787266ed46926bf
7
+ data.tar.gz: 24f7679500d4059f6d7cae0a48d0c2c98a839dc23b876fd6935b156c45bc814fde1da63c8567d29c72d28c7025f74ed97f27bf18d25b60940f1f939cac6a106b
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-elasticinference/customizations'
45
45
  # @service
46
46
  module Aws::ElasticInference
47
47
 
48
- GEM_VERSION = '1.3.0'
48
+ GEM_VERSION = '1.4.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::ElasticInference
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::ElasticInference
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -534,7 +534,7 @@ module Aws::ElasticInference
534
534
  params: params,
535
535
  config: config)
536
536
  context[:gem_name] = 'aws-sdk-elasticinference'
537
- context[:gem_version] = '1.3.0'
537
+ context[:gem_version] = '1.4.0'
538
538
  Seahorse::Client::Request.new(handlers, context)
539
539
  end
540
540
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-elasticinference
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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-24 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core