@aws-sdk/client-iot-events 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/IoTEvents.d.ts +472 -135
- package/dist-types/ts3.4/IoTEventsClient.d.ts +285 -99
- package/dist-types/ts3.4/commands/CreateAlarmModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateDetectorModelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteAlarmModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDetectorModelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAlarmModelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeDetectorModelAnalysisCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeDetectorModelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeLoggingOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDetectorModelAnalysisResultsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAlarmModelVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAlarmModelsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListDetectorModelVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDetectorModelsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListInputRoutingsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutLoggingOptionsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/StartDetectorModelAnalysisCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateAlarmModelCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDetectorModelCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +26 -26
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +5 -5
- package/dist-types/ts3.4/models/IoTEventsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1346 -1245
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -80
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,1245 +1,1346 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { IoTEventsServiceException as __BaseException } from "./IoTEventsServiceException";
|
|
3
|
-
|
|
4
|
-
export interface AcknowledgeFlow {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
export interface
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
export interface
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
}
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
export interface
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
export declare class
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
}
|
|
484
|
-
|
|
485
|
-
export interface
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
export
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
}
|
|
518
|
-
|
|
519
|
-
export interface
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
export interface
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
}
|
|
596
|
-
export
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
}
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
}
|
|
760
|
-
|
|
761
|
-
export interface
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
}
|
|
796
|
-
export interface
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
}
|
|
841
|
-
export interface
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
}
|
|
861
|
-
export interface
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
}
|
|
867
|
-
export interface
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
}
|
|
873
|
-
export interface
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
export
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
export
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
export
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
export
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
export
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
export
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
export
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
export
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
export
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { IoTEventsServiceException as __BaseException } from "./IoTEventsServiceException";
|
|
3
|
+
|
|
4
|
+
export interface AcknowledgeFlow {
|
|
5
|
+
enabled: boolean | undefined;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export interface ClearTimerAction {
|
|
9
|
+
timerName: string | undefined;
|
|
10
|
+
}
|
|
11
|
+
export declare enum PayloadType {
|
|
12
|
+
JSON = "JSON",
|
|
13
|
+
STRING = "STRING",
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
export interface Payload {
|
|
17
|
+
contentExpression: string | undefined;
|
|
18
|
+
|
|
19
|
+
type: PayloadType | string | undefined;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
export interface DynamoDBAction {
|
|
23
|
+
hashKeyType?: string;
|
|
24
|
+
|
|
25
|
+
hashKeyField: string | undefined;
|
|
26
|
+
|
|
27
|
+
hashKeyValue: string | undefined;
|
|
28
|
+
|
|
29
|
+
rangeKeyType?: string;
|
|
30
|
+
|
|
31
|
+
rangeKeyField?: string;
|
|
32
|
+
|
|
33
|
+
rangeKeyValue?: string;
|
|
34
|
+
|
|
35
|
+
operation?: string;
|
|
36
|
+
|
|
37
|
+
payloadField?: string;
|
|
38
|
+
|
|
39
|
+
tableName: string | undefined;
|
|
40
|
+
|
|
41
|
+
payload?: Payload;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export interface DynamoDBv2Action {
|
|
45
|
+
tableName: string | undefined;
|
|
46
|
+
|
|
47
|
+
payload?: Payload;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export interface FirehoseAction {
|
|
51
|
+
deliveryStreamName: string | undefined;
|
|
52
|
+
|
|
53
|
+
separator?: string;
|
|
54
|
+
|
|
55
|
+
payload?: Payload;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface IotEventsAction {
|
|
59
|
+
inputName: string | undefined;
|
|
60
|
+
|
|
61
|
+
payload?: Payload;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
export interface AssetPropertyTimestamp {
|
|
65
|
+
timeInSeconds: string | undefined;
|
|
66
|
+
|
|
67
|
+
offsetInNanos?: string;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
export interface AssetPropertyVariant {
|
|
71
|
+
stringValue?: string;
|
|
72
|
+
|
|
73
|
+
integerValue?: string;
|
|
74
|
+
|
|
75
|
+
doubleValue?: string;
|
|
76
|
+
|
|
77
|
+
booleanValue?: string;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export interface AssetPropertyValue {
|
|
81
|
+
value?: AssetPropertyVariant;
|
|
82
|
+
|
|
83
|
+
timestamp?: AssetPropertyTimestamp;
|
|
84
|
+
|
|
85
|
+
quality?: string;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
export interface IotSiteWiseAction {
|
|
89
|
+
entryId?: string;
|
|
90
|
+
|
|
91
|
+
assetId?: string;
|
|
92
|
+
|
|
93
|
+
propertyId?: string;
|
|
94
|
+
|
|
95
|
+
propertyAlias?: string;
|
|
96
|
+
|
|
97
|
+
propertyValue?: AssetPropertyValue;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export interface IotTopicPublishAction {
|
|
101
|
+
mqttTopic: string | undefined;
|
|
102
|
+
|
|
103
|
+
payload?: Payload;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export interface LambdaAction {
|
|
107
|
+
functionArn: string | undefined;
|
|
108
|
+
|
|
109
|
+
payload?: Payload;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export interface ResetTimerAction {
|
|
113
|
+
timerName: string | undefined;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
export interface SetTimerAction {
|
|
117
|
+
timerName: string | undefined;
|
|
118
|
+
|
|
119
|
+
seconds?: number;
|
|
120
|
+
|
|
121
|
+
durationExpression?: string;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
export interface SetVariableAction {
|
|
125
|
+
variableName: string | undefined;
|
|
126
|
+
|
|
127
|
+
value: string | undefined;
|
|
128
|
+
}
|
|
129
|
+
|
|
130
|
+
export interface SNSTopicPublishAction {
|
|
131
|
+
targetArn: string | undefined;
|
|
132
|
+
|
|
133
|
+
payload?: Payload;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
export interface SqsAction {
|
|
137
|
+
queueUrl: string | undefined;
|
|
138
|
+
|
|
139
|
+
useBase64?: boolean;
|
|
140
|
+
|
|
141
|
+
payload?: Payload;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
export interface Action {
|
|
145
|
+
setVariable?: SetVariableAction;
|
|
146
|
+
|
|
147
|
+
sns?: SNSTopicPublishAction;
|
|
148
|
+
|
|
149
|
+
iotTopicPublish?: IotTopicPublishAction;
|
|
150
|
+
|
|
151
|
+
setTimer?: SetTimerAction;
|
|
152
|
+
|
|
153
|
+
clearTimer?: ClearTimerAction;
|
|
154
|
+
|
|
155
|
+
resetTimer?: ResetTimerAction;
|
|
156
|
+
|
|
157
|
+
lambda?: LambdaAction;
|
|
158
|
+
|
|
159
|
+
iotEvents?: IotEventsAction;
|
|
160
|
+
|
|
161
|
+
sqs?: SqsAction;
|
|
162
|
+
|
|
163
|
+
firehose?: FirehoseAction;
|
|
164
|
+
|
|
165
|
+
dynamoDB?: DynamoDBAction;
|
|
166
|
+
|
|
167
|
+
dynamoDBv2?: DynamoDBv2Action;
|
|
168
|
+
|
|
169
|
+
iotSiteWise?: IotSiteWiseAction;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
export interface AlarmAction {
|
|
173
|
+
sns?: SNSTopicPublishAction;
|
|
174
|
+
|
|
175
|
+
iotTopicPublish?: IotTopicPublishAction;
|
|
176
|
+
|
|
177
|
+
lambda?: LambdaAction;
|
|
178
|
+
|
|
179
|
+
iotEvents?: IotEventsAction;
|
|
180
|
+
|
|
181
|
+
sqs?: SqsAction;
|
|
182
|
+
|
|
183
|
+
firehose?: FirehoseAction;
|
|
184
|
+
|
|
185
|
+
dynamoDB?: DynamoDBAction;
|
|
186
|
+
|
|
187
|
+
dynamoDBv2?: DynamoDBv2Action;
|
|
188
|
+
|
|
189
|
+
iotSiteWise?: IotSiteWiseAction;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
export interface InitializationConfiguration {
|
|
193
|
+
disabledOnInitialization: boolean | undefined;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
export interface AlarmCapabilities {
|
|
197
|
+
initializationConfiguration?: InitializationConfiguration;
|
|
198
|
+
|
|
199
|
+
acknowledgeFlow?: AcknowledgeFlow;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
export interface AlarmEventActions {
|
|
203
|
+
alarmActions?: AlarmAction[];
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
export interface AlarmModelSummary {
|
|
207
|
+
creationTime?: Date;
|
|
208
|
+
|
|
209
|
+
alarmModelDescription?: string;
|
|
210
|
+
|
|
211
|
+
alarmModelName?: string;
|
|
212
|
+
}
|
|
213
|
+
export declare enum AlarmModelVersionStatus {
|
|
214
|
+
ACTIVATING = "ACTIVATING",
|
|
215
|
+
ACTIVE = "ACTIVE",
|
|
216
|
+
FAILED = "FAILED",
|
|
217
|
+
INACTIVE = "INACTIVE",
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
export interface AlarmModelVersionSummary {
|
|
221
|
+
alarmModelName?: string;
|
|
222
|
+
|
|
223
|
+
alarmModelArn?: string;
|
|
224
|
+
|
|
225
|
+
alarmModelVersion?: string;
|
|
226
|
+
|
|
227
|
+
roleArn?: string;
|
|
228
|
+
|
|
229
|
+
creationTime?: Date;
|
|
230
|
+
|
|
231
|
+
lastUpdateTime?: Date;
|
|
232
|
+
|
|
233
|
+
status?: AlarmModelVersionStatus | string;
|
|
234
|
+
|
|
235
|
+
statusMessage?: string;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
export interface NotificationTargetActions {
|
|
239
|
+
lambdaAction?: LambdaAction;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
export interface EmailContent {
|
|
243
|
+
subject?: string;
|
|
244
|
+
|
|
245
|
+
additionalMessage?: string;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
export interface SSOIdentity {
|
|
249
|
+
identityStoreId: string | undefined;
|
|
250
|
+
|
|
251
|
+
userId?: string;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
export interface RecipientDetail {
|
|
255
|
+
ssoIdentity?: SSOIdentity;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
export interface EmailRecipients {
|
|
259
|
+
to?: RecipientDetail[];
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
export interface EmailConfiguration {
|
|
263
|
+
from: string | undefined;
|
|
264
|
+
|
|
265
|
+
content?: EmailContent;
|
|
266
|
+
|
|
267
|
+
recipients: EmailRecipients | undefined;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
export interface SMSConfiguration {
|
|
271
|
+
senderId?: string;
|
|
272
|
+
|
|
273
|
+
additionalMessage?: string;
|
|
274
|
+
|
|
275
|
+
recipients: RecipientDetail[] | undefined;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
export interface NotificationAction {
|
|
279
|
+
action: NotificationTargetActions | undefined;
|
|
280
|
+
|
|
281
|
+
smsConfigurations?: SMSConfiguration[];
|
|
282
|
+
|
|
283
|
+
emailConfigurations?: EmailConfiguration[];
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
export interface AlarmNotification {
|
|
287
|
+
notificationActions?: NotificationAction[];
|
|
288
|
+
}
|
|
289
|
+
export declare enum ComparisonOperator {
|
|
290
|
+
EQUAL = "EQUAL",
|
|
291
|
+
GREATER = "GREATER",
|
|
292
|
+
GREATER_OR_EQUAL = "GREATER_OR_EQUAL",
|
|
293
|
+
LESS = "LESS",
|
|
294
|
+
LESS_OR_EQUAL = "LESS_OR_EQUAL",
|
|
295
|
+
NOT_EQUAL = "NOT_EQUAL",
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export interface SimpleRule {
|
|
299
|
+
inputProperty: string | undefined;
|
|
300
|
+
|
|
301
|
+
comparisonOperator: ComparisonOperator | string | undefined;
|
|
302
|
+
|
|
303
|
+
threshold: string | undefined;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
export interface AlarmRule {
|
|
307
|
+
simpleRule?: SimpleRule;
|
|
308
|
+
}
|
|
309
|
+
export declare enum AnalysisResultLevel {
|
|
310
|
+
ERROR = "ERROR",
|
|
311
|
+
INFO = "INFO",
|
|
312
|
+
WARNING = "WARNING",
|
|
313
|
+
}
|
|
314
|
+
|
|
315
|
+
export interface AnalysisResultLocation {
|
|
316
|
+
path?: string;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
export interface AnalysisResult {
|
|
320
|
+
type?: string;
|
|
321
|
+
|
|
322
|
+
level?: AnalysisResultLevel | string;
|
|
323
|
+
|
|
324
|
+
message?: string;
|
|
325
|
+
|
|
326
|
+
locations?: AnalysisResultLocation[];
|
|
327
|
+
}
|
|
328
|
+
export declare enum AnalysisStatus {
|
|
329
|
+
COMPLETE = "COMPLETE",
|
|
330
|
+
FAILED = "FAILED",
|
|
331
|
+
RUNNING = "RUNNING",
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
export interface Attribute {
|
|
335
|
+
jsonPath: string | undefined;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
export interface Tag {
|
|
339
|
+
key: string | undefined;
|
|
340
|
+
|
|
341
|
+
value: string | undefined;
|
|
342
|
+
}
|
|
343
|
+
export interface CreateAlarmModelRequest {
|
|
344
|
+
alarmModelName: string | undefined;
|
|
345
|
+
|
|
346
|
+
alarmModelDescription?: string;
|
|
347
|
+
|
|
348
|
+
roleArn: string | undefined;
|
|
349
|
+
|
|
350
|
+
tags?: Tag[];
|
|
351
|
+
|
|
352
|
+
key?: string;
|
|
353
|
+
|
|
354
|
+
severity?: number;
|
|
355
|
+
|
|
356
|
+
alarmRule: AlarmRule | undefined;
|
|
357
|
+
|
|
358
|
+
alarmNotification?: AlarmNotification;
|
|
359
|
+
|
|
360
|
+
alarmEventActions?: AlarmEventActions;
|
|
361
|
+
|
|
362
|
+
alarmCapabilities?: AlarmCapabilities;
|
|
363
|
+
}
|
|
364
|
+
export interface CreateAlarmModelResponse {
|
|
365
|
+
creationTime?: Date;
|
|
366
|
+
|
|
367
|
+
alarmModelArn?: string;
|
|
368
|
+
|
|
369
|
+
alarmModelVersion?: string;
|
|
370
|
+
|
|
371
|
+
lastUpdateTime?: Date;
|
|
372
|
+
|
|
373
|
+
status?: AlarmModelVersionStatus | string;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
export declare class InternalFailureException extends __BaseException {
|
|
377
|
+
readonly name: "InternalFailureException";
|
|
378
|
+
readonly $fault: "server";
|
|
379
|
+
|
|
380
|
+
constructor(
|
|
381
|
+
opts: __ExceptionOptionType<InternalFailureException, __BaseException>
|
|
382
|
+
);
|
|
383
|
+
}
|
|
384
|
+
|
|
385
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
386
|
+
readonly name: "InvalidRequestException";
|
|
387
|
+
readonly $fault: "client";
|
|
388
|
+
|
|
389
|
+
constructor(
|
|
390
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
391
|
+
);
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
export declare class LimitExceededException extends __BaseException {
|
|
395
|
+
readonly name: "LimitExceededException";
|
|
396
|
+
readonly $fault: "client";
|
|
397
|
+
|
|
398
|
+
constructor(
|
|
399
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
400
|
+
);
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
404
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
405
|
+
readonly $fault: "client";
|
|
406
|
+
|
|
407
|
+
resourceId?: string;
|
|
408
|
+
|
|
409
|
+
resourceArn?: string;
|
|
410
|
+
|
|
411
|
+
constructor(
|
|
412
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
413
|
+
);
|
|
414
|
+
}
|
|
415
|
+
|
|
416
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
417
|
+
readonly name: "ResourceInUseException";
|
|
418
|
+
readonly $fault: "client";
|
|
419
|
+
|
|
420
|
+
constructor(
|
|
421
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
422
|
+
);
|
|
423
|
+
}
|
|
424
|
+
|
|
425
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
426
|
+
readonly name: "ServiceUnavailableException";
|
|
427
|
+
readonly $fault: "server";
|
|
428
|
+
|
|
429
|
+
constructor(
|
|
430
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
431
|
+
);
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
export declare class ThrottlingException extends __BaseException {
|
|
435
|
+
readonly name: "ThrottlingException";
|
|
436
|
+
readonly $fault: "client";
|
|
437
|
+
|
|
438
|
+
constructor(
|
|
439
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
440
|
+
);
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
export interface Event {
|
|
444
|
+
eventName: string | undefined;
|
|
445
|
+
|
|
446
|
+
condition?: string;
|
|
447
|
+
|
|
448
|
+
actions?: Action[];
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
export interface OnEnterLifecycle {
|
|
452
|
+
events?: Event[];
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
export interface OnExitLifecycle {
|
|
456
|
+
events?: Event[];
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
export interface TransitionEvent {
|
|
460
|
+
eventName: string | undefined;
|
|
461
|
+
|
|
462
|
+
condition: string | undefined;
|
|
463
|
+
|
|
464
|
+
actions?: Action[];
|
|
465
|
+
|
|
466
|
+
nextState: string | undefined;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export interface OnInputLifecycle {
|
|
470
|
+
events?: Event[];
|
|
471
|
+
|
|
472
|
+
transitionEvents?: TransitionEvent[];
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
export interface State {
|
|
476
|
+
stateName: string | undefined;
|
|
477
|
+
|
|
478
|
+
onInput?: OnInputLifecycle;
|
|
479
|
+
|
|
480
|
+
onEnter?: OnEnterLifecycle;
|
|
481
|
+
|
|
482
|
+
onExit?: OnExitLifecycle;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
export interface DetectorModelDefinition {
|
|
486
|
+
states: State[] | undefined;
|
|
487
|
+
|
|
488
|
+
initialStateName: string | undefined;
|
|
489
|
+
}
|
|
490
|
+
export declare enum EvaluationMethod {
|
|
491
|
+
BATCH = "BATCH",
|
|
492
|
+
SERIAL = "SERIAL",
|
|
493
|
+
}
|
|
494
|
+
export interface CreateDetectorModelRequest {
|
|
495
|
+
detectorModelName: string | undefined;
|
|
496
|
+
|
|
497
|
+
detectorModelDefinition: DetectorModelDefinition | undefined;
|
|
498
|
+
|
|
499
|
+
detectorModelDescription?: string;
|
|
500
|
+
|
|
501
|
+
key?: string;
|
|
502
|
+
|
|
503
|
+
roleArn: string | undefined;
|
|
504
|
+
|
|
505
|
+
tags?: Tag[];
|
|
506
|
+
|
|
507
|
+
evaluationMethod?: EvaluationMethod | string;
|
|
508
|
+
}
|
|
509
|
+
export declare enum DetectorModelVersionStatus {
|
|
510
|
+
ACTIVATING = "ACTIVATING",
|
|
511
|
+
ACTIVE = "ACTIVE",
|
|
512
|
+
DEPRECATED = "DEPRECATED",
|
|
513
|
+
DRAFT = "DRAFT",
|
|
514
|
+
FAILED = "FAILED",
|
|
515
|
+
INACTIVE = "INACTIVE",
|
|
516
|
+
PAUSED = "PAUSED",
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
export interface DetectorModelConfiguration {
|
|
520
|
+
detectorModelName?: string;
|
|
521
|
+
|
|
522
|
+
detectorModelVersion?: string;
|
|
523
|
+
|
|
524
|
+
detectorModelDescription?: string;
|
|
525
|
+
|
|
526
|
+
detectorModelArn?: string;
|
|
527
|
+
|
|
528
|
+
roleArn?: string;
|
|
529
|
+
|
|
530
|
+
creationTime?: Date;
|
|
531
|
+
|
|
532
|
+
lastUpdateTime?: Date;
|
|
533
|
+
|
|
534
|
+
status?: DetectorModelVersionStatus | string;
|
|
535
|
+
|
|
536
|
+
key?: string;
|
|
537
|
+
|
|
538
|
+
evaluationMethod?: EvaluationMethod | string;
|
|
539
|
+
}
|
|
540
|
+
export interface CreateDetectorModelResponse {
|
|
541
|
+
detectorModelConfiguration?: DetectorModelConfiguration;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
export interface InputDefinition {
|
|
545
|
+
attributes: Attribute[] | undefined;
|
|
546
|
+
}
|
|
547
|
+
export interface CreateInputRequest {
|
|
548
|
+
inputName: string | undefined;
|
|
549
|
+
|
|
550
|
+
inputDescription?: string;
|
|
551
|
+
|
|
552
|
+
inputDefinition: InputDefinition | undefined;
|
|
553
|
+
|
|
554
|
+
tags?: Tag[];
|
|
555
|
+
}
|
|
556
|
+
export declare enum InputStatus {
|
|
557
|
+
ACTIVE = "ACTIVE",
|
|
558
|
+
CREATING = "CREATING",
|
|
559
|
+
DELETING = "DELETING",
|
|
560
|
+
UPDATING = "UPDATING",
|
|
561
|
+
}
|
|
562
|
+
|
|
563
|
+
export interface InputConfiguration {
|
|
564
|
+
inputName: string | undefined;
|
|
565
|
+
|
|
566
|
+
inputDescription?: string;
|
|
567
|
+
|
|
568
|
+
inputArn: string | undefined;
|
|
569
|
+
|
|
570
|
+
creationTime: Date | undefined;
|
|
571
|
+
|
|
572
|
+
lastUpdateTime: Date | undefined;
|
|
573
|
+
|
|
574
|
+
status: InputStatus | string | undefined;
|
|
575
|
+
}
|
|
576
|
+
export interface CreateInputResponse {
|
|
577
|
+
inputConfiguration?: InputConfiguration;
|
|
578
|
+
}
|
|
579
|
+
export interface DeleteAlarmModelRequest {
|
|
580
|
+
alarmModelName: string | undefined;
|
|
581
|
+
}
|
|
582
|
+
export interface DeleteAlarmModelResponse {}
|
|
583
|
+
|
|
584
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
585
|
+
readonly name: "ResourceNotFoundException";
|
|
586
|
+
readonly $fault: "client";
|
|
587
|
+
|
|
588
|
+
constructor(
|
|
589
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
590
|
+
);
|
|
591
|
+
}
|
|
592
|
+
export interface DeleteDetectorModelRequest {
|
|
593
|
+
detectorModelName: string | undefined;
|
|
594
|
+
}
|
|
595
|
+
export interface DeleteDetectorModelResponse {}
|
|
596
|
+
export interface DeleteInputRequest {
|
|
597
|
+
inputName: string | undefined;
|
|
598
|
+
}
|
|
599
|
+
export interface DeleteInputResponse {}
|
|
600
|
+
export interface DescribeAlarmModelRequest {
|
|
601
|
+
alarmModelName: string | undefined;
|
|
602
|
+
|
|
603
|
+
alarmModelVersion?: string;
|
|
604
|
+
}
|
|
605
|
+
export interface DescribeAlarmModelResponse {
|
|
606
|
+
creationTime?: Date;
|
|
607
|
+
|
|
608
|
+
alarmModelArn?: string;
|
|
609
|
+
|
|
610
|
+
alarmModelVersion?: string;
|
|
611
|
+
|
|
612
|
+
lastUpdateTime?: Date;
|
|
613
|
+
|
|
614
|
+
status?: AlarmModelVersionStatus | string;
|
|
615
|
+
|
|
616
|
+
statusMessage?: string;
|
|
617
|
+
|
|
618
|
+
alarmModelName?: string;
|
|
619
|
+
|
|
620
|
+
alarmModelDescription?: string;
|
|
621
|
+
|
|
622
|
+
roleArn?: string;
|
|
623
|
+
|
|
624
|
+
key?: string;
|
|
625
|
+
|
|
626
|
+
severity?: number;
|
|
627
|
+
|
|
628
|
+
alarmRule?: AlarmRule;
|
|
629
|
+
|
|
630
|
+
alarmNotification?: AlarmNotification;
|
|
631
|
+
|
|
632
|
+
alarmEventActions?: AlarmEventActions;
|
|
633
|
+
|
|
634
|
+
alarmCapabilities?: AlarmCapabilities;
|
|
635
|
+
}
|
|
636
|
+
export interface DescribeDetectorModelRequest {
|
|
637
|
+
detectorModelName: string | undefined;
|
|
638
|
+
|
|
639
|
+
detectorModelVersion?: string;
|
|
640
|
+
}
|
|
641
|
+
|
|
642
|
+
export interface DetectorModel {
|
|
643
|
+
detectorModelDefinition?: DetectorModelDefinition;
|
|
644
|
+
|
|
645
|
+
detectorModelConfiguration?: DetectorModelConfiguration;
|
|
646
|
+
}
|
|
647
|
+
export interface DescribeDetectorModelResponse {
|
|
648
|
+
detectorModel?: DetectorModel;
|
|
649
|
+
}
|
|
650
|
+
export interface DescribeDetectorModelAnalysisRequest {
|
|
651
|
+
analysisId: string | undefined;
|
|
652
|
+
}
|
|
653
|
+
export interface DescribeDetectorModelAnalysisResponse {
|
|
654
|
+
status?: AnalysisStatus | string;
|
|
655
|
+
}
|
|
656
|
+
export interface DescribeInputRequest {
|
|
657
|
+
inputName: string | undefined;
|
|
658
|
+
}
|
|
659
|
+
|
|
660
|
+
export interface Input {
|
|
661
|
+
inputConfiguration?: InputConfiguration;
|
|
662
|
+
|
|
663
|
+
inputDefinition?: InputDefinition;
|
|
664
|
+
}
|
|
665
|
+
export interface DescribeInputResponse {
|
|
666
|
+
input?: Input;
|
|
667
|
+
}
|
|
668
|
+
export interface DescribeLoggingOptionsRequest {}
|
|
669
|
+
|
|
670
|
+
export interface DetectorDebugOption {
|
|
671
|
+
detectorModelName: string | undefined;
|
|
672
|
+
|
|
673
|
+
keyValue?: string;
|
|
674
|
+
}
|
|
675
|
+
export declare enum LoggingLevel {
|
|
676
|
+
DEBUG = "DEBUG",
|
|
677
|
+
ERROR = "ERROR",
|
|
678
|
+
INFO = "INFO",
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
export interface LoggingOptions {
|
|
682
|
+
roleArn: string | undefined;
|
|
683
|
+
|
|
684
|
+
level: LoggingLevel | string | undefined;
|
|
685
|
+
|
|
686
|
+
enabled: boolean | undefined;
|
|
687
|
+
|
|
688
|
+
detectorDebugOptions?: DetectorDebugOption[];
|
|
689
|
+
}
|
|
690
|
+
export interface DescribeLoggingOptionsResponse {
|
|
691
|
+
loggingOptions?: LoggingOptions;
|
|
692
|
+
}
|
|
693
|
+
|
|
694
|
+
export declare class UnsupportedOperationException extends __BaseException {
|
|
695
|
+
readonly name: "UnsupportedOperationException";
|
|
696
|
+
readonly $fault: "server";
|
|
697
|
+
|
|
698
|
+
constructor(
|
|
699
|
+
opts: __ExceptionOptionType<UnsupportedOperationException, __BaseException>
|
|
700
|
+
);
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
export interface DetectorModelSummary {
|
|
704
|
+
detectorModelName?: string;
|
|
705
|
+
|
|
706
|
+
detectorModelDescription?: string;
|
|
707
|
+
|
|
708
|
+
creationTime?: Date;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
export interface DetectorModelVersionSummary {
|
|
712
|
+
detectorModelName?: string;
|
|
713
|
+
|
|
714
|
+
detectorModelVersion?: string;
|
|
715
|
+
|
|
716
|
+
detectorModelArn?: string;
|
|
717
|
+
|
|
718
|
+
roleArn?: string;
|
|
719
|
+
|
|
720
|
+
creationTime?: Date;
|
|
721
|
+
|
|
722
|
+
lastUpdateTime?: Date;
|
|
723
|
+
|
|
724
|
+
status?: DetectorModelVersionStatus | string;
|
|
725
|
+
|
|
726
|
+
evaluationMethod?: EvaluationMethod | string;
|
|
727
|
+
}
|
|
728
|
+
export interface GetDetectorModelAnalysisResultsRequest {
|
|
729
|
+
analysisId: string | undefined;
|
|
730
|
+
|
|
731
|
+
nextToken?: string;
|
|
732
|
+
|
|
733
|
+
maxResults?: number;
|
|
734
|
+
}
|
|
735
|
+
export interface GetDetectorModelAnalysisResultsResponse {
|
|
736
|
+
analysisResults?: AnalysisResult[];
|
|
737
|
+
|
|
738
|
+
nextToken?: string;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
export interface IotEventsInputIdentifier {
|
|
742
|
+
inputName: string | undefined;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
export interface IotSiteWiseAssetModelPropertyIdentifier {
|
|
746
|
+
assetModelId: string | undefined;
|
|
747
|
+
|
|
748
|
+
propertyId: string | undefined;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
export interface IotSiteWiseInputIdentifier {
|
|
752
|
+
iotSiteWiseAssetModelPropertyIdentifier?: IotSiteWiseAssetModelPropertyIdentifier;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
export interface InputIdentifier {
|
|
756
|
+
iotEventsInputIdentifier?: IotEventsInputIdentifier;
|
|
757
|
+
|
|
758
|
+
iotSiteWiseInputIdentifier?: IotSiteWiseInputIdentifier;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
export interface InputSummary {
|
|
762
|
+
inputName?: string;
|
|
763
|
+
|
|
764
|
+
inputDescription?: string;
|
|
765
|
+
|
|
766
|
+
inputArn?: string;
|
|
767
|
+
|
|
768
|
+
creationTime?: Date;
|
|
769
|
+
|
|
770
|
+
lastUpdateTime?: Date;
|
|
771
|
+
|
|
772
|
+
status?: InputStatus | string;
|
|
773
|
+
}
|
|
774
|
+
export interface ListAlarmModelsRequest {
|
|
775
|
+
nextToken?: string;
|
|
776
|
+
|
|
777
|
+
maxResults?: number;
|
|
778
|
+
}
|
|
779
|
+
export interface ListAlarmModelsResponse {
|
|
780
|
+
alarmModelSummaries?: AlarmModelSummary[];
|
|
781
|
+
|
|
782
|
+
nextToken?: string;
|
|
783
|
+
}
|
|
784
|
+
export interface ListAlarmModelVersionsRequest {
|
|
785
|
+
alarmModelName: string | undefined;
|
|
786
|
+
|
|
787
|
+
nextToken?: string;
|
|
788
|
+
|
|
789
|
+
maxResults?: number;
|
|
790
|
+
}
|
|
791
|
+
export interface ListAlarmModelVersionsResponse {
|
|
792
|
+
alarmModelVersionSummaries?: AlarmModelVersionSummary[];
|
|
793
|
+
|
|
794
|
+
nextToken?: string;
|
|
795
|
+
}
|
|
796
|
+
export interface ListDetectorModelsRequest {
|
|
797
|
+
nextToken?: string;
|
|
798
|
+
|
|
799
|
+
maxResults?: number;
|
|
800
|
+
}
|
|
801
|
+
export interface ListDetectorModelsResponse {
|
|
802
|
+
detectorModelSummaries?: DetectorModelSummary[];
|
|
803
|
+
|
|
804
|
+
nextToken?: string;
|
|
805
|
+
}
|
|
806
|
+
export interface ListDetectorModelVersionsRequest {
|
|
807
|
+
detectorModelName: string | undefined;
|
|
808
|
+
|
|
809
|
+
nextToken?: string;
|
|
810
|
+
|
|
811
|
+
maxResults?: number;
|
|
812
|
+
}
|
|
813
|
+
export interface ListDetectorModelVersionsResponse {
|
|
814
|
+
detectorModelVersionSummaries?: DetectorModelVersionSummary[];
|
|
815
|
+
|
|
816
|
+
nextToken?: string;
|
|
817
|
+
}
|
|
818
|
+
export interface ListInputRoutingsRequest {
|
|
819
|
+
inputIdentifier: InputIdentifier | undefined;
|
|
820
|
+
|
|
821
|
+
maxResults?: number;
|
|
822
|
+
|
|
823
|
+
nextToken?: string;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
export interface RoutedResource {
|
|
827
|
+
name?: string;
|
|
828
|
+
|
|
829
|
+
arn?: string;
|
|
830
|
+
}
|
|
831
|
+
export interface ListInputRoutingsResponse {
|
|
832
|
+
routedResources?: RoutedResource[];
|
|
833
|
+
|
|
834
|
+
nextToken?: string;
|
|
835
|
+
}
|
|
836
|
+
export interface ListInputsRequest {
|
|
837
|
+
nextToken?: string;
|
|
838
|
+
|
|
839
|
+
maxResults?: number;
|
|
840
|
+
}
|
|
841
|
+
export interface ListInputsResponse {
|
|
842
|
+
inputSummaries?: InputSummary[];
|
|
843
|
+
|
|
844
|
+
nextToken?: string;
|
|
845
|
+
}
|
|
846
|
+
export interface ListTagsForResourceRequest {
|
|
847
|
+
resourceArn: string | undefined;
|
|
848
|
+
}
|
|
849
|
+
export interface ListTagsForResourceResponse {
|
|
850
|
+
tags?: Tag[];
|
|
851
|
+
}
|
|
852
|
+
export interface PutLoggingOptionsRequest {
|
|
853
|
+
loggingOptions: LoggingOptions | undefined;
|
|
854
|
+
}
|
|
855
|
+
export interface StartDetectorModelAnalysisRequest {
|
|
856
|
+
detectorModelDefinition: DetectorModelDefinition | undefined;
|
|
857
|
+
}
|
|
858
|
+
export interface StartDetectorModelAnalysisResponse {
|
|
859
|
+
analysisId?: string;
|
|
860
|
+
}
|
|
861
|
+
export interface TagResourceRequest {
|
|
862
|
+
resourceArn: string | undefined;
|
|
863
|
+
|
|
864
|
+
tags: Tag[] | undefined;
|
|
865
|
+
}
|
|
866
|
+
export interface TagResourceResponse {}
|
|
867
|
+
export interface UntagResourceRequest {
|
|
868
|
+
resourceArn: string | undefined;
|
|
869
|
+
|
|
870
|
+
tagKeys: string[] | undefined;
|
|
871
|
+
}
|
|
872
|
+
export interface UntagResourceResponse {}
|
|
873
|
+
export interface UpdateAlarmModelRequest {
|
|
874
|
+
alarmModelName: string | undefined;
|
|
875
|
+
|
|
876
|
+
alarmModelDescription?: string;
|
|
877
|
+
|
|
878
|
+
roleArn: string | undefined;
|
|
879
|
+
|
|
880
|
+
severity?: number;
|
|
881
|
+
|
|
882
|
+
alarmRule: AlarmRule | undefined;
|
|
883
|
+
|
|
884
|
+
alarmNotification?: AlarmNotification;
|
|
885
|
+
|
|
886
|
+
alarmEventActions?: AlarmEventActions;
|
|
887
|
+
|
|
888
|
+
alarmCapabilities?: AlarmCapabilities;
|
|
889
|
+
}
|
|
890
|
+
export interface UpdateAlarmModelResponse {
|
|
891
|
+
creationTime?: Date;
|
|
892
|
+
|
|
893
|
+
alarmModelArn?: string;
|
|
894
|
+
|
|
895
|
+
alarmModelVersion?: string;
|
|
896
|
+
|
|
897
|
+
lastUpdateTime?: Date;
|
|
898
|
+
|
|
899
|
+
status?: AlarmModelVersionStatus | string;
|
|
900
|
+
}
|
|
901
|
+
export interface UpdateDetectorModelRequest {
|
|
902
|
+
detectorModelName: string | undefined;
|
|
903
|
+
|
|
904
|
+
detectorModelDefinition: DetectorModelDefinition | undefined;
|
|
905
|
+
|
|
906
|
+
detectorModelDescription?: string;
|
|
907
|
+
|
|
908
|
+
roleArn: string | undefined;
|
|
909
|
+
|
|
910
|
+
evaluationMethod?: EvaluationMethod | string;
|
|
911
|
+
}
|
|
912
|
+
export interface UpdateDetectorModelResponse {
|
|
913
|
+
detectorModelConfiguration?: DetectorModelConfiguration;
|
|
914
|
+
}
|
|
915
|
+
export interface UpdateInputRequest {
|
|
916
|
+
inputName: string | undefined;
|
|
917
|
+
|
|
918
|
+
inputDescription?: string;
|
|
919
|
+
|
|
920
|
+
inputDefinition: InputDefinition | undefined;
|
|
921
|
+
}
|
|
922
|
+
export interface UpdateInputResponse {
|
|
923
|
+
inputConfiguration?: InputConfiguration;
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
export declare const AcknowledgeFlowFilterSensitiveLog: (
|
|
927
|
+
obj: AcknowledgeFlow
|
|
928
|
+
) => any;
|
|
929
|
+
|
|
930
|
+
export declare const ClearTimerActionFilterSensitiveLog: (
|
|
931
|
+
obj: ClearTimerAction
|
|
932
|
+
) => any;
|
|
933
|
+
|
|
934
|
+
export declare const PayloadFilterSensitiveLog: (obj: Payload) => any;
|
|
935
|
+
|
|
936
|
+
export declare const DynamoDBActionFilterSensitiveLog: (
|
|
937
|
+
obj: DynamoDBAction
|
|
938
|
+
) => any;
|
|
939
|
+
|
|
940
|
+
export declare const DynamoDBv2ActionFilterSensitiveLog: (
|
|
941
|
+
obj: DynamoDBv2Action
|
|
942
|
+
) => any;
|
|
943
|
+
|
|
944
|
+
export declare const FirehoseActionFilterSensitiveLog: (
|
|
945
|
+
obj: FirehoseAction
|
|
946
|
+
) => any;
|
|
947
|
+
|
|
948
|
+
export declare const IotEventsActionFilterSensitiveLog: (
|
|
949
|
+
obj: IotEventsAction
|
|
950
|
+
) => any;
|
|
951
|
+
|
|
952
|
+
export declare const AssetPropertyTimestampFilterSensitiveLog: (
|
|
953
|
+
obj: AssetPropertyTimestamp
|
|
954
|
+
) => any;
|
|
955
|
+
|
|
956
|
+
export declare const AssetPropertyVariantFilterSensitiveLog: (
|
|
957
|
+
obj: AssetPropertyVariant
|
|
958
|
+
) => any;
|
|
959
|
+
|
|
960
|
+
export declare const AssetPropertyValueFilterSensitiveLog: (
|
|
961
|
+
obj: AssetPropertyValue
|
|
962
|
+
) => any;
|
|
963
|
+
|
|
964
|
+
export declare const IotSiteWiseActionFilterSensitiveLog: (
|
|
965
|
+
obj: IotSiteWiseAction
|
|
966
|
+
) => any;
|
|
967
|
+
|
|
968
|
+
export declare const IotTopicPublishActionFilterSensitiveLog: (
|
|
969
|
+
obj: IotTopicPublishAction
|
|
970
|
+
) => any;
|
|
971
|
+
|
|
972
|
+
export declare const LambdaActionFilterSensitiveLog: (obj: LambdaAction) => any;
|
|
973
|
+
|
|
974
|
+
export declare const ResetTimerActionFilterSensitiveLog: (
|
|
975
|
+
obj: ResetTimerAction
|
|
976
|
+
) => any;
|
|
977
|
+
|
|
978
|
+
export declare const SetTimerActionFilterSensitiveLog: (
|
|
979
|
+
obj: SetTimerAction
|
|
980
|
+
) => any;
|
|
981
|
+
|
|
982
|
+
export declare const SetVariableActionFilterSensitiveLog: (
|
|
983
|
+
obj: SetVariableAction
|
|
984
|
+
) => any;
|
|
985
|
+
|
|
986
|
+
export declare const SNSTopicPublishActionFilterSensitiveLog: (
|
|
987
|
+
obj: SNSTopicPublishAction
|
|
988
|
+
) => any;
|
|
989
|
+
|
|
990
|
+
export declare const SqsActionFilterSensitiveLog: (obj: SqsAction) => any;
|
|
991
|
+
|
|
992
|
+
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
993
|
+
|
|
994
|
+
export declare const AlarmActionFilterSensitiveLog: (obj: AlarmAction) => any;
|
|
995
|
+
|
|
996
|
+
export declare const InitializationConfigurationFilterSensitiveLog: (
|
|
997
|
+
obj: InitializationConfiguration
|
|
998
|
+
) => any;
|
|
999
|
+
|
|
1000
|
+
export declare const AlarmCapabilitiesFilterSensitiveLog: (
|
|
1001
|
+
obj: AlarmCapabilities
|
|
1002
|
+
) => any;
|
|
1003
|
+
|
|
1004
|
+
export declare const AlarmEventActionsFilterSensitiveLog: (
|
|
1005
|
+
obj: AlarmEventActions
|
|
1006
|
+
) => any;
|
|
1007
|
+
|
|
1008
|
+
export declare const AlarmModelSummaryFilterSensitiveLog: (
|
|
1009
|
+
obj: AlarmModelSummary
|
|
1010
|
+
) => any;
|
|
1011
|
+
|
|
1012
|
+
export declare const AlarmModelVersionSummaryFilterSensitiveLog: (
|
|
1013
|
+
obj: AlarmModelVersionSummary
|
|
1014
|
+
) => any;
|
|
1015
|
+
|
|
1016
|
+
export declare const NotificationTargetActionsFilterSensitiveLog: (
|
|
1017
|
+
obj: NotificationTargetActions
|
|
1018
|
+
) => any;
|
|
1019
|
+
|
|
1020
|
+
export declare const EmailContentFilterSensitiveLog: (obj: EmailContent) => any;
|
|
1021
|
+
|
|
1022
|
+
export declare const SSOIdentityFilterSensitiveLog: (obj: SSOIdentity) => any;
|
|
1023
|
+
|
|
1024
|
+
export declare const RecipientDetailFilterSensitiveLog: (
|
|
1025
|
+
obj: RecipientDetail
|
|
1026
|
+
) => any;
|
|
1027
|
+
|
|
1028
|
+
export declare const EmailRecipientsFilterSensitiveLog: (
|
|
1029
|
+
obj: EmailRecipients
|
|
1030
|
+
) => any;
|
|
1031
|
+
|
|
1032
|
+
export declare const EmailConfigurationFilterSensitiveLog: (
|
|
1033
|
+
obj: EmailConfiguration
|
|
1034
|
+
) => any;
|
|
1035
|
+
|
|
1036
|
+
export declare const SMSConfigurationFilterSensitiveLog: (
|
|
1037
|
+
obj: SMSConfiguration
|
|
1038
|
+
) => any;
|
|
1039
|
+
|
|
1040
|
+
export declare const NotificationActionFilterSensitiveLog: (
|
|
1041
|
+
obj: NotificationAction
|
|
1042
|
+
) => any;
|
|
1043
|
+
|
|
1044
|
+
export declare const AlarmNotificationFilterSensitiveLog: (
|
|
1045
|
+
obj: AlarmNotification
|
|
1046
|
+
) => any;
|
|
1047
|
+
|
|
1048
|
+
export declare const SimpleRuleFilterSensitiveLog: (obj: SimpleRule) => any;
|
|
1049
|
+
|
|
1050
|
+
export declare const AlarmRuleFilterSensitiveLog: (obj: AlarmRule) => any;
|
|
1051
|
+
|
|
1052
|
+
export declare const AnalysisResultLocationFilterSensitiveLog: (
|
|
1053
|
+
obj: AnalysisResultLocation
|
|
1054
|
+
) => any;
|
|
1055
|
+
|
|
1056
|
+
export declare const AnalysisResultFilterSensitiveLog: (
|
|
1057
|
+
obj: AnalysisResult
|
|
1058
|
+
) => any;
|
|
1059
|
+
|
|
1060
|
+
export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
|
|
1061
|
+
|
|
1062
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1063
|
+
|
|
1064
|
+
export declare const CreateAlarmModelRequestFilterSensitiveLog: (
|
|
1065
|
+
obj: CreateAlarmModelRequest
|
|
1066
|
+
) => any;
|
|
1067
|
+
|
|
1068
|
+
export declare const CreateAlarmModelResponseFilterSensitiveLog: (
|
|
1069
|
+
obj: CreateAlarmModelResponse
|
|
1070
|
+
) => any;
|
|
1071
|
+
|
|
1072
|
+
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
1073
|
+
|
|
1074
|
+
export declare const OnEnterLifecycleFilterSensitiveLog: (
|
|
1075
|
+
obj: OnEnterLifecycle
|
|
1076
|
+
) => any;
|
|
1077
|
+
|
|
1078
|
+
export declare const OnExitLifecycleFilterSensitiveLog: (
|
|
1079
|
+
obj: OnExitLifecycle
|
|
1080
|
+
) => any;
|
|
1081
|
+
|
|
1082
|
+
export declare const TransitionEventFilterSensitiveLog: (
|
|
1083
|
+
obj: TransitionEvent
|
|
1084
|
+
) => any;
|
|
1085
|
+
|
|
1086
|
+
export declare const OnInputLifecycleFilterSensitiveLog: (
|
|
1087
|
+
obj: OnInputLifecycle
|
|
1088
|
+
) => any;
|
|
1089
|
+
|
|
1090
|
+
export declare const StateFilterSensitiveLog: (obj: State) => any;
|
|
1091
|
+
|
|
1092
|
+
export declare const DetectorModelDefinitionFilterSensitiveLog: (
|
|
1093
|
+
obj: DetectorModelDefinition
|
|
1094
|
+
) => any;
|
|
1095
|
+
|
|
1096
|
+
export declare const CreateDetectorModelRequestFilterSensitiveLog: (
|
|
1097
|
+
obj: CreateDetectorModelRequest
|
|
1098
|
+
) => any;
|
|
1099
|
+
|
|
1100
|
+
export declare const DetectorModelConfigurationFilterSensitiveLog: (
|
|
1101
|
+
obj: DetectorModelConfiguration
|
|
1102
|
+
) => any;
|
|
1103
|
+
|
|
1104
|
+
export declare const CreateDetectorModelResponseFilterSensitiveLog: (
|
|
1105
|
+
obj: CreateDetectorModelResponse
|
|
1106
|
+
) => any;
|
|
1107
|
+
|
|
1108
|
+
export declare const InputDefinitionFilterSensitiveLog: (
|
|
1109
|
+
obj: InputDefinition
|
|
1110
|
+
) => any;
|
|
1111
|
+
|
|
1112
|
+
export declare const CreateInputRequestFilterSensitiveLog: (
|
|
1113
|
+
obj: CreateInputRequest
|
|
1114
|
+
) => any;
|
|
1115
|
+
|
|
1116
|
+
export declare const InputConfigurationFilterSensitiveLog: (
|
|
1117
|
+
obj: InputConfiguration
|
|
1118
|
+
) => any;
|
|
1119
|
+
|
|
1120
|
+
export declare const CreateInputResponseFilterSensitiveLog: (
|
|
1121
|
+
obj: CreateInputResponse
|
|
1122
|
+
) => any;
|
|
1123
|
+
|
|
1124
|
+
export declare const DeleteAlarmModelRequestFilterSensitiveLog: (
|
|
1125
|
+
obj: DeleteAlarmModelRequest
|
|
1126
|
+
) => any;
|
|
1127
|
+
|
|
1128
|
+
export declare const DeleteAlarmModelResponseFilterSensitiveLog: (
|
|
1129
|
+
obj: DeleteAlarmModelResponse
|
|
1130
|
+
) => any;
|
|
1131
|
+
|
|
1132
|
+
export declare const DeleteDetectorModelRequestFilterSensitiveLog: (
|
|
1133
|
+
obj: DeleteDetectorModelRequest
|
|
1134
|
+
) => any;
|
|
1135
|
+
|
|
1136
|
+
export declare const DeleteDetectorModelResponseFilterSensitiveLog: (
|
|
1137
|
+
obj: DeleteDetectorModelResponse
|
|
1138
|
+
) => any;
|
|
1139
|
+
|
|
1140
|
+
export declare const DeleteInputRequestFilterSensitiveLog: (
|
|
1141
|
+
obj: DeleteInputRequest
|
|
1142
|
+
) => any;
|
|
1143
|
+
|
|
1144
|
+
export declare const DeleteInputResponseFilterSensitiveLog: (
|
|
1145
|
+
obj: DeleteInputResponse
|
|
1146
|
+
) => any;
|
|
1147
|
+
|
|
1148
|
+
export declare const DescribeAlarmModelRequestFilterSensitiveLog: (
|
|
1149
|
+
obj: DescribeAlarmModelRequest
|
|
1150
|
+
) => any;
|
|
1151
|
+
|
|
1152
|
+
export declare const DescribeAlarmModelResponseFilterSensitiveLog: (
|
|
1153
|
+
obj: DescribeAlarmModelResponse
|
|
1154
|
+
) => any;
|
|
1155
|
+
|
|
1156
|
+
export declare const DescribeDetectorModelRequestFilterSensitiveLog: (
|
|
1157
|
+
obj: DescribeDetectorModelRequest
|
|
1158
|
+
) => any;
|
|
1159
|
+
|
|
1160
|
+
export declare const DetectorModelFilterSensitiveLog: (
|
|
1161
|
+
obj: DetectorModel
|
|
1162
|
+
) => any;
|
|
1163
|
+
|
|
1164
|
+
export declare const DescribeDetectorModelResponseFilterSensitiveLog: (
|
|
1165
|
+
obj: DescribeDetectorModelResponse
|
|
1166
|
+
) => any;
|
|
1167
|
+
|
|
1168
|
+
export declare const DescribeDetectorModelAnalysisRequestFilterSensitiveLog: (
|
|
1169
|
+
obj: DescribeDetectorModelAnalysisRequest
|
|
1170
|
+
) => any;
|
|
1171
|
+
|
|
1172
|
+
export declare const DescribeDetectorModelAnalysisResponseFilterSensitiveLog: (
|
|
1173
|
+
obj: DescribeDetectorModelAnalysisResponse
|
|
1174
|
+
) => any;
|
|
1175
|
+
|
|
1176
|
+
export declare const DescribeInputRequestFilterSensitiveLog: (
|
|
1177
|
+
obj: DescribeInputRequest
|
|
1178
|
+
) => any;
|
|
1179
|
+
|
|
1180
|
+
export declare const InputFilterSensitiveLog: (obj: Input) => any;
|
|
1181
|
+
|
|
1182
|
+
export declare const DescribeInputResponseFilterSensitiveLog: (
|
|
1183
|
+
obj: DescribeInputResponse
|
|
1184
|
+
) => any;
|
|
1185
|
+
|
|
1186
|
+
export declare const DescribeLoggingOptionsRequestFilterSensitiveLog: (
|
|
1187
|
+
obj: DescribeLoggingOptionsRequest
|
|
1188
|
+
) => any;
|
|
1189
|
+
|
|
1190
|
+
export declare const DetectorDebugOptionFilterSensitiveLog: (
|
|
1191
|
+
obj: DetectorDebugOption
|
|
1192
|
+
) => any;
|
|
1193
|
+
|
|
1194
|
+
export declare const LoggingOptionsFilterSensitiveLog: (
|
|
1195
|
+
obj: LoggingOptions
|
|
1196
|
+
) => any;
|
|
1197
|
+
|
|
1198
|
+
export declare const DescribeLoggingOptionsResponseFilterSensitiveLog: (
|
|
1199
|
+
obj: DescribeLoggingOptionsResponse
|
|
1200
|
+
) => any;
|
|
1201
|
+
|
|
1202
|
+
export declare const DetectorModelSummaryFilterSensitiveLog: (
|
|
1203
|
+
obj: DetectorModelSummary
|
|
1204
|
+
) => any;
|
|
1205
|
+
|
|
1206
|
+
export declare const DetectorModelVersionSummaryFilterSensitiveLog: (
|
|
1207
|
+
obj: DetectorModelVersionSummary
|
|
1208
|
+
) => any;
|
|
1209
|
+
|
|
1210
|
+
export declare const GetDetectorModelAnalysisResultsRequestFilterSensitiveLog: (
|
|
1211
|
+
obj: GetDetectorModelAnalysisResultsRequest
|
|
1212
|
+
) => any;
|
|
1213
|
+
|
|
1214
|
+
export declare const GetDetectorModelAnalysisResultsResponseFilterSensitiveLog: (
|
|
1215
|
+
obj: GetDetectorModelAnalysisResultsResponse
|
|
1216
|
+
) => any;
|
|
1217
|
+
|
|
1218
|
+
export declare const IotEventsInputIdentifierFilterSensitiveLog: (
|
|
1219
|
+
obj: IotEventsInputIdentifier
|
|
1220
|
+
) => any;
|
|
1221
|
+
|
|
1222
|
+
export declare const IotSiteWiseAssetModelPropertyIdentifierFilterSensitiveLog: (
|
|
1223
|
+
obj: IotSiteWiseAssetModelPropertyIdentifier
|
|
1224
|
+
) => any;
|
|
1225
|
+
|
|
1226
|
+
export declare const IotSiteWiseInputIdentifierFilterSensitiveLog: (
|
|
1227
|
+
obj: IotSiteWiseInputIdentifier
|
|
1228
|
+
) => any;
|
|
1229
|
+
|
|
1230
|
+
export declare const InputIdentifierFilterSensitiveLog: (
|
|
1231
|
+
obj: InputIdentifier
|
|
1232
|
+
) => any;
|
|
1233
|
+
|
|
1234
|
+
export declare const InputSummaryFilterSensitiveLog: (obj: InputSummary) => any;
|
|
1235
|
+
|
|
1236
|
+
export declare const ListAlarmModelsRequestFilterSensitiveLog: (
|
|
1237
|
+
obj: ListAlarmModelsRequest
|
|
1238
|
+
) => any;
|
|
1239
|
+
|
|
1240
|
+
export declare const ListAlarmModelsResponseFilterSensitiveLog: (
|
|
1241
|
+
obj: ListAlarmModelsResponse
|
|
1242
|
+
) => any;
|
|
1243
|
+
|
|
1244
|
+
export declare const ListAlarmModelVersionsRequestFilterSensitiveLog: (
|
|
1245
|
+
obj: ListAlarmModelVersionsRequest
|
|
1246
|
+
) => any;
|
|
1247
|
+
|
|
1248
|
+
export declare const ListAlarmModelVersionsResponseFilterSensitiveLog: (
|
|
1249
|
+
obj: ListAlarmModelVersionsResponse
|
|
1250
|
+
) => any;
|
|
1251
|
+
|
|
1252
|
+
export declare const ListDetectorModelsRequestFilterSensitiveLog: (
|
|
1253
|
+
obj: ListDetectorModelsRequest
|
|
1254
|
+
) => any;
|
|
1255
|
+
|
|
1256
|
+
export declare const ListDetectorModelsResponseFilterSensitiveLog: (
|
|
1257
|
+
obj: ListDetectorModelsResponse
|
|
1258
|
+
) => any;
|
|
1259
|
+
|
|
1260
|
+
export declare const ListDetectorModelVersionsRequestFilterSensitiveLog: (
|
|
1261
|
+
obj: ListDetectorModelVersionsRequest
|
|
1262
|
+
) => any;
|
|
1263
|
+
|
|
1264
|
+
export declare const ListDetectorModelVersionsResponseFilterSensitiveLog: (
|
|
1265
|
+
obj: ListDetectorModelVersionsResponse
|
|
1266
|
+
) => any;
|
|
1267
|
+
|
|
1268
|
+
export declare const ListInputRoutingsRequestFilterSensitiveLog: (
|
|
1269
|
+
obj: ListInputRoutingsRequest
|
|
1270
|
+
) => any;
|
|
1271
|
+
|
|
1272
|
+
export declare const RoutedResourceFilterSensitiveLog: (
|
|
1273
|
+
obj: RoutedResource
|
|
1274
|
+
) => any;
|
|
1275
|
+
|
|
1276
|
+
export declare const ListInputRoutingsResponseFilterSensitiveLog: (
|
|
1277
|
+
obj: ListInputRoutingsResponse
|
|
1278
|
+
) => any;
|
|
1279
|
+
|
|
1280
|
+
export declare const ListInputsRequestFilterSensitiveLog: (
|
|
1281
|
+
obj: ListInputsRequest
|
|
1282
|
+
) => any;
|
|
1283
|
+
|
|
1284
|
+
export declare const ListInputsResponseFilterSensitiveLog: (
|
|
1285
|
+
obj: ListInputsResponse
|
|
1286
|
+
) => any;
|
|
1287
|
+
|
|
1288
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1289
|
+
obj: ListTagsForResourceRequest
|
|
1290
|
+
) => any;
|
|
1291
|
+
|
|
1292
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1293
|
+
obj: ListTagsForResourceResponse
|
|
1294
|
+
) => any;
|
|
1295
|
+
|
|
1296
|
+
export declare const PutLoggingOptionsRequestFilterSensitiveLog: (
|
|
1297
|
+
obj: PutLoggingOptionsRequest
|
|
1298
|
+
) => any;
|
|
1299
|
+
|
|
1300
|
+
export declare const StartDetectorModelAnalysisRequestFilterSensitiveLog: (
|
|
1301
|
+
obj: StartDetectorModelAnalysisRequest
|
|
1302
|
+
) => any;
|
|
1303
|
+
|
|
1304
|
+
export declare const StartDetectorModelAnalysisResponseFilterSensitiveLog: (
|
|
1305
|
+
obj: StartDetectorModelAnalysisResponse
|
|
1306
|
+
) => any;
|
|
1307
|
+
|
|
1308
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1309
|
+
obj: TagResourceRequest
|
|
1310
|
+
) => any;
|
|
1311
|
+
|
|
1312
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1313
|
+
obj: TagResourceResponse
|
|
1314
|
+
) => any;
|
|
1315
|
+
|
|
1316
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1317
|
+
obj: UntagResourceRequest
|
|
1318
|
+
) => any;
|
|
1319
|
+
|
|
1320
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1321
|
+
obj: UntagResourceResponse
|
|
1322
|
+
) => any;
|
|
1323
|
+
|
|
1324
|
+
export declare const UpdateAlarmModelRequestFilterSensitiveLog: (
|
|
1325
|
+
obj: UpdateAlarmModelRequest
|
|
1326
|
+
) => any;
|
|
1327
|
+
|
|
1328
|
+
export declare const UpdateAlarmModelResponseFilterSensitiveLog: (
|
|
1329
|
+
obj: UpdateAlarmModelResponse
|
|
1330
|
+
) => any;
|
|
1331
|
+
|
|
1332
|
+
export declare const UpdateDetectorModelRequestFilterSensitiveLog: (
|
|
1333
|
+
obj: UpdateDetectorModelRequest
|
|
1334
|
+
) => any;
|
|
1335
|
+
|
|
1336
|
+
export declare const UpdateDetectorModelResponseFilterSensitiveLog: (
|
|
1337
|
+
obj: UpdateDetectorModelResponse
|
|
1338
|
+
) => any;
|
|
1339
|
+
|
|
1340
|
+
export declare const UpdateInputRequestFilterSensitiveLog: (
|
|
1341
|
+
obj: UpdateInputRequest
|
|
1342
|
+
) => any;
|
|
1343
|
+
|
|
1344
|
+
export declare const UpdateInputResponseFilterSensitiveLog: (
|
|
1345
|
+
obj: UpdateInputResponse
|
|
1346
|
+
) => any;
|