@aws-sdk/client-codeguruprofiler 3.943.0 → 3.946.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +62 -363
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/CodeGuruProfilerClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +62 -363
- package/dist-types/CodeGuruProfiler.d.ts +1 -1
- package/dist-types/CodeGuruProfilerClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AddNotificationChannelsCommand.d.ts +3 -3
- package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +3 -3
- package/dist-types/commands/ConfigureAgentCommand.d.ts +3 -3
- package/dist-types/commands/CreateProfilingGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +3 -3
- package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +3 -3
- package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +3 -3
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -3
- package/dist-types/commands/GetProfileCommand.d.ts +3 -3
- package/dist-types/commands/GetRecommendationsCommand.d.ts +3 -3
- package/dist-types/commands/ListFindingsReportsCommand.d.ts +3 -3
- package/dist-types/commands/ListProfileTimesCommand.d.ts +3 -3
- package/dist-types/commands/ListProfilingGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PostAgentProfileCommand.d.ts +3 -3
- package/dist-types/commands/PutPermissionCommand.d.ts +3 -3
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +3 -3
- package/dist-types/commands/RemovePermissionCommand.d.ts +3 -3
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/CodeGuruProfilerServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/GetFindingsReportAccountSummaryPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListFindingsReportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProfileTimesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListProfilingGroupsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/CodeGuruProfilerClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/CodeGuruProfilerServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -246,34 +246,7 @@ export var BatchGetFrameMetricDataRequest = [
|
|
|
246
246
|
_BGFMDR,
|
|
247
247
|
0,
|
|
248
248
|
[_pGN, _sT, _eT, _p, _tR, _fM],
|
|
249
|
-
[
|
|
250
|
-
[0, 1],
|
|
251
|
-
[
|
|
252
|
-
5,
|
|
253
|
-
{
|
|
254
|
-
[_hQ]: _sT,
|
|
255
|
-
},
|
|
256
|
-
],
|
|
257
|
-
[
|
|
258
|
-
5,
|
|
259
|
-
{
|
|
260
|
-
[_hQ]: _eT,
|
|
261
|
-
},
|
|
262
|
-
],
|
|
263
|
-
[
|
|
264
|
-
0,
|
|
265
|
-
{
|
|
266
|
-
[_hQ]: _p,
|
|
267
|
-
},
|
|
268
|
-
],
|
|
269
|
-
[
|
|
270
|
-
0,
|
|
271
|
-
{
|
|
272
|
-
[_hQ]: _tR,
|
|
273
|
-
},
|
|
274
|
-
],
|
|
275
|
-
() => FrameMetrics,
|
|
276
|
-
],
|
|
249
|
+
[[0, 1], [5, { [_hQ]: _sT }], [5, { [_hQ]: _eT }], [0, { [_hQ]: _p }], [0, { [_hQ]: _tR }], () => FrameMetrics],
|
|
277
250
|
];
|
|
278
251
|
export var BatchGetFrameMetricDataResponse = [
|
|
279
252
|
3,
|
|
@@ -286,17 +259,7 @@ export var BatchGetFrameMetricDataResponse = [
|
|
|
286
259
|
export var Channel = [3, n0, _C, 0, [_id, _u, _eP], [0, 0, 64 | 0]];
|
|
287
260
|
export var ConfigureAgentRequest = [3, n0, _CAR, 0, [_pGN, _fII, _me], [[0, 1], 0, 128 | 0]];
|
|
288
261
|
export var ConfigureAgentResponse = [3, n0, _CARo, 0, [_co], [[() => AgentConfiguration, 16]]];
|
|
289
|
-
export var ConflictException = [
|
|
290
|
-
-3,
|
|
291
|
-
n0,
|
|
292
|
-
_CE,
|
|
293
|
-
{
|
|
294
|
-
[_e]: _cl,
|
|
295
|
-
[_hE]: 409,
|
|
296
|
-
},
|
|
297
|
-
[_mes],
|
|
298
|
-
[0],
|
|
299
|
-
];
|
|
262
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _cl, [_hE]: 409 }, [_mes], [0]];
|
|
300
263
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
301
264
|
export var CreateProfilingGroupRequest = [
|
|
302
265
|
3,
|
|
@@ -304,19 +267,7 @@ export var CreateProfilingGroupRequest = [
|
|
|
304
267
|
_CPGR,
|
|
305
268
|
0,
|
|
306
269
|
[_pGN, _cP, _cT, _aOC, _t],
|
|
307
|
-
[
|
|
308
|
-
0,
|
|
309
|
-
0,
|
|
310
|
-
[
|
|
311
|
-
0,
|
|
312
|
-
{
|
|
313
|
-
[_iT]: 1,
|
|
314
|
-
[_hQ]: _cT,
|
|
315
|
-
},
|
|
316
|
-
],
|
|
317
|
-
() => AgentOrchestrationConfig,
|
|
318
|
-
128 | 0,
|
|
319
|
-
],
|
|
270
|
+
[0, 0, [0, { [_iT]: 1, [_hQ]: _cT }], () => AgentOrchestrationConfig, 128 | 0],
|
|
320
271
|
];
|
|
321
272
|
export var CreateProfilingGroupResponse = [
|
|
322
273
|
3,
|
|
@@ -354,24 +305,9 @@ export var GetFindingsReportAccountSummaryRequest = [
|
|
|
354
305
|
0,
|
|
355
306
|
[_nT, _mR, _dRO],
|
|
356
307
|
[
|
|
357
|
-
[
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
[_hQ]: _nT,
|
|
361
|
-
},
|
|
362
|
-
],
|
|
363
|
-
[
|
|
364
|
-
1,
|
|
365
|
-
{
|
|
366
|
-
[_hQ]: _mR,
|
|
367
|
-
},
|
|
368
|
-
],
|
|
369
|
-
[
|
|
370
|
-
2,
|
|
371
|
-
{
|
|
372
|
-
[_hQ]: _dRO,
|
|
373
|
-
},
|
|
374
|
-
],
|
|
308
|
+
[0, { [_hQ]: _nT }],
|
|
309
|
+
[1, { [_hQ]: _mR }],
|
|
310
|
+
[2, { [_hQ]: _dRO }],
|
|
375
311
|
],
|
|
376
312
|
];
|
|
377
313
|
export var GetFindingsReportAccountSummaryResponse = [
|
|
@@ -401,36 +337,11 @@ export var GetProfileRequest = [
|
|
|
401
337
|
[_pGN, _sT, _p, _eT, _mD, _a],
|
|
402
338
|
[
|
|
403
339
|
[0, 1],
|
|
404
|
-
[
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
],
|
|
410
|
-
[
|
|
411
|
-
0,
|
|
412
|
-
{
|
|
413
|
-
[_hQ]: _p,
|
|
414
|
-
},
|
|
415
|
-
],
|
|
416
|
-
[
|
|
417
|
-
5,
|
|
418
|
-
{
|
|
419
|
-
[_hQ]: _eT,
|
|
420
|
-
},
|
|
421
|
-
],
|
|
422
|
-
[
|
|
423
|
-
1,
|
|
424
|
-
{
|
|
425
|
-
[_hQ]: _mD,
|
|
426
|
-
},
|
|
427
|
-
],
|
|
428
|
-
[
|
|
429
|
-
0,
|
|
430
|
-
{
|
|
431
|
-
[_hH]: _Ac,
|
|
432
|
-
},
|
|
433
|
-
],
|
|
340
|
+
[5, { [_hQ]: _sT }],
|
|
341
|
+
[0, { [_hQ]: _p }],
|
|
342
|
+
[5, { [_hQ]: _eT }],
|
|
343
|
+
[1, { [_hQ]: _mD }],
|
|
344
|
+
[0, { [_hH]: _Ac }],
|
|
434
345
|
],
|
|
435
346
|
];
|
|
436
347
|
export var GetProfileResponse = [
|
|
@@ -441,18 +352,8 @@ export var GetProfileResponse = [
|
|
|
441
352
|
[_pr, _cTo, _cE],
|
|
442
353
|
[
|
|
443
354
|
[21, 16],
|
|
444
|
-
[
|
|
445
|
-
|
|
446
|
-
{
|
|
447
|
-
[_hH]: _CT,
|
|
448
|
-
},
|
|
449
|
-
],
|
|
450
|
-
[
|
|
451
|
-
0,
|
|
452
|
-
{
|
|
453
|
-
[_hH]: _CE_,
|
|
454
|
-
},
|
|
455
|
-
],
|
|
355
|
+
[0, { [_hH]: _CT }],
|
|
356
|
+
[0, { [_hH]: _CE_ }],
|
|
456
357
|
],
|
|
457
358
|
];
|
|
458
359
|
export var GetRecommendationsRequest = [
|
|
@@ -463,24 +364,9 @@ export var GetRecommendationsRequest = [
|
|
|
463
364
|
[_pGN, _sT, _eT, _l],
|
|
464
365
|
[
|
|
465
366
|
[0, 1],
|
|
466
|
-
[
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
[_hQ]: _sT,
|
|
470
|
-
},
|
|
471
|
-
],
|
|
472
|
-
[
|
|
473
|
-
5,
|
|
474
|
-
{
|
|
475
|
-
[_hQ]: _eT,
|
|
476
|
-
},
|
|
477
|
-
],
|
|
478
|
-
[
|
|
479
|
-
0,
|
|
480
|
-
{
|
|
481
|
-
[_hQ]: _l,
|
|
482
|
-
},
|
|
483
|
-
],
|
|
367
|
+
[5, { [_hQ]: _sT }],
|
|
368
|
+
[5, { [_hQ]: _eT }],
|
|
369
|
+
[0, { [_hQ]: _l }],
|
|
484
370
|
],
|
|
485
371
|
];
|
|
486
372
|
export var GetRecommendationsResponse = [
|
|
@@ -491,17 +377,7 @@ export var GetRecommendationsResponse = [
|
|
|
491
377
|
[_pGN, _pST, _pET, _rec, _an],
|
|
492
378
|
[0, 5, 5, () => Recommendations, () => Anomalies],
|
|
493
379
|
];
|
|
494
|
-
export var InternalServerException = [
|
|
495
|
-
-3,
|
|
496
|
-
n0,
|
|
497
|
-
_ISE,
|
|
498
|
-
{
|
|
499
|
-
[_e]: _se,
|
|
500
|
-
[_hE]: 500,
|
|
501
|
-
},
|
|
502
|
-
[_mes],
|
|
503
|
-
[0],
|
|
504
|
-
];
|
|
380
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_mes], [0]];
|
|
505
381
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
506
382
|
export var ListFindingsReportsRequest = [
|
|
507
383
|
3,
|
|
@@ -511,36 +387,11 @@ export var ListFindingsReportsRequest = [
|
|
|
511
387
|
[_pGN, _sT, _eT, _nT, _mR, _dRO],
|
|
512
388
|
[
|
|
513
389
|
[0, 1],
|
|
514
|
-
[
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
],
|
|
520
|
-
[
|
|
521
|
-
5,
|
|
522
|
-
{
|
|
523
|
-
[_hQ]: _eT,
|
|
524
|
-
},
|
|
525
|
-
],
|
|
526
|
-
[
|
|
527
|
-
0,
|
|
528
|
-
{
|
|
529
|
-
[_hQ]: _nT,
|
|
530
|
-
},
|
|
531
|
-
],
|
|
532
|
-
[
|
|
533
|
-
1,
|
|
534
|
-
{
|
|
535
|
-
[_hQ]: _mR,
|
|
536
|
-
},
|
|
537
|
-
],
|
|
538
|
-
[
|
|
539
|
-
2,
|
|
540
|
-
{
|
|
541
|
-
[_hQ]: _dRO,
|
|
542
|
-
},
|
|
543
|
-
],
|
|
390
|
+
[5, { [_hQ]: _sT }],
|
|
391
|
+
[5, { [_hQ]: _eT }],
|
|
392
|
+
[0, { [_hQ]: _nT }],
|
|
393
|
+
[1, { [_hQ]: _mR }],
|
|
394
|
+
[2, { [_hQ]: _dRO }],
|
|
544
395
|
],
|
|
545
396
|
];
|
|
546
397
|
export var ListFindingsReportsResponse = [
|
|
@@ -559,42 +410,12 @@ export var ListProfileTimesRequest = [
|
|
|
559
410
|
[_pGN, _sT, _eT, _p, _oB, _mR, _nT],
|
|
560
411
|
[
|
|
561
412
|
[0, 1],
|
|
562
|
-
[
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
],
|
|
568
|
-
[
|
|
569
|
-
5,
|
|
570
|
-
{
|
|
571
|
-
[_hQ]: _eT,
|
|
572
|
-
},
|
|
573
|
-
],
|
|
574
|
-
[
|
|
575
|
-
0,
|
|
576
|
-
{
|
|
577
|
-
[_hQ]: _p,
|
|
578
|
-
},
|
|
579
|
-
],
|
|
580
|
-
[
|
|
581
|
-
0,
|
|
582
|
-
{
|
|
583
|
-
[_hQ]: _oB,
|
|
584
|
-
},
|
|
585
|
-
],
|
|
586
|
-
[
|
|
587
|
-
1,
|
|
588
|
-
{
|
|
589
|
-
[_hQ]: _mR,
|
|
590
|
-
},
|
|
591
|
-
],
|
|
592
|
-
[
|
|
593
|
-
0,
|
|
594
|
-
{
|
|
595
|
-
[_hQ]: _nT,
|
|
596
|
-
},
|
|
597
|
-
],
|
|
413
|
+
[5, { [_hQ]: _sT }],
|
|
414
|
+
[5, { [_hQ]: _eT }],
|
|
415
|
+
[0, { [_hQ]: _p }],
|
|
416
|
+
[0, { [_hQ]: _oB }],
|
|
417
|
+
[1, { [_hQ]: _mR }],
|
|
418
|
+
[0, { [_hQ]: _nT }],
|
|
598
419
|
],
|
|
599
420
|
];
|
|
600
421
|
export var ListProfileTimesResponse = [3, n0, _LPTRi, 0, [_pT, _nT], [() => ProfileTimes, 0]];
|
|
@@ -605,24 +426,9 @@ export var ListProfilingGroupsRequest = [
|
|
|
605
426
|
0,
|
|
606
427
|
[_nT, _mR, _iD],
|
|
607
428
|
[
|
|
608
|
-
[
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
[_hQ]: _nT,
|
|
612
|
-
},
|
|
613
|
-
],
|
|
614
|
-
[
|
|
615
|
-
1,
|
|
616
|
-
{
|
|
617
|
-
[_hQ]: _mR,
|
|
618
|
-
},
|
|
619
|
-
],
|
|
620
|
-
[
|
|
621
|
-
2,
|
|
622
|
-
{
|
|
623
|
-
[_hQ]: _iD,
|
|
624
|
-
},
|
|
625
|
-
],
|
|
429
|
+
[0, { [_hQ]: _nT }],
|
|
430
|
+
[1, { [_hQ]: _mR }],
|
|
431
|
+
[2, { [_hQ]: _iD }],
|
|
626
432
|
],
|
|
627
433
|
];
|
|
628
434
|
export var ListProfilingGroupsResponse = [
|
|
@@ -655,19 +461,8 @@ export var PostAgentProfileRequest = [
|
|
|
655
461
|
[
|
|
656
462
|
[0, 1],
|
|
657
463
|
[21, 16],
|
|
658
|
-
[
|
|
659
|
-
|
|
660
|
-
{
|
|
661
|
-
[_iT]: 1,
|
|
662
|
-
[_hQ]: _pTr,
|
|
663
|
-
},
|
|
664
|
-
],
|
|
665
|
-
[
|
|
666
|
-
0,
|
|
667
|
-
{
|
|
668
|
-
[_hH]: _CT,
|
|
669
|
-
},
|
|
670
|
-
],
|
|
464
|
+
[0, { [_iT]: 1, [_hQ]: _pTr }],
|
|
465
|
+
[0, { [_hH]: _CT }],
|
|
671
466
|
],
|
|
672
467
|
];
|
|
673
468
|
export var PostAgentProfileResponse = [3, n0, _PAPRo, 0, [], []];
|
|
@@ -733,38 +528,13 @@ export var RemovePermissionRequest = [
|
|
|
733
528
|
[
|
|
734
529
|
[0, 1],
|
|
735
530
|
[0, 1],
|
|
736
|
-
[
|
|
737
|
-
0,
|
|
738
|
-
{
|
|
739
|
-
[_hQ]: _rI,
|
|
740
|
-
},
|
|
741
|
-
],
|
|
531
|
+
[0, { [_hQ]: _rI }],
|
|
742
532
|
],
|
|
743
533
|
];
|
|
744
534
|
export var RemovePermissionResponse = [3, n0, _RPRe, 0, [_po, _rI], [0, 0]];
|
|
745
|
-
export var ResourceNotFoundException = [
|
|
746
|
-
-3,
|
|
747
|
-
n0,
|
|
748
|
-
_RNFE,
|
|
749
|
-
{
|
|
750
|
-
[_e]: _cl,
|
|
751
|
-
[_hE]: 404,
|
|
752
|
-
},
|
|
753
|
-
[_mes],
|
|
754
|
-
[0],
|
|
755
|
-
];
|
|
535
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _cl, [_hE]: 404 }, [_mes], [0]];
|
|
756
536
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
757
|
-
export var ServiceQuotaExceededException = [
|
|
758
|
-
-3,
|
|
759
|
-
n0,
|
|
760
|
-
_SQEE,
|
|
761
|
-
{
|
|
762
|
-
[_e]: _cl,
|
|
763
|
-
[_hE]: 402,
|
|
764
|
-
},
|
|
765
|
-
[_mes],
|
|
766
|
-
[0],
|
|
767
|
-
];
|
|
537
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _cl, [_hE]: 402 }, [_mes], [0]];
|
|
768
538
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
769
539
|
export var SubmitFeedbackRequest = [
|
|
770
540
|
3,
|
|
@@ -777,17 +547,7 @@ export var SubmitFeedbackRequest = [
|
|
|
777
547
|
export var SubmitFeedbackResponse = [3, n0, _SFRu, 0, [], []];
|
|
778
548
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
779
549
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
780
|
-
export var ThrottlingException = [
|
|
781
|
-
-3,
|
|
782
|
-
n0,
|
|
783
|
-
_TE,
|
|
784
|
-
{
|
|
785
|
-
[_e]: _cl,
|
|
786
|
-
[_hE]: 429,
|
|
787
|
-
},
|
|
788
|
-
[_mes],
|
|
789
|
-
[0],
|
|
790
|
-
];
|
|
550
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _cl, [_hE]: 429 }, [_mes], [0]];
|
|
791
551
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
792
552
|
export var TimestampStructure = [3, n0, _TS, 0, [_va], [5]];
|
|
793
553
|
export var UntagResourceRequest = [
|
|
@@ -798,12 +558,7 @@ export var UntagResourceRequest = [
|
|
|
798
558
|
[_rA, _tK],
|
|
799
559
|
[
|
|
800
560
|
[0, 1],
|
|
801
|
-
[
|
|
802
|
-
64 | 0,
|
|
803
|
-
{
|
|
804
|
-
[_hQ]: _tK,
|
|
805
|
-
},
|
|
806
|
-
],
|
|
561
|
+
[64 | 0, { [_hQ]: _tK }],
|
|
807
562
|
],
|
|
808
563
|
];
|
|
809
564
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -824,17 +579,7 @@ export var UpdateProfilingGroupResponse = [
|
|
|
824
579
|
[[() => ProfilingGroupDescription, 16]],
|
|
825
580
|
];
|
|
826
581
|
export var UserFeedback = [3, n0, _UF, 0, [_ty], [0]];
|
|
827
|
-
export var ValidationException = [
|
|
828
|
-
-3,
|
|
829
|
-
n0,
|
|
830
|
-
_VE,
|
|
831
|
-
{
|
|
832
|
-
[_e]: _cl,
|
|
833
|
-
[_hE]: 400,
|
|
834
|
-
},
|
|
835
|
-
[_mes],
|
|
836
|
-
[0],
|
|
837
|
-
];
|
|
582
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _cl, [_hE]: 400 }, [_mes], [0]];
|
|
838
583
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
839
584
|
export var CodeGuruProfilerServiceException = [
|
|
840
585
|
-3,
|
|
@@ -873,9 +618,7 @@ export var AddNotificationChannels = [
|
|
|
873
618
|
9,
|
|
874
619
|
n0,
|
|
875
620
|
_ANC,
|
|
876
|
-
{
|
|
877
|
-
[_h]: ["POST", "/profilingGroups/{profilingGroupName}/notificationConfiguration", 200],
|
|
878
|
-
},
|
|
621
|
+
{ [_h]: ["POST", "/profilingGroups/{profilingGroupName}/notificationConfiguration", 200] },
|
|
879
622
|
() => AddNotificationChannelsRequest,
|
|
880
623
|
() => AddNotificationChannelsResponse,
|
|
881
624
|
];
|
|
@@ -883,9 +626,7 @@ export var BatchGetFrameMetricData = [
|
|
|
883
626
|
9,
|
|
884
627
|
n0,
|
|
885
628
|
_BGFMD,
|
|
886
|
-
{
|
|
887
|
-
[_h]: ["POST", "/profilingGroups/{profilingGroupName}/frames/-/metrics", 200],
|
|
888
|
-
},
|
|
629
|
+
{ [_h]: ["POST", "/profilingGroups/{profilingGroupName}/frames/-/metrics", 200] },
|
|
889
630
|
() => BatchGetFrameMetricDataRequest,
|
|
890
631
|
() => BatchGetFrameMetricDataResponse,
|
|
891
632
|
];
|
|
@@ -893,9 +634,7 @@ export var ConfigureAgent = [
|
|
|
893
634
|
9,
|
|
894
635
|
n0,
|
|
895
636
|
_CA,
|
|
896
|
-
{
|
|
897
|
-
[_h]: ["POST", "/profilingGroups/{profilingGroupName}/configureAgent", 200],
|
|
898
|
-
},
|
|
637
|
+
{ [_h]: ["POST", "/profilingGroups/{profilingGroupName}/configureAgent", 200] },
|
|
899
638
|
() => ConfigureAgentRequest,
|
|
900
639
|
() => ConfigureAgentResponse,
|
|
901
640
|
];
|
|
@@ -903,9 +642,7 @@ export var CreateProfilingGroup = [
|
|
|
903
642
|
9,
|
|
904
643
|
n0,
|
|
905
644
|
_CPG,
|
|
906
|
-
{
|
|
907
|
-
[_h]: ["POST", "/profilingGroups", 201],
|
|
908
|
-
},
|
|
645
|
+
{ [_h]: ["POST", "/profilingGroups", 201] },
|
|
909
646
|
() => CreateProfilingGroupRequest,
|
|
910
647
|
() => CreateProfilingGroupResponse,
|
|
911
648
|
];
|
|
@@ -913,9 +650,7 @@ export var DeleteProfilingGroup = [
|
|
|
913
650
|
9,
|
|
914
651
|
n0,
|
|
915
652
|
_DPG,
|
|
916
|
-
{
|
|
917
|
-
[_h]: ["DELETE", "/profilingGroups/{profilingGroupName}", 204],
|
|
918
|
-
},
|
|
653
|
+
{ [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}", 204] },
|
|
919
654
|
() => DeleteProfilingGroupRequest,
|
|
920
655
|
() => DeleteProfilingGroupResponse,
|
|
921
656
|
];
|
|
@@ -923,9 +658,7 @@ export var DescribeProfilingGroup = [
|
|
|
923
658
|
9,
|
|
924
659
|
n0,
|
|
925
660
|
_DPGe,
|
|
926
|
-
{
|
|
927
|
-
[_h]: ["GET", "/profilingGroups/{profilingGroupName}", 200],
|
|
928
|
-
},
|
|
661
|
+
{ [_h]: ["GET", "/profilingGroups/{profilingGroupName}", 200] },
|
|
929
662
|
() => DescribeProfilingGroupRequest,
|
|
930
663
|
() => DescribeProfilingGroupResponse,
|
|
931
664
|
];
|
|
@@ -933,9 +666,7 @@ export var GetFindingsReportAccountSummary = [
|
|
|
933
666
|
9,
|
|
934
667
|
n0,
|
|
935
668
|
_GFRAS,
|
|
936
|
-
{
|
|
937
|
-
[_h]: ["GET", "/internal/findingsReports", 200],
|
|
938
|
-
},
|
|
669
|
+
{ [_h]: ["GET", "/internal/findingsReports", 200] },
|
|
939
670
|
() => GetFindingsReportAccountSummaryRequest,
|
|
940
671
|
() => GetFindingsReportAccountSummaryResponse,
|
|
941
672
|
];
|
|
@@ -943,9 +674,7 @@ export var GetNotificationConfiguration = [
|
|
|
943
674
|
9,
|
|
944
675
|
n0,
|
|
945
676
|
_GNC,
|
|
946
|
-
{
|
|
947
|
-
[_h]: ["GET", "/profilingGroups/{profilingGroupName}/notificationConfiguration", 200],
|
|
948
|
-
},
|
|
677
|
+
{ [_h]: ["GET", "/profilingGroups/{profilingGroupName}/notificationConfiguration", 200] },
|
|
949
678
|
() => GetNotificationConfigurationRequest,
|
|
950
679
|
() => GetNotificationConfigurationResponse,
|
|
951
680
|
];
|
|
@@ -953,9 +682,7 @@ export var GetPolicy = [
|
|
|
953
682
|
9,
|
|
954
683
|
n0,
|
|
955
684
|
_GP,
|
|
956
|
-
{
|
|
957
|
-
[_h]: ["GET", "/profilingGroups/{profilingGroupName}/policy", 200],
|
|
958
|
-
},
|
|
685
|
+
{ [_h]: ["GET", "/profilingGroups/{profilingGroupName}/policy", 200] },
|
|
959
686
|
() => GetPolicyRequest,
|
|
960
687
|
() => GetPolicyResponse,
|
|
961
688
|
];
|
|
@@ -963,9 +690,7 @@ export var GetProfile = [
|
|
|
963
690
|
9,
|
|
964
691
|
n0,
|
|
965
692
|
_GPe,
|
|
966
|
-
{
|
|
967
|
-
[_h]: ["GET", "/profilingGroups/{profilingGroupName}/profile", 200],
|
|
968
|
-
},
|
|
693
|
+
{ [_h]: ["GET", "/profilingGroups/{profilingGroupName}/profile", 200] },
|
|
969
694
|
() => GetProfileRequest,
|
|
970
695
|
() => GetProfileResponse,
|
|
971
696
|
];
|
|
@@ -973,9 +698,7 @@ export var GetRecommendations = [
|
|
|
973
698
|
9,
|
|
974
699
|
n0,
|
|
975
700
|
_GR,
|
|
976
|
-
{
|
|
977
|
-
[_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/recommendations", 200],
|
|
978
|
-
},
|
|
701
|
+
{ [_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/recommendations", 200] },
|
|
979
702
|
() => GetRecommendationsRequest,
|
|
980
703
|
() => GetRecommendationsResponse,
|
|
981
704
|
];
|
|
@@ -983,9 +706,7 @@ export var ListFindingsReports = [
|
|
|
983
706
|
9,
|
|
984
707
|
n0,
|
|
985
708
|
_LFR,
|
|
986
|
-
{
|
|
987
|
-
[_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/findingsReports", 200],
|
|
988
|
-
},
|
|
709
|
+
{ [_h]: ["GET", "/internal/profilingGroups/{profilingGroupName}/findingsReports", 200] },
|
|
989
710
|
() => ListFindingsReportsRequest,
|
|
990
711
|
() => ListFindingsReportsResponse,
|
|
991
712
|
];
|
|
@@ -993,9 +714,7 @@ export var ListProfileTimes = [
|
|
|
993
714
|
9,
|
|
994
715
|
n0,
|
|
995
716
|
_LPT,
|
|
996
|
-
{
|
|
997
|
-
[_h]: ["GET", "/profilingGroups/{profilingGroupName}/profileTimes", 200],
|
|
998
|
-
},
|
|
717
|
+
{ [_h]: ["GET", "/profilingGroups/{profilingGroupName}/profileTimes", 200] },
|
|
999
718
|
() => ListProfileTimesRequest,
|
|
1000
719
|
() => ListProfileTimesResponse,
|
|
1001
720
|
];
|
|
@@ -1003,9 +722,7 @@ export var ListProfilingGroups = [
|
|
|
1003
722
|
9,
|
|
1004
723
|
n0,
|
|
1005
724
|
_LPG,
|
|
1006
|
-
{
|
|
1007
|
-
[_h]: ["GET", "/profilingGroups", 200],
|
|
1008
|
-
},
|
|
725
|
+
{ [_h]: ["GET", "/profilingGroups", 200] },
|
|
1009
726
|
() => ListProfilingGroupsRequest,
|
|
1010
727
|
() => ListProfilingGroupsResponse,
|
|
1011
728
|
];
|
|
@@ -1013,9 +730,7 @@ export var ListTagsForResource = [
|
|
|
1013
730
|
9,
|
|
1014
731
|
n0,
|
|
1015
732
|
_LTFR,
|
|
1016
|
-
{
|
|
1017
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
1018
|
-
},
|
|
733
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
1019
734
|
() => ListTagsForResourceRequest,
|
|
1020
735
|
() => ListTagsForResourceResponse,
|
|
1021
736
|
];
|
|
@@ -1023,9 +738,7 @@ export var PostAgentProfile = [
|
|
|
1023
738
|
9,
|
|
1024
739
|
n0,
|
|
1025
740
|
_PAP,
|
|
1026
|
-
{
|
|
1027
|
-
[_h]: ["POST", "/profilingGroups/{profilingGroupName}/agentProfile", 204],
|
|
1028
|
-
},
|
|
741
|
+
{ [_h]: ["POST", "/profilingGroups/{profilingGroupName}/agentProfile", 204] },
|
|
1029
742
|
() => PostAgentProfileRequest,
|
|
1030
743
|
() => PostAgentProfileResponse,
|
|
1031
744
|
];
|
|
@@ -1033,9 +746,7 @@ export var PutPermission = [
|
|
|
1033
746
|
9,
|
|
1034
747
|
n0,
|
|
1035
748
|
_PP,
|
|
1036
|
-
{
|
|
1037
|
-
[_h]: ["PUT", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200],
|
|
1038
|
-
},
|
|
749
|
+
{ [_h]: ["PUT", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200] },
|
|
1039
750
|
() => PutPermissionRequest,
|
|
1040
751
|
() => PutPermissionResponse,
|
|
1041
752
|
];
|
|
@@ -1043,9 +754,7 @@ export var RemoveNotificationChannel = [
|
|
|
1043
754
|
9,
|
|
1044
755
|
n0,
|
|
1045
756
|
_RNC,
|
|
1046
|
-
{
|
|
1047
|
-
[_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/notificationConfiguration/{channelId}", 200],
|
|
1048
|
-
},
|
|
757
|
+
{ [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/notificationConfiguration/{channelId}", 200] },
|
|
1049
758
|
() => RemoveNotificationChannelRequest,
|
|
1050
759
|
() => RemoveNotificationChannelResponse,
|
|
1051
760
|
];
|
|
@@ -1053,9 +762,7 @@ export var RemovePermission = [
|
|
|
1053
762
|
9,
|
|
1054
763
|
n0,
|
|
1055
764
|
_RP,
|
|
1056
|
-
{
|
|
1057
|
-
[_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200],
|
|
1058
|
-
},
|
|
765
|
+
{ [_h]: ["DELETE", "/profilingGroups/{profilingGroupName}/policy/{actionGroup}", 200] },
|
|
1059
766
|
() => RemovePermissionRequest,
|
|
1060
767
|
() => RemovePermissionResponse,
|
|
1061
768
|
];
|
|
@@ -1063,9 +770,7 @@ export var SubmitFeedback = [
|
|
|
1063
770
|
9,
|
|
1064
771
|
n0,
|
|
1065
772
|
_SF,
|
|
1066
|
-
{
|
|
1067
|
-
[_h]: ["POST", "/internal/profilingGroups/{profilingGroupName}/anomalies/{anomalyInstanceId}/feedback", 204],
|
|
1068
|
-
},
|
|
773
|
+
{ [_h]: ["POST", "/internal/profilingGroups/{profilingGroupName}/anomalies/{anomalyInstanceId}/feedback", 204] },
|
|
1069
774
|
() => SubmitFeedbackRequest,
|
|
1070
775
|
() => SubmitFeedbackResponse,
|
|
1071
776
|
];
|
|
@@ -1073,9 +778,7 @@ export var TagResource = [
|
|
|
1073
778
|
9,
|
|
1074
779
|
n0,
|
|
1075
780
|
_TR,
|
|
1076
|
-
{
|
|
1077
|
-
[_h]: ["POST", "/tags/{resourceArn}", 204],
|
|
1078
|
-
},
|
|
781
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 204] },
|
|
1079
782
|
() => TagResourceRequest,
|
|
1080
783
|
() => TagResourceResponse,
|
|
1081
784
|
];
|
|
@@ -1083,9 +786,7 @@ export var UntagResource = [
|
|
|
1083
786
|
9,
|
|
1084
787
|
n0,
|
|
1085
788
|
_UR,
|
|
1086
|
-
{
|
|
1087
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 204],
|
|
1088
|
-
},
|
|
789
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 204] },
|
|
1089
790
|
() => UntagResourceRequest,
|
|
1090
791
|
() => UntagResourceResponse,
|
|
1091
792
|
];
|
|
@@ -1093,9 +794,7 @@ export var UpdateProfilingGroup = [
|
|
|
1093
794
|
9,
|
|
1094
795
|
n0,
|
|
1095
796
|
_UPG,
|
|
1096
|
-
{
|
|
1097
|
-
[_h]: ["PUT", "/profilingGroups/{profilingGroupName}", 200],
|
|
1098
|
-
},
|
|
797
|
+
{ [_h]: ["PUT", "/profilingGroups/{profilingGroupName}", 200] },
|
|
1099
798
|
() => UpdateProfilingGroupRequest,
|
|
1100
799
|
() => UpdateProfilingGroupResponse,
|
|
1101
800
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CodeGuruProfilerClient } from "./CodeGuruProfilerClient";
|
|
3
3
|
import { AddNotificationChannelsCommandInput, AddNotificationChannelsCommandOutput } from "./commands/AddNotificationChannelsCommand";
|
|
4
4
|
import { BatchGetFrameMetricDataCommandInput, BatchGetFrameMetricDataCommandOutput } from "./commands/BatchGetFrameMetricDataCommand";
|