aws-sdk-machinelearning 1.62.0 → 1.63.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5c98e0ccbaa729c3e68ce4ecb3990b3aa67d21bbfbd23b9eb1bb5d0c5cd40f19
4
- data.tar.gz: b185c7ffee6f51d278a6632e302d8ec65a24f2b84879584210425013fb1000d5
3
+ metadata.gz: 036f0b4ea7877e1108025f848a831dcc1506befe765aa82d787e4d1594cd0c07
4
+ data.tar.gz: 9041133f7505705b55e4e2cf92256276154a4249ee42dc6f4724ca9179f2e49d
5
5
  SHA512:
6
- metadata.gz: 05c82d86117edc64b378a88ffc78ce03d383a19283243ed6106891f6cb0a390d0abe51b068b2cd35df8bbf83c82cdc9e3c5ffd1efef5e1651db5b08424ea7b4f
7
- data.tar.gz: 5bd723e9e895cd722d7cb3d53582c64c4af4afca62f2c508b0abe03e8e5fb82c31738b1d48d1fdbd127114db8bbccc30803365402b6e24d18dd266e809a606b3
6
+ metadata.gz: d3f6564bf5040db60d9b55815f2be503a2801aa470f1e567f48f84501c77d3b0993cf6b3b1eee7a46f3dbbe619f1f33cfc83005629c5034880d5e91dcf47a856
7
+ data.tar.gz: 5b28043b9597e32639c466adb9233a53c14386a2690dd85a0e6186c3c5de5697689371a0a47f4dea234f17d4b7eff8033d0a150dd2ba03ba394e5d9592cb118c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.63.0 (2024-09-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.62.0 (2024-09-23)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.62.0
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.62.0'
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.62.0'
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.62.0
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-23 00:00:00.000000000 Z
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