aws-sdk-machinelearning 1.62.0 → 1.63.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-machinelearning/client.rb +1 -3
- data/lib/aws-sdk-machinelearning.rb +3 -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: 036f0b4ea7877e1108025f848a831dcc1506befe765aa82d787e4d1594cd0c07
|
4
|
+
data.tar.gz: 9041133f7505705b55e4e2cf92256276154a4249ee42dc6f4724ca9179f2e49d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3f6564bf5040db60d9b55815f2be503a2801aa470f1e567f48f84501c77d3b0993cf6b3b1eee7a46f3dbbe619f1f33cfc83005629c5034880d5e91dcf47a856
|
7
|
+
data.tar.gz: 5b28043b9597e32639c466adb9233a53c14386a2690dd85a0e6186c3c5de5697689371a0a47f4dea234f17d4b7eff8033d0a150dd2ba03ba394e5d9592cb118c
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.63.0
|
@@ -37,8 +37,6 @@ require 'aws-sdk-core/plugins/sign.rb'
|
|
37
37
|
require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
|
38
38
|
require 'aws-sdk-machinelearning/plugins/predict_endpoint.rb'
|
39
39
|
|
40
|
-
Aws::Plugins::GlobalConfiguration.add_identifier(:machinelearning)
|
41
|
-
|
42
40
|
module Aws::MachineLearning
|
43
41
|
# An API client for MachineLearning. To construct a client, you need to configure a `:region` and `:credentials`.
|
44
42
|
#
|
@@ -2490,7 +2488,7 @@ module Aws::MachineLearning
|
|
2490
2488
|
tracer: tracer
|
2491
2489
|
)
|
2492
2490
|
context[:gem_name] = 'aws-sdk-machinelearning'
|
2493
|
-
context[:gem_version] = '1.
|
2491
|
+
context[:gem_version] = '1.63.0'
|
2494
2492
|
Seahorse::Client::Request.new(handlers, context)
|
2495
2493
|
end
|
2496
2494
|
|
@@ -11,6 +11,8 @@
|
|
11
11
|
require 'aws-sdk-core'
|
12
12
|
require 'aws-sigv4'
|
13
13
|
|
14
|
+
Aws::Plugins::GlobalConfiguration.add_identifier(:machinelearning)
|
15
|
+
|
14
16
|
# This module provides support for Amazon Machine Learning. This module is available in the
|
15
17
|
# `aws-sdk-machinelearning` gem.
|
16
18
|
#
|
@@ -53,7 +55,7 @@ module Aws::MachineLearning
|
|
53
55
|
autoload :EndpointProvider, 'aws-sdk-machinelearning/endpoint_provider'
|
54
56
|
autoload :Endpoints, 'aws-sdk-machinelearning/endpoints'
|
55
57
|
|
56
|
-
GEM_VERSION = '1.
|
58
|
+
GEM_VERSION = '1.63.0'
|
57
59
|
|
58
60
|
end
|
59
61
|
|
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.63.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-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|