aws-sdk-ioteventsdata 1.73.0 → 1.74.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: 8bfd295cfdec1eb53604b04919a5efbd8d52a56e6ac350c17ecb88284304b23a
4
- data.tar.gz: 7bfdffa9debb4ccb486ae0a7583e26ebdc60af14f23298a974da637d870c5084
3
+ metadata.gz: 60236b4b9c488313f920cd37996db8c8ff39e71ba0d39876aff98b8739599ddd
4
+ data.tar.gz: 2ccf804a4302c54498252d81222bd8e8e1ccbee829a9d8d8a6d7996b85523715
5
5
  SHA512:
6
- metadata.gz: 0a0dfcb27bb52582f83d915eaaf32f1ae546f4fda16d3d74d25d7c2bfa1ad0b999c78912d3215e9eeca7cb22e697ae8f93a14cdebe5c99b5be5bf168bb0e2cba
7
- data.tar.gz: c70da937b0e3d07eb54c092e5cb9573f34b2318af93d844596948c560b87d7b31284b840ce2059a132340abb1689162d0d9657ab7cf17ba854e3d13279f52fa6
6
+ metadata.gz: 9c1a0a0de4a0bb9949af4e6ac801df8cf5949daadddbff431442d9d2999a92fc2525e074c007c6bee1adda84d6d7240312cb88d52f0a82b8badcb3ff27c1e461
7
+ data.tar.gz: d45b6ea5e2b5431d53d5e70b54b4c607686c9fbc9babd0849630b412692e17ff0d80239982963772db652cb06a344c9a9771275dc460e4d82682792fba97edba
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.74.0 (2026-05-19)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.73.0 (2026-05-13)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.74.0
@@ -1010,7 +1010,7 @@ module Aws::IoTEventsData
1010
1010
  tracer: tracer
1011
1011
  )
1012
1012
  context[:gem_name] = 'aws-sdk-ioteventsdata'
1013
- context[:gem_version] = '1.73.0'
1013
+ context[:gem_version] = '1.74.0'
1014
1014
  Seahorse::Client::Request.new(handlers, context)
1015
1015
  end
1016
1016
 
@@ -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.73.0'
57
+ GEM_VERSION = '1.74.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -90,7 +90,7 @@ module Aws
90
90
  alarm_model_name: ::String,
91
91
  key_value: ::String?,
92
92
  note: ::String?
93
- },
93
+ }
94
94
  ]
95
95
  ) -> _BatchAcknowledgeAlarmResponseSuccess
96
96
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchAcknowledgeAlarmResponseSuccess
@@ -106,7 +106,7 @@ module Aws
106
106
  message_id: ::String,
107
107
  detector_model_name: ::String,
108
108
  key_value: ::String?
109
- },
109
+ }
110
110
  ]
111
111
  ) -> _BatchDeleteDetectorResponseSuccess
112
112
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDeleteDetectorResponseSuccess
@@ -123,7 +123,7 @@ module Aws
123
123
  alarm_model_name: ::String,
124
124
  key_value: ::String?,
125
125
  note: ::String?
126
- },
126
+ }
127
127
  ]
128
128
  ) -> _BatchDisableAlarmResponseSuccess
129
129
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDisableAlarmResponseSuccess
@@ -140,7 +140,7 @@ module Aws
140
140
  alarm_model_name: ::String,
141
141
  key_value: ::String?,
142
142
  note: ::String?
143
- },
143
+ }
144
144
  ]
145
145
  ) -> _BatchEnableAlarmResponseSuccess
146
146
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchEnableAlarmResponseSuccess
@@ -159,7 +159,7 @@ module Aws
159
159
  timestamp: {
160
160
  time_in_millis: ::Integer?
161
161
  }?
162
- },
162
+ }
163
163
  ]
164
164
  ) -> _BatchPutMessageResponseSuccess
165
165
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchPutMessageResponseSuccess
@@ -176,7 +176,7 @@ module Aws
176
176
  alarm_model_name: ::String,
177
177
  key_value: ::String?,
178
178
  note: ::String?
179
- },
179
+ }
180
180
  ]
181
181
  ) -> _BatchResetAlarmResponseSuccess
182
182
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchResetAlarmResponseSuccess
@@ -194,7 +194,7 @@ module Aws
194
194
  key_value: ::String?,
195
195
  note: ::String?,
196
196
  snooze_duration: ::Integer
197
- },
197
+ }
198
198
  ]
199
199
  ) -> _BatchSnoozeAlarmResponseSuccess
200
200
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchSnoozeAlarmResponseSuccess
@@ -216,16 +216,16 @@ module Aws
216
216
  {
217
217
  name: ::String,
218
218
  value: ::String
219
- },
219
+ }
220
220
  ],
221
221
  timers: Array[
222
222
  {
223
223
  name: ::String,
224
224
  seconds: ::Integer
225
- },
225
+ }
226
226
  ]
227
227
  }
228
- },
228
+ }
229
229
  ]
230
230
  ) -> _BatchUpdateDetectorResponseSuccess
231
231
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateDetectorResponseSuccess
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.73.0
4
+ version: 1.74.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services