aws-sdk-machinelearning 1.58.0 → 1.59.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-machinelearning/client.rb +7 -1
- data/lib/aws-sdk-machinelearning.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 72acc8af48cfecd2f985a3851160b206722cfd9c6b45b630f9213732dd9cd2f5
|
|
4
|
+
data.tar.gz: 4046872f5b6325a5fdbb59c6e22ecebec41ed5e44673b930898ed1015c1382c1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3069296d54c787cf67860daf515414fd2d8ad0251b8dd87769c9e0e433cadd7ddf5981a51b844adb5ab396422b52227ac76a7dd3c6a2ecb3a9cf33f628771dd5
|
|
7
|
+
data.tar.gz: 18f21dccb8c0263adabf97bd4c33ce49a813b0e6faaa9103e7f7c1a2bb041cea0e2e77b24aab0f29dc1745d711eff3553c4067f50cabd6ba56fad52517c78f0a
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.59.0
|
|
@@ -434,6 +434,12 @@ module Aws::MachineLearning
|
|
|
434
434
|
# @option options [String] :ssl_ca_store
|
|
435
435
|
# Sets the X509::Store to verify peer certificate.
|
|
436
436
|
#
|
|
437
|
+
# @option options [OpenSSL::X509::Certificate] :ssl_cert
|
|
438
|
+
# Sets a client certificate when creating http connections.
|
|
439
|
+
#
|
|
440
|
+
# @option options [OpenSSL::PKey] :ssl_key
|
|
441
|
+
# Sets a client key when creating http connections.
|
|
442
|
+
#
|
|
437
443
|
# @option options [Float] :ssl_timeout
|
|
438
444
|
# Sets the SSL timeout in seconds
|
|
439
445
|
#
|
|
@@ -2478,7 +2484,7 @@ module Aws::MachineLearning
|
|
|
2478
2484
|
tracer: tracer
|
|
2479
2485
|
)
|
|
2480
2486
|
context[:gem_name] = 'aws-sdk-machinelearning'
|
|
2481
|
-
context[:gem_version] = '1.
|
|
2487
|
+
context[:gem_version] = '1.59.0'
|
|
2482
2488
|
Seahorse::Client::Request.new(handlers, context)
|
|
2483
2489
|
end
|
|
2484
2490
|
|
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.
|
|
4
|
+
version: 1.59.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: 2024-09-
|
|
11
|
+
date: 2024-09-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|