aws-sdk-machinelearning 1.51.0 → 1.52.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 +4 -3
- 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: ef8a8c196894e4350c8382f8ab02985d31e787e70dcacca1f63c34aa4b90b9ed
|
|
4
|
+
data.tar.gz: b4311194d2d042675628221e7d59b95433fce4566ec9b319f22b6317cd256dc3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49718ab32eeae006ad5ef1d9392a172c1ea063721451d01dbeb48317f1ea82917c8d44933bb9666347a6a7309db58c8dfd342ec54f7e93ebf73c1808f022256a
|
|
7
|
+
data.tar.gz: 7a00782b26bbdc52829c799a13bed8e32d7f62fc880fb68757dc66ce8d8f328ee3763aad46479184f8f2bd021da66585a0543556dce35f19f0ff8d494a7031fc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.52.0
|
|
@@ -303,8 +303,9 @@ module Aws::MachineLearning
|
|
|
303
303
|
#
|
|
304
304
|
# @option options [String] :sdk_ua_app_id
|
|
305
305
|
# A unique and opaque application ID that is appended to the
|
|
306
|
-
# User-Agent header as app
|
|
307
|
-
# maximum length of 50.
|
|
306
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
|
307
|
+
# maximum length of 50. This variable is sourced from environment
|
|
308
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
|
308
309
|
#
|
|
309
310
|
# @option options [String] :secret_access_key
|
|
310
311
|
#
|
|
@@ -2451,7 +2452,7 @@ module Aws::MachineLearning
|
|
|
2451
2452
|
params: params,
|
|
2452
2453
|
config: config)
|
|
2453
2454
|
context[:gem_name] = 'aws-sdk-machinelearning'
|
|
2454
|
-
context[:gem_version] = '1.
|
|
2455
|
+
context[:gem_version] = '1.52.0'
|
|
2455
2456
|
Seahorse::Client::Request.new(handlers, context)
|
|
2456
2457
|
end
|
|
2457
2458
|
|
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.52.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-
|
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|