aws-sdk-augmentedairuntime 1.53.0 → 1.54.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: f72d09089ce32b45bb855f96cdee6880653c57e73ed992c2fdf22dea51ec0dab
4
- data.tar.gz: f1582300163a9c5b0d5cb687d5ed04aef9db7729ea6bf5e7a924f7e6daec98d2
3
+ metadata.gz: 7616bd601831b49c2f98f298d90547a6d215a9a57bed3917439b87b6fad14e15
4
+ data.tar.gz: aa1607bd6bd6eb1d44f171c26b7d091ff3891ecd971564b7fe2394ac549522a7
5
5
  SHA512:
6
- metadata.gz: 84a81fea461fd474a6774d051656668f803f74a686023962007ae70d17ca62aa7133890fb02c68a931e32d68cd5f9f8320b17b45628b9ff922c7b799b91f4dcf
7
- data.tar.gz: a39c9976403594abc665e88eecc17c12354c3a42fe3eec9723ad31fa943e7df97df30dc7d265f1bc5e44de778206a1b34b4e6b938994a1365f3331b364e801f8
6
+ metadata.gz: a8f99d8590538f4d92ca15bf85240cafcbf542cdfee99fc946df2536a830fb34b3deffff981127c34c7231b7ee92efb9a5c41aaf4e5b14cd27271ba72be9ce75
7
+ data.tar.gz: 2ca8189a6d776122914bef8caaa3fe173fdef8dc735e32a7ed7b1ddc03a669bb02ce3ca357b4a219c69e955801a86577921246da64b7cc266a196b6639400f74
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.54.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.53.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.53.0
1
+ 1.54.0
@@ -200,8 +200,7 @@ module Aws::AugmentedAIRuntime
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
@@ -691,7 +690,7 @@ module Aws::AugmentedAIRuntime
691
690
  tracer: tracer
692
691
  )
693
692
  context[:gem_name] = 'aws-sdk-augmentedairuntime'
694
- context[:gem_version] = '1.53.0'
693
+ context[:gem_version] = '1.54.0'
695
694
  Seahorse::Client::Request.new(handlers, context)
696
695
  end
697
696
 
@@ -54,7 +54,7 @@ module Aws::AugmentedAIRuntime
54
54
  autoload :EndpointProvider, 'aws-sdk-augmentedairuntime/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-augmentedairuntime/endpoints'
56
56
 
57
- GEM_VERSION = '1.53.0'
57
+ GEM_VERSION = '1.54.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-augmentedairuntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.53.0
4
+ version: 1.54.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services