aws-sdk-machinelearning 1.34.0 → 1.35.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: fe3e2d282949d1af2a90eb58d53470ad79b1b3a95bb81c2f22355c4f54b94175
4
- data.tar.gz: 1e33b068369db6f3c5ce773a737f8afa2ac25eb26fda6a3437e2cdd47a2b626f
3
+ metadata.gz: 0cb0ae8ce2b93fbfa6d9974c17c4ed17046ce928a6e38fd2bc38efd17151b7e9
4
+ data.tar.gz: e0426300a1d15e5d62f9d54c18e6b15a5d1a9155dc328f2bb3dc357f85dde92d
5
5
  SHA512:
6
- metadata.gz: a6c369bb52b8494a5da33007d2f490f7a06e976e4f3addce233aee3b529b8d636503d978c8170527eef39e0752630a58af16cb176623a8b40b1c8ae671a2206a
7
- data.tar.gz: d0757d803af210efdfe92e4f92a72a07e3482404c0afa2876cffa9e898ad4b4707071ef200525c07551d834d33291d4e849bd8c7a0fcfa94810b7b8f48fc2d43
6
+ metadata.gz: f14929f4543b8bbbbb6390971a23817f144be419f8c592526938fcf8b7670332fd408041cc847113cfb93d1da8e3d6905d77cebdcd1223c49f6a609560e3b6b8
7
+ data.tar.gz: 5b271227d61b3259cf1e9c6ac67d2d91a95c111025ed1d9c57e053c90bb030f63c03a48a800ea1d9d2c6615e2a00d7d8041688e3d78d94a1a9a79e74390f0f52
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.35.0 (2021-12-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.34.0 (2021-11-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.34.0
1
+ 1.35.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/defaults_mode.rb'
30
31
  require 'aws-sdk-core/plugins/signature_v4.rb'
31
32
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
32
33
  require 'aws-sdk-machinelearning/plugins/predict_endpoint.rb'
@@ -74,6 +75,7 @@ module Aws::MachineLearning
74
75
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
75
76
  add_plugin(Aws::Plugins::TransferEncoding)
76
77
  add_plugin(Aws::Plugins::HttpChecksum)
78
+ add_plugin(Aws::Plugins::DefaultsMode)
77
79
  add_plugin(Aws::Plugins::SignatureV4)
78
80
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
79
81
  add_plugin(Aws::MachineLearning::Plugins::PredictEndpoint)
@@ -177,6 +179,10 @@ module Aws::MachineLearning
177
179
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
178
180
  # a clock skew correction and retry requests with skewed client clocks.
179
181
  #
182
+ # @option options [String] :defaults_mode ("legacy")
183
+ # See {Aws::DefaultsModeConfiguration} for a list of the
184
+ # accepted modes and the configuration defaults that are included.
185
+ #
180
186
  # @option options [Boolean] :disable_host_prefix_injection (false)
181
187
  # Set to true to disable SDK automatically adding host prefix
182
188
  # to default service endpoint when available.
@@ -309,7 +315,7 @@ module Aws::MachineLearning
309
315
  # seconds to wait when opening a HTTP session before raising a
310
316
  # `Timeout::Error`.
311
317
  #
312
- # @option options [Integer] :http_read_timeout (60) The default
318
+ # @option options [Float] :http_read_timeout (60) The default
313
319
  # number of seconds to wait for response data. This value can
314
320
  # safely be set per-request on the session.
315
321
  #
@@ -325,6 +331,9 @@ module Aws::MachineLearning
325
331
  # disables this behaviour. This value can safely be set per
326
332
  # request on the session.
327
333
  #
334
+ # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
335
+ # in seconds.
336
+ #
328
337
  # @option options [Boolean] :http_wire_trace (false) When `true`,
329
338
  # HTTP debug output will be sent to the `:logger`.
330
339
  #
@@ -2377,7 +2386,7 @@ module Aws::MachineLearning
2377
2386
  params: params,
2378
2387
  config: config)
2379
2388
  context[:gem_name] = 'aws-sdk-machinelearning'
2380
- context[:gem_version] = '1.34.0'
2389
+ context[:gem_version] = '1.35.0'
2381
2390
  Seahorse::Client::Request.new(handlers, context)
2382
2391
  end
2383
2392
 
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-machinelearning/customizations'
49
49
  # @!group service
50
50
  module Aws::MachineLearning
51
51
 
52
- GEM_VERSION = '1.34.0'
52
+ GEM_VERSION = '1.35.0'
53
53
 
54
54
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-machinelearning
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.34.0
4
+ version: 1.35.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: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2021-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.122.0
22
+ version: 3.125.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.122.0
32
+ version: 3.125.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement