aws-sdk-sagemakerfeaturestoreruntime 1.26.0 → 1.27.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: 8a1debbc810c92d50851a9d7a9dbb3dbaa8ef9cf4b23de015808acc4c7d5e474
4
- data.tar.gz: 7cbc092b0e2c138d33e5cb8f691abbb62f4a8916557a975880d67abf17d6ea65
3
+ metadata.gz: d8cbd2cdf5c3b5d056e1c42f183a834048f52c3737efffff3ab8b2cfe07a24b7
4
+ data.tar.gz: e31685ced5231250ed1fe98b453184ce3cbed93d8cea7f0fa29974de27c4c5f5
5
5
  SHA512:
6
- metadata.gz: ceafa276a7c5678a9ed4d6cdae03500221fb6fe5c785d42bd5ef4a3b600623b04124f1b94dc4f19cb4821a4826a4f9c9fbdf9f3d2aa75069b75a0866a6cb15b3
7
- data.tar.gz: fd8fa51e0b1df72cac5f2b8c9b72e7ea1e8323627b5eccc357c3584b6aebeb20c60d343e02cfaec6696404f1f89060a09877c3d20f55510b277e342637c45f5e
6
+ metadata.gz: a064b8cf171ef300dc8f3397a90e372a55127983348a6fb3643a662e9d021d8ba8bdc6cdc731ca94b4376a5fe96bc0a5ad6ea3dafdfc95063021aa8fc767f77a
7
+ data.tar.gz: 46bea5abebc38af1d8acf6d3c8014aed306b5f6db411f4c6ad4031fd3909b8fbcc3d69eb3ad840d2d1ab50c2c7ef2b3272d3da8a8cdd5f4df6bb34e27aad34af
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.27.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.26.0 (2023-11-22)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.26.0
1
+ 1.27.0
@@ -659,7 +659,7 @@ module Aws::SageMakerFeatureStoreRuntime
659
659
  params: params,
660
660
  config: config)
661
661
  context[:gem_name] = 'aws-sdk-sagemakerfeaturestoreruntime'
662
- context[:gem_version] = '1.26.0'
662
+ context[:gem_version] = '1.27.0'
663
663
  Seahorse::Client::Request.new(handlers, context)
664
664
  end
665
665
 
@@ -25,16 +25,17 @@ module Aws::SageMakerFeatureStoreRuntime
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-sagemakerfeaturestoreruntime/customizations'
52
52
  # @!group service
53
53
  module Aws::SageMakerFeatureStoreRuntime
54
54
 
55
- GEM_VERSION = '1.26.0'
55
+ GEM_VERSION = '1.27.0'
56
56
 
57
57
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemakerfeaturestoreruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.26.0
4
+ version: 1.27.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