@aws-sdk/client-devops-guru 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/DevOpsGuru.d.ts +537 -160
- package/dist-types/ts3.4/DevOpsGuruClient.d.ts +290 -104
- package/dist-types/ts3.4/commands/AddNotificationChannelCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DeleteInsightCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeAccountHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAccountOverviewCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeAnomalyCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeEventSourcesConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeFeedbackCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeInsightCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationOverviewCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationResourceCollectionHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeResourceCollectionHealthCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeServiceIntegrationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetCostEstimationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/GetResourceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAnomaliesForInsightCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListAnomalousLogGroupsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListEventsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListInsightsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/ListMonitoredResourcesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListNotificationChannelsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListOrganizationInsightsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ListRecommendationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutFeedbackCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SearchInsightsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/SearchOrganizationInsightsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartCostEstimationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateEventSourcesConfigCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateResourceCollectionCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateServiceIntegrationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/index.d.ts +31 -31
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/DevOpsGuruServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1385 -1776
- package/dist-types/ts3.4/pagination/DescribeOrganizationResourceCollectionHealthPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeResourceCollectionHealthPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetCostEstimationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetResourceCollectionPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAnomaliesForInsightPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListAnomalousLogGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMonitoredResourcesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotificationChannelsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListOrganizationInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListRecommendationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/SearchOrganizationInsightsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +15 -15
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +377 -95
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,1776 +1,1385 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { DevOpsGuruServiceException as __BaseException } from "./DevOpsGuruServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
export interface
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
export
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
39
|
-
export
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
export declare class
|
|
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
|
-
export declare enum
|
|
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
|
-
export interface
|
|
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
|
-
export
|
|
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
|
-
export interface
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
export interface
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
export interface
|
|
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
|
-
export interface
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
}
|
|
380
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
}
|
|
487
|
-
export interface
|
|
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
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
}
|
|
522
|
-
export
|
|
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
|
-
export interface
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
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
|
-
export interface
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
}
|
|
650
|
-
export
|
|
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
|
-
export interface
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
}
|
|
693
|
-
export interface
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
export interface
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
export interface
|
|
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
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
}
|
|
793
|
-
export
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
export
|
|
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
|
-
export interface
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
export interface
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
export interface
|
|
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
|
-
export interface
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
}
|
|
942
|
-
export
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
export declare
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
export
|
|
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
|
-
export
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
export
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
export
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
export
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
export
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
export
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
export
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
export
|
|
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
|
-
export declare
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
export
|
|
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
|
-
export
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
export
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
export
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
export
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1386
|
-
}
|
|
1387
|
-
export interface SearchOrganizationInsightsRequest {
|
|
1388
|
-
|
|
1389
|
-
AccountIds: string[] | undefined;
|
|
1390
|
-
|
|
1391
|
-
StartTimeRange: StartTimeRange | undefined;
|
|
1392
|
-
|
|
1393
|
-
Filters?: SearchOrganizationInsightsFilters;
|
|
1394
|
-
|
|
1395
|
-
MaxResults?: number;
|
|
1396
|
-
|
|
1397
|
-
NextToken?: string;
|
|
1398
|
-
|
|
1399
|
-
Type: InsightType | string | undefined;
|
|
1400
|
-
}
|
|
1401
|
-
export interface SearchOrganizationInsightsResponse {
|
|
1402
|
-
|
|
1403
|
-
ProactiveInsights?: ProactiveInsightSummary[];
|
|
1404
|
-
|
|
1405
|
-
ReactiveInsights?: ReactiveInsightSummary[];
|
|
1406
|
-
|
|
1407
|
-
NextToken?: string;
|
|
1408
|
-
}
|
|
1409
|
-
export interface StartCostEstimationRequest {
|
|
1410
|
-
|
|
1411
|
-
ResourceCollection: CostEstimationResourceCollectionFilter | undefined;
|
|
1412
|
-
|
|
1413
|
-
ClientToken?: string;
|
|
1414
|
-
}
|
|
1415
|
-
export interface StartCostEstimationResponse {
|
|
1416
|
-
}
|
|
1417
|
-
export interface UpdateEventSourcesConfigRequest {
|
|
1418
|
-
|
|
1419
|
-
EventSources?: EventSourcesConfig;
|
|
1420
|
-
}
|
|
1421
|
-
export interface UpdateEventSourcesConfigResponse {
|
|
1422
|
-
}
|
|
1423
|
-
export declare enum UpdateResourceCollectionAction {
|
|
1424
|
-
ADD = "ADD",
|
|
1425
|
-
REMOVE = "REMOVE"
|
|
1426
|
-
}
|
|
1427
|
-
|
|
1428
|
-
export interface UpdateCloudFormationCollectionFilter {
|
|
1429
|
-
|
|
1430
|
-
StackNames?: string[];
|
|
1431
|
-
}
|
|
1432
|
-
|
|
1433
|
-
export interface UpdateTagCollectionFilter {
|
|
1434
|
-
|
|
1435
|
-
AppBoundaryKey: string | undefined;
|
|
1436
|
-
|
|
1437
|
-
TagValues: string[] | undefined;
|
|
1438
|
-
}
|
|
1439
|
-
|
|
1440
|
-
export interface UpdateResourceCollectionFilter {
|
|
1441
|
-
|
|
1442
|
-
CloudFormation?: UpdateCloudFormationCollectionFilter;
|
|
1443
|
-
|
|
1444
|
-
Tags?: UpdateTagCollectionFilter[];
|
|
1445
|
-
}
|
|
1446
|
-
export interface UpdateResourceCollectionRequest {
|
|
1447
|
-
|
|
1448
|
-
Action: UpdateResourceCollectionAction | string | undefined;
|
|
1449
|
-
|
|
1450
|
-
ResourceCollection: UpdateResourceCollectionFilter | undefined;
|
|
1451
|
-
}
|
|
1452
|
-
export interface UpdateResourceCollectionResponse {
|
|
1453
|
-
}
|
|
1454
|
-
|
|
1455
|
-
export interface LogsAnomalyDetectionIntegrationConfig {
|
|
1456
|
-
|
|
1457
|
-
OptInStatus?: OptInStatus | string;
|
|
1458
|
-
}
|
|
1459
|
-
|
|
1460
|
-
export interface OpsCenterIntegrationConfig {
|
|
1461
|
-
|
|
1462
|
-
OptInStatus?: OptInStatus | string;
|
|
1463
|
-
}
|
|
1464
|
-
|
|
1465
|
-
export interface UpdateServiceIntegrationConfig {
|
|
1466
|
-
|
|
1467
|
-
OpsCenter?: OpsCenterIntegrationConfig;
|
|
1468
|
-
|
|
1469
|
-
LogsAnomalyDetection?: LogsAnomalyDetectionIntegrationConfig;
|
|
1470
|
-
}
|
|
1471
|
-
export interface UpdateServiceIntegrationRequest {
|
|
1472
|
-
|
|
1473
|
-
ServiceIntegration: UpdateServiceIntegrationConfig | undefined;
|
|
1474
|
-
}
|
|
1475
|
-
export interface UpdateServiceIntegrationResponse {
|
|
1476
|
-
}
|
|
1477
|
-
|
|
1478
|
-
export declare const AccountInsightHealthFilterSensitiveLog: (obj: AccountInsightHealth) => any;
|
|
1479
|
-
|
|
1480
|
-
export declare const AccountHealthFilterSensitiveLog: (obj: AccountHealth) => any;
|
|
1481
|
-
|
|
1482
|
-
export declare const SnsChannelConfigFilterSensitiveLog: (obj: SnsChannelConfig) => any;
|
|
1483
|
-
|
|
1484
|
-
export declare const NotificationChannelConfigFilterSensitiveLog: (obj: NotificationChannelConfig) => any;
|
|
1485
|
-
|
|
1486
|
-
export declare const AddNotificationChannelRequestFilterSensitiveLog: (obj: AddNotificationChannelRequest) => any;
|
|
1487
|
-
|
|
1488
|
-
export declare const AddNotificationChannelResponseFilterSensitiveLog: (obj: AddNotificationChannelResponse) => any;
|
|
1489
|
-
|
|
1490
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
1491
|
-
|
|
1492
|
-
export declare const AmazonCodeGuruProfilerIntegrationFilterSensitiveLog: (obj: AmazonCodeGuruProfilerIntegration) => any;
|
|
1493
|
-
|
|
1494
|
-
export declare const LogAnomalyClassFilterSensitiveLog: (obj: LogAnomalyClass) => any;
|
|
1495
|
-
|
|
1496
|
-
export declare const LogAnomalyShowcaseFilterSensitiveLog: (obj: LogAnomalyShowcase) => any;
|
|
1497
|
-
|
|
1498
|
-
export declare const AnomalousLogGroupFilterSensitiveLog: (obj: AnomalousLogGroup) => any;
|
|
1499
|
-
|
|
1500
|
-
export declare const AnomalyReportedTimeRangeFilterSensitiveLog: (obj: AnomalyReportedTimeRange) => any;
|
|
1501
|
-
|
|
1502
|
-
export declare const AnomalyResourceFilterSensitiveLog: (obj: AnomalyResource) => any;
|
|
1503
|
-
|
|
1504
|
-
export declare const CloudWatchMetricsDimensionFilterSensitiveLog: (obj: CloudWatchMetricsDimension) => any;
|
|
1505
|
-
|
|
1506
|
-
export declare const TimestampMetricValuePairFilterSensitiveLog: (obj: TimestampMetricValuePair) => any;
|
|
1507
|
-
|
|
1508
|
-
export declare const CloudWatchMetricsDataSummaryFilterSensitiveLog: (obj: CloudWatchMetricsDataSummary) => any;
|
|
1509
|
-
|
|
1510
|
-
export declare const CloudWatchMetricsDetailFilterSensitiveLog: (obj: CloudWatchMetricsDetail) => any;
|
|
1511
|
-
|
|
1512
|
-
export declare const PerformanceInsightsMetricDimensionGroupFilterSensitiveLog: (obj: PerformanceInsightsMetricDimensionGroup) => any;
|
|
1513
|
-
|
|
1514
|
-
export declare const PerformanceInsightsMetricQueryFilterSensitiveLog: (obj: PerformanceInsightsMetricQuery) => any;
|
|
1515
|
-
|
|
1516
|
-
export declare const PerformanceInsightsReferenceMetricFilterSensitiveLog: (obj: PerformanceInsightsReferenceMetric) => any;
|
|
1517
|
-
|
|
1518
|
-
export declare const PerformanceInsightsReferenceScalarFilterSensitiveLog: (obj: PerformanceInsightsReferenceScalar) => any;
|
|
1519
|
-
|
|
1520
|
-
export declare const PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog: (obj: PerformanceInsightsReferenceComparisonValues) => any;
|
|
1521
|
-
|
|
1522
|
-
export declare const PerformanceInsightsReferenceDataFilterSensitiveLog: (obj: PerformanceInsightsReferenceData) => any;
|
|
1523
|
-
|
|
1524
|
-
export declare const PerformanceInsightsStatFilterSensitiveLog: (obj: PerformanceInsightsStat) => any;
|
|
1525
|
-
|
|
1526
|
-
export declare const PerformanceInsightsMetricsDetailFilterSensitiveLog: (obj: PerformanceInsightsMetricsDetail) => any;
|
|
1527
|
-
|
|
1528
|
-
export declare const AnomalySourceDetailsFilterSensitiveLog: (obj: AnomalySourceDetails) => any;
|
|
1529
|
-
|
|
1530
|
-
export declare const AnomalySourceMetadataFilterSensitiveLog: (obj: AnomalySourceMetadata) => any;
|
|
1531
|
-
|
|
1532
|
-
export declare const AnomalyTimeRangeFilterSensitiveLog: (obj: AnomalyTimeRange) => any;
|
|
1533
|
-
|
|
1534
|
-
export declare const DeleteInsightRequestFilterSensitiveLog: (obj: DeleteInsightRequest) => any;
|
|
1535
|
-
|
|
1536
|
-
export declare const DeleteInsightResponseFilterSensitiveLog: (obj: DeleteInsightResponse) => any;
|
|
1537
|
-
|
|
1538
|
-
export declare const DescribeAccountHealthRequestFilterSensitiveLog: (obj: DescribeAccountHealthRequest) => any;
|
|
1539
|
-
|
|
1540
|
-
export declare const DescribeAccountHealthResponseFilterSensitiveLog: (obj: DescribeAccountHealthResponse) => any;
|
|
1541
|
-
|
|
1542
|
-
export declare const DescribeAccountOverviewRequestFilterSensitiveLog: (obj: DescribeAccountOverviewRequest) => any;
|
|
1543
|
-
|
|
1544
|
-
export declare const DescribeAccountOverviewResponseFilterSensitiveLog: (obj: DescribeAccountOverviewResponse) => any;
|
|
1545
|
-
|
|
1546
|
-
export declare const DescribeAnomalyRequestFilterSensitiveLog: (obj: DescribeAnomalyRequest) => any;
|
|
1547
|
-
|
|
1548
|
-
export declare const PredictionTimeRangeFilterSensitiveLog: (obj: PredictionTimeRange) => any;
|
|
1549
|
-
|
|
1550
|
-
export declare const CloudFormationCollectionFilterSensitiveLog: (obj: CloudFormationCollection) => any;
|
|
1551
|
-
|
|
1552
|
-
export declare const TagCollectionFilterSensitiveLog: (obj: TagCollection) => any;
|
|
1553
|
-
|
|
1554
|
-
export declare const ResourceCollectionFilterSensitiveLog: (obj: ResourceCollection) => any;
|
|
1555
|
-
|
|
1556
|
-
export declare const ProactiveAnomalyFilterSensitiveLog: (obj: ProactiveAnomaly) => any;
|
|
1557
|
-
|
|
1558
|
-
export declare const ReactiveAnomalyFilterSensitiveLog: (obj: ReactiveAnomaly) => any;
|
|
1559
|
-
|
|
1560
|
-
export declare const DescribeAnomalyResponseFilterSensitiveLog: (obj: DescribeAnomalyResponse) => any;
|
|
1561
|
-
|
|
1562
|
-
export declare const DescribeEventSourcesConfigRequestFilterSensitiveLog: (obj: DescribeEventSourcesConfigRequest) => any;
|
|
1563
|
-
|
|
1564
|
-
export declare const EventSourcesConfigFilterSensitiveLog: (obj: EventSourcesConfig) => any;
|
|
1565
|
-
|
|
1566
|
-
export declare const DescribeEventSourcesConfigResponseFilterSensitiveLog: (obj: DescribeEventSourcesConfigResponse) => any;
|
|
1567
|
-
|
|
1568
|
-
export declare const DescribeFeedbackRequestFilterSensitiveLog: (obj: DescribeFeedbackRequest) => any;
|
|
1569
|
-
|
|
1570
|
-
export declare const InsightFeedbackFilterSensitiveLog: (obj: InsightFeedback) => any;
|
|
1571
|
-
|
|
1572
|
-
export declare const DescribeFeedbackResponseFilterSensitiveLog: (obj: DescribeFeedbackResponse) => any;
|
|
1573
|
-
|
|
1574
|
-
export declare const DescribeInsightRequestFilterSensitiveLog: (obj: DescribeInsightRequest) => any;
|
|
1575
|
-
|
|
1576
|
-
export declare const InsightTimeRangeFilterSensitiveLog: (obj: InsightTimeRange) => any;
|
|
1577
|
-
|
|
1578
|
-
export declare const ProactiveInsightFilterSensitiveLog: (obj: ProactiveInsight) => any;
|
|
1579
|
-
|
|
1580
|
-
export declare const ReactiveInsightFilterSensitiveLog: (obj: ReactiveInsight) => any;
|
|
1581
|
-
|
|
1582
|
-
export declare const DescribeInsightResponseFilterSensitiveLog: (obj: DescribeInsightResponse) => any;
|
|
1583
|
-
|
|
1584
|
-
export declare const DescribeOrganizationHealthRequestFilterSensitiveLog: (obj: DescribeOrganizationHealthRequest) => any;
|
|
1585
|
-
|
|
1586
|
-
export declare const DescribeOrganizationHealthResponseFilterSensitiveLog: (obj: DescribeOrganizationHealthResponse) => any;
|
|
1587
|
-
|
|
1588
|
-
export declare const DescribeOrganizationOverviewRequestFilterSensitiveLog: (obj: DescribeOrganizationOverviewRequest) => any;
|
|
1589
|
-
|
|
1590
|
-
export declare const DescribeOrganizationOverviewResponseFilterSensitiveLog: (obj: DescribeOrganizationOverviewResponse) => any;
|
|
1591
|
-
|
|
1592
|
-
export declare const DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthRequest) => any;
|
|
1593
|
-
|
|
1594
|
-
export declare const InsightHealthFilterSensitiveLog: (obj: InsightHealth) => any;
|
|
1595
|
-
|
|
1596
|
-
export declare const CloudFormationHealthFilterSensitiveLog: (obj: CloudFormationHealth) => any;
|
|
1597
|
-
|
|
1598
|
-
export declare const ServiceInsightHealthFilterSensitiveLog: (obj: ServiceInsightHealth) => any;
|
|
1599
|
-
|
|
1600
|
-
export declare const ServiceHealthFilterSensitiveLog: (obj: ServiceHealth) => any;
|
|
1601
|
-
|
|
1602
|
-
export declare const TagHealthFilterSensitiveLog: (obj: TagHealth) => any;
|
|
1603
|
-
|
|
1604
|
-
export declare const DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog: (obj: DescribeOrganizationResourceCollectionHealthResponse) => any;
|
|
1605
|
-
|
|
1606
|
-
export declare const DescribeResourceCollectionHealthRequestFilterSensitiveLog: (obj: DescribeResourceCollectionHealthRequest) => any;
|
|
1607
|
-
|
|
1608
|
-
export declare const DescribeResourceCollectionHealthResponseFilterSensitiveLog: (obj: DescribeResourceCollectionHealthResponse) => any;
|
|
1609
|
-
|
|
1610
|
-
export declare const DescribeServiceIntegrationRequestFilterSensitiveLog: (obj: DescribeServiceIntegrationRequest) => any;
|
|
1611
|
-
|
|
1612
|
-
export declare const LogsAnomalyDetectionIntegrationFilterSensitiveLog: (obj: LogsAnomalyDetectionIntegration) => any;
|
|
1613
|
-
|
|
1614
|
-
export declare const OpsCenterIntegrationFilterSensitiveLog: (obj: OpsCenterIntegration) => any;
|
|
1615
|
-
|
|
1616
|
-
export declare const ServiceIntegrationConfigFilterSensitiveLog: (obj: ServiceIntegrationConfig) => any;
|
|
1617
|
-
|
|
1618
|
-
export declare const DescribeServiceIntegrationResponseFilterSensitiveLog: (obj: DescribeServiceIntegrationResponse) => any;
|
|
1619
|
-
|
|
1620
|
-
export declare const GetCostEstimationRequestFilterSensitiveLog: (obj: GetCostEstimationRequest) => any;
|
|
1621
|
-
|
|
1622
|
-
export declare const ServiceResourceCostFilterSensitiveLog: (obj: ServiceResourceCost) => any;
|
|
1623
|
-
|
|
1624
|
-
export declare const CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog: (obj: CloudFormationCostEstimationResourceCollectionFilter) => any;
|
|
1625
|
-
|
|
1626
|
-
export declare const TagCostEstimationResourceCollectionFilterFilterSensitiveLog: (obj: TagCostEstimationResourceCollectionFilter) => any;
|
|
1627
|
-
|
|
1628
|
-
export declare const CostEstimationResourceCollectionFilterFilterSensitiveLog: (obj: CostEstimationResourceCollectionFilter) => any;
|
|
1629
|
-
|
|
1630
|
-
export declare const CostEstimationTimeRangeFilterSensitiveLog: (obj: CostEstimationTimeRange) => any;
|
|
1631
|
-
|
|
1632
|
-
export declare const GetCostEstimationResponseFilterSensitiveLog: (obj: GetCostEstimationResponse) => any;
|
|
1633
|
-
|
|
1634
|
-
export declare const GetResourceCollectionRequestFilterSensitiveLog: (obj: GetResourceCollectionRequest) => any;
|
|
1635
|
-
|
|
1636
|
-
export declare const CloudFormationCollectionFilterFilterSensitiveLog: (obj: CloudFormationCollectionFilter) => any;
|
|
1637
|
-
|
|
1638
|
-
export declare const TagCollectionFilterFilterSensitiveLog: (obj: TagCollectionFilter) => any;
|
|
1639
|
-
|
|
1640
|
-
export declare const ResourceCollectionFilterFilterSensitiveLog: (obj: ResourceCollectionFilter) => any;
|
|
1641
|
-
|
|
1642
|
-
export declare const GetResourceCollectionResponseFilterSensitiveLog: (obj: GetResourceCollectionResponse) => any;
|
|
1643
|
-
|
|
1644
|
-
export declare const StartTimeRangeFilterSensitiveLog: (obj: StartTimeRange) => any;
|
|
1645
|
-
|
|
1646
|
-
export declare const ListAnomaliesForInsightRequestFilterSensitiveLog: (obj: ListAnomaliesForInsightRequest) => any;
|
|
1647
|
-
|
|
1648
|
-
export declare const ProactiveAnomalySummaryFilterSensitiveLog: (obj: ProactiveAnomalySummary) => any;
|
|
1649
|
-
|
|
1650
|
-
export declare const ReactiveAnomalySummaryFilterSensitiveLog: (obj: ReactiveAnomalySummary) => any;
|
|
1651
|
-
|
|
1652
|
-
export declare const ListAnomaliesForInsightResponseFilterSensitiveLog: (obj: ListAnomaliesForInsightResponse) => any;
|
|
1653
|
-
|
|
1654
|
-
export declare const ListAnomalousLogGroupsRequestFilterSensitiveLog: (obj: ListAnomalousLogGroupsRequest) => any;
|
|
1655
|
-
|
|
1656
|
-
export declare const ListAnomalousLogGroupsResponseFilterSensitiveLog: (obj: ListAnomalousLogGroupsResponse) => any;
|
|
1657
|
-
|
|
1658
|
-
export declare const EventTimeRangeFilterSensitiveLog: (obj: EventTimeRange) => any;
|
|
1659
|
-
|
|
1660
|
-
export declare const ListEventsFiltersFilterSensitiveLog: (obj: ListEventsFilters) => any;
|
|
1661
|
-
|
|
1662
|
-
export declare const ListEventsRequestFilterSensitiveLog: (obj: ListEventsRequest) => any;
|
|
1663
|
-
|
|
1664
|
-
export declare const EventResourceFilterSensitiveLog: (obj: EventResource) => any;
|
|
1665
|
-
|
|
1666
|
-
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
1667
|
-
|
|
1668
|
-
export declare const ListEventsResponseFilterSensitiveLog: (obj: ListEventsResponse) => any;
|
|
1669
|
-
|
|
1670
|
-
export declare const ListInsightsAnyStatusFilterFilterSensitiveLog: (obj: ListInsightsAnyStatusFilter) => any;
|
|
1671
|
-
|
|
1672
|
-
export declare const EndTimeRangeFilterSensitiveLog: (obj: EndTimeRange) => any;
|
|
1673
|
-
|
|
1674
|
-
export declare const ListInsightsClosedStatusFilterFilterSensitiveLog: (obj: ListInsightsClosedStatusFilter) => any;
|
|
1675
|
-
|
|
1676
|
-
export declare const ListInsightsOngoingStatusFilterFilterSensitiveLog: (obj: ListInsightsOngoingStatusFilter) => any;
|
|
1677
|
-
|
|
1678
|
-
export declare const ListInsightsStatusFilterFilterSensitiveLog: (obj: ListInsightsStatusFilter) => any;
|
|
1679
|
-
|
|
1680
|
-
export declare const ListInsightsRequestFilterSensitiveLog: (obj: ListInsightsRequest) => any;
|
|
1681
|
-
|
|
1682
|
-
export declare const ServiceCollectionFilterSensitiveLog: (obj: ServiceCollection) => any;
|
|
1683
|
-
|
|
1684
|
-
export declare const ProactiveInsightSummaryFilterSensitiveLog: (obj: ProactiveInsightSummary) => any;
|
|
1685
|
-
|
|
1686
|
-
export declare const ReactiveInsightSummaryFilterSensitiveLog: (obj: ReactiveInsightSummary) => any;
|
|
1687
|
-
|
|
1688
|
-
export declare const ListInsightsResponseFilterSensitiveLog: (obj: ListInsightsResponse) => any;
|
|
1689
|
-
|
|
1690
|
-
export declare const ListMonitoredResourcesFiltersFilterSensitiveLog: (obj: ListMonitoredResourcesFilters) => any;
|
|
1691
|
-
|
|
1692
|
-
export declare const ListMonitoredResourcesRequestFilterSensitiveLog: (obj: ListMonitoredResourcesRequest) => any;
|
|
1693
|
-
|
|
1694
|
-
export declare const MonitoredResourceIdentifierFilterSensitiveLog: (obj: MonitoredResourceIdentifier) => any;
|
|
1695
|
-
|
|
1696
|
-
export declare const ListMonitoredResourcesResponseFilterSensitiveLog: (obj: ListMonitoredResourcesResponse) => any;
|
|
1697
|
-
|
|
1698
|
-
export declare const ListNotificationChannelsRequestFilterSensitiveLog: (obj: ListNotificationChannelsRequest) => any;
|
|
1699
|
-
|
|
1700
|
-
export declare const NotificationChannelFilterSensitiveLog: (obj: NotificationChannel) => any;
|
|
1701
|
-
|
|
1702
|
-
export declare const ListNotificationChannelsResponseFilterSensitiveLog: (obj: ListNotificationChannelsResponse) => any;
|
|
1703
|
-
|
|
1704
|
-
export declare const ListOrganizationInsightsRequestFilterSensitiveLog: (obj: ListOrganizationInsightsRequest) => any;
|
|
1705
|
-
|
|
1706
|
-
export declare const ProactiveOrganizationInsightSummaryFilterSensitiveLog: (obj: ProactiveOrganizationInsightSummary) => any;
|
|
1707
|
-
|
|
1708
|
-
export declare const ReactiveOrganizationInsightSummaryFilterSensitiveLog: (obj: ReactiveOrganizationInsightSummary) => any;
|
|
1709
|
-
|
|
1710
|
-
export declare const ListOrganizationInsightsResponseFilterSensitiveLog: (obj: ListOrganizationInsightsResponse) => any;
|
|
1711
|
-
|
|
1712
|
-
export declare const ListRecommendationsRequestFilterSensitiveLog: (obj: ListRecommendationsRequest) => any;
|
|
1713
|
-
|
|
1714
|
-
export declare const RecommendationRelatedAnomalyResourceFilterSensitiveLog: (obj: RecommendationRelatedAnomalyResource) => any;
|
|
1715
|
-
|
|
1716
|
-
export declare const RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog: (obj: RecommendationRelatedCloudWatchMetricsSourceDetail) => any;
|
|
1717
|
-
|
|
1718
|
-
export declare const RecommendationRelatedAnomalySourceDetailFilterSensitiveLog: (obj: RecommendationRelatedAnomalySourceDetail) => any;
|
|
1719
|
-
|
|
1720
|
-
export declare const RecommendationRelatedAnomalyFilterSensitiveLog: (obj: RecommendationRelatedAnomaly) => any;
|
|
1721
|
-
|
|
1722
|
-
export declare const RecommendationRelatedEventResourceFilterSensitiveLog: (obj: RecommendationRelatedEventResource) => any;
|
|
1723
|
-
|
|
1724
|
-
export declare const RecommendationRelatedEventFilterSensitiveLog: (obj: RecommendationRelatedEvent) => any;
|
|
1725
|
-
|
|
1726
|
-
export declare const RecommendationFilterSensitiveLog: (obj: Recommendation) => any;
|
|
1727
|
-
|
|
1728
|
-
export declare const ListRecommendationsResponseFilterSensitiveLog: (obj: ListRecommendationsResponse) => any;
|
|
1729
|
-
|
|
1730
|
-
export declare const PutFeedbackRequestFilterSensitiveLog: (obj: PutFeedbackRequest) => any;
|
|
1731
|
-
|
|
1732
|
-
export declare const PutFeedbackResponseFilterSensitiveLog: (obj: PutFeedbackResponse) => any;
|
|
1733
|
-
|
|
1734
|
-
export declare const RemoveNotificationChannelRequestFilterSensitiveLog: (obj: RemoveNotificationChannelRequest) => any;
|
|
1735
|
-
|
|
1736
|
-
export declare const RemoveNotificationChannelResponseFilterSensitiveLog: (obj: RemoveNotificationChannelResponse) => any;
|
|
1737
|
-
|
|
1738
|
-
export declare const SearchInsightsFiltersFilterSensitiveLog: (obj: SearchInsightsFilters) => any;
|
|
1739
|
-
|
|
1740
|
-
export declare const SearchInsightsRequestFilterSensitiveLog: (obj: SearchInsightsRequest) => any;
|
|
1741
|
-
|
|
1742
|
-
export declare const SearchInsightsResponseFilterSensitiveLog: (obj: SearchInsightsResponse) => any;
|
|
1743
|
-
|
|
1744
|
-
export declare const SearchOrganizationInsightsFiltersFilterSensitiveLog: (obj: SearchOrganizationInsightsFilters) => any;
|
|
1745
|
-
|
|
1746
|
-
export declare const SearchOrganizationInsightsRequestFilterSensitiveLog: (obj: SearchOrganizationInsightsRequest) => any;
|
|
1747
|
-
|
|
1748
|
-
export declare const SearchOrganizationInsightsResponseFilterSensitiveLog: (obj: SearchOrganizationInsightsResponse) => any;
|
|
1749
|
-
|
|
1750
|
-
export declare const StartCostEstimationRequestFilterSensitiveLog: (obj: StartCostEstimationRequest) => any;
|
|
1751
|
-
|
|
1752
|
-
export declare const StartCostEstimationResponseFilterSensitiveLog: (obj: StartCostEstimationResponse) => any;
|
|
1753
|
-
|
|
1754
|
-
export declare const UpdateEventSourcesConfigRequestFilterSensitiveLog: (obj: UpdateEventSourcesConfigRequest) => any;
|
|
1755
|
-
|
|
1756
|
-
export declare const UpdateEventSourcesConfigResponseFilterSensitiveLog: (obj: UpdateEventSourcesConfigResponse) => any;
|
|
1757
|
-
|
|
1758
|
-
export declare const UpdateCloudFormationCollectionFilterFilterSensitiveLog: (obj: UpdateCloudFormationCollectionFilter) => any;
|
|
1759
|
-
|
|
1760
|
-
export declare const UpdateTagCollectionFilterFilterSensitiveLog: (obj: UpdateTagCollectionFilter) => any;
|
|
1761
|
-
|
|
1762
|
-
export declare const UpdateResourceCollectionFilterFilterSensitiveLog: (obj: UpdateResourceCollectionFilter) => any;
|
|
1763
|
-
|
|
1764
|
-
export declare const UpdateResourceCollectionRequestFilterSensitiveLog: (obj: UpdateResourceCollectionRequest) => any;
|
|
1765
|
-
|
|
1766
|
-
export declare const UpdateResourceCollectionResponseFilterSensitiveLog: (obj: UpdateResourceCollectionResponse) => any;
|
|
1767
|
-
|
|
1768
|
-
export declare const LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog: (obj: LogsAnomalyDetectionIntegrationConfig) => any;
|
|
1769
|
-
|
|
1770
|
-
export declare const OpsCenterIntegrationConfigFilterSensitiveLog: (obj: OpsCenterIntegrationConfig) => any;
|
|
1771
|
-
|
|
1772
|
-
export declare const UpdateServiceIntegrationConfigFilterSensitiveLog: (obj: UpdateServiceIntegrationConfig) => any;
|
|
1773
|
-
|
|
1774
|
-
export declare const UpdateServiceIntegrationRequestFilterSensitiveLog: (obj: UpdateServiceIntegrationRequest) => any;
|
|
1775
|
-
|
|
1776
|
-
export declare const UpdateServiceIntegrationResponseFilterSensitiveLog: (obj: UpdateServiceIntegrationResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { DevOpsGuruServiceException as __BaseException } from "./DevOpsGuruServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
Message: string | undefined;
|
|
7
|
+
constructor(
|
|
8
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
9
|
+
);
|
|
10
|
+
}
|
|
11
|
+
export interface AccountInsightHealth {
|
|
12
|
+
OpenProactiveInsights?: number;
|
|
13
|
+
OpenReactiveInsights?: number;
|
|
14
|
+
}
|
|
15
|
+
export interface AccountHealth {
|
|
16
|
+
AccountId?: string;
|
|
17
|
+
Insight?: AccountInsightHealth;
|
|
18
|
+
}
|
|
19
|
+
export interface SnsChannelConfig {
|
|
20
|
+
TopicArn?: string;
|
|
21
|
+
}
|
|
22
|
+
export interface NotificationChannelConfig {
|
|
23
|
+
Sns: SnsChannelConfig | undefined;
|
|
24
|
+
}
|
|
25
|
+
export interface AddNotificationChannelRequest {
|
|
26
|
+
Config: NotificationChannelConfig | undefined;
|
|
27
|
+
}
|
|
28
|
+
export interface AddNotificationChannelResponse {
|
|
29
|
+
Id: string | undefined;
|
|
30
|
+
}
|
|
31
|
+
export declare class ConflictException extends __BaseException {
|
|
32
|
+
readonly name: "ConflictException";
|
|
33
|
+
readonly $fault: "client";
|
|
34
|
+
Message: string | undefined;
|
|
35
|
+
ResourceId: string | undefined;
|
|
36
|
+
ResourceType: string | undefined;
|
|
37
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
38
|
+
}
|
|
39
|
+
export declare class InternalServerException extends __BaseException {
|
|
40
|
+
readonly name: "InternalServerException";
|
|
41
|
+
readonly $fault: "server";
|
|
42
|
+
Message: string | undefined;
|
|
43
|
+
RetryAfterSeconds?: number;
|
|
44
|
+
constructor(
|
|
45
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
46
|
+
);
|
|
47
|
+
}
|
|
48
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
49
|
+
readonly name: "ResourceNotFoundException";
|
|
50
|
+
readonly $fault: "client";
|
|
51
|
+
Message: string | undefined;
|
|
52
|
+
ResourceId: string | undefined;
|
|
53
|
+
ResourceType: string | undefined;
|
|
54
|
+
constructor(
|
|
55
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
56
|
+
);
|
|
57
|
+
}
|
|
58
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
59
|
+
readonly name: "ServiceQuotaExceededException";
|
|
60
|
+
readonly $fault: "client";
|
|
61
|
+
Message?: string;
|
|
62
|
+
constructor(
|
|
63
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
64
|
+
);
|
|
65
|
+
}
|
|
66
|
+
export declare class ThrottlingException extends __BaseException {
|
|
67
|
+
readonly name: "ThrottlingException";
|
|
68
|
+
readonly $fault: "client";
|
|
69
|
+
Message: string | undefined;
|
|
70
|
+
QuotaCode?: string;
|
|
71
|
+
ServiceCode?: string;
|
|
72
|
+
RetryAfterSeconds?: number;
|
|
73
|
+
constructor(
|
|
74
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
export interface ValidationExceptionField {
|
|
78
|
+
Name: string | undefined;
|
|
79
|
+
Message: string | undefined;
|
|
80
|
+
}
|
|
81
|
+
export declare enum ValidationExceptionReason {
|
|
82
|
+
CANNOT_PARSE = "CANNOT_PARSE",
|
|
83
|
+
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
84
|
+
INVALID_PARAMETER_COMBINATION = "INVALID_PARAMETER_COMBINATION",
|
|
85
|
+
OTHER = "OTHER",
|
|
86
|
+
PARAMETER_INCONSISTENT_WITH_SERVICE_STATE = "PARAMETER_INCONSISTENT_WITH_SERVICE_STATE",
|
|
87
|
+
UNKNOWN_OPERATION = "UNKNOWN_OPERATION",
|
|
88
|
+
}
|
|
89
|
+
export declare class ValidationException extends __BaseException {
|
|
90
|
+
readonly name: "ValidationException";
|
|
91
|
+
readonly $fault: "client";
|
|
92
|
+
Message: string | undefined;
|
|
93
|
+
Reason?: ValidationExceptionReason | string;
|
|
94
|
+
Fields?: ValidationExceptionField[];
|
|
95
|
+
constructor(
|
|
96
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
97
|
+
);
|
|
98
|
+
}
|
|
99
|
+
export declare enum EventSourceOptInStatus {
|
|
100
|
+
DISABLED = "DISABLED",
|
|
101
|
+
ENABLED = "ENABLED",
|
|
102
|
+
}
|
|
103
|
+
export interface AmazonCodeGuruProfilerIntegration {
|
|
104
|
+
Status?: EventSourceOptInStatus | string;
|
|
105
|
+
}
|
|
106
|
+
export declare enum LogAnomalyType {
|
|
107
|
+
BLOCK_FORMAT = "BLOCK_FORMAT",
|
|
108
|
+
FORMAT = "FORMAT",
|
|
109
|
+
HTTP_CODE = "HTTP_CODE",
|
|
110
|
+
KEYWORD = "KEYWORD",
|
|
111
|
+
KEYWORD_TOKEN = "KEYWORD_TOKEN",
|
|
112
|
+
NEW_FIELD_NAME = "NEW_FIELD_NAME",
|
|
113
|
+
NUMERICAL_NAN = "NUMERICAL_NAN",
|
|
114
|
+
NUMERICAL_POINT = "NUMERICAL_POINT",
|
|
115
|
+
}
|
|
116
|
+
export interface LogAnomalyClass {
|
|
117
|
+
LogStreamName?: string;
|
|
118
|
+
LogAnomalyType?: LogAnomalyType | string;
|
|
119
|
+
LogAnomalyToken?: string;
|
|
120
|
+
LogEventId?: string;
|
|
121
|
+
Explanation?: string;
|
|
122
|
+
NumberOfLogLinesOccurrences?: number;
|
|
123
|
+
LogEventTimestamp?: Date;
|
|
124
|
+
}
|
|
125
|
+
export interface LogAnomalyShowcase {
|
|
126
|
+
LogAnomalyClasses?: LogAnomalyClass[];
|
|
127
|
+
}
|
|
128
|
+
export interface AnomalousLogGroup {
|
|
129
|
+
LogGroupName?: string;
|
|
130
|
+
ImpactStartTime?: Date;
|
|
131
|
+
ImpactEndTime?: Date;
|
|
132
|
+
NumberOfLogLinesScanned?: number;
|
|
133
|
+
LogAnomalyShowcases?: LogAnomalyShowcase[];
|
|
134
|
+
}
|
|
135
|
+
export interface AnomalyReportedTimeRange {
|
|
136
|
+
OpenTime: Date | undefined;
|
|
137
|
+
CloseTime?: Date;
|
|
138
|
+
}
|
|
139
|
+
export interface AnomalyResource {
|
|
140
|
+
Name?: string;
|
|
141
|
+
Type?: string;
|
|
142
|
+
}
|
|
143
|
+
export declare enum AnomalySeverity {
|
|
144
|
+
HIGH = "HIGH",
|
|
145
|
+
LOW = "LOW",
|
|
146
|
+
MEDIUM = "MEDIUM",
|
|
147
|
+
}
|
|
148
|
+
export interface CloudWatchMetricsDimension {
|
|
149
|
+
Name?: string;
|
|
150
|
+
Value?: string;
|
|
151
|
+
}
|
|
152
|
+
export declare enum CloudWatchMetricDataStatusCode {
|
|
153
|
+
COMPLETE = "Complete",
|
|
154
|
+
INTERNAL_ERROR = "InternalError",
|
|
155
|
+
PARTIAL_DATA = "PartialData",
|
|
156
|
+
}
|
|
157
|
+
export interface TimestampMetricValuePair {
|
|
158
|
+
Timestamp?: Date;
|
|
159
|
+
MetricValue?: number;
|
|
160
|
+
}
|
|
161
|
+
export interface CloudWatchMetricsDataSummary {
|
|
162
|
+
TimestampMetricValuePairList?: TimestampMetricValuePair[];
|
|
163
|
+
StatusCode?: CloudWatchMetricDataStatusCode | string;
|
|
164
|
+
}
|
|
165
|
+
export declare enum CloudWatchMetricsStat {
|
|
166
|
+
AVERAGE = "Average",
|
|
167
|
+
MAXIMUM = "Maximum",
|
|
168
|
+
MINIMUM = "Minimum",
|
|
169
|
+
P50 = "p50",
|
|
170
|
+
P90 = "p90",
|
|
171
|
+
P99 = "p99",
|
|
172
|
+
SAMPLE_COUNT = "SampleCount",
|
|
173
|
+
SUM = "Sum",
|
|
174
|
+
}
|
|
175
|
+
export interface CloudWatchMetricsDetail {
|
|
176
|
+
MetricName?: string;
|
|
177
|
+
Namespace?: string;
|
|
178
|
+
Dimensions?: CloudWatchMetricsDimension[];
|
|
179
|
+
Stat?: CloudWatchMetricsStat | string;
|
|
180
|
+
Unit?: string;
|
|
181
|
+
Period?: number;
|
|
182
|
+
MetricDataSummary?: CloudWatchMetricsDataSummary;
|
|
183
|
+
}
|
|
184
|
+
export interface PerformanceInsightsMetricDimensionGroup {
|
|
185
|
+
Group?: string;
|
|
186
|
+
Dimensions?: string[];
|
|
187
|
+
Limit?: number;
|
|
188
|
+
}
|
|
189
|
+
export interface PerformanceInsightsMetricQuery {
|
|
190
|
+
Metric?: string;
|
|
191
|
+
GroupBy?: PerformanceInsightsMetricDimensionGroup;
|
|
192
|
+
Filter?: Record<string, string>;
|
|
193
|
+
}
|
|
194
|
+
export interface PerformanceInsightsReferenceMetric {
|
|
195
|
+
MetricQuery?: PerformanceInsightsMetricQuery;
|
|
196
|
+
}
|
|
197
|
+
export interface PerformanceInsightsReferenceScalar {
|
|
198
|
+
Value?: number;
|
|
199
|
+
}
|
|
200
|
+
export interface PerformanceInsightsReferenceComparisonValues {
|
|
201
|
+
ReferenceScalar?: PerformanceInsightsReferenceScalar;
|
|
202
|
+
ReferenceMetric?: PerformanceInsightsReferenceMetric;
|
|
203
|
+
}
|
|
204
|
+
export interface PerformanceInsightsReferenceData {
|
|
205
|
+
Name?: string;
|
|
206
|
+
ComparisonValues?: PerformanceInsightsReferenceComparisonValues;
|
|
207
|
+
}
|
|
208
|
+
export interface PerformanceInsightsStat {
|
|
209
|
+
Type?: string;
|
|
210
|
+
Value?: number;
|
|
211
|
+
}
|
|
212
|
+
export interface PerformanceInsightsMetricsDetail {
|
|
213
|
+
MetricDisplayName?: string;
|
|
214
|
+
Unit?: string;
|
|
215
|
+
MetricQuery?: PerformanceInsightsMetricQuery;
|
|
216
|
+
ReferenceData?: PerformanceInsightsReferenceData[];
|
|
217
|
+
StatsAtAnomaly?: PerformanceInsightsStat[];
|
|
218
|
+
StatsAtBaseline?: PerformanceInsightsStat[];
|
|
219
|
+
}
|
|
220
|
+
export interface AnomalySourceDetails {
|
|
221
|
+
CloudWatchMetrics?: CloudWatchMetricsDetail[];
|
|
222
|
+
PerformanceInsightsMetrics?: PerformanceInsightsMetricsDetail[];
|
|
223
|
+
}
|
|
224
|
+
export interface AnomalySourceMetadata {
|
|
225
|
+
Source?: string;
|
|
226
|
+
SourceResourceName?: string;
|
|
227
|
+
SourceResourceType?: string;
|
|
228
|
+
}
|
|
229
|
+
export declare enum AnomalyStatus {
|
|
230
|
+
CLOSED = "CLOSED",
|
|
231
|
+
ONGOING = "ONGOING",
|
|
232
|
+
}
|
|
233
|
+
export interface AnomalyTimeRange {
|
|
234
|
+
StartTime: Date | undefined;
|
|
235
|
+
EndTime?: Date;
|
|
236
|
+
}
|
|
237
|
+
export declare enum AnomalyType {
|
|
238
|
+
CAUSAL = "CAUSAL",
|
|
239
|
+
CONTEXTUAL = "CONTEXTUAL",
|
|
240
|
+
}
|
|
241
|
+
export interface DeleteInsightRequest {
|
|
242
|
+
Id: string | undefined;
|
|
243
|
+
}
|
|
244
|
+
export interface DeleteInsightResponse {}
|
|
245
|
+
export interface DescribeAccountHealthRequest {}
|
|
246
|
+
export interface DescribeAccountHealthResponse {
|
|
247
|
+
OpenReactiveInsights: number | undefined;
|
|
248
|
+
OpenProactiveInsights: number | undefined;
|
|
249
|
+
MetricsAnalyzed: number | undefined;
|
|
250
|
+
ResourceHours: number | undefined;
|
|
251
|
+
}
|
|
252
|
+
export interface DescribeAccountOverviewRequest {
|
|
253
|
+
FromTime: Date | undefined;
|
|
254
|
+
ToTime?: Date;
|
|
255
|
+
}
|
|
256
|
+
export interface DescribeAccountOverviewResponse {
|
|
257
|
+
ReactiveInsights: number | undefined;
|
|
258
|
+
ProactiveInsights: number | undefined;
|
|
259
|
+
MeanTimeToRecoverInMilliseconds: number | undefined;
|
|
260
|
+
}
|
|
261
|
+
export interface DescribeAnomalyRequest {
|
|
262
|
+
Id: string | undefined;
|
|
263
|
+
AccountId?: string;
|
|
264
|
+
}
|
|
265
|
+
export interface PredictionTimeRange {
|
|
266
|
+
StartTime: Date | undefined;
|
|
267
|
+
EndTime?: Date;
|
|
268
|
+
}
|
|
269
|
+
export interface CloudFormationCollection {
|
|
270
|
+
StackNames?: string[];
|
|
271
|
+
}
|
|
272
|
+
export interface TagCollection {
|
|
273
|
+
AppBoundaryKey: string | undefined;
|
|
274
|
+
TagValues: string[] | undefined;
|
|
275
|
+
}
|
|
276
|
+
export interface ResourceCollection {
|
|
277
|
+
CloudFormation?: CloudFormationCollection;
|
|
278
|
+
Tags?: TagCollection[];
|
|
279
|
+
}
|
|
280
|
+
export interface ProactiveAnomaly {
|
|
281
|
+
Id?: string;
|
|
282
|
+
Severity?: AnomalySeverity | string;
|
|
283
|
+
Status?: AnomalyStatus | string;
|
|
284
|
+
UpdateTime?: Date;
|
|
285
|
+
AnomalyTimeRange?: AnomalyTimeRange;
|
|
286
|
+
AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
|
|
287
|
+
PredictionTimeRange?: PredictionTimeRange;
|
|
288
|
+
SourceDetails?: AnomalySourceDetails;
|
|
289
|
+
AssociatedInsightId?: string;
|
|
290
|
+
ResourceCollection?: ResourceCollection;
|
|
291
|
+
Limit?: number;
|
|
292
|
+
SourceMetadata?: AnomalySourceMetadata;
|
|
293
|
+
AnomalyResources?: AnomalyResource[];
|
|
294
|
+
}
|
|
295
|
+
export interface ReactiveAnomaly {
|
|
296
|
+
Id?: string;
|
|
297
|
+
Severity?: AnomalySeverity | string;
|
|
298
|
+
Status?: AnomalyStatus | string;
|
|
299
|
+
AnomalyTimeRange?: AnomalyTimeRange;
|
|
300
|
+
AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
|
|
301
|
+
SourceDetails?: AnomalySourceDetails;
|
|
302
|
+
AssociatedInsightId?: string;
|
|
303
|
+
ResourceCollection?: ResourceCollection;
|
|
304
|
+
Type?: AnomalyType | string;
|
|
305
|
+
Name?: string;
|
|
306
|
+
Description?: string;
|
|
307
|
+
CausalAnomalyId?: string;
|
|
308
|
+
AnomalyResources?: AnomalyResource[];
|
|
309
|
+
}
|
|
310
|
+
export interface DescribeAnomalyResponse {
|
|
311
|
+
ProactiveAnomaly?: ProactiveAnomaly;
|
|
312
|
+
ReactiveAnomaly?: ReactiveAnomaly;
|
|
313
|
+
}
|
|
314
|
+
export interface DescribeEventSourcesConfigRequest {}
|
|
315
|
+
export interface EventSourcesConfig {
|
|
316
|
+
AmazonCodeGuruProfiler?: AmazonCodeGuruProfilerIntegration;
|
|
317
|
+
}
|
|
318
|
+
export interface DescribeEventSourcesConfigResponse {
|
|
319
|
+
EventSources?: EventSourcesConfig;
|
|
320
|
+
}
|
|
321
|
+
export interface DescribeFeedbackRequest {
|
|
322
|
+
InsightId?: string;
|
|
323
|
+
}
|
|
324
|
+
export declare enum InsightFeedbackOption {
|
|
325
|
+
ALERT_TOO_SENSITIVE = "ALERT_TOO_SENSITIVE",
|
|
326
|
+
DATA_INCORRECT = "DATA_INCORRECT",
|
|
327
|
+
DATA_NOISY_ANOMALY = "DATA_NOISY_ANOMALY",
|
|
328
|
+
RECOMMENDATION_USEFUL = "RECOMMENDATION_USEFUL",
|
|
329
|
+
VALID_COLLECTION = "VALID_COLLECTION",
|
|
330
|
+
}
|
|
331
|
+
export interface InsightFeedback {
|
|
332
|
+
Id?: string;
|
|
333
|
+
Feedback?: InsightFeedbackOption | string;
|
|
334
|
+
}
|
|
335
|
+
export interface DescribeFeedbackResponse {
|
|
336
|
+
InsightFeedback?: InsightFeedback;
|
|
337
|
+
}
|
|
338
|
+
export interface DescribeInsightRequest {
|
|
339
|
+
Id: string | undefined;
|
|
340
|
+
AccountId?: string;
|
|
341
|
+
}
|
|
342
|
+
export interface InsightTimeRange {
|
|
343
|
+
StartTime: Date | undefined;
|
|
344
|
+
EndTime?: Date;
|
|
345
|
+
}
|
|
346
|
+
export declare enum InsightSeverity {
|
|
347
|
+
HIGH = "HIGH",
|
|
348
|
+
LOW = "LOW",
|
|
349
|
+
MEDIUM = "MEDIUM",
|
|
350
|
+
}
|
|
351
|
+
export declare enum InsightStatus {
|
|
352
|
+
CLOSED = "CLOSED",
|
|
353
|
+
ONGOING = "ONGOING",
|
|
354
|
+
}
|
|
355
|
+
export interface ProactiveInsight {
|
|
356
|
+
Id?: string;
|
|
357
|
+
Name?: string;
|
|
358
|
+
Severity?: InsightSeverity | string;
|
|
359
|
+
Status?: InsightStatus | string;
|
|
360
|
+
InsightTimeRange?: InsightTimeRange;
|
|
361
|
+
PredictionTimeRange?: PredictionTimeRange;
|
|
362
|
+
ResourceCollection?: ResourceCollection;
|
|
363
|
+
SsmOpsItemId?: string;
|
|
364
|
+
Description?: string;
|
|
365
|
+
}
|
|
366
|
+
export interface ReactiveInsight {
|
|
367
|
+
Id?: string;
|
|
368
|
+
Name?: string;
|
|
369
|
+
Severity?: InsightSeverity | string;
|
|
370
|
+
Status?: InsightStatus | string;
|
|
371
|
+
InsightTimeRange?: InsightTimeRange;
|
|
372
|
+
ResourceCollection?: ResourceCollection;
|
|
373
|
+
SsmOpsItemId?: string;
|
|
374
|
+
Description?: string;
|
|
375
|
+
}
|
|
376
|
+
export interface DescribeInsightResponse {
|
|
377
|
+
ProactiveInsight?: ProactiveInsight;
|
|
378
|
+
ReactiveInsight?: ReactiveInsight;
|
|
379
|
+
}
|
|
380
|
+
export interface DescribeOrganizationHealthRequest {
|
|
381
|
+
AccountIds?: string[];
|
|
382
|
+
OrganizationalUnitIds?: string[];
|
|
383
|
+
}
|
|
384
|
+
export interface DescribeOrganizationHealthResponse {
|
|
385
|
+
OpenReactiveInsights: number | undefined;
|
|
386
|
+
OpenProactiveInsights: number | undefined;
|
|
387
|
+
MetricsAnalyzed: number | undefined;
|
|
388
|
+
ResourceHours: number | undefined;
|
|
389
|
+
}
|
|
390
|
+
export interface DescribeOrganizationOverviewRequest {
|
|
391
|
+
FromTime: Date | undefined;
|
|
392
|
+
ToTime?: Date;
|
|
393
|
+
AccountIds?: string[];
|
|
394
|
+
OrganizationalUnitIds?: string[];
|
|
395
|
+
}
|
|
396
|
+
export interface DescribeOrganizationOverviewResponse {
|
|
397
|
+
ReactiveInsights: number | undefined;
|
|
398
|
+
ProactiveInsights: number | undefined;
|
|
399
|
+
}
|
|
400
|
+
export declare enum OrganizationResourceCollectionType {
|
|
401
|
+
AWS_ACCOUNT = "AWS_ACCOUNT",
|
|
402
|
+
AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
|
|
403
|
+
AWS_SERVICE = "AWS_SERVICE",
|
|
404
|
+
AWS_TAGS = "AWS_TAGS",
|
|
405
|
+
}
|
|
406
|
+
export interface DescribeOrganizationResourceCollectionHealthRequest {
|
|
407
|
+
OrganizationResourceCollectionType:
|
|
408
|
+
| OrganizationResourceCollectionType
|
|
409
|
+
| string
|
|
410
|
+
| undefined;
|
|
411
|
+
AccountIds?: string[];
|
|
412
|
+
OrganizationalUnitIds?: string[];
|
|
413
|
+
NextToken?: string;
|
|
414
|
+
MaxResults?: number;
|
|
415
|
+
}
|
|
416
|
+
export interface InsightHealth {
|
|
417
|
+
OpenProactiveInsights?: number;
|
|
418
|
+
OpenReactiveInsights?: number;
|
|
419
|
+
MeanTimeToRecoverInMilliseconds?: number;
|
|
420
|
+
}
|
|
421
|
+
export interface CloudFormationHealth {
|
|
422
|
+
StackName?: string;
|
|
423
|
+
Insight?: InsightHealth;
|
|
424
|
+
}
|
|
425
|
+
export interface ServiceInsightHealth {
|
|
426
|
+
OpenProactiveInsights?: number;
|
|
427
|
+
OpenReactiveInsights?: number;
|
|
428
|
+
}
|
|
429
|
+
export declare enum ServiceName {
|
|
430
|
+
API_GATEWAY = "API_GATEWAY",
|
|
431
|
+
APPLICATION_ELB = "APPLICATION_ELB",
|
|
432
|
+
AUTO_SCALING_GROUP = "AUTO_SCALING_GROUP",
|
|
433
|
+
CLOUD_FRONT = "CLOUD_FRONT",
|
|
434
|
+
DYNAMO_DB = "DYNAMO_DB",
|
|
435
|
+
EC2 = "EC2",
|
|
436
|
+
ECS = "ECS",
|
|
437
|
+
EKS = "EKS",
|
|
438
|
+
ELASTIC_BEANSTALK = "ELASTIC_BEANSTALK",
|
|
439
|
+
ELASTI_CACHE = "ELASTI_CACHE",
|
|
440
|
+
ELB = "ELB",
|
|
441
|
+
ES = "ES",
|
|
442
|
+
KINESIS = "KINESIS",
|
|
443
|
+
LAMBDA = "LAMBDA",
|
|
444
|
+
NAT_GATEWAY = "NAT_GATEWAY",
|
|
445
|
+
NETWORK_ELB = "NETWORK_ELB",
|
|
446
|
+
RDS = "RDS",
|
|
447
|
+
REDSHIFT = "REDSHIFT",
|
|
448
|
+
ROUTE_53 = "ROUTE_53",
|
|
449
|
+
S3 = "S3",
|
|
450
|
+
SAGE_MAKER = "SAGE_MAKER",
|
|
451
|
+
SNS = "SNS",
|
|
452
|
+
SQS = "SQS",
|
|
453
|
+
STEP_FUNCTIONS = "STEP_FUNCTIONS",
|
|
454
|
+
SWF = "SWF",
|
|
455
|
+
}
|
|
456
|
+
export interface ServiceHealth {
|
|
457
|
+
ServiceName?: ServiceName | string;
|
|
458
|
+
Insight?: ServiceInsightHealth;
|
|
459
|
+
}
|
|
460
|
+
export interface TagHealth {
|
|
461
|
+
AppBoundaryKey?: string;
|
|
462
|
+
TagValue?: string;
|
|
463
|
+
Insight?: InsightHealth;
|
|
464
|
+
}
|
|
465
|
+
export interface DescribeOrganizationResourceCollectionHealthResponse {
|
|
466
|
+
CloudFormation?: CloudFormationHealth[];
|
|
467
|
+
Service?: ServiceHealth[];
|
|
468
|
+
Account?: AccountHealth[];
|
|
469
|
+
NextToken?: string;
|
|
470
|
+
Tags?: TagHealth[];
|
|
471
|
+
}
|
|
472
|
+
export declare enum ResourceCollectionType {
|
|
473
|
+
AWS_CLOUD_FORMATION = "AWS_CLOUD_FORMATION",
|
|
474
|
+
AWS_SERVICE = "AWS_SERVICE",
|
|
475
|
+
AWS_TAGS = "AWS_TAGS",
|
|
476
|
+
}
|
|
477
|
+
export interface DescribeResourceCollectionHealthRequest {
|
|
478
|
+
ResourceCollectionType: ResourceCollectionType | string | undefined;
|
|
479
|
+
NextToken?: string;
|
|
480
|
+
}
|
|
481
|
+
export interface DescribeResourceCollectionHealthResponse {
|
|
482
|
+
CloudFormation?: CloudFormationHealth[];
|
|
483
|
+
Service?: ServiceHealth[];
|
|
484
|
+
NextToken?: string;
|
|
485
|
+
Tags?: TagHealth[];
|
|
486
|
+
}
|
|
487
|
+
export interface DescribeServiceIntegrationRequest {}
|
|
488
|
+
export declare enum OptInStatus {
|
|
489
|
+
DISABLED = "DISABLED",
|
|
490
|
+
ENABLED = "ENABLED",
|
|
491
|
+
}
|
|
492
|
+
export interface LogsAnomalyDetectionIntegration {
|
|
493
|
+
OptInStatus?: OptInStatus | string;
|
|
494
|
+
}
|
|
495
|
+
export interface OpsCenterIntegration {
|
|
496
|
+
OptInStatus?: OptInStatus | string;
|
|
497
|
+
}
|
|
498
|
+
export interface ServiceIntegrationConfig {
|
|
499
|
+
OpsCenter?: OpsCenterIntegration;
|
|
500
|
+
LogsAnomalyDetection?: LogsAnomalyDetectionIntegration;
|
|
501
|
+
}
|
|
502
|
+
export interface DescribeServiceIntegrationResponse {
|
|
503
|
+
ServiceIntegration?: ServiceIntegrationConfig;
|
|
504
|
+
}
|
|
505
|
+
export interface GetCostEstimationRequest {
|
|
506
|
+
NextToken?: string;
|
|
507
|
+
}
|
|
508
|
+
export declare enum CostEstimationServiceResourceState {
|
|
509
|
+
ACTIVE = "ACTIVE",
|
|
510
|
+
INACTIVE = "INACTIVE",
|
|
511
|
+
}
|
|
512
|
+
export interface ServiceResourceCost {
|
|
513
|
+
Type?: string;
|
|
514
|
+
State?: CostEstimationServiceResourceState | string;
|
|
515
|
+
Count?: number;
|
|
516
|
+
UnitCost?: number;
|
|
517
|
+
Cost?: number;
|
|
518
|
+
}
|
|
519
|
+
export interface CloudFormationCostEstimationResourceCollectionFilter {
|
|
520
|
+
StackNames?: string[];
|
|
521
|
+
}
|
|
522
|
+
export interface TagCostEstimationResourceCollectionFilter {
|
|
523
|
+
AppBoundaryKey: string | undefined;
|
|
524
|
+
TagValues: string[] | undefined;
|
|
525
|
+
}
|
|
526
|
+
export interface CostEstimationResourceCollectionFilter {
|
|
527
|
+
CloudFormation?: CloudFormationCostEstimationResourceCollectionFilter;
|
|
528
|
+
Tags?: TagCostEstimationResourceCollectionFilter[];
|
|
529
|
+
}
|
|
530
|
+
export declare enum CostEstimationStatus {
|
|
531
|
+
COMPLETED = "COMPLETED",
|
|
532
|
+
ONGOING = "ONGOING",
|
|
533
|
+
}
|
|
534
|
+
export interface CostEstimationTimeRange {
|
|
535
|
+
StartTime?: Date;
|
|
536
|
+
EndTime?: Date;
|
|
537
|
+
}
|
|
538
|
+
export interface GetCostEstimationResponse {
|
|
539
|
+
ResourceCollection?: CostEstimationResourceCollectionFilter;
|
|
540
|
+
Status?: CostEstimationStatus | string;
|
|
541
|
+
Costs?: ServiceResourceCost[];
|
|
542
|
+
TimeRange?: CostEstimationTimeRange;
|
|
543
|
+
TotalCost?: number;
|
|
544
|
+
NextToken?: string;
|
|
545
|
+
}
|
|
546
|
+
export interface GetResourceCollectionRequest {
|
|
547
|
+
ResourceCollectionType: ResourceCollectionType | string | undefined;
|
|
548
|
+
NextToken?: string;
|
|
549
|
+
}
|
|
550
|
+
export interface CloudFormationCollectionFilter {
|
|
551
|
+
StackNames?: string[];
|
|
552
|
+
}
|
|
553
|
+
export interface TagCollectionFilter {
|
|
554
|
+
AppBoundaryKey: string | undefined;
|
|
555
|
+
TagValues: string[] | undefined;
|
|
556
|
+
}
|
|
557
|
+
export interface ResourceCollectionFilter {
|
|
558
|
+
CloudFormation?: CloudFormationCollectionFilter;
|
|
559
|
+
Tags?: TagCollectionFilter[];
|
|
560
|
+
}
|
|
561
|
+
export interface GetResourceCollectionResponse {
|
|
562
|
+
ResourceCollection?: ResourceCollectionFilter;
|
|
563
|
+
NextToken?: string;
|
|
564
|
+
}
|
|
565
|
+
export interface StartTimeRange {
|
|
566
|
+
FromTime?: Date;
|
|
567
|
+
ToTime?: Date;
|
|
568
|
+
}
|
|
569
|
+
export interface ListAnomaliesForInsightRequest {
|
|
570
|
+
InsightId: string | undefined;
|
|
571
|
+
StartTimeRange?: StartTimeRange;
|
|
572
|
+
MaxResults?: number;
|
|
573
|
+
NextToken?: string;
|
|
574
|
+
AccountId?: string;
|
|
575
|
+
}
|
|
576
|
+
export interface ProactiveAnomalySummary {
|
|
577
|
+
Id?: string;
|
|
578
|
+
Severity?: AnomalySeverity | string;
|
|
579
|
+
Status?: AnomalyStatus | string;
|
|
580
|
+
UpdateTime?: Date;
|
|
581
|
+
AnomalyTimeRange?: AnomalyTimeRange;
|
|
582
|
+
AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
|
|
583
|
+
PredictionTimeRange?: PredictionTimeRange;
|
|
584
|
+
SourceDetails?: AnomalySourceDetails;
|
|
585
|
+
AssociatedInsightId?: string;
|
|
586
|
+
ResourceCollection?: ResourceCollection;
|
|
587
|
+
Limit?: number;
|
|
588
|
+
SourceMetadata?: AnomalySourceMetadata;
|
|
589
|
+
AnomalyResources?: AnomalyResource[];
|
|
590
|
+
}
|
|
591
|
+
export interface ReactiveAnomalySummary {
|
|
592
|
+
Id?: string;
|
|
593
|
+
Severity?: AnomalySeverity | string;
|
|
594
|
+
Status?: AnomalyStatus | string;
|
|
595
|
+
AnomalyTimeRange?: AnomalyTimeRange;
|
|
596
|
+
AnomalyReportedTimeRange?: AnomalyReportedTimeRange;
|
|
597
|
+
SourceDetails?: AnomalySourceDetails;
|
|
598
|
+
AssociatedInsightId?: string;
|
|
599
|
+
ResourceCollection?: ResourceCollection;
|
|
600
|
+
Type?: AnomalyType | string;
|
|
601
|
+
Name?: string;
|
|
602
|
+
Description?: string;
|
|
603
|
+
CausalAnomalyId?: string;
|
|
604
|
+
AnomalyResources?: AnomalyResource[];
|
|
605
|
+
}
|
|
606
|
+
export interface ListAnomaliesForInsightResponse {
|
|
607
|
+
ProactiveAnomalies?: ProactiveAnomalySummary[];
|
|
608
|
+
ReactiveAnomalies?: ReactiveAnomalySummary[];
|
|
609
|
+
NextToken?: string;
|
|
610
|
+
}
|
|
611
|
+
export interface ListAnomalousLogGroupsRequest {
|
|
612
|
+
InsightId: string | undefined;
|
|
613
|
+
MaxResults?: number;
|
|
614
|
+
NextToken?: string;
|
|
615
|
+
}
|
|
616
|
+
export interface ListAnomalousLogGroupsResponse {
|
|
617
|
+
InsightId: string | undefined;
|
|
618
|
+
AnomalousLogGroups: AnomalousLogGroup[] | undefined;
|
|
619
|
+
NextToken?: string;
|
|
620
|
+
}
|
|
621
|
+
export declare enum EventDataSource {
|
|
622
|
+
AWS_CLOUD_TRAIL = "AWS_CLOUD_TRAIL",
|
|
623
|
+
AWS_CODE_DEPLOY = "AWS_CODE_DEPLOY",
|
|
624
|
+
}
|
|
625
|
+
export declare enum EventClass {
|
|
626
|
+
CONFIG_CHANGE = "CONFIG_CHANGE",
|
|
627
|
+
DEPLOYMENT = "DEPLOYMENT",
|
|
628
|
+
INFRASTRUCTURE = "INFRASTRUCTURE",
|
|
629
|
+
SCHEMA_CHANGE = "SCHEMA_CHANGE",
|
|
630
|
+
SECURITY_CHANGE = "SECURITY_CHANGE",
|
|
631
|
+
}
|
|
632
|
+
export interface EventTimeRange {
|
|
633
|
+
FromTime: Date | undefined;
|
|
634
|
+
ToTime: Date | undefined;
|
|
635
|
+
}
|
|
636
|
+
export interface ListEventsFilters {
|
|
637
|
+
InsightId?: string;
|
|
638
|
+
EventTimeRange?: EventTimeRange;
|
|
639
|
+
EventClass?: EventClass | string;
|
|
640
|
+
EventSource?: string;
|
|
641
|
+
DataSource?: EventDataSource | string;
|
|
642
|
+
ResourceCollection?: ResourceCollection;
|
|
643
|
+
}
|
|
644
|
+
export interface ListEventsRequest {
|
|
645
|
+
Filters: ListEventsFilters | undefined;
|
|
646
|
+
MaxResults?: number;
|
|
647
|
+
NextToken?: string;
|
|
648
|
+
AccountId?: string;
|
|
649
|
+
}
|
|
650
|
+
export interface EventResource {
|
|
651
|
+
Type?: string;
|
|
652
|
+
Name?: string;
|
|
653
|
+
Arn?: string;
|
|
654
|
+
}
|
|
655
|
+
export interface Event {
|
|
656
|
+
ResourceCollection?: ResourceCollection;
|
|
657
|
+
Id?: string;
|
|
658
|
+
Time?: Date;
|
|
659
|
+
EventSource?: string;
|
|
660
|
+
Name?: string;
|
|
661
|
+
DataSource?: EventDataSource | string;
|
|
662
|
+
EventClass?: EventClass | string;
|
|
663
|
+
Resources?: EventResource[];
|
|
664
|
+
}
|
|
665
|
+
export interface ListEventsResponse {
|
|
666
|
+
Events: Event[] | undefined;
|
|
667
|
+
NextToken?: string;
|
|
668
|
+
}
|
|
669
|
+
export declare enum InsightType {
|
|
670
|
+
PROACTIVE = "PROACTIVE",
|
|
671
|
+
REACTIVE = "REACTIVE",
|
|
672
|
+
}
|
|
673
|
+
export interface ListInsightsAnyStatusFilter {
|
|
674
|
+
Type: InsightType | string | undefined;
|
|
675
|
+
StartTimeRange: StartTimeRange | undefined;
|
|
676
|
+
}
|
|
677
|
+
export interface EndTimeRange {
|
|
678
|
+
FromTime?: Date;
|
|
679
|
+
ToTime?: Date;
|
|
680
|
+
}
|
|
681
|
+
export interface ListInsightsClosedStatusFilter {
|
|
682
|
+
Type: InsightType | string | undefined;
|
|
683
|
+
EndTimeRange: EndTimeRange | undefined;
|
|
684
|
+
}
|
|
685
|
+
export interface ListInsightsOngoingStatusFilter {
|
|
686
|
+
Type: InsightType | string | undefined;
|
|
687
|
+
}
|
|
688
|
+
export interface ListInsightsStatusFilter {
|
|
689
|
+
Ongoing?: ListInsightsOngoingStatusFilter;
|
|
690
|
+
Closed?: ListInsightsClosedStatusFilter;
|
|
691
|
+
Any?: ListInsightsAnyStatusFilter;
|
|
692
|
+
}
|
|
693
|
+
export interface ListInsightsRequest {
|
|
694
|
+
StatusFilter: ListInsightsStatusFilter | undefined;
|
|
695
|
+
MaxResults?: number;
|
|
696
|
+
NextToken?: string;
|
|
697
|
+
}
|
|
698
|
+
export interface ServiceCollection {
|
|
699
|
+
ServiceNames?: (ServiceName | string)[];
|
|
700
|
+
}
|
|
701
|
+
export interface ProactiveInsightSummary {
|
|
702
|
+
Id?: string;
|
|
703
|
+
Name?: string;
|
|
704
|
+
Severity?: InsightSeverity | string;
|
|
705
|
+
Status?: InsightStatus | string;
|
|
706
|
+
InsightTimeRange?: InsightTimeRange;
|
|
707
|
+
PredictionTimeRange?: PredictionTimeRange;
|
|
708
|
+
ResourceCollection?: ResourceCollection;
|
|
709
|
+
ServiceCollection?: ServiceCollection;
|
|
710
|
+
AssociatedResourceArns?: string[];
|
|
711
|
+
}
|
|
712
|
+
export interface ReactiveInsightSummary {
|
|
713
|
+
Id?: string;
|
|
714
|
+
Name?: string;
|
|
715
|
+
Severity?: InsightSeverity | string;
|
|
716
|
+
Status?: InsightStatus | string;
|
|
717
|
+
InsightTimeRange?: InsightTimeRange;
|
|
718
|
+
ResourceCollection?: ResourceCollection;
|
|
719
|
+
ServiceCollection?: ServiceCollection;
|
|
720
|
+
AssociatedResourceArns?: string[];
|
|
721
|
+
}
|
|
722
|
+
export interface ListInsightsResponse {
|
|
723
|
+
ProactiveInsights?: ProactiveInsightSummary[];
|
|
724
|
+
ReactiveInsights?: ReactiveInsightSummary[];
|
|
725
|
+
NextToken?: string;
|
|
726
|
+
}
|
|
727
|
+
export declare enum ResourcePermission {
|
|
728
|
+
FULL_PERMISSION = "FULL_PERMISSION",
|
|
729
|
+
MISSING_PERMISSION = "MISSING_PERMISSION",
|
|
730
|
+
}
|
|
731
|
+
export declare enum ResourceTypeFilter {
|
|
732
|
+
LOG_GROUPS = "LOG_GROUPS",
|
|
733
|
+
}
|
|
734
|
+
export interface ListMonitoredResourcesFilters {
|
|
735
|
+
ResourcePermission: ResourcePermission | string | undefined;
|
|
736
|
+
ResourceTypeFilters: (ResourceTypeFilter | string)[] | undefined;
|
|
737
|
+
}
|
|
738
|
+
export interface ListMonitoredResourcesRequest {
|
|
739
|
+
Filters: ListMonitoredResourcesFilters | undefined;
|
|
740
|
+
MaxResults?: number;
|
|
741
|
+
NextToken?: string;
|
|
742
|
+
}
|
|
743
|
+
export interface MonitoredResourceIdentifier {
|
|
744
|
+
MonitoredResourceName?: string;
|
|
745
|
+
Type?: string;
|
|
746
|
+
ResourcePermission?: ResourcePermission | string;
|
|
747
|
+
}
|
|
748
|
+
export interface ListMonitoredResourcesResponse {
|
|
749
|
+
MonitoredResourceIdentifiers: MonitoredResourceIdentifier[] | undefined;
|
|
750
|
+
NextToken?: string;
|
|
751
|
+
}
|
|
752
|
+
export interface ListNotificationChannelsRequest {
|
|
753
|
+
NextToken?: string;
|
|
754
|
+
}
|
|
755
|
+
export interface NotificationChannel {
|
|
756
|
+
Id?: string;
|
|
757
|
+
Config?: NotificationChannelConfig;
|
|
758
|
+
}
|
|
759
|
+
export interface ListNotificationChannelsResponse {
|
|
760
|
+
Channels?: NotificationChannel[];
|
|
761
|
+
NextToken?: string;
|
|
762
|
+
}
|
|
763
|
+
export interface ListOrganizationInsightsRequest {
|
|
764
|
+
StatusFilter: ListInsightsStatusFilter | undefined;
|
|
765
|
+
MaxResults?: number;
|
|
766
|
+
AccountIds?: string[];
|
|
767
|
+
OrganizationalUnitIds?: string[];
|
|
768
|
+
NextToken?: string;
|
|
769
|
+
}
|
|
770
|
+
export interface ProactiveOrganizationInsightSummary {
|
|
771
|
+
Id?: string;
|
|
772
|
+
AccountId?: string;
|
|
773
|
+
OrganizationalUnitId?: string;
|
|
774
|
+
Name?: string;
|
|
775
|
+
Severity?: InsightSeverity | string;
|
|
776
|
+
Status?: InsightStatus | string;
|
|
777
|
+
InsightTimeRange?: InsightTimeRange;
|
|
778
|
+
PredictionTimeRange?: PredictionTimeRange;
|
|
779
|
+
ResourceCollection?: ResourceCollection;
|
|
780
|
+
ServiceCollection?: ServiceCollection;
|
|
781
|
+
}
|
|
782
|
+
export interface ReactiveOrganizationInsightSummary {
|
|
783
|
+
Id?: string;
|
|
784
|
+
AccountId?: string;
|
|
785
|
+
OrganizationalUnitId?: string;
|
|
786
|
+
Name?: string;
|
|
787
|
+
Severity?: InsightSeverity | string;
|
|
788
|
+
Status?: InsightStatus | string;
|
|
789
|
+
InsightTimeRange?: InsightTimeRange;
|
|
790
|
+
ResourceCollection?: ResourceCollection;
|
|
791
|
+
ServiceCollection?: ServiceCollection;
|
|
792
|
+
}
|
|
793
|
+
export interface ListOrganizationInsightsResponse {
|
|
794
|
+
ProactiveInsights?: ProactiveOrganizationInsightSummary[];
|
|
795
|
+
ReactiveInsights?: ReactiveOrganizationInsightSummary[];
|
|
796
|
+
NextToken?: string;
|
|
797
|
+
}
|
|
798
|
+
export declare enum Locale {
|
|
799
|
+
DE_DE = "DE_DE",
|
|
800
|
+
EN_GB = "EN_GB",
|
|
801
|
+
EN_US = "EN_US",
|
|
802
|
+
ES_ES = "ES_ES",
|
|
803
|
+
FR_FR = "FR_FR",
|
|
804
|
+
IT_IT = "IT_IT",
|
|
805
|
+
JA_JP = "JA_JP",
|
|
806
|
+
KO_KR = "KO_KR",
|
|
807
|
+
PT_BR = "PT_BR",
|
|
808
|
+
ZH_CN = "ZH_CN",
|
|
809
|
+
ZH_TW = "ZH_TW",
|
|
810
|
+
}
|
|
811
|
+
export interface ListRecommendationsRequest {
|
|
812
|
+
InsightId: string | undefined;
|
|
813
|
+
NextToken?: string;
|
|
814
|
+
Locale?: Locale | string;
|
|
815
|
+
AccountId?: string;
|
|
816
|
+
}
|
|
817
|
+
export interface RecommendationRelatedAnomalyResource {
|
|
818
|
+
Name?: string;
|
|
819
|
+
Type?: string;
|
|
820
|
+
}
|
|
821
|
+
export interface RecommendationRelatedCloudWatchMetricsSourceDetail {
|
|
822
|
+
MetricName?: string;
|
|
823
|
+
Namespace?: string;
|
|
824
|
+
}
|
|
825
|
+
export interface RecommendationRelatedAnomalySourceDetail {
|
|
826
|
+
CloudWatchMetrics?: RecommendationRelatedCloudWatchMetricsSourceDetail[];
|
|
827
|
+
}
|
|
828
|
+
export interface RecommendationRelatedAnomaly {
|
|
829
|
+
Resources?: RecommendationRelatedAnomalyResource[];
|
|
830
|
+
SourceDetails?: RecommendationRelatedAnomalySourceDetail[];
|
|
831
|
+
AnomalyId?: string;
|
|
832
|
+
}
|
|
833
|
+
export interface RecommendationRelatedEventResource {
|
|
834
|
+
Name?: string;
|
|
835
|
+
Type?: string;
|
|
836
|
+
}
|
|
837
|
+
export interface RecommendationRelatedEvent {
|
|
838
|
+
Name?: string;
|
|
839
|
+
Resources?: RecommendationRelatedEventResource[];
|
|
840
|
+
}
|
|
841
|
+
export interface Recommendation {
|
|
842
|
+
Description?: string;
|
|
843
|
+
Link?: string;
|
|
844
|
+
Name?: string;
|
|
845
|
+
Reason?: string;
|
|
846
|
+
RelatedEvents?: RecommendationRelatedEvent[];
|
|
847
|
+
RelatedAnomalies?: RecommendationRelatedAnomaly[];
|
|
848
|
+
Category?: string;
|
|
849
|
+
}
|
|
850
|
+
export interface ListRecommendationsResponse {
|
|
851
|
+
Recommendations?: Recommendation[];
|
|
852
|
+
NextToken?: string;
|
|
853
|
+
}
|
|
854
|
+
export interface PutFeedbackRequest {
|
|
855
|
+
InsightFeedback?: InsightFeedback;
|
|
856
|
+
}
|
|
857
|
+
export interface PutFeedbackResponse {}
|
|
858
|
+
export interface RemoveNotificationChannelRequest {
|
|
859
|
+
Id: string | undefined;
|
|
860
|
+
}
|
|
861
|
+
export interface RemoveNotificationChannelResponse {}
|
|
862
|
+
export interface SearchInsightsFilters {
|
|
863
|
+
Severities?: (InsightSeverity | string)[];
|
|
864
|
+
Statuses?: (InsightStatus | string)[];
|
|
865
|
+
ResourceCollection?: ResourceCollection;
|
|
866
|
+
ServiceCollection?: ServiceCollection;
|
|
867
|
+
}
|
|
868
|
+
export interface SearchInsightsRequest {
|
|
869
|
+
StartTimeRange: StartTimeRange | undefined;
|
|
870
|
+
Filters?: SearchInsightsFilters;
|
|
871
|
+
MaxResults?: number;
|
|
872
|
+
NextToken?: string;
|
|
873
|
+
Type: InsightType | string | undefined;
|
|
874
|
+
}
|
|
875
|
+
export interface SearchInsightsResponse {
|
|
876
|
+
ProactiveInsights?: ProactiveInsightSummary[];
|
|
877
|
+
ReactiveInsights?: ReactiveInsightSummary[];
|
|
878
|
+
NextToken?: string;
|
|
879
|
+
}
|
|
880
|
+
export interface SearchOrganizationInsightsFilters {
|
|
881
|
+
Severities?: (InsightSeverity | string)[];
|
|
882
|
+
Statuses?: (InsightStatus | string)[];
|
|
883
|
+
ResourceCollection?: ResourceCollection;
|
|
884
|
+
ServiceCollection?: ServiceCollection;
|
|
885
|
+
}
|
|
886
|
+
export interface SearchOrganizationInsightsRequest {
|
|
887
|
+
AccountIds: string[] | undefined;
|
|
888
|
+
StartTimeRange: StartTimeRange | undefined;
|
|
889
|
+
Filters?: SearchOrganizationInsightsFilters;
|
|
890
|
+
MaxResults?: number;
|
|
891
|
+
NextToken?: string;
|
|
892
|
+
Type: InsightType | string | undefined;
|
|
893
|
+
}
|
|
894
|
+
export interface SearchOrganizationInsightsResponse {
|
|
895
|
+
ProactiveInsights?: ProactiveInsightSummary[];
|
|
896
|
+
ReactiveInsights?: ReactiveInsightSummary[];
|
|
897
|
+
NextToken?: string;
|
|
898
|
+
}
|
|
899
|
+
export interface StartCostEstimationRequest {
|
|
900
|
+
ResourceCollection: CostEstimationResourceCollectionFilter | undefined;
|
|
901
|
+
ClientToken?: string;
|
|
902
|
+
}
|
|
903
|
+
export interface StartCostEstimationResponse {}
|
|
904
|
+
export interface UpdateEventSourcesConfigRequest {
|
|
905
|
+
EventSources?: EventSourcesConfig;
|
|
906
|
+
}
|
|
907
|
+
export interface UpdateEventSourcesConfigResponse {}
|
|
908
|
+
export declare enum UpdateResourceCollectionAction {
|
|
909
|
+
ADD = "ADD",
|
|
910
|
+
REMOVE = "REMOVE",
|
|
911
|
+
}
|
|
912
|
+
export interface UpdateCloudFormationCollectionFilter {
|
|
913
|
+
StackNames?: string[];
|
|
914
|
+
}
|
|
915
|
+
export interface UpdateTagCollectionFilter {
|
|
916
|
+
AppBoundaryKey: string | undefined;
|
|
917
|
+
TagValues: string[] | undefined;
|
|
918
|
+
}
|
|
919
|
+
export interface UpdateResourceCollectionFilter {
|
|
920
|
+
CloudFormation?: UpdateCloudFormationCollectionFilter;
|
|
921
|
+
Tags?: UpdateTagCollectionFilter[];
|
|
922
|
+
}
|
|
923
|
+
export interface UpdateResourceCollectionRequest {
|
|
924
|
+
Action: UpdateResourceCollectionAction | string | undefined;
|
|
925
|
+
ResourceCollection: UpdateResourceCollectionFilter | undefined;
|
|
926
|
+
}
|
|
927
|
+
export interface UpdateResourceCollectionResponse {}
|
|
928
|
+
export interface LogsAnomalyDetectionIntegrationConfig {
|
|
929
|
+
OptInStatus?: OptInStatus | string;
|
|
930
|
+
}
|
|
931
|
+
export interface OpsCenterIntegrationConfig {
|
|
932
|
+
OptInStatus?: OptInStatus | string;
|
|
933
|
+
}
|
|
934
|
+
export interface UpdateServiceIntegrationConfig {
|
|
935
|
+
OpsCenter?: OpsCenterIntegrationConfig;
|
|
936
|
+
LogsAnomalyDetection?: LogsAnomalyDetectionIntegrationConfig;
|
|
937
|
+
}
|
|
938
|
+
export interface UpdateServiceIntegrationRequest {
|
|
939
|
+
ServiceIntegration: UpdateServiceIntegrationConfig | undefined;
|
|
940
|
+
}
|
|
941
|
+
export interface UpdateServiceIntegrationResponse {}
|
|
942
|
+
export declare const AccountInsightHealthFilterSensitiveLog: (
|
|
943
|
+
obj: AccountInsightHealth
|
|
944
|
+
) => any;
|
|
945
|
+
export declare const AccountHealthFilterSensitiveLog: (
|
|
946
|
+
obj: AccountHealth
|
|
947
|
+
) => any;
|
|
948
|
+
export declare const SnsChannelConfigFilterSensitiveLog: (
|
|
949
|
+
obj: SnsChannelConfig
|
|
950
|
+
) => any;
|
|
951
|
+
export declare const NotificationChannelConfigFilterSensitiveLog: (
|
|
952
|
+
obj: NotificationChannelConfig
|
|
953
|
+
) => any;
|
|
954
|
+
export declare const AddNotificationChannelRequestFilterSensitiveLog: (
|
|
955
|
+
obj: AddNotificationChannelRequest
|
|
956
|
+
) => any;
|
|
957
|
+
export declare const AddNotificationChannelResponseFilterSensitiveLog: (
|
|
958
|
+
obj: AddNotificationChannelResponse
|
|
959
|
+
) => any;
|
|
960
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
961
|
+
obj: ValidationExceptionField
|
|
962
|
+
) => any;
|
|
963
|
+
export declare const AmazonCodeGuruProfilerIntegrationFilterSensitiveLog: (
|
|
964
|
+
obj: AmazonCodeGuruProfilerIntegration
|
|
965
|
+
) => any;
|
|
966
|
+
export declare const LogAnomalyClassFilterSensitiveLog: (
|
|
967
|
+
obj: LogAnomalyClass
|
|
968
|
+
) => any;
|
|
969
|
+
export declare const LogAnomalyShowcaseFilterSensitiveLog: (
|
|
970
|
+
obj: LogAnomalyShowcase
|
|
971
|
+
) => any;
|
|
972
|
+
export declare const AnomalousLogGroupFilterSensitiveLog: (
|
|
973
|
+
obj: AnomalousLogGroup
|
|
974
|
+
) => any;
|
|
975
|
+
export declare const AnomalyReportedTimeRangeFilterSensitiveLog: (
|
|
976
|
+
obj: AnomalyReportedTimeRange
|
|
977
|
+
) => any;
|
|
978
|
+
export declare const AnomalyResourceFilterSensitiveLog: (
|
|
979
|
+
obj: AnomalyResource
|
|
980
|
+
) => any;
|
|
981
|
+
export declare const CloudWatchMetricsDimensionFilterSensitiveLog: (
|
|
982
|
+
obj: CloudWatchMetricsDimension
|
|
983
|
+
) => any;
|
|
984
|
+
export declare const TimestampMetricValuePairFilterSensitiveLog: (
|
|
985
|
+
obj: TimestampMetricValuePair
|
|
986
|
+
) => any;
|
|
987
|
+
export declare const CloudWatchMetricsDataSummaryFilterSensitiveLog: (
|
|
988
|
+
obj: CloudWatchMetricsDataSummary
|
|
989
|
+
) => any;
|
|
990
|
+
export declare const CloudWatchMetricsDetailFilterSensitiveLog: (
|
|
991
|
+
obj: CloudWatchMetricsDetail
|
|
992
|
+
) => any;
|
|
993
|
+
export declare const PerformanceInsightsMetricDimensionGroupFilterSensitiveLog: (
|
|
994
|
+
obj: PerformanceInsightsMetricDimensionGroup
|
|
995
|
+
) => any;
|
|
996
|
+
export declare const PerformanceInsightsMetricQueryFilterSensitiveLog: (
|
|
997
|
+
obj: PerformanceInsightsMetricQuery
|
|
998
|
+
) => any;
|
|
999
|
+
export declare const PerformanceInsightsReferenceMetricFilterSensitiveLog: (
|
|
1000
|
+
obj: PerformanceInsightsReferenceMetric
|
|
1001
|
+
) => any;
|
|
1002
|
+
export declare const PerformanceInsightsReferenceScalarFilterSensitiveLog: (
|
|
1003
|
+
obj: PerformanceInsightsReferenceScalar
|
|
1004
|
+
) => any;
|
|
1005
|
+
export declare const PerformanceInsightsReferenceComparisonValuesFilterSensitiveLog: (
|
|
1006
|
+
obj: PerformanceInsightsReferenceComparisonValues
|
|
1007
|
+
) => any;
|
|
1008
|
+
export declare const PerformanceInsightsReferenceDataFilterSensitiveLog: (
|
|
1009
|
+
obj: PerformanceInsightsReferenceData
|
|
1010
|
+
) => any;
|
|
1011
|
+
export declare const PerformanceInsightsStatFilterSensitiveLog: (
|
|
1012
|
+
obj: PerformanceInsightsStat
|
|
1013
|
+
) => any;
|
|
1014
|
+
export declare const PerformanceInsightsMetricsDetailFilterSensitiveLog: (
|
|
1015
|
+
obj: PerformanceInsightsMetricsDetail
|
|
1016
|
+
) => any;
|
|
1017
|
+
export declare const AnomalySourceDetailsFilterSensitiveLog: (
|
|
1018
|
+
obj: AnomalySourceDetails
|
|
1019
|
+
) => any;
|
|
1020
|
+
export declare const AnomalySourceMetadataFilterSensitiveLog: (
|
|
1021
|
+
obj: AnomalySourceMetadata
|
|
1022
|
+
) => any;
|
|
1023
|
+
export declare const AnomalyTimeRangeFilterSensitiveLog: (
|
|
1024
|
+
obj: AnomalyTimeRange
|
|
1025
|
+
) => any;
|
|
1026
|
+
export declare const DeleteInsightRequestFilterSensitiveLog: (
|
|
1027
|
+
obj: DeleteInsightRequest
|
|
1028
|
+
) => any;
|
|
1029
|
+
export declare const DeleteInsightResponseFilterSensitiveLog: (
|
|
1030
|
+
obj: DeleteInsightResponse
|
|
1031
|
+
) => any;
|
|
1032
|
+
export declare const DescribeAccountHealthRequestFilterSensitiveLog: (
|
|
1033
|
+
obj: DescribeAccountHealthRequest
|
|
1034
|
+
) => any;
|
|
1035
|
+
export declare const DescribeAccountHealthResponseFilterSensitiveLog: (
|
|
1036
|
+
obj: DescribeAccountHealthResponse
|
|
1037
|
+
) => any;
|
|
1038
|
+
export declare const DescribeAccountOverviewRequestFilterSensitiveLog: (
|
|
1039
|
+
obj: DescribeAccountOverviewRequest
|
|
1040
|
+
) => any;
|
|
1041
|
+
export declare const DescribeAccountOverviewResponseFilterSensitiveLog: (
|
|
1042
|
+
obj: DescribeAccountOverviewResponse
|
|
1043
|
+
) => any;
|
|
1044
|
+
export declare const DescribeAnomalyRequestFilterSensitiveLog: (
|
|
1045
|
+
obj: DescribeAnomalyRequest
|
|
1046
|
+
) => any;
|
|
1047
|
+
export declare const PredictionTimeRangeFilterSensitiveLog: (
|
|
1048
|
+
obj: PredictionTimeRange
|
|
1049
|
+
) => any;
|
|
1050
|
+
export declare const CloudFormationCollectionFilterSensitiveLog: (
|
|
1051
|
+
obj: CloudFormationCollection
|
|
1052
|
+
) => any;
|
|
1053
|
+
export declare const TagCollectionFilterSensitiveLog: (
|
|
1054
|
+
obj: TagCollection
|
|
1055
|
+
) => any;
|
|
1056
|
+
export declare const ResourceCollectionFilterSensitiveLog: (
|
|
1057
|
+
obj: ResourceCollection
|
|
1058
|
+
) => any;
|
|
1059
|
+
export declare const ProactiveAnomalyFilterSensitiveLog: (
|
|
1060
|
+
obj: ProactiveAnomaly
|
|
1061
|
+
) => any;
|
|
1062
|
+
export declare const ReactiveAnomalyFilterSensitiveLog: (
|
|
1063
|
+
obj: ReactiveAnomaly
|
|
1064
|
+
) => any;
|
|
1065
|
+
export declare const DescribeAnomalyResponseFilterSensitiveLog: (
|
|
1066
|
+
obj: DescribeAnomalyResponse
|
|
1067
|
+
) => any;
|
|
1068
|
+
export declare const DescribeEventSourcesConfigRequestFilterSensitiveLog: (
|
|
1069
|
+
obj: DescribeEventSourcesConfigRequest
|
|
1070
|
+
) => any;
|
|
1071
|
+
export declare const EventSourcesConfigFilterSensitiveLog: (
|
|
1072
|
+
obj: EventSourcesConfig
|
|
1073
|
+
) => any;
|
|
1074
|
+
export declare const DescribeEventSourcesConfigResponseFilterSensitiveLog: (
|
|
1075
|
+
obj: DescribeEventSourcesConfigResponse
|
|
1076
|
+
) => any;
|
|
1077
|
+
export declare const DescribeFeedbackRequestFilterSensitiveLog: (
|
|
1078
|
+
obj: DescribeFeedbackRequest
|
|
1079
|
+
) => any;
|
|
1080
|
+
export declare const InsightFeedbackFilterSensitiveLog: (
|
|
1081
|
+
obj: InsightFeedback
|
|
1082
|
+
) => any;
|
|
1083
|
+
export declare const DescribeFeedbackResponseFilterSensitiveLog: (
|
|
1084
|
+
obj: DescribeFeedbackResponse
|
|
1085
|
+
) => any;
|
|
1086
|
+
export declare const DescribeInsightRequestFilterSensitiveLog: (
|
|
1087
|
+
obj: DescribeInsightRequest
|
|
1088
|
+
) => any;
|
|
1089
|
+
export declare const InsightTimeRangeFilterSensitiveLog: (
|
|
1090
|
+
obj: InsightTimeRange
|
|
1091
|
+
) => any;
|
|
1092
|
+
export declare const ProactiveInsightFilterSensitiveLog: (
|
|
1093
|
+
obj: ProactiveInsight
|
|
1094
|
+
) => any;
|
|
1095
|
+
export declare const ReactiveInsightFilterSensitiveLog: (
|
|
1096
|
+
obj: ReactiveInsight
|
|
1097
|
+
) => any;
|
|
1098
|
+
export declare const DescribeInsightResponseFilterSensitiveLog: (
|
|
1099
|
+
obj: DescribeInsightResponse
|
|
1100
|
+
) => any;
|
|
1101
|
+
export declare const DescribeOrganizationHealthRequestFilterSensitiveLog: (
|
|
1102
|
+
obj: DescribeOrganizationHealthRequest
|
|
1103
|
+
) => any;
|
|
1104
|
+
export declare const DescribeOrganizationHealthResponseFilterSensitiveLog: (
|
|
1105
|
+
obj: DescribeOrganizationHealthResponse
|
|
1106
|
+
) => any;
|
|
1107
|
+
export declare const DescribeOrganizationOverviewRequestFilterSensitiveLog: (
|
|
1108
|
+
obj: DescribeOrganizationOverviewRequest
|
|
1109
|
+
) => any;
|
|
1110
|
+
export declare const DescribeOrganizationOverviewResponseFilterSensitiveLog: (
|
|
1111
|
+
obj: DescribeOrganizationOverviewResponse
|
|
1112
|
+
) => any;
|
|
1113
|
+
export declare const DescribeOrganizationResourceCollectionHealthRequestFilterSensitiveLog: (
|
|
1114
|
+
obj: DescribeOrganizationResourceCollectionHealthRequest
|
|
1115
|
+
) => any;
|
|
1116
|
+
export declare const InsightHealthFilterSensitiveLog: (
|
|
1117
|
+
obj: InsightHealth
|
|
1118
|
+
) => any;
|
|
1119
|
+
export declare const CloudFormationHealthFilterSensitiveLog: (
|
|
1120
|
+
obj: CloudFormationHealth
|
|
1121
|
+
) => any;
|
|
1122
|
+
export declare const ServiceInsightHealthFilterSensitiveLog: (
|
|
1123
|
+
obj: ServiceInsightHealth
|
|
1124
|
+
) => any;
|
|
1125
|
+
export declare const ServiceHealthFilterSensitiveLog: (
|
|
1126
|
+
obj: ServiceHealth
|
|
1127
|
+
) => any;
|
|
1128
|
+
export declare const TagHealthFilterSensitiveLog: (obj: TagHealth) => any;
|
|
1129
|
+
export declare const DescribeOrganizationResourceCollectionHealthResponseFilterSensitiveLog: (
|
|
1130
|
+
obj: DescribeOrganizationResourceCollectionHealthResponse
|
|
1131
|
+
) => any;
|
|
1132
|
+
export declare const DescribeResourceCollectionHealthRequestFilterSensitiveLog: (
|
|
1133
|
+
obj: DescribeResourceCollectionHealthRequest
|
|
1134
|
+
) => any;
|
|
1135
|
+
export declare const DescribeResourceCollectionHealthResponseFilterSensitiveLog: (
|
|
1136
|
+
obj: DescribeResourceCollectionHealthResponse
|
|
1137
|
+
) => any;
|
|
1138
|
+
export declare const DescribeServiceIntegrationRequestFilterSensitiveLog: (
|
|
1139
|
+
obj: DescribeServiceIntegrationRequest
|
|
1140
|
+
) => any;
|
|
1141
|
+
export declare const LogsAnomalyDetectionIntegrationFilterSensitiveLog: (
|
|
1142
|
+
obj: LogsAnomalyDetectionIntegration
|
|
1143
|
+
) => any;
|
|
1144
|
+
export declare const OpsCenterIntegrationFilterSensitiveLog: (
|
|
1145
|
+
obj: OpsCenterIntegration
|
|
1146
|
+
) => any;
|
|
1147
|
+
export declare const ServiceIntegrationConfigFilterSensitiveLog: (
|
|
1148
|
+
obj: ServiceIntegrationConfig
|
|
1149
|
+
) => any;
|
|
1150
|
+
export declare const DescribeServiceIntegrationResponseFilterSensitiveLog: (
|
|
1151
|
+
obj: DescribeServiceIntegrationResponse
|
|
1152
|
+
) => any;
|
|
1153
|
+
export declare const GetCostEstimationRequestFilterSensitiveLog: (
|
|
1154
|
+
obj: GetCostEstimationRequest
|
|
1155
|
+
) => any;
|
|
1156
|
+
export declare const ServiceResourceCostFilterSensitiveLog: (
|
|
1157
|
+
obj: ServiceResourceCost
|
|
1158
|
+
) => any;
|
|
1159
|
+
export declare const CloudFormationCostEstimationResourceCollectionFilterFilterSensitiveLog: (
|
|
1160
|
+
obj: CloudFormationCostEstimationResourceCollectionFilter
|
|
1161
|
+
) => any;
|
|
1162
|
+
export declare const TagCostEstimationResourceCollectionFilterFilterSensitiveLog: (
|
|
1163
|
+
obj: TagCostEstimationResourceCollectionFilter
|
|
1164
|
+
) => any;
|
|
1165
|
+
export declare const CostEstimationResourceCollectionFilterFilterSensitiveLog: (
|
|
1166
|
+
obj: CostEstimationResourceCollectionFilter
|
|
1167
|
+
) => any;
|
|
1168
|
+
export declare const CostEstimationTimeRangeFilterSensitiveLog: (
|
|
1169
|
+
obj: CostEstimationTimeRange
|
|
1170
|
+
) => any;
|
|
1171
|
+
export declare const GetCostEstimationResponseFilterSensitiveLog: (
|
|
1172
|
+
obj: GetCostEstimationResponse
|
|
1173
|
+
) => any;
|
|
1174
|
+
export declare const GetResourceCollectionRequestFilterSensitiveLog: (
|
|
1175
|
+
obj: GetResourceCollectionRequest
|
|
1176
|
+
) => any;
|
|
1177
|
+
export declare const CloudFormationCollectionFilterFilterSensitiveLog: (
|
|
1178
|
+
obj: CloudFormationCollectionFilter
|
|
1179
|
+
) => any;
|
|
1180
|
+
export declare const TagCollectionFilterFilterSensitiveLog: (
|
|
1181
|
+
obj: TagCollectionFilter
|
|
1182
|
+
) => any;
|
|
1183
|
+
export declare const ResourceCollectionFilterFilterSensitiveLog: (
|
|
1184
|
+
obj: ResourceCollectionFilter
|
|
1185
|
+
) => any;
|
|
1186
|
+
export declare const GetResourceCollectionResponseFilterSensitiveLog: (
|
|
1187
|
+
obj: GetResourceCollectionResponse
|
|
1188
|
+
) => any;
|
|
1189
|
+
export declare const StartTimeRangeFilterSensitiveLog: (
|
|
1190
|
+
obj: StartTimeRange
|
|
1191
|
+
) => any;
|
|
1192
|
+
export declare const ListAnomaliesForInsightRequestFilterSensitiveLog: (
|
|
1193
|
+
obj: ListAnomaliesForInsightRequest
|
|
1194
|
+
) => any;
|
|
1195
|
+
export declare const ProactiveAnomalySummaryFilterSensitiveLog: (
|
|
1196
|
+
obj: ProactiveAnomalySummary
|
|
1197
|
+
) => any;
|
|
1198
|
+
export declare const ReactiveAnomalySummaryFilterSensitiveLog: (
|
|
1199
|
+
obj: ReactiveAnomalySummary
|
|
1200
|
+
) => any;
|
|
1201
|
+
export declare const ListAnomaliesForInsightResponseFilterSensitiveLog: (
|
|
1202
|
+
obj: ListAnomaliesForInsightResponse
|
|
1203
|
+
) => any;
|
|
1204
|
+
export declare const ListAnomalousLogGroupsRequestFilterSensitiveLog: (
|
|
1205
|
+
obj: ListAnomalousLogGroupsRequest
|
|
1206
|
+
) => any;
|
|
1207
|
+
export declare const ListAnomalousLogGroupsResponseFilterSensitiveLog: (
|
|
1208
|
+
obj: ListAnomalousLogGroupsResponse
|
|
1209
|
+
) => any;
|
|
1210
|
+
export declare const EventTimeRangeFilterSensitiveLog: (
|
|
1211
|
+
obj: EventTimeRange
|
|
1212
|
+
) => any;
|
|
1213
|
+
export declare const ListEventsFiltersFilterSensitiveLog: (
|
|
1214
|
+
obj: ListEventsFilters
|
|
1215
|
+
) => any;
|
|
1216
|
+
export declare const ListEventsRequestFilterSensitiveLog: (
|
|
1217
|
+
obj: ListEventsRequest
|
|
1218
|
+
) => any;
|
|
1219
|
+
export declare const EventResourceFilterSensitiveLog: (
|
|
1220
|
+
obj: EventResource
|
|
1221
|
+
) => any;
|
|
1222
|
+
export declare const EventFilterSensitiveLog: (obj: Event) => any;
|
|
1223
|
+
export declare const ListEventsResponseFilterSensitiveLog: (
|
|
1224
|
+
obj: ListEventsResponse
|
|
1225
|
+
) => any;
|
|
1226
|
+
export declare const ListInsightsAnyStatusFilterFilterSensitiveLog: (
|
|
1227
|
+
obj: ListInsightsAnyStatusFilter
|
|
1228
|
+
) => any;
|
|
1229
|
+
export declare const EndTimeRangeFilterSensitiveLog: (obj: EndTimeRange) => any;
|
|
1230
|
+
export declare const ListInsightsClosedStatusFilterFilterSensitiveLog: (
|
|
1231
|
+
obj: ListInsightsClosedStatusFilter
|
|
1232
|
+
) => any;
|
|
1233
|
+
export declare const ListInsightsOngoingStatusFilterFilterSensitiveLog: (
|
|
1234
|
+
obj: ListInsightsOngoingStatusFilter
|
|
1235
|
+
) => any;
|
|
1236
|
+
export declare const ListInsightsStatusFilterFilterSensitiveLog: (
|
|
1237
|
+
obj: ListInsightsStatusFilter
|
|
1238
|
+
) => any;
|
|
1239
|
+
export declare const ListInsightsRequestFilterSensitiveLog: (
|
|
1240
|
+
obj: ListInsightsRequest
|
|
1241
|
+
) => any;
|
|
1242
|
+
export declare const ServiceCollectionFilterSensitiveLog: (
|
|
1243
|
+
obj: ServiceCollection
|
|
1244
|
+
) => any;
|
|
1245
|
+
export declare const ProactiveInsightSummaryFilterSensitiveLog: (
|
|
1246
|
+
obj: ProactiveInsightSummary
|
|
1247
|
+
) => any;
|
|
1248
|
+
export declare const ReactiveInsightSummaryFilterSensitiveLog: (
|
|
1249
|
+
obj: ReactiveInsightSummary
|
|
1250
|
+
) => any;
|
|
1251
|
+
export declare const ListInsightsResponseFilterSensitiveLog: (
|
|
1252
|
+
obj: ListInsightsResponse
|
|
1253
|
+
) => any;
|
|
1254
|
+
export declare const ListMonitoredResourcesFiltersFilterSensitiveLog: (
|
|
1255
|
+
obj: ListMonitoredResourcesFilters
|
|
1256
|
+
) => any;
|
|
1257
|
+
export declare const ListMonitoredResourcesRequestFilterSensitiveLog: (
|
|
1258
|
+
obj: ListMonitoredResourcesRequest
|
|
1259
|
+
) => any;
|
|
1260
|
+
export declare const MonitoredResourceIdentifierFilterSensitiveLog: (
|
|
1261
|
+
obj: MonitoredResourceIdentifier
|
|
1262
|
+
) => any;
|
|
1263
|
+
export declare const ListMonitoredResourcesResponseFilterSensitiveLog: (
|
|
1264
|
+
obj: ListMonitoredResourcesResponse
|
|
1265
|
+
) => any;
|
|
1266
|
+
export declare const ListNotificationChannelsRequestFilterSensitiveLog: (
|
|
1267
|
+
obj: ListNotificationChannelsRequest
|
|
1268
|
+
) => any;
|
|
1269
|
+
export declare const NotificationChannelFilterSensitiveLog: (
|
|
1270
|
+
obj: NotificationChannel
|
|
1271
|
+
) => any;
|
|
1272
|
+
export declare const ListNotificationChannelsResponseFilterSensitiveLog: (
|
|
1273
|
+
obj: ListNotificationChannelsResponse
|
|
1274
|
+
) => any;
|
|
1275
|
+
export declare const ListOrganizationInsightsRequestFilterSensitiveLog: (
|
|
1276
|
+
obj: ListOrganizationInsightsRequest
|
|
1277
|
+
) => any;
|
|
1278
|
+
export declare const ProactiveOrganizationInsightSummaryFilterSensitiveLog: (
|
|
1279
|
+
obj: ProactiveOrganizationInsightSummary
|
|
1280
|
+
) => any;
|
|
1281
|
+
export declare const ReactiveOrganizationInsightSummaryFilterSensitiveLog: (
|
|
1282
|
+
obj: ReactiveOrganizationInsightSummary
|
|
1283
|
+
) => any;
|
|
1284
|
+
export declare const ListOrganizationInsightsResponseFilterSensitiveLog: (
|
|
1285
|
+
obj: ListOrganizationInsightsResponse
|
|
1286
|
+
) => any;
|
|
1287
|
+
export declare const ListRecommendationsRequestFilterSensitiveLog: (
|
|
1288
|
+
obj: ListRecommendationsRequest
|
|
1289
|
+
) => any;
|
|
1290
|
+
export declare const RecommendationRelatedAnomalyResourceFilterSensitiveLog: (
|
|
1291
|
+
obj: RecommendationRelatedAnomalyResource
|
|
1292
|
+
) => any;
|
|
1293
|
+
export declare const RecommendationRelatedCloudWatchMetricsSourceDetailFilterSensitiveLog: (
|
|
1294
|
+
obj: RecommendationRelatedCloudWatchMetricsSourceDetail
|
|
1295
|
+
) => any;
|
|
1296
|
+
export declare const RecommendationRelatedAnomalySourceDetailFilterSensitiveLog: (
|
|
1297
|
+
obj: RecommendationRelatedAnomalySourceDetail
|
|
1298
|
+
) => any;
|
|
1299
|
+
export declare const RecommendationRelatedAnomalyFilterSensitiveLog: (
|
|
1300
|
+
obj: RecommendationRelatedAnomaly
|
|
1301
|
+
) => any;
|
|
1302
|
+
export declare const RecommendationRelatedEventResourceFilterSensitiveLog: (
|
|
1303
|
+
obj: RecommendationRelatedEventResource
|
|
1304
|
+
) => any;
|
|
1305
|
+
export declare const RecommendationRelatedEventFilterSensitiveLog: (
|
|
1306
|
+
obj: RecommendationRelatedEvent
|
|
1307
|
+
) => any;
|
|
1308
|
+
export declare const RecommendationFilterSensitiveLog: (
|
|
1309
|
+
obj: Recommendation
|
|
1310
|
+
) => any;
|
|
1311
|
+
export declare const ListRecommendationsResponseFilterSensitiveLog: (
|
|
1312
|
+
obj: ListRecommendationsResponse
|
|
1313
|
+
) => any;
|
|
1314
|
+
export declare const PutFeedbackRequestFilterSensitiveLog: (
|
|
1315
|
+
obj: PutFeedbackRequest
|
|
1316
|
+
) => any;
|
|
1317
|
+
export declare const PutFeedbackResponseFilterSensitiveLog: (
|
|
1318
|
+
obj: PutFeedbackResponse
|
|
1319
|
+
) => any;
|
|
1320
|
+
export declare const RemoveNotificationChannelRequestFilterSensitiveLog: (
|
|
1321
|
+
obj: RemoveNotificationChannelRequest
|
|
1322
|
+
) => any;
|
|
1323
|
+
export declare const RemoveNotificationChannelResponseFilterSensitiveLog: (
|
|
1324
|
+
obj: RemoveNotificationChannelResponse
|
|
1325
|
+
) => any;
|
|
1326
|
+
export declare const SearchInsightsFiltersFilterSensitiveLog: (
|
|
1327
|
+
obj: SearchInsightsFilters
|
|
1328
|
+
) => any;
|
|
1329
|
+
export declare const SearchInsightsRequestFilterSensitiveLog: (
|
|
1330
|
+
obj: SearchInsightsRequest
|
|
1331
|
+
) => any;
|
|
1332
|
+
export declare const SearchInsightsResponseFilterSensitiveLog: (
|
|
1333
|
+
obj: SearchInsightsResponse
|
|
1334
|
+
) => any;
|
|
1335
|
+
export declare const SearchOrganizationInsightsFiltersFilterSensitiveLog: (
|
|
1336
|
+
obj: SearchOrganizationInsightsFilters
|
|
1337
|
+
) => any;
|
|
1338
|
+
export declare const SearchOrganizationInsightsRequestFilterSensitiveLog: (
|
|
1339
|
+
obj: SearchOrganizationInsightsRequest
|
|
1340
|
+
) => any;
|
|
1341
|
+
export declare const SearchOrganizationInsightsResponseFilterSensitiveLog: (
|
|
1342
|
+
obj: SearchOrganizationInsightsResponse
|
|
1343
|
+
) => any;
|
|
1344
|
+
export declare const StartCostEstimationRequestFilterSensitiveLog: (
|
|
1345
|
+
obj: StartCostEstimationRequest
|
|
1346
|
+
) => any;
|
|
1347
|
+
export declare const StartCostEstimationResponseFilterSensitiveLog: (
|
|
1348
|
+
obj: StartCostEstimationResponse
|
|
1349
|
+
) => any;
|
|
1350
|
+
export declare const UpdateEventSourcesConfigRequestFilterSensitiveLog: (
|
|
1351
|
+
obj: UpdateEventSourcesConfigRequest
|
|
1352
|
+
) => any;
|
|
1353
|
+
export declare const UpdateEventSourcesConfigResponseFilterSensitiveLog: (
|
|
1354
|
+
obj: UpdateEventSourcesConfigResponse
|
|
1355
|
+
) => any;
|
|
1356
|
+
export declare const UpdateCloudFormationCollectionFilterFilterSensitiveLog: (
|
|
1357
|
+
obj: UpdateCloudFormationCollectionFilter
|
|
1358
|
+
) => any;
|
|
1359
|
+
export declare const UpdateTagCollectionFilterFilterSensitiveLog: (
|
|
1360
|
+
obj: UpdateTagCollectionFilter
|
|
1361
|
+
) => any;
|
|
1362
|
+
export declare const UpdateResourceCollectionFilterFilterSensitiveLog: (
|
|
1363
|
+
obj: UpdateResourceCollectionFilter
|
|
1364
|
+
) => any;
|
|
1365
|
+
export declare const UpdateResourceCollectionRequestFilterSensitiveLog: (
|
|
1366
|
+
obj: UpdateResourceCollectionRequest
|
|
1367
|
+
) => any;
|
|
1368
|
+
export declare const UpdateResourceCollectionResponseFilterSensitiveLog: (
|
|
1369
|
+
obj: UpdateResourceCollectionResponse
|
|
1370
|
+
) => any;
|
|
1371
|
+
export declare const LogsAnomalyDetectionIntegrationConfigFilterSensitiveLog: (
|
|
1372
|
+
obj: LogsAnomalyDetectionIntegrationConfig
|
|
1373
|
+
) => any;
|
|
1374
|
+
export declare const OpsCenterIntegrationConfigFilterSensitiveLog: (
|
|
1375
|
+
obj: OpsCenterIntegrationConfig
|
|
1376
|
+
) => any;
|
|
1377
|
+
export declare const UpdateServiceIntegrationConfigFilterSensitiveLog: (
|
|
1378
|
+
obj: UpdateServiceIntegrationConfig
|
|
1379
|
+
) => any;
|
|
1380
|
+
export declare const UpdateServiceIntegrationRequestFilterSensitiveLog: (
|
|
1381
|
+
obj: UpdateServiceIntegrationRequest
|
|
1382
|
+
) => any;
|
|
1383
|
+
export declare const UpdateServiceIntegrationResponseFilterSensitiveLog: (
|
|
1384
|
+
obj: UpdateServiceIntegrationResponse
|
|
1385
|
+
) => any;
|