@aws-sdk/client-iot-events 3.296.0 → 3.298.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.
- package/dist-cjs/commands/CreateAlarmModelCommand.js +2 -3
- package/dist-cjs/commands/CreateDetectorModelCommand.js +2 -3
- package/dist-cjs/commands/CreateInputCommand.js +2 -3
- package/dist-cjs/commands/DeleteAlarmModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteDetectorModelCommand.js +2 -3
- package/dist-cjs/commands/DeleteInputCommand.js +2 -3
- package/dist-cjs/commands/DescribeAlarmModelCommand.js +2 -3
- package/dist-cjs/commands/DescribeDetectorModelAnalysisCommand.js +2 -3
- package/dist-cjs/commands/DescribeDetectorModelCommand.js +2 -3
- package/dist-cjs/commands/DescribeInputCommand.js +2 -3
- package/dist-cjs/commands/DescribeLoggingOptionsCommand.js +2 -3
- package/dist-cjs/commands/GetDetectorModelAnalysisResultsCommand.js +2 -3
- package/dist-cjs/commands/ListAlarmModelVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListAlarmModelsCommand.js +2 -3
- package/dist-cjs/commands/ListDetectorModelVersionsCommand.js +2 -3
- package/dist-cjs/commands/ListDetectorModelsCommand.js +2 -3
- package/dist-cjs/commands/ListInputRoutingsCommand.js +2 -3
- package/dist-cjs/commands/ListInputsCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutLoggingOptionsCommand.js +2 -3
- package/dist-cjs/commands/StartDetectorModelAnalysisCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UpdateAlarmModelCommand.js +2 -3
- package/dist-cjs/commands/UpdateDetectorModelCommand.js +2 -3
- package/dist-cjs/commands/UpdateInputCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -455
- package/dist-es/commands/CreateAlarmModelCommand.js +2 -3
- package/dist-es/commands/CreateDetectorModelCommand.js +2 -3
- package/dist-es/commands/CreateInputCommand.js +2 -3
- package/dist-es/commands/DeleteAlarmModelCommand.js +2 -3
- package/dist-es/commands/DeleteDetectorModelCommand.js +2 -3
- package/dist-es/commands/DeleteInputCommand.js +2 -3
- package/dist-es/commands/DescribeAlarmModelCommand.js +2 -3
- package/dist-es/commands/DescribeDetectorModelAnalysisCommand.js +2 -3
- package/dist-es/commands/DescribeDetectorModelCommand.js +2 -3
- package/dist-es/commands/DescribeInputCommand.js +2 -3
- package/dist-es/commands/DescribeLoggingOptionsCommand.js +2 -3
- package/dist-es/commands/GetDetectorModelAnalysisResultsCommand.js +2 -3
- package/dist-es/commands/ListAlarmModelVersionsCommand.js +2 -3
- package/dist-es/commands/ListAlarmModelsCommand.js +2 -3
- package/dist-es/commands/ListDetectorModelVersionsCommand.js +2 -3
- package/dist-es/commands/ListDetectorModelsCommand.js +2 -3
- package/dist-es/commands/ListInputRoutingsCommand.js +2 -3
- package/dist-es/commands/ListInputsCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutLoggingOptionsCommand.js +2 -3
- package/dist-es/commands/StartDetectorModelAnalysisCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UpdateAlarmModelCommand.js +2 -3
- package/dist-es/commands/UpdateDetectorModelCommand.js +2 -3
- package/dist-es/commands/UpdateInputCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -339
- package/dist-types/IoTEvents.d.ts +27 -0
- package/dist-types/IoTEventsClient.d.ts +24 -4
- package/dist-types/commands/CreateAlarmModelCommand.d.ts +16 -0
- package/dist-types/commands/CreateDetectorModelCommand.d.ts +16 -0
- package/dist-types/commands/CreateInputCommand.d.ts +16 -0
- package/dist-types/commands/DeleteAlarmModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDetectorModelCommand.d.ts +16 -0
- package/dist-types/commands/DeleteInputCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAlarmModelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDetectorModelAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDetectorModelCommand.d.ts +16 -0
- package/dist-types/commands/DescribeInputCommand.d.ts +16 -0
- package/dist-types/commands/DescribeLoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/GetDetectorModelAnalysisResultsCommand.d.ts +16 -0
- package/dist-types/commands/ListAlarmModelVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListAlarmModelsCommand.d.ts +16 -0
- package/dist-types/commands/ListDetectorModelVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListDetectorModelsCommand.d.ts +16 -0
- package/dist-types/commands/ListInputRoutingsCommand.d.ts +16 -0
- package/dist-types/commands/ListInputsCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutLoggingOptionsCommand.d.ts +16 -0
- package/dist-types/commands/StartDetectorModelAnalysisCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateAlarmModelCommand.d.ts +16 -0
- package/dist-types/commands/UpdateDetectorModelCommand.d.ts +16 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +16 -0
- package/dist-types/models/IoTEventsServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +272 -473
- package/dist-types/ts3.4/models/models_0.d.ts +0 -309
- package/package.json +4 -3
|
@@ -170,342 +170,3 @@ export class UnsupportedOperationException extends __BaseException {
|
|
|
170
170
|
Object.setPrototypeOf(this, UnsupportedOperationException.prototype);
|
|
171
171
|
}
|
|
172
172
|
}
|
|
173
|
-
export const AcknowledgeFlowFilterSensitiveLog = (obj) => ({
|
|
174
|
-
...obj,
|
|
175
|
-
});
|
|
176
|
-
export const ClearTimerActionFilterSensitiveLog = (obj) => ({
|
|
177
|
-
...obj,
|
|
178
|
-
});
|
|
179
|
-
export const PayloadFilterSensitiveLog = (obj) => ({
|
|
180
|
-
...obj,
|
|
181
|
-
});
|
|
182
|
-
export const DynamoDBActionFilterSensitiveLog = (obj) => ({
|
|
183
|
-
...obj,
|
|
184
|
-
});
|
|
185
|
-
export const DynamoDBv2ActionFilterSensitiveLog = (obj) => ({
|
|
186
|
-
...obj,
|
|
187
|
-
});
|
|
188
|
-
export const FirehoseActionFilterSensitiveLog = (obj) => ({
|
|
189
|
-
...obj,
|
|
190
|
-
});
|
|
191
|
-
export const IotEventsActionFilterSensitiveLog = (obj) => ({
|
|
192
|
-
...obj,
|
|
193
|
-
});
|
|
194
|
-
export const AssetPropertyTimestampFilterSensitiveLog = (obj) => ({
|
|
195
|
-
...obj,
|
|
196
|
-
});
|
|
197
|
-
export const AssetPropertyVariantFilterSensitiveLog = (obj) => ({
|
|
198
|
-
...obj,
|
|
199
|
-
});
|
|
200
|
-
export const AssetPropertyValueFilterSensitiveLog = (obj) => ({
|
|
201
|
-
...obj,
|
|
202
|
-
});
|
|
203
|
-
export const IotSiteWiseActionFilterSensitiveLog = (obj) => ({
|
|
204
|
-
...obj,
|
|
205
|
-
});
|
|
206
|
-
export const IotTopicPublishActionFilterSensitiveLog = (obj) => ({
|
|
207
|
-
...obj,
|
|
208
|
-
});
|
|
209
|
-
export const LambdaActionFilterSensitiveLog = (obj) => ({
|
|
210
|
-
...obj,
|
|
211
|
-
});
|
|
212
|
-
export const ResetTimerActionFilterSensitiveLog = (obj) => ({
|
|
213
|
-
...obj,
|
|
214
|
-
});
|
|
215
|
-
export const SetTimerActionFilterSensitiveLog = (obj) => ({
|
|
216
|
-
...obj,
|
|
217
|
-
});
|
|
218
|
-
export const SetVariableActionFilterSensitiveLog = (obj) => ({
|
|
219
|
-
...obj,
|
|
220
|
-
});
|
|
221
|
-
export const SNSTopicPublishActionFilterSensitiveLog = (obj) => ({
|
|
222
|
-
...obj,
|
|
223
|
-
});
|
|
224
|
-
export const SqsActionFilterSensitiveLog = (obj) => ({
|
|
225
|
-
...obj,
|
|
226
|
-
});
|
|
227
|
-
export const ActionFilterSensitiveLog = (obj) => ({
|
|
228
|
-
...obj,
|
|
229
|
-
});
|
|
230
|
-
export const AlarmActionFilterSensitiveLog = (obj) => ({
|
|
231
|
-
...obj,
|
|
232
|
-
});
|
|
233
|
-
export const InitializationConfigurationFilterSensitiveLog = (obj) => ({
|
|
234
|
-
...obj,
|
|
235
|
-
});
|
|
236
|
-
export const AlarmCapabilitiesFilterSensitiveLog = (obj) => ({
|
|
237
|
-
...obj,
|
|
238
|
-
});
|
|
239
|
-
export const AlarmEventActionsFilterSensitiveLog = (obj) => ({
|
|
240
|
-
...obj,
|
|
241
|
-
});
|
|
242
|
-
export const AlarmModelSummaryFilterSensitiveLog = (obj) => ({
|
|
243
|
-
...obj,
|
|
244
|
-
});
|
|
245
|
-
export const AlarmModelVersionSummaryFilterSensitiveLog = (obj) => ({
|
|
246
|
-
...obj,
|
|
247
|
-
});
|
|
248
|
-
export const NotificationTargetActionsFilterSensitiveLog = (obj) => ({
|
|
249
|
-
...obj,
|
|
250
|
-
});
|
|
251
|
-
export const EmailContentFilterSensitiveLog = (obj) => ({
|
|
252
|
-
...obj,
|
|
253
|
-
});
|
|
254
|
-
export const SSOIdentityFilterSensitiveLog = (obj) => ({
|
|
255
|
-
...obj,
|
|
256
|
-
});
|
|
257
|
-
export const RecipientDetailFilterSensitiveLog = (obj) => ({
|
|
258
|
-
...obj,
|
|
259
|
-
});
|
|
260
|
-
export const EmailRecipientsFilterSensitiveLog = (obj) => ({
|
|
261
|
-
...obj,
|
|
262
|
-
});
|
|
263
|
-
export const EmailConfigurationFilterSensitiveLog = (obj) => ({
|
|
264
|
-
...obj,
|
|
265
|
-
});
|
|
266
|
-
export const SMSConfigurationFilterSensitiveLog = (obj) => ({
|
|
267
|
-
...obj,
|
|
268
|
-
});
|
|
269
|
-
export const NotificationActionFilterSensitiveLog = (obj) => ({
|
|
270
|
-
...obj,
|
|
271
|
-
});
|
|
272
|
-
export const AlarmNotificationFilterSensitiveLog = (obj) => ({
|
|
273
|
-
...obj,
|
|
274
|
-
});
|
|
275
|
-
export const SimpleRuleFilterSensitiveLog = (obj) => ({
|
|
276
|
-
...obj,
|
|
277
|
-
});
|
|
278
|
-
export const AlarmRuleFilterSensitiveLog = (obj) => ({
|
|
279
|
-
...obj,
|
|
280
|
-
});
|
|
281
|
-
export const AnalysisResultLocationFilterSensitiveLog = (obj) => ({
|
|
282
|
-
...obj,
|
|
283
|
-
});
|
|
284
|
-
export const AnalysisResultFilterSensitiveLog = (obj) => ({
|
|
285
|
-
...obj,
|
|
286
|
-
});
|
|
287
|
-
export const AttributeFilterSensitiveLog = (obj) => ({
|
|
288
|
-
...obj,
|
|
289
|
-
});
|
|
290
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
291
|
-
...obj,
|
|
292
|
-
});
|
|
293
|
-
export const CreateAlarmModelRequestFilterSensitiveLog = (obj) => ({
|
|
294
|
-
...obj,
|
|
295
|
-
});
|
|
296
|
-
export const CreateAlarmModelResponseFilterSensitiveLog = (obj) => ({
|
|
297
|
-
...obj,
|
|
298
|
-
});
|
|
299
|
-
export const EventFilterSensitiveLog = (obj) => ({
|
|
300
|
-
...obj,
|
|
301
|
-
});
|
|
302
|
-
export const OnEnterLifecycleFilterSensitiveLog = (obj) => ({
|
|
303
|
-
...obj,
|
|
304
|
-
});
|
|
305
|
-
export const OnExitLifecycleFilterSensitiveLog = (obj) => ({
|
|
306
|
-
...obj,
|
|
307
|
-
});
|
|
308
|
-
export const TransitionEventFilterSensitiveLog = (obj) => ({
|
|
309
|
-
...obj,
|
|
310
|
-
});
|
|
311
|
-
export const OnInputLifecycleFilterSensitiveLog = (obj) => ({
|
|
312
|
-
...obj,
|
|
313
|
-
});
|
|
314
|
-
export const StateFilterSensitiveLog = (obj) => ({
|
|
315
|
-
...obj,
|
|
316
|
-
});
|
|
317
|
-
export const DetectorModelDefinitionFilterSensitiveLog = (obj) => ({
|
|
318
|
-
...obj,
|
|
319
|
-
});
|
|
320
|
-
export const CreateDetectorModelRequestFilterSensitiveLog = (obj) => ({
|
|
321
|
-
...obj,
|
|
322
|
-
});
|
|
323
|
-
export const DetectorModelConfigurationFilterSensitiveLog = (obj) => ({
|
|
324
|
-
...obj,
|
|
325
|
-
});
|
|
326
|
-
export const CreateDetectorModelResponseFilterSensitiveLog = (obj) => ({
|
|
327
|
-
...obj,
|
|
328
|
-
});
|
|
329
|
-
export const InputDefinitionFilterSensitiveLog = (obj) => ({
|
|
330
|
-
...obj,
|
|
331
|
-
});
|
|
332
|
-
export const CreateInputRequestFilterSensitiveLog = (obj) => ({
|
|
333
|
-
...obj,
|
|
334
|
-
});
|
|
335
|
-
export const InputConfigurationFilterSensitiveLog = (obj) => ({
|
|
336
|
-
...obj,
|
|
337
|
-
});
|
|
338
|
-
export const CreateInputResponseFilterSensitiveLog = (obj) => ({
|
|
339
|
-
...obj,
|
|
340
|
-
});
|
|
341
|
-
export const DeleteAlarmModelRequestFilterSensitiveLog = (obj) => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
export const DeleteAlarmModelResponseFilterSensitiveLog = (obj) => ({
|
|
345
|
-
...obj,
|
|
346
|
-
});
|
|
347
|
-
export const DeleteDetectorModelRequestFilterSensitiveLog = (obj) => ({
|
|
348
|
-
...obj,
|
|
349
|
-
});
|
|
350
|
-
export const DeleteDetectorModelResponseFilterSensitiveLog = (obj) => ({
|
|
351
|
-
...obj,
|
|
352
|
-
});
|
|
353
|
-
export const DeleteInputRequestFilterSensitiveLog = (obj) => ({
|
|
354
|
-
...obj,
|
|
355
|
-
});
|
|
356
|
-
export const DeleteInputResponseFilterSensitiveLog = (obj) => ({
|
|
357
|
-
...obj,
|
|
358
|
-
});
|
|
359
|
-
export const DescribeAlarmModelRequestFilterSensitiveLog = (obj) => ({
|
|
360
|
-
...obj,
|
|
361
|
-
});
|
|
362
|
-
export const DescribeAlarmModelResponseFilterSensitiveLog = (obj) => ({
|
|
363
|
-
...obj,
|
|
364
|
-
});
|
|
365
|
-
export const DescribeDetectorModelRequestFilterSensitiveLog = (obj) => ({
|
|
366
|
-
...obj,
|
|
367
|
-
});
|
|
368
|
-
export const DetectorModelFilterSensitiveLog = (obj) => ({
|
|
369
|
-
...obj,
|
|
370
|
-
});
|
|
371
|
-
export const DescribeDetectorModelResponseFilterSensitiveLog = (obj) => ({
|
|
372
|
-
...obj,
|
|
373
|
-
});
|
|
374
|
-
export const DescribeDetectorModelAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
375
|
-
...obj,
|
|
376
|
-
});
|
|
377
|
-
export const DescribeDetectorModelAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
378
|
-
...obj,
|
|
379
|
-
});
|
|
380
|
-
export const DescribeInputRequestFilterSensitiveLog = (obj) => ({
|
|
381
|
-
...obj,
|
|
382
|
-
});
|
|
383
|
-
export const InputFilterSensitiveLog = (obj) => ({
|
|
384
|
-
...obj,
|
|
385
|
-
});
|
|
386
|
-
export const DescribeInputResponseFilterSensitiveLog = (obj) => ({
|
|
387
|
-
...obj,
|
|
388
|
-
});
|
|
389
|
-
export const DescribeLoggingOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
390
|
-
...obj,
|
|
391
|
-
});
|
|
392
|
-
export const DetectorDebugOptionFilterSensitiveLog = (obj) => ({
|
|
393
|
-
...obj,
|
|
394
|
-
});
|
|
395
|
-
export const LoggingOptionsFilterSensitiveLog = (obj) => ({
|
|
396
|
-
...obj,
|
|
397
|
-
});
|
|
398
|
-
export const DescribeLoggingOptionsResponseFilterSensitiveLog = (obj) => ({
|
|
399
|
-
...obj,
|
|
400
|
-
});
|
|
401
|
-
export const DetectorModelSummaryFilterSensitiveLog = (obj) => ({
|
|
402
|
-
...obj,
|
|
403
|
-
});
|
|
404
|
-
export const DetectorModelVersionSummaryFilterSensitiveLog = (obj) => ({
|
|
405
|
-
...obj,
|
|
406
|
-
});
|
|
407
|
-
export const GetDetectorModelAnalysisResultsRequestFilterSensitiveLog = (obj) => ({
|
|
408
|
-
...obj,
|
|
409
|
-
});
|
|
410
|
-
export const GetDetectorModelAnalysisResultsResponseFilterSensitiveLog = (obj) => ({
|
|
411
|
-
...obj,
|
|
412
|
-
});
|
|
413
|
-
export const IotEventsInputIdentifierFilterSensitiveLog = (obj) => ({
|
|
414
|
-
...obj,
|
|
415
|
-
});
|
|
416
|
-
export const IotSiteWiseAssetModelPropertyIdentifierFilterSensitiveLog = (obj) => ({
|
|
417
|
-
...obj,
|
|
418
|
-
});
|
|
419
|
-
export const IotSiteWiseInputIdentifierFilterSensitiveLog = (obj) => ({
|
|
420
|
-
...obj,
|
|
421
|
-
});
|
|
422
|
-
export const InputIdentifierFilterSensitiveLog = (obj) => ({
|
|
423
|
-
...obj,
|
|
424
|
-
});
|
|
425
|
-
export const InputSummaryFilterSensitiveLog = (obj) => ({
|
|
426
|
-
...obj,
|
|
427
|
-
});
|
|
428
|
-
export const ListAlarmModelsRequestFilterSensitiveLog = (obj) => ({
|
|
429
|
-
...obj,
|
|
430
|
-
});
|
|
431
|
-
export const ListAlarmModelsResponseFilterSensitiveLog = (obj) => ({
|
|
432
|
-
...obj,
|
|
433
|
-
});
|
|
434
|
-
export const ListAlarmModelVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
435
|
-
...obj,
|
|
436
|
-
});
|
|
437
|
-
export const ListAlarmModelVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
438
|
-
...obj,
|
|
439
|
-
});
|
|
440
|
-
export const ListDetectorModelsRequestFilterSensitiveLog = (obj) => ({
|
|
441
|
-
...obj,
|
|
442
|
-
});
|
|
443
|
-
export const ListDetectorModelsResponseFilterSensitiveLog = (obj) => ({
|
|
444
|
-
...obj,
|
|
445
|
-
});
|
|
446
|
-
export const ListDetectorModelVersionsRequestFilterSensitiveLog = (obj) => ({
|
|
447
|
-
...obj,
|
|
448
|
-
});
|
|
449
|
-
export const ListDetectorModelVersionsResponseFilterSensitiveLog = (obj) => ({
|
|
450
|
-
...obj,
|
|
451
|
-
});
|
|
452
|
-
export const ListInputRoutingsRequestFilterSensitiveLog = (obj) => ({
|
|
453
|
-
...obj,
|
|
454
|
-
});
|
|
455
|
-
export const RoutedResourceFilterSensitiveLog = (obj) => ({
|
|
456
|
-
...obj,
|
|
457
|
-
});
|
|
458
|
-
export const ListInputRoutingsResponseFilterSensitiveLog = (obj) => ({
|
|
459
|
-
...obj,
|
|
460
|
-
});
|
|
461
|
-
export const ListInputsRequestFilterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
});
|
|
464
|
-
export const ListInputsResponseFilterSensitiveLog = (obj) => ({
|
|
465
|
-
...obj,
|
|
466
|
-
});
|
|
467
|
-
export const ListTagsForResourceRequestFilterSensitiveLog = (obj) => ({
|
|
468
|
-
...obj,
|
|
469
|
-
});
|
|
470
|
-
export const ListTagsForResourceResponseFilterSensitiveLog = (obj) => ({
|
|
471
|
-
...obj,
|
|
472
|
-
});
|
|
473
|
-
export const PutLoggingOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
474
|
-
...obj,
|
|
475
|
-
});
|
|
476
|
-
export const StartDetectorModelAnalysisRequestFilterSensitiveLog = (obj) => ({
|
|
477
|
-
...obj,
|
|
478
|
-
});
|
|
479
|
-
export const StartDetectorModelAnalysisResponseFilterSensitiveLog = (obj) => ({
|
|
480
|
-
...obj,
|
|
481
|
-
});
|
|
482
|
-
export const TagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
483
|
-
...obj,
|
|
484
|
-
});
|
|
485
|
-
export const TagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
486
|
-
...obj,
|
|
487
|
-
});
|
|
488
|
-
export const UntagResourceRequestFilterSensitiveLog = (obj) => ({
|
|
489
|
-
...obj,
|
|
490
|
-
});
|
|
491
|
-
export const UntagResourceResponseFilterSensitiveLog = (obj) => ({
|
|
492
|
-
...obj,
|
|
493
|
-
});
|
|
494
|
-
export const UpdateAlarmModelRequestFilterSensitiveLog = (obj) => ({
|
|
495
|
-
...obj,
|
|
496
|
-
});
|
|
497
|
-
export const UpdateAlarmModelResponseFilterSensitiveLog = (obj) => ({
|
|
498
|
-
...obj,
|
|
499
|
-
});
|
|
500
|
-
export const UpdateDetectorModelRequestFilterSensitiveLog = (obj) => ({
|
|
501
|
-
...obj,
|
|
502
|
-
});
|
|
503
|
-
export const UpdateDetectorModelResponseFilterSensitiveLog = (obj) => ({
|
|
504
|
-
...obj,
|
|
505
|
-
});
|
|
506
|
-
export const UpdateInputRequestFilterSensitiveLog = (obj) => ({
|
|
507
|
-
...obj,
|
|
508
|
-
});
|
|
509
|
-
export const UpdateInputResponseFilterSensitiveLog = (obj) => ({
|
|
510
|
-
...obj,
|
|
511
|
-
});
|
|
@@ -27,12 +27,14 @@ import { UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput } fro
|
|
|
27
27
|
import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
|
|
28
28
|
import { IoTEventsClient } from "./IoTEventsClient";
|
|
29
29
|
/**
|
|
30
|
+
* @public
|
|
30
31
|
* <p>AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and
|
|
31
32
|
* triggers actions when such events occur. You can use AWS IoT Events API operations to create, read,
|
|
32
33
|
* update, and delete inputs and detector models, and to list their versions.</p>
|
|
33
34
|
*/
|
|
34
35
|
export declare class IoTEvents extends IoTEventsClient {
|
|
35
36
|
/**
|
|
37
|
+
* @public
|
|
36
38
|
* <p>Creates an alarm model to monitor an AWS IoT Events input attribute. You can use the alarm to get
|
|
37
39
|
* notified when the value is outside a specified range. For more information, see <a href="https://docs.aws.amazon.com/iotevents/latest/developerguide/create-alarms.html">Create an
|
|
38
40
|
* alarm model</a> in the <i>AWS IoT Events Developer Guide</i>.</p>
|
|
@@ -41,18 +43,21 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
41
43
|
createAlarmModel(args: CreateAlarmModelCommandInput, cb: (err: any, data?: CreateAlarmModelCommandOutput) => void): void;
|
|
42
44
|
createAlarmModel(args: CreateAlarmModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAlarmModelCommandOutput) => void): void;
|
|
43
45
|
/**
|
|
46
|
+
* @public
|
|
44
47
|
* <p>Creates a detector model.</p>
|
|
45
48
|
*/
|
|
46
49
|
createDetectorModel(args: CreateDetectorModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateDetectorModelCommandOutput>;
|
|
47
50
|
createDetectorModel(args: CreateDetectorModelCommandInput, cb: (err: any, data?: CreateDetectorModelCommandOutput) => void): void;
|
|
48
51
|
createDetectorModel(args: CreateDetectorModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDetectorModelCommandOutput) => void): void;
|
|
49
52
|
/**
|
|
53
|
+
* @public
|
|
50
54
|
* <p>Creates an input.</p>
|
|
51
55
|
*/
|
|
52
56
|
createInput(args: CreateInputCommandInput, options?: __HttpHandlerOptions): Promise<CreateInputCommandOutput>;
|
|
53
57
|
createInput(args: CreateInputCommandInput, cb: (err: any, data?: CreateInputCommandOutput) => void): void;
|
|
54
58
|
createInput(args: CreateInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateInputCommandOutput) => void): void;
|
|
55
59
|
/**
|
|
60
|
+
* @public
|
|
56
61
|
* <p>Deletes an alarm model. Any alarm instances that were created based on this alarm model
|
|
57
62
|
* are also deleted. This action can't be undone.</p>
|
|
58
63
|
*/
|
|
@@ -60,6 +65,7 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
60
65
|
deleteAlarmModel(args: DeleteAlarmModelCommandInput, cb: (err: any, data?: DeleteAlarmModelCommandOutput) => void): void;
|
|
61
66
|
deleteAlarmModel(args: DeleteAlarmModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAlarmModelCommandOutput) => void): void;
|
|
62
67
|
/**
|
|
68
|
+
* @public
|
|
63
69
|
* <p>Deletes a detector model. Any active instances of the detector model are also
|
|
64
70
|
* deleted.</p>
|
|
65
71
|
*/
|
|
@@ -67,12 +73,14 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
67
73
|
deleteDetectorModel(args: DeleteDetectorModelCommandInput, cb: (err: any, data?: DeleteDetectorModelCommandOutput) => void): void;
|
|
68
74
|
deleteDetectorModel(args: DeleteDetectorModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDetectorModelCommandOutput) => void): void;
|
|
69
75
|
/**
|
|
76
|
+
* @public
|
|
70
77
|
* <p>Deletes an input.</p>
|
|
71
78
|
*/
|
|
72
79
|
deleteInput(args: DeleteInputCommandInput, options?: __HttpHandlerOptions): Promise<DeleteInputCommandOutput>;
|
|
73
80
|
deleteInput(args: DeleteInputCommandInput, cb: (err: any, data?: DeleteInputCommandOutput) => void): void;
|
|
74
81
|
deleteInput(args: DeleteInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteInputCommandOutput) => void): void;
|
|
75
82
|
/**
|
|
83
|
+
* @public
|
|
76
84
|
* <p>Retrieves information about an alarm model. If you don't specify a value for the
|
|
77
85
|
* <code>alarmModelVersion</code> parameter, the latest version is returned.</p>
|
|
78
86
|
*/
|
|
@@ -80,6 +88,7 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
80
88
|
describeAlarmModel(args: DescribeAlarmModelCommandInput, cb: (err: any, data?: DescribeAlarmModelCommandOutput) => void): void;
|
|
81
89
|
describeAlarmModel(args: DescribeAlarmModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAlarmModelCommandOutput) => void): void;
|
|
82
90
|
/**
|
|
91
|
+
* @public
|
|
83
92
|
* <p>Describes a detector model. If the <code>version</code> parameter is not specified,
|
|
84
93
|
* information about the latest version is returned.</p>
|
|
85
94
|
*/
|
|
@@ -87,6 +96,7 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
87
96
|
describeDetectorModel(args: DescribeDetectorModelCommandInput, cb: (err: any, data?: DescribeDetectorModelCommandOutput) => void): void;
|
|
88
97
|
describeDetectorModel(args: DescribeDetectorModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDetectorModelCommandOutput) => void): void;
|
|
89
98
|
/**
|
|
99
|
+
* @public
|
|
90
100
|
* <p>Retrieves runtime information about a detector model analysis.</p>
|
|
91
101
|
* <note>
|
|
92
102
|
* <p>After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.</p>
|
|
@@ -96,18 +106,21 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
96
106
|
describeDetectorModelAnalysis(args: DescribeDetectorModelAnalysisCommandInput, cb: (err: any, data?: DescribeDetectorModelAnalysisCommandOutput) => void): void;
|
|
97
107
|
describeDetectorModelAnalysis(args: DescribeDetectorModelAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDetectorModelAnalysisCommandOutput) => void): void;
|
|
98
108
|
/**
|
|
109
|
+
* @public
|
|
99
110
|
* <p>Describes an input.</p>
|
|
100
111
|
*/
|
|
101
112
|
describeInput(args: DescribeInputCommandInput, options?: __HttpHandlerOptions): Promise<DescribeInputCommandOutput>;
|
|
102
113
|
describeInput(args: DescribeInputCommandInput, cb: (err: any, data?: DescribeInputCommandOutput) => void): void;
|
|
103
114
|
describeInput(args: DescribeInputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeInputCommandOutput) => void): void;
|
|
104
115
|
/**
|
|
116
|
+
* @public
|
|
105
117
|
* <p>Retrieves the current settings of the AWS IoT Events logging options.</p>
|
|
106
118
|
*/
|
|
107
119
|
describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoggingOptionsCommandOutput>;
|
|
108
120
|
describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void): void;
|
|
109
121
|
describeLoggingOptions(args: DescribeLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoggingOptionsCommandOutput) => void): void;
|
|
110
122
|
/**
|
|
123
|
+
* @public
|
|
111
124
|
* <p>Retrieves one or more analysis results of the detector model.</p>
|
|
112
125
|
* <note>
|
|
113
126
|
* <p>After AWS IoT Events starts analyzing your detector model, you have up to 24 hours to retrieve the analysis results.</p>
|
|
@@ -117,6 +130,7 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
117
130
|
getDetectorModelAnalysisResults(args: GetDetectorModelAnalysisResultsCommandInput, cb: (err: any, data?: GetDetectorModelAnalysisResultsCommandOutput) => void): void;
|
|
118
131
|
getDetectorModelAnalysisResults(args: GetDetectorModelAnalysisResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDetectorModelAnalysisResultsCommandOutput) => void): void;
|
|
119
132
|
/**
|
|
133
|
+
* @public
|
|
120
134
|
* <p>Lists the alarm models that you created. The operation returns only the metadata
|
|
121
135
|
* associated with each alarm model.</p>
|
|
122
136
|
*/
|
|
@@ -124,6 +138,7 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
124
138
|
listAlarmModels(args: ListAlarmModelsCommandInput, cb: (err: any, data?: ListAlarmModelsCommandOutput) => void): void;
|
|
125
139
|
listAlarmModels(args: ListAlarmModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAlarmModelsCommandOutput) => void): void;
|
|
126
140
|
/**
|
|
141
|
+
* @public
|
|
127
142
|
* <p>Lists all the versions of an alarm model. The operation returns only the metadata
|
|
128
143
|
* associated with each alarm model version.</p>
|
|
129
144
|
*/
|
|
@@ -131,6 +146,7 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
131
146
|
listAlarmModelVersions(args: ListAlarmModelVersionsCommandInput, cb: (err: any, data?: ListAlarmModelVersionsCommandOutput) => void): void;
|
|
132
147
|
listAlarmModelVersions(args: ListAlarmModelVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAlarmModelVersionsCommandOutput) => void): void;
|
|
133
148
|
/**
|
|
149
|
+
* @public
|
|
134
150
|
* <p>Lists the detector models you have created. Only the metadata associated with each
|
|
135
151
|
* detector model is returned.</p>
|
|
136
152
|
*/
|
|
@@ -138,6 +154,7 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
138
154
|
listDetectorModels(args: ListDetectorModelsCommandInput, cb: (err: any, data?: ListDetectorModelsCommandOutput) => void): void;
|
|
139
155
|
listDetectorModels(args: ListDetectorModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDetectorModelsCommandOutput) => void): void;
|
|
140
156
|
/**
|
|
157
|
+
* @public
|
|
141
158
|
* <p>Lists all the versions of a detector model. Only the metadata associated with each
|
|
142
159
|
* detector model version is returned.</p>
|
|
143
160
|
*/
|
|
@@ -145,6 +162,7 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
145
162
|
listDetectorModelVersions(args: ListDetectorModelVersionsCommandInput, cb: (err: any, data?: ListDetectorModelVersionsCommandOutput) => void): void;
|
|
146
163
|
listDetectorModelVersions(args: ListDetectorModelVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListDetectorModelVersionsCommandOutput) => void): void;
|
|
147
164
|
/**
|
|
165
|
+
* @public
|
|
148
166
|
* <p>
|
|
149
167
|
* Lists one or more input routings.
|
|
150
168
|
* </p>
|
|
@@ -153,18 +171,21 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
153
171
|
listInputRoutings(args: ListInputRoutingsCommandInput, cb: (err: any, data?: ListInputRoutingsCommandOutput) => void): void;
|
|
154
172
|
listInputRoutings(args: ListInputRoutingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInputRoutingsCommandOutput) => void): void;
|
|
155
173
|
/**
|
|
174
|
+
* @public
|
|
156
175
|
* <p>Lists the inputs you have created.</p>
|
|
157
176
|
*/
|
|
158
177
|
listInputs(args: ListInputsCommandInput, options?: __HttpHandlerOptions): Promise<ListInputsCommandOutput>;
|
|
159
178
|
listInputs(args: ListInputsCommandInput, cb: (err: any, data?: ListInputsCommandOutput) => void): void;
|
|
160
179
|
listInputs(args: ListInputsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInputsCommandOutput) => void): void;
|
|
161
180
|
/**
|
|
181
|
+
* @public
|
|
162
182
|
* <p>Lists the tags (metadata) you have assigned to the resource.</p>
|
|
163
183
|
*/
|
|
164
184
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
165
185
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
166
186
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
167
187
|
/**
|
|
188
|
+
* @public
|
|
168
189
|
* <p>Sets or updates the AWS IoT Events logging options.</p>
|
|
169
190
|
* <p>If you update the value of any <code>loggingOptions</code> field, it takes up to one
|
|
170
191
|
* minute for the change to take effect. If you change the policy attached to the role you
|
|
@@ -175,6 +196,7 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
175
196
|
putLoggingOptions(args: PutLoggingOptionsCommandInput, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void): void;
|
|
176
197
|
putLoggingOptions(args: PutLoggingOptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLoggingOptionsCommandOutput) => void): void;
|
|
177
198
|
/**
|
|
199
|
+
* @public
|
|
178
200
|
* <p>Performs an analysis of your detector model. For more information,
|
|
179
201
|
* see <a href="https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-analyze-api.html">Troubleshooting a detector model</a>
|
|
180
202
|
* in the <i>AWS IoT Events Developer Guide</i>.</p>
|
|
@@ -183,6 +205,7 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
183
205
|
startDetectorModelAnalysis(args: StartDetectorModelAnalysisCommandInput, cb: (err: any, data?: StartDetectorModelAnalysisCommandOutput) => void): void;
|
|
184
206
|
startDetectorModelAnalysis(args: StartDetectorModelAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDetectorModelAnalysisCommandOutput) => void): void;
|
|
185
207
|
/**
|
|
208
|
+
* @public
|
|
186
209
|
* <p>Adds to or modifies the tags of the given resource. Tags are metadata that can be used to
|
|
187
210
|
* manage a resource.</p>
|
|
188
211
|
*/
|
|
@@ -190,12 +213,14 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
190
213
|
tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
191
214
|
tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
|
|
192
215
|
/**
|
|
216
|
+
* @public
|
|
193
217
|
* <p>Removes the given tags (metadata) from the resource.</p>
|
|
194
218
|
*/
|
|
195
219
|
untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
|
|
196
220
|
untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
197
221
|
untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
|
|
198
222
|
/**
|
|
223
|
+
* @public
|
|
199
224
|
* <p>Updates an alarm model. Any alarms that were created based on the previous version are
|
|
200
225
|
* deleted and then created again as new data arrives.</p>
|
|
201
226
|
*/
|
|
@@ -203,6 +228,7 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
203
228
|
updateAlarmModel(args: UpdateAlarmModelCommandInput, cb: (err: any, data?: UpdateAlarmModelCommandOutput) => void): void;
|
|
204
229
|
updateAlarmModel(args: UpdateAlarmModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAlarmModelCommandOutput) => void): void;
|
|
205
230
|
/**
|
|
231
|
+
* @public
|
|
206
232
|
* <p>Updates a detector model. Detectors (instances) spawned by the previous version are
|
|
207
233
|
* deleted and then re-created as new inputs arrive.</p>
|
|
208
234
|
*/
|
|
@@ -210,6 +236,7 @@ export declare class IoTEvents extends IoTEventsClient {
|
|
|
210
236
|
updateDetectorModel(args: UpdateDetectorModelCommandInput, cb: (err: any, data?: UpdateDetectorModelCommandOutput) => void): void;
|
|
211
237
|
updateDetectorModel(args: UpdateDetectorModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDetectorModelCommandOutput) => void): void;
|
|
212
238
|
/**
|
|
239
|
+
* @public
|
|
213
240
|
* <p>Updates an input.</p>
|
|
214
241
|
*/
|
|
215
242
|
updateInput(args: UpdateInputCommandInput, options?: __HttpHandlerOptions): Promise<UpdateInputCommandOutput>;
|
|
@@ -34,15 +34,24 @@ import { UpdateAlarmModelCommandInput, UpdateAlarmModelCommandOutput } from "./c
|
|
|
34
34
|
import { UpdateDetectorModelCommandInput, UpdateDetectorModelCommandOutput } from "./commands/UpdateDetectorModelCommand";
|
|
35
35
|
import { UpdateInputCommandInput, UpdateInputCommandOutput } from "./commands/UpdateInputCommand";
|
|
36
36
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
*/
|
|
37
40
|
export type ServiceInputTypes = CreateAlarmModelCommandInput | CreateDetectorModelCommandInput | CreateInputCommandInput | DeleteAlarmModelCommandInput | DeleteDetectorModelCommandInput | DeleteInputCommandInput | DescribeAlarmModelCommandInput | DescribeDetectorModelAnalysisCommandInput | DescribeDetectorModelCommandInput | DescribeInputCommandInput | DescribeLoggingOptionsCommandInput | GetDetectorModelAnalysisResultsCommandInput | ListAlarmModelVersionsCommandInput | ListAlarmModelsCommandInput | ListDetectorModelVersionsCommandInput | ListDetectorModelsCommandInput | ListInputRoutingsCommandInput | ListInputsCommandInput | ListTagsForResourceCommandInput | PutLoggingOptionsCommandInput | StartDetectorModelAnalysisCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAlarmModelCommandInput | UpdateDetectorModelCommandInput | UpdateInputCommandInput;
|
|
41
|
+
/**
|
|
42
|
+
* @public
|
|
43
|
+
*/
|
|
38
44
|
export type ServiceOutputTypes = CreateAlarmModelCommandOutput | CreateDetectorModelCommandOutput | CreateInputCommandOutput | DeleteAlarmModelCommandOutput | DeleteDetectorModelCommandOutput | DeleteInputCommandOutput | DescribeAlarmModelCommandOutput | DescribeDetectorModelAnalysisCommandOutput | DescribeDetectorModelCommandOutput | DescribeInputCommandOutput | DescribeLoggingOptionsCommandOutput | GetDetectorModelAnalysisResultsCommandOutput | ListAlarmModelVersionsCommandOutput | ListAlarmModelsCommandOutput | ListDetectorModelVersionsCommandOutput | ListDetectorModelsCommandOutput | ListInputRoutingsCommandOutput | ListInputsCommandOutput | ListTagsForResourceCommandOutput | PutLoggingOptionsCommandOutput | StartDetectorModelAnalysisCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAlarmModelCommandOutput | UpdateDetectorModelCommandOutput | UpdateInputCommandOutput;
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
39
48
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
40
49
|
/**
|
|
41
50
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
42
51
|
*/
|
|
43
52
|
requestHandler?: __HttpHandler;
|
|
44
53
|
/**
|
|
45
|
-
* A constructor for a class implementing the {@link
|
|
54
|
+
* A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
|
|
46
55
|
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
47
56
|
* @internal
|
|
48
57
|
*/
|
|
@@ -132,23 +141,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
132
141
|
*/
|
|
133
142
|
logger?: __Logger;
|
|
134
143
|
/**
|
|
135
|
-
* The {@link
|
|
144
|
+
* The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
136
145
|
*/
|
|
137
146
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
138
147
|
}
|
|
148
|
+
/**
|
|
149
|
+
* @public
|
|
150
|
+
*/
|
|
139
151
|
type IoTEventsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
140
152
|
/**
|
|
141
|
-
*
|
|
153
|
+
* @public
|
|
154
|
+
*
|
|
155
|
+
* The configuration interface of IoTEventsClient class constructor that set the region, credentials and other options.
|
|
142
156
|
*/
|
|
143
157
|
export interface IoTEventsClientConfig extends IoTEventsClientConfigType {
|
|
144
158
|
}
|
|
159
|
+
/**
|
|
160
|
+
* @public
|
|
161
|
+
*/
|
|
145
162
|
type IoTEventsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
146
163
|
/**
|
|
147
|
-
*
|
|
164
|
+
* @public
|
|
165
|
+
*
|
|
166
|
+
* The resolved configuration interface of IoTEventsClient class. This is resolved and normalized from the {@link IoTEventsClientConfig | constructor configuration interface}.
|
|
148
167
|
*/
|
|
149
168
|
export interface IoTEventsClientResolvedConfig extends IoTEventsClientResolvedConfigType {
|
|
150
169
|
}
|
|
151
170
|
/**
|
|
171
|
+
* @public
|
|
152
172
|
* <p>AWS IoT Events monitors your equipment or device fleets for failures or changes in operation, and
|
|
153
173
|
* triggers actions when such events occur. You can use AWS IoT Events API operations to create, read,
|
|
154
174
|
* update, and delete inputs and detector models, and to list their versions.</p>
|
|
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
|
|
|
4
4
|
import { IoTEventsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IoTEventsClient";
|
|
5
5
|
import { CreateAlarmModelRequest, CreateAlarmModelResponse } from "../models/models_0";
|
|
6
6
|
/**
|
|
7
|
+
* @public
|
|
8
|
+
*
|
|
7
9
|
* The input for {@link CreateAlarmModelCommand}.
|
|
8
10
|
*/
|
|
9
11
|
export interface CreateAlarmModelCommandInput extends CreateAlarmModelRequest {
|
|
10
12
|
}
|
|
11
13
|
/**
|
|
14
|
+
* @public
|
|
15
|
+
*
|
|
12
16
|
* The output of {@link CreateAlarmModelCommand}.
|
|
13
17
|
*/
|
|
14
18
|
export interface CreateAlarmModelCommandOutput extends CreateAlarmModelResponse, __MetadataBearer {
|
|
15
19
|
}
|
|
16
20
|
/**
|
|
21
|
+
* @public
|
|
17
22
|
* <p>Creates an alarm model to monitor an AWS IoT Events input attribute. You can use the alarm to get
|
|
18
23
|
* notified when the value is outside a specified range. For more information, see <a href="https://docs.aws.amazon.com/iotevents/latest/developerguide/create-alarms.html">Create an
|
|
19
24
|
* alarm model</a> in the <i>AWS IoT Events Developer Guide</i>.</p>
|
|
@@ -27,6 +32,8 @@ export interface CreateAlarmModelCommandOutput extends CreateAlarmModelResponse,
|
|
|
27
32
|
* const response = await client.send(command);
|
|
28
33
|
* ```
|
|
29
34
|
*
|
|
35
|
+
* @param CreateAlarmModelCommandInput - {@link CreateAlarmModelCommandInput}
|
|
36
|
+
* @returns {@link CreateAlarmModelCommandOutput}
|
|
30
37
|
* @see {@link CreateAlarmModelCommandInput} for command's `input` shape.
|
|
31
38
|
* @see {@link CreateAlarmModelCommandOutput} for command's `response` shape.
|
|
32
39
|
* @see {@link IoTEventsClientResolvedConfig | config} for IoTEventsClient's `config` shape.
|
|
@@ -57,11 +64,20 @@ export interface CreateAlarmModelCommandOutput extends CreateAlarmModelResponse,
|
|
|
57
64
|
export declare class CreateAlarmModelCommand extends $Command<CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput, IoTEventsClientResolvedConfig> {
|
|
58
65
|
readonly input: CreateAlarmModelCommandInput;
|
|
59
66
|
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
67
|
+
/**
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
60
70
|
constructor(input: CreateAlarmModelCommandInput);
|
|
61
71
|
/**
|
|
62
72
|
* @internal
|
|
63
73
|
*/
|
|
64
74
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: IoTEventsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateAlarmModelCommandInput, CreateAlarmModelCommandOutput>;
|
|
75
|
+
/**
|
|
76
|
+
* @internal
|
|
77
|
+
*/
|
|
65
78
|
private serialize;
|
|
79
|
+
/**
|
|
80
|
+
* @internal
|
|
81
|
+
*/
|
|
66
82
|
private deserialize;
|
|
67
83
|
}
|