@aws-sdk/client-codeguruprofiler 3.168.0 → 3.170.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/CodeGuruProfiler.d.ts +418 -120
- package/dist-types/ts3.4/CodeGuruProfilerClient.d.ts +268 -96
- package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +23 -23
- 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/CodeGuruProfilerServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +826 -776
- package/dist-types/ts3.4/pagination/GetFindingsReportAccountSummaryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListFindingsReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProfileTimesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListProfilingGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +281 -71
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,776 +1,826 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { CodeGuruProfilerServiceException as __BaseException } from "./CodeGuruProfilerServiceException";
|
|
3
|
-
export declare enum ActionGroup {
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
export interface
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
export declare class ThrottlingException extends __BaseException {
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
export interface AggregatedProfileTime {
|
|
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
|
-
export
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
export interface
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
export interface
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
export interface
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
export
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
export
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
export
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
export declare const
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
export declare const
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
export declare const
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
export declare const
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
export declare const
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
export declare const
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
export declare const
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
export declare const
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
export declare const
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
export declare const
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
export declare const
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
export declare const
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
export declare const
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
export declare const
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
export declare const
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
export declare const
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
export declare const
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
export declare const
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
export declare const GetRecommendationsRequestFilterSensitiveLog: (
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
export declare const
|
|
727
|
-
|
|
728
|
-
export declare const
|
|
729
|
-
|
|
730
|
-
export declare const
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
export declare const
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
export declare const
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
export declare const
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
export declare const
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
export declare const
|
|
751
|
-
|
|
752
|
-
export declare const
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
export declare const
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
export declare const
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
export declare const
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
export declare const
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
export declare const
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { CodeGuruProfilerServiceException as __BaseException } from "./CodeGuruProfilerServiceException";
|
|
3
|
+
export declare enum ActionGroup {
|
|
4
|
+
AGENT_PERMISSIONS = "agentPermissions",
|
|
5
|
+
}
|
|
6
|
+
export declare enum EventPublisher {
|
|
7
|
+
ANOMALY_DETECTION = "AnomalyDetection",
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export interface Channel {
|
|
11
|
+
id?: string;
|
|
12
|
+
|
|
13
|
+
uri: string | undefined;
|
|
14
|
+
|
|
15
|
+
eventPublishers: (EventPublisher | string)[] | undefined;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface AddNotificationChannelsRequest {
|
|
19
|
+
profilingGroupName: string | undefined;
|
|
20
|
+
|
|
21
|
+
channels: Channel[] | undefined;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface NotificationConfiguration {
|
|
25
|
+
channels?: Channel[];
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
export interface AddNotificationChannelsResponse {
|
|
29
|
+
notificationConfiguration?: NotificationConfiguration;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export declare class ConflictException extends __BaseException {
|
|
33
|
+
readonly name: "ConflictException";
|
|
34
|
+
readonly $fault: "client";
|
|
35
|
+
|
|
36
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
export declare class InternalServerException extends __BaseException {
|
|
40
|
+
readonly name: "InternalServerException";
|
|
41
|
+
readonly $fault: "server";
|
|
42
|
+
$retryable: {};
|
|
43
|
+
|
|
44
|
+
constructor(
|
|
45
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
46
|
+
);
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
50
|
+
readonly name: "ResourceNotFoundException";
|
|
51
|
+
readonly $fault: "client";
|
|
52
|
+
|
|
53
|
+
constructor(
|
|
54
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
55
|
+
);
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
59
|
+
readonly name: "ServiceQuotaExceededException";
|
|
60
|
+
readonly $fault: "client";
|
|
61
|
+
$retryable: {};
|
|
62
|
+
|
|
63
|
+
constructor(
|
|
64
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
65
|
+
);
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
export declare class ThrottlingException extends __BaseException {
|
|
69
|
+
readonly name: "ThrottlingException";
|
|
70
|
+
readonly $fault: "client";
|
|
71
|
+
$retryable: {};
|
|
72
|
+
|
|
73
|
+
constructor(
|
|
74
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
75
|
+
);
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export declare class ValidationException extends __BaseException {
|
|
79
|
+
readonly name: "ValidationException";
|
|
80
|
+
readonly $fault: "client";
|
|
81
|
+
|
|
82
|
+
constructor(
|
|
83
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
84
|
+
);
|
|
85
|
+
}
|
|
86
|
+
export declare enum AgentParameterField {
|
|
87
|
+
MAX_STACK_DEPTH = "MaxStackDepth",
|
|
88
|
+
|
|
89
|
+
MEMORY_USAGE_LIMIT_PERCENT = "MemoryUsageLimitPercent",
|
|
90
|
+
|
|
91
|
+
MINIMUM_TIME_FOR_REPORTING_IN_MILLISECONDS = "MinimumTimeForReportingInMilliseconds",
|
|
92
|
+
|
|
93
|
+
REPORTING_INTERVAL_IN_MILLISECONDS = "ReportingIntervalInMilliseconds",
|
|
94
|
+
|
|
95
|
+
SAMPLING_INTERVAL_IN_MILLISECONDS = "SamplingIntervalInMilliseconds",
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
export interface AgentConfiguration {
|
|
99
|
+
shouldProfile: boolean | undefined;
|
|
100
|
+
|
|
101
|
+
periodInSeconds: number | undefined;
|
|
102
|
+
|
|
103
|
+
agentParameters?: Record<string, string>;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
export interface AgentOrchestrationConfig {
|
|
107
|
+
profilingEnabled: boolean | undefined;
|
|
108
|
+
}
|
|
109
|
+
export declare enum AggregationPeriod {
|
|
110
|
+
P1D = "P1D",
|
|
111
|
+
|
|
112
|
+
PT1H = "PT1H",
|
|
113
|
+
|
|
114
|
+
PT5M = "PT5M",
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
export interface AggregatedProfileTime {
|
|
118
|
+
start?: Date;
|
|
119
|
+
|
|
120
|
+
period?: AggregationPeriod | string;
|
|
121
|
+
}
|
|
122
|
+
export declare enum FeedbackType {
|
|
123
|
+
Negative = "Negative",
|
|
124
|
+
|
|
125
|
+
Positive = "Positive",
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
export interface UserFeedback {
|
|
129
|
+
type: FeedbackType | string | undefined;
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export interface AnomalyInstance {
|
|
133
|
+
id: string | undefined;
|
|
134
|
+
|
|
135
|
+
startTime: Date | undefined;
|
|
136
|
+
|
|
137
|
+
endTime?: Date;
|
|
138
|
+
|
|
139
|
+
userFeedback?: UserFeedback;
|
|
140
|
+
}
|
|
141
|
+
export declare enum MetricType {
|
|
142
|
+
AggregatedRelativeTotalTime = "AggregatedRelativeTotalTime",
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
export interface Metric {
|
|
146
|
+
frameName: string | undefined;
|
|
147
|
+
|
|
148
|
+
type: MetricType | string | undefined;
|
|
149
|
+
|
|
150
|
+
threadStates: string[] | undefined;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
export interface Anomaly {
|
|
154
|
+
metric: Metric | undefined;
|
|
155
|
+
|
|
156
|
+
reason: string | undefined;
|
|
157
|
+
|
|
158
|
+
instances: AnomalyInstance[] | undefined;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
export interface FrameMetric {
|
|
162
|
+
frameName: string | undefined;
|
|
163
|
+
|
|
164
|
+
type: MetricType | string | undefined;
|
|
165
|
+
|
|
166
|
+
threadStates: string[] | undefined;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
export interface BatchGetFrameMetricDataRequest {
|
|
170
|
+
profilingGroupName: string | undefined;
|
|
171
|
+
|
|
172
|
+
startTime?: Date;
|
|
173
|
+
|
|
174
|
+
endTime?: Date;
|
|
175
|
+
|
|
176
|
+
period?: string;
|
|
177
|
+
|
|
178
|
+
targetResolution?: AggregationPeriod | string;
|
|
179
|
+
|
|
180
|
+
frameMetrics?: FrameMetric[];
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
export interface TimestampStructure {
|
|
184
|
+
value: Date | undefined;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
export interface FrameMetricDatum {
|
|
188
|
+
frameMetric: FrameMetric | undefined;
|
|
189
|
+
|
|
190
|
+
values: number[] | undefined;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
export interface BatchGetFrameMetricDataResponse {
|
|
194
|
+
startTime: Date | undefined;
|
|
195
|
+
|
|
196
|
+
endTime: Date | undefined;
|
|
197
|
+
|
|
198
|
+
resolution: AggregationPeriod | string | undefined;
|
|
199
|
+
|
|
200
|
+
endTimes: TimestampStructure[] | undefined;
|
|
201
|
+
|
|
202
|
+
unprocessedEndTimes: Record<string, TimestampStructure[]> | undefined;
|
|
203
|
+
|
|
204
|
+
frameMetricData: FrameMetricDatum[] | undefined;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
export interface GetFindingsReportAccountSummaryRequest {
|
|
208
|
+
nextToken?: string;
|
|
209
|
+
|
|
210
|
+
maxResults?: number;
|
|
211
|
+
|
|
212
|
+
dailyReportsOnly?: boolean;
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
export interface FindingsReportSummary {
|
|
216
|
+
id?: string;
|
|
217
|
+
|
|
218
|
+
profilingGroupName?: string;
|
|
219
|
+
|
|
220
|
+
profileStartTime?: Date;
|
|
221
|
+
|
|
222
|
+
profileEndTime?: Date;
|
|
223
|
+
|
|
224
|
+
totalNumberOfFindings?: number;
|
|
225
|
+
}
|
|
226
|
+
|
|
227
|
+
export interface GetFindingsReportAccountSummaryResponse {
|
|
228
|
+
reportSummaries: FindingsReportSummary[] | undefined;
|
|
229
|
+
|
|
230
|
+
nextToken?: string;
|
|
231
|
+
}
|
|
232
|
+
export interface ListTagsForResourceRequest {
|
|
233
|
+
resourceArn: string | undefined;
|
|
234
|
+
}
|
|
235
|
+
export interface ListTagsForResourceResponse {
|
|
236
|
+
tags?: Record<string, string>;
|
|
237
|
+
}
|
|
238
|
+
export declare enum MetadataField {
|
|
239
|
+
AGENT_ID = "AgentId",
|
|
240
|
+
|
|
241
|
+
AWS_REQUEST_ID = "AwsRequestId",
|
|
242
|
+
|
|
243
|
+
COMPUTE_PLATFORM = "ComputePlatform",
|
|
244
|
+
|
|
245
|
+
EXECUTION_ENVIRONMENT = "ExecutionEnvironment",
|
|
246
|
+
|
|
247
|
+
LAMBDA_FUNCTION_ARN = "LambdaFunctionArn",
|
|
248
|
+
|
|
249
|
+
LAMBDA_MEMORY_LIMIT_IN_MB = "LambdaMemoryLimitInMB",
|
|
250
|
+
|
|
251
|
+
LAMBDA_PREVIOUS_EXECUTION_TIME_IN_MILLISECONDS = "LambdaPreviousExecutionTimeInMilliseconds",
|
|
252
|
+
|
|
253
|
+
LAMBDA_REMAINING_TIME_IN_MILLISECONDS = "LambdaRemainingTimeInMilliseconds",
|
|
254
|
+
|
|
255
|
+
LAMBDA_TIME_GAP_BETWEEN_INVOKES_IN_MILLISECONDS = "LambdaTimeGapBetweenInvokesInMilliseconds",
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
export interface ConfigureAgentRequest {
|
|
259
|
+
profilingGroupName: string | undefined;
|
|
260
|
+
|
|
261
|
+
fleetInstanceId?: string;
|
|
262
|
+
|
|
263
|
+
metadata?: Record<string, string>;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
export interface ConfigureAgentResponse {
|
|
267
|
+
configuration: AgentConfiguration | undefined;
|
|
268
|
+
}
|
|
269
|
+
export declare enum ComputePlatform {
|
|
270
|
+
AWSLAMBDA = "AWSLambda",
|
|
271
|
+
|
|
272
|
+
DEFAULT = "Default",
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
export interface CreateProfilingGroupRequest {
|
|
276
|
+
profilingGroupName: string | undefined;
|
|
277
|
+
|
|
278
|
+
computePlatform?: ComputePlatform | string;
|
|
279
|
+
|
|
280
|
+
clientToken?: string;
|
|
281
|
+
|
|
282
|
+
agentOrchestrationConfig?: AgentOrchestrationConfig;
|
|
283
|
+
|
|
284
|
+
tags?: Record<string, string>;
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
export interface ProfilingStatus {
|
|
288
|
+
latestAgentProfileReportedAt?: Date;
|
|
289
|
+
|
|
290
|
+
latestAggregatedProfile?: AggregatedProfileTime;
|
|
291
|
+
|
|
292
|
+
latestAgentOrchestratedAt?: Date;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
export interface ProfilingGroupDescription {
|
|
296
|
+
name?: string;
|
|
297
|
+
|
|
298
|
+
agentOrchestrationConfig?: AgentOrchestrationConfig;
|
|
299
|
+
|
|
300
|
+
arn?: string;
|
|
301
|
+
|
|
302
|
+
createdAt?: Date;
|
|
303
|
+
|
|
304
|
+
updatedAt?: Date;
|
|
305
|
+
|
|
306
|
+
profilingStatus?: ProfilingStatus;
|
|
307
|
+
|
|
308
|
+
computePlatform?: ComputePlatform | string;
|
|
309
|
+
|
|
310
|
+
tags?: Record<string, string>;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
export interface CreateProfilingGroupResponse {
|
|
314
|
+
profilingGroup: ProfilingGroupDescription | undefined;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
export interface DeleteProfilingGroupRequest {
|
|
318
|
+
profilingGroupName: string | undefined;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
export interface DeleteProfilingGroupResponse {}
|
|
322
|
+
|
|
323
|
+
export interface DescribeProfilingGroupRequest {
|
|
324
|
+
profilingGroupName: string | undefined;
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
export interface DescribeProfilingGroupResponse {
|
|
328
|
+
profilingGroup: ProfilingGroupDescription | undefined;
|
|
329
|
+
}
|
|
330
|
+
|
|
331
|
+
export interface GetNotificationConfigurationRequest {
|
|
332
|
+
profilingGroupName: string | undefined;
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
export interface GetNotificationConfigurationResponse {
|
|
336
|
+
notificationConfiguration: NotificationConfiguration | undefined;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
export interface GetPolicyRequest {
|
|
340
|
+
profilingGroupName: string | undefined;
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
export interface GetPolicyResponse {
|
|
344
|
+
policy: string | undefined;
|
|
345
|
+
|
|
346
|
+
revisionId: string | undefined;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
export interface GetProfileRequest {
|
|
350
|
+
profilingGroupName: string | undefined;
|
|
351
|
+
|
|
352
|
+
startTime?: Date;
|
|
353
|
+
|
|
354
|
+
period?: string;
|
|
355
|
+
|
|
356
|
+
endTime?: Date;
|
|
357
|
+
|
|
358
|
+
maxDepth?: number;
|
|
359
|
+
|
|
360
|
+
accept?: string;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
export interface GetProfileResponse {
|
|
364
|
+
profile: Uint8Array | undefined;
|
|
365
|
+
|
|
366
|
+
contentType: string | undefined;
|
|
367
|
+
|
|
368
|
+
contentEncoding?: string;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
export interface GetRecommendationsRequest {
|
|
372
|
+
profilingGroupName: string | undefined;
|
|
373
|
+
|
|
374
|
+
startTime: Date | undefined;
|
|
375
|
+
|
|
376
|
+
endTime: Date | undefined;
|
|
377
|
+
|
|
378
|
+
locale?: string;
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
export interface Pattern {
|
|
382
|
+
id?: string;
|
|
383
|
+
|
|
384
|
+
name?: string;
|
|
385
|
+
|
|
386
|
+
description?: string;
|
|
387
|
+
|
|
388
|
+
resolutionSteps?: string;
|
|
389
|
+
|
|
390
|
+
targetFrames?: string[][];
|
|
391
|
+
|
|
392
|
+
thresholdPercent?: number;
|
|
393
|
+
|
|
394
|
+
countersToAggregate?: string[];
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
export interface Match {
|
|
398
|
+
targetFramesIndex?: number;
|
|
399
|
+
|
|
400
|
+
frameAddress?: string;
|
|
401
|
+
|
|
402
|
+
thresholdBreachValue?: number;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
export interface Recommendation {
|
|
406
|
+
allMatchesCount: number | undefined;
|
|
407
|
+
|
|
408
|
+
allMatchesSum: number | undefined;
|
|
409
|
+
|
|
410
|
+
pattern: Pattern | undefined;
|
|
411
|
+
|
|
412
|
+
topMatches: Match[] | undefined;
|
|
413
|
+
|
|
414
|
+
startTime: Date | undefined;
|
|
415
|
+
|
|
416
|
+
endTime: Date | undefined;
|
|
417
|
+
}
|
|
418
|
+
|
|
419
|
+
export interface GetRecommendationsResponse {
|
|
420
|
+
profilingGroupName: string | undefined;
|
|
421
|
+
|
|
422
|
+
profileStartTime: Date | undefined;
|
|
423
|
+
|
|
424
|
+
profileEndTime: Date | undefined;
|
|
425
|
+
|
|
426
|
+
recommendations: Recommendation[] | undefined;
|
|
427
|
+
|
|
428
|
+
anomalies: Anomaly[] | undefined;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
export interface ListFindingsReportsRequest {
|
|
432
|
+
profilingGroupName: string | undefined;
|
|
433
|
+
|
|
434
|
+
startTime: Date | undefined;
|
|
435
|
+
|
|
436
|
+
endTime: Date | undefined;
|
|
437
|
+
|
|
438
|
+
nextToken?: string;
|
|
439
|
+
|
|
440
|
+
maxResults?: number;
|
|
441
|
+
|
|
442
|
+
dailyReportsOnly?: boolean;
|
|
443
|
+
}
|
|
444
|
+
|
|
445
|
+
export interface ListFindingsReportsResponse {
|
|
446
|
+
findingsReportSummaries: FindingsReportSummary[] | undefined;
|
|
447
|
+
|
|
448
|
+
nextToken?: string;
|
|
449
|
+
}
|
|
450
|
+
export declare enum OrderBy {
|
|
451
|
+
TIMESTAMP_ASCENDING = "TimestampAscending",
|
|
452
|
+
|
|
453
|
+
TIMESTAMP_DESCENDING = "TimestampDescending",
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
export interface ListProfileTimesRequest {
|
|
457
|
+
profilingGroupName: string | undefined;
|
|
458
|
+
|
|
459
|
+
startTime: Date | undefined;
|
|
460
|
+
|
|
461
|
+
endTime: Date | undefined;
|
|
462
|
+
|
|
463
|
+
period: AggregationPeriod | string | undefined;
|
|
464
|
+
|
|
465
|
+
orderBy?: OrderBy | string;
|
|
466
|
+
|
|
467
|
+
maxResults?: number;
|
|
468
|
+
|
|
469
|
+
nextToken?: string;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
export interface ProfileTime {
|
|
473
|
+
start?: Date;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
export interface ListProfileTimesResponse {
|
|
477
|
+
profileTimes: ProfileTime[] | undefined;
|
|
478
|
+
|
|
479
|
+
nextToken?: string;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
export interface ListProfilingGroupsRequest {
|
|
483
|
+
nextToken?: string;
|
|
484
|
+
|
|
485
|
+
maxResults?: number;
|
|
486
|
+
|
|
487
|
+
includeDescription?: boolean;
|
|
488
|
+
}
|
|
489
|
+
|
|
490
|
+
export interface ListProfilingGroupsResponse {
|
|
491
|
+
profilingGroupNames: string[] | undefined;
|
|
492
|
+
|
|
493
|
+
profilingGroups?: ProfilingGroupDescription[];
|
|
494
|
+
|
|
495
|
+
nextToken?: string;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
export interface PostAgentProfileRequest {
|
|
499
|
+
profilingGroupName: string | undefined;
|
|
500
|
+
|
|
501
|
+
agentProfile: Uint8Array | undefined;
|
|
502
|
+
|
|
503
|
+
profileToken?: string;
|
|
504
|
+
|
|
505
|
+
contentType: string | undefined;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
export interface PostAgentProfileResponse {}
|
|
509
|
+
|
|
510
|
+
export interface PutPermissionRequest {
|
|
511
|
+
profilingGroupName: string | undefined;
|
|
512
|
+
|
|
513
|
+
actionGroup: ActionGroup | string | undefined;
|
|
514
|
+
|
|
515
|
+
principals: string[] | undefined;
|
|
516
|
+
|
|
517
|
+
revisionId?: string;
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
export interface PutPermissionResponse {
|
|
521
|
+
policy: string | undefined;
|
|
522
|
+
|
|
523
|
+
revisionId: string | undefined;
|
|
524
|
+
}
|
|
525
|
+
|
|
526
|
+
export interface RemoveNotificationChannelRequest {
|
|
527
|
+
profilingGroupName: string | undefined;
|
|
528
|
+
|
|
529
|
+
channelId: string | undefined;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
export interface RemoveNotificationChannelResponse {
|
|
533
|
+
notificationConfiguration?: NotificationConfiguration;
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
export interface RemovePermissionRequest {
|
|
537
|
+
profilingGroupName: string | undefined;
|
|
538
|
+
|
|
539
|
+
actionGroup: ActionGroup | string | undefined;
|
|
540
|
+
|
|
541
|
+
revisionId: string | undefined;
|
|
542
|
+
}
|
|
543
|
+
|
|
544
|
+
export interface RemovePermissionResponse {
|
|
545
|
+
policy: string | undefined;
|
|
546
|
+
|
|
547
|
+
revisionId: string | undefined;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
export interface SubmitFeedbackRequest {
|
|
551
|
+
profilingGroupName: string | undefined;
|
|
552
|
+
|
|
553
|
+
anomalyInstanceId: string | undefined;
|
|
554
|
+
|
|
555
|
+
type: FeedbackType | string | undefined;
|
|
556
|
+
|
|
557
|
+
comment?: string;
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
export interface SubmitFeedbackResponse {}
|
|
561
|
+
|
|
562
|
+
export interface UpdateProfilingGroupRequest {
|
|
563
|
+
profilingGroupName: string | undefined;
|
|
564
|
+
|
|
565
|
+
agentOrchestrationConfig: AgentOrchestrationConfig | undefined;
|
|
566
|
+
}
|
|
567
|
+
|
|
568
|
+
export interface UpdateProfilingGroupResponse {
|
|
569
|
+
profilingGroup: ProfilingGroupDescription | undefined;
|
|
570
|
+
}
|
|
571
|
+
export interface TagResourceRequest {
|
|
572
|
+
resourceArn: string | undefined;
|
|
573
|
+
|
|
574
|
+
tags: Record<string, string> | undefined;
|
|
575
|
+
}
|
|
576
|
+
export interface TagResourceResponse {}
|
|
577
|
+
export interface UntagResourceRequest {
|
|
578
|
+
resourceArn: string | undefined;
|
|
579
|
+
|
|
580
|
+
tagKeys: string[] | undefined;
|
|
581
|
+
}
|
|
582
|
+
export interface UntagResourceResponse {}
|
|
583
|
+
|
|
584
|
+
export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
|
|
585
|
+
|
|
586
|
+
export declare const AddNotificationChannelsRequestFilterSensitiveLog: (
|
|
587
|
+
obj: AddNotificationChannelsRequest
|
|
588
|
+
) => any;
|
|
589
|
+
|
|
590
|
+
export declare const NotificationConfigurationFilterSensitiveLog: (
|
|
591
|
+
obj: NotificationConfiguration
|
|
592
|
+
) => any;
|
|
593
|
+
|
|
594
|
+
export declare const AddNotificationChannelsResponseFilterSensitiveLog: (
|
|
595
|
+
obj: AddNotificationChannelsResponse
|
|
596
|
+
) => any;
|
|
597
|
+
|
|
598
|
+
export declare const AgentConfigurationFilterSensitiveLog: (
|
|
599
|
+
obj: AgentConfiguration
|
|
600
|
+
) => any;
|
|
601
|
+
|
|
602
|
+
export declare const AgentOrchestrationConfigFilterSensitiveLog: (
|
|
603
|
+
obj: AgentOrchestrationConfig
|
|
604
|
+
) => any;
|
|
605
|
+
|
|
606
|
+
export declare const AggregatedProfileTimeFilterSensitiveLog: (
|
|
607
|
+
obj: AggregatedProfileTime
|
|
608
|
+
) => any;
|
|
609
|
+
|
|
610
|
+
export declare const UserFeedbackFilterSensitiveLog: (obj: UserFeedback) => any;
|
|
611
|
+
|
|
612
|
+
export declare const AnomalyInstanceFilterSensitiveLog: (
|
|
613
|
+
obj: AnomalyInstance
|
|
614
|
+
) => any;
|
|
615
|
+
|
|
616
|
+
export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
|
|
617
|
+
|
|
618
|
+
export declare const AnomalyFilterSensitiveLog: (obj: Anomaly) => any;
|
|
619
|
+
|
|
620
|
+
export declare const FrameMetricFilterSensitiveLog: (obj: FrameMetric) => any;
|
|
621
|
+
|
|
622
|
+
export declare const BatchGetFrameMetricDataRequestFilterSensitiveLog: (
|
|
623
|
+
obj: BatchGetFrameMetricDataRequest
|
|
624
|
+
) => any;
|
|
625
|
+
|
|
626
|
+
export declare const TimestampStructureFilterSensitiveLog: (
|
|
627
|
+
obj: TimestampStructure
|
|
628
|
+
) => any;
|
|
629
|
+
|
|
630
|
+
export declare const FrameMetricDatumFilterSensitiveLog: (
|
|
631
|
+
obj: FrameMetricDatum
|
|
632
|
+
) => any;
|
|
633
|
+
|
|
634
|
+
export declare const BatchGetFrameMetricDataResponseFilterSensitiveLog: (
|
|
635
|
+
obj: BatchGetFrameMetricDataResponse
|
|
636
|
+
) => any;
|
|
637
|
+
|
|
638
|
+
export declare const GetFindingsReportAccountSummaryRequestFilterSensitiveLog: (
|
|
639
|
+
obj: GetFindingsReportAccountSummaryRequest
|
|
640
|
+
) => any;
|
|
641
|
+
|
|
642
|
+
export declare const FindingsReportSummaryFilterSensitiveLog: (
|
|
643
|
+
obj: FindingsReportSummary
|
|
644
|
+
) => any;
|
|
645
|
+
|
|
646
|
+
export declare const GetFindingsReportAccountSummaryResponseFilterSensitiveLog: (
|
|
647
|
+
obj: GetFindingsReportAccountSummaryResponse
|
|
648
|
+
) => any;
|
|
649
|
+
|
|
650
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
651
|
+
obj: ListTagsForResourceRequest
|
|
652
|
+
) => any;
|
|
653
|
+
|
|
654
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
655
|
+
obj: ListTagsForResourceResponse
|
|
656
|
+
) => any;
|
|
657
|
+
|
|
658
|
+
export declare const ConfigureAgentRequestFilterSensitiveLog: (
|
|
659
|
+
obj: ConfigureAgentRequest
|
|
660
|
+
) => any;
|
|
661
|
+
|
|
662
|
+
export declare const ConfigureAgentResponseFilterSensitiveLog: (
|
|
663
|
+
obj: ConfigureAgentResponse
|
|
664
|
+
) => any;
|
|
665
|
+
|
|
666
|
+
export declare const CreateProfilingGroupRequestFilterSensitiveLog: (
|
|
667
|
+
obj: CreateProfilingGroupRequest
|
|
668
|
+
) => any;
|
|
669
|
+
|
|
670
|
+
export declare const ProfilingStatusFilterSensitiveLog: (
|
|
671
|
+
obj: ProfilingStatus
|
|
672
|
+
) => any;
|
|
673
|
+
|
|
674
|
+
export declare const ProfilingGroupDescriptionFilterSensitiveLog: (
|
|
675
|
+
obj: ProfilingGroupDescription
|
|
676
|
+
) => any;
|
|
677
|
+
|
|
678
|
+
export declare const CreateProfilingGroupResponseFilterSensitiveLog: (
|
|
679
|
+
obj: CreateProfilingGroupResponse
|
|
680
|
+
) => any;
|
|
681
|
+
|
|
682
|
+
export declare const DeleteProfilingGroupRequestFilterSensitiveLog: (
|
|
683
|
+
obj: DeleteProfilingGroupRequest
|
|
684
|
+
) => any;
|
|
685
|
+
|
|
686
|
+
export declare const DeleteProfilingGroupResponseFilterSensitiveLog: (
|
|
687
|
+
obj: DeleteProfilingGroupResponse
|
|
688
|
+
) => any;
|
|
689
|
+
|
|
690
|
+
export declare const DescribeProfilingGroupRequestFilterSensitiveLog: (
|
|
691
|
+
obj: DescribeProfilingGroupRequest
|
|
692
|
+
) => any;
|
|
693
|
+
|
|
694
|
+
export declare const DescribeProfilingGroupResponseFilterSensitiveLog: (
|
|
695
|
+
obj: DescribeProfilingGroupResponse
|
|
696
|
+
) => any;
|
|
697
|
+
|
|
698
|
+
export declare const GetNotificationConfigurationRequestFilterSensitiveLog: (
|
|
699
|
+
obj: GetNotificationConfigurationRequest
|
|
700
|
+
) => any;
|
|
701
|
+
|
|
702
|
+
export declare const GetNotificationConfigurationResponseFilterSensitiveLog: (
|
|
703
|
+
obj: GetNotificationConfigurationResponse
|
|
704
|
+
) => any;
|
|
705
|
+
|
|
706
|
+
export declare const GetPolicyRequestFilterSensitiveLog: (
|
|
707
|
+
obj: GetPolicyRequest
|
|
708
|
+
) => any;
|
|
709
|
+
|
|
710
|
+
export declare const GetPolicyResponseFilterSensitiveLog: (
|
|
711
|
+
obj: GetPolicyResponse
|
|
712
|
+
) => any;
|
|
713
|
+
|
|
714
|
+
export declare const GetProfileRequestFilterSensitiveLog: (
|
|
715
|
+
obj: GetProfileRequest
|
|
716
|
+
) => any;
|
|
717
|
+
|
|
718
|
+
export declare const GetProfileResponseFilterSensitiveLog: (
|
|
719
|
+
obj: GetProfileResponse
|
|
720
|
+
) => any;
|
|
721
|
+
|
|
722
|
+
export declare const GetRecommendationsRequestFilterSensitiveLog: (
|
|
723
|
+
obj: GetRecommendationsRequest
|
|
724
|
+
) => any;
|
|
725
|
+
|
|
726
|
+
export declare const PatternFilterSensitiveLog: (obj: Pattern) => any;
|
|
727
|
+
|
|
728
|
+
export declare const MatchFilterSensitiveLog: (obj: Match) => any;
|
|
729
|
+
|
|
730
|
+
export declare const RecommendationFilterSensitiveLog: (
|
|
731
|
+
obj: Recommendation
|
|
732
|
+
) => any;
|
|
733
|
+
|
|
734
|
+
export declare const GetRecommendationsResponseFilterSensitiveLog: (
|
|
735
|
+
obj: GetRecommendationsResponse
|
|
736
|
+
) => any;
|
|
737
|
+
|
|
738
|
+
export declare const ListFindingsReportsRequestFilterSensitiveLog: (
|
|
739
|
+
obj: ListFindingsReportsRequest
|
|
740
|
+
) => any;
|
|
741
|
+
|
|
742
|
+
export declare const ListFindingsReportsResponseFilterSensitiveLog: (
|
|
743
|
+
obj: ListFindingsReportsResponse
|
|
744
|
+
) => any;
|
|
745
|
+
|
|
746
|
+
export declare const ListProfileTimesRequestFilterSensitiveLog: (
|
|
747
|
+
obj: ListProfileTimesRequest
|
|
748
|
+
) => any;
|
|
749
|
+
|
|
750
|
+
export declare const ProfileTimeFilterSensitiveLog: (obj: ProfileTime) => any;
|
|
751
|
+
|
|
752
|
+
export declare const ListProfileTimesResponseFilterSensitiveLog: (
|
|
753
|
+
obj: ListProfileTimesResponse
|
|
754
|
+
) => any;
|
|
755
|
+
|
|
756
|
+
export declare const ListProfilingGroupsRequestFilterSensitiveLog: (
|
|
757
|
+
obj: ListProfilingGroupsRequest
|
|
758
|
+
) => any;
|
|
759
|
+
|
|
760
|
+
export declare const ListProfilingGroupsResponseFilterSensitiveLog: (
|
|
761
|
+
obj: ListProfilingGroupsResponse
|
|
762
|
+
) => any;
|
|
763
|
+
|
|
764
|
+
export declare const PostAgentProfileRequestFilterSensitiveLog: (
|
|
765
|
+
obj: PostAgentProfileRequest
|
|
766
|
+
) => any;
|
|
767
|
+
|
|
768
|
+
export declare const PostAgentProfileResponseFilterSensitiveLog: (
|
|
769
|
+
obj: PostAgentProfileResponse
|
|
770
|
+
) => any;
|
|
771
|
+
|
|
772
|
+
export declare const PutPermissionRequestFilterSensitiveLog: (
|
|
773
|
+
obj: PutPermissionRequest
|
|
774
|
+
) => any;
|
|
775
|
+
|
|
776
|
+
export declare const PutPermissionResponseFilterSensitiveLog: (
|
|
777
|
+
obj: PutPermissionResponse
|
|
778
|
+
) => any;
|
|
779
|
+
|
|
780
|
+
export declare const RemoveNotificationChannelRequestFilterSensitiveLog: (
|
|
781
|
+
obj: RemoveNotificationChannelRequest
|
|
782
|
+
) => any;
|
|
783
|
+
|
|
784
|
+
export declare const RemoveNotificationChannelResponseFilterSensitiveLog: (
|
|
785
|
+
obj: RemoveNotificationChannelResponse
|
|
786
|
+
) => any;
|
|
787
|
+
|
|
788
|
+
export declare const RemovePermissionRequestFilterSensitiveLog: (
|
|
789
|
+
obj: RemovePermissionRequest
|
|
790
|
+
) => any;
|
|
791
|
+
|
|
792
|
+
export declare const RemovePermissionResponseFilterSensitiveLog: (
|
|
793
|
+
obj: RemovePermissionResponse
|
|
794
|
+
) => any;
|
|
795
|
+
|
|
796
|
+
export declare const SubmitFeedbackRequestFilterSensitiveLog: (
|
|
797
|
+
obj: SubmitFeedbackRequest
|
|
798
|
+
) => any;
|
|
799
|
+
|
|
800
|
+
export declare const SubmitFeedbackResponseFilterSensitiveLog: (
|
|
801
|
+
obj: SubmitFeedbackResponse
|
|
802
|
+
) => any;
|
|
803
|
+
|
|
804
|
+
export declare const UpdateProfilingGroupRequestFilterSensitiveLog: (
|
|
805
|
+
obj: UpdateProfilingGroupRequest
|
|
806
|
+
) => any;
|
|
807
|
+
|
|
808
|
+
export declare const UpdateProfilingGroupResponseFilterSensitiveLog: (
|
|
809
|
+
obj: UpdateProfilingGroupResponse
|
|
810
|
+
) => any;
|
|
811
|
+
|
|
812
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
813
|
+
obj: TagResourceRequest
|
|
814
|
+
) => any;
|
|
815
|
+
|
|
816
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
817
|
+
obj: TagResourceResponse
|
|
818
|
+
) => any;
|
|
819
|
+
|
|
820
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
821
|
+
obj: UntagResourceRequest
|
|
822
|
+
) => any;
|
|
823
|
+
|
|
824
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
825
|
+
obj: UntagResourceResponse
|
|
826
|
+
) => any;
|