@aws-sdk/client-codeguruprofiler 3.128.0 → 3.137.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.
Files changed (54) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/AddNotificationChannelsCommand.js +2 -2
  3. package/dist-cjs/commands/BatchGetFrameMetricDataCommand.js +2 -2
  4. package/dist-cjs/commands/ConfigureAgentCommand.js +2 -2
  5. package/dist-cjs/commands/CreateProfilingGroupCommand.js +2 -2
  6. package/dist-cjs/commands/DeleteProfilingGroupCommand.js +2 -2
  7. package/dist-cjs/commands/DescribeProfilingGroupCommand.js +2 -2
  8. package/dist-cjs/commands/GetFindingsReportAccountSummaryCommand.js +2 -2
  9. package/dist-cjs/commands/GetNotificationConfigurationCommand.js +2 -2
  10. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  11. package/dist-cjs/commands/GetProfileCommand.js +2 -2
  12. package/dist-cjs/commands/GetRecommendationsCommand.js +2 -2
  13. package/dist-cjs/commands/ListFindingsReportsCommand.js +2 -2
  14. package/dist-cjs/commands/ListProfileTimesCommand.js +2 -2
  15. package/dist-cjs/commands/ListProfilingGroupsCommand.js +2 -2
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  17. package/dist-cjs/commands/PostAgentProfileCommand.js +2 -2
  18. package/dist-cjs/commands/PutPermissionCommand.js +2 -2
  19. package/dist-cjs/commands/RemoveNotificationChannelCommand.js +2 -2
  20. package/dist-cjs/commands/RemovePermissionCommand.js +2 -2
  21. package/dist-cjs/commands/SubmitFeedbackCommand.js +2 -2
  22. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  23. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  24. package/dist-cjs/commands/UpdateProfilingGroupCommand.js +2 -2
  25. package/dist-cjs/models/models_0.js +262 -392
  26. package/dist-cjs/protocols/Aws_restJson1.js +3 -0
  27. package/dist-es/commands/AddNotificationChannelsCommand.js +3 -3
  28. package/dist-es/commands/BatchGetFrameMetricDataCommand.js +3 -3
  29. package/dist-es/commands/ConfigureAgentCommand.js +3 -3
  30. package/dist-es/commands/CreateProfilingGroupCommand.js +3 -3
  31. package/dist-es/commands/DeleteProfilingGroupCommand.js +3 -3
  32. package/dist-es/commands/DescribeProfilingGroupCommand.js +3 -3
  33. package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +3 -3
  34. package/dist-es/commands/GetNotificationConfigurationCommand.js +3 -3
  35. package/dist-es/commands/GetPolicyCommand.js +3 -3
  36. package/dist-es/commands/GetProfileCommand.js +3 -3
  37. package/dist-es/commands/GetRecommendationsCommand.js +3 -3
  38. package/dist-es/commands/ListFindingsReportsCommand.js +3 -3
  39. package/dist-es/commands/ListProfileTimesCommand.js +3 -3
  40. package/dist-es/commands/ListProfilingGroupsCommand.js +3 -3
  41. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  42. package/dist-es/commands/PostAgentProfileCommand.js +3 -3
  43. package/dist-es/commands/PutPermissionCommand.js +3 -3
  44. package/dist-es/commands/RemoveNotificationChannelCommand.js +3 -3
  45. package/dist-es/commands/RemovePermissionCommand.js +3 -3
  46. package/dist-es/commands/SubmitFeedbackCommand.js +3 -3
  47. package/dist-es/commands/TagResourceCommand.js +3 -3
  48. package/dist-es/commands/UntagResourceCommand.js +3 -3
  49. package/dist-es/commands/UpdateProfilingGroupCommand.js +3 -3
  50. package/dist-es/models/models_0.js +65 -260
  51. package/dist-es/protocols/Aws_restJson1.js +3 -0
  52. package/dist-types/models/models_0.d.ts +260 -390
  53. package/dist-types/ts3.4/models/models_0.d.ts +130 -260
  54. package/package.json +9 -9
@@ -17,10 +17,6 @@ export interface Channel {
17
17
 
18
18
  eventPublishers: (EventPublisher | string)[] | undefined;
19
19
  }
20
- export declare namespace Channel {
21
-
22
- const filterSensitiveLog: (obj: Channel) => any;
23
- }
24
20
 
25
21
  export interface AddNotificationChannelsRequest {
26
22
 
@@ -28,28 +24,16 @@ export interface AddNotificationChannelsRequest {
28
24
 
29
25
  channels: Channel[] | undefined;
30
26
  }
31
- export declare namespace AddNotificationChannelsRequest {
32
-
33
- const filterSensitiveLog: (obj: AddNotificationChannelsRequest) => any;
34
- }
35
27
 
36
28
  export interface NotificationConfiguration {
37
29
 
38
30
  channels?: Channel[];
39
31
  }
40
- export declare namespace NotificationConfiguration {
41
-
42
- const filterSensitiveLog: (obj: NotificationConfiguration) => any;
43
- }
44
32
 
45
33
  export interface AddNotificationChannelsResponse {
46
34
 
47
35
  notificationConfiguration?: NotificationConfiguration;
48
36
  }
49
- export declare namespace AddNotificationChannelsResponse {
50
-
51
- const filterSensitiveLog: (obj: AddNotificationChannelsResponse) => any;
52
- }
53
37
 
54
38
  export declare class ConflictException extends __BaseException {
55
39
  readonly name: "ConflictException";
@@ -116,19 +100,11 @@ export interface AgentConfiguration {
116
100
 
117
101
  agentParameters?: Record<string, string>;
118
102
  }
119
- export declare namespace AgentConfiguration {
120
-
121
- const filterSensitiveLog: (obj: AgentConfiguration) => any;
122
- }
123
103
 
124
104
  export interface AgentOrchestrationConfig {
125
105
 
126
106
  profilingEnabled: boolean | undefined;
127
107
  }
128
- export declare namespace AgentOrchestrationConfig {
129
-
130
- const filterSensitiveLog: (obj: AgentOrchestrationConfig) => any;
131
- }
132
108
  export declare enum AggregationPeriod {
133
109
 
134
110
  P1D = "P1D",
@@ -144,10 +120,6 @@ export interface AggregatedProfileTime {
144
120
 
145
121
  period?: AggregationPeriod | string;
146
122
  }
147
- export declare namespace AggregatedProfileTime {
148
-
149
- const filterSensitiveLog: (obj: AggregatedProfileTime) => any;
150
- }
151
123
  export declare enum FeedbackType {
152
124
 
153
125
  Negative = "Negative",
@@ -159,10 +131,6 @@ export interface UserFeedback {
159
131
 
160
132
  type: FeedbackType | string | undefined;
161
133
  }
162
- export declare namespace UserFeedback {
163
-
164
- const filterSensitiveLog: (obj: UserFeedback) => any;
165
- }
166
134
 
167
135
  export interface AnomalyInstance {
168
136
 
@@ -174,10 +142,6 @@ export interface AnomalyInstance {
174
142
 
175
143
  userFeedback?: UserFeedback;
176
144
  }
177
- export declare namespace AnomalyInstance {
178
-
179
- const filterSensitiveLog: (obj: AnomalyInstance) => any;
180
- }
181
145
  export declare enum MetricType {
182
146
 
183
147
  AggregatedRelativeTotalTime = "AggregatedRelativeTotalTime"
@@ -191,10 +155,6 @@ export interface Metric {
191
155
 
192
156
  threadStates: string[] | undefined;
193
157
  }
194
- export declare namespace Metric {
195
-
196
- const filterSensitiveLog: (obj: Metric) => any;
197
- }
198
158
 
199
159
  export interface Anomaly {
200
160
 
@@ -204,10 +164,6 @@ export interface Anomaly {
204
164
 
205
165
  instances: AnomalyInstance[] | undefined;
206
166
  }
207
- export declare namespace Anomaly {
208
-
209
- const filterSensitiveLog: (obj: Anomaly) => any;
210
- }
211
167
 
212
168
  export interface FrameMetric {
213
169
 
@@ -217,10 +173,6 @@ export interface FrameMetric {
217
173
 
218
174
  threadStates: string[] | undefined;
219
175
  }
220
- export declare namespace FrameMetric {
221
-
222
- const filterSensitiveLog: (obj: FrameMetric) => any;
223
- }
224
176
 
225
177
  export interface BatchGetFrameMetricDataRequest {
226
178
 
@@ -236,19 +188,11 @@ export interface BatchGetFrameMetricDataRequest {
236
188
 
237
189
  frameMetrics?: FrameMetric[];
238
190
  }
239
- export declare namespace BatchGetFrameMetricDataRequest {
240
-
241
- const filterSensitiveLog: (obj: BatchGetFrameMetricDataRequest) => any;
242
- }
243
191
 
244
192
  export interface TimestampStructure {
245
193
 
246
194
  value: Date | undefined;
247
195
  }
248
- export declare namespace TimestampStructure {
249
-
250
- const filterSensitiveLog: (obj: TimestampStructure) => any;
251
- }
252
196
 
253
197
  export interface FrameMetricDatum {
254
198
 
@@ -256,10 +200,6 @@ export interface FrameMetricDatum {
256
200
 
257
201
  values: number[] | undefined;
258
202
  }
259
- export declare namespace FrameMetricDatum {
260
-
261
- const filterSensitiveLog: (obj: FrameMetricDatum) => any;
262
- }
263
203
 
264
204
  export interface BatchGetFrameMetricDataResponse {
265
205
 
@@ -275,10 +215,6 @@ export interface BatchGetFrameMetricDataResponse {
275
215
 
276
216
  frameMetricData: FrameMetricDatum[] | undefined;
277
217
  }
278
- export declare namespace BatchGetFrameMetricDataResponse {
279
-
280
- const filterSensitiveLog: (obj: BatchGetFrameMetricDataResponse) => any;
281
- }
282
218
 
283
219
  export interface GetFindingsReportAccountSummaryRequest {
284
220
 
@@ -288,10 +224,6 @@ export interface GetFindingsReportAccountSummaryRequest {
288
224
 
289
225
  dailyReportsOnly?: boolean;
290
226
  }
291
- export declare namespace GetFindingsReportAccountSummaryRequest {
292
-
293
- const filterSensitiveLog: (obj: GetFindingsReportAccountSummaryRequest) => any;
294
- }
295
227
 
296
228
  export interface FindingsReportSummary {
297
229
 
@@ -305,10 +237,6 @@ export interface FindingsReportSummary {
305
237
 
306
238
  totalNumberOfFindings?: number;
307
239
  }
308
- export declare namespace FindingsReportSummary {
309
-
310
- const filterSensitiveLog: (obj: FindingsReportSummary) => any;
311
- }
312
240
 
313
241
  export interface GetFindingsReportAccountSummaryResponse {
314
242
 
@@ -316,26 +244,14 @@ export interface GetFindingsReportAccountSummaryResponse {
316
244
 
317
245
  nextToken?: string;
318
246
  }
319
- export declare namespace GetFindingsReportAccountSummaryResponse {
320
-
321
- const filterSensitiveLog: (obj: GetFindingsReportAccountSummaryResponse) => any;
322
- }
323
247
  export interface ListTagsForResourceRequest {
324
248
 
325
249
  resourceArn: string | undefined;
326
250
  }
327
- export declare namespace ListTagsForResourceRequest {
328
-
329
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
330
- }
331
251
  export interface ListTagsForResourceResponse {
332
252
 
333
253
  tags?: Record<string, string>;
334
254
  }
335
- export declare namespace ListTagsForResourceResponse {
336
-
337
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
338
- }
339
255
  export declare enum MetadataField {
340
256
 
341
257
  AGENT_ID = "AgentId",
@@ -365,19 +281,11 @@ export interface ConfigureAgentRequest {
365
281
 
366
282
  metadata?: Record<string, string>;
367
283
  }
368
- export declare namespace ConfigureAgentRequest {
369
-
370
- const filterSensitiveLog: (obj: ConfigureAgentRequest) => any;
371
- }
372
284
 
373
285
  export interface ConfigureAgentResponse {
374
286
 
375
287
  configuration: AgentConfiguration | undefined;
376
288
  }
377
- export declare namespace ConfigureAgentResponse {
378
-
379
- const filterSensitiveLog: (obj: ConfigureAgentResponse) => any;
380
- }
381
289
  export declare enum ComputePlatform {
382
290
 
383
291
  AWSLAMBDA = "AWSLambda",
@@ -397,10 +305,6 @@ export interface CreateProfilingGroupRequest {
397
305
 
398
306
  tags?: Record<string, string>;
399
307
  }
400
- export declare namespace CreateProfilingGroupRequest {
401
-
402
- const filterSensitiveLog: (obj: CreateProfilingGroupRequest) => any;
403
- }
404
308
 
405
309
  export interface ProfilingStatus {
406
310
 
@@ -410,10 +314,6 @@ export interface ProfilingStatus {
410
314
 
411
315
  latestAgentOrchestratedAt?: Date;
412
316
  }
413
- export declare namespace ProfilingStatus {
414
-
415
- const filterSensitiveLog: (obj: ProfilingStatus) => any;
416
- }
417
317
 
418
318
  export interface ProfilingGroupDescription {
419
319
 
@@ -433,80 +333,44 @@ export interface ProfilingGroupDescription {
433
333
 
434
334
  tags?: Record<string, string>;
435
335
  }
436
- export declare namespace ProfilingGroupDescription {
437
-
438
- const filterSensitiveLog: (obj: ProfilingGroupDescription) => any;
439
- }
440
336
 
441
337
  export interface CreateProfilingGroupResponse {
442
338
 
443
339
  profilingGroup: ProfilingGroupDescription | undefined;
444
340
  }
445
- export declare namespace CreateProfilingGroupResponse {
446
-
447
- const filterSensitiveLog: (obj: CreateProfilingGroupResponse) => any;
448
- }
449
341
 
450
342
  export interface DeleteProfilingGroupRequest {
451
343
 
452
344
  profilingGroupName: string | undefined;
453
345
  }
454
- export declare namespace DeleteProfilingGroupRequest {
455
-
456
- const filterSensitiveLog: (obj: DeleteProfilingGroupRequest) => any;
457
- }
458
346
 
459
347
  export interface DeleteProfilingGroupResponse {
460
348
  }
461
- export declare namespace DeleteProfilingGroupResponse {
462
-
463
- const filterSensitiveLog: (obj: DeleteProfilingGroupResponse) => any;
464
- }
465
349
 
466
350
  export interface DescribeProfilingGroupRequest {
467
351
 
468
352
  profilingGroupName: string | undefined;
469
353
  }
470
- export declare namespace DescribeProfilingGroupRequest {
471
-
472
- const filterSensitiveLog: (obj: DescribeProfilingGroupRequest) => any;
473
- }
474
354
 
475
355
  export interface DescribeProfilingGroupResponse {
476
356
 
477
357
  profilingGroup: ProfilingGroupDescription | undefined;
478
358
  }
479
- export declare namespace DescribeProfilingGroupResponse {
480
-
481
- const filterSensitiveLog: (obj: DescribeProfilingGroupResponse) => any;
482
- }
483
359
 
484
360
  export interface GetNotificationConfigurationRequest {
485
361
 
486
362
  profilingGroupName: string | undefined;
487
363
  }
488
- export declare namespace GetNotificationConfigurationRequest {
489
-
490
- const filterSensitiveLog: (obj: GetNotificationConfigurationRequest) => any;
491
- }
492
364
 
493
365
  export interface GetNotificationConfigurationResponse {
494
366
 
495
367
  notificationConfiguration: NotificationConfiguration | undefined;
496
368
  }
497
- export declare namespace GetNotificationConfigurationResponse {
498
-
499
- const filterSensitiveLog: (obj: GetNotificationConfigurationResponse) => any;
500
- }
501
369
 
502
370
  export interface GetPolicyRequest {
503
371
 
504
372
  profilingGroupName: string | undefined;
505
373
  }
506
- export declare namespace GetPolicyRequest {
507
-
508
- const filterSensitiveLog: (obj: GetPolicyRequest) => any;
509
- }
510
374
 
511
375
  export interface GetPolicyResponse {
512
376
 
@@ -514,10 +378,6 @@ export interface GetPolicyResponse {
514
378
 
515
379
  revisionId: string | undefined;
516
380
  }
517
- export declare namespace GetPolicyResponse {
518
-
519
- const filterSensitiveLog: (obj: GetPolicyResponse) => any;
520
- }
521
381
 
522
382
  export interface GetProfileRequest {
523
383
 
@@ -533,10 +393,6 @@ export interface GetProfileRequest {
533
393
 
534
394
  accept?: string;
535
395
  }
536
- export declare namespace GetProfileRequest {
537
-
538
- const filterSensitiveLog: (obj: GetProfileRequest) => any;
539
- }
540
396
 
541
397
  export interface GetProfileResponse {
542
398
 
@@ -546,10 +402,6 @@ export interface GetProfileResponse {
546
402
 
547
403
  contentEncoding?: string;
548
404
  }
549
- export declare namespace GetProfileResponse {
550
-
551
- const filterSensitiveLog: (obj: GetProfileResponse) => any;
552
- }
553
405
 
554
406
  export interface GetRecommendationsRequest {
555
407
 
@@ -561,10 +413,6 @@ export interface GetRecommendationsRequest {
561
413
 
562
414
  locale?: string;
563
415
  }
564
- export declare namespace GetRecommendationsRequest {
565
-
566
- const filterSensitiveLog: (obj: GetRecommendationsRequest) => any;
567
- }
568
416
 
569
417
  export interface Pattern {
570
418
 
@@ -582,10 +430,6 @@ export interface Pattern {
582
430
 
583
431
  countersToAggregate?: string[];
584
432
  }
585
- export declare namespace Pattern {
586
-
587
- const filterSensitiveLog: (obj: Pattern) => any;
588
- }
589
433
 
590
434
  export interface Match {
591
435
 
@@ -595,10 +439,6 @@ export interface Match {
595
439
 
596
440
  thresholdBreachValue?: number;
597
441
  }
598
- export declare namespace Match {
599
-
600
- const filterSensitiveLog: (obj: Match) => any;
601
- }
602
442
 
603
443
  export interface Recommendation {
604
444
 
@@ -614,10 +454,6 @@ export interface Recommendation {
614
454
 
615
455
  endTime: Date | undefined;
616
456
  }
617
- export declare namespace Recommendation {
618
-
619
- const filterSensitiveLog: (obj: Recommendation) => any;
620
- }
621
457
 
622
458
  export interface GetRecommendationsResponse {
623
459
 
@@ -631,10 +467,6 @@ export interface GetRecommendationsResponse {
631
467
 
632
468
  anomalies: Anomaly[] | undefined;
633
469
  }
634
- export declare namespace GetRecommendationsResponse {
635
-
636
- const filterSensitiveLog: (obj: GetRecommendationsResponse) => any;
637
- }
638
470
 
639
471
  export interface ListFindingsReportsRequest {
640
472
 
@@ -650,10 +482,6 @@ export interface ListFindingsReportsRequest {
650
482
 
651
483
  dailyReportsOnly?: boolean;
652
484
  }
653
- export declare namespace ListFindingsReportsRequest {
654
-
655
- const filterSensitiveLog: (obj: ListFindingsReportsRequest) => any;
656
- }
657
485
 
658
486
  export interface ListFindingsReportsResponse {
659
487
 
@@ -661,10 +489,6 @@ export interface ListFindingsReportsResponse {
661
489
 
662
490
  nextToken?: string;
663
491
  }
664
- export declare namespace ListFindingsReportsResponse {
665
-
666
- const filterSensitiveLog: (obj: ListFindingsReportsResponse) => any;
667
- }
668
492
  export declare enum OrderBy {
669
493
 
670
494
  TIMESTAMP_ASCENDING = "TimestampAscending",
@@ -688,19 +512,11 @@ export interface ListProfileTimesRequest {
688
512
 
689
513
  nextToken?: string;
690
514
  }
691
- export declare namespace ListProfileTimesRequest {
692
-
693
- const filterSensitiveLog: (obj: ListProfileTimesRequest) => any;
694
- }
695
515
 
696
516
  export interface ProfileTime {
697
517
 
698
518
  start?: Date;
699
519
  }
700
- export declare namespace ProfileTime {
701
-
702
- const filterSensitiveLog: (obj: ProfileTime) => any;
703
- }
704
520
 
705
521
  export interface ListProfileTimesResponse {
706
522
 
@@ -708,10 +524,6 @@ export interface ListProfileTimesResponse {
708
524
 
709
525
  nextToken?: string;
710
526
  }
711
- export declare namespace ListProfileTimesResponse {
712
-
713
- const filterSensitiveLog: (obj: ListProfileTimesResponse) => any;
714
- }
715
527
 
716
528
  export interface ListProfilingGroupsRequest {
717
529
 
@@ -721,10 +533,6 @@ export interface ListProfilingGroupsRequest {
721
533
 
722
534
  includeDescription?: boolean;
723
535
  }
724
- export declare namespace ListProfilingGroupsRequest {
725
-
726
- const filterSensitiveLog: (obj: ListProfilingGroupsRequest) => any;
727
- }
728
536
 
729
537
  export interface ListProfilingGroupsResponse {
730
538
 
@@ -734,10 +542,6 @@ export interface ListProfilingGroupsResponse {
734
542
 
735
543
  nextToken?: string;
736
544
  }
737
- export declare namespace ListProfilingGroupsResponse {
738
-
739
- const filterSensitiveLog: (obj: ListProfilingGroupsResponse) => any;
740
- }
741
545
 
742
546
  export interface PostAgentProfileRequest {
743
547
 
@@ -749,17 +553,9 @@ export interface PostAgentProfileRequest {
749
553
 
750
554
  contentType: string | undefined;
751
555
  }
752
- export declare namespace PostAgentProfileRequest {
753
-
754
- const filterSensitiveLog: (obj: PostAgentProfileRequest) => any;
755
- }
756
556
 
757
557
  export interface PostAgentProfileResponse {
758
558
  }
759
- export declare namespace PostAgentProfileResponse {
760
-
761
- const filterSensitiveLog: (obj: PostAgentProfileResponse) => any;
762
- }
763
559
 
764
560
  export interface PutPermissionRequest {
765
561
 
@@ -771,10 +567,6 @@ export interface PutPermissionRequest {
771
567
 
772
568
  revisionId?: string;
773
569
  }
774
- export declare namespace PutPermissionRequest {
775
-
776
- const filterSensitiveLog: (obj: PutPermissionRequest) => any;
777
- }
778
570
 
779
571
  export interface PutPermissionResponse {
780
572
 
@@ -782,10 +574,6 @@ export interface PutPermissionResponse {
782
574
 
783
575
  revisionId: string | undefined;
784
576
  }
785
- export declare namespace PutPermissionResponse {
786
-
787
- const filterSensitiveLog: (obj: PutPermissionResponse) => any;
788
- }
789
577
 
790
578
  export interface RemoveNotificationChannelRequest {
791
579
 
@@ -793,19 +581,11 @@ export interface RemoveNotificationChannelRequest {
793
581
 
794
582
  channelId: string | undefined;
795
583
  }
796
- export declare namespace RemoveNotificationChannelRequest {
797
-
798
- const filterSensitiveLog: (obj: RemoveNotificationChannelRequest) => any;
799
- }
800
584
 
801
585
  export interface RemoveNotificationChannelResponse {
802
586
 
803
587
  notificationConfiguration?: NotificationConfiguration;
804
588
  }
805
- export declare namespace RemoveNotificationChannelResponse {
806
-
807
- const filterSensitiveLog: (obj: RemoveNotificationChannelResponse) => any;
808
- }
809
589
 
810
590
  export interface RemovePermissionRequest {
811
591
 
@@ -815,10 +595,6 @@ export interface RemovePermissionRequest {
815
595
 
816
596
  revisionId: string | undefined;
817
597
  }
818
- export declare namespace RemovePermissionRequest {
819
-
820
- const filterSensitiveLog: (obj: RemovePermissionRequest) => any;
821
- }
822
598
 
823
599
  export interface RemovePermissionResponse {
824
600
 
@@ -826,10 +602,6 @@ export interface RemovePermissionResponse {
826
602
 
827
603
  revisionId: string | undefined;
828
604
  }
829
- export declare namespace RemovePermissionResponse {
830
-
831
- const filterSensitiveLog: (obj: RemovePermissionResponse) => any;
832
- }
833
605
 
834
606
  export interface SubmitFeedbackRequest {
835
607
 
@@ -841,17 +613,9 @@ export interface SubmitFeedbackRequest {
841
613
 
842
614
  comment?: string;
843
615
  }
844
- export declare namespace SubmitFeedbackRequest {
845
-
846
- const filterSensitiveLog: (obj: SubmitFeedbackRequest) => any;
847
- }
848
616
 
849
617
  export interface SubmitFeedbackResponse {
850
618
  }
851
- export declare namespace SubmitFeedbackResponse {
852
-
853
- const filterSensitiveLog: (obj: SubmitFeedbackResponse) => any;
854
- }
855
619
 
856
620
  export interface UpdateProfilingGroupRequest {
857
621
 
@@ -859,48 +623,154 @@ export interface UpdateProfilingGroupRequest {
859
623
 
860
624
  agentOrchestrationConfig: AgentOrchestrationConfig | undefined;
861
625
  }
862
- export declare namespace UpdateProfilingGroupRequest {
863
-
864
- const filterSensitiveLog: (obj: UpdateProfilingGroupRequest) => any;
865
- }
866
626
 
867
627
  export interface UpdateProfilingGroupResponse {
868
628
 
869
629
  profilingGroup: ProfilingGroupDescription | undefined;
870
630
  }
871
- export declare namespace UpdateProfilingGroupResponse {
872
-
873
- const filterSensitiveLog: (obj: UpdateProfilingGroupResponse) => any;
874
- }
875
631
  export interface TagResourceRequest {
876
632
 
877
633
  resourceArn: string | undefined;
878
634
 
879
635
  tags: Record<string, string> | undefined;
880
636
  }
881
- export declare namespace TagResourceRequest {
882
-
883
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
884
- }
885
637
  export interface TagResourceResponse {
886
638
  }
887
- export declare namespace TagResourceResponse {
888
-
889
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
890
- }
891
639
  export interface UntagResourceRequest {
892
640
 
893
641
  resourceArn: string | undefined;
894
642
 
895
643
  tagKeys: string[] | undefined;
896
644
  }
897
- export declare namespace UntagResourceRequest {
898
-
899
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
900
- }
901
645
  export interface UntagResourceResponse {
902
646
  }
903
- export declare namespace UntagResourceResponse {
904
-
905
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
906
- }
647
+
648
+ export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
649
+
650
+ export declare const AddNotificationChannelsRequestFilterSensitiveLog: (obj: AddNotificationChannelsRequest) => any;
651
+
652
+ export declare const NotificationConfigurationFilterSensitiveLog: (obj: NotificationConfiguration) => any;
653
+
654
+ export declare const AddNotificationChannelsResponseFilterSensitiveLog: (obj: AddNotificationChannelsResponse) => any;
655
+
656
+ export declare const AgentConfigurationFilterSensitiveLog: (obj: AgentConfiguration) => any;
657
+
658
+ export declare const AgentOrchestrationConfigFilterSensitiveLog: (obj: AgentOrchestrationConfig) => any;
659
+
660
+ export declare const AggregatedProfileTimeFilterSensitiveLog: (obj: AggregatedProfileTime) => any;
661
+
662
+ export declare const UserFeedbackFilterSensitiveLog: (obj: UserFeedback) => any;
663
+
664
+ export declare const AnomalyInstanceFilterSensitiveLog: (obj: AnomalyInstance) => any;
665
+
666
+ export declare const MetricFilterSensitiveLog: (obj: Metric) => any;
667
+
668
+ export declare const AnomalyFilterSensitiveLog: (obj: Anomaly) => any;
669
+
670
+ export declare const FrameMetricFilterSensitiveLog: (obj: FrameMetric) => any;
671
+
672
+ export declare const BatchGetFrameMetricDataRequestFilterSensitiveLog: (obj: BatchGetFrameMetricDataRequest) => any;
673
+
674
+ export declare const TimestampStructureFilterSensitiveLog: (obj: TimestampStructure) => any;
675
+
676
+ export declare const FrameMetricDatumFilterSensitiveLog: (obj: FrameMetricDatum) => any;
677
+
678
+ export declare const BatchGetFrameMetricDataResponseFilterSensitiveLog: (obj: BatchGetFrameMetricDataResponse) => any;
679
+
680
+ export declare const GetFindingsReportAccountSummaryRequestFilterSensitiveLog: (obj: GetFindingsReportAccountSummaryRequest) => any;
681
+
682
+ export declare const FindingsReportSummaryFilterSensitiveLog: (obj: FindingsReportSummary) => any;
683
+
684
+ export declare const GetFindingsReportAccountSummaryResponseFilterSensitiveLog: (obj: GetFindingsReportAccountSummaryResponse) => any;
685
+
686
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
687
+
688
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
689
+
690
+ export declare const ConfigureAgentRequestFilterSensitiveLog: (obj: ConfigureAgentRequest) => any;
691
+
692
+ export declare const ConfigureAgentResponseFilterSensitiveLog: (obj: ConfigureAgentResponse) => any;
693
+
694
+ export declare const CreateProfilingGroupRequestFilterSensitiveLog: (obj: CreateProfilingGroupRequest) => any;
695
+
696
+ export declare const ProfilingStatusFilterSensitiveLog: (obj: ProfilingStatus) => any;
697
+
698
+ export declare const ProfilingGroupDescriptionFilterSensitiveLog: (obj: ProfilingGroupDescription) => any;
699
+
700
+ export declare const CreateProfilingGroupResponseFilterSensitiveLog: (obj: CreateProfilingGroupResponse) => any;
701
+
702
+ export declare const DeleteProfilingGroupRequestFilterSensitiveLog: (obj: DeleteProfilingGroupRequest) => any;
703
+
704
+ export declare const DeleteProfilingGroupResponseFilterSensitiveLog: (obj: DeleteProfilingGroupResponse) => any;
705
+
706
+ export declare const DescribeProfilingGroupRequestFilterSensitiveLog: (obj: DescribeProfilingGroupRequest) => any;
707
+
708
+ export declare const DescribeProfilingGroupResponseFilterSensitiveLog: (obj: DescribeProfilingGroupResponse) => any;
709
+
710
+ export declare const GetNotificationConfigurationRequestFilterSensitiveLog: (obj: GetNotificationConfigurationRequest) => any;
711
+
712
+ export declare const GetNotificationConfigurationResponseFilterSensitiveLog: (obj: GetNotificationConfigurationResponse) => any;
713
+
714
+ export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
715
+
716
+ export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
717
+
718
+ export declare const GetProfileRequestFilterSensitiveLog: (obj: GetProfileRequest) => any;
719
+
720
+ export declare const GetProfileResponseFilterSensitiveLog: (obj: GetProfileResponse) => any;
721
+
722
+ export declare const GetRecommendationsRequestFilterSensitiveLog: (obj: GetRecommendationsRequest) => any;
723
+
724
+ export declare const PatternFilterSensitiveLog: (obj: Pattern) => any;
725
+
726
+ export declare const MatchFilterSensitiveLog: (obj: Match) => any;
727
+
728
+ export declare const RecommendationFilterSensitiveLog: (obj: Recommendation) => any;
729
+
730
+ export declare const GetRecommendationsResponseFilterSensitiveLog: (obj: GetRecommendationsResponse) => any;
731
+
732
+ export declare const ListFindingsReportsRequestFilterSensitiveLog: (obj: ListFindingsReportsRequest) => any;
733
+
734
+ export declare const ListFindingsReportsResponseFilterSensitiveLog: (obj: ListFindingsReportsResponse) => any;
735
+
736
+ export declare const ListProfileTimesRequestFilterSensitiveLog: (obj: ListProfileTimesRequest) => any;
737
+
738
+ export declare const ProfileTimeFilterSensitiveLog: (obj: ProfileTime) => any;
739
+
740
+ export declare const ListProfileTimesResponseFilterSensitiveLog: (obj: ListProfileTimesResponse) => any;
741
+
742
+ export declare const ListProfilingGroupsRequestFilterSensitiveLog: (obj: ListProfilingGroupsRequest) => any;
743
+
744
+ export declare const ListProfilingGroupsResponseFilterSensitiveLog: (obj: ListProfilingGroupsResponse) => any;
745
+
746
+ export declare const PostAgentProfileRequestFilterSensitiveLog: (obj: PostAgentProfileRequest) => any;
747
+
748
+ export declare const PostAgentProfileResponseFilterSensitiveLog: (obj: PostAgentProfileResponse) => any;
749
+
750
+ export declare const PutPermissionRequestFilterSensitiveLog: (obj: PutPermissionRequest) => any;
751
+
752
+ export declare const PutPermissionResponseFilterSensitiveLog: (obj: PutPermissionResponse) => any;
753
+
754
+ export declare const RemoveNotificationChannelRequestFilterSensitiveLog: (obj: RemoveNotificationChannelRequest) => any;
755
+
756
+ export declare const RemoveNotificationChannelResponseFilterSensitiveLog: (obj: RemoveNotificationChannelResponse) => any;
757
+
758
+ export declare const RemovePermissionRequestFilterSensitiveLog: (obj: RemovePermissionRequest) => any;
759
+
760
+ export declare const RemovePermissionResponseFilterSensitiveLog: (obj: RemovePermissionResponse) => any;
761
+
762
+ export declare const SubmitFeedbackRequestFilterSensitiveLog: (obj: SubmitFeedbackRequest) => any;
763
+
764
+ export declare const SubmitFeedbackResponseFilterSensitiveLog: (obj: SubmitFeedbackResponse) => any;
765
+
766
+ export declare const UpdateProfilingGroupRequestFilterSensitiveLog: (obj: UpdateProfilingGroupRequest) => any;
767
+
768
+ export declare const UpdateProfilingGroupResponseFilterSensitiveLog: (obj: UpdateProfilingGroupResponse) => any;
769
+
770
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
771
+
772
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
773
+
774
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
775
+
776
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;