aws-sdk-sagemakerruntimehttp2 1.5.0 → 1.6.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemakerruntimehttp2/async_client.rb +6 -8
- data/lib/aws-sdk-sagemakerruntimehttp2.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8bbfb5a06e6cd2535ddbbf6e374e2c06876b59ae803d6ff885c210822c04707
|
|
4
|
+
data.tar.gz: 8b30f5abddb70ff6394d71ce5d813ce2887daf7ad557733b4b402de3fe500569
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 460dcb6ab08aecab46823448f00517698a5ec9b843f19c06370eb01b40c9582e85abd92ec5dbbd548fbb6ed0448d1fcfcb32c2428b573f0f3d60a02da9ba5ac9
|
|
7
|
+
data.tar.gz: e96625d0e780629b39f19ed4d16acbbf22dabe2a93c2d3e87a3340ae8957ccd45a2108a9eac50587dc5fc619a695aaf9f8af70bc9c51dfad8c20af161c783208
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.6.0
|
|
@@ -168,7 +168,7 @@ module Aws::SageMakerRuntimeHTTP2
|
|
|
168
168
|
# the required types.
|
|
169
169
|
#
|
|
170
170
|
# @option options [Boolean] :correct_clock_skew (true)
|
|
171
|
-
# Used only in `standard` and adaptive retry modes. Specifies whether to apply
|
|
171
|
+
# Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
|
|
172
172
|
# a clock skew correction and retry requests with skewed client clocks.
|
|
173
173
|
#
|
|
174
174
|
# @option options [String] :defaults_mode ("legacy")
|
|
@@ -283,17 +283,15 @@ module Aws::SageMakerRuntimeHTTP2
|
|
|
283
283
|
# @option options [String] :retry_mode ("legacy")
|
|
284
284
|
# Specifies which retry algorithm to use. Values are:
|
|
285
285
|
#
|
|
286
|
-
# * `legacy` - The pre-existing retry behavior.
|
|
287
|
-
# no retry mode is provided.
|
|
286
|
+
# * `legacy` - The pre-existing retry behavior. This is the default
|
|
287
|
+
# value if no retry mode is provided.
|
|
288
288
|
#
|
|
289
289
|
# * `standard` - A standardized set of retry rules across the AWS SDKs.
|
|
290
290
|
# This includes support for retry quotas, which limit the number of
|
|
291
291
|
# unsuccessful retries a client can make.
|
|
292
292
|
#
|
|
293
|
-
# * `adaptive` -
|
|
294
|
-
#
|
|
295
|
-
# throttling. This is a provisional mode that may change behavior
|
|
296
|
-
# in the future.
|
|
293
|
+
# * `adaptive` - A retry mode that includes all the functionality of
|
|
294
|
+
# `standard` mode along with automatic client side throttling.
|
|
297
295
|
#
|
|
298
296
|
# @option options [String] :sdk_ua_app_id
|
|
299
297
|
# A unique and opaque application ID that is appended to the
|
|
@@ -628,7 +626,7 @@ module Aws::SageMakerRuntimeHTTP2
|
|
|
628
626
|
tracer: tracer
|
|
629
627
|
)
|
|
630
628
|
context[:gem_name] = 'aws-sdk-sagemakerruntimehttp2'
|
|
631
|
-
context[:gem_version] = '1.
|
|
629
|
+
context[:gem_version] = '1.6.0'
|
|
632
630
|
Seahorse::Client::Request.new(handlers, context)
|
|
633
631
|
end
|
|
634
632
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-sagemakerruntimehttp2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.6.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
version: '3'
|
|
19
19
|
- - ">="
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 3.
|
|
21
|
+
version: 3.248.0
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -28,7 +28,7 @@ dependencies:
|
|
|
28
28
|
version: '3'
|
|
29
29
|
- - ">="
|
|
30
30
|
- !ruby/object:Gem::Version
|
|
31
|
-
version: 3.
|
|
31
|
+
version: 3.248.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|