aws-sdk-machinelearning 1.86.0 → 1.87.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
  SHA256:
3
- metadata.gz: aba22eaf0e9e0e0887d2be780e19ccba850c3312192860b6bf7d779a9d8b45b4
4
- data.tar.gz: d87cb044cdd7cf352f5123b076dbe0df499fb2b98723768a368e30b758f75e56
3
+ metadata.gz: 27e059a1673827cd4f91fd78656d1ffd95136722e4d1c1d9251ae9e6231ffa12
4
+ data.tar.gz: 9d9f4745d14cf79e1409d42b82105c8452d8dc498daae9a2b4505d05487222a6
5
5
  SHA512:
6
- metadata.gz: 64298b10aa066b4baccca345bbf4680700414499e10e4f5996cb1fe7a7eff071a865ed2ba37ebcfff6581c4d69f99358b70bcfebbd1f7990e108162df5e99916
7
- data.tar.gz: 1afcdcf38cbfe8f0c045a64da8af6c4feac4caabe50e39a4979b6fbcfcdf1606e399c1ecee93a2221e269e5a02055466e4a355fd909ea49f757787f9c9688558
6
+ metadata.gz: 0eec4dfc19e6105dc28ba53ac0e0ccf41f75ee2d8de3f50d1a47eee93503f048cae47e53785ea9aed8107e2750b9c4636fd7ccc0d463484e9a027f70b723b467
7
+ data.tar.gz: 19d2941b70d37efe4bf786febc650b8e42f4fcd25d83728ce8ec89028f394ad98c3cb03310f2ba76db06ca48784cf491ba95ae4c1ecc6facb49369b3a625618c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.86.0 (2026-05-19)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -201,7 +201,7 @@ module Aws::MachineLearning
201
201
  # the required types.
202
202
  #
203
203
  # @option options [Boolean] :correct_clock_skew (true)
204
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
204
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
205
205
  # a clock skew correction and retry requests with skewed client clocks.
206
206
  #
207
207
  # @option options [String] :defaults_mode ("legacy")
@@ -325,17 +325,15 @@ module Aws::MachineLearning
325
325
  # @option options [String] :retry_mode ("legacy")
326
326
  # Specifies which retry algorithm to use. Values are:
327
327
  #
328
- # * `legacy` - The pre-existing retry behavior. This is default value if
329
- # no retry mode is provided.
328
+ # * `legacy` - The pre-existing retry behavior. This is the default
329
+ # value if no retry mode is provided.
330
330
  #
331
331
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
332
332
  # This includes support for retry quotas, which limit the number of
333
333
  # unsuccessful retries a client can make.
334
334
  #
335
- # * `adaptive` - An experimental retry mode that includes all the
336
- # functionality of `standard` mode along with automatic client side
337
- # throttling. This is a provisional mode that may change behavior
338
- # in the future.
335
+ # * `adaptive` - A retry mode that includes all the functionality of
336
+ # `standard` mode along with automatic client side throttling.
339
337
  #
340
338
  # @option options [String] :sdk_ua_app_id
341
339
  # A unique and opaque application ID that is appended to the
@@ -2515,7 +2513,7 @@ module Aws::MachineLearning
2515
2513
  tracer: tracer
2516
2514
  )
2517
2515
  context[:gem_name] = 'aws-sdk-machinelearning'
2518
- context[:gem_version] = '1.86.0'
2516
+ context[:gem_version] = '1.87.0'
2519
2517
  Seahorse::Client::Request.new(handlers, context)
2520
2518
  end
2521
2519
 
@@ -55,7 +55,7 @@ module Aws::MachineLearning
55
55
  autoload :EndpointProvider, 'aws-sdk-machinelearning/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-machinelearning/endpoints'
57
57
 
58
- GEM_VERSION = '1.86.0'
58
+ GEM_VERSION = '1.87.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-machinelearning
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.86.0
4
+ version: 1.87.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.247.0
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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement