@aws-sdk/client-codeguruprofiler 3.952.0 → 3.953.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 (43) hide show
  1. package/dist-cjs/index.js +310 -215
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AddNotificationChannelsCommand.js +2 -2
  4. package/dist-es/commands/BatchGetFrameMetricDataCommand.js +2 -2
  5. package/dist-es/commands/ConfigureAgentCommand.js +2 -2
  6. package/dist-es/commands/CreateProfilingGroupCommand.js +2 -2
  7. package/dist-es/commands/DeleteProfilingGroupCommand.js +2 -2
  8. package/dist-es/commands/DescribeProfilingGroupCommand.js +2 -2
  9. package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +2 -2
  10. package/dist-es/commands/GetNotificationConfigurationCommand.js +2 -2
  11. package/dist-es/commands/GetPolicyCommand.js +2 -2
  12. package/dist-es/commands/GetProfileCommand.js +2 -2
  13. package/dist-es/commands/GetRecommendationsCommand.js +2 -2
  14. package/dist-es/commands/ListFindingsReportsCommand.js +2 -2
  15. package/dist-es/commands/ListProfileTimesCommand.js +2 -2
  16. package/dist-es/commands/ListProfilingGroupsCommand.js +2 -2
  17. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  18. package/dist-es/commands/PostAgentProfileCommand.js +2 -2
  19. package/dist-es/commands/PutPermissionCommand.js +2 -2
  20. package/dist-es/commands/RemoveNotificationChannelCommand.js +2 -2
  21. package/dist-es/commands/RemovePermissionCommand.js +2 -2
  22. package/dist-es/commands/SubmitFeedbackCommand.js +2 -2
  23. package/dist-es/commands/TagResourceCommand.js +2 -2
  24. package/dist-es/commands/UntagResourceCommand.js +2 -2
  25. package/dist-es/commands/UpdateProfilingGroupCommand.js +2 -2
  26. package/dist-es/index.js +1 -0
  27. package/dist-es/runtimeConfig.shared.js +6 -1
  28. package/dist-es/schemas/schemas_0.js +186 -186
  29. package/dist-types/CodeGuruProfilerClient.d.ts +1 -10
  30. package/dist-types/index.d.ts +1 -0
  31. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  32. package/dist-types/runtimeConfig.d.ts +6 -2
  33. package/dist-types/runtimeConfig.native.d.ts +6 -2
  34. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  35. package/dist-types/schemas/schemas_0.d.ts +96 -120
  36. package/dist-types/ts3.4/CodeGuruProfilerClient.d.ts +0 -4
  37. package/dist-types/ts3.4/index.d.ts +1 -0
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  42. package/dist-types/ts3.4/schemas/schemas_0.d.ts +95 -121
  43. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class CodeGuruProfilerClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let CodeGuruProfilerServiceException$1 = class CodeGuruProfilerServiceException extends smithyClient.ServiceException {
113
+ class CodeGuruProfilerServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, CodeGuruProfilerServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let ConflictException$1 = class ConflictException extends CodeGuruProfilerServiceException$1 {
120
+ class ConflictException extends CodeGuruProfilerServiceException {
121
121
  name = "ConflictException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let ConflictException$1 = class ConflictException extends CodeGuruProfilerServic
128
128
  });
129
129
  Object.setPrototypeOf(this, ConflictException.prototype);
130
130
  }
131
- };
132
- let InternalServerException$1 = class InternalServerException extends CodeGuruProfilerServiceException$1 {
131
+ }
132
+ class InternalServerException extends CodeGuruProfilerServiceException {
133
133
  name = "InternalServerException";
134
134
  $fault = "server";
135
135
  $retryable = {};
@@ -141,8 +141,8 @@ let InternalServerException$1 = class InternalServerException extends CodeGuruPr
141
141
  });
142
142
  Object.setPrototypeOf(this, InternalServerException.prototype);
143
143
  }
144
- };
145
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends CodeGuruProfilerServiceException$1 {
144
+ }
145
+ class ResourceNotFoundException extends CodeGuruProfilerServiceException {
146
146
  name = "ResourceNotFoundException";
147
147
  $fault = "client";
148
148
  constructor(opts) {
@@ -153,8 +153,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends CodeGu
153
153
  });
154
154
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
155
155
  }
156
- };
157
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends CodeGuruProfilerServiceException$1 {
156
+ }
157
+ class ServiceQuotaExceededException extends CodeGuruProfilerServiceException {
158
158
  name = "ServiceQuotaExceededException";
159
159
  $fault = "client";
160
160
  $retryable = {};
@@ -166,8 +166,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
166
166
  });
167
167
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
168
168
  }
169
- };
170
- let ThrottlingException$1 = class ThrottlingException extends CodeGuruProfilerServiceException$1 {
169
+ }
170
+ class ThrottlingException extends CodeGuruProfilerServiceException {
171
171
  name = "ThrottlingException";
172
172
  $fault = "client";
173
173
  $retryable = {};
@@ -179,8 +179,8 @@ let ThrottlingException$1 = class ThrottlingException extends CodeGuruProfilerSe
179
179
  });
180
180
  Object.setPrototypeOf(this, ThrottlingException.prototype);
181
181
  }
182
- };
183
- let ValidationException$1 = class ValidationException extends CodeGuruProfilerServiceException$1 {
182
+ }
183
+ class ValidationException extends CodeGuruProfilerServiceException {
184
184
  name = "ValidationException";
185
185
  $fault = "client";
186
186
  constructor(opts) {
@@ -191,7 +191,7 @@ let ValidationException$1 = class ValidationException extends CodeGuruProfilerSe
191
191
  });
192
192
  Object.setPrototypeOf(this, ValidationException.prototype);
193
193
  }
194
- };
194
+ }
195
195
 
196
196
  const _A = "Anomaly";
197
197
  const _AC = "AgentConfiguration";
@@ -404,7 +404,7 @@ const _uF = "userFeedback";
404
404
  const _v = "values";
405
405
  const _va = "value";
406
406
  const n0 = "com.amazonaws.codeguruprofiler";
407
- var AddNotificationChannelsRequest = [
407
+ var AddNotificationChannelsRequest$ = [
408
408
  3,
409
409
  n0,
410
410
  _ANCR,
@@ -412,27 +412,27 @@ var AddNotificationChannelsRequest = [
412
412
  [_pGN, _c],
413
413
  [[0, 1], () => Channels],
414
414
  ];
415
- var AddNotificationChannelsResponse = [
415
+ var AddNotificationChannelsResponse$ = [
416
416
  3,
417
417
  n0,
418
418
  _ANCRd,
419
419
  0,
420
420
  [_nC],
421
- [() => NotificationConfiguration],
421
+ [() => NotificationConfiguration$],
422
422
  ];
423
- var AgentConfiguration = [3, n0, _AC, 0, [_sP, _pIS, _aP], [2, 1, 128 | 0]];
424
- var AgentOrchestrationConfig = [3, n0, _AOC, 0, [_pE], [2]];
425
- var AggregatedProfileTime = [3, n0, _APT, 0, [_s, _p], [5, 0]];
426
- var Anomaly = [3, n0, _A, 0, [_m, _r, _i], [() => Metric, 0, () => AnomalyInstances]];
427
- var AnomalyInstance = [
423
+ var AgentConfiguration$ = [3, n0, _AC, 0, [_sP, _pIS, _aP], [2, 1, 128 | 0]];
424
+ var AgentOrchestrationConfig$ = [3, n0, _AOC, 0, [_pE], [2]];
425
+ var AggregatedProfileTime$ = [3, n0, _APT, 0, [_s, _p], [5, 0]];
426
+ var Anomaly$ = [3, n0, _A, 0, [_m, _r, _i], [() => Metric$, 0, () => AnomalyInstances]];
427
+ var AnomalyInstance$ = [
428
428
  3,
429
429
  n0,
430
430
  _AI,
431
431
  0,
432
432
  [_id, _sT, _eT, _uF],
433
- [0, 5, 5, () => UserFeedback],
433
+ [0, 5, 5, () => UserFeedback$],
434
434
  ];
435
- var BatchGetFrameMetricDataRequest = [
435
+ var BatchGetFrameMetricDataRequest$ = [
436
436
  3,
437
437
  n0,
438
438
  _BGFMDR,
@@ -440,7 +440,7 @@ var BatchGetFrameMetricDataRequest = [
440
440
  [_pGN, _sT, _eT, _p, _tR, _fM],
441
441
  [[0, 1], [5, { [_hQ]: _sT }], [5, { [_hQ]: _eT }], [0, { [_hQ]: _p }], [0, { [_hQ]: _tR }], () => FrameMetrics],
442
442
  ];
443
- var BatchGetFrameMetricDataResponse = [
443
+ var BatchGetFrameMetricDataResponse$ = [
444
444
  3,
445
445
  n0,
446
446
  _BGFMDRa,
@@ -448,39 +448,39 @@ var BatchGetFrameMetricDataResponse = [
448
448
  [_sT, _eT, _re, _eTn, _uET, _fMD],
449
449
  [5, 5, 0, () => ListOfTimestamps, () => UnprocessedEndTimeMap, () => FrameMetricData],
450
450
  ];
451
- var Channel = [3, n0, _C, 0, [_id, _u, _eP], [0, 0, 64 | 0]];
452
- var ConfigureAgentRequest = [3, n0, _CAR, 0, [_pGN, _fII, _me], [[0, 1], 0, 128 | 0]];
453
- var ConfigureAgentResponse = [3, n0, _CARo, 0, [_co], [[() => AgentConfiguration, 16]]];
454
- var ConflictException = [-3, n0, _CE, { [_e]: _cl, [_hE]: 409 }, [_mes], [0]];
455
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
456
- var CreateProfilingGroupRequest = [
451
+ var Channel$ = [3, n0, _C, 0, [_id, _u, _eP], [0, 0, 64 | 0]];
452
+ var ConfigureAgentRequest$ = [3, n0, _CAR, 0, [_pGN, _fII, _me], [[0, 1], 0, 128 | 0]];
453
+ var ConfigureAgentResponse$ = [3, n0, _CARo, 0, [_co], [[() => AgentConfiguration$, 16]]];
454
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _cl, [_hE]: 409 }, [_mes], [0]];
455
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
456
+ var CreateProfilingGroupRequest$ = [
457
457
  3,
458
458
  n0,
459
459
  _CPGR,
460
460
  0,
461
461
  [_pGN, _cP, _cT, _aOC, _t],
462
- [0, 0, [0, { [_iT]: 1, [_hQ]: _cT }], () => AgentOrchestrationConfig, 128 | 0],
462
+ [0, 0, [0, { [_iT]: 1, [_hQ]: _cT }], () => AgentOrchestrationConfig$, 128 | 0],
463
463
  ];
464
- var CreateProfilingGroupResponse = [
464
+ var CreateProfilingGroupResponse$ = [
465
465
  3,
466
466
  n0,
467
467
  _CPGRr,
468
468
  0,
469
469
  [_pG],
470
- [[() => ProfilingGroupDescription, 16]],
470
+ [[() => ProfilingGroupDescription$, 16]],
471
471
  ];
472
- var DeleteProfilingGroupRequest = [3, n0, _DPGR, 0, [_pGN], [[0, 1]]];
473
- var DeleteProfilingGroupResponse = [3, n0, _DPGRe, 0, [], []];
474
- var DescribeProfilingGroupRequest = [3, n0, _DPGRes, 0, [_pGN], [[0, 1]]];
475
- var DescribeProfilingGroupResponse = [
472
+ var DeleteProfilingGroupRequest$ = [3, n0, _DPGR, 0, [_pGN], [[0, 1]]];
473
+ var DeleteProfilingGroupResponse$ = [3, n0, _DPGRe, 0, [], []];
474
+ var DescribeProfilingGroupRequest$ = [3, n0, _DPGRes, 0, [_pGN], [[0, 1]]];
475
+ var DescribeProfilingGroupResponse$ = [
476
476
  3,
477
477
  n0,
478
478
  _DPGResc,
479
479
  0,
480
480
  [_pG],
481
- [[() => ProfilingGroupDescription, 16]],
481
+ [[() => ProfilingGroupDescription$, 16]],
482
482
  ];
483
- var FindingsReportSummary = [
483
+ var FindingsReportSummary$ = [
484
484
  3,
485
485
  n0,
486
486
  _FRS,
@@ -488,9 +488,9 @@ var FindingsReportSummary = [
488
488
  [_id, _pGN, _pST, _pET, _tNOF],
489
489
  [0, 0, 5, 5, 1],
490
490
  ];
491
- var FrameMetric = [3, n0, _FM, 0, [_fN, _ty, _tS], [0, 0, 64 | 0]];
492
- var FrameMetricDatum = [3, n0, _FMD, 0, [_fMr, _v], [() => FrameMetric, 64 | 1]];
493
- var GetFindingsReportAccountSummaryRequest = [
491
+ var FrameMetric$ = [3, n0, _FM, 0, [_fN, _ty, _tS], [0, 0, 64 | 0]];
492
+ var FrameMetricDatum$ = [3, n0, _FMD, 0, [_fMr, _v], [() => FrameMetric$, 64 | 1]];
493
+ var GetFindingsReportAccountSummaryRequest$ = [
494
494
  3,
495
495
  n0,
496
496
  _GFRASR,
@@ -502,7 +502,7 @@ var GetFindingsReportAccountSummaryRequest = [
502
502
  [2, { [_hQ]: _dRO }],
503
503
  ],
504
504
  ];
505
- var GetFindingsReportAccountSummaryResponse = [
505
+ var GetFindingsReportAccountSummaryResponse$ = [
506
506
  3,
507
507
  n0,
508
508
  _GFRASRe,
@@ -510,18 +510,18 @@ var GetFindingsReportAccountSummaryResponse = [
510
510
  [_rS, _nT],
511
511
  [() => FindingsReportSummaries, 0],
512
512
  ];
513
- var GetNotificationConfigurationRequest = [3, n0, _GNCR, 0, [_pGN], [[0, 1]]];
514
- var GetNotificationConfigurationResponse = [
513
+ var GetNotificationConfigurationRequest$ = [3, n0, _GNCR, 0, [_pGN], [[0, 1]]];
514
+ var GetNotificationConfigurationResponse$ = [
515
515
  3,
516
516
  n0,
517
517
  _GNCRe,
518
518
  0,
519
519
  [_nC],
520
- [() => NotificationConfiguration],
520
+ [() => NotificationConfiguration$],
521
521
  ];
522
- var GetPolicyRequest = [3, n0, _GPR, 0, [_pGN], [[0, 1]]];
523
- var GetPolicyResponse = [3, n0, _GPRe, 0, [_po, _rI], [0, 0]];
524
- var GetProfileRequest = [
522
+ var GetPolicyRequest$ = [3, n0, _GPR, 0, [_pGN], [[0, 1]]];
523
+ var GetPolicyResponse$ = [3, n0, _GPRe, 0, [_po, _rI], [0, 0]];
524
+ var GetProfileRequest$ = [
525
525
  3,
526
526
  n0,
527
527
  _GPRet,
@@ -536,7 +536,7 @@ var GetProfileRequest = [
536
536
  [0, { [_hH]: _Ac }],
537
537
  ],
538
538
  ];
539
- var GetProfileResponse = [
539
+ var GetProfileResponse$ = [
540
540
  3,
541
541
  n0,
542
542
  _GPRetr,
@@ -548,7 +548,7 @@ var GetProfileResponse = [
548
548
  [0, { [_hH]: _CE_ }],
549
549
  ],
550
550
  ];
551
- var GetRecommendationsRequest = [
551
+ var GetRecommendationsRequest$ = [
552
552
  3,
553
553
  n0,
554
554
  _GRR,
@@ -561,7 +561,7 @@ var GetRecommendationsRequest = [
561
561
  [0, { [_hQ]: _l }],
562
562
  ],
563
563
  ];
564
- var GetRecommendationsResponse = [
564
+ var GetRecommendationsResponse$ = [
565
565
  3,
566
566
  n0,
567
567
  _GRRe,
@@ -569,9 +569,9 @@ var GetRecommendationsResponse = [
569
569
  [_pGN, _pST, _pET, _rec, _an],
570
570
  [0, 5, 5, () => Recommendations, () => Anomalies],
571
571
  ];
572
- var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_mes], [0]];
573
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
574
- var ListFindingsReportsRequest = [
572
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_mes], [0]];
573
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
574
+ var ListFindingsReportsRequest$ = [
575
575
  3,
576
576
  n0,
577
577
  _LFRR,
@@ -586,7 +586,7 @@ var ListFindingsReportsRequest = [
586
586
  [2, { [_hQ]: _dRO }],
587
587
  ],
588
588
  ];
589
- var ListFindingsReportsResponse = [
589
+ var ListFindingsReportsResponse$ = [
590
590
  3,
591
591
  n0,
592
592
  _LFRRi,
@@ -594,7 +594,7 @@ var ListFindingsReportsResponse = [
594
594
  [_fRS, _nT],
595
595
  [() => FindingsReportSummaries, 0],
596
596
  ];
597
- var ListProfileTimesRequest = [
597
+ var ListProfileTimesRequest$ = [
598
598
  3,
599
599
  n0,
600
600
  _LPTR,
@@ -610,8 +610,8 @@ var ListProfileTimesRequest = [
610
610
  [0, { [_hQ]: _nT }],
611
611
  ],
612
612
  ];
613
- var ListProfileTimesResponse = [3, n0, _LPTRi, 0, [_pT, _nT], [() => ProfileTimes, 0]];
614
- var ListProfilingGroupsRequest = [
613
+ var ListProfileTimesResponse$ = [3, n0, _LPTRi, 0, [_pT, _nT], [() => ProfileTimes, 0]];
614
+ var ListProfilingGroupsRequest$ = [
615
615
  3,
616
616
  n0,
617
617
  _LPGR,
@@ -623,7 +623,7 @@ var ListProfilingGroupsRequest = [
623
623
  [2, { [_hQ]: _iD }],
624
624
  ],
625
625
  ];
626
- var ListProfilingGroupsResponse = [
626
+ var ListProfilingGroupsResponse$ = [
627
627
  3,
628
628
  n0,
629
629
  _LPGRi,
@@ -631,12 +631,12 @@ var ListProfilingGroupsResponse = [
631
631
  [_pGNr, _pGr, _nT],
632
632
  [64 | 0, () => ProfilingGroupDescriptions, 0],
633
633
  ];
634
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
635
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
636
- var Match = [3, n0, _M, 0, [_tFI, _fA, _tBV], [1, 0, 1]];
637
- var Metric = [3, n0, _Me, 0, [_fN, _ty, _tS], [0, 0, 64 | 0]];
638
- var NotificationConfiguration = [3, n0, _NC, 0, [_c], [() => Channels]];
639
- var Pattern = [
634
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
635
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
636
+ var Match$ = [3, n0, _M, 0, [_tFI, _fA, _tBV], [1, 0, 1]];
637
+ var Metric$ = [3, n0, _Me, 0, [_fN, _ty, _tS], [0, 0, 64 | 0]];
638
+ var NotificationConfiguration$ = [3, n0, _NC, 0, [_c], [() => Channels]];
639
+ var Pattern$ = [
640
640
  3,
641
641
  n0,
642
642
  _P,
@@ -644,7 +644,7 @@ var Pattern = [
644
644
  [_id, _n, _d, _rSe, _tF, _tP, _cTA],
645
645
  [0, 0, 0, 0, [1, n0, _TF, 0, 64 | 0], 1, 64 | 0],
646
646
  ];
647
- var PostAgentProfileRequest = [
647
+ var PostAgentProfileRequest$ = [
648
648
  3,
649
649
  n0,
650
650
  _PAPR,
@@ -657,25 +657,25 @@ var PostAgentProfileRequest = [
657
657
  [0, { [_hH]: _CT }],
658
658
  ],
659
659
  ];
660
- var PostAgentProfileResponse = [3, n0, _PAPRo, 0, [], []];
661
- var ProfileTime = [3, n0, _PT, 0, [_s], [5]];
662
- var ProfilingGroupDescription = [
660
+ var PostAgentProfileResponse$ = [3, n0, _PAPRo, 0, [], []];
661
+ var ProfileTime$ = [3, n0, _PT, 0, [_s], [5]];
662
+ var ProfilingGroupDescription$ = [
663
663
  3,
664
664
  n0,
665
665
  _PGD,
666
666
  0,
667
667
  [_n, _aOC, _ar, _cA, _uA, _pS, _cP, _t],
668
- [0, () => AgentOrchestrationConfig, 0, 5, 5, () => ProfilingStatus, 0, 128 | 0],
668
+ [0, () => AgentOrchestrationConfig$, 0, 5, 5, () => ProfilingStatus$, 0, 128 | 0],
669
669
  ];
670
- var ProfilingStatus = [
670
+ var ProfilingStatus$ = [
671
671
  3,
672
672
  n0,
673
673
  _PS,
674
674
  0,
675
675
  [_lAPRA, _lAP, _lAOA],
676
- [5, () => AggregatedProfileTime, 5],
676
+ [5, () => AggregatedProfileTime$, 5],
677
677
  ];
678
- var PutPermissionRequest = [
678
+ var PutPermissionRequest$ = [
679
679
  3,
680
680
  n0,
681
681
  _PPR,
@@ -683,16 +683,16 @@ var PutPermissionRequest = [
683
683
  [_pGN, _aG, _pri, _rI],
684
684
  [[0, 1], [0, 1], 64 | 0, 0],
685
685
  ];
686
- var PutPermissionResponse = [3, n0, _PPRu, 0, [_po, _rI], [0, 0]];
687
- var Recommendation = [
686
+ var PutPermissionResponse$ = [3, n0, _PPRu, 0, [_po, _rI], [0, 0]];
687
+ var Recommendation$ = [
688
688
  3,
689
689
  n0,
690
690
  _R,
691
691
  0,
692
692
  [_aMC, _aMS, _pa, _tM, _sT, _eT],
693
- [1, 1, () => Pattern, () => Matches, 5, 5],
693
+ [1, 1, () => Pattern$, () => Matches, 5, 5],
694
694
  ];
695
- var RemoveNotificationChannelRequest = [
695
+ var RemoveNotificationChannelRequest$ = [
696
696
  3,
697
697
  n0,
698
698
  _RNCR,
@@ -703,15 +703,15 @@ var RemoveNotificationChannelRequest = [
703
703
  [0, 1],
704
704
  ],
705
705
  ];
706
- var RemoveNotificationChannelResponse = [
706
+ var RemoveNotificationChannelResponse$ = [
707
707
  3,
708
708
  n0,
709
709
  _RNCRe,
710
710
  0,
711
711
  [_nC],
712
- [() => NotificationConfiguration],
712
+ [() => NotificationConfiguration$],
713
713
  ];
714
- var RemovePermissionRequest = [
714
+ var RemovePermissionRequest$ = [
715
715
  3,
716
716
  n0,
717
717
  _RPR,
@@ -723,12 +723,12 @@ var RemovePermissionRequest = [
723
723
  [0, { [_hQ]: _rI }],
724
724
  ],
725
725
  ];
726
- var RemovePermissionResponse = [3, n0, _RPRe, 0, [_po, _rI], [0, 0]];
727
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _cl, [_hE]: 404 }, [_mes], [0]];
728
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
729
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _cl, [_hE]: 402 }, [_mes], [0]];
730
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
731
- var SubmitFeedbackRequest = [
726
+ var RemovePermissionResponse$ = [3, n0, _RPRe, 0, [_po, _rI], [0, 0]];
727
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _cl, [_hE]: 404 }, [_mes], [0]];
728
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
729
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _cl, [_hE]: 402 }, [_mes], [0]];
730
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
731
+ var SubmitFeedbackRequest$ = [
732
732
  3,
733
733
  n0,
734
734
  _SFR,
@@ -736,13 +736,13 @@ var SubmitFeedbackRequest = [
736
736
  [_pGN, _aII, _ty, _com],
737
737
  [[0, 1], [0, 1], 0, 0],
738
738
  ];
739
- var SubmitFeedbackResponse = [3, n0, _SFRu, 0, [], []];
740
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
741
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
742
- var ThrottlingException = [-3, n0, _TE, { [_e]: _cl, [_hE]: 429 }, [_mes], [0]];
743
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
744
- var TimestampStructure = [3, n0, _TS, 0, [_va], [5]];
745
- var UntagResourceRequest = [
739
+ var SubmitFeedbackResponse$ = [3, n0, _SFRu, 0, [], []];
740
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
741
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
742
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _cl, [_hE]: 429 }, [_mes], [0]];
743
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
744
+ var TimestampStructure$ = [3, n0, _TS, 0, [_va], [5]];
745
+ var UntagResourceRequest$ = [
746
746
  3,
747
747
  n0,
748
748
  _URR,
@@ -753,27 +753,27 @@ var UntagResourceRequest = [
753
753
  [64 | 0, { [_hQ]: _tK }],
754
754
  ],
755
755
  ];
756
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
757
- var UpdateProfilingGroupRequest = [
756
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
757
+ var UpdateProfilingGroupRequest$ = [
758
758
  3,
759
759
  n0,
760
760
  _UPGR,
761
761
  0,
762
762
  [_pGN, _aOC],
763
- [[0, 1], () => AgentOrchestrationConfig],
763
+ [[0, 1], () => AgentOrchestrationConfig$],
764
764
  ];
765
- var UpdateProfilingGroupResponse = [
765
+ var UpdateProfilingGroupResponse$ = [
766
766
  3,
767
767
  n0,
768
768
  _UPGRp,
769
769
  0,
770
770
  [_pG],
771
- [[() => ProfilingGroupDescription, 16]],
771
+ [[() => ProfilingGroupDescription$, 16]],
772
772
  ];
773
- var UserFeedback = [3, n0, _UF, 0, [_ty], [0]];
774
- var ValidationException = [-3, n0, _VE, { [_e]: _cl, [_hE]: 400 }, [_mes], [0]];
775
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
776
- var CodeGuruProfilerServiceException = [
773
+ var UserFeedback$ = [3, n0, _UF, 0, [_ty], [0]];
774
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _cl, [_hE]: 400 }, [_mes], [0]];
775
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
776
+ var CodeGuruProfilerServiceException$ = [
777
777
  -3,
778
778
  _sm,
779
779
  "CodeGuruProfilerServiceException",
@@ -781,202 +781,202 @@ var CodeGuruProfilerServiceException = [
781
781
  [],
782
782
  [],
783
783
  ];
784
- schema.TypeRegistry.for(_sm).registerError(CodeGuruProfilerServiceException, CodeGuruProfilerServiceException$1);
785
- var Anomalies = [1, n0, _An, 0, () => Anomaly];
786
- var AnomalyInstances = [1, n0, _AIn, 0, () => AnomalyInstance];
787
- var Channels = [1, n0, _Ch, 0, () => Channel];
788
- var FindingsReportSummaries = [1, n0, _FRSi, 0, () => FindingsReportSummary];
789
- var FrameMetricData = [1, n0, _FMDr, 0, () => FrameMetricDatum];
790
- var FrameMetrics = [1, n0, _FMr, 0, () => FrameMetric];
791
- var ListOfTimestamps = [1, n0, _LOT, 0, () => TimestampStructure];
792
- var Matches = [1, n0, _Ma, 0, () => Match];
793
- var ProfileTimes = [1, n0, _PTr, 0, () => ProfileTime];
794
- var ProfilingGroupDescriptions = [1, n0, _PGDr, 0, () => ProfilingGroupDescription];
795
- var Recommendations = [1, n0, _Re, 0, () => Recommendation];
784
+ schema.TypeRegistry.for(_sm).registerError(CodeGuruProfilerServiceException$, CodeGuruProfilerServiceException);
785
+ var Anomalies = [1, n0, _An, 0, () => Anomaly$];
786
+ var AnomalyInstances = [1, n0, _AIn, 0, () => AnomalyInstance$];
787
+ var Channels = [1, n0, _Ch, 0, () => Channel$];
788
+ var FindingsReportSummaries = [1, n0, _FRSi, 0, () => FindingsReportSummary$];
789
+ var FrameMetricData = [1, n0, _FMDr, 0, () => FrameMetricDatum$];
790
+ var FrameMetrics = [1, n0, _FMr, 0, () => FrameMetric$];
791
+ var ListOfTimestamps = [1, n0, _LOT, 0, () => TimestampStructure$];
792
+ var Matches = [1, n0, _Ma, 0, () => Match$];
793
+ var ProfileTimes = [1, n0, _PTr, 0, () => ProfileTime$];
794
+ var ProfilingGroupDescriptions = [1, n0, _PGDr, 0, () => ProfilingGroupDescription$];
795
+ var Recommendations = [1, n0, _Re, 0, () => Recommendation$];
796
796
  var UnprocessedEndTimeMap = [2, n0, _UETM, 0, 0, () => ListOfTimestamps];
797
- var AddNotificationChannels = [
797
+ var AddNotificationChannels$ = [
798
798
  9,
799
799
  n0,
800
800
  _ANC,
801
801
  { [_h]: ["POST", "/profilingGroups/{profilingGroupName}/notificationConfiguration", 200] },
802
- () => AddNotificationChannelsRequest,
803
- () => AddNotificationChannelsResponse,
802
+ () => AddNotificationChannelsRequest$,
803
+ () => AddNotificationChannelsResponse$,
804
804
  ];
805
- var BatchGetFrameMetricData = [
805
+ var BatchGetFrameMetricData$ = [
806
806
  9,
807
807
  n0,
808
808
  _BGFMD,
809
809
  { [_h]: ["POST", "/profilingGroups/{profilingGroupName}/frames/-/metrics", 200] },
810
- () => BatchGetFrameMetricDataRequest,
811
- () => BatchGetFrameMetricDataResponse,
810
+ () => BatchGetFrameMetricDataRequest$,
811
+ () => BatchGetFrameMetricDataResponse$,
812
812
  ];
813
- var ConfigureAgent = [
813
+ var ConfigureAgent$ = [
814
814
  9,
815
815
  n0,
816
816
  _CA,
817
817
  { [_h]: ["POST", "/profilingGroups/{profilingGroupName}/configureAgent", 200] },
818
- () => ConfigureAgentRequest,
819
- () => ConfigureAgentResponse,
818
+ () => ConfigureAgentRequest$,
819
+ () => ConfigureAgentResponse$,
820
820
  ];
821
- var CreateProfilingGroup = [
821
+ var CreateProfilingGroup$ = [
822
822
  9,
823
823
  n0,
824
824
  _CPG,
825
825
  { [_h]: ["POST", "/profilingGroups", 201] },
826
- () => CreateProfilingGroupRequest,
827
- () => CreateProfilingGroupResponse,
826
+ () => CreateProfilingGroupRequest$,
827
+ () => CreateProfilingGroupResponse$,
828
828
  ];
829
- var DeleteProfilingGroup = [
829
+ var DeleteProfilingGroup$ = [
830
830
  9,
831
831
  n0,
832
832
  _DPG,
833
833
  { [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}", 204] },
834
- () => DeleteProfilingGroupRequest,
835
- () => DeleteProfilingGroupResponse,
834
+ () => DeleteProfilingGroupRequest$,
835
+ () => DeleteProfilingGroupResponse$,
836
836
  ];
837
- var DescribeProfilingGroup = [
837
+ var DescribeProfilingGroup$ = [
838
838
  9,
839
839
  n0,
840
840
  _DPGe,
841
841
  { [_h]: ["GET", "/profilingGroups/{profilingGroupName}", 200] },
842
- () => DescribeProfilingGroupRequest,
843
- () => DescribeProfilingGroupResponse,
842
+ () => DescribeProfilingGroupRequest$,
843
+ () => DescribeProfilingGroupResponse$,
844
844
  ];
845
- var GetFindingsReportAccountSummary = [
845
+ var GetFindingsReportAccountSummary$ = [
846
846
  9,
847
847
  n0,
848
848
  _GFRAS,
849
849
  { [_h]: ["GET", "/internal/findingsReports", 200] },
850
- () => GetFindingsReportAccountSummaryRequest,
851
- () => GetFindingsReportAccountSummaryResponse,
850
+ () => GetFindingsReportAccountSummaryRequest$,
851
+ () => GetFindingsReportAccountSummaryResponse$,
852
852
  ];
853
- var GetNotificationConfiguration = [
853
+ var GetNotificationConfiguration$ = [
854
854
  9,
855
855
  n0,
856
856
  _GNC,
857
857
  { [_h]: ["GET", "/profilingGroups/{profilingGroupName}/notificationConfiguration", 200] },
858
- () => GetNotificationConfigurationRequest,
859
- () => GetNotificationConfigurationResponse,
858
+ () => GetNotificationConfigurationRequest$,
859
+ () => GetNotificationConfigurationResponse$,
860
860
  ];
861
- var GetPolicy = [
861
+ var GetPolicy$ = [
862
862
  9,
863
863
  n0,
864
864
  _GP,
865
865
  { [_h]: ["GET", "/profilingGroups/{profilingGroupName}/policy", 200] },
866
- () => GetPolicyRequest,
867
- () => GetPolicyResponse,
866
+ () => GetPolicyRequest$,
867
+ () => GetPolicyResponse$,
868
868
  ];
869
- var GetProfile = [
869
+ var GetProfile$ = [
870
870
  9,
871
871
  n0,
872
872
  _GPe,
873
873
  { [_h]: ["GET", "/profilingGroups/{profilingGroupName}/profile", 200] },
874
- () => GetProfileRequest,
875
- () => GetProfileResponse,
874
+ () => GetProfileRequest$,
875
+ () => GetProfileResponse$,
876
876
  ];
877
- var GetRecommendations = [
877
+ var GetRecommendations$ = [
878
878
  9,
879
879
  n0,
880
880
  _GR,
881
881
  { [_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/recommendations", 200] },
882
- () => GetRecommendationsRequest,
883
- () => GetRecommendationsResponse,
882
+ () => GetRecommendationsRequest$,
883
+ () => GetRecommendationsResponse$,
884
884
  ];
885
- var ListFindingsReports = [
885
+ var ListFindingsReports$ = [
886
886
  9,
887
887
  n0,
888
888
  _LFR,
889
889
  { [_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/findingsReports", 200] },
890
- () => ListFindingsReportsRequest,
891
- () => ListFindingsReportsResponse,
890
+ () => ListFindingsReportsRequest$,
891
+ () => ListFindingsReportsResponse$,
892
892
  ];
893
- var ListProfileTimes = [
893
+ var ListProfileTimes$ = [
894
894
  9,
895
895
  n0,
896
896
  _LPT,
897
897
  { [_h]: ["GET", "/profilingGroups/{profilingGroupName}/profileTimes", 200] },
898
- () => ListProfileTimesRequest,
899
- () => ListProfileTimesResponse,
898
+ () => ListProfileTimesRequest$,
899
+ () => ListProfileTimesResponse$,
900
900
  ];
901
- var ListProfilingGroups = [
901
+ var ListProfilingGroups$ = [
902
902
  9,
903
903
  n0,
904
904
  _LPG,
905
905
  { [_h]: ["GET", "/profilingGroups", 200] },
906
- () => ListProfilingGroupsRequest,
907
- () => ListProfilingGroupsResponse,
906
+ () => ListProfilingGroupsRequest$,
907
+ () => ListProfilingGroupsResponse$,
908
908
  ];
909
- var ListTagsForResource = [
909
+ var ListTagsForResource$ = [
910
910
  9,
911
911
  n0,
912
912
  _LTFR,
913
913
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
914
- () => ListTagsForResourceRequest,
915
- () => ListTagsForResourceResponse,
914
+ () => ListTagsForResourceRequest$,
915
+ () => ListTagsForResourceResponse$,
916
916
  ];
917
- var PostAgentProfile = [
917
+ var PostAgentProfile$ = [
918
918
  9,
919
919
  n0,
920
920
  _PAP,
921
921
  { [_h]: ["POST", "/profilingGroups/{profilingGroupName}/agentProfile", 204] },
922
- () => PostAgentProfileRequest,
923
- () => PostAgentProfileResponse,
922
+ () => PostAgentProfileRequest$,
923
+ () => PostAgentProfileResponse$,
924
924
  ];
925
- var PutPermission = [
925
+ var PutPermission$ = [
926
926
  9,
927
927
  n0,
928
928
  _PP,
929
929
  { [_h]: ["PUT", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200] },
930
- () => PutPermissionRequest,
931
- () => PutPermissionResponse,
930
+ () => PutPermissionRequest$,
931
+ () => PutPermissionResponse$,
932
932
  ];
933
- var RemoveNotificationChannel = [
933
+ var RemoveNotificationChannel$ = [
934
934
  9,
935
935
  n0,
936
936
  _RNC,
937
937
  { [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/notificationConfiguration/{channelId}", 200] },
938
- () => RemoveNotificationChannelRequest,
939
- () => RemoveNotificationChannelResponse,
938
+ () => RemoveNotificationChannelRequest$,
939
+ () => RemoveNotificationChannelResponse$,
940
940
  ];
941
- var RemovePermission = [
941
+ var RemovePermission$ = [
942
942
  9,
943
943
  n0,
944
944
  _RP,
945
945
  { [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200] },
946
- () => RemovePermissionRequest,
947
- () => RemovePermissionResponse,
946
+ () => RemovePermissionRequest$,
947
+ () => RemovePermissionResponse$,
948
948
  ];
949
- var SubmitFeedback = [
949
+ var SubmitFeedback$ = [
950
950
  9,
951
951
  n0,
952
952
  _SF,
953
953
  { [_h]: ["POST", "/internal/profilingGroups/{profilingGroupName}/anomalies/{anomalyInstanceId}/feedback", 204] },
954
- () => SubmitFeedbackRequest,
955
- () => SubmitFeedbackResponse,
954
+ () => SubmitFeedbackRequest$,
955
+ () => SubmitFeedbackResponse$,
956
956
  ];
957
- var TagResource = [
957
+ var TagResource$ = [
958
958
  9,
959
959
  n0,
960
960
  _TR,
961
961
  { [_h]: ["POST", "/tags/{resourceArn}", 204] },
962
- () => TagResourceRequest,
963
- () => TagResourceResponse,
962
+ () => TagResourceRequest$,
963
+ () => TagResourceResponse$,
964
964
  ];
965
- var UntagResource = [
965
+ var UntagResource$ = [
966
966
  9,
967
967
  n0,
968
968
  _UR,
969
969
  { [_h]: ["DELETE", "/tags/{resourceArn}", 204] },
970
- () => UntagResourceRequest,
971
- () => UntagResourceResponse,
970
+ () => UntagResourceRequest$,
971
+ () => UntagResourceResponse$,
972
972
  ];
973
- var UpdateProfilingGroup = [
973
+ var UpdateProfilingGroup$ = [
974
974
  9,
975
975
  n0,
976
976
  _UPG,
977
977
  { [_h]: ["PUT", "/profilingGroups/{profilingGroupName}", 200] },
978
- () => UpdateProfilingGroupRequest,
979
- () => UpdateProfilingGroupResponse,
978
+ () => UpdateProfilingGroupRequest$,
979
+ () => UpdateProfilingGroupResponse$,
980
980
  ];
981
981
 
982
982
  class AddNotificationChannelsCommand extends smithyClient.Command
@@ -987,7 +987,7 @@ class AddNotificationChannelsCommand extends smithyClient.Command
987
987
  })
988
988
  .s("CodeGuruProfiler", "AddNotificationChannels", {})
989
989
  .n("CodeGuruProfilerClient", "AddNotificationChannelsCommand")
990
- .sc(AddNotificationChannels)
990
+ .sc(AddNotificationChannels$)
991
991
  .build() {
992
992
  }
993
993
 
@@ -999,7 +999,7 @@ class BatchGetFrameMetricDataCommand extends smithyClient.Command
999
999
  })
1000
1000
  .s("CodeGuruProfiler", "BatchGetFrameMetricData", {})
1001
1001
  .n("CodeGuruProfilerClient", "BatchGetFrameMetricDataCommand")
1002
- .sc(BatchGetFrameMetricData)
1002
+ .sc(BatchGetFrameMetricData$)
1003
1003
  .build() {
1004
1004
  }
1005
1005
 
@@ -1011,7 +1011,7 @@ class ConfigureAgentCommand extends smithyClient.Command
1011
1011
  })
1012
1012
  .s("CodeGuruProfiler", "ConfigureAgent", {})
1013
1013
  .n("CodeGuruProfilerClient", "ConfigureAgentCommand")
1014
- .sc(ConfigureAgent)
1014
+ .sc(ConfigureAgent$)
1015
1015
  .build() {
1016
1016
  }
1017
1017
 
@@ -1023,7 +1023,7 @@ class CreateProfilingGroupCommand extends smithyClient.Command
1023
1023
  })
1024
1024
  .s("CodeGuruProfiler", "CreateProfilingGroup", {})
1025
1025
  .n("CodeGuruProfilerClient", "CreateProfilingGroupCommand")
1026
- .sc(CreateProfilingGroup)
1026
+ .sc(CreateProfilingGroup$)
1027
1027
  .build() {
1028
1028
  }
1029
1029
 
@@ -1035,7 +1035,7 @@ class DeleteProfilingGroupCommand extends smithyClient.Command
1035
1035
  })
1036
1036
  .s("CodeGuruProfiler", "DeleteProfilingGroup", {})
1037
1037
  .n("CodeGuruProfilerClient", "DeleteProfilingGroupCommand")
1038
- .sc(DeleteProfilingGroup)
1038
+ .sc(DeleteProfilingGroup$)
1039
1039
  .build() {
1040
1040
  }
1041
1041
 
@@ -1047,7 +1047,7 @@ class DescribeProfilingGroupCommand extends smithyClient.Command
1047
1047
  })
1048
1048
  .s("CodeGuruProfiler", "DescribeProfilingGroup", {})
1049
1049
  .n("CodeGuruProfilerClient", "DescribeProfilingGroupCommand")
1050
- .sc(DescribeProfilingGroup)
1050
+ .sc(DescribeProfilingGroup$)
1051
1051
  .build() {
1052
1052
  }
1053
1053
 
@@ -1059,7 +1059,7 @@ class GetFindingsReportAccountSummaryCommand extends smithyClient.Command
1059
1059
  })
1060
1060
  .s("CodeGuruProfiler", "GetFindingsReportAccountSummary", {})
1061
1061
  .n("CodeGuruProfilerClient", "GetFindingsReportAccountSummaryCommand")
1062
- .sc(GetFindingsReportAccountSummary)
1062
+ .sc(GetFindingsReportAccountSummary$)
1063
1063
  .build() {
1064
1064
  }
1065
1065
 
@@ -1071,7 +1071,7 @@ class GetNotificationConfigurationCommand extends smithyClient.Command
1071
1071
  })
1072
1072
  .s("CodeGuruProfiler", "GetNotificationConfiguration", {})
1073
1073
  .n("CodeGuruProfilerClient", "GetNotificationConfigurationCommand")
1074
- .sc(GetNotificationConfiguration)
1074
+ .sc(GetNotificationConfiguration$)
1075
1075
  .build() {
1076
1076
  }
1077
1077
 
@@ -1083,7 +1083,7 @@ class GetPolicyCommand extends smithyClient.Command
1083
1083
  })
1084
1084
  .s("CodeGuruProfiler", "GetPolicy", {})
1085
1085
  .n("CodeGuruProfilerClient", "GetPolicyCommand")
1086
- .sc(GetPolicy)
1086
+ .sc(GetPolicy$)
1087
1087
  .build() {
1088
1088
  }
1089
1089
 
@@ -1095,7 +1095,7 @@ class GetProfileCommand extends smithyClient.Command
1095
1095
  })
1096
1096
  .s("CodeGuruProfiler", "GetProfile", {})
1097
1097
  .n("CodeGuruProfilerClient", "GetProfileCommand")
1098
- .sc(GetProfile)
1098
+ .sc(GetProfile$)
1099
1099
  .build() {
1100
1100
  }
1101
1101
 
@@ -1107,7 +1107,7 @@ class GetRecommendationsCommand extends smithyClient.Command
1107
1107
  })
1108
1108
  .s("CodeGuruProfiler", "GetRecommendations", {})
1109
1109
  .n("CodeGuruProfilerClient", "GetRecommendationsCommand")
1110
- .sc(GetRecommendations)
1110
+ .sc(GetRecommendations$)
1111
1111
  .build() {
1112
1112
  }
1113
1113
 
@@ -1119,7 +1119,7 @@ class ListFindingsReportsCommand extends smithyClient.Command
1119
1119
  })
1120
1120
  .s("CodeGuruProfiler", "ListFindingsReports", {})
1121
1121
  .n("CodeGuruProfilerClient", "ListFindingsReportsCommand")
1122
- .sc(ListFindingsReports)
1122
+ .sc(ListFindingsReports$)
1123
1123
  .build() {
1124
1124
  }
1125
1125
 
@@ -1131,7 +1131,7 @@ class ListProfileTimesCommand extends smithyClient.Command
1131
1131
  })
1132
1132
  .s("CodeGuruProfiler", "ListProfileTimes", {})
1133
1133
  .n("CodeGuruProfilerClient", "ListProfileTimesCommand")
1134
- .sc(ListProfileTimes)
1134
+ .sc(ListProfileTimes$)
1135
1135
  .build() {
1136
1136
  }
1137
1137
 
@@ -1143,7 +1143,7 @@ class ListProfilingGroupsCommand extends smithyClient.Command
1143
1143
  })
1144
1144
  .s("CodeGuruProfiler", "ListProfilingGroups", {})
1145
1145
  .n("CodeGuruProfilerClient", "ListProfilingGroupsCommand")
1146
- .sc(ListProfilingGroups)
1146
+ .sc(ListProfilingGroups$)
1147
1147
  .build() {
1148
1148
  }
1149
1149
 
@@ -1155,7 +1155,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1155
1155
  })
1156
1156
  .s("CodeGuruProfiler", "ListTagsForResource", {})
1157
1157
  .n("CodeGuruProfilerClient", "ListTagsForResourceCommand")
1158
- .sc(ListTagsForResource)
1158
+ .sc(ListTagsForResource$)
1159
1159
  .build() {
1160
1160
  }
1161
1161
 
@@ -1167,7 +1167,7 @@ class PostAgentProfileCommand extends smithyClient.Command
1167
1167
  })
1168
1168
  .s("CodeGuruProfiler", "PostAgentProfile", {})
1169
1169
  .n("CodeGuruProfilerClient", "PostAgentProfileCommand")
1170
- .sc(PostAgentProfile)
1170
+ .sc(PostAgentProfile$)
1171
1171
  .build() {
1172
1172
  }
1173
1173
 
@@ -1179,7 +1179,7 @@ class PutPermissionCommand extends smithyClient.Command
1179
1179
  })
1180
1180
  .s("CodeGuruProfiler", "PutPermission", {})
1181
1181
  .n("CodeGuruProfilerClient", "PutPermissionCommand")
1182
- .sc(PutPermission)
1182
+ .sc(PutPermission$)
1183
1183
  .build() {
1184
1184
  }
1185
1185
 
@@ -1191,7 +1191,7 @@ class RemoveNotificationChannelCommand extends smithyClient.Command
1191
1191
  })
1192
1192
  .s("CodeGuruProfiler", "RemoveNotificationChannel", {})
1193
1193
  .n("CodeGuruProfilerClient", "RemoveNotificationChannelCommand")
1194
- .sc(RemoveNotificationChannel)
1194
+ .sc(RemoveNotificationChannel$)
1195
1195
  .build() {
1196
1196
  }
1197
1197
 
@@ -1203,7 +1203,7 @@ class RemovePermissionCommand extends smithyClient.Command
1203
1203
  })
1204
1204
  .s("CodeGuruProfiler", "RemovePermission", {})
1205
1205
  .n("CodeGuruProfilerClient", "RemovePermissionCommand")
1206
- .sc(RemovePermission)
1206
+ .sc(RemovePermission$)
1207
1207
  .build() {
1208
1208
  }
1209
1209
 
@@ -1215,7 +1215,7 @@ class SubmitFeedbackCommand extends smithyClient.Command
1215
1215
  })
1216
1216
  .s("CodeGuruProfiler", "SubmitFeedback", {})
1217
1217
  .n("CodeGuruProfilerClient", "SubmitFeedbackCommand")
1218
- .sc(SubmitFeedback)
1218
+ .sc(SubmitFeedback$)
1219
1219
  .build() {
1220
1220
  }
1221
1221
 
@@ -1227,7 +1227,7 @@ class TagResourceCommand extends smithyClient.Command
1227
1227
  })
1228
1228
  .s("CodeGuruProfiler", "TagResource", {})
1229
1229
  .n("CodeGuruProfilerClient", "TagResourceCommand")
1230
- .sc(TagResource)
1230
+ .sc(TagResource$)
1231
1231
  .build() {
1232
1232
  }
1233
1233
 
@@ -1239,7 +1239,7 @@ class UntagResourceCommand extends smithyClient.Command
1239
1239
  })
1240
1240
  .s("CodeGuruProfiler", "UntagResource", {})
1241
1241
  .n("CodeGuruProfilerClient", "UntagResourceCommand")
1242
- .sc(UntagResource)
1242
+ .sc(UntagResource$)
1243
1243
  .build() {
1244
1244
  }
1245
1245
 
@@ -1251,7 +1251,7 @@ class UpdateProfilingGroupCommand extends smithyClient.Command
1251
1251
  })
1252
1252
  .s("CodeGuruProfiler", "UpdateProfilingGroup", {})
1253
1253
  .n("CodeGuruProfilerClient", "UpdateProfilingGroupCommand")
1254
- .sc(UpdateProfilingGroup)
1254
+ .sc(UpdateProfilingGroup$)
1255
1255
  .build() {
1256
1256
  }
1257
1257
 
@@ -1346,46 +1346,141 @@ Object.defineProperty(exports, "__Client", {
1346
1346
  get: function () { return smithyClient.Client; }
1347
1347
  });
1348
1348
  exports.ActionGroup = ActionGroup;
1349
+ exports.AddNotificationChannels$ = AddNotificationChannels$;
1349
1350
  exports.AddNotificationChannelsCommand = AddNotificationChannelsCommand;
1351
+ exports.AddNotificationChannelsRequest$ = AddNotificationChannelsRequest$;
1352
+ exports.AddNotificationChannelsResponse$ = AddNotificationChannelsResponse$;
1353
+ exports.AgentConfiguration$ = AgentConfiguration$;
1354
+ exports.AgentOrchestrationConfig$ = AgentOrchestrationConfig$;
1350
1355
  exports.AgentParameterField = AgentParameterField;
1356
+ exports.AggregatedProfileTime$ = AggregatedProfileTime$;
1351
1357
  exports.AggregationPeriod = AggregationPeriod;
1358
+ exports.Anomaly$ = Anomaly$;
1359
+ exports.AnomalyInstance$ = AnomalyInstance$;
1360
+ exports.BatchGetFrameMetricData$ = BatchGetFrameMetricData$;
1352
1361
  exports.BatchGetFrameMetricDataCommand = BatchGetFrameMetricDataCommand;
1362
+ exports.BatchGetFrameMetricDataRequest$ = BatchGetFrameMetricDataRequest$;
1363
+ exports.BatchGetFrameMetricDataResponse$ = BatchGetFrameMetricDataResponse$;
1364
+ exports.Channel$ = Channel$;
1353
1365
  exports.CodeGuruProfiler = CodeGuruProfiler;
1354
1366
  exports.CodeGuruProfilerClient = CodeGuruProfilerClient;
1355
- exports.CodeGuruProfilerServiceException = CodeGuruProfilerServiceException$1;
1367
+ exports.CodeGuruProfilerServiceException = CodeGuruProfilerServiceException;
1368
+ exports.CodeGuruProfilerServiceException$ = CodeGuruProfilerServiceException$;
1356
1369
  exports.ComputePlatform = ComputePlatform;
1370
+ exports.ConfigureAgent$ = ConfigureAgent$;
1357
1371
  exports.ConfigureAgentCommand = ConfigureAgentCommand;
1358
- exports.ConflictException = ConflictException$1;
1372
+ exports.ConfigureAgentRequest$ = ConfigureAgentRequest$;
1373
+ exports.ConfigureAgentResponse$ = ConfigureAgentResponse$;
1374
+ exports.ConflictException = ConflictException;
1375
+ exports.ConflictException$ = ConflictException$;
1376
+ exports.CreateProfilingGroup$ = CreateProfilingGroup$;
1359
1377
  exports.CreateProfilingGroupCommand = CreateProfilingGroupCommand;
1378
+ exports.CreateProfilingGroupRequest$ = CreateProfilingGroupRequest$;
1379
+ exports.CreateProfilingGroupResponse$ = CreateProfilingGroupResponse$;
1380
+ exports.DeleteProfilingGroup$ = DeleteProfilingGroup$;
1360
1381
  exports.DeleteProfilingGroupCommand = DeleteProfilingGroupCommand;
1382
+ exports.DeleteProfilingGroupRequest$ = DeleteProfilingGroupRequest$;
1383
+ exports.DeleteProfilingGroupResponse$ = DeleteProfilingGroupResponse$;
1384
+ exports.DescribeProfilingGroup$ = DescribeProfilingGroup$;
1361
1385
  exports.DescribeProfilingGroupCommand = DescribeProfilingGroupCommand;
1386
+ exports.DescribeProfilingGroupRequest$ = DescribeProfilingGroupRequest$;
1387
+ exports.DescribeProfilingGroupResponse$ = DescribeProfilingGroupResponse$;
1362
1388
  exports.EventPublisher = EventPublisher;
1363
1389
  exports.FeedbackType = FeedbackType;
1390
+ exports.FindingsReportSummary$ = FindingsReportSummary$;
1391
+ exports.FrameMetric$ = FrameMetric$;
1392
+ exports.FrameMetricDatum$ = FrameMetricDatum$;
1393
+ exports.GetFindingsReportAccountSummary$ = GetFindingsReportAccountSummary$;
1364
1394
  exports.GetFindingsReportAccountSummaryCommand = GetFindingsReportAccountSummaryCommand;
1395
+ exports.GetFindingsReportAccountSummaryRequest$ = GetFindingsReportAccountSummaryRequest$;
1396
+ exports.GetFindingsReportAccountSummaryResponse$ = GetFindingsReportAccountSummaryResponse$;
1397
+ exports.GetNotificationConfiguration$ = GetNotificationConfiguration$;
1365
1398
  exports.GetNotificationConfigurationCommand = GetNotificationConfigurationCommand;
1399
+ exports.GetNotificationConfigurationRequest$ = GetNotificationConfigurationRequest$;
1400
+ exports.GetNotificationConfigurationResponse$ = GetNotificationConfigurationResponse$;
1401
+ exports.GetPolicy$ = GetPolicy$;
1366
1402
  exports.GetPolicyCommand = GetPolicyCommand;
1403
+ exports.GetPolicyRequest$ = GetPolicyRequest$;
1404
+ exports.GetPolicyResponse$ = GetPolicyResponse$;
1405
+ exports.GetProfile$ = GetProfile$;
1367
1406
  exports.GetProfileCommand = GetProfileCommand;
1407
+ exports.GetProfileRequest$ = GetProfileRequest$;
1408
+ exports.GetProfileResponse$ = GetProfileResponse$;
1409
+ exports.GetRecommendations$ = GetRecommendations$;
1368
1410
  exports.GetRecommendationsCommand = GetRecommendationsCommand;
1369
- exports.InternalServerException = InternalServerException$1;
1411
+ exports.GetRecommendationsRequest$ = GetRecommendationsRequest$;
1412
+ exports.GetRecommendationsResponse$ = GetRecommendationsResponse$;
1413
+ exports.InternalServerException = InternalServerException;
1414
+ exports.InternalServerException$ = InternalServerException$;
1415
+ exports.ListFindingsReports$ = ListFindingsReports$;
1370
1416
  exports.ListFindingsReportsCommand = ListFindingsReportsCommand;
1417
+ exports.ListFindingsReportsRequest$ = ListFindingsReportsRequest$;
1418
+ exports.ListFindingsReportsResponse$ = ListFindingsReportsResponse$;
1419
+ exports.ListProfileTimes$ = ListProfileTimes$;
1371
1420
  exports.ListProfileTimesCommand = ListProfileTimesCommand;
1421
+ exports.ListProfileTimesRequest$ = ListProfileTimesRequest$;
1422
+ exports.ListProfileTimesResponse$ = ListProfileTimesResponse$;
1423
+ exports.ListProfilingGroups$ = ListProfilingGroups$;
1372
1424
  exports.ListProfilingGroupsCommand = ListProfilingGroupsCommand;
1425
+ exports.ListProfilingGroupsRequest$ = ListProfilingGroupsRequest$;
1426
+ exports.ListProfilingGroupsResponse$ = ListProfilingGroupsResponse$;
1427
+ exports.ListTagsForResource$ = ListTagsForResource$;
1373
1428
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1429
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1430
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1431
+ exports.Match$ = Match$;
1374
1432
  exports.MetadataField = MetadataField;
1433
+ exports.Metric$ = Metric$;
1375
1434
  exports.MetricType = MetricType;
1435
+ exports.NotificationConfiguration$ = NotificationConfiguration$;
1376
1436
  exports.OrderBy = OrderBy;
1437
+ exports.Pattern$ = Pattern$;
1438
+ exports.PostAgentProfile$ = PostAgentProfile$;
1377
1439
  exports.PostAgentProfileCommand = PostAgentProfileCommand;
1440
+ exports.PostAgentProfileRequest$ = PostAgentProfileRequest$;
1441
+ exports.PostAgentProfileResponse$ = PostAgentProfileResponse$;
1442
+ exports.ProfileTime$ = ProfileTime$;
1443
+ exports.ProfilingGroupDescription$ = ProfilingGroupDescription$;
1444
+ exports.ProfilingStatus$ = ProfilingStatus$;
1445
+ exports.PutPermission$ = PutPermission$;
1378
1446
  exports.PutPermissionCommand = PutPermissionCommand;
1447
+ exports.PutPermissionRequest$ = PutPermissionRequest$;
1448
+ exports.PutPermissionResponse$ = PutPermissionResponse$;
1449
+ exports.Recommendation$ = Recommendation$;
1450
+ exports.RemoveNotificationChannel$ = RemoveNotificationChannel$;
1379
1451
  exports.RemoveNotificationChannelCommand = RemoveNotificationChannelCommand;
1452
+ exports.RemoveNotificationChannelRequest$ = RemoveNotificationChannelRequest$;
1453
+ exports.RemoveNotificationChannelResponse$ = RemoveNotificationChannelResponse$;
1454
+ exports.RemovePermission$ = RemovePermission$;
1380
1455
  exports.RemovePermissionCommand = RemovePermissionCommand;
1381
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1382
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1456
+ exports.RemovePermissionRequest$ = RemovePermissionRequest$;
1457
+ exports.RemovePermissionResponse$ = RemovePermissionResponse$;
1458
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1459
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1460
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1461
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1462
+ exports.SubmitFeedback$ = SubmitFeedback$;
1383
1463
  exports.SubmitFeedbackCommand = SubmitFeedbackCommand;
1464
+ exports.SubmitFeedbackRequest$ = SubmitFeedbackRequest$;
1465
+ exports.SubmitFeedbackResponse$ = SubmitFeedbackResponse$;
1466
+ exports.TagResource$ = TagResource$;
1384
1467
  exports.TagResourceCommand = TagResourceCommand;
1385
- exports.ThrottlingException = ThrottlingException$1;
1468
+ exports.TagResourceRequest$ = TagResourceRequest$;
1469
+ exports.TagResourceResponse$ = TagResourceResponse$;
1470
+ exports.ThrottlingException = ThrottlingException;
1471
+ exports.ThrottlingException$ = ThrottlingException$;
1472
+ exports.TimestampStructure$ = TimestampStructure$;
1473
+ exports.UntagResource$ = UntagResource$;
1386
1474
  exports.UntagResourceCommand = UntagResourceCommand;
1475
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1476
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1477
+ exports.UpdateProfilingGroup$ = UpdateProfilingGroup$;
1387
1478
  exports.UpdateProfilingGroupCommand = UpdateProfilingGroupCommand;
1388
- exports.ValidationException = ValidationException$1;
1479
+ exports.UpdateProfilingGroupRequest$ = UpdateProfilingGroupRequest$;
1480
+ exports.UpdateProfilingGroupResponse$ = UpdateProfilingGroupResponse$;
1481
+ exports.UserFeedback$ = UserFeedback$;
1482
+ exports.ValidationException = ValidationException;
1483
+ exports.ValidationException$ = ValidationException$;
1389
1484
  exports.paginateGetFindingsReportAccountSummary = paginateGetFindingsReportAccountSummary;
1390
1485
  exports.paginateListFindingsReports = paginateListFindingsReports;
1391
1486
  exports.paginateListProfileTimes = paginateListProfileTimes;