aws-sdk-sagemakerruntime 1.81.0 → 1.82.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: c3304650ece79dc6d7251ccf0683bc800f14c51b26486ffe428fd5eb35321f0d
4
- data.tar.gz: 1a9cf449919d2c0879fedfc931d547fe1ff41083939c5e7a7a05ebb48ed92dc0
3
+ metadata.gz: 9b329621896faa694d0206a3b9719b637bb2bfb8c248bd451a5b5071cfa0a312
4
+ data.tar.gz: 903b92fa5f8695b50722a33097e9f80fdf57b2b0dac26a9f36e21f0a0ba5e028
5
5
  SHA512:
6
- metadata.gz: c7bc5d9735f401f1be9ac58150ff3bfd005fa2f25df52913b87d0894935b1187e12b7abdd7b15fdddb8321ab9815a3fedd5eb57a32cc0673f64ce66ed80ffdd5
7
- data.tar.gz: 2c7c02ab376bd6c4d7e790a669fa30ae9f097b11fbdfd5ee097784c6ed3321ff2327d3d58317420d3c1d52f01055b2b5bc52b6cef1d639b4a373482ac1a78c2d
6
+ metadata.gz: 8c49405c2a11cc1b7e22a2fa4e191692f48fc0e6c051439c5cb7a4b6459636539c96ce345563e10b4e5e246736071c173319b2e38d83adb3d03666ff2c1521df
7
+ data.tar.gz: 15fd34321b0323375fd819652880f0c3560d2196e395bf57a4409d56a61434f8169e58b032a40f7bb40666263b0a1dc33e0560c62f9777bbe3606bd707da382e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.82.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.81.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.82.0
@@ -202,8 +202,7 @@ module Aws::SageMakerRuntime
202
202
  # accepted modes and the configuration defaults that are included.
203
203
  #
204
204
  # @option options [Boolean] :disable_host_prefix_injection (false)
205
- # Set to true to disable SDK automatically adding host prefix
206
- # to default service endpoint when available.
205
+ # When `true`, the SDK will not prepend the modeled host prefix to the endpoint.
207
206
  #
208
207
  # @option options [Boolean] :disable_request_compression (false)
209
208
  # When set to 'true' the request body will not be compressed
@@ -1102,7 +1101,7 @@ module Aws::SageMakerRuntime
1102
1101
  tracer: tracer
1103
1102
  )
1104
1103
  context[:gem_name] = 'aws-sdk-sagemakerruntime'
1105
- context[:gem_version] = '1.81.0'
1104
+ context[:gem_version] = '1.82.0'
1106
1105
  Seahorse::Client::Request.new(handlers, context)
1107
1106
  end
1108
1107
 
@@ -55,7 +55,7 @@ module Aws::SageMakerRuntime
55
55
  autoload :Endpoints, 'aws-sdk-sagemakerruntime/endpoints'
56
56
  autoload :EventStreams, 'aws-sdk-sagemakerruntime/event_streams'
57
57
 
58
- GEM_VERSION = '1.81.0'
58
+ GEM_VERSION = '1.82.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemakerruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.81.0
4
+ version: 1.82.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services