aws-sdk-sagemakermetrics 1.10.0 → 1.11.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: ba9a3f51e805865a4d4ce119568b3e48d3bfb8054220bd47a0c6ec0c21536784
4
- data.tar.gz: c17290fef1f1f451a40b1c34091d0e0cb80acbe6e5106cf9084eddf6bd390beb
3
+ metadata.gz: c4df174d7cb097dfd7c529583f2c97a79f70f32c243ec7e460684ddaa789e27e
4
+ data.tar.gz: 4ae91d38a94737a2d7d8a34ec53c25eb42be24b91efff7f0043cfe5d4531655d
5
5
  SHA512:
6
- metadata.gz: 5cd1268e1c97dc91a5f01709774248294c8f9c11e006988fe743adbdb84e01e1504a574cd24db6b58a64fb144184c612f8b49847ab416a6a565b818aff25edac
7
- data.tar.gz: 64e6497ce3256d738f9bfb6fd38c775c4e66ab89d9304dcc026d6ca60f53d93de11d4c278d98667e3d913316cb381d98a01fcfe5069cff2728787fc11071346c
6
+ metadata.gz: b4e265aaf1f4d4731707c077fddc1c2a6a888e8289ef461c79e3d68b8a88600f712be3f2925822bdb000d09ff58bc3376094324982ed83af84d071f94617c84d
7
+ data.tar.gz: 936426681ccc07499c6ed9714552daba045f6a8ad090df32c2a4cfc53beb8f6b11341a68ab3bf1c33e5446c4f83e1ba016adab5971149f6aaa9a13d8e377c808
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.11.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.10.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.10.0
1
+ 1.11.0
@@ -444,7 +444,7 @@ module Aws::SageMakerMetrics
444
444
  params: params,
445
445
  config: config)
446
446
  context[:gem_name] = 'aws-sdk-sagemakermetrics'
447
- context[:gem_version] = '1.10.0'
447
+ context[:gem_version] = '1.11.0'
448
448
  Seahorse::Client::Request.new(handlers, context)
449
449
  end
450
450
 
@@ -25,16 +25,17 @@ module Aws::SageMakerMetrics
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
 
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-sagemakermetrics/customizations'
52
52
  # @!group service
53
53
  module Aws::SageMakerMetrics
54
54
 
55
- GEM_VERSION = '1.10.0'
55
+ GEM_VERSION = '1.11.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemakermetrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.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