aws-sdk-sagemakerruntime 1.58.0 → 1.59.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5b69593c5ad8e9db4918905d9c94d853794ccf221d5796b7e93f9c941d9cc6c0
4
- data.tar.gz: 699d290d01c28966c3873e0ee0524cb18f1bb5f0ac93ef7ffd9db876ca30c4f6
3
+ metadata.gz: ed8c63cafa107ee8a5b7f0d198630bbd32514ffcc96061d5409931a99c9c1701
4
+ data.tar.gz: 9a4fae1977e6c8b016c2c571508b40ca2b738a4d69f1500fc77fd816864ca8bd
5
5
  SHA512:
6
- metadata.gz: f96818b9fadc7396de7d324fdcb38798e0b9a5759155834d306e03585b6ad1ee5fa8ec675030eb33065179be12745909bb0c1c39b7b70258650d3107c42bc2ee
7
- data.tar.gz: 44764fed4cec91547955bf89895b99e88435946840dcc8331d944ee1cb93e2ae63079cf9ca34825e2364a2e83c8b6a6a3713e52c55e6aec293a1e5c86078d3c0
6
+ metadata.gz: e15640a2fd3a29814d90e00246a0c1475bcb83f0951814f9528dfe4423965d142e3ebaf9b192a8f3f0e93d8a15ca062157755f43c564eb7d8765717612903673
7
+ data.tar.gz: 37d307b491eaac6d9e4fbc24afc73a7ecfbd61f3273940d42baca602f228d35bd80c8a7dee0b3f5afbee20175892444d4b8d71d353d1bc3dd0a2165e091c1f9c
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.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.58.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -959,7 +959,7 @@ module Aws::SageMakerRuntime
959
959
  params: params,
960
960
  config: config)
961
961
  context[:gem_name] = 'aws-sdk-sagemakerruntime'
962
- context[:gem_version] = '1.58.0'
962
+ context[:gem_version] = '1.59.0'
963
963
  Seahorse::Client::Request.new(handlers, context)
964
964
  end
965
965
 
@@ -25,16 +25,17 @@ module Aws::SageMakerRuntime
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-sagemakerruntime/event_streams'
53
53
  # @!group service
54
54
  module Aws::SageMakerRuntime
55
55
 
56
- GEM_VERSION = '1.58.0'
56
+ GEM_VERSION = '1.59.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemakerruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.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