@aws-sdk/client-cloudwatch 3.169.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 +8 -0
- package/dist-types/ts3.4/CloudWatch.d.ts +688 -195
- package/dist-types/ts3.4/CloudWatchClient.d.ts +357 -111
- package/dist-types/ts3.4/commands/DeleteAlarmsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDashboardsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteMetricStreamCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeAlarmHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAlarmsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DescribeAlarmsForMetricCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisableAlarmActionsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisableInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/EnableAlarmActionsCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/EnableInsightRulesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetDashboardCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetInsightRuleReportCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMetricDataCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetMetricStatisticsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetMetricStreamCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetMetricWidgetImageCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDashboardsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListManagedInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListMetricStreamsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListMetricsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutCompositeAlarmCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutDashboardCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutInsightRuleCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutManagedInsightRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutMetricAlarmCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMetricDataCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutMetricStreamCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SetAlarmStateCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/StartMetricStreamsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StopMetricStreamsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/index.d.ts +38 -38
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/CloudWatchServiceException.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 +1470 -1321
- package/dist-types/ts3.4/pagination/DescribeAlarmHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAlarmsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAnomalyDetectorsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeInsightRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetMetricDataPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListDashboardsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListManagedInsightRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMetricStreamsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMetricsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +461 -116
- 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/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForAlarmExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForCompositeAlarmExists.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,1321 +1,1470 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { CloudWatchServiceException as __BaseException } from "./CloudWatchServiceException";
|
|
3
|
-
export declare enum ActionsSuppressedBy {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
}
|
|
8
|
-
export declare type AlarmType = "CompositeAlarm" | "MetricAlarm";
|
|
9
|
-
export declare type HistoryItemType =
|
|
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
|
-
export interface Dimension {
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
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
|
-
|
|
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
|
-
export interface
|
|
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
|
-
export
|
|
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
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
export
|
|
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
|
-
|
|
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
|
-
export interface
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
}
|
|
505
|
-
export interface
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
}
|
|
518
|
-
export interface
|
|
519
|
-
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
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
|
-
export interface
|
|
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
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
}
|
|
770
|
-
export interface
|
|
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
|
-
|
|
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
|
-
export interface ListMetricStreamsInput {
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
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
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
export interface
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
}
|
|
946
|
-
export interface
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
export interface
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
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
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
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
|
-
export
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
}
|
|
1078
|
-
export interface
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
export
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
export
|
|
1099
|
-
|
|
1100
|
-
export
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
export
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
export
|
|
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
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CloudWatchServiceException as __BaseException } from "./CloudWatchServiceException";
|
|
3
|
+
export declare enum ActionsSuppressedBy {
|
|
4
|
+
Alarm = "Alarm",
|
|
5
|
+
ExtensionPeriod = "ExtensionPeriod",
|
|
6
|
+
WaitPeriod = "WaitPeriod",
|
|
7
|
+
}
|
|
8
|
+
export declare type AlarmType = "CompositeAlarm" | "MetricAlarm";
|
|
9
|
+
export declare type HistoryItemType =
|
|
10
|
+
| "Action"
|
|
11
|
+
| "ConfigurationUpdate"
|
|
12
|
+
| "StateUpdate";
|
|
13
|
+
|
|
14
|
+
export interface AlarmHistoryItem {
|
|
15
|
+
AlarmName?: string;
|
|
16
|
+
|
|
17
|
+
AlarmType?: AlarmType | string;
|
|
18
|
+
|
|
19
|
+
Timestamp?: Date;
|
|
20
|
+
|
|
21
|
+
HistoryItemType?: HistoryItemType | string;
|
|
22
|
+
|
|
23
|
+
HistorySummary?: string;
|
|
24
|
+
|
|
25
|
+
HistoryData?: string;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface Range {
|
|
29
|
+
StartTime: Date | undefined;
|
|
30
|
+
|
|
31
|
+
EndTime: Date | undefined;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface AnomalyDetectorConfiguration {
|
|
35
|
+
ExcludedTimeRanges?: Range[];
|
|
36
|
+
|
|
37
|
+
MetricTimezone?: string;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export interface Dimension {
|
|
41
|
+
Name: string | undefined;
|
|
42
|
+
|
|
43
|
+
Value: string | undefined;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface Metric {
|
|
47
|
+
Namespace?: string;
|
|
48
|
+
|
|
49
|
+
MetricName?: string;
|
|
50
|
+
|
|
51
|
+
Dimensions?: Dimension[];
|
|
52
|
+
}
|
|
53
|
+
export declare type StandardUnit =
|
|
54
|
+
| "Bits"
|
|
55
|
+
| "Bits/Second"
|
|
56
|
+
| "Bytes"
|
|
57
|
+
| "Bytes/Second"
|
|
58
|
+
| "Count"
|
|
59
|
+
| "Count/Second"
|
|
60
|
+
| "Gigabits"
|
|
61
|
+
| "Gigabits/Second"
|
|
62
|
+
| "Gigabytes"
|
|
63
|
+
| "Gigabytes/Second"
|
|
64
|
+
| "Kilobits"
|
|
65
|
+
| "Kilobits/Second"
|
|
66
|
+
| "Kilobytes"
|
|
67
|
+
| "Kilobytes/Second"
|
|
68
|
+
| "Megabits"
|
|
69
|
+
| "Megabits/Second"
|
|
70
|
+
| "Megabytes"
|
|
71
|
+
| "Megabytes/Second"
|
|
72
|
+
| "Microseconds"
|
|
73
|
+
| "Milliseconds"
|
|
74
|
+
| "None"
|
|
75
|
+
| "Percent"
|
|
76
|
+
| "Seconds"
|
|
77
|
+
| "Terabits"
|
|
78
|
+
| "Terabits/Second"
|
|
79
|
+
| "Terabytes"
|
|
80
|
+
| "Terabytes/Second";
|
|
81
|
+
|
|
82
|
+
export interface MetricStat {
|
|
83
|
+
Metric: Metric | undefined;
|
|
84
|
+
|
|
85
|
+
Period: number | undefined;
|
|
86
|
+
|
|
87
|
+
Stat: string | undefined;
|
|
88
|
+
|
|
89
|
+
Unit?: StandardUnit | string;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export interface MetricDataQuery {
|
|
93
|
+
Id: string | undefined;
|
|
94
|
+
|
|
95
|
+
MetricStat?: MetricStat;
|
|
96
|
+
|
|
97
|
+
Expression?: string;
|
|
98
|
+
|
|
99
|
+
Label?: string;
|
|
100
|
+
|
|
101
|
+
ReturnData?: boolean;
|
|
102
|
+
|
|
103
|
+
Period?: number;
|
|
104
|
+
|
|
105
|
+
AccountId?: string;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
export interface MetricMathAnomalyDetector {
|
|
109
|
+
MetricDataQueries?: MetricDataQuery[];
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export interface SingleMetricAnomalyDetector {
|
|
113
|
+
Namespace?: string;
|
|
114
|
+
|
|
115
|
+
MetricName?: string;
|
|
116
|
+
|
|
117
|
+
Dimensions?: Dimension[];
|
|
118
|
+
|
|
119
|
+
Stat?: string;
|
|
120
|
+
}
|
|
121
|
+
export declare type AnomalyDetectorStateValue =
|
|
122
|
+
| "PENDING_TRAINING"
|
|
123
|
+
| "TRAINED"
|
|
124
|
+
| "TRAINED_INSUFFICIENT_DATA";
|
|
125
|
+
|
|
126
|
+
export interface AnomalyDetector {
|
|
127
|
+
Namespace?: string;
|
|
128
|
+
|
|
129
|
+
MetricName?: string;
|
|
130
|
+
|
|
131
|
+
Dimensions?: Dimension[];
|
|
132
|
+
|
|
133
|
+
Stat?: string;
|
|
134
|
+
|
|
135
|
+
Configuration?: AnomalyDetectorConfiguration;
|
|
136
|
+
|
|
137
|
+
StateValue?: AnomalyDetectorStateValue | string;
|
|
138
|
+
|
|
139
|
+
SingleMetricAnomalyDetector?: SingleMetricAnomalyDetector;
|
|
140
|
+
|
|
141
|
+
MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
|
|
142
|
+
}
|
|
143
|
+
export declare enum AnomalyDetectorType {
|
|
144
|
+
METRIC_MATH = "METRIC_MATH",
|
|
145
|
+
SINGLE_METRIC = "SINGLE_METRIC",
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export interface PartialFailure {
|
|
149
|
+
FailureResource?: string;
|
|
150
|
+
|
|
151
|
+
ExceptionType?: string;
|
|
152
|
+
|
|
153
|
+
FailureCode?: string;
|
|
154
|
+
|
|
155
|
+
FailureDescription?: string;
|
|
156
|
+
}
|
|
157
|
+
export declare type ComparisonOperator =
|
|
158
|
+
| "GreaterThanOrEqualToThreshold"
|
|
159
|
+
| "GreaterThanThreshold"
|
|
160
|
+
| "GreaterThanUpperThreshold"
|
|
161
|
+
| "LessThanLowerOrGreaterThanUpperThreshold"
|
|
162
|
+
| "LessThanLowerThreshold"
|
|
163
|
+
| "LessThanOrEqualToThreshold"
|
|
164
|
+
| "LessThanThreshold";
|
|
165
|
+
export declare type StateValue = "ALARM" | "INSUFFICIENT_DATA" | "OK";
|
|
166
|
+
|
|
167
|
+
export interface CompositeAlarm {
|
|
168
|
+
ActionsEnabled?: boolean;
|
|
169
|
+
|
|
170
|
+
AlarmActions?: string[];
|
|
171
|
+
|
|
172
|
+
AlarmArn?: string;
|
|
173
|
+
|
|
174
|
+
AlarmConfigurationUpdatedTimestamp?: Date;
|
|
175
|
+
|
|
176
|
+
AlarmDescription?: string;
|
|
177
|
+
|
|
178
|
+
AlarmName?: string;
|
|
179
|
+
|
|
180
|
+
AlarmRule?: string;
|
|
181
|
+
|
|
182
|
+
InsufficientDataActions?: string[];
|
|
183
|
+
|
|
184
|
+
OKActions?: string[];
|
|
185
|
+
|
|
186
|
+
StateReason?: string;
|
|
187
|
+
|
|
188
|
+
StateReasonData?: string;
|
|
189
|
+
|
|
190
|
+
StateUpdatedTimestamp?: Date;
|
|
191
|
+
|
|
192
|
+
StateValue?: StateValue | string;
|
|
193
|
+
|
|
194
|
+
StateTransitionedTimestamp?: Date;
|
|
195
|
+
|
|
196
|
+
ActionsSuppressedBy?: ActionsSuppressedBy | string;
|
|
197
|
+
|
|
198
|
+
ActionsSuppressedReason?: string;
|
|
199
|
+
|
|
200
|
+
ActionsSuppressor?: string;
|
|
201
|
+
|
|
202
|
+
ActionsSuppressorWaitPeriod?: number;
|
|
203
|
+
|
|
204
|
+
ActionsSuppressorExtensionPeriod?: number;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
export declare class ConcurrentModificationException extends __BaseException {
|
|
208
|
+
readonly name: "ConcurrentModificationException";
|
|
209
|
+
readonly $fault: "client";
|
|
210
|
+
Message?: string;
|
|
211
|
+
|
|
212
|
+
constructor(
|
|
213
|
+
opts: __ExceptionOptionType<
|
|
214
|
+
ConcurrentModificationException,
|
|
215
|
+
__BaseException
|
|
216
|
+
>
|
|
217
|
+
);
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
export interface DashboardEntry {
|
|
221
|
+
DashboardName?: string;
|
|
222
|
+
|
|
223
|
+
DashboardArn?: string;
|
|
224
|
+
|
|
225
|
+
LastModified?: Date;
|
|
226
|
+
|
|
227
|
+
Size?: number;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
export interface DashboardValidationMessage {
|
|
231
|
+
DataPath?: string;
|
|
232
|
+
|
|
233
|
+
Message?: string;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
export declare class DashboardInvalidInputError extends __BaseException {
|
|
237
|
+
readonly name: "DashboardInvalidInputError";
|
|
238
|
+
readonly $fault: "client";
|
|
239
|
+
dashboardValidationMessages?: DashboardValidationMessage[];
|
|
240
|
+
|
|
241
|
+
constructor(
|
|
242
|
+
opts: __ExceptionOptionType<DashboardInvalidInputError, __BaseException>
|
|
243
|
+
);
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export declare class DashboardNotFoundError extends __BaseException {
|
|
247
|
+
readonly name: "DashboardNotFoundError";
|
|
248
|
+
readonly $fault: "client";
|
|
249
|
+
|
|
250
|
+
constructor(
|
|
251
|
+
opts: __ExceptionOptionType<DashboardNotFoundError, __BaseException>
|
|
252
|
+
);
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
export interface Datapoint {
|
|
256
|
+
Timestamp?: Date;
|
|
257
|
+
|
|
258
|
+
SampleCount?: number;
|
|
259
|
+
|
|
260
|
+
Average?: number;
|
|
261
|
+
|
|
262
|
+
Sum?: number;
|
|
263
|
+
|
|
264
|
+
Minimum?: number;
|
|
265
|
+
|
|
266
|
+
Maximum?: number;
|
|
267
|
+
|
|
268
|
+
Unit?: StandardUnit | string;
|
|
269
|
+
|
|
270
|
+
ExtendedStatistics?: Record<string, number>;
|
|
271
|
+
}
|
|
272
|
+
export interface DeleteAlarmsInput {
|
|
273
|
+
AlarmNames: string[] | undefined;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
export declare class ResourceNotFound extends __BaseException {
|
|
277
|
+
readonly name: "ResourceNotFound";
|
|
278
|
+
readonly $fault: "client";
|
|
279
|
+
|
|
280
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFound, __BaseException>);
|
|
281
|
+
}
|
|
282
|
+
export interface DeleteAnomalyDetectorInput {
|
|
283
|
+
Namespace?: string;
|
|
284
|
+
|
|
285
|
+
MetricName?: string;
|
|
286
|
+
|
|
287
|
+
Dimensions?: Dimension[];
|
|
288
|
+
|
|
289
|
+
Stat?: string;
|
|
290
|
+
|
|
291
|
+
SingleMetricAnomalyDetector?: SingleMetricAnomalyDetector;
|
|
292
|
+
|
|
293
|
+
MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
|
|
294
|
+
}
|
|
295
|
+
export interface DeleteAnomalyDetectorOutput {}
|
|
296
|
+
|
|
297
|
+
export declare class InternalServiceFault extends __BaseException {
|
|
298
|
+
readonly name: "InternalServiceFault";
|
|
299
|
+
readonly $fault: "server";
|
|
300
|
+
|
|
301
|
+
Message?: string;
|
|
302
|
+
|
|
303
|
+
constructor(
|
|
304
|
+
opts: __ExceptionOptionType<InternalServiceFault, __BaseException>
|
|
305
|
+
);
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
export declare class InvalidParameterCombinationException extends __BaseException {
|
|
309
|
+
readonly name: "InvalidParameterCombinationException";
|
|
310
|
+
readonly $fault: "client";
|
|
311
|
+
|
|
312
|
+
constructor(
|
|
313
|
+
opts: __ExceptionOptionType<
|
|
314
|
+
InvalidParameterCombinationException,
|
|
315
|
+
__BaseException
|
|
316
|
+
>
|
|
317
|
+
);
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
321
|
+
readonly name: "InvalidParameterValueException";
|
|
322
|
+
readonly $fault: "client";
|
|
323
|
+
|
|
324
|
+
constructor(
|
|
325
|
+
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
326
|
+
);
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
export declare class MissingRequiredParameterException extends __BaseException {
|
|
330
|
+
readonly name: "MissingRequiredParameterException";
|
|
331
|
+
readonly $fault: "client";
|
|
332
|
+
|
|
333
|
+
constructor(
|
|
334
|
+
opts: __ExceptionOptionType<
|
|
335
|
+
MissingRequiredParameterException,
|
|
336
|
+
__BaseException
|
|
337
|
+
>
|
|
338
|
+
);
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
342
|
+
readonly name: "ResourceNotFoundException";
|
|
343
|
+
readonly $fault: "client";
|
|
344
|
+
ResourceType?: string;
|
|
345
|
+
ResourceId?: string;
|
|
346
|
+
Message?: string;
|
|
347
|
+
|
|
348
|
+
constructor(
|
|
349
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
350
|
+
);
|
|
351
|
+
}
|
|
352
|
+
export interface DeleteDashboardsInput {
|
|
353
|
+
DashboardNames: string[] | undefined;
|
|
354
|
+
}
|
|
355
|
+
export interface DeleteDashboardsOutput {}
|
|
356
|
+
export interface DeleteInsightRulesInput {
|
|
357
|
+
RuleNames: string[] | undefined;
|
|
358
|
+
}
|
|
359
|
+
export interface DeleteInsightRulesOutput {
|
|
360
|
+
Failures?: PartialFailure[];
|
|
361
|
+
}
|
|
362
|
+
export interface DeleteMetricStreamInput {
|
|
363
|
+
Name: string | undefined;
|
|
364
|
+
}
|
|
365
|
+
export interface DeleteMetricStreamOutput {}
|
|
366
|
+
export declare enum ScanBy {
|
|
367
|
+
TIMESTAMP_ASCENDING = "TimestampAscending",
|
|
368
|
+
TIMESTAMP_DESCENDING = "TimestampDescending",
|
|
369
|
+
}
|
|
370
|
+
export interface DescribeAlarmHistoryInput {
|
|
371
|
+
AlarmName?: string;
|
|
372
|
+
|
|
373
|
+
AlarmTypes?: (AlarmType | string)[];
|
|
374
|
+
|
|
375
|
+
HistoryItemType?: HistoryItemType | string;
|
|
376
|
+
|
|
377
|
+
StartDate?: Date;
|
|
378
|
+
|
|
379
|
+
EndDate?: Date;
|
|
380
|
+
|
|
381
|
+
MaxRecords?: number;
|
|
382
|
+
|
|
383
|
+
NextToken?: string;
|
|
384
|
+
|
|
385
|
+
ScanBy?: ScanBy | string;
|
|
386
|
+
}
|
|
387
|
+
export interface DescribeAlarmHistoryOutput {
|
|
388
|
+
AlarmHistoryItems?: AlarmHistoryItem[];
|
|
389
|
+
|
|
390
|
+
NextToken?: string;
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
export declare class InvalidNextToken extends __BaseException {
|
|
394
|
+
readonly name: "InvalidNextToken";
|
|
395
|
+
readonly $fault: "client";
|
|
396
|
+
|
|
397
|
+
constructor(opts: __ExceptionOptionType<InvalidNextToken, __BaseException>);
|
|
398
|
+
}
|
|
399
|
+
export interface DescribeAlarmsInput {
|
|
400
|
+
AlarmNames?: string[];
|
|
401
|
+
|
|
402
|
+
AlarmNamePrefix?: string;
|
|
403
|
+
|
|
404
|
+
AlarmTypes?: (AlarmType | string)[];
|
|
405
|
+
|
|
406
|
+
ChildrenOfAlarmName?: string;
|
|
407
|
+
|
|
408
|
+
ParentsOfAlarmName?: string;
|
|
409
|
+
|
|
410
|
+
StateValue?: StateValue | string;
|
|
411
|
+
|
|
412
|
+
ActionPrefix?: string;
|
|
413
|
+
|
|
414
|
+
MaxRecords?: number;
|
|
415
|
+
|
|
416
|
+
NextToken?: string;
|
|
417
|
+
}
|
|
418
|
+
export declare type Statistic =
|
|
419
|
+
| "Average"
|
|
420
|
+
| "Maximum"
|
|
421
|
+
| "Minimum"
|
|
422
|
+
| "SampleCount"
|
|
423
|
+
| "Sum";
|
|
424
|
+
|
|
425
|
+
export interface MetricAlarm {
|
|
426
|
+
AlarmName?: string;
|
|
427
|
+
|
|
428
|
+
AlarmArn?: string;
|
|
429
|
+
|
|
430
|
+
AlarmDescription?: string;
|
|
431
|
+
|
|
432
|
+
AlarmConfigurationUpdatedTimestamp?: Date;
|
|
433
|
+
|
|
434
|
+
ActionsEnabled?: boolean;
|
|
435
|
+
|
|
436
|
+
OKActions?: string[];
|
|
437
|
+
|
|
438
|
+
AlarmActions?: string[];
|
|
439
|
+
|
|
440
|
+
InsufficientDataActions?: string[];
|
|
441
|
+
|
|
442
|
+
StateValue?: StateValue | string;
|
|
443
|
+
|
|
444
|
+
StateReason?: string;
|
|
445
|
+
|
|
446
|
+
StateReasonData?: string;
|
|
447
|
+
|
|
448
|
+
StateUpdatedTimestamp?: Date;
|
|
449
|
+
|
|
450
|
+
MetricName?: string;
|
|
451
|
+
|
|
452
|
+
Namespace?: string;
|
|
453
|
+
|
|
454
|
+
Statistic?: Statistic | string;
|
|
455
|
+
|
|
456
|
+
ExtendedStatistic?: string;
|
|
457
|
+
|
|
458
|
+
Dimensions?: Dimension[];
|
|
459
|
+
|
|
460
|
+
Period?: number;
|
|
461
|
+
|
|
462
|
+
Unit?: StandardUnit | string;
|
|
463
|
+
|
|
464
|
+
EvaluationPeriods?: number;
|
|
465
|
+
|
|
466
|
+
DatapointsToAlarm?: number;
|
|
467
|
+
|
|
468
|
+
Threshold?: number;
|
|
469
|
+
|
|
470
|
+
ComparisonOperator?: ComparisonOperator | string;
|
|
471
|
+
|
|
472
|
+
TreatMissingData?: string;
|
|
473
|
+
|
|
474
|
+
EvaluateLowSampleCountPercentile?: string;
|
|
475
|
+
|
|
476
|
+
Metrics?: MetricDataQuery[];
|
|
477
|
+
|
|
478
|
+
ThresholdMetricId?: string;
|
|
479
|
+
}
|
|
480
|
+
export interface DescribeAlarmsOutput {
|
|
481
|
+
CompositeAlarms?: CompositeAlarm[];
|
|
482
|
+
|
|
483
|
+
MetricAlarms?: MetricAlarm[];
|
|
484
|
+
|
|
485
|
+
NextToken?: string;
|
|
486
|
+
}
|
|
487
|
+
export interface DescribeAlarmsForMetricInput {
|
|
488
|
+
MetricName: string | undefined;
|
|
489
|
+
|
|
490
|
+
Namespace: string | undefined;
|
|
491
|
+
|
|
492
|
+
Statistic?: Statistic | string;
|
|
493
|
+
|
|
494
|
+
ExtendedStatistic?: string;
|
|
495
|
+
|
|
496
|
+
Dimensions?: Dimension[];
|
|
497
|
+
|
|
498
|
+
Period?: number;
|
|
499
|
+
|
|
500
|
+
Unit?: StandardUnit | string;
|
|
501
|
+
}
|
|
502
|
+
export interface DescribeAlarmsForMetricOutput {
|
|
503
|
+
MetricAlarms?: MetricAlarm[];
|
|
504
|
+
}
|
|
505
|
+
export interface DescribeAnomalyDetectorsInput {
|
|
506
|
+
NextToken?: string;
|
|
507
|
+
|
|
508
|
+
MaxResults?: number;
|
|
509
|
+
|
|
510
|
+
Namespace?: string;
|
|
511
|
+
|
|
512
|
+
MetricName?: string;
|
|
513
|
+
|
|
514
|
+
Dimensions?: Dimension[];
|
|
515
|
+
|
|
516
|
+
AnomalyDetectorTypes?: (AnomalyDetectorType | string)[];
|
|
517
|
+
}
|
|
518
|
+
export interface DescribeAnomalyDetectorsOutput {
|
|
519
|
+
AnomalyDetectors?: AnomalyDetector[];
|
|
520
|
+
|
|
521
|
+
NextToken?: string;
|
|
522
|
+
}
|
|
523
|
+
export interface DescribeInsightRulesInput {
|
|
524
|
+
NextToken?: string;
|
|
525
|
+
|
|
526
|
+
MaxResults?: number;
|
|
527
|
+
}
|
|
528
|
+
|
|
529
|
+
export interface InsightRule {
|
|
530
|
+
Name: string | undefined;
|
|
531
|
+
|
|
532
|
+
State: string | undefined;
|
|
533
|
+
|
|
534
|
+
Schema: string | undefined;
|
|
535
|
+
|
|
536
|
+
Definition: string | undefined;
|
|
537
|
+
|
|
538
|
+
ManagedRule?: boolean;
|
|
539
|
+
}
|
|
540
|
+
export interface DescribeInsightRulesOutput {
|
|
541
|
+
NextToken?: string;
|
|
542
|
+
|
|
543
|
+
InsightRules?: InsightRule[];
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
export interface DimensionFilter {
|
|
547
|
+
Name: string | undefined;
|
|
548
|
+
|
|
549
|
+
Value?: string;
|
|
550
|
+
}
|
|
551
|
+
export interface DisableAlarmActionsInput {
|
|
552
|
+
AlarmNames: string[] | undefined;
|
|
553
|
+
}
|
|
554
|
+
export interface DisableInsightRulesInput {
|
|
555
|
+
RuleNames: string[] | undefined;
|
|
556
|
+
}
|
|
557
|
+
export interface DisableInsightRulesOutput {
|
|
558
|
+
Failures?: PartialFailure[];
|
|
559
|
+
}
|
|
560
|
+
export interface EnableAlarmActionsInput {
|
|
561
|
+
AlarmNames: string[] | undefined;
|
|
562
|
+
}
|
|
563
|
+
export interface EnableInsightRulesInput {
|
|
564
|
+
RuleNames: string[] | undefined;
|
|
565
|
+
}
|
|
566
|
+
export interface EnableInsightRulesOutput {
|
|
567
|
+
Failures?: PartialFailure[];
|
|
568
|
+
}
|
|
569
|
+
|
|
570
|
+
export declare class LimitExceededException extends __BaseException {
|
|
571
|
+
readonly name: "LimitExceededException";
|
|
572
|
+
readonly $fault: "client";
|
|
573
|
+
Message?: string;
|
|
574
|
+
|
|
575
|
+
constructor(
|
|
576
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
577
|
+
);
|
|
578
|
+
}
|
|
579
|
+
export interface GetDashboardInput {
|
|
580
|
+
DashboardName: string | undefined;
|
|
581
|
+
}
|
|
582
|
+
export interface GetDashboardOutput {
|
|
583
|
+
DashboardArn?: string;
|
|
584
|
+
|
|
585
|
+
DashboardBody?: string;
|
|
586
|
+
|
|
587
|
+
DashboardName?: string;
|
|
588
|
+
}
|
|
589
|
+
export interface GetInsightRuleReportInput {
|
|
590
|
+
RuleName: string | undefined;
|
|
591
|
+
|
|
592
|
+
StartTime: Date | undefined;
|
|
593
|
+
|
|
594
|
+
EndTime: Date | undefined;
|
|
595
|
+
|
|
596
|
+
Period: number | undefined;
|
|
597
|
+
|
|
598
|
+
MaxContributorCount?: number;
|
|
599
|
+
|
|
600
|
+
Metrics?: string[];
|
|
601
|
+
|
|
602
|
+
OrderBy?: string;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
export interface InsightRuleContributorDatapoint {
|
|
606
|
+
Timestamp: Date | undefined;
|
|
607
|
+
|
|
608
|
+
ApproximateValue: number | undefined;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
export interface InsightRuleContributor {
|
|
612
|
+
Keys: string[] | undefined;
|
|
613
|
+
|
|
614
|
+
ApproximateAggregateValue: number | undefined;
|
|
615
|
+
|
|
616
|
+
Datapoints: InsightRuleContributorDatapoint[] | undefined;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
export interface InsightRuleMetricDatapoint {
|
|
620
|
+
Timestamp: Date | undefined;
|
|
621
|
+
|
|
622
|
+
UniqueContributors?: number;
|
|
623
|
+
|
|
624
|
+
MaxContributorValue?: number;
|
|
625
|
+
|
|
626
|
+
SampleCount?: number;
|
|
627
|
+
|
|
628
|
+
Average?: number;
|
|
629
|
+
|
|
630
|
+
Sum?: number;
|
|
631
|
+
|
|
632
|
+
Minimum?: number;
|
|
633
|
+
|
|
634
|
+
Maximum?: number;
|
|
635
|
+
}
|
|
636
|
+
export interface GetInsightRuleReportOutput {
|
|
637
|
+
KeyLabels?: string[];
|
|
638
|
+
|
|
639
|
+
AggregationStatistic?: string;
|
|
640
|
+
|
|
641
|
+
AggregateValue?: number;
|
|
642
|
+
|
|
643
|
+
ApproximateUniqueCount?: number;
|
|
644
|
+
|
|
645
|
+
Contributors?: InsightRuleContributor[];
|
|
646
|
+
|
|
647
|
+
MetricDatapoints?: InsightRuleMetricDatapoint[];
|
|
648
|
+
}
|
|
649
|
+
|
|
650
|
+
export interface LabelOptions {
|
|
651
|
+
Timezone?: string;
|
|
652
|
+
}
|
|
653
|
+
export interface GetMetricDataInput {
|
|
654
|
+
MetricDataQueries: MetricDataQuery[] | undefined;
|
|
655
|
+
|
|
656
|
+
StartTime: Date | undefined;
|
|
657
|
+
|
|
658
|
+
EndTime: Date | undefined;
|
|
659
|
+
|
|
660
|
+
NextToken?: string;
|
|
661
|
+
|
|
662
|
+
ScanBy?: ScanBy | string;
|
|
663
|
+
|
|
664
|
+
MaxDatapoints?: number;
|
|
665
|
+
|
|
666
|
+
LabelOptions?: LabelOptions;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
export interface MessageData {
|
|
670
|
+
Code?: string;
|
|
671
|
+
|
|
672
|
+
Value?: string;
|
|
673
|
+
}
|
|
674
|
+
export declare enum StatusCode {
|
|
675
|
+
COMPLETE = "Complete",
|
|
676
|
+
INTERNAL_ERROR = "InternalError",
|
|
677
|
+
PARTIAL_DATA = "PartialData",
|
|
678
|
+
}
|
|
679
|
+
|
|
680
|
+
export interface MetricDataResult {
|
|
681
|
+
Id?: string;
|
|
682
|
+
|
|
683
|
+
Label?: string;
|
|
684
|
+
|
|
685
|
+
Timestamps?: Date[];
|
|
686
|
+
|
|
687
|
+
Values?: number[];
|
|
688
|
+
|
|
689
|
+
StatusCode?: StatusCode | string;
|
|
690
|
+
|
|
691
|
+
Messages?: MessageData[];
|
|
692
|
+
}
|
|
693
|
+
export interface GetMetricDataOutput {
|
|
694
|
+
MetricDataResults?: MetricDataResult[];
|
|
695
|
+
|
|
696
|
+
NextToken?: string;
|
|
697
|
+
|
|
698
|
+
Messages?: MessageData[];
|
|
699
|
+
}
|
|
700
|
+
export interface GetMetricStatisticsInput {
|
|
701
|
+
Namespace: string | undefined;
|
|
702
|
+
|
|
703
|
+
MetricName: string | undefined;
|
|
704
|
+
|
|
705
|
+
Dimensions?: Dimension[];
|
|
706
|
+
|
|
707
|
+
StartTime: Date | undefined;
|
|
708
|
+
|
|
709
|
+
EndTime: Date | undefined;
|
|
710
|
+
|
|
711
|
+
Period: number | undefined;
|
|
712
|
+
|
|
713
|
+
Statistics?: (Statistic | string)[];
|
|
714
|
+
|
|
715
|
+
ExtendedStatistics?: string[];
|
|
716
|
+
|
|
717
|
+
Unit?: StandardUnit | string;
|
|
718
|
+
}
|
|
719
|
+
export interface GetMetricStatisticsOutput {
|
|
720
|
+
Label?: string;
|
|
721
|
+
|
|
722
|
+
Datapoints?: Datapoint[];
|
|
723
|
+
}
|
|
724
|
+
export interface GetMetricStreamInput {
|
|
725
|
+
Name: string | undefined;
|
|
726
|
+
}
|
|
727
|
+
|
|
728
|
+
export interface MetricStreamFilter {
|
|
729
|
+
Namespace?: string;
|
|
730
|
+
}
|
|
731
|
+
export declare enum MetricStreamOutputFormat {
|
|
732
|
+
JSON = "json",
|
|
733
|
+
OPEN_TELEMETRY_0_7 = "opentelemetry0.7",
|
|
734
|
+
}
|
|
735
|
+
|
|
736
|
+
export interface MetricStreamStatisticsMetric {
|
|
737
|
+
Namespace: string | undefined;
|
|
738
|
+
|
|
739
|
+
MetricName: string | undefined;
|
|
740
|
+
}
|
|
741
|
+
|
|
742
|
+
export interface MetricStreamStatisticsConfiguration {
|
|
743
|
+
IncludeMetrics: MetricStreamStatisticsMetric[] | undefined;
|
|
744
|
+
|
|
745
|
+
AdditionalStatistics: string[] | undefined;
|
|
746
|
+
}
|
|
747
|
+
export interface GetMetricStreamOutput {
|
|
748
|
+
Arn?: string;
|
|
749
|
+
|
|
750
|
+
Name?: string;
|
|
751
|
+
|
|
752
|
+
IncludeFilters?: MetricStreamFilter[];
|
|
753
|
+
|
|
754
|
+
ExcludeFilters?: MetricStreamFilter[];
|
|
755
|
+
|
|
756
|
+
FirehoseArn?: string;
|
|
757
|
+
|
|
758
|
+
RoleArn?: string;
|
|
759
|
+
|
|
760
|
+
State?: string;
|
|
761
|
+
|
|
762
|
+
CreationDate?: Date;
|
|
763
|
+
|
|
764
|
+
LastUpdateDate?: Date;
|
|
765
|
+
|
|
766
|
+
OutputFormat?: MetricStreamOutputFormat | string;
|
|
767
|
+
|
|
768
|
+
StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
|
|
769
|
+
}
|
|
770
|
+
export interface GetMetricWidgetImageInput {
|
|
771
|
+
MetricWidget: string | undefined;
|
|
772
|
+
|
|
773
|
+
OutputFormat?: string;
|
|
774
|
+
}
|
|
775
|
+
export interface GetMetricWidgetImageOutput {
|
|
776
|
+
MetricWidgetImage?: Uint8Array;
|
|
777
|
+
}
|
|
778
|
+
export interface ListDashboardsInput {
|
|
779
|
+
DashboardNamePrefix?: string;
|
|
780
|
+
|
|
781
|
+
NextToken?: string;
|
|
782
|
+
}
|
|
783
|
+
export interface ListDashboardsOutput {
|
|
784
|
+
DashboardEntries?: DashboardEntry[];
|
|
785
|
+
|
|
786
|
+
NextToken?: string;
|
|
787
|
+
}
|
|
788
|
+
export interface ListManagedInsightRulesInput {
|
|
789
|
+
ResourceARN: string | undefined;
|
|
790
|
+
|
|
791
|
+
NextToken?: string;
|
|
792
|
+
|
|
793
|
+
MaxResults?: number;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
export interface ManagedRuleState {
|
|
797
|
+
RuleName: string | undefined;
|
|
798
|
+
|
|
799
|
+
State: string | undefined;
|
|
800
|
+
}
|
|
801
|
+
|
|
802
|
+
export interface ManagedRuleDescription {
|
|
803
|
+
TemplateName?: string;
|
|
804
|
+
|
|
805
|
+
ResourceARN?: string;
|
|
806
|
+
|
|
807
|
+
RuleState?: ManagedRuleState;
|
|
808
|
+
}
|
|
809
|
+
export interface ListManagedInsightRulesOutput {
|
|
810
|
+
ManagedRules?: ManagedRuleDescription[];
|
|
811
|
+
|
|
812
|
+
NextToken?: string;
|
|
813
|
+
}
|
|
814
|
+
export declare enum RecentlyActive {
|
|
815
|
+
PT3H = "PT3H",
|
|
816
|
+
}
|
|
817
|
+
export interface ListMetricsInput {
|
|
818
|
+
Namespace?: string;
|
|
819
|
+
|
|
820
|
+
MetricName?: string;
|
|
821
|
+
|
|
822
|
+
Dimensions?: DimensionFilter[];
|
|
823
|
+
|
|
824
|
+
NextToken?: string;
|
|
825
|
+
|
|
826
|
+
RecentlyActive?: RecentlyActive | string;
|
|
827
|
+
}
|
|
828
|
+
export interface ListMetricsOutput {
|
|
829
|
+
Metrics?: Metric[];
|
|
830
|
+
|
|
831
|
+
NextToken?: string;
|
|
832
|
+
}
|
|
833
|
+
export interface ListMetricStreamsInput {
|
|
834
|
+
NextToken?: string;
|
|
835
|
+
|
|
836
|
+
MaxResults?: number;
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
export interface MetricStreamEntry {
|
|
840
|
+
Arn?: string;
|
|
841
|
+
|
|
842
|
+
CreationDate?: Date;
|
|
843
|
+
|
|
844
|
+
LastUpdateDate?: Date;
|
|
845
|
+
|
|
846
|
+
Name?: string;
|
|
847
|
+
|
|
848
|
+
FirehoseArn?: string;
|
|
849
|
+
|
|
850
|
+
State?: string;
|
|
851
|
+
|
|
852
|
+
OutputFormat?: MetricStreamOutputFormat | string;
|
|
853
|
+
}
|
|
854
|
+
export interface ListMetricStreamsOutput {
|
|
855
|
+
NextToken?: string;
|
|
856
|
+
|
|
857
|
+
Entries?: MetricStreamEntry[];
|
|
858
|
+
}
|
|
859
|
+
export interface ListTagsForResourceInput {
|
|
860
|
+
ResourceARN: string | undefined;
|
|
861
|
+
}
|
|
862
|
+
|
|
863
|
+
export interface Tag {
|
|
864
|
+
Key: string | undefined;
|
|
865
|
+
|
|
866
|
+
Value: string | undefined;
|
|
867
|
+
}
|
|
868
|
+
export interface ListTagsForResourceOutput {
|
|
869
|
+
Tags?: Tag[];
|
|
870
|
+
}
|
|
871
|
+
export interface PutAnomalyDetectorInput {
|
|
872
|
+
Namespace?: string;
|
|
873
|
+
|
|
874
|
+
MetricName?: string;
|
|
875
|
+
|
|
876
|
+
Dimensions?: Dimension[];
|
|
877
|
+
|
|
878
|
+
Stat?: string;
|
|
879
|
+
|
|
880
|
+
Configuration?: AnomalyDetectorConfiguration;
|
|
881
|
+
|
|
882
|
+
SingleMetricAnomalyDetector?: SingleMetricAnomalyDetector;
|
|
883
|
+
|
|
884
|
+
MetricMathAnomalyDetector?: MetricMathAnomalyDetector;
|
|
885
|
+
}
|
|
886
|
+
export interface PutAnomalyDetectorOutput {}
|
|
887
|
+
|
|
888
|
+
export declare class LimitExceededFault extends __BaseException {
|
|
889
|
+
readonly name: "LimitExceededFault";
|
|
890
|
+
readonly $fault: "client";
|
|
891
|
+
|
|
892
|
+
constructor(opts: __ExceptionOptionType<LimitExceededFault, __BaseException>);
|
|
893
|
+
}
|
|
894
|
+
export interface PutCompositeAlarmInput {
|
|
895
|
+
ActionsEnabled?: boolean;
|
|
896
|
+
|
|
897
|
+
AlarmActions?: string[];
|
|
898
|
+
|
|
899
|
+
AlarmDescription?: string;
|
|
900
|
+
|
|
901
|
+
AlarmName: string | undefined;
|
|
902
|
+
|
|
903
|
+
AlarmRule: string | undefined;
|
|
904
|
+
|
|
905
|
+
InsufficientDataActions?: string[];
|
|
906
|
+
|
|
907
|
+
OKActions?: string[];
|
|
908
|
+
|
|
909
|
+
Tags?: Tag[];
|
|
910
|
+
|
|
911
|
+
ActionsSuppressor?: string;
|
|
912
|
+
|
|
913
|
+
ActionsSuppressorWaitPeriod?: number;
|
|
914
|
+
|
|
915
|
+
ActionsSuppressorExtensionPeriod?: number;
|
|
916
|
+
}
|
|
917
|
+
export interface PutDashboardInput {
|
|
918
|
+
DashboardName: string | undefined;
|
|
919
|
+
|
|
920
|
+
DashboardBody: string | undefined;
|
|
921
|
+
}
|
|
922
|
+
export interface PutDashboardOutput {
|
|
923
|
+
DashboardValidationMessages?: DashboardValidationMessage[];
|
|
924
|
+
}
|
|
925
|
+
export interface PutInsightRuleInput {
|
|
926
|
+
RuleName: string | undefined;
|
|
927
|
+
|
|
928
|
+
RuleState?: string;
|
|
929
|
+
|
|
930
|
+
RuleDefinition: string | undefined;
|
|
931
|
+
|
|
932
|
+
Tags?: Tag[];
|
|
933
|
+
}
|
|
934
|
+
export interface PutInsightRuleOutput {}
|
|
935
|
+
|
|
936
|
+
export interface ManagedRule {
|
|
937
|
+
TemplateName: string | undefined;
|
|
938
|
+
|
|
939
|
+
ResourceARN: string | undefined;
|
|
940
|
+
|
|
941
|
+
Tags?: Tag[];
|
|
942
|
+
}
|
|
943
|
+
export interface PutManagedInsightRulesInput {
|
|
944
|
+
ManagedRules: ManagedRule[] | undefined;
|
|
945
|
+
}
|
|
946
|
+
export interface PutManagedInsightRulesOutput {
|
|
947
|
+
Failures?: PartialFailure[];
|
|
948
|
+
}
|
|
949
|
+
export interface PutMetricAlarmInput {
|
|
950
|
+
AlarmName: string | undefined;
|
|
951
|
+
|
|
952
|
+
AlarmDescription?: string;
|
|
953
|
+
|
|
954
|
+
ActionsEnabled?: boolean;
|
|
955
|
+
|
|
956
|
+
OKActions?: string[];
|
|
957
|
+
|
|
958
|
+
AlarmActions?: string[];
|
|
959
|
+
|
|
960
|
+
InsufficientDataActions?: string[];
|
|
961
|
+
|
|
962
|
+
MetricName?: string;
|
|
963
|
+
|
|
964
|
+
Namespace?: string;
|
|
965
|
+
|
|
966
|
+
Statistic?: Statistic | string;
|
|
967
|
+
|
|
968
|
+
ExtendedStatistic?: string;
|
|
969
|
+
|
|
970
|
+
Dimensions?: Dimension[];
|
|
971
|
+
|
|
972
|
+
Period?: number;
|
|
973
|
+
|
|
974
|
+
Unit?: StandardUnit | string;
|
|
975
|
+
|
|
976
|
+
EvaluationPeriods: number | undefined;
|
|
977
|
+
|
|
978
|
+
DatapointsToAlarm?: number;
|
|
979
|
+
|
|
980
|
+
Threshold?: number;
|
|
981
|
+
|
|
982
|
+
ComparisonOperator: ComparisonOperator | string | undefined;
|
|
983
|
+
|
|
984
|
+
TreatMissingData?: string;
|
|
985
|
+
|
|
986
|
+
EvaluateLowSampleCountPercentile?: string;
|
|
987
|
+
|
|
988
|
+
Metrics?: MetricDataQuery[];
|
|
989
|
+
|
|
990
|
+
Tags?: Tag[];
|
|
991
|
+
|
|
992
|
+
ThresholdMetricId?: string;
|
|
993
|
+
}
|
|
994
|
+
|
|
995
|
+
export interface StatisticSet {
|
|
996
|
+
SampleCount: number | undefined;
|
|
997
|
+
|
|
998
|
+
Sum: number | undefined;
|
|
999
|
+
|
|
1000
|
+
Minimum: number | undefined;
|
|
1001
|
+
|
|
1002
|
+
Maximum: number | undefined;
|
|
1003
|
+
}
|
|
1004
|
+
|
|
1005
|
+
export interface MetricDatum {
|
|
1006
|
+
MetricName: string | undefined;
|
|
1007
|
+
|
|
1008
|
+
Dimensions?: Dimension[];
|
|
1009
|
+
|
|
1010
|
+
Timestamp?: Date;
|
|
1011
|
+
|
|
1012
|
+
Value?: number;
|
|
1013
|
+
|
|
1014
|
+
StatisticValues?: StatisticSet;
|
|
1015
|
+
|
|
1016
|
+
Values?: number[];
|
|
1017
|
+
|
|
1018
|
+
Counts?: number[];
|
|
1019
|
+
|
|
1020
|
+
Unit?: StandardUnit | string;
|
|
1021
|
+
|
|
1022
|
+
StorageResolution?: number;
|
|
1023
|
+
}
|
|
1024
|
+
export interface PutMetricDataInput {
|
|
1025
|
+
Namespace: string | undefined;
|
|
1026
|
+
|
|
1027
|
+
MetricData: MetricDatum[] | undefined;
|
|
1028
|
+
}
|
|
1029
|
+
export interface PutMetricStreamInput {
|
|
1030
|
+
Name: string | undefined;
|
|
1031
|
+
|
|
1032
|
+
IncludeFilters?: MetricStreamFilter[];
|
|
1033
|
+
|
|
1034
|
+
ExcludeFilters?: MetricStreamFilter[];
|
|
1035
|
+
|
|
1036
|
+
FirehoseArn: string | undefined;
|
|
1037
|
+
|
|
1038
|
+
RoleArn: string | undefined;
|
|
1039
|
+
|
|
1040
|
+
OutputFormat: MetricStreamOutputFormat | string | undefined;
|
|
1041
|
+
|
|
1042
|
+
Tags?: Tag[];
|
|
1043
|
+
|
|
1044
|
+
StatisticsConfigurations?: MetricStreamStatisticsConfiguration[];
|
|
1045
|
+
}
|
|
1046
|
+
export interface PutMetricStreamOutput {
|
|
1047
|
+
Arn?: string;
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
export declare class InvalidFormatFault extends __BaseException {
|
|
1051
|
+
readonly name: "InvalidFormatFault";
|
|
1052
|
+
readonly $fault: "client";
|
|
1053
|
+
|
|
1054
|
+
constructor(opts: __ExceptionOptionType<InvalidFormatFault, __BaseException>);
|
|
1055
|
+
}
|
|
1056
|
+
export interface SetAlarmStateInput {
|
|
1057
|
+
AlarmName: string | undefined;
|
|
1058
|
+
|
|
1059
|
+
StateValue: StateValue | string | undefined;
|
|
1060
|
+
|
|
1061
|
+
StateReason: string | undefined;
|
|
1062
|
+
|
|
1063
|
+
StateReasonData?: string;
|
|
1064
|
+
}
|
|
1065
|
+
export interface StartMetricStreamsInput {
|
|
1066
|
+
Names: string[] | undefined;
|
|
1067
|
+
}
|
|
1068
|
+
export interface StartMetricStreamsOutput {}
|
|
1069
|
+
export interface StopMetricStreamsInput {
|
|
1070
|
+
Names: string[] | undefined;
|
|
1071
|
+
}
|
|
1072
|
+
export interface StopMetricStreamsOutput {}
|
|
1073
|
+
export interface TagResourceInput {
|
|
1074
|
+
ResourceARN: string | undefined;
|
|
1075
|
+
|
|
1076
|
+
Tags: Tag[] | undefined;
|
|
1077
|
+
}
|
|
1078
|
+
export interface TagResourceOutput {}
|
|
1079
|
+
export interface UntagResourceInput {
|
|
1080
|
+
ResourceARN: string | undefined;
|
|
1081
|
+
|
|
1082
|
+
TagKeys: string[] | undefined;
|
|
1083
|
+
}
|
|
1084
|
+
export interface UntagResourceOutput {}
|
|
1085
|
+
|
|
1086
|
+
export declare const AlarmHistoryItemFilterSensitiveLog: (
|
|
1087
|
+
obj: AlarmHistoryItem
|
|
1088
|
+
) => any;
|
|
1089
|
+
|
|
1090
|
+
export declare const RangeFilterSensitiveLog: (obj: Range) => any;
|
|
1091
|
+
|
|
1092
|
+
export declare const AnomalyDetectorConfigurationFilterSensitiveLog: (
|
|
1093
|
+
obj: AnomalyDetectorConfiguration
|
|
1094
|
+
) => any;
|
|
1095
|
+
|
|
1096
|
+
export declare const DimensionFilterSensitiveLog: (obj: Dimension) => any;
|
|
1097
|
+
|
|
1098
|
+
export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
|
|
1099
|
+
|
|
1100
|
+
export declare const MetricStatFilterSensitiveLog: (obj: MetricStat) => any;
|
|
1101
|
+
|
|
1102
|
+
export declare const MetricDataQueryFilterSensitiveLog: (
|
|
1103
|
+
obj: MetricDataQuery
|
|
1104
|
+
) => any;
|
|
1105
|
+
|
|
1106
|
+
export declare const MetricMathAnomalyDetectorFilterSensitiveLog: (
|
|
1107
|
+
obj: MetricMathAnomalyDetector
|
|
1108
|
+
) => any;
|
|
1109
|
+
|
|
1110
|
+
export declare const SingleMetricAnomalyDetectorFilterSensitiveLog: (
|
|
1111
|
+
obj: SingleMetricAnomalyDetector
|
|
1112
|
+
) => any;
|
|
1113
|
+
|
|
1114
|
+
export declare const AnomalyDetectorFilterSensitiveLog: (
|
|
1115
|
+
obj: AnomalyDetector
|
|
1116
|
+
) => any;
|
|
1117
|
+
|
|
1118
|
+
export declare const PartialFailureFilterSensitiveLog: (
|
|
1119
|
+
obj: PartialFailure
|
|
1120
|
+
) => any;
|
|
1121
|
+
|
|
1122
|
+
export declare const CompositeAlarmFilterSensitiveLog: (
|
|
1123
|
+
obj: CompositeAlarm
|
|
1124
|
+
) => any;
|
|
1125
|
+
|
|
1126
|
+
export declare const DashboardEntryFilterSensitiveLog: (
|
|
1127
|
+
obj: DashboardEntry
|
|
1128
|
+
) => any;
|
|
1129
|
+
|
|
1130
|
+
export declare const DashboardValidationMessageFilterSensitiveLog: (
|
|
1131
|
+
obj: DashboardValidationMessage
|
|
1132
|
+
) => any;
|
|
1133
|
+
|
|
1134
|
+
export declare const DatapointFilterSensitiveLog: (obj: Datapoint) => any;
|
|
1135
|
+
|
|
1136
|
+
export declare const DeleteAlarmsInputFilterSensitiveLog: (
|
|
1137
|
+
obj: DeleteAlarmsInput
|
|
1138
|
+
) => any;
|
|
1139
|
+
|
|
1140
|
+
export declare const DeleteAnomalyDetectorInputFilterSensitiveLog: (
|
|
1141
|
+
obj: DeleteAnomalyDetectorInput
|
|
1142
|
+
) => any;
|
|
1143
|
+
|
|
1144
|
+
export declare const DeleteAnomalyDetectorOutputFilterSensitiveLog: (
|
|
1145
|
+
obj: DeleteAnomalyDetectorOutput
|
|
1146
|
+
) => any;
|
|
1147
|
+
|
|
1148
|
+
export declare const DeleteDashboardsInputFilterSensitiveLog: (
|
|
1149
|
+
obj: DeleteDashboardsInput
|
|
1150
|
+
) => any;
|
|
1151
|
+
|
|
1152
|
+
export declare const DeleteDashboardsOutputFilterSensitiveLog: (
|
|
1153
|
+
obj: DeleteDashboardsOutput
|
|
1154
|
+
) => any;
|
|
1155
|
+
|
|
1156
|
+
export declare const DeleteInsightRulesInputFilterSensitiveLog: (
|
|
1157
|
+
obj: DeleteInsightRulesInput
|
|
1158
|
+
) => any;
|
|
1159
|
+
|
|
1160
|
+
export declare const DeleteInsightRulesOutputFilterSensitiveLog: (
|
|
1161
|
+
obj: DeleteInsightRulesOutput
|
|
1162
|
+
) => any;
|
|
1163
|
+
|
|
1164
|
+
export declare const DeleteMetricStreamInputFilterSensitiveLog: (
|
|
1165
|
+
obj: DeleteMetricStreamInput
|
|
1166
|
+
) => any;
|
|
1167
|
+
|
|
1168
|
+
export declare const DeleteMetricStreamOutputFilterSensitiveLog: (
|
|
1169
|
+
obj: DeleteMetricStreamOutput
|
|
1170
|
+
) => any;
|
|
1171
|
+
|
|
1172
|
+
export declare const DescribeAlarmHistoryInputFilterSensitiveLog: (
|
|
1173
|
+
obj: DescribeAlarmHistoryInput
|
|
1174
|
+
) => any;
|
|
1175
|
+
|
|
1176
|
+
export declare const DescribeAlarmHistoryOutputFilterSensitiveLog: (
|
|
1177
|
+
obj: DescribeAlarmHistoryOutput
|
|
1178
|
+
) => any;
|
|
1179
|
+
|
|
1180
|
+
export declare const DescribeAlarmsInputFilterSensitiveLog: (
|
|
1181
|
+
obj: DescribeAlarmsInput
|
|
1182
|
+
) => any;
|
|
1183
|
+
|
|
1184
|
+
export declare const MetricAlarmFilterSensitiveLog: (obj: MetricAlarm) => any;
|
|
1185
|
+
|
|
1186
|
+
export declare const DescribeAlarmsOutputFilterSensitiveLog: (
|
|
1187
|
+
obj: DescribeAlarmsOutput
|
|
1188
|
+
) => any;
|
|
1189
|
+
|
|
1190
|
+
export declare const DescribeAlarmsForMetricInputFilterSensitiveLog: (
|
|
1191
|
+
obj: DescribeAlarmsForMetricInput
|
|
1192
|
+
) => any;
|
|
1193
|
+
|
|
1194
|
+
export declare const DescribeAlarmsForMetricOutputFilterSensitiveLog: (
|
|
1195
|
+
obj: DescribeAlarmsForMetricOutput
|
|
1196
|
+
) => any;
|
|
1197
|
+
|
|
1198
|
+
export declare const DescribeAnomalyDetectorsInputFilterSensitiveLog: (
|
|
1199
|
+
obj: DescribeAnomalyDetectorsInput
|
|
1200
|
+
) => any;
|
|
1201
|
+
|
|
1202
|
+
export declare const DescribeAnomalyDetectorsOutputFilterSensitiveLog: (
|
|
1203
|
+
obj: DescribeAnomalyDetectorsOutput
|
|
1204
|
+
) => any;
|
|
1205
|
+
|
|
1206
|
+
export declare const DescribeInsightRulesInputFilterSensitiveLog: (
|
|
1207
|
+
obj: DescribeInsightRulesInput
|
|
1208
|
+
) => any;
|
|
1209
|
+
|
|
1210
|
+
export declare const InsightRuleFilterSensitiveLog: (obj: InsightRule) => any;
|
|
1211
|
+
|
|
1212
|
+
export declare const DescribeInsightRulesOutputFilterSensitiveLog: (
|
|
1213
|
+
obj: DescribeInsightRulesOutput
|
|
1214
|
+
) => any;
|
|
1215
|
+
|
|
1216
|
+
export declare const DimensionFilterFilterSensitiveLog: (
|
|
1217
|
+
obj: DimensionFilter
|
|
1218
|
+
) => any;
|
|
1219
|
+
|
|
1220
|
+
export declare const DisableAlarmActionsInputFilterSensitiveLog: (
|
|
1221
|
+
obj: DisableAlarmActionsInput
|
|
1222
|
+
) => any;
|
|
1223
|
+
|
|
1224
|
+
export declare const DisableInsightRulesInputFilterSensitiveLog: (
|
|
1225
|
+
obj: DisableInsightRulesInput
|
|
1226
|
+
) => any;
|
|
1227
|
+
|
|
1228
|
+
export declare const DisableInsightRulesOutputFilterSensitiveLog: (
|
|
1229
|
+
obj: DisableInsightRulesOutput
|
|
1230
|
+
) => any;
|
|
1231
|
+
|
|
1232
|
+
export declare const EnableAlarmActionsInputFilterSensitiveLog: (
|
|
1233
|
+
obj: EnableAlarmActionsInput
|
|
1234
|
+
) => any;
|
|
1235
|
+
|
|
1236
|
+
export declare const EnableInsightRulesInputFilterSensitiveLog: (
|
|
1237
|
+
obj: EnableInsightRulesInput
|
|
1238
|
+
) => any;
|
|
1239
|
+
|
|
1240
|
+
export declare const EnableInsightRulesOutputFilterSensitiveLog: (
|
|
1241
|
+
obj: EnableInsightRulesOutput
|
|
1242
|
+
) => any;
|
|
1243
|
+
|
|
1244
|
+
export declare const GetDashboardInputFilterSensitiveLog: (
|
|
1245
|
+
obj: GetDashboardInput
|
|
1246
|
+
) => any;
|
|
1247
|
+
|
|
1248
|
+
export declare const GetDashboardOutputFilterSensitiveLog: (
|
|
1249
|
+
obj: GetDashboardOutput
|
|
1250
|
+
) => any;
|
|
1251
|
+
|
|
1252
|
+
export declare const GetInsightRuleReportInputFilterSensitiveLog: (
|
|
1253
|
+
obj: GetInsightRuleReportInput
|
|
1254
|
+
) => any;
|
|
1255
|
+
|
|
1256
|
+
export declare const InsightRuleContributorDatapointFilterSensitiveLog: (
|
|
1257
|
+
obj: InsightRuleContributorDatapoint
|
|
1258
|
+
) => any;
|
|
1259
|
+
|
|
1260
|
+
export declare const InsightRuleContributorFilterSensitiveLog: (
|
|
1261
|
+
obj: InsightRuleContributor
|
|
1262
|
+
) => any;
|
|
1263
|
+
|
|
1264
|
+
export declare const InsightRuleMetricDatapointFilterSensitiveLog: (
|
|
1265
|
+
obj: InsightRuleMetricDatapoint
|
|
1266
|
+
) => any;
|
|
1267
|
+
|
|
1268
|
+
export declare const GetInsightRuleReportOutputFilterSensitiveLog: (
|
|
1269
|
+
obj: GetInsightRuleReportOutput
|
|
1270
|
+
) => any;
|
|
1271
|
+
|
|
1272
|
+
export declare const LabelOptionsFilterSensitiveLog: (obj: LabelOptions) => any;
|
|
1273
|
+
|
|
1274
|
+
export declare const GetMetricDataInputFilterSensitiveLog: (
|
|
1275
|
+
obj: GetMetricDataInput
|
|
1276
|
+
) => any;
|
|
1277
|
+
|
|
1278
|
+
export declare const MessageDataFilterSensitiveLog: (obj: MessageData) => any;
|
|
1279
|
+
|
|
1280
|
+
export declare const MetricDataResultFilterSensitiveLog: (
|
|
1281
|
+
obj: MetricDataResult
|
|
1282
|
+
) => any;
|
|
1283
|
+
|
|
1284
|
+
export declare const GetMetricDataOutputFilterSensitiveLog: (
|
|
1285
|
+
obj: GetMetricDataOutput
|
|
1286
|
+
) => any;
|
|
1287
|
+
|
|
1288
|
+
export declare const GetMetricStatisticsInputFilterSensitiveLog: (
|
|
1289
|
+
obj: GetMetricStatisticsInput
|
|
1290
|
+
) => any;
|
|
1291
|
+
|
|
1292
|
+
export declare const GetMetricStatisticsOutputFilterSensitiveLog: (
|
|
1293
|
+
obj: GetMetricStatisticsOutput
|
|
1294
|
+
) => any;
|
|
1295
|
+
|
|
1296
|
+
export declare const GetMetricStreamInputFilterSensitiveLog: (
|
|
1297
|
+
obj: GetMetricStreamInput
|
|
1298
|
+
) => any;
|
|
1299
|
+
|
|
1300
|
+
export declare const MetricStreamFilterFilterSensitiveLog: (
|
|
1301
|
+
obj: MetricStreamFilter
|
|
1302
|
+
) => any;
|
|
1303
|
+
|
|
1304
|
+
export declare const MetricStreamStatisticsMetricFilterSensitiveLog: (
|
|
1305
|
+
obj: MetricStreamStatisticsMetric
|
|
1306
|
+
) => any;
|
|
1307
|
+
|
|
1308
|
+
export declare const MetricStreamStatisticsConfigurationFilterSensitiveLog: (
|
|
1309
|
+
obj: MetricStreamStatisticsConfiguration
|
|
1310
|
+
) => any;
|
|
1311
|
+
|
|
1312
|
+
export declare const GetMetricStreamOutputFilterSensitiveLog: (
|
|
1313
|
+
obj: GetMetricStreamOutput
|
|
1314
|
+
) => any;
|
|
1315
|
+
|
|
1316
|
+
export declare const GetMetricWidgetImageInputFilterSensitiveLog: (
|
|
1317
|
+
obj: GetMetricWidgetImageInput
|
|
1318
|
+
) => any;
|
|
1319
|
+
|
|
1320
|
+
export declare const GetMetricWidgetImageOutputFilterSensitiveLog: (
|
|
1321
|
+
obj: GetMetricWidgetImageOutput
|
|
1322
|
+
) => any;
|
|
1323
|
+
|
|
1324
|
+
export declare const ListDashboardsInputFilterSensitiveLog: (
|
|
1325
|
+
obj: ListDashboardsInput
|
|
1326
|
+
) => any;
|
|
1327
|
+
|
|
1328
|
+
export declare const ListDashboardsOutputFilterSensitiveLog: (
|
|
1329
|
+
obj: ListDashboardsOutput
|
|
1330
|
+
) => any;
|
|
1331
|
+
|
|
1332
|
+
export declare const ListManagedInsightRulesInputFilterSensitiveLog: (
|
|
1333
|
+
obj: ListManagedInsightRulesInput
|
|
1334
|
+
) => any;
|
|
1335
|
+
|
|
1336
|
+
export declare const ManagedRuleStateFilterSensitiveLog: (
|
|
1337
|
+
obj: ManagedRuleState
|
|
1338
|
+
) => any;
|
|
1339
|
+
|
|
1340
|
+
export declare const ManagedRuleDescriptionFilterSensitiveLog: (
|
|
1341
|
+
obj: ManagedRuleDescription
|
|
1342
|
+
) => any;
|
|
1343
|
+
|
|
1344
|
+
export declare const ListManagedInsightRulesOutputFilterSensitiveLog: (
|
|
1345
|
+
obj: ListManagedInsightRulesOutput
|
|
1346
|
+
) => any;
|
|
1347
|
+
|
|
1348
|
+
export declare const ListMetricsInputFilterSensitiveLog: (
|
|
1349
|
+
obj: ListMetricsInput
|
|
1350
|
+
) => any;
|
|
1351
|
+
|
|
1352
|
+
export declare const ListMetricsOutputFilterSensitiveLog: (
|
|
1353
|
+
obj: ListMetricsOutput
|
|
1354
|
+
) => any;
|
|
1355
|
+
|
|
1356
|
+
export declare const ListMetricStreamsInputFilterSensitiveLog: (
|
|
1357
|
+
obj: ListMetricStreamsInput
|
|
1358
|
+
) => any;
|
|
1359
|
+
|
|
1360
|
+
export declare const MetricStreamEntryFilterSensitiveLog: (
|
|
1361
|
+
obj: MetricStreamEntry
|
|
1362
|
+
) => any;
|
|
1363
|
+
|
|
1364
|
+
export declare const ListMetricStreamsOutputFilterSensitiveLog: (
|
|
1365
|
+
obj: ListMetricStreamsOutput
|
|
1366
|
+
) => any;
|
|
1367
|
+
|
|
1368
|
+
export declare const ListTagsForResourceInputFilterSensitiveLog: (
|
|
1369
|
+
obj: ListTagsForResourceInput
|
|
1370
|
+
) => any;
|
|
1371
|
+
|
|
1372
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1373
|
+
|
|
1374
|
+
export declare const ListTagsForResourceOutputFilterSensitiveLog: (
|
|
1375
|
+
obj: ListTagsForResourceOutput
|
|
1376
|
+
) => any;
|
|
1377
|
+
|
|
1378
|
+
export declare const PutAnomalyDetectorInputFilterSensitiveLog: (
|
|
1379
|
+
obj: PutAnomalyDetectorInput
|
|
1380
|
+
) => any;
|
|
1381
|
+
|
|
1382
|
+
export declare const PutAnomalyDetectorOutputFilterSensitiveLog: (
|
|
1383
|
+
obj: PutAnomalyDetectorOutput
|
|
1384
|
+
) => any;
|
|
1385
|
+
|
|
1386
|
+
export declare const PutCompositeAlarmInputFilterSensitiveLog: (
|
|
1387
|
+
obj: PutCompositeAlarmInput
|
|
1388
|
+
) => any;
|
|
1389
|
+
|
|
1390
|
+
export declare const PutDashboardInputFilterSensitiveLog: (
|
|
1391
|
+
obj: PutDashboardInput
|
|
1392
|
+
) => any;
|
|
1393
|
+
|
|
1394
|
+
export declare const PutDashboardOutputFilterSensitiveLog: (
|
|
1395
|
+
obj: PutDashboardOutput
|
|
1396
|
+
) => any;
|
|
1397
|
+
|
|
1398
|
+
export declare const PutInsightRuleInputFilterSensitiveLog: (
|
|
1399
|
+
obj: PutInsightRuleInput
|
|
1400
|
+
) => any;
|
|
1401
|
+
|
|
1402
|
+
export declare const PutInsightRuleOutputFilterSensitiveLog: (
|
|
1403
|
+
obj: PutInsightRuleOutput
|
|
1404
|
+
) => any;
|
|
1405
|
+
|
|
1406
|
+
export declare const ManagedRuleFilterSensitiveLog: (obj: ManagedRule) => any;
|
|
1407
|
+
|
|
1408
|
+
export declare const PutManagedInsightRulesInputFilterSensitiveLog: (
|
|
1409
|
+
obj: PutManagedInsightRulesInput
|
|
1410
|
+
) => any;
|
|
1411
|
+
|
|
1412
|
+
export declare const PutManagedInsightRulesOutputFilterSensitiveLog: (
|
|
1413
|
+
obj: PutManagedInsightRulesOutput
|
|
1414
|
+
) => any;
|
|
1415
|
+
|
|
1416
|
+
export declare const PutMetricAlarmInputFilterSensitiveLog: (
|
|
1417
|
+
obj: PutMetricAlarmInput
|
|
1418
|
+
) => any;
|
|
1419
|
+
|
|
1420
|
+
export declare const StatisticSetFilterSensitiveLog: (obj: StatisticSet) => any;
|
|
1421
|
+
|
|
1422
|
+
export declare const MetricDatumFilterSensitiveLog: (obj: MetricDatum) => any;
|
|
1423
|
+
|
|
1424
|
+
export declare const PutMetricDataInputFilterSensitiveLog: (
|
|
1425
|
+
obj: PutMetricDataInput
|
|
1426
|
+
) => any;
|
|
1427
|
+
|
|
1428
|
+
export declare const PutMetricStreamInputFilterSensitiveLog: (
|
|
1429
|
+
obj: PutMetricStreamInput
|
|
1430
|
+
) => any;
|
|
1431
|
+
|
|
1432
|
+
export declare const PutMetricStreamOutputFilterSensitiveLog: (
|
|
1433
|
+
obj: PutMetricStreamOutput
|
|
1434
|
+
) => any;
|
|
1435
|
+
|
|
1436
|
+
export declare const SetAlarmStateInputFilterSensitiveLog: (
|
|
1437
|
+
obj: SetAlarmStateInput
|
|
1438
|
+
) => any;
|
|
1439
|
+
|
|
1440
|
+
export declare const StartMetricStreamsInputFilterSensitiveLog: (
|
|
1441
|
+
obj: StartMetricStreamsInput
|
|
1442
|
+
) => any;
|
|
1443
|
+
|
|
1444
|
+
export declare const StartMetricStreamsOutputFilterSensitiveLog: (
|
|
1445
|
+
obj: StartMetricStreamsOutput
|
|
1446
|
+
) => any;
|
|
1447
|
+
|
|
1448
|
+
export declare const StopMetricStreamsInputFilterSensitiveLog: (
|
|
1449
|
+
obj: StopMetricStreamsInput
|
|
1450
|
+
) => any;
|
|
1451
|
+
|
|
1452
|
+
export declare const StopMetricStreamsOutputFilterSensitiveLog: (
|
|
1453
|
+
obj: StopMetricStreamsOutput
|
|
1454
|
+
) => any;
|
|
1455
|
+
|
|
1456
|
+
export declare const TagResourceInputFilterSensitiveLog: (
|
|
1457
|
+
obj: TagResourceInput
|
|
1458
|
+
) => any;
|
|
1459
|
+
|
|
1460
|
+
export declare const TagResourceOutputFilterSensitiveLog: (
|
|
1461
|
+
obj: TagResourceOutput
|
|
1462
|
+
) => any;
|
|
1463
|
+
|
|
1464
|
+
export declare const UntagResourceInputFilterSensitiveLog: (
|
|
1465
|
+
obj: UntagResourceInput
|
|
1466
|
+
) => any;
|
|
1467
|
+
|
|
1468
|
+
export declare const UntagResourceOutputFilterSensitiveLog: (
|
|
1469
|
+
obj: UntagResourceOutput
|
|
1470
|
+
) => any;
|