aws-sdk-ioteventsdata 1.38.0 → 1.40.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bc5b4a22de74da46b7a07208d91d4534b93cda2e1c29551e58f76fb2830523d2
4
- data.tar.gz: c5a3e9484af2a780bf72321f03e710468a1b9f7db0314effa91e90ab0aa808f3
3
+ metadata.gz: '068415256addd343bd16fa9bd6838b906bebdbe3d02abf16f60533b9a8fc5616'
4
+ data.tar.gz: e53411ce9137da62c3ea4b8bd129b943c8e0db631c95020f9e2c3e5c21d754a8
5
5
  SHA512:
6
- metadata.gz: fb10759dc99b427abe70ff6938177b317cd5af92f302dbeb3f04dba21eeff0fee94c7f4e959f64ae62353e7193da47a32db047cdb312acd4dc992810ab8b467e
7
- data.tar.gz: 33ac1acfc816c1caecfd64e6c2a2cfe21b7fcdb633e7dcd3985ff4c0a104f2e0b13cc3570bb0aced17044bbfba2988e6e80c7fe148f2209b3e30a498024ff3a7
6
+ metadata.gz: c4cb1ff968d4d5deb2174d519342d26479ec4ff125a8490466200c43cce50d974edff512f6b7c69ffd324e70ac147cae1d10412092c05ce0f246061d741afb4b
7
+ data.tar.gz: fdcabcd05d214627c13bc5efde5cee565ca0a19c0a3227e4a6d0936f489974e364fce14b21ceaee2d7dff54304fe2f45becfc639d2c2fc3504974212d6cdb1d0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.40.0 (2024-04-25)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.39.0 (2024-01-26)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.38.0 (2023-11-28)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.38.0
1
+ 1.40.0
@@ -22,6 +22,7 @@ require 'aws-sdk-core/plugins/endpoint_pattern.rb'
22
22
  require 'aws-sdk-core/plugins/response_paging.rb'
23
23
  require 'aws-sdk-core/plugins/stub_responses.rb'
24
24
  require 'aws-sdk-core/plugins/idempotency_token.rb'
25
+ require 'aws-sdk-core/plugins/invocation_id.rb'
25
26
  require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
26
27
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
28
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
@@ -72,6 +73,7 @@ module Aws::IoTEventsData
72
73
  add_plugin(Aws::Plugins::ResponsePaging)
73
74
  add_plugin(Aws::Plugins::StubResponses)
74
75
  add_plugin(Aws::Plugins::IdempotencyToken)
76
+ add_plugin(Aws::Plugins::InvocationId)
75
77
  add_plugin(Aws::Plugins::JsonvalueConverter)
76
78
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
77
79
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
@@ -196,10 +198,17 @@ module Aws::IoTEventsData
196
198
  # When set to 'true' the request body will not be compressed
197
199
  # for supported operations.
198
200
  #
199
- # @option options [String] :endpoint
200
- # The client endpoint is normally constructed from the `:region`
201
- # option. You should only configure an `:endpoint` when connecting
202
- # to test or custom endpoints. This should be a valid HTTP(S) URI.
201
+ # @option options [String, URI::HTTPS, URI::HTTP] :endpoint
202
+ # Normally you should not configure the `:endpoint` option
203
+ # directly. This is normally constructed from the `:region`
204
+ # option. Configuring `:endpoint` is normally reserved for
205
+ # connecting to test or custom endpoints. The endpoint should
206
+ # be a URI formatted like:
207
+ #
208
+ # 'http://example.com'
209
+ # 'https://example.com'
210
+ # 'http://example.com:123'
211
+ #
203
212
  #
204
213
  # @option options [Integer] :endpoint_cache_max_entries (1000)
205
214
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -337,50 +346,65 @@ module Aws::IoTEventsData
337
346
  # @option options [Aws::IoTEventsData::EndpointProvider] :endpoint_provider
338
347
  # The endpoint provider used to resolve endpoints. Any object that responds to `#resolve_endpoint(parameters)` where `parameters` is a Struct similar to `Aws::IoTEventsData::EndpointParameters`
339
348
  #
340
- # @option options [URI::HTTP,String] :http_proxy A proxy to send
341
- # requests through. Formatted like 'http://proxy.com:123'.
342
- #
343
- # @option options [Float] :http_open_timeout (15) The number of
344
- # seconds to wait when opening a HTTP session before raising a
345
- # `Timeout::Error`.
346
- #
347
- # @option options [Float] :http_read_timeout (60) The default
348
- # number of seconds to wait for response data. This value can
349
- # safely be set per-request on the session.
350
- #
351
- # @option options [Float] :http_idle_timeout (5) The number of
352
- # seconds a connection is allowed to sit idle before it is
353
- # considered stale. Stale connections are closed and removed
354
- # from the pool before making a request.
355
- #
356
- # @option options [Float] :http_continue_timeout (1) The number of
357
- # seconds to wait for a 100-continue response before sending the
358
- # request body. This option has no effect unless the request has
359
- # "Expect" header set to "100-continue". Defaults to `nil` which
360
- # disables this behaviour. This value can safely be set per
361
- # request on the session.
362
- #
363
- # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
364
- # in seconds.
349
+ # @option options [Float] :http_continue_timeout (1)
350
+ # The number of seconds to wait for a 100-continue response before sending the
351
+ # request body. This option has no effect unless the request has "Expect"
352
+ # header set to "100-continue". Defaults to `nil` which disables this
353
+ # behaviour. This value can safely be set per request on the session.
354
+ #
355
+ # @option options [Float] :http_idle_timeout (5)
356
+ # The number of seconds a connection is allowed to sit idle before it
357
+ # is considered stale. Stale connections are closed and removed from the
358
+ # pool before making a request.
359
+ #
360
+ # @option options [Float] :http_open_timeout (15)
361
+ # The default number of seconds to wait for response data.
362
+ # This value can safely be set per-request on the session.
363
+ #
364
+ # @option options [URI::HTTP,String] :http_proxy
365
+ # A proxy to send requests through. Formatted like 'http://proxy.com:123'.
366
+ #
367
+ # @option options [Float] :http_read_timeout (60)
368
+ # The default number of seconds to wait for response data.
369
+ # This value can safely be set per-request on the session.
370
+ #
371
+ # @option options [Boolean] :http_wire_trace (false)
372
+ # When `true`, HTTP debug output will be sent to the `:logger`.
373
+ #
374
+ # @option options [Proc] :on_chunk_received
375
+ # When a Proc object is provided, it will be used as callback when each chunk
376
+ # of the response body is received. It provides three arguments: the chunk,
377
+ # the number of bytes received, and the total number of
378
+ # bytes in the response (or nil if the server did not send a `content-length`).
379
+ #
380
+ # @option options [Proc] :on_chunk_sent
381
+ # When a Proc object is provided, it will be used as callback when each chunk
382
+ # of the request body is sent. It provides three arguments: the chunk,
383
+ # the number of bytes read from the body, and the total number of
384
+ # bytes in the body.
385
+ #
386
+ # @option options [Boolean] :raise_response_errors (true)
387
+ # When `true`, response errors are raised.
388
+ #
389
+ # @option options [String] :ssl_ca_bundle
390
+ # Full path to the SSL certificate authority bundle file that should be used when
391
+ # verifying peer certificates. If you do not pass `:ssl_ca_bundle` or
392
+ # `:ssl_ca_directory` the the system default will be used if available.
393
+ #
394
+ # @option options [String] :ssl_ca_directory
395
+ # Full path of the directory that contains the unbundled SSL certificate
396
+ # authority files for verifying peer certificates. If you do
397
+ # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the system
398
+ # default will be used if available.
365
399
  #
366
- # @option options [Boolean] :http_wire_trace (false) When `true`,
367
- # HTTP debug output will be sent to the `:logger`.
400
+ # @option options [String] :ssl_ca_store
401
+ # Sets the X509::Store to verify peer certificate.
368
402
  #
369
- # @option options [Boolean] :ssl_verify_peer (true) When `true`,
370
- # SSL peer certificates are verified when establishing a
371
- # connection.
403
+ # @option options [Float] :ssl_timeout
404
+ # Sets the SSL timeout in seconds
372
405
  #
373
- # @option options [String] :ssl_ca_bundle Full path to the SSL
374
- # certificate authority bundle file that should be used when
375
- # verifying peer certificates. If you do not pass
376
- # `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
377
- # will be used if available.
378
- #
379
- # @option options [String] :ssl_ca_directory Full path of the
380
- # directory that contains the unbundled SSL certificate
381
- # authority files for verifying peer certificates. If you do
382
- # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
383
- # system default will be used if available.
406
+ # @option options [Boolean] :ssl_verify_peer (true)
407
+ # When `true`, SSL peer certificates are verified when establishing a connection.
384
408
  #
385
409
  def initialize(*args)
386
410
  super
@@ -917,7 +941,7 @@ module Aws::IoTEventsData
917
941
  params: params,
918
942
  config: config)
919
943
  context[:gem_name] = 'aws-sdk-ioteventsdata'
920
- context[:gem_version] = '1.38.0'
944
+ context[:gem_version] = '1.40.0'
921
945
  Seahorse::Client::Request.new(handlers, context)
922
946
  end
923
947
 
@@ -14,6 +14,7 @@ module Aws::IoTEventsData
14
14
  option(
15
15
  :endpoint_provider,
16
16
  doc_type: 'Aws::IoTEventsData::EndpointProvider',
17
+ rbs_type: 'untyped',
17
18
  docstring: 'The endpoint provider used to resolve endpoints. Any '\
18
19
  'object that responds to `#resolve_endpoint(parameters)` '\
19
20
  'where `parameters` is a Struct similar to '\
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-ioteventsdata/customizations'
52
52
  # @!group service
53
53
  module Aws::IoTEventsData
54
54
 
55
- GEM_VERSION = '1.38.0'
55
+ GEM_VERSION = '1.40.0'
56
56
 
57
57
  end
data/sig/client.rbs ADDED
@@ -0,0 +1,278 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module IoTEventsData
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _BatchAcknowledgeAlarmResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchAcknowledgeAlarmResponse]
77
+ def error_entries: () -> ::Array[Types::BatchAlarmActionErrorEntry]
78
+ end
79
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Client.html#batch_acknowledge_alarm-instance_method
80
+ def batch_acknowledge_alarm: (
81
+ acknowledge_action_requests: Array[
82
+ {
83
+ request_id: ::String,
84
+ alarm_model_name: ::String,
85
+ key_value: ::String?,
86
+ note: ::String?
87
+ },
88
+ ]
89
+ ) -> _BatchAcknowledgeAlarmResponseSuccess
90
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchAcknowledgeAlarmResponseSuccess
91
+
92
+ interface _BatchDeleteDetectorResponseSuccess
93
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchDeleteDetectorResponse]
94
+ def batch_delete_detector_error_entries: () -> ::Array[Types::BatchDeleteDetectorErrorEntry]
95
+ end
96
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Client.html#batch_delete_detector-instance_method
97
+ def batch_delete_detector: (
98
+ detectors: Array[
99
+ {
100
+ message_id: ::String,
101
+ detector_model_name: ::String,
102
+ key_value: ::String?
103
+ },
104
+ ]
105
+ ) -> _BatchDeleteDetectorResponseSuccess
106
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDeleteDetectorResponseSuccess
107
+
108
+ interface _BatchDisableAlarmResponseSuccess
109
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchDisableAlarmResponse]
110
+ def error_entries: () -> ::Array[Types::BatchAlarmActionErrorEntry]
111
+ end
112
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Client.html#batch_disable_alarm-instance_method
113
+ def batch_disable_alarm: (
114
+ disable_action_requests: Array[
115
+ {
116
+ request_id: ::String,
117
+ alarm_model_name: ::String,
118
+ key_value: ::String?,
119
+ note: ::String?
120
+ },
121
+ ]
122
+ ) -> _BatchDisableAlarmResponseSuccess
123
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchDisableAlarmResponseSuccess
124
+
125
+ interface _BatchEnableAlarmResponseSuccess
126
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchEnableAlarmResponse]
127
+ def error_entries: () -> ::Array[Types::BatchAlarmActionErrorEntry]
128
+ end
129
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Client.html#batch_enable_alarm-instance_method
130
+ def batch_enable_alarm: (
131
+ enable_action_requests: Array[
132
+ {
133
+ request_id: ::String,
134
+ alarm_model_name: ::String,
135
+ key_value: ::String?,
136
+ note: ::String?
137
+ },
138
+ ]
139
+ ) -> _BatchEnableAlarmResponseSuccess
140
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchEnableAlarmResponseSuccess
141
+
142
+ interface _BatchPutMessageResponseSuccess
143
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchPutMessageResponse]
144
+ def batch_put_message_error_entries: () -> ::Array[Types::BatchPutMessageErrorEntry]
145
+ end
146
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Client.html#batch_put_message-instance_method
147
+ def batch_put_message: (
148
+ messages: Array[
149
+ {
150
+ message_id: ::String,
151
+ input_name: ::String,
152
+ payload: ::String,
153
+ timestamp: {
154
+ time_in_millis: ::Integer?
155
+ }?
156
+ },
157
+ ]
158
+ ) -> _BatchPutMessageResponseSuccess
159
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchPutMessageResponseSuccess
160
+
161
+ interface _BatchResetAlarmResponseSuccess
162
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchResetAlarmResponse]
163
+ def error_entries: () -> ::Array[Types::BatchAlarmActionErrorEntry]
164
+ end
165
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Client.html#batch_reset_alarm-instance_method
166
+ def batch_reset_alarm: (
167
+ reset_action_requests: Array[
168
+ {
169
+ request_id: ::String,
170
+ alarm_model_name: ::String,
171
+ key_value: ::String?,
172
+ note: ::String?
173
+ },
174
+ ]
175
+ ) -> _BatchResetAlarmResponseSuccess
176
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchResetAlarmResponseSuccess
177
+
178
+ interface _BatchSnoozeAlarmResponseSuccess
179
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchSnoozeAlarmResponse]
180
+ def error_entries: () -> ::Array[Types::BatchAlarmActionErrorEntry]
181
+ end
182
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Client.html#batch_snooze_alarm-instance_method
183
+ def batch_snooze_alarm: (
184
+ snooze_action_requests: Array[
185
+ {
186
+ request_id: ::String,
187
+ alarm_model_name: ::String,
188
+ key_value: ::String?,
189
+ note: ::String?,
190
+ snooze_duration: ::Integer
191
+ },
192
+ ]
193
+ ) -> _BatchSnoozeAlarmResponseSuccess
194
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchSnoozeAlarmResponseSuccess
195
+
196
+ interface _BatchUpdateDetectorResponseSuccess
197
+ include ::Seahorse::Client::_ResponseSuccess[Types::BatchUpdateDetectorResponse]
198
+ def batch_update_detector_error_entries: () -> ::Array[Types::BatchUpdateDetectorErrorEntry]
199
+ end
200
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Client.html#batch_update_detector-instance_method
201
+ def batch_update_detector: (
202
+ detectors: Array[
203
+ {
204
+ message_id: ::String,
205
+ detector_model_name: ::String,
206
+ key_value: ::String?,
207
+ state: {
208
+ state_name: ::String,
209
+ variables: Array[
210
+ {
211
+ name: ::String,
212
+ value: ::String
213
+ },
214
+ ],
215
+ timers: Array[
216
+ {
217
+ name: ::String,
218
+ seconds: ::Integer
219
+ },
220
+ ]
221
+ }
222
+ },
223
+ ]
224
+ ) -> _BatchUpdateDetectorResponseSuccess
225
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _BatchUpdateDetectorResponseSuccess
226
+
227
+ interface _DescribeAlarmResponseSuccess
228
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeAlarmResponse]
229
+ def alarm: () -> Types::Alarm
230
+ end
231
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Client.html#describe_alarm-instance_method
232
+ def describe_alarm: (
233
+ alarm_model_name: ::String,
234
+ ?key_value: ::String
235
+ ) -> _DescribeAlarmResponseSuccess
236
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeAlarmResponseSuccess
237
+
238
+ interface _DescribeDetectorResponseSuccess
239
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeDetectorResponse]
240
+ def detector: () -> Types::Detector
241
+ end
242
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Client.html#describe_detector-instance_method
243
+ def describe_detector: (
244
+ detector_model_name: ::String,
245
+ ?key_value: ::String
246
+ ) -> _DescribeDetectorResponseSuccess
247
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeDetectorResponseSuccess
248
+
249
+ interface _ListAlarmsResponseSuccess
250
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListAlarmsResponse]
251
+ def alarm_summaries: () -> ::Array[Types::AlarmSummary]
252
+ def next_token: () -> ::String
253
+ end
254
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Client.html#list_alarms-instance_method
255
+ def list_alarms: (
256
+ alarm_model_name: ::String,
257
+ ?next_token: ::String,
258
+ ?max_results: ::Integer
259
+ ) -> _ListAlarmsResponseSuccess
260
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListAlarmsResponseSuccess
261
+
262
+ interface _ListDetectorsResponseSuccess
263
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListDetectorsResponse]
264
+ def detector_summaries: () -> ::Array[Types::DetectorSummary]
265
+ def next_token: () -> ::String
266
+ end
267
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Client.html#list_detectors-instance_method
268
+ def list_detectors: (
269
+ detector_model_name: ::String,
270
+ ?state_name: ::String,
271
+ ?next_token: ::String,
272
+ ?max_results: ::Integer
273
+ ) -> _ListDetectorsResponseSuccess
274
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListDetectorsResponseSuccess
275
+ end
276
+ end
277
+ end
278
+
data/sig/errors.rbs ADDED
@@ -0,0 +1,31 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module IoTEventsData
10
+ module Errors
11
+ class ServiceError < ::Aws::Errors::ServiceError
12
+ end
13
+
14
+ class InternalFailureException < ::Aws::Errors::ServiceError
15
+ def message: () -> ::String
16
+ end
17
+ class InvalidRequestException < ::Aws::Errors::ServiceError
18
+ def message: () -> ::String
19
+ end
20
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
21
+ def message: () -> ::String
22
+ end
23
+ class ServiceUnavailableException < ::Aws::Errors::ServiceError
24
+ def message: () -> ::String
25
+ end
26
+ class ThrottlingException < ::Aws::Errors::ServiceError
27
+ def message: () -> ::String
28
+ end
29
+ end
30
+ end
31
+ end
data/sig/resource.rbs ADDED
@@ -0,0 +1,79 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module IoTEventsData
10
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Resource.html
11
+ class Resource
12
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/IoTEventsData/Resource.html#initialize-instance_method
13
+ def initialize: (
14
+ ?client: Client,
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> void
72
+ | (?Hash[Symbol, untyped]) -> void
73
+
74
+ def client: () -> Client
75
+
76
+
77
+ end
78
+ end
79
+ end
data/sig/types.rbs ADDED
@@ -0,0 +1,413 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws::IoTEventsData
9
+ module Types
10
+
11
+ class AcknowledgeActionConfiguration
12
+ attr_accessor note: ::String
13
+ SENSITIVE: []
14
+ end
15
+
16
+ class AcknowledgeAlarmActionRequest
17
+ attr_accessor request_id: ::String
18
+ attr_accessor alarm_model_name: ::String
19
+ attr_accessor key_value: ::String
20
+ attr_accessor note: ::String
21
+ SENSITIVE: []
22
+ end
23
+
24
+ class Alarm
25
+ attr_accessor alarm_model_name: ::String
26
+ attr_accessor alarm_model_version: ::String
27
+ attr_accessor key_value: ::String
28
+ attr_accessor alarm_state: Types::AlarmState
29
+ attr_accessor severity: ::Integer
30
+ attr_accessor creation_time: ::Time
31
+ attr_accessor last_update_time: ::Time
32
+ SENSITIVE: []
33
+ end
34
+
35
+ class AlarmState
36
+ attr_accessor state_name: ("DISABLED" | "NORMAL" | "ACTIVE" | "ACKNOWLEDGED" | "SNOOZE_DISABLED" | "LATCHED")
37
+ attr_accessor rule_evaluation: Types::RuleEvaluation
38
+ attr_accessor customer_action: Types::CustomerAction
39
+ attr_accessor system_event: Types::SystemEvent
40
+ SENSITIVE: []
41
+ end
42
+
43
+ class AlarmSummary
44
+ attr_accessor alarm_model_name: ::String
45
+ attr_accessor alarm_model_version: ::String
46
+ attr_accessor key_value: ::String
47
+ attr_accessor state_name: ("DISABLED" | "NORMAL" | "ACTIVE" | "ACKNOWLEDGED" | "SNOOZE_DISABLED" | "LATCHED")
48
+ attr_accessor creation_time: ::Time
49
+ attr_accessor last_update_time: ::Time
50
+ SENSITIVE: []
51
+ end
52
+
53
+ class BatchAcknowledgeAlarmRequest
54
+ attr_accessor acknowledge_action_requests: ::Array[Types::AcknowledgeAlarmActionRequest]
55
+ SENSITIVE: []
56
+ end
57
+
58
+ class BatchAcknowledgeAlarmResponse
59
+ attr_accessor error_entries: ::Array[Types::BatchAlarmActionErrorEntry]
60
+ SENSITIVE: []
61
+ end
62
+
63
+ class BatchAlarmActionErrorEntry
64
+ attr_accessor request_id: ::String
65
+ attr_accessor error_code: ("ResourceNotFoundException" | "InvalidRequestException" | "InternalFailureException" | "ServiceUnavailableException" | "ThrottlingException")
66
+ attr_accessor error_message: ::String
67
+ SENSITIVE: []
68
+ end
69
+
70
+ class BatchDeleteDetectorErrorEntry
71
+ attr_accessor message_id: ::String
72
+ attr_accessor error_code: ("ResourceNotFoundException" | "InvalidRequestException" | "InternalFailureException" | "ServiceUnavailableException" | "ThrottlingException")
73
+ attr_accessor error_message: ::String
74
+ SENSITIVE: []
75
+ end
76
+
77
+ class BatchDeleteDetectorRequest
78
+ attr_accessor detectors: ::Array[Types::DeleteDetectorRequest]
79
+ SENSITIVE: []
80
+ end
81
+
82
+ class BatchDeleteDetectorResponse
83
+ attr_accessor batch_delete_detector_error_entries: ::Array[Types::BatchDeleteDetectorErrorEntry]
84
+ SENSITIVE: []
85
+ end
86
+
87
+ class BatchDisableAlarmRequest
88
+ attr_accessor disable_action_requests: ::Array[Types::DisableAlarmActionRequest]
89
+ SENSITIVE: []
90
+ end
91
+
92
+ class BatchDisableAlarmResponse
93
+ attr_accessor error_entries: ::Array[Types::BatchAlarmActionErrorEntry]
94
+ SENSITIVE: []
95
+ end
96
+
97
+ class BatchEnableAlarmRequest
98
+ attr_accessor enable_action_requests: ::Array[Types::EnableAlarmActionRequest]
99
+ SENSITIVE: []
100
+ end
101
+
102
+ class BatchEnableAlarmResponse
103
+ attr_accessor error_entries: ::Array[Types::BatchAlarmActionErrorEntry]
104
+ SENSITIVE: []
105
+ end
106
+
107
+ class BatchPutMessageErrorEntry
108
+ attr_accessor message_id: ::String
109
+ attr_accessor error_code: ("ResourceNotFoundException" | "InvalidRequestException" | "InternalFailureException" | "ServiceUnavailableException" | "ThrottlingException")
110
+ attr_accessor error_message: ::String
111
+ SENSITIVE: []
112
+ end
113
+
114
+ class BatchPutMessageRequest
115
+ attr_accessor messages: ::Array[Types::Message]
116
+ SENSITIVE: []
117
+ end
118
+
119
+ class BatchPutMessageResponse
120
+ attr_accessor batch_put_message_error_entries: ::Array[Types::BatchPutMessageErrorEntry]
121
+ SENSITIVE: []
122
+ end
123
+
124
+ class BatchResetAlarmRequest
125
+ attr_accessor reset_action_requests: ::Array[Types::ResetAlarmActionRequest]
126
+ SENSITIVE: []
127
+ end
128
+
129
+ class BatchResetAlarmResponse
130
+ attr_accessor error_entries: ::Array[Types::BatchAlarmActionErrorEntry]
131
+ SENSITIVE: []
132
+ end
133
+
134
+ class BatchSnoozeAlarmRequest
135
+ attr_accessor snooze_action_requests: ::Array[Types::SnoozeAlarmActionRequest]
136
+ SENSITIVE: []
137
+ end
138
+
139
+ class BatchSnoozeAlarmResponse
140
+ attr_accessor error_entries: ::Array[Types::BatchAlarmActionErrorEntry]
141
+ SENSITIVE: []
142
+ end
143
+
144
+ class BatchUpdateDetectorErrorEntry
145
+ attr_accessor message_id: ::String
146
+ attr_accessor error_code: ("ResourceNotFoundException" | "InvalidRequestException" | "InternalFailureException" | "ServiceUnavailableException" | "ThrottlingException")
147
+ attr_accessor error_message: ::String
148
+ SENSITIVE: []
149
+ end
150
+
151
+ class BatchUpdateDetectorRequest
152
+ attr_accessor detectors: ::Array[Types::UpdateDetectorRequest]
153
+ SENSITIVE: []
154
+ end
155
+
156
+ class BatchUpdateDetectorResponse
157
+ attr_accessor batch_update_detector_error_entries: ::Array[Types::BatchUpdateDetectorErrorEntry]
158
+ SENSITIVE: []
159
+ end
160
+
161
+ class CustomerAction
162
+ attr_accessor action_name: ("SNOOZE" | "ENABLE" | "DISABLE" | "ACKNOWLEDGE" | "RESET")
163
+ attr_accessor snooze_action_configuration: Types::SnoozeActionConfiguration
164
+ attr_accessor enable_action_configuration: Types::EnableActionConfiguration
165
+ attr_accessor disable_action_configuration: Types::DisableActionConfiguration
166
+ attr_accessor acknowledge_action_configuration: Types::AcknowledgeActionConfiguration
167
+ attr_accessor reset_action_configuration: Types::ResetActionConfiguration
168
+ SENSITIVE: []
169
+ end
170
+
171
+ class DeleteDetectorRequest
172
+ attr_accessor message_id: ::String
173
+ attr_accessor detector_model_name: ::String
174
+ attr_accessor key_value: ::String
175
+ SENSITIVE: []
176
+ end
177
+
178
+ class DescribeAlarmRequest
179
+ attr_accessor alarm_model_name: ::String
180
+ attr_accessor key_value: ::String
181
+ SENSITIVE: []
182
+ end
183
+
184
+ class DescribeAlarmResponse
185
+ attr_accessor alarm: Types::Alarm
186
+ SENSITIVE: []
187
+ end
188
+
189
+ class DescribeDetectorRequest
190
+ attr_accessor detector_model_name: ::String
191
+ attr_accessor key_value: ::String
192
+ SENSITIVE: []
193
+ end
194
+
195
+ class DescribeDetectorResponse
196
+ attr_accessor detector: Types::Detector
197
+ SENSITIVE: []
198
+ end
199
+
200
+ class Detector
201
+ attr_accessor detector_model_name: ::String
202
+ attr_accessor key_value: ::String
203
+ attr_accessor detector_model_version: ::String
204
+ attr_accessor state: Types::DetectorState
205
+ attr_accessor creation_time: ::Time
206
+ attr_accessor last_update_time: ::Time
207
+ SENSITIVE: []
208
+ end
209
+
210
+ class DetectorState
211
+ attr_accessor state_name: ::String
212
+ attr_accessor variables: ::Array[Types::Variable]
213
+ attr_accessor timers: ::Array[Types::Timer]
214
+ SENSITIVE: []
215
+ end
216
+
217
+ class DetectorStateDefinition
218
+ attr_accessor state_name: ::String
219
+ attr_accessor variables: ::Array[Types::VariableDefinition]
220
+ attr_accessor timers: ::Array[Types::TimerDefinition]
221
+ SENSITIVE: []
222
+ end
223
+
224
+ class DetectorStateSummary
225
+ attr_accessor state_name: ::String
226
+ SENSITIVE: []
227
+ end
228
+
229
+ class DetectorSummary
230
+ attr_accessor detector_model_name: ::String
231
+ attr_accessor key_value: ::String
232
+ attr_accessor detector_model_version: ::String
233
+ attr_accessor state: Types::DetectorStateSummary
234
+ attr_accessor creation_time: ::Time
235
+ attr_accessor last_update_time: ::Time
236
+ SENSITIVE: []
237
+ end
238
+
239
+ class DisableActionConfiguration
240
+ attr_accessor note: ::String
241
+ SENSITIVE: []
242
+ end
243
+
244
+ class DisableAlarmActionRequest
245
+ attr_accessor request_id: ::String
246
+ attr_accessor alarm_model_name: ::String
247
+ attr_accessor key_value: ::String
248
+ attr_accessor note: ::String
249
+ SENSITIVE: []
250
+ end
251
+
252
+ class EnableActionConfiguration
253
+ attr_accessor note: ::String
254
+ SENSITIVE: []
255
+ end
256
+
257
+ class EnableAlarmActionRequest
258
+ attr_accessor request_id: ::String
259
+ attr_accessor alarm_model_name: ::String
260
+ attr_accessor key_value: ::String
261
+ attr_accessor note: ::String
262
+ SENSITIVE: []
263
+ end
264
+
265
+ class InternalFailureException
266
+ attr_accessor message: ::String
267
+ SENSITIVE: []
268
+ end
269
+
270
+ class InvalidRequestException
271
+ attr_accessor message: ::String
272
+ SENSITIVE: []
273
+ end
274
+
275
+ class ListAlarmsRequest
276
+ attr_accessor alarm_model_name: ::String
277
+ attr_accessor next_token: ::String
278
+ attr_accessor max_results: ::Integer
279
+ SENSITIVE: []
280
+ end
281
+
282
+ class ListAlarmsResponse
283
+ attr_accessor alarm_summaries: ::Array[Types::AlarmSummary]
284
+ attr_accessor next_token: ::String
285
+ SENSITIVE: []
286
+ end
287
+
288
+ class ListDetectorsRequest
289
+ attr_accessor detector_model_name: ::String
290
+ attr_accessor state_name: ::String
291
+ attr_accessor next_token: ::String
292
+ attr_accessor max_results: ::Integer
293
+ SENSITIVE: []
294
+ end
295
+
296
+ class ListDetectorsResponse
297
+ attr_accessor detector_summaries: ::Array[Types::DetectorSummary]
298
+ attr_accessor next_token: ::String
299
+ SENSITIVE: []
300
+ end
301
+
302
+ class Message
303
+ attr_accessor message_id: ::String
304
+ attr_accessor input_name: ::String
305
+ attr_accessor payload: ::String
306
+ attr_accessor timestamp: Types::TimestampValue
307
+ SENSITIVE: []
308
+ end
309
+
310
+ class ResetActionConfiguration
311
+ attr_accessor note: ::String
312
+ SENSITIVE: []
313
+ end
314
+
315
+ class ResetAlarmActionRequest
316
+ attr_accessor request_id: ::String
317
+ attr_accessor alarm_model_name: ::String
318
+ attr_accessor key_value: ::String
319
+ attr_accessor note: ::String
320
+ SENSITIVE: []
321
+ end
322
+
323
+ class ResourceNotFoundException
324
+ attr_accessor message: ::String
325
+ SENSITIVE: []
326
+ end
327
+
328
+ class RuleEvaluation
329
+ attr_accessor simple_rule_evaluation: Types::SimpleRuleEvaluation
330
+ SENSITIVE: []
331
+ end
332
+
333
+ class ServiceUnavailableException
334
+ attr_accessor message: ::String
335
+ SENSITIVE: []
336
+ end
337
+
338
+ class SimpleRuleEvaluation
339
+ attr_accessor input_property_value: ::String
340
+ attr_accessor operator: ("GREATER" | "GREATER_OR_EQUAL" | "LESS" | "LESS_OR_EQUAL" | "EQUAL" | "NOT_EQUAL")
341
+ attr_accessor threshold_value: ::String
342
+ SENSITIVE: []
343
+ end
344
+
345
+ class SnoozeActionConfiguration
346
+ attr_accessor snooze_duration: ::Integer
347
+ attr_accessor note: ::String
348
+ SENSITIVE: []
349
+ end
350
+
351
+ class SnoozeAlarmActionRequest
352
+ attr_accessor request_id: ::String
353
+ attr_accessor alarm_model_name: ::String
354
+ attr_accessor key_value: ::String
355
+ attr_accessor note: ::String
356
+ attr_accessor snooze_duration: ::Integer
357
+ SENSITIVE: []
358
+ end
359
+
360
+ class StateChangeConfiguration
361
+ attr_accessor trigger_type: ("SNOOZE_TIMEOUT")
362
+ SENSITIVE: []
363
+ end
364
+
365
+ class SystemEvent
366
+ attr_accessor event_type: ("STATE_CHANGE")
367
+ attr_accessor state_change_configuration: Types::StateChangeConfiguration
368
+ SENSITIVE: []
369
+ end
370
+
371
+ class ThrottlingException
372
+ attr_accessor message: ::String
373
+ SENSITIVE: []
374
+ end
375
+
376
+ class Timer
377
+ attr_accessor name: ::String
378
+ attr_accessor timestamp: ::Time
379
+ SENSITIVE: []
380
+ end
381
+
382
+ class TimerDefinition
383
+ attr_accessor name: ::String
384
+ attr_accessor seconds: ::Integer
385
+ SENSITIVE: []
386
+ end
387
+
388
+ class TimestampValue
389
+ attr_accessor time_in_millis: ::Integer
390
+ SENSITIVE: []
391
+ end
392
+
393
+ class UpdateDetectorRequest
394
+ attr_accessor message_id: ::String
395
+ attr_accessor detector_model_name: ::String
396
+ attr_accessor key_value: ::String
397
+ attr_accessor state: Types::DetectorStateDefinition
398
+ SENSITIVE: []
399
+ end
400
+
401
+ class Variable
402
+ attr_accessor name: ::String
403
+ attr_accessor value: ::String
404
+ SENSITIVE: []
405
+ end
406
+
407
+ class VariableDefinition
408
+ attr_accessor name: ::String
409
+ attr_accessor value: ::String
410
+ SENSITIVE: []
411
+ end
412
+ end
413
+ end
data/sig/waiters.rbs ADDED
@@ -0,0 +1,13 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module IoTEventsData
10
+ module Waiters
11
+ end
12
+ end
13
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ioteventsdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.38.0
4
+ version: 1.40.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-11-28 00:00:00.000000000 Z
11
+ date: 2024-04-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.188.0
22
+ version: 3.193.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.188.0
32
+ version: 3.193.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -66,13 +66,18 @@ files:
66
66
  - lib/aws-sdk-ioteventsdata/plugins/endpoints.rb
67
67
  - lib/aws-sdk-ioteventsdata/resource.rb
68
68
  - lib/aws-sdk-ioteventsdata/types.rb
69
+ - sig/client.rbs
70
+ - sig/errors.rbs
71
+ - sig/resource.rbs
72
+ - sig/types.rbs
73
+ - sig/waiters.rbs
69
74
  homepage: https://github.com/aws/aws-sdk-ruby
70
75
  licenses:
71
76
  - Apache-2.0
72
77
  metadata:
73
78
  source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ioteventsdata
74
79
  changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-ioteventsdata/CHANGELOG.md
75
- post_install_message:
80
+ post_install_message:
76
81
  rdoc_options: []
77
82
  require_paths:
78
83
  - lib
@@ -87,8 +92,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
92
  - !ruby/object:Gem::Version
88
93
  version: '0'
89
94
  requirements: []
90
- rubygems_version: 3.1.6
91
- signing_key:
95
+ rubygems_version: 3.4.10
96
+ signing_key:
92
97
  specification_version: 4
93
98
  summary: AWS SDK for Ruby - AWS IoT Events Data
94
99
  test_files: []