aws-sdk-ioteventsdata 1.73.0 → 1.75.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: 615b706a4a56f672d62ef8a1e30d30cd21d1b819447ef8972c8add4784811b14
4
+ data.tar.gz: f0d578200b43761ce3bbf08b9823a3dbc4e45c5cf557f34fd258645f98e33862
5
5
  SHA512:
6
- metadata.gz: 0a0dfcb27bb52582f83d915eaaf32f1ae546f4fda16d3d74d25d7c2bfa1ad0b999c78912d3215e9eeca7cb22e697ae8f93a14cdebe5c99b5be5bf168bb0e2cba
7
- data.tar.gz: c70da937b0e3d07eb54c092e5cb9573f34b2318af93d844596948c560b87d7b31284b840ce2059a132340abb1689162d0d9657ab7cf17ba854e3d13279f52fa6
6
+ metadata.gz: af60ee3cd7cd0f03f0d6fec62958c2bf6463785fc6d1a05ecce5a213e87d46d2a59a24852ff2cc573be502ca607c32f0e2f10ea4e858c946f4d73897dd659960
7
+ data.tar.gz: 2b810878073877132e0d1cd5db10f818439583eef2d4f66712c499533f833e3bccb24c9935d57732d523953268fe28a38ba2ffd7e7b3ad40f72f60af326b1d74
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.75.0 (2026-05-21)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.74.0 (2026-05-19)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.73.0 (2026-05-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.73.0
1
+ 1.75.0
@@ -199,7 +199,7 @@ module Aws::IoTEventsData
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::IoTEventsData
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -1010,7 +1008,7 @@ module Aws::IoTEventsData
1010
1008
  tracer: tracer
1011
1009
  )
1012
1010
  context[:gem_name] = 'aws-sdk-ioteventsdata'
1013
- context[:gem_version] = '1.73.0'
1011
+ context[:gem_version] = '1.75.0'
1014
1012
  Seahorse::Client::Request.new(handlers, context)
1015
1013
  end
1016
1014
 
@@ -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.75.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.75.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.247.0
21
+ version: 3.248.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.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement