@aws-sdk/client-codeguruprofiler 3.952.0 → 3.954.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
@@ -210,9 +210,9 @@ const _v = "values";
210
210
  const _va = "value";
211
211
  const n0 = "com.amazonaws.codeguruprofiler";
212
212
  import { TypeRegistry } from "@smithy/core/schema";
213
- import { CodeGuruProfilerServiceException as __CodeGuruProfilerServiceException } from "../models/CodeGuruProfilerServiceException";
214
- import { ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
215
- export var AddNotificationChannelsRequest = [
213
+ import { CodeGuruProfilerServiceException } from "../models/CodeGuruProfilerServiceException";
214
+ import { ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
215
+ export var AddNotificationChannelsRequest$ = [
216
216
  3,
217
217
  n0,
218
218
  _ANCR,
@@ -220,27 +220,27 @@ export var AddNotificationChannelsRequest = [
220
220
  [_pGN, _c],
221
221
  [[0, 1], () => Channels],
222
222
  ];
223
- export var AddNotificationChannelsResponse = [
223
+ export var AddNotificationChannelsResponse$ = [
224
224
  3,
225
225
  n0,
226
226
  _ANCRd,
227
227
  0,
228
228
  [_nC],
229
- [() => NotificationConfiguration],
229
+ [() => NotificationConfiguration$],
230
230
  ];
231
- export var AgentConfiguration = [3, n0, _AC, 0, [_sP, _pIS, _aP], [2, 1, 128 | 0]];
232
- export var AgentOrchestrationConfig = [3, n0, _AOC, 0, [_pE], [2]];
233
- export var AggregatedProfileTime = [3, n0, _APT, 0, [_s, _p], [5, 0]];
234
- export var Anomaly = [3, n0, _A, 0, [_m, _r, _i], [() => Metric, 0, () => AnomalyInstances]];
235
- export var AnomalyInstance = [
231
+ export var AgentConfiguration$ = [3, n0, _AC, 0, [_sP, _pIS, _aP], [2, 1, 128 | 0]];
232
+ export var AgentOrchestrationConfig$ = [3, n0, _AOC, 0, [_pE], [2]];
233
+ export var AggregatedProfileTime$ = [3, n0, _APT, 0, [_s, _p], [5, 0]];
234
+ export var Anomaly$ = [3, n0, _A, 0, [_m, _r, _i], [() => Metric$, 0, () => AnomalyInstances]];
235
+ export var AnomalyInstance$ = [
236
236
  3,
237
237
  n0,
238
238
  _AI,
239
239
  0,
240
240
  [_id, _sT, _eT, _uF],
241
- [0, 5, 5, () => UserFeedback],
241
+ [0, 5, 5, () => UserFeedback$],
242
242
  ];
243
- export var BatchGetFrameMetricDataRequest = [
243
+ export var BatchGetFrameMetricDataRequest$ = [
244
244
  3,
245
245
  n0,
246
246
  _BGFMDR,
@@ -248,7 +248,7 @@ export var BatchGetFrameMetricDataRequest = [
248
248
  [_pGN, _sT, _eT, _p, _tR, _fM],
249
249
  [[0, 1], [5, { [_hQ]: _sT }], [5, { [_hQ]: _eT }], [0, { [_hQ]: _p }], [0, { [_hQ]: _tR }], () => FrameMetrics],
250
250
  ];
251
- export var BatchGetFrameMetricDataResponse = [
251
+ export var BatchGetFrameMetricDataResponse$ = [
252
252
  3,
253
253
  n0,
254
254
  _BGFMDRa,
@@ -256,39 +256,39 @@ export var BatchGetFrameMetricDataResponse = [
256
256
  [_sT, _eT, _re, _eTn, _uET, _fMD],
257
257
  [5, 5, 0, () => ListOfTimestamps, () => UnprocessedEndTimeMap, () => FrameMetricData],
258
258
  ];
259
- export var Channel = [3, n0, _C, 0, [_id, _u, _eP], [0, 0, 64 | 0]];
260
- export var ConfigureAgentRequest = [3, n0, _CAR, 0, [_pGN, _fII, _me], [[0, 1], 0, 128 | 0]];
261
- export var ConfigureAgentResponse = [3, n0, _CARo, 0, [_co], [[() => AgentConfiguration, 16]]];
262
- export var ConflictException = [-3, n0, _CE, { [_e]: _cl, [_hE]: 409 }, [_mes], [0]];
263
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
264
- export var CreateProfilingGroupRequest = [
259
+ export var Channel$ = [3, n0, _C, 0, [_id, _u, _eP], [0, 0, 64 | 0]];
260
+ export var ConfigureAgentRequest$ = [3, n0, _CAR, 0, [_pGN, _fII, _me], [[0, 1], 0, 128 | 0]];
261
+ export var ConfigureAgentResponse$ = [3, n0, _CARo, 0, [_co], [[() => AgentConfiguration$, 16]]];
262
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _cl, [_hE]: 409 }, [_mes], [0]];
263
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
264
+ export var CreateProfilingGroupRequest$ = [
265
265
  3,
266
266
  n0,
267
267
  _CPGR,
268
268
  0,
269
269
  [_pGN, _cP, _cT, _aOC, _t],
270
- [0, 0, [0, { [_iT]: 1, [_hQ]: _cT }], () => AgentOrchestrationConfig, 128 | 0],
270
+ [0, 0, [0, { [_iT]: 1, [_hQ]: _cT }], () => AgentOrchestrationConfig$, 128 | 0],
271
271
  ];
272
- export var CreateProfilingGroupResponse = [
272
+ export var CreateProfilingGroupResponse$ = [
273
273
  3,
274
274
  n0,
275
275
  _CPGRr,
276
276
  0,
277
277
  [_pG],
278
- [[() => ProfilingGroupDescription, 16]],
278
+ [[() => ProfilingGroupDescription$, 16]],
279
279
  ];
280
- export var DeleteProfilingGroupRequest = [3, n0, _DPGR, 0, [_pGN], [[0, 1]]];
281
- export var DeleteProfilingGroupResponse = [3, n0, _DPGRe, 0, [], []];
282
- export var DescribeProfilingGroupRequest = [3, n0, _DPGRes, 0, [_pGN], [[0, 1]]];
283
- export var DescribeProfilingGroupResponse = [
280
+ export var DeleteProfilingGroupRequest$ = [3, n0, _DPGR, 0, [_pGN], [[0, 1]]];
281
+ export var DeleteProfilingGroupResponse$ = [3, n0, _DPGRe, 0, [], []];
282
+ export var DescribeProfilingGroupRequest$ = [3, n0, _DPGRes, 0, [_pGN], [[0, 1]]];
283
+ export var DescribeProfilingGroupResponse$ = [
284
284
  3,
285
285
  n0,
286
286
  _DPGResc,
287
287
  0,
288
288
  [_pG],
289
- [[() => ProfilingGroupDescription, 16]],
289
+ [[() => ProfilingGroupDescription$, 16]],
290
290
  ];
291
- export var FindingsReportSummary = [
291
+ export var FindingsReportSummary$ = [
292
292
  3,
293
293
  n0,
294
294
  _FRS,
@@ -296,9 +296,9 @@ export var FindingsReportSummary = [
296
296
  [_id, _pGN, _pST, _pET, _tNOF],
297
297
  [0, 0, 5, 5, 1],
298
298
  ];
299
- export var FrameMetric = [3, n0, _FM, 0, [_fN, _ty, _tS], [0, 0, 64 | 0]];
300
- export var FrameMetricDatum = [3, n0, _FMD, 0, [_fMr, _v], [() => FrameMetric, 64 | 1]];
301
- export var GetFindingsReportAccountSummaryRequest = [
299
+ export var FrameMetric$ = [3, n0, _FM, 0, [_fN, _ty, _tS], [0, 0, 64 | 0]];
300
+ export var FrameMetricDatum$ = [3, n0, _FMD, 0, [_fMr, _v], [() => FrameMetric$, 64 | 1]];
301
+ export var GetFindingsReportAccountSummaryRequest$ = [
302
302
  3,
303
303
  n0,
304
304
  _GFRASR,
@@ -310,7 +310,7 @@ export var GetFindingsReportAccountSummaryRequest = [
310
310
  [2, { [_hQ]: _dRO }],
311
311
  ],
312
312
  ];
313
- export var GetFindingsReportAccountSummaryResponse = [
313
+ export var GetFindingsReportAccountSummaryResponse$ = [
314
314
  3,
315
315
  n0,
316
316
  _GFRASRe,
@@ -318,18 +318,18 @@ export var GetFindingsReportAccountSummaryResponse = [
318
318
  [_rS, _nT],
319
319
  [() => FindingsReportSummaries, 0],
320
320
  ];
321
- export var GetNotificationConfigurationRequest = [3, n0, _GNCR, 0, [_pGN], [[0, 1]]];
322
- export var GetNotificationConfigurationResponse = [
321
+ export var GetNotificationConfigurationRequest$ = [3, n0, _GNCR, 0, [_pGN], [[0, 1]]];
322
+ export var GetNotificationConfigurationResponse$ = [
323
323
  3,
324
324
  n0,
325
325
  _GNCRe,
326
326
  0,
327
327
  [_nC],
328
- [() => NotificationConfiguration],
328
+ [() => NotificationConfiguration$],
329
329
  ];
330
- export var GetPolicyRequest = [3, n0, _GPR, 0, [_pGN], [[0, 1]]];
331
- export var GetPolicyResponse = [3, n0, _GPRe, 0, [_po, _rI], [0, 0]];
332
- export var GetProfileRequest = [
330
+ export var GetPolicyRequest$ = [3, n0, _GPR, 0, [_pGN], [[0, 1]]];
331
+ export var GetPolicyResponse$ = [3, n0, _GPRe, 0, [_po, _rI], [0, 0]];
332
+ export var GetProfileRequest$ = [
333
333
  3,
334
334
  n0,
335
335
  _GPRet,
@@ -344,7 +344,7 @@ export var GetProfileRequest = [
344
344
  [0, { [_hH]: _Ac }],
345
345
  ],
346
346
  ];
347
- export var GetProfileResponse = [
347
+ export var GetProfileResponse$ = [
348
348
  3,
349
349
  n0,
350
350
  _GPRetr,
@@ -356,7 +356,7 @@ export var GetProfileResponse = [
356
356
  [0, { [_hH]: _CE_ }],
357
357
  ],
358
358
  ];
359
- export var GetRecommendationsRequest = [
359
+ export var GetRecommendationsRequest$ = [
360
360
  3,
361
361
  n0,
362
362
  _GRR,
@@ -369,7 +369,7 @@ export var GetRecommendationsRequest = [
369
369
  [0, { [_hQ]: _l }],
370
370
  ],
371
371
  ];
372
- export var GetRecommendationsResponse = [
372
+ export var GetRecommendationsResponse$ = [
373
373
  3,
374
374
  n0,
375
375
  _GRRe,
@@ -377,9 +377,9 @@ export var GetRecommendationsResponse = [
377
377
  [_pGN, _pST, _pET, _rec, _an],
378
378
  [0, 5, 5, () => Recommendations, () => Anomalies],
379
379
  ];
380
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_mes], [0]];
381
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
382
- export var ListFindingsReportsRequest = [
380
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_mes], [0]];
381
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
382
+ export var ListFindingsReportsRequest$ = [
383
383
  3,
384
384
  n0,
385
385
  _LFRR,
@@ -394,7 +394,7 @@ export var ListFindingsReportsRequest = [
394
394
  [2, { [_hQ]: _dRO }],
395
395
  ],
396
396
  ];
397
- export var ListFindingsReportsResponse = [
397
+ export var ListFindingsReportsResponse$ = [
398
398
  3,
399
399
  n0,
400
400
  _LFRRi,
@@ -402,7 +402,7 @@ export var ListFindingsReportsResponse = [
402
402
  [_fRS, _nT],
403
403
  [() => FindingsReportSummaries, 0],
404
404
  ];
405
- export var ListProfileTimesRequest = [
405
+ export var ListProfileTimesRequest$ = [
406
406
  3,
407
407
  n0,
408
408
  _LPTR,
@@ -418,8 +418,8 @@ export var ListProfileTimesRequest = [
418
418
  [0, { [_hQ]: _nT }],
419
419
  ],
420
420
  ];
421
- export var ListProfileTimesResponse = [3, n0, _LPTRi, 0, [_pT, _nT], [() => ProfileTimes, 0]];
422
- export var ListProfilingGroupsRequest = [
421
+ export var ListProfileTimesResponse$ = [3, n0, _LPTRi, 0, [_pT, _nT], [() => ProfileTimes, 0]];
422
+ export var ListProfilingGroupsRequest$ = [
423
423
  3,
424
424
  n0,
425
425
  _LPGR,
@@ -431,7 +431,7 @@ export var ListProfilingGroupsRequest = [
431
431
  [2, { [_hQ]: _iD }],
432
432
  ],
433
433
  ];
434
- export var ListProfilingGroupsResponse = [
434
+ export var ListProfilingGroupsResponse$ = [
435
435
  3,
436
436
  n0,
437
437
  _LPGRi,
@@ -439,12 +439,12 @@ export var ListProfilingGroupsResponse = [
439
439
  [_pGNr, _pGr, _nT],
440
440
  [64 | 0, () => ProfilingGroupDescriptions, 0],
441
441
  ];
442
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
443
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
444
- export var Match = [3, n0, _M, 0, [_tFI, _fA, _tBV], [1, 0, 1]];
445
- export var Metric = [3, n0, _Me, 0, [_fN, _ty, _tS], [0, 0, 64 | 0]];
446
- export var NotificationConfiguration = [3, n0, _NC, 0, [_c], [() => Channels]];
447
- export var Pattern = [
442
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
443
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
444
+ export var Match$ = [3, n0, _M, 0, [_tFI, _fA, _tBV], [1, 0, 1]];
445
+ export var Metric$ = [3, n0, _Me, 0, [_fN, _ty, _tS], [0, 0, 64 | 0]];
446
+ export var NotificationConfiguration$ = [3, n0, _NC, 0, [_c], [() => Channels]];
447
+ export var Pattern$ = [
448
448
  3,
449
449
  n0,
450
450
  _P,
@@ -452,7 +452,7 @@ export var Pattern = [
452
452
  [_id, _n, _d, _rSe, _tF, _tP, _cTA],
453
453
  [0, 0, 0, 0, [1, n0, _TF, 0, 64 | 0], 1, 64 | 0],
454
454
  ];
455
- export var PostAgentProfileRequest = [
455
+ export var PostAgentProfileRequest$ = [
456
456
  3,
457
457
  n0,
458
458
  _PAPR,
@@ -465,25 +465,25 @@ export var PostAgentProfileRequest = [
465
465
  [0, { [_hH]: _CT }],
466
466
  ],
467
467
  ];
468
- export var PostAgentProfileResponse = [3, n0, _PAPRo, 0, [], []];
469
- export var ProfileTime = [3, n0, _PT, 0, [_s], [5]];
470
- export var ProfilingGroupDescription = [
468
+ export var PostAgentProfileResponse$ = [3, n0, _PAPRo, 0, [], []];
469
+ export var ProfileTime$ = [3, n0, _PT, 0, [_s], [5]];
470
+ export var ProfilingGroupDescription$ = [
471
471
  3,
472
472
  n0,
473
473
  _PGD,
474
474
  0,
475
475
  [_n, _aOC, _ar, _cA, _uA, _pS, _cP, _t],
476
- [0, () => AgentOrchestrationConfig, 0, 5, 5, () => ProfilingStatus, 0, 128 | 0],
476
+ [0, () => AgentOrchestrationConfig$, 0, 5, 5, () => ProfilingStatus$, 0, 128 | 0],
477
477
  ];
478
- export var ProfilingStatus = [
478
+ export var ProfilingStatus$ = [
479
479
  3,
480
480
  n0,
481
481
  _PS,
482
482
  0,
483
483
  [_lAPRA, _lAP, _lAOA],
484
- [5, () => AggregatedProfileTime, 5],
484
+ [5, () => AggregatedProfileTime$, 5],
485
485
  ];
486
- export var PutPermissionRequest = [
486
+ export var PutPermissionRequest$ = [
487
487
  3,
488
488
  n0,
489
489
  _PPR,
@@ -491,16 +491,16 @@ export var PutPermissionRequest = [
491
491
  [_pGN, _aG, _pri, _rI],
492
492
  [[0, 1], [0, 1], 64 | 0, 0],
493
493
  ];
494
- export var PutPermissionResponse = [3, n0, _PPRu, 0, [_po, _rI], [0, 0]];
495
- export var Recommendation = [
494
+ export var PutPermissionResponse$ = [3, n0, _PPRu, 0, [_po, _rI], [0, 0]];
495
+ export var Recommendation$ = [
496
496
  3,
497
497
  n0,
498
498
  _R,
499
499
  0,
500
500
  [_aMC, _aMS, _pa, _tM, _sT, _eT],
501
- [1, 1, () => Pattern, () => Matches, 5, 5],
501
+ [1, 1, () => Pattern$, () => Matches, 5, 5],
502
502
  ];
503
- export var RemoveNotificationChannelRequest = [
503
+ export var RemoveNotificationChannelRequest$ = [
504
504
  3,
505
505
  n0,
506
506
  _RNCR,
@@ -511,15 +511,15 @@ export var RemoveNotificationChannelRequest = [
511
511
  [0, 1],
512
512
  ],
513
513
  ];
514
- export var RemoveNotificationChannelResponse = [
514
+ export var RemoveNotificationChannelResponse$ = [
515
515
  3,
516
516
  n0,
517
517
  _RNCRe,
518
518
  0,
519
519
  [_nC],
520
- [() => NotificationConfiguration],
520
+ [() => NotificationConfiguration$],
521
521
  ];
522
- export var RemovePermissionRequest = [
522
+ export var RemovePermissionRequest$ = [
523
523
  3,
524
524
  n0,
525
525
  _RPR,
@@ -531,12 +531,12 @@ export var RemovePermissionRequest = [
531
531
  [0, { [_hQ]: _rI }],
532
532
  ],
533
533
  ];
534
- export var RemovePermissionResponse = [3, n0, _RPRe, 0, [_po, _rI], [0, 0]];
535
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _cl, [_hE]: 404 }, [_mes], [0]];
536
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
537
- export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _cl, [_hE]: 402 }, [_mes], [0]];
538
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
539
- export var SubmitFeedbackRequest = [
534
+ export var RemovePermissionResponse$ = [3, n0, _RPRe, 0, [_po, _rI], [0, 0]];
535
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _cl, [_hE]: 404 }, [_mes], [0]];
536
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
537
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _cl, [_hE]: 402 }, [_mes], [0]];
538
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
539
+ export var SubmitFeedbackRequest$ = [
540
540
  3,
541
541
  n0,
542
542
  _SFR,
@@ -544,13 +544,13 @@ export var SubmitFeedbackRequest = [
544
544
  [_pGN, _aII, _ty, _com],
545
545
  [[0, 1], [0, 1], 0, 0],
546
546
  ];
547
- export var SubmitFeedbackResponse = [3, n0, _SFRu, 0, [], []];
548
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
549
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
550
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _cl, [_hE]: 429 }, [_mes], [0]];
551
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
552
- export var TimestampStructure = [3, n0, _TS, 0, [_va], [5]];
553
- export var UntagResourceRequest = [
547
+ export var SubmitFeedbackResponse$ = [3, n0, _SFRu, 0, [], []];
548
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
549
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
550
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _cl, [_hE]: 429 }, [_mes], [0]];
551
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
552
+ export var TimestampStructure$ = [3, n0, _TS, 0, [_va], [5]];
553
+ export var UntagResourceRequest$ = [
554
554
  3,
555
555
  n0,
556
556
  _URR,
@@ -561,27 +561,27 @@ export var UntagResourceRequest = [
561
561
  [64 | 0, { [_hQ]: _tK }],
562
562
  ],
563
563
  ];
564
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
565
- export var UpdateProfilingGroupRequest = [
564
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
565
+ export var UpdateProfilingGroupRequest$ = [
566
566
  3,
567
567
  n0,
568
568
  _UPGR,
569
569
  0,
570
570
  [_pGN, _aOC],
571
- [[0, 1], () => AgentOrchestrationConfig],
571
+ [[0, 1], () => AgentOrchestrationConfig$],
572
572
  ];
573
- export var UpdateProfilingGroupResponse = [
573
+ export var UpdateProfilingGroupResponse$ = [
574
574
  3,
575
575
  n0,
576
576
  _UPGRp,
577
577
  0,
578
578
  [_pG],
579
- [[() => ProfilingGroupDescription, 16]],
579
+ [[() => ProfilingGroupDescription$, 16]],
580
580
  ];
581
- export var UserFeedback = [3, n0, _UF, 0, [_ty], [0]];
582
- export var ValidationException = [-3, n0, _VE, { [_e]: _cl, [_hE]: 400 }, [_mes], [0]];
583
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
584
- export var CodeGuruProfilerServiceException = [
581
+ export var UserFeedback$ = [3, n0, _UF, 0, [_ty], [0]];
582
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _cl, [_hE]: 400 }, [_mes], [0]];
583
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
584
+ export var CodeGuruProfilerServiceException$ = [
585
585
  -3,
586
586
  _sm,
587
587
  "CodeGuruProfilerServiceException",
@@ -589,212 +589,212 @@ export var CodeGuruProfilerServiceException = [
589
589
  [],
590
590
  [],
591
591
  ];
592
- TypeRegistry.for(_sm).registerError(CodeGuruProfilerServiceException, __CodeGuruProfilerServiceException);
593
- export var Anomalies = [1, n0, _An, 0, () => Anomaly];
594
- export var AnomalyInstances = [1, n0, _AIn, 0, () => AnomalyInstance];
595
- export var Channels = [1, n0, _Ch, 0, () => Channel];
596
- export var EventPublishers = 64 | 0;
597
- export var FindingsReportSummaries = [1, n0, _FRSi, 0, () => FindingsReportSummary];
598
- export var FrameMetricData = [1, n0, _FMDr, 0, () => FrameMetricDatum];
599
- export var FrameMetrics = [1, n0, _FMr, 0, () => FrameMetric];
600
- export var FrameMetricValues = 64 | 1;
601
- export var ListOfTimestamps = [1, n0, _LOT, 0, () => TimestampStructure];
602
- export var Matches = [1, n0, _Ma, 0, () => Match];
603
- export var Principals = 64 | 0;
604
- export var ProfileTimes = [1, n0, _PTr, 0, () => ProfileTime];
605
- export var ProfilingGroupDescriptions = [1, n0, _PGDr, 0, () => ProfilingGroupDescription];
606
- export var ProfilingGroupNames = 64 | 0;
607
- export var Recommendations = [1, n0, _Re, 0, () => Recommendation];
608
- export var Strings = 64 | 0;
609
- export var TagKeys = 64 | 0;
610
- export var TargetFrame = 64 | 0;
611
- export var TargetFrames = [1, n0, _TF, 0, 64 | 0];
612
- export var ThreadStates = 64 | 0;
613
- export var AgentParameters = 128 | 0;
614
- export var Metadata = 128 | 0;
615
- export var TagsMap = 128 | 0;
616
- export var UnprocessedEndTimeMap = [2, n0, _UETM, 0, 0, () => ListOfTimestamps];
617
- export var AddNotificationChannels = [
592
+ TypeRegistry.for(_sm).registerError(CodeGuruProfilerServiceException$, CodeGuruProfilerServiceException);
593
+ var Anomalies = [1, n0, _An, 0, () => Anomaly$];
594
+ var AnomalyInstances = [1, n0, _AIn, 0, () => AnomalyInstance$];
595
+ var Channels = [1, n0, _Ch, 0, () => Channel$];
596
+ var EventPublishers = 64 | 0;
597
+ var FindingsReportSummaries = [1, n0, _FRSi, 0, () => FindingsReportSummary$];
598
+ var FrameMetricData = [1, n0, _FMDr, 0, () => FrameMetricDatum$];
599
+ var FrameMetrics = [1, n0, _FMr, 0, () => FrameMetric$];
600
+ var FrameMetricValues = 64 | 1;
601
+ var ListOfTimestamps = [1, n0, _LOT, 0, () => TimestampStructure$];
602
+ var Matches = [1, n0, _Ma, 0, () => Match$];
603
+ var Principals = 64 | 0;
604
+ var ProfileTimes = [1, n0, _PTr, 0, () => ProfileTime$];
605
+ var ProfilingGroupDescriptions = [1, n0, _PGDr, 0, () => ProfilingGroupDescription$];
606
+ var ProfilingGroupNames = 64 | 0;
607
+ var Recommendations = [1, n0, _Re, 0, () => Recommendation$];
608
+ var Strings = 64 | 0;
609
+ var TagKeys = 64 | 0;
610
+ var TargetFrame = 64 | 0;
611
+ var TargetFrames = [1, n0, _TF, 0, 64 | 0];
612
+ var ThreadStates = 64 | 0;
613
+ var AgentParameters = 128 | 0;
614
+ var Metadata = 128 | 0;
615
+ var TagsMap = 128 | 0;
616
+ var UnprocessedEndTimeMap = [2, n0, _UETM, 0, 0, () => ListOfTimestamps];
617
+ export var AddNotificationChannels$ = [
618
618
  9,
619
619
  n0,
620
620
  _ANC,
621
621
  { [_h]: ["POST", "/profilingGroups/{profilingGroupName}/notificationConfiguration", 200] },
622
- () => AddNotificationChannelsRequest,
623
- () => AddNotificationChannelsResponse,
622
+ () => AddNotificationChannelsRequest$,
623
+ () => AddNotificationChannelsResponse$,
624
624
  ];
625
- export var BatchGetFrameMetricData = [
625
+ export var BatchGetFrameMetricData$ = [
626
626
  9,
627
627
  n0,
628
628
  _BGFMD,
629
629
  { [_h]: ["POST", "/profilingGroups/{profilingGroupName}/frames/-/metrics", 200] },
630
- () => BatchGetFrameMetricDataRequest,
631
- () => BatchGetFrameMetricDataResponse,
630
+ () => BatchGetFrameMetricDataRequest$,
631
+ () => BatchGetFrameMetricDataResponse$,
632
632
  ];
633
- export var ConfigureAgent = [
633
+ export var ConfigureAgent$ = [
634
634
  9,
635
635
  n0,
636
636
  _CA,
637
637
  { [_h]: ["POST", "/profilingGroups/{profilingGroupName}/configureAgent", 200] },
638
- () => ConfigureAgentRequest,
639
- () => ConfigureAgentResponse,
638
+ () => ConfigureAgentRequest$,
639
+ () => ConfigureAgentResponse$,
640
640
  ];
641
- export var CreateProfilingGroup = [
641
+ export var CreateProfilingGroup$ = [
642
642
  9,
643
643
  n0,
644
644
  _CPG,
645
645
  { [_h]: ["POST", "/profilingGroups", 201] },
646
- () => CreateProfilingGroupRequest,
647
- () => CreateProfilingGroupResponse,
646
+ () => CreateProfilingGroupRequest$,
647
+ () => CreateProfilingGroupResponse$,
648
648
  ];
649
- export var DeleteProfilingGroup = [
649
+ export var DeleteProfilingGroup$ = [
650
650
  9,
651
651
  n0,
652
652
  _DPG,
653
653
  { [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}", 204] },
654
- () => DeleteProfilingGroupRequest,
655
- () => DeleteProfilingGroupResponse,
654
+ () => DeleteProfilingGroupRequest$,
655
+ () => DeleteProfilingGroupResponse$,
656
656
  ];
657
- export var DescribeProfilingGroup = [
657
+ export var DescribeProfilingGroup$ = [
658
658
  9,
659
659
  n0,
660
660
  _DPGe,
661
661
  { [_h]: ["GET", "/profilingGroups/{profilingGroupName}", 200] },
662
- () => DescribeProfilingGroupRequest,
663
- () => DescribeProfilingGroupResponse,
662
+ () => DescribeProfilingGroupRequest$,
663
+ () => DescribeProfilingGroupResponse$,
664
664
  ];
665
- export var GetFindingsReportAccountSummary = [
665
+ export var GetFindingsReportAccountSummary$ = [
666
666
  9,
667
667
  n0,
668
668
  _GFRAS,
669
669
  { [_h]: ["GET", "/internal/findingsReports", 200] },
670
- () => GetFindingsReportAccountSummaryRequest,
671
- () => GetFindingsReportAccountSummaryResponse,
670
+ () => GetFindingsReportAccountSummaryRequest$,
671
+ () => GetFindingsReportAccountSummaryResponse$,
672
672
  ];
673
- export var GetNotificationConfiguration = [
673
+ export var GetNotificationConfiguration$ = [
674
674
  9,
675
675
  n0,
676
676
  _GNC,
677
677
  { [_h]: ["GET", "/profilingGroups/{profilingGroupName}/notificationConfiguration", 200] },
678
- () => GetNotificationConfigurationRequest,
679
- () => GetNotificationConfigurationResponse,
678
+ () => GetNotificationConfigurationRequest$,
679
+ () => GetNotificationConfigurationResponse$,
680
680
  ];
681
- export var GetPolicy = [
681
+ export var GetPolicy$ = [
682
682
  9,
683
683
  n0,
684
684
  _GP,
685
685
  { [_h]: ["GET", "/profilingGroups/{profilingGroupName}/policy", 200] },
686
- () => GetPolicyRequest,
687
- () => GetPolicyResponse,
686
+ () => GetPolicyRequest$,
687
+ () => GetPolicyResponse$,
688
688
  ];
689
- export var GetProfile = [
689
+ export var GetProfile$ = [
690
690
  9,
691
691
  n0,
692
692
  _GPe,
693
693
  { [_h]: ["GET", "/profilingGroups/{profilingGroupName}/profile", 200] },
694
- () => GetProfileRequest,
695
- () => GetProfileResponse,
694
+ () => GetProfileRequest$,
695
+ () => GetProfileResponse$,
696
696
  ];
697
- export var GetRecommendations = [
697
+ export var GetRecommendations$ = [
698
698
  9,
699
699
  n0,
700
700
  _GR,
701
701
  { [_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/recommendations", 200] },
702
- () => GetRecommendationsRequest,
703
- () => GetRecommendationsResponse,
702
+ () => GetRecommendationsRequest$,
703
+ () => GetRecommendationsResponse$,
704
704
  ];
705
- export var ListFindingsReports = [
705
+ export var ListFindingsReports$ = [
706
706
  9,
707
707
  n0,
708
708
  _LFR,
709
709
  { [_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/findingsReports", 200] },
710
- () => ListFindingsReportsRequest,
711
- () => ListFindingsReportsResponse,
710
+ () => ListFindingsReportsRequest$,
711
+ () => ListFindingsReportsResponse$,
712
712
  ];
713
- export var ListProfileTimes = [
713
+ export var ListProfileTimes$ = [
714
714
  9,
715
715
  n0,
716
716
  _LPT,
717
717
  { [_h]: ["GET", "/profilingGroups/{profilingGroupName}/profileTimes", 200] },
718
- () => ListProfileTimesRequest,
719
- () => ListProfileTimesResponse,
718
+ () => ListProfileTimesRequest$,
719
+ () => ListProfileTimesResponse$,
720
720
  ];
721
- export var ListProfilingGroups = [
721
+ export var ListProfilingGroups$ = [
722
722
  9,
723
723
  n0,
724
724
  _LPG,
725
725
  { [_h]: ["GET", "/profilingGroups", 200] },
726
- () => ListProfilingGroupsRequest,
727
- () => ListProfilingGroupsResponse,
726
+ () => ListProfilingGroupsRequest$,
727
+ () => ListProfilingGroupsResponse$,
728
728
  ];
729
- export var ListTagsForResource = [
729
+ export var ListTagsForResource$ = [
730
730
  9,
731
731
  n0,
732
732
  _LTFR,
733
733
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
734
- () => ListTagsForResourceRequest,
735
- () => ListTagsForResourceResponse,
734
+ () => ListTagsForResourceRequest$,
735
+ () => ListTagsForResourceResponse$,
736
736
  ];
737
- export var PostAgentProfile = [
737
+ export var PostAgentProfile$ = [
738
738
  9,
739
739
  n0,
740
740
  _PAP,
741
741
  { [_h]: ["POST", "/profilingGroups/{profilingGroupName}/agentProfile", 204] },
742
- () => PostAgentProfileRequest,
743
- () => PostAgentProfileResponse,
742
+ () => PostAgentProfileRequest$,
743
+ () => PostAgentProfileResponse$,
744
744
  ];
745
- export var PutPermission = [
745
+ export var PutPermission$ = [
746
746
  9,
747
747
  n0,
748
748
  _PP,
749
749
  { [_h]: ["PUT", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200] },
750
- () => PutPermissionRequest,
751
- () => PutPermissionResponse,
750
+ () => PutPermissionRequest$,
751
+ () => PutPermissionResponse$,
752
752
  ];
753
- export var RemoveNotificationChannel = [
753
+ export var RemoveNotificationChannel$ = [
754
754
  9,
755
755
  n0,
756
756
  _RNC,
757
757
  { [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/notificationConfiguration/{channelId}", 200] },
758
- () => RemoveNotificationChannelRequest,
759
- () => RemoveNotificationChannelResponse,
758
+ () => RemoveNotificationChannelRequest$,
759
+ () => RemoveNotificationChannelResponse$,
760
760
  ];
761
- export var RemovePermission = [
761
+ export var RemovePermission$ = [
762
762
  9,
763
763
  n0,
764
764
  _RP,
765
765
  { [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200] },
766
- () => RemovePermissionRequest,
767
- () => RemovePermissionResponse,
766
+ () => RemovePermissionRequest$,
767
+ () => RemovePermissionResponse$,
768
768
  ];
769
- export var SubmitFeedback = [
769
+ export var SubmitFeedback$ = [
770
770
  9,
771
771
  n0,
772
772
  _SF,
773
773
  { [_h]: ["POST", "/internal/profilingGroups/{profilingGroupName}/anomalies/{anomalyInstanceId}/feedback", 204] },
774
- () => SubmitFeedbackRequest,
775
- () => SubmitFeedbackResponse,
774
+ () => SubmitFeedbackRequest$,
775
+ () => SubmitFeedbackResponse$,
776
776
  ];
777
- export var TagResource = [
777
+ export var TagResource$ = [
778
778
  9,
779
779
  n0,
780
780
  _TR,
781
781
  { [_h]: ["POST", "/tags/{resourceArn}", 204] },
782
- () => TagResourceRequest,
783
- () => TagResourceResponse,
782
+ () => TagResourceRequest$,
783
+ () => TagResourceResponse$,
784
784
  ];
785
- export var UntagResource = [
785
+ export var UntagResource$ = [
786
786
  9,
787
787
  n0,
788
788
  _UR,
789
789
  { [_h]: ["DELETE", "/tags/{resourceArn}", 204] },
790
- () => UntagResourceRequest,
791
- () => UntagResourceResponse,
790
+ () => UntagResourceRequest$,
791
+ () => UntagResourceResponse$,
792
792
  ];
793
- export var UpdateProfilingGroup = [
793
+ export var UpdateProfilingGroup$ = [
794
794
  9,
795
795
  n0,
796
796
  _UPG,
797
797
  { [_h]: ["PUT", "/profilingGroups/{profilingGroupName}", 200] },
798
- () => UpdateProfilingGroupRequest,
799
- () => UpdateProfilingGroupResponse,
798
+ () => UpdateProfilingGroupRequest$,
799
+ () => UpdateProfilingGroupResponse$,
800
800
  ];