aws-sdk-ioteventsdata 1.58.0 → 1.59.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: 7fb147d43d3027553564f510ebd57faf1b3784e5d22eb7af47c9024810704971
4
- data.tar.gz: 1660c2bb098ca6a2b033ebe0f0a3137c0f7ecbfef4838dec073d07bcd9117ad2
3
+ metadata.gz: 73022cac4dc32a9eb6e2b10732d3103f491b2927acce4090b48730bc8641d261
4
+ data.tar.gz: 33b7e51be4b33e0dbaba592b10052615ef14d13d7bacf99ac80f1c75905d20ea
5
5
  SHA512:
6
- metadata.gz: 6af6a8a41c462dac2cbc7a403832aabc0ab7d637c2c32309f281d50c28d43ce0a2c18575370417ac9669ea7f42ec0f2365df600ea895a85084815f85a5ea96d0
7
- data.tar.gz: 90bcb8d095d19b944fb902e8d534e50358078b9b2f1e9ecb16e628e890cee67e18c113d0dc524c3d3a48800ec7715cebec8a51bc5c52e14c93c3b05a588112b4
6
+ metadata.gz: 02caa14f2cd736d784f89393e0ae6a509dc78cf5cd8599a2dde8e69f93dae3ebb9f228222ba6fc7698e933f5910c98212b3cb35289290c870c2a9036ab481d5e
7
+ data.tar.gz: 3c1decbc31b543df01df5a5f839d12aba58ff5dbb3217095ca72455fbbf7f2d2156f95003b4eac3198a174c4605ba64051b7c51aaaa80aa07bdd2f26654ba335
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.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.58.0 (2025-05-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -200,8 +200,7 @@ module Aws::IoTEventsData
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
@@ -1004,7 +1003,7 @@ module Aws::IoTEventsData
1004
1003
  tracer: tracer
1005
1004
  )
1006
1005
  context[:gem_name] = 'aws-sdk-ioteventsdata'
1007
- context[:gem_version] = '1.58.0'
1006
+ context[:gem_version] = '1.59.0'
1008
1007
  Seahorse::Client::Request.new(handlers, context)
1009
1008
  end
1010
1009
 
@@ -54,7 +54,7 @@ module Aws::IoTEventsData
54
54
  autoload :EndpointProvider, 'aws-sdk-ioteventsdata/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-ioteventsdata/endpoints'
56
56
 
57
- GEM_VERSION = '1.58.0'
57
+ GEM_VERSION = '1.59.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-ioteventsdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.58.0
4
+ version: 1.59.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services