aws-sdk-machinelearning 1.19.0 → 1.20.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/lib/aws-sdk-machinelearning.rb +1 -1
- data/lib/aws-sdk-machinelearning/client.rb +2 -2
- 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: 4ed3ca8eeb18521706c6bce4d1050f42509ffc8dccbcb8e6f2ab6e8a2b211772
|
|
4
|
+
data.tar.gz: 5631340664339e52a0864943408dadd7ce8defeaa14c69b4cee3622799e9d70f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: adc1bc95c769129d3187f87f3804febc6e6daa825a2aa3eb6be62532bc3882accbab89e9e0fd88a34ce1d89c03daa08f59ff20762e00daaeb625b02551f12798
|
|
7
|
+
data.tar.gz: b5bfe764344a8c3353bb063551dffbc4103f8c7f77b69930dcf28c131b77c236e0fc2cb15f54884e7f743ff60e076ecc454730e4bb04f3407ce1a0678a988c60
|
|
@@ -178,7 +178,7 @@ module Aws::MachineLearning
|
|
|
178
178
|
# requests fetching endpoints information. Defaults to 60 sec.
|
|
179
179
|
#
|
|
180
180
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
181
|
-
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
181
|
+
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
182
182
|
#
|
|
183
183
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
184
184
|
# The log formatter.
|
|
@@ -2317,7 +2317,7 @@ module Aws::MachineLearning
|
|
|
2317
2317
|
params: params,
|
|
2318
2318
|
config: config)
|
|
2319
2319
|
context[:gem_name] = 'aws-sdk-machinelearning'
|
|
2320
|
-
context[:gem_version] = '1.
|
|
2320
|
+
context[:gem_version] = '1.20.0'
|
|
2321
2321
|
Seahorse::Client::Request.new(handlers, context)
|
|
2322
2322
|
end
|
|
2323
2323
|
|
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.20.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-05-
|
|
11
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|