aws-sdk-elasticinference 1.1.0 → 1.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 241e760ae8b38e986d4a7df0a2d58097413df0c9
4
- data.tar.gz: 3ab47f5d456e0ceadb4d6736718832dfcd88b0bd
3
+ metadata.gz: 7c598b7f06328d0af6547d2a394571b988440bd8
4
+ data.tar.gz: 5fe8f91d37df80045adb1cb81049fec1ddddf0b2
5
5
  SHA512:
6
- metadata.gz: d8e202b39dfcad1ec723462b052f34896a0dae1aa2af581c8557e91a9cc37979116af45d3947d7c0e67b45ba99943060222682760854ed829902ec898ab8fcbc
7
- data.tar.gz: 252214b34b17a22a2c87152bb1a704f40384154950a5d312f79426db9b97d89dd2bf5654c13017dce1c51847bfa79cc49df96e3819b439ecd880dfb63a79efa8
6
+ metadata.gz: a24280b252de48d6127ff7335b1b75ede38637519358d409a611cfdefef7f9e2dc6cb4dee8f901f1f3778c4b2370e887fd41d5b3353bf9960fa1d2d62a38bb85
7
+ data.tar.gz: 8c269e88752628e3c865305535f655edfdd08d0970dd5ff6a340df46fd2ba7d4064dd9b30f0a4f63916e85d688277845c1eb9ff61d711fe9b858a702295d38d3
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-elasticinference/customizations'
45
45
  # @service
46
46
  module Aws::ElasticInference
47
47
 
48
- GEM_VERSION = '1.1.0'
48
+ GEM_VERSION = '1.2.0'
49
49
 
50
50
  end
@@ -32,11 +32,11 @@ Aws::Plugins::GlobalConfiguration.add_identifier(:elasticinference)
32
32
  module Aws::ElasticInference
33
33
  # An API client for ElasticInference. To construct a client, you need to configure a `:region` and `:credentials`.
34
34
  #
35
- # client = Aws::ElasticInference::Client.new(
36
- # region: region_name,
37
- # credentials: credentials,
38
- # # ...
39
- # )
35
+ # client = Aws::ElasticInference::Client.new(
36
+ # region: region_name,
37
+ # credentials: credentials,
38
+ # # ...
39
+ # )
40
40
  #
41
41
  # For details on configuring region and credentials see
42
42
  # the [developer guide](/sdk-for-ruby/v3/developer-guide/setup-config.html).
@@ -229,15 +229,19 @@ module Aws::ElasticInference
229
229
  #
230
230
  # @option options [String] :retry_mode ("legacy")
231
231
  # Specifies which retry algorithm to use. Values are:
232
- # * `legacy` - The pre-existing retry behavior. This is default value if
233
- # no retry mode is provided.
234
- # * `standard` - A standardized set of retry rules across the AWS SDKs.
235
- # This includes support for retry quotas, which limit the number of
236
- # unsuccessful retries a client can make.
237
- # * `adaptive` - An experimental retry mode that includes all the
238
- # functionality of `standard` mode along with automatic client side
239
- # throttling. This is a provisional mode that may change behavior
240
- # in the future.
232
+ #
233
+ # * `legacy` - The pre-existing retry behavior. This is default value if
234
+ # no retry mode is provided.
235
+ #
236
+ # * `standard` - A standardized set of retry rules across the AWS SDKs.
237
+ # This includes support for retry quotas, which limit the number of
238
+ # unsuccessful retries a client can make.
239
+ #
240
+ # * `adaptive` - An experimental retry mode that includes all the
241
+ # functionality of `standard` mode along with automatic client side
242
+ # throttling. This is a provisional mode that may change behavior
243
+ # in the future.
244
+ #
241
245
  #
242
246
  # @option options [String] :secret_access_key
243
247
  #
@@ -265,8 +269,7 @@ module Aws::ElasticInference
265
269
  #
266
270
  # @option options [Integer] :http_read_timeout (60) The default
267
271
  # number of seconds to wait for response data. This value can
268
- # safely be set
269
- # per-request on the session yielded by {#session_for}.
272
+ # safely be set per-request on the session.
270
273
  #
271
274
  # @option options [Float] :http_idle_timeout (5) The number of
272
275
  # seconds a connection is allowed to sit idle before it is
@@ -278,7 +281,7 @@ module Aws::ElasticInference
278
281
  # request body. This option has no effect unless the request has
279
282
  # "Expect" header set to "100-continue". Defaults to `nil` which
280
283
  # disables this behaviour. This value can safely be set per
281
- # request on the session yielded by {#session_for}.
284
+ # request on the session.
282
285
  #
283
286
  # @option options [Boolean] :http_wire_trace (false) When `true`,
284
287
  # HTTP debug output will be sent to the `:logger`.
@@ -401,7 +404,7 @@ module Aws::ElasticInference
401
404
  params: params,
402
405
  config: config)
403
406
  context[:gem_name] = 'aws-sdk-elasticinference'
404
- context[:gem_version] = '1.1.0'
407
+ context[:gem_version] = '1.2.0'
405
408
  Seahorse::Client::Request.new(handlers, context)
406
409
  end
407
410
 
@@ -67,7 +67,7 @@ module Aws::ElasticInference
67
67
 
68
68
  api.metadata = {
69
69
  "apiVersion" => "2017-07-25",
70
- "endpointPrefix" => "api.elastic-inference",
70
+ "endpointPrefix" => "elastic-inference",
71
71
  "jsonVersion" => "1.1",
72
72
  "protocol" => "rest-json",
73
73
  "serviceAbbreviation" => "Amazon Elastic Inference",
@@ -6,13 +6,7 @@
6
6
  # WARNING ABOUT GENERATED CODE
7
7
 
8
8
  module Aws::ElasticInference
9
- # This class provides a resource oriented interface for ElasticInference.
10
- # To create a resource object:
11
- # resource = Aws::ElasticInference::Resource.new(region: 'us-west-2')
12
- # You can supply a client object with custom configuration that will be used for all resource operations.
13
- # If you do not pass +:client+, a default client will be constructed.
14
- # client = Aws::ElasticInference::Client.new(region: 'us-west-2')
15
- # resource = Aws::ElasticInference::Resource.new(client: client)
9
+
16
10
  class Resource
17
11
 
18
12
  # @param options ({})
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.1.0
4
+ version: 1.2.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-03-09 00:00:00.000000000 Z
11
+ date: 2020-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core