aws-sdk-ioteventsdata 1.58.0 → 1.60.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: 4da5f674c954334486e4768ef22557d4ff0a1c07d486a870d2f1e50fd928ce8f
4
+ data.tar.gz: 6196040c21d1a08ed9a5817a5dd39168c0d7cbe48bb60c2ad9e2dc11d155ceb7
5
5
  SHA512:
6
- metadata.gz: 6af6a8a41c462dac2cbc7a403832aabc0ab7d637c2c32309f281d50c28d43ce0a2c18575370417ac9669ea7f42ec0f2365df600ea895a85084815f85a5ea96d0
7
- data.tar.gz: 90bcb8d095d19b944fb902e8d534e50358078b9b2f1e9ecb16e628e890cee67e18c113d0dc524c3d3a48800ec7715cebec8a51bc5c52e14c93c3b05a588112b4
6
+ metadata.gz: e52470737a1d06ef5fbb8fd89a1fe4ea8ec6fdfbb643a53adf78ea99a832687e63c1b06272e12f649947ea841d77846d241b590487643ff6423f7ccf253ac9c1
7
+ data.tar.gz: 5547b7917ab1b3252ac852d0a290113e42df61b3a030ea7a35b87f9aec4bbf6478623b3822a87ed1fef75f7eccae090316a92bcfc06854b109a6ef3035a1ee80
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.60.0 (2025-06-02)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.59.0 (2025-05-12)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.58.0 (2025-05-01)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.60.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.60.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.60.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.60.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.216.0
21
+ version: 3.225.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.216.0
31
+ version: 3.225.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement
@@ -83,7 +83,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
83
83
  requirements:
84
84
  - - ">="
85
85
  - !ruby/object:Gem::Version
86
- version: '2.5'
86
+ version: '2.7'
87
87
  required_rubygems_version: !ruby/object:Gem::Requirement
88
88
  requirements:
89
89
  - - ">="