aws-sdk-lookoutequipment 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: eea85c1ca82df004e8c7e2c31ee8848421f88dd6dba7d6f4ff8dd57769508bac
4
- data.tar.gz: 3d5e3238b848218431b4b01808fac5349b27f9958a585e66667d9f4b80fdaba9
3
+ metadata.gz: 911131578d76e2af5843adc34acaa83f29b8447f2070197c1530909fd803e6eb
4
+ data.tar.gz: 771dbe9b092b1ba1d1e2dab7e4c67eab1ac912048a0fb701215426ffad58a7b1
5
5
  SHA512:
6
- metadata.gz: c02058af37802e12635dd7d4992e9a495639e5a91240578c16c5180da32e4dab8cd6c9156cd9eb4b1c062787942de2eccfa057e46e67227516acf12e0c949449
7
- data.tar.gz: 10848a976365a42f44feaa16ccf268acc6f4232b9bfac74f7da918142d201f1f2f7dcb0f3fcfb40d7856d2309e8c9c11e0ef1ec1dbd0d9a949b944d634acc265
6
+ metadata.gz: c263dc51297ebead757b39a70500647d59f92fa791c2c6db15d0e318fe6bee55a6f7c64bd005b279b3d6acfdef753664ed7859d9057f6c0f4e24f7cc69999188
7
+ data.tar.gz: c15fff659e592d3a7661bbbf17218cb7a7b0344e31521944885d58ba959e0e5567917cd8dd2185a3d6a263b78e32f673c71af9f14a67817b17f25262cc3ba8bf
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::LookoutEquipment
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
@@ -3386,7 +3385,7 @@ module Aws::LookoutEquipment
3386
3385
  tracer: tracer
3387
3386
  )
3388
3387
  context[:gem_name] = 'aws-sdk-lookoutequipment'
3389
- context[:gem_version] = '1.48.0'
3388
+ context[:gem_version] = '1.49.0'
3390
3389
  Seahorse::Client::Request.new(handlers, context)
3391
3390
  end
3392
3391
 
@@ -54,7 +54,7 @@ module Aws::LookoutEquipment
54
54
  autoload :EndpointProvider, 'aws-sdk-lookoutequipment/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lookoutequipment/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-lookoutequipment
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