@aws-sdk/client-iot-events-data 3.130.0 → 3.141.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 +30 -0
- package/README.md +1 -1
- package/dist-cjs/commands/BatchAcknowledgeAlarmCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteDetectorCommand.js +2 -2
- package/dist-cjs/commands/BatchDisableAlarmCommand.js +2 -2
- package/dist-cjs/commands/BatchEnableAlarmCommand.js +2 -2
- package/dist-cjs/commands/BatchPutMessageCommand.js +2 -2
- package/dist-cjs/commands/BatchResetAlarmCommand.js +2 -2
- package/dist-cjs/commands/BatchSnoozeAlarmCommand.js +2 -2
- package/dist-cjs/commands/BatchUpdateDetectorCommand.js +2 -2
- package/dist-cjs/commands/DescribeAlarmCommand.js +2 -2
- package/dist-cjs/commands/DescribeDetectorCommand.js +2 -2
- package/dist-cjs/commands/ListAlarmsCommand.js +2 -2
- package/dist-cjs/commands/ListDetectorsCommand.js +2 -2
- package/dist-cjs/models/models_0.js +238 -356
- package/dist-es/commands/BatchAcknowledgeAlarmCommand.js +3 -3
- package/dist-es/commands/BatchDeleteDetectorCommand.js +3 -3
- package/dist-es/commands/BatchDisableAlarmCommand.js +3 -3
- package/dist-es/commands/BatchEnableAlarmCommand.js +3 -3
- package/dist-es/commands/BatchPutMessageCommand.js +3 -3
- package/dist-es/commands/BatchResetAlarmCommand.js +3 -3
- package/dist-es/commands/BatchSnoozeAlarmCommand.js +3 -3
- package/dist-es/commands/BatchUpdateDetectorCommand.js +3 -3
- package/dist-es/commands/DescribeAlarmCommand.js +3 -3
- package/dist-es/commands/DescribeDetectorCommand.js +3 -3
- package/dist-es/commands/ListAlarmsCommand.js +3 -3
- package/dist-es/commands/ListDetectorsCommand.js +3 -3
- package/dist-es/models/models_0.js +59 -236
- package/dist-types/models/models_0.d.ts +236 -354
- package/dist-types/ts3.4/models/models_0.d.ts +118 -236
- package/package.json +7 -7
|
@@ -5,10 +5,6 @@ export interface AcknowledgeActionConfiguration {
|
|
|
5
5
|
|
|
6
6
|
note?: string;
|
|
7
7
|
}
|
|
8
|
-
export declare namespace AcknowledgeActionConfiguration {
|
|
9
|
-
|
|
10
|
-
const filterSensitiveLog: (obj: AcknowledgeActionConfiguration) => any;
|
|
11
|
-
}
|
|
12
8
|
|
|
13
9
|
export interface AcknowledgeAlarmActionRequest {
|
|
14
10
|
|
|
@@ -20,10 +16,6 @@ export interface AcknowledgeAlarmActionRequest {
|
|
|
20
16
|
|
|
21
17
|
note?: string;
|
|
22
18
|
}
|
|
23
|
-
export declare namespace AcknowledgeAlarmActionRequest {
|
|
24
|
-
|
|
25
|
-
const filterSensitiveLog: (obj: AcknowledgeAlarmActionRequest) => any;
|
|
26
|
-
}
|
|
27
19
|
export declare enum CustomerActionName {
|
|
28
20
|
ACKNOWLEDGE = "ACKNOWLEDGE",
|
|
29
21
|
DISABLE = "DISABLE",
|
|
@@ -36,28 +28,16 @@ export interface DisableActionConfiguration {
|
|
|
36
28
|
|
|
37
29
|
note?: string;
|
|
38
30
|
}
|
|
39
|
-
export declare namespace DisableActionConfiguration {
|
|
40
|
-
|
|
41
|
-
const filterSensitiveLog: (obj: DisableActionConfiguration) => any;
|
|
42
|
-
}
|
|
43
31
|
|
|
44
32
|
export interface EnableActionConfiguration {
|
|
45
33
|
|
|
46
34
|
note?: string;
|
|
47
35
|
}
|
|
48
|
-
export declare namespace EnableActionConfiguration {
|
|
49
|
-
|
|
50
|
-
const filterSensitiveLog: (obj: EnableActionConfiguration) => any;
|
|
51
|
-
}
|
|
52
36
|
|
|
53
37
|
export interface ResetActionConfiguration {
|
|
54
38
|
|
|
55
39
|
note?: string;
|
|
56
40
|
}
|
|
57
|
-
export declare namespace ResetActionConfiguration {
|
|
58
|
-
|
|
59
|
-
const filterSensitiveLog: (obj: ResetActionConfiguration) => any;
|
|
60
|
-
}
|
|
61
41
|
|
|
62
42
|
export interface SnoozeActionConfiguration {
|
|
63
43
|
|
|
@@ -65,10 +45,6 @@ export interface SnoozeActionConfiguration {
|
|
|
65
45
|
|
|
66
46
|
note?: string;
|
|
67
47
|
}
|
|
68
|
-
export declare namespace SnoozeActionConfiguration {
|
|
69
|
-
|
|
70
|
-
const filterSensitiveLog: (obj: SnoozeActionConfiguration) => any;
|
|
71
|
-
}
|
|
72
48
|
|
|
73
49
|
export interface CustomerAction {
|
|
74
50
|
|
|
@@ -84,10 +60,6 @@ export interface CustomerAction {
|
|
|
84
60
|
|
|
85
61
|
resetActionConfiguration?: ResetActionConfiguration;
|
|
86
62
|
}
|
|
87
|
-
export declare namespace CustomerAction {
|
|
88
|
-
|
|
89
|
-
const filterSensitiveLog: (obj: CustomerAction) => any;
|
|
90
|
-
}
|
|
91
63
|
export declare enum ComparisonOperator {
|
|
92
64
|
EQUAL = "EQUAL",
|
|
93
65
|
GREATER = "GREATER",
|
|
@@ -105,19 +77,11 @@ export interface SimpleRuleEvaluation {
|
|
|
105
77
|
|
|
106
78
|
thresholdValue?: string;
|
|
107
79
|
}
|
|
108
|
-
export declare namespace SimpleRuleEvaluation {
|
|
109
|
-
|
|
110
|
-
const filterSensitiveLog: (obj: SimpleRuleEvaluation) => any;
|
|
111
|
-
}
|
|
112
80
|
|
|
113
81
|
export interface RuleEvaluation {
|
|
114
82
|
|
|
115
83
|
simpleRuleEvaluation?: SimpleRuleEvaluation;
|
|
116
84
|
}
|
|
117
|
-
export declare namespace RuleEvaluation {
|
|
118
|
-
|
|
119
|
-
const filterSensitiveLog: (obj: RuleEvaluation) => any;
|
|
120
|
-
}
|
|
121
85
|
export declare enum AlarmStateName {
|
|
122
86
|
ACKNOWLEDGED = "ACKNOWLEDGED",
|
|
123
87
|
ACTIVE = "ACTIVE",
|
|
@@ -137,10 +101,6 @@ export interface StateChangeConfiguration {
|
|
|
137
101
|
|
|
138
102
|
triggerType?: TriggerType | string;
|
|
139
103
|
}
|
|
140
|
-
export declare namespace StateChangeConfiguration {
|
|
141
|
-
|
|
142
|
-
const filterSensitiveLog: (obj: StateChangeConfiguration) => any;
|
|
143
|
-
}
|
|
144
104
|
|
|
145
105
|
export interface SystemEvent {
|
|
146
106
|
|
|
@@ -148,10 +108,6 @@ export interface SystemEvent {
|
|
|
148
108
|
|
|
149
109
|
stateChangeConfiguration?: StateChangeConfiguration;
|
|
150
110
|
}
|
|
151
|
-
export declare namespace SystemEvent {
|
|
152
|
-
|
|
153
|
-
const filterSensitiveLog: (obj: SystemEvent) => any;
|
|
154
|
-
}
|
|
155
111
|
|
|
156
112
|
export interface AlarmState {
|
|
157
113
|
|
|
@@ -163,10 +119,6 @@ export interface AlarmState {
|
|
|
163
119
|
|
|
164
120
|
systemEvent?: SystemEvent;
|
|
165
121
|
}
|
|
166
|
-
export declare namespace AlarmState {
|
|
167
|
-
|
|
168
|
-
const filterSensitiveLog: (obj: AlarmState) => any;
|
|
169
|
-
}
|
|
170
122
|
|
|
171
123
|
export interface Alarm {
|
|
172
124
|
|
|
@@ -184,10 +136,6 @@ export interface Alarm {
|
|
|
184
136
|
|
|
185
137
|
lastUpdateTime?: Date;
|
|
186
138
|
}
|
|
187
|
-
export declare namespace Alarm {
|
|
188
|
-
|
|
189
|
-
const filterSensitiveLog: (obj: Alarm) => any;
|
|
190
|
-
}
|
|
191
139
|
|
|
192
140
|
export interface AlarmSummary {
|
|
193
141
|
|
|
@@ -203,18 +151,10 @@ export interface AlarmSummary {
|
|
|
203
151
|
|
|
204
152
|
lastUpdateTime?: Date;
|
|
205
153
|
}
|
|
206
|
-
export declare namespace AlarmSummary {
|
|
207
|
-
|
|
208
|
-
const filterSensitiveLog: (obj: AlarmSummary) => any;
|
|
209
|
-
}
|
|
210
154
|
export interface BatchAcknowledgeAlarmRequest {
|
|
211
155
|
|
|
212
156
|
acknowledgeActionRequests: AcknowledgeAlarmActionRequest[] | undefined;
|
|
213
157
|
}
|
|
214
|
-
export declare namespace BatchAcknowledgeAlarmRequest {
|
|
215
|
-
|
|
216
|
-
const filterSensitiveLog: (obj: BatchAcknowledgeAlarmRequest) => any;
|
|
217
|
-
}
|
|
218
158
|
export declare enum ErrorCode {
|
|
219
159
|
InternalFailureException = "InternalFailureException",
|
|
220
160
|
InvalidRequestException = "InvalidRequestException",
|
|
@@ -231,18 +171,10 @@ export interface BatchAlarmActionErrorEntry {
|
|
|
231
171
|
|
|
232
172
|
errorMessage?: string;
|
|
233
173
|
}
|
|
234
|
-
export declare namespace BatchAlarmActionErrorEntry {
|
|
235
|
-
|
|
236
|
-
const filterSensitiveLog: (obj: BatchAlarmActionErrorEntry) => any;
|
|
237
|
-
}
|
|
238
174
|
export interface BatchAcknowledgeAlarmResponse {
|
|
239
175
|
|
|
240
176
|
errorEntries?: BatchAlarmActionErrorEntry[];
|
|
241
177
|
}
|
|
242
|
-
export declare namespace BatchAcknowledgeAlarmResponse {
|
|
243
|
-
|
|
244
|
-
const filterSensitiveLog: (obj: BatchAcknowledgeAlarmResponse) => any;
|
|
245
|
-
}
|
|
246
178
|
|
|
247
179
|
export declare class InternalFailureException extends __BaseException {
|
|
248
180
|
readonly name: "InternalFailureException";
|
|
@@ -280,18 +212,10 @@ export interface DeleteDetectorRequest {
|
|
|
280
212
|
|
|
281
213
|
keyValue?: string;
|
|
282
214
|
}
|
|
283
|
-
export declare namespace DeleteDetectorRequest {
|
|
284
|
-
|
|
285
|
-
const filterSensitiveLog: (obj: DeleteDetectorRequest) => any;
|
|
286
|
-
}
|
|
287
215
|
export interface BatchDeleteDetectorRequest {
|
|
288
216
|
|
|
289
217
|
detectors: DeleteDetectorRequest[] | undefined;
|
|
290
218
|
}
|
|
291
|
-
export declare namespace BatchDeleteDetectorRequest {
|
|
292
|
-
|
|
293
|
-
const filterSensitiveLog: (obj: BatchDeleteDetectorRequest) => any;
|
|
294
|
-
}
|
|
295
219
|
|
|
296
220
|
export interface BatchDeleteDetectorErrorEntry {
|
|
297
221
|
|
|
@@ -301,18 +225,10 @@ export interface BatchDeleteDetectorErrorEntry {
|
|
|
301
225
|
|
|
302
226
|
errorMessage?: string;
|
|
303
227
|
}
|
|
304
|
-
export declare namespace BatchDeleteDetectorErrorEntry {
|
|
305
|
-
|
|
306
|
-
const filterSensitiveLog: (obj: BatchDeleteDetectorErrorEntry) => any;
|
|
307
|
-
}
|
|
308
228
|
export interface BatchDeleteDetectorResponse {
|
|
309
229
|
|
|
310
230
|
batchDeleteDetectorErrorEntries?: BatchDeleteDetectorErrorEntry[];
|
|
311
231
|
}
|
|
312
|
-
export declare namespace BatchDeleteDetectorResponse {
|
|
313
|
-
|
|
314
|
-
const filterSensitiveLog: (obj: BatchDeleteDetectorResponse) => any;
|
|
315
|
-
}
|
|
316
232
|
|
|
317
233
|
export interface DisableAlarmActionRequest {
|
|
318
234
|
|
|
@@ -324,26 +240,14 @@ export interface DisableAlarmActionRequest {
|
|
|
324
240
|
|
|
325
241
|
note?: string;
|
|
326
242
|
}
|
|
327
|
-
export declare namespace DisableAlarmActionRequest {
|
|
328
|
-
|
|
329
|
-
const filterSensitiveLog: (obj: DisableAlarmActionRequest) => any;
|
|
330
|
-
}
|
|
331
243
|
export interface BatchDisableAlarmRequest {
|
|
332
244
|
|
|
333
245
|
disableActionRequests: DisableAlarmActionRequest[] | undefined;
|
|
334
246
|
}
|
|
335
|
-
export declare namespace BatchDisableAlarmRequest {
|
|
336
|
-
|
|
337
|
-
const filterSensitiveLog: (obj: BatchDisableAlarmRequest) => any;
|
|
338
|
-
}
|
|
339
247
|
export interface BatchDisableAlarmResponse {
|
|
340
248
|
|
|
341
249
|
errorEntries?: BatchAlarmActionErrorEntry[];
|
|
342
250
|
}
|
|
343
|
-
export declare namespace BatchDisableAlarmResponse {
|
|
344
|
-
|
|
345
|
-
const filterSensitiveLog: (obj: BatchDisableAlarmResponse) => any;
|
|
346
|
-
}
|
|
347
251
|
|
|
348
252
|
export interface EnableAlarmActionRequest {
|
|
349
253
|
|
|
@@ -355,35 +259,19 @@ export interface EnableAlarmActionRequest {
|
|
|
355
259
|
|
|
356
260
|
note?: string;
|
|
357
261
|
}
|
|
358
|
-
export declare namespace EnableAlarmActionRequest {
|
|
359
|
-
|
|
360
|
-
const filterSensitiveLog: (obj: EnableAlarmActionRequest) => any;
|
|
361
|
-
}
|
|
362
262
|
export interface BatchEnableAlarmRequest {
|
|
363
263
|
|
|
364
264
|
enableActionRequests: EnableAlarmActionRequest[] | undefined;
|
|
365
265
|
}
|
|
366
|
-
export declare namespace BatchEnableAlarmRequest {
|
|
367
|
-
|
|
368
|
-
const filterSensitiveLog: (obj: BatchEnableAlarmRequest) => any;
|
|
369
|
-
}
|
|
370
266
|
export interface BatchEnableAlarmResponse {
|
|
371
267
|
|
|
372
268
|
errorEntries?: BatchAlarmActionErrorEntry[];
|
|
373
269
|
}
|
|
374
|
-
export declare namespace BatchEnableAlarmResponse {
|
|
375
|
-
|
|
376
|
-
const filterSensitiveLog: (obj: BatchEnableAlarmResponse) => any;
|
|
377
|
-
}
|
|
378
270
|
|
|
379
271
|
export interface TimestampValue {
|
|
380
272
|
|
|
381
273
|
timeInMillis?: number;
|
|
382
274
|
}
|
|
383
|
-
export declare namespace TimestampValue {
|
|
384
|
-
|
|
385
|
-
const filterSensitiveLog: (obj: TimestampValue) => any;
|
|
386
|
-
}
|
|
387
275
|
|
|
388
276
|
export interface Message {
|
|
389
277
|
|
|
@@ -395,18 +283,10 @@ export interface Message {
|
|
|
395
283
|
|
|
396
284
|
timestamp?: TimestampValue;
|
|
397
285
|
}
|
|
398
|
-
export declare namespace Message {
|
|
399
|
-
|
|
400
|
-
const filterSensitiveLog: (obj: Message) => any;
|
|
401
|
-
}
|
|
402
286
|
export interface BatchPutMessageRequest {
|
|
403
287
|
|
|
404
288
|
messages: Message[] | undefined;
|
|
405
289
|
}
|
|
406
|
-
export declare namespace BatchPutMessageRequest {
|
|
407
|
-
|
|
408
|
-
const filterSensitiveLog: (obj: BatchPutMessageRequest) => any;
|
|
409
|
-
}
|
|
410
290
|
|
|
411
291
|
export interface BatchPutMessageErrorEntry {
|
|
412
292
|
|
|
@@ -416,18 +296,10 @@ export interface BatchPutMessageErrorEntry {
|
|
|
416
296
|
|
|
417
297
|
errorMessage?: string;
|
|
418
298
|
}
|
|
419
|
-
export declare namespace BatchPutMessageErrorEntry {
|
|
420
|
-
|
|
421
|
-
const filterSensitiveLog: (obj: BatchPutMessageErrorEntry) => any;
|
|
422
|
-
}
|
|
423
299
|
export interface BatchPutMessageResponse {
|
|
424
300
|
|
|
425
301
|
BatchPutMessageErrorEntries?: BatchPutMessageErrorEntry[];
|
|
426
302
|
}
|
|
427
|
-
export declare namespace BatchPutMessageResponse {
|
|
428
|
-
|
|
429
|
-
const filterSensitiveLog: (obj: BatchPutMessageResponse) => any;
|
|
430
|
-
}
|
|
431
303
|
|
|
432
304
|
export interface ResetAlarmActionRequest {
|
|
433
305
|
|
|
@@ -439,26 +311,14 @@ export interface ResetAlarmActionRequest {
|
|
|
439
311
|
|
|
440
312
|
note?: string;
|
|
441
313
|
}
|
|
442
|
-
export declare namespace ResetAlarmActionRequest {
|
|
443
|
-
|
|
444
|
-
const filterSensitiveLog: (obj: ResetAlarmActionRequest) => any;
|
|
445
|
-
}
|
|
446
314
|
export interface BatchResetAlarmRequest {
|
|
447
315
|
|
|
448
316
|
resetActionRequests: ResetAlarmActionRequest[] | undefined;
|
|
449
317
|
}
|
|
450
|
-
export declare namespace BatchResetAlarmRequest {
|
|
451
|
-
|
|
452
|
-
const filterSensitiveLog: (obj: BatchResetAlarmRequest) => any;
|
|
453
|
-
}
|
|
454
318
|
export interface BatchResetAlarmResponse {
|
|
455
319
|
|
|
456
320
|
errorEntries?: BatchAlarmActionErrorEntry[];
|
|
457
321
|
}
|
|
458
|
-
export declare namespace BatchResetAlarmResponse {
|
|
459
|
-
|
|
460
|
-
const filterSensitiveLog: (obj: BatchResetAlarmResponse) => any;
|
|
461
|
-
}
|
|
462
322
|
|
|
463
323
|
export interface SnoozeAlarmActionRequest {
|
|
464
324
|
|
|
@@ -472,26 +332,14 @@ export interface SnoozeAlarmActionRequest {
|
|
|
472
332
|
|
|
473
333
|
snoozeDuration: number | undefined;
|
|
474
334
|
}
|
|
475
|
-
export declare namespace SnoozeAlarmActionRequest {
|
|
476
|
-
|
|
477
|
-
const filterSensitiveLog: (obj: SnoozeAlarmActionRequest) => any;
|
|
478
|
-
}
|
|
479
335
|
export interface BatchSnoozeAlarmRequest {
|
|
480
336
|
|
|
481
337
|
snoozeActionRequests: SnoozeAlarmActionRequest[] | undefined;
|
|
482
338
|
}
|
|
483
|
-
export declare namespace BatchSnoozeAlarmRequest {
|
|
484
|
-
|
|
485
|
-
const filterSensitiveLog: (obj: BatchSnoozeAlarmRequest) => any;
|
|
486
|
-
}
|
|
487
339
|
export interface BatchSnoozeAlarmResponse {
|
|
488
340
|
|
|
489
341
|
errorEntries?: BatchAlarmActionErrorEntry[];
|
|
490
342
|
}
|
|
491
|
-
export declare namespace BatchSnoozeAlarmResponse {
|
|
492
|
-
|
|
493
|
-
const filterSensitiveLog: (obj: BatchSnoozeAlarmResponse) => any;
|
|
494
|
-
}
|
|
495
343
|
|
|
496
344
|
export interface TimerDefinition {
|
|
497
345
|
|
|
@@ -499,10 +347,6 @@ export interface TimerDefinition {
|
|
|
499
347
|
|
|
500
348
|
seconds: number | undefined;
|
|
501
349
|
}
|
|
502
|
-
export declare namespace TimerDefinition {
|
|
503
|
-
|
|
504
|
-
const filterSensitiveLog: (obj: TimerDefinition) => any;
|
|
505
|
-
}
|
|
506
350
|
|
|
507
351
|
export interface VariableDefinition {
|
|
508
352
|
|
|
@@ -510,10 +354,6 @@ export interface VariableDefinition {
|
|
|
510
354
|
|
|
511
355
|
value: string | undefined;
|
|
512
356
|
}
|
|
513
|
-
export declare namespace VariableDefinition {
|
|
514
|
-
|
|
515
|
-
const filterSensitiveLog: (obj: VariableDefinition) => any;
|
|
516
|
-
}
|
|
517
357
|
|
|
518
358
|
export interface DetectorStateDefinition {
|
|
519
359
|
|
|
@@ -523,10 +363,6 @@ export interface DetectorStateDefinition {
|
|
|
523
363
|
|
|
524
364
|
timers: TimerDefinition[] | undefined;
|
|
525
365
|
}
|
|
526
|
-
export declare namespace DetectorStateDefinition {
|
|
527
|
-
|
|
528
|
-
const filterSensitiveLog: (obj: DetectorStateDefinition) => any;
|
|
529
|
-
}
|
|
530
366
|
|
|
531
367
|
export interface UpdateDetectorRequest {
|
|
532
368
|
|
|
@@ -538,18 +374,10 @@ export interface UpdateDetectorRequest {
|
|
|
538
374
|
|
|
539
375
|
state: DetectorStateDefinition | undefined;
|
|
540
376
|
}
|
|
541
|
-
export declare namespace UpdateDetectorRequest {
|
|
542
|
-
|
|
543
|
-
const filterSensitiveLog: (obj: UpdateDetectorRequest) => any;
|
|
544
|
-
}
|
|
545
377
|
export interface BatchUpdateDetectorRequest {
|
|
546
378
|
|
|
547
379
|
detectors: UpdateDetectorRequest[] | undefined;
|
|
548
380
|
}
|
|
549
|
-
export declare namespace BatchUpdateDetectorRequest {
|
|
550
|
-
|
|
551
|
-
const filterSensitiveLog: (obj: BatchUpdateDetectorRequest) => any;
|
|
552
|
-
}
|
|
553
381
|
|
|
554
382
|
export interface BatchUpdateDetectorErrorEntry {
|
|
555
383
|
|
|
@@ -559,36 +387,20 @@ export interface BatchUpdateDetectorErrorEntry {
|
|
|
559
387
|
|
|
560
388
|
errorMessage?: string;
|
|
561
389
|
}
|
|
562
|
-
export declare namespace BatchUpdateDetectorErrorEntry {
|
|
563
|
-
|
|
564
|
-
const filterSensitiveLog: (obj: BatchUpdateDetectorErrorEntry) => any;
|
|
565
|
-
}
|
|
566
390
|
export interface BatchUpdateDetectorResponse {
|
|
567
391
|
|
|
568
392
|
batchUpdateDetectorErrorEntries?: BatchUpdateDetectorErrorEntry[];
|
|
569
393
|
}
|
|
570
|
-
export declare namespace BatchUpdateDetectorResponse {
|
|
571
|
-
|
|
572
|
-
const filterSensitiveLog: (obj: BatchUpdateDetectorResponse) => any;
|
|
573
|
-
}
|
|
574
394
|
export interface DescribeAlarmRequest {
|
|
575
395
|
|
|
576
396
|
alarmModelName: string | undefined;
|
|
577
397
|
|
|
578
398
|
keyValue?: string;
|
|
579
399
|
}
|
|
580
|
-
export declare namespace DescribeAlarmRequest {
|
|
581
|
-
|
|
582
|
-
const filterSensitiveLog: (obj: DescribeAlarmRequest) => any;
|
|
583
|
-
}
|
|
584
400
|
export interface DescribeAlarmResponse {
|
|
585
401
|
|
|
586
402
|
alarm?: Alarm;
|
|
587
403
|
}
|
|
588
|
-
export declare namespace DescribeAlarmResponse {
|
|
589
|
-
|
|
590
|
-
const filterSensitiveLog: (obj: DescribeAlarmResponse) => any;
|
|
591
|
-
}
|
|
592
404
|
|
|
593
405
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
594
406
|
readonly name: "ResourceNotFoundException";
|
|
@@ -602,10 +414,6 @@ export interface DescribeDetectorRequest {
|
|
|
602
414
|
|
|
603
415
|
keyValue?: string;
|
|
604
416
|
}
|
|
605
|
-
export declare namespace DescribeDetectorRequest {
|
|
606
|
-
|
|
607
|
-
const filterSensitiveLog: (obj: DescribeDetectorRequest) => any;
|
|
608
|
-
}
|
|
609
417
|
|
|
610
418
|
export interface Timer {
|
|
611
419
|
|
|
@@ -613,10 +421,6 @@ export interface Timer {
|
|
|
613
421
|
|
|
614
422
|
timestamp: Date | undefined;
|
|
615
423
|
}
|
|
616
|
-
export declare namespace Timer {
|
|
617
|
-
|
|
618
|
-
const filterSensitiveLog: (obj: Timer) => any;
|
|
619
|
-
}
|
|
620
424
|
|
|
621
425
|
export interface Variable {
|
|
622
426
|
|
|
@@ -624,10 +428,6 @@ export interface Variable {
|
|
|
624
428
|
|
|
625
429
|
value: string | undefined;
|
|
626
430
|
}
|
|
627
|
-
export declare namespace Variable {
|
|
628
|
-
|
|
629
|
-
const filterSensitiveLog: (obj: Variable) => any;
|
|
630
|
-
}
|
|
631
431
|
|
|
632
432
|
export interface DetectorState {
|
|
633
433
|
|
|
@@ -637,10 +437,6 @@ export interface DetectorState {
|
|
|
637
437
|
|
|
638
438
|
timers: Timer[] | undefined;
|
|
639
439
|
}
|
|
640
|
-
export declare namespace DetectorState {
|
|
641
|
-
|
|
642
|
-
const filterSensitiveLog: (obj: DetectorState) => any;
|
|
643
|
-
}
|
|
644
440
|
|
|
645
441
|
export interface Detector {
|
|
646
442
|
|
|
@@ -656,27 +452,15 @@ export interface Detector {
|
|
|
656
452
|
|
|
657
453
|
lastUpdateTime?: Date;
|
|
658
454
|
}
|
|
659
|
-
export declare namespace Detector {
|
|
660
|
-
|
|
661
|
-
const filterSensitiveLog: (obj: Detector) => any;
|
|
662
|
-
}
|
|
663
455
|
export interface DescribeDetectorResponse {
|
|
664
456
|
|
|
665
457
|
detector?: Detector;
|
|
666
458
|
}
|
|
667
|
-
export declare namespace DescribeDetectorResponse {
|
|
668
|
-
|
|
669
|
-
const filterSensitiveLog: (obj: DescribeDetectorResponse) => any;
|
|
670
|
-
}
|
|
671
459
|
|
|
672
460
|
export interface DetectorStateSummary {
|
|
673
461
|
|
|
674
462
|
stateName?: string;
|
|
675
463
|
}
|
|
676
|
-
export declare namespace DetectorStateSummary {
|
|
677
|
-
|
|
678
|
-
const filterSensitiveLog: (obj: DetectorStateSummary) => any;
|
|
679
|
-
}
|
|
680
464
|
|
|
681
465
|
export interface DetectorSummary {
|
|
682
466
|
|
|
@@ -692,10 +476,6 @@ export interface DetectorSummary {
|
|
|
692
476
|
|
|
693
477
|
lastUpdateTime?: Date;
|
|
694
478
|
}
|
|
695
|
-
export declare namespace DetectorSummary {
|
|
696
|
-
|
|
697
|
-
const filterSensitiveLog: (obj: DetectorSummary) => any;
|
|
698
|
-
}
|
|
699
479
|
export interface ListAlarmsRequest {
|
|
700
480
|
|
|
701
481
|
alarmModelName: string | undefined;
|
|
@@ -704,20 +484,12 @@ export interface ListAlarmsRequest {
|
|
|
704
484
|
|
|
705
485
|
maxResults?: number;
|
|
706
486
|
}
|
|
707
|
-
export declare namespace ListAlarmsRequest {
|
|
708
|
-
|
|
709
|
-
const filterSensitiveLog: (obj: ListAlarmsRequest) => any;
|
|
710
|
-
}
|
|
711
487
|
export interface ListAlarmsResponse {
|
|
712
488
|
|
|
713
489
|
alarmSummaries?: AlarmSummary[];
|
|
714
490
|
|
|
715
491
|
nextToken?: string;
|
|
716
492
|
}
|
|
717
|
-
export declare namespace ListAlarmsResponse {
|
|
718
|
-
|
|
719
|
-
const filterSensitiveLog: (obj: ListAlarmsResponse) => any;
|
|
720
|
-
}
|
|
721
493
|
export interface ListDetectorsRequest {
|
|
722
494
|
|
|
723
495
|
detectorModelName: string | undefined;
|
|
@@ -728,17 +500,127 @@ export interface ListDetectorsRequest {
|
|
|
728
500
|
|
|
729
501
|
maxResults?: number;
|
|
730
502
|
}
|
|
731
|
-
export declare namespace ListDetectorsRequest {
|
|
732
|
-
|
|
733
|
-
const filterSensitiveLog: (obj: ListDetectorsRequest) => any;
|
|
734
|
-
}
|
|
735
503
|
export interface ListDetectorsResponse {
|
|
736
504
|
|
|
737
505
|
detectorSummaries?: DetectorSummary[];
|
|
738
506
|
|
|
739
507
|
nextToken?: string;
|
|
740
508
|
}
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
509
|
+
|
|
510
|
+
export declare const AcknowledgeActionConfigurationFilterSensitiveLog: (obj: AcknowledgeActionConfiguration) => any;
|
|
511
|
+
|
|
512
|
+
export declare const AcknowledgeAlarmActionRequestFilterSensitiveLog: (obj: AcknowledgeAlarmActionRequest) => any;
|
|
513
|
+
|
|
514
|
+
export declare const DisableActionConfigurationFilterSensitiveLog: (obj: DisableActionConfiguration) => any;
|
|
515
|
+
|
|
516
|
+
export declare const EnableActionConfigurationFilterSensitiveLog: (obj: EnableActionConfiguration) => any;
|
|
517
|
+
|
|
518
|
+
export declare const ResetActionConfigurationFilterSensitiveLog: (obj: ResetActionConfiguration) => any;
|
|
519
|
+
|
|
520
|
+
export declare const SnoozeActionConfigurationFilterSensitiveLog: (obj: SnoozeActionConfiguration) => any;
|
|
521
|
+
|
|
522
|
+
export declare const CustomerActionFilterSensitiveLog: (obj: CustomerAction) => any;
|
|
523
|
+
|
|
524
|
+
export declare const SimpleRuleEvaluationFilterSensitiveLog: (obj: SimpleRuleEvaluation) => any;
|
|
525
|
+
|
|
526
|
+
export declare const RuleEvaluationFilterSensitiveLog: (obj: RuleEvaluation) => any;
|
|
527
|
+
|
|
528
|
+
export declare const StateChangeConfigurationFilterSensitiveLog: (obj: StateChangeConfiguration) => any;
|
|
529
|
+
|
|
530
|
+
export declare const SystemEventFilterSensitiveLog: (obj: SystemEvent) => any;
|
|
531
|
+
|
|
532
|
+
export declare const AlarmStateFilterSensitiveLog: (obj: AlarmState) => any;
|
|
533
|
+
|
|
534
|
+
export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
|
|
535
|
+
|
|
536
|
+
export declare const AlarmSummaryFilterSensitiveLog: (obj: AlarmSummary) => any;
|
|
537
|
+
|
|
538
|
+
export declare const BatchAcknowledgeAlarmRequestFilterSensitiveLog: (obj: BatchAcknowledgeAlarmRequest) => any;
|
|
539
|
+
|
|
540
|
+
export declare const BatchAlarmActionErrorEntryFilterSensitiveLog: (obj: BatchAlarmActionErrorEntry) => any;
|
|
541
|
+
|
|
542
|
+
export declare const BatchAcknowledgeAlarmResponseFilterSensitiveLog: (obj: BatchAcknowledgeAlarmResponse) => any;
|
|
543
|
+
|
|
544
|
+
export declare const DeleteDetectorRequestFilterSensitiveLog: (obj: DeleteDetectorRequest) => any;
|
|
545
|
+
|
|
546
|
+
export declare const BatchDeleteDetectorRequestFilterSensitiveLog: (obj: BatchDeleteDetectorRequest) => any;
|
|
547
|
+
|
|
548
|
+
export declare const BatchDeleteDetectorErrorEntryFilterSensitiveLog: (obj: BatchDeleteDetectorErrorEntry) => any;
|
|
549
|
+
|
|
550
|
+
export declare const BatchDeleteDetectorResponseFilterSensitiveLog: (obj: BatchDeleteDetectorResponse) => any;
|
|
551
|
+
|
|
552
|
+
export declare const DisableAlarmActionRequestFilterSensitiveLog: (obj: DisableAlarmActionRequest) => any;
|
|
553
|
+
|
|
554
|
+
export declare const BatchDisableAlarmRequestFilterSensitiveLog: (obj: BatchDisableAlarmRequest) => any;
|
|
555
|
+
|
|
556
|
+
export declare const BatchDisableAlarmResponseFilterSensitiveLog: (obj: BatchDisableAlarmResponse) => any;
|
|
557
|
+
|
|
558
|
+
export declare const EnableAlarmActionRequestFilterSensitiveLog: (obj: EnableAlarmActionRequest) => any;
|
|
559
|
+
|
|
560
|
+
export declare const BatchEnableAlarmRequestFilterSensitiveLog: (obj: BatchEnableAlarmRequest) => any;
|
|
561
|
+
|
|
562
|
+
export declare const BatchEnableAlarmResponseFilterSensitiveLog: (obj: BatchEnableAlarmResponse) => any;
|
|
563
|
+
|
|
564
|
+
export declare const TimestampValueFilterSensitiveLog: (obj: TimestampValue) => any;
|
|
565
|
+
|
|
566
|
+
export declare const MessageFilterSensitiveLog: (obj: Message) => any;
|
|
567
|
+
|
|
568
|
+
export declare const BatchPutMessageRequestFilterSensitiveLog: (obj: BatchPutMessageRequest) => any;
|
|
569
|
+
|
|
570
|
+
export declare const BatchPutMessageErrorEntryFilterSensitiveLog: (obj: BatchPutMessageErrorEntry) => any;
|
|
571
|
+
|
|
572
|
+
export declare const BatchPutMessageResponseFilterSensitiveLog: (obj: BatchPutMessageResponse) => any;
|
|
573
|
+
|
|
574
|
+
export declare const ResetAlarmActionRequestFilterSensitiveLog: (obj: ResetAlarmActionRequest) => any;
|
|
575
|
+
|
|
576
|
+
export declare const BatchResetAlarmRequestFilterSensitiveLog: (obj: BatchResetAlarmRequest) => any;
|
|
577
|
+
|
|
578
|
+
export declare const BatchResetAlarmResponseFilterSensitiveLog: (obj: BatchResetAlarmResponse) => any;
|
|
579
|
+
|
|
580
|
+
export declare const SnoozeAlarmActionRequestFilterSensitiveLog: (obj: SnoozeAlarmActionRequest) => any;
|
|
581
|
+
|
|
582
|
+
export declare const BatchSnoozeAlarmRequestFilterSensitiveLog: (obj: BatchSnoozeAlarmRequest) => any;
|
|
583
|
+
|
|
584
|
+
export declare const BatchSnoozeAlarmResponseFilterSensitiveLog: (obj: BatchSnoozeAlarmResponse) => any;
|
|
585
|
+
|
|
586
|
+
export declare const TimerDefinitionFilterSensitiveLog: (obj: TimerDefinition) => any;
|
|
587
|
+
|
|
588
|
+
export declare const VariableDefinitionFilterSensitiveLog: (obj: VariableDefinition) => any;
|
|
589
|
+
|
|
590
|
+
export declare const DetectorStateDefinitionFilterSensitiveLog: (obj: DetectorStateDefinition) => any;
|
|
591
|
+
|
|
592
|
+
export declare const UpdateDetectorRequestFilterSensitiveLog: (obj: UpdateDetectorRequest) => any;
|
|
593
|
+
|
|
594
|
+
export declare const BatchUpdateDetectorRequestFilterSensitiveLog: (obj: BatchUpdateDetectorRequest) => any;
|
|
595
|
+
|
|
596
|
+
export declare const BatchUpdateDetectorErrorEntryFilterSensitiveLog: (obj: BatchUpdateDetectorErrorEntry) => any;
|
|
597
|
+
|
|
598
|
+
export declare const BatchUpdateDetectorResponseFilterSensitiveLog: (obj: BatchUpdateDetectorResponse) => any;
|
|
599
|
+
|
|
600
|
+
export declare const DescribeAlarmRequestFilterSensitiveLog: (obj: DescribeAlarmRequest) => any;
|
|
601
|
+
|
|
602
|
+
export declare const DescribeAlarmResponseFilterSensitiveLog: (obj: DescribeAlarmResponse) => any;
|
|
603
|
+
|
|
604
|
+
export declare const DescribeDetectorRequestFilterSensitiveLog: (obj: DescribeDetectorRequest) => any;
|
|
605
|
+
|
|
606
|
+
export declare const TimerFilterSensitiveLog: (obj: Timer) => any;
|
|
607
|
+
|
|
608
|
+
export declare const VariableFilterSensitiveLog: (obj: Variable) => any;
|
|
609
|
+
|
|
610
|
+
export declare const DetectorStateFilterSensitiveLog: (obj: DetectorState) => any;
|
|
611
|
+
|
|
612
|
+
export declare const DetectorFilterSensitiveLog: (obj: Detector) => any;
|
|
613
|
+
|
|
614
|
+
export declare const DescribeDetectorResponseFilterSensitiveLog: (obj: DescribeDetectorResponse) => any;
|
|
615
|
+
|
|
616
|
+
export declare const DetectorStateSummaryFilterSensitiveLog: (obj: DetectorStateSummary) => any;
|
|
617
|
+
|
|
618
|
+
export declare const DetectorSummaryFilterSensitiveLog: (obj: DetectorSummary) => any;
|
|
619
|
+
|
|
620
|
+
export declare const ListAlarmsRequestFilterSensitiveLog: (obj: ListAlarmsRequest) => any;
|
|
621
|
+
|
|
622
|
+
export declare const ListAlarmsResponseFilterSensitiveLog: (obj: ListAlarmsResponse) => any;
|
|
623
|
+
|
|
624
|
+
export declare const ListDetectorsRequestFilterSensitiveLog: (obj: ListDetectorsRequest) => any;
|
|
625
|
+
|
|
626
|
+
export declare const ListDetectorsResponseFilterSensitiveLog: (obj: ListDetectorsResponse) => any;
|