aws-sdk-machinelearning 1.43.0 → 1.44.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 +5 -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: 13e1969202ff02026ff8fa34a4387b3b7ebd26e48101055e455a792d8b99dbe6
|
|
4
|
+
data.tar.gz: 3789fb669dd5a34ece2552fa630ecc803c5f4b91491fffde61d5769dca520031
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee84bfb194f079710ae22513f2e6ef9f3a71c8851a3a17929bb3df2b99ef830d8b6bc8566943830b0c4f35301f40030660560a45bc7425b38800909bb86d5b41
|
|
7
|
+
data.tar.gz: 506d6eb7907fd4b5024844965175c5e19c150723c96c8ba596183df058b90ffb0f828625037bf6ab7a82476af190a48e5f2ae175df0f5cb9aebc347dcf62f8c5
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.44.0
|
|
@@ -218,6 +218,10 @@ module Aws::MachineLearning
|
|
|
218
218
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
219
219
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
220
220
|
#
|
|
221
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
222
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
223
|
+
# variables and the shared configuration file.
|
|
224
|
+
#
|
|
221
225
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
222
226
|
# The log formatter.
|
|
223
227
|
#
|
|
@@ -2423,7 +2427,7 @@ module Aws::MachineLearning
|
|
|
2423
2427
|
params: params,
|
|
2424
2428
|
config: config)
|
|
2425
2429
|
context[:gem_name] = 'aws-sdk-machinelearning'
|
|
2426
|
-
context[:gem_version] = '1.
|
|
2430
|
+
context[:gem_version] = '1.44.0'
|
|
2427
2431
|
Seahorse::Client::Request.new(handlers, context)
|
|
2428
2432
|
end
|
|
2429
2433
|
|
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.44.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: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|