aws-sdk-sagemakerfeaturestoreruntime 1.47.0 → 1.48.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: 60861593d2433b70f165cb6755482f0b6bc486848cc096baa19087b7d35d41fa
4
- data.tar.gz: 8aa6d952bb1b7ec32bcccf4ce7ed0386526c74b623de0f7aba59cf3ea847475a
3
+ metadata.gz: 169165747ebc2e71620f4355ec96f8e07ee29fb9fc4bccdc46a65194096f2efa
4
+ data.tar.gz: 947148b30c3c93618d6c59ce4518b1abe152ec5426d06de66a52df038a4d81d5
5
5
  SHA512:
6
- metadata.gz: 53248fcfc4f32284bb7694b9a3779546366134491ad839dfe779fb0fc56e7f7419279fe5b4bc619fc802dff9c456aa093c99c29c9d4b5d32056a789f990c6b4f
7
- data.tar.gz: d08df3ddea30d145d02127dc75a553dec1d90a85c3d81f0bfca29bf2c22dcc997611f8bff1bb85c551c12929d4c0c6cffa41ac4534ec7749ebe426f8f6a37a84
6
+ metadata.gz: d238d700777940e85b39fb8d5eda60318ac2548451ee7684c5c3f7b38f7c262da14d4bbbfb00377083223104ad0a53cd563268701570f6e3a84fecd5949e38af
7
+ data.tar.gz: 390b37963d49b7c90e0edb72679895ba8bd4a8d0ed150e294b4b6fcbf597eaf669342ae3e33559d493b4715b97bd02a03d114d508b010bf3c574b81fd1191319
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.48.0 (2025-05-12)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.47.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.47.0
1
+ 1.48.0
@@ -200,8 +200,7 @@ module Aws::SageMakerFeatureStoreRuntime
200
200
  # accepted modes and the configuration defaults that are included.
201
201
  #
202
202
  # @option options [Boolean] :disable_host_prefix_injection (false)
203
- # Set to true to disable SDK automatically adding host prefix
204
- # to default service endpoint when available.
203
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
205
204
  #
206
205
  # @option options [Boolean] :disable_request_compression (false)
207
206
  # When set to 'true' the request body will not be compressed
@@ -760,7 +759,7 @@ module Aws::SageMakerFeatureStoreRuntime
760
759
  tracer: tracer
761
760
  )
762
761
  context[:gem_name] = 'aws-sdk-sagemakerfeaturestoreruntime'
763
- context[:gem_version] = '1.47.0'
762
+ context[:gem_version] = '1.48.0'
764
763
  Seahorse::Client::Request.new(handlers, context)
765
764
  end
766
765
 
@@ -54,7 +54,7 @@ module Aws::SageMakerFeatureStoreRuntime
54
54
  autoload :EndpointProvider, 'aws-sdk-sagemakerfeaturestoreruntime/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-sagemakerfeaturestoreruntime/endpoints'
56
56
 
57
- GEM_VERSION = '1.47.0'
57
+ GEM_VERSION = '1.48.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemakerfeaturestoreruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.47.0
4
+ version: 1.48.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services