aws-sdk-machinelearning 1.48.0 → 1.49.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: 77d909c293485cd20859935ce0a9a88b4692caa117f6e1f9c6f6b7f91768ce34
4
- data.tar.gz: bda0362dbe6b59b4f91e91640e479b762671b5e3afc72b6ff02885d6d2778598
3
+ metadata.gz: f51e89abeb5da6712b0aaa75ff2037f62538cda9630cced8db604ef531ad8e67
4
+ data.tar.gz: 0e28e56e78e2b2365b02cf2dd191a7c5419e1a9a6fba0f8e024a98f6933b22a8
5
5
  SHA512:
6
- metadata.gz: e3754da1067af09c0a29c2890244dfa9fc3daf864ab3c9619d4234d24da747c85db597f6e0001fb1acc59c192b06e337b7cfd6204ad8dea519d87dab61fc2a9d
7
- data.tar.gz: d78023267bacd269bda822e613efd7640072c75bbd6ad96f7d55f7d59385418ef6136ad36d1029dc9f2292d4980d56284f43931df2a32c8b5457bb654c63b393
6
+ metadata.gz: 7cfe59f6036aa6d9b4b8a3da95bfa613dcb0848c8aced5d9c67e0394958e03bb25121192673e8862cf43b277137ff31f6a56eecb4252a44b63de9c458217ba1a
7
+ data.tar.gz: 1d8befcfcf34c6866ebda408b61a8098b0d217dd2a75da2c81a21046e180658caf945c2b59987866430b692867800a8d4544604fdd06aeb8455a223cd690aae4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.0 (2023-11-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.48.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -2427,7 +2427,7 @@ module Aws::MachineLearning
2427
2427
  params: params,
2428
2428
  config: config)
2429
2429
  context[:gem_name] = 'aws-sdk-machinelearning'
2430
- context[:gem_version] = '1.48.0'
2430
+ context[:gem_version] = '1.49.0'
2431
2431
  Seahorse::Client::Request.new(handlers, context)
2432
2432
  end
2433
2433
 
@@ -25,16 +25,17 @@ module Aws::MachineLearning
25
25
  # @api private
26
26
  class Handler < Seahorse::Client::Handler
27
27
  def call(context)
28
- # If endpoint was discovered, do not resolve or apply the endpoint.
29
28
  unless context[:discovered_endpoint]
30
29
  params = parameters_for_operation(context)
31
30
  endpoint = context.config.endpoint_provider.resolve_endpoint(params)
32
31
 
33
32
  context.http_request.endpoint = endpoint.url
34
33
  apply_endpoint_headers(context, endpoint.headers)
34
+
35
+ context[:endpoint_params] = params
36
+ context[:endpoint_properties] = endpoint.properties
35
37
  end
36
38
 
37
- context[:endpoint_params] = params
38
39
  context[:auth_scheme] =
39
40
  Aws::Endpoints.resolve_auth_scheme(context, endpoint)
40
41
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-machinelearning/customizations'
53
53
  # @!group service
54
54
  module Aws::MachineLearning
55
55
 
56
- GEM_VERSION = '1.48.0'
56
+ GEM_VERSION = '1.49.0'
57
57
 
58
58
  end
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.48.0
4
+ version: 1.49.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-11-22 00:00:00.000000000 Z
11
+ date: 2023-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core