aws-sdk-lookoutforvision 1.48.0 → 1.49.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: 6da820236c2d207e8ae19d92123090f3599d3d0a18f662394b887d3c8059bd00
4
- data.tar.gz: 8037a5a92776065279066270cb3989377edab1707986bf302de6cbb70d12d518
3
+ metadata.gz: d1e1f868ef23a3434841563837745b51a838d3705bef6fac28a04f520ea0692b
4
+ data.tar.gz: '09c1f4b1b0617dbbac96aec749f2ab90e1c96b071cc88984f5ec28a18d7e6691'
5
5
  SHA512:
6
- metadata.gz: 42cde828a98f1d8b10b916dfbfbff20839badad58c06c0da19845ccad60748dc2e34f8427486f67030eb13283bc7958e62788fb65b83b5a32e197cb4a8b7358e
7
- data.tar.gz: d0ec517a0450bf838b504a9598e8b27b9a2a6ec76289316a6d5fdd321266f19dddd7aa80f79bd3fa33d013a143d6ba71b8e57dae576b78a43c6916b5d9f72409
6
+ metadata.gz: 0225e6d44bafb558d609adbaf991a4b2a4595074301094995895552b7364e861547eba5204766f259f0ddc766e7aac195b52a2066c75cd152c0dede32f035b7e
7
+ data.tar.gz: 3c10c8d6f184f9facdc6f96a7f98b6bdaae749e67a6388a8faccbcc9933cc292368a48842d481948c92f16b30a28f7b092ff8b01f6c9e31297a247f368d938fc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.49.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.48.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.48.0
1
+ 1.49.0
@@ -200,8 +200,7 @@ module Aws::LookoutforVision
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
@@ -1922,7 +1921,7 @@ module Aws::LookoutforVision
1922
1921
  tracer: tracer
1923
1922
  )
1924
1923
  context[:gem_name] = 'aws-sdk-lookoutforvision'
1925
- context[:gem_version] = '1.48.0'
1924
+ context[:gem_version] = '1.49.0'
1926
1925
  Seahorse::Client::Request.new(handlers, context)
1927
1926
  end
1928
1927
 
@@ -54,7 +54,7 @@ module Aws::LookoutforVision
54
54
  autoload :EndpointProvider, 'aws-sdk-lookoutforvision/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lookoutforvision/endpoints'
56
56
 
57
- GEM_VERSION = '1.48.0'
57
+ GEM_VERSION = '1.49.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-lookoutforvision
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.48.0
4
+ version: 1.49.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services