@aws-sdk/client-codeguruprofiler 3.649.0 → 3.650.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 +23 -69
- package/dist-es/commands/AddNotificationChannelsCommand.js +1 -3
- package/dist-es/commands/BatchGetFrameMetricDataCommand.js +1 -3
- package/dist-es/commands/ConfigureAgentCommand.js +1 -3
- package/dist-es/commands/CreateProfilingGroupCommand.js +1 -3
- package/dist-es/commands/DeleteProfilingGroupCommand.js +1 -3
- package/dist-es/commands/DescribeProfilingGroupCommand.js +1 -3
- package/dist-es/commands/GetFindingsReportAccountSummaryCommand.js +1 -3
- package/dist-es/commands/GetNotificationConfigurationCommand.js +1 -3
- package/dist-es/commands/GetPolicyCommand.js +1 -3
- package/dist-es/commands/GetProfileCommand.js +1 -3
- package/dist-es/commands/GetRecommendationsCommand.js +1 -3
- package/dist-es/commands/ListFindingsReportsCommand.js +1 -3
- package/dist-es/commands/ListProfileTimesCommand.js +1 -3
- package/dist-es/commands/ListProfilingGroupsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PostAgentProfileCommand.js +1 -3
- package/dist-es/commands/PutPermissionCommand.js +1 -3
- package/dist-es/commands/RemoveNotificationChannelCommand.js +1 -3
- package/dist-es/commands/RemovePermissionCommand.js +1 -3
- package/dist-es/commands/SubmitFeedbackCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateProfilingGroupCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1409,9 +1409,7 @@ var _tK = "tagKeys";
|
|
|
1409
1409
|
var _tR = "targetResolution";
|
|
1410
1410
|
|
|
1411
1411
|
// src/commands/AddNotificationChannelsCommand.ts
|
|
1412
|
-
var _AddNotificationChannelsCommand = class _AddNotificationChannelsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1413
|
-
...commonParams
|
|
1414
|
-
}).m(function(Command, cs, config, o) {
|
|
1412
|
+
var _AddNotificationChannelsCommand = class _AddNotificationChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1415
1413
|
return [
|
|
1416
1414
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1417
1415
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1425,9 +1423,7 @@ var AddNotificationChannelsCommand = _AddNotificationChannelsCommand;
|
|
|
1425
1423
|
|
|
1426
1424
|
|
|
1427
1425
|
|
|
1428
|
-
var _BatchGetFrameMetricDataCommand = class _BatchGetFrameMetricDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1429
|
-
...commonParams
|
|
1430
|
-
}).m(function(Command, cs, config, o) {
|
|
1426
|
+
var _BatchGetFrameMetricDataCommand = class _BatchGetFrameMetricDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1431
1427
|
return [
|
|
1432
1428
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1433
1429
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1441,9 +1437,7 @@ var BatchGetFrameMetricDataCommand = _BatchGetFrameMetricDataCommand;
|
|
|
1441
1437
|
|
|
1442
1438
|
|
|
1443
1439
|
|
|
1444
|
-
var _ConfigureAgentCommand = class _ConfigureAgentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1445
|
-
...commonParams
|
|
1446
|
-
}).m(function(Command, cs, config, o) {
|
|
1440
|
+
var _ConfigureAgentCommand = class _ConfigureAgentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1447
1441
|
return [
|
|
1448
1442
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1449
1443
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1457,9 +1451,7 @@ var ConfigureAgentCommand = _ConfigureAgentCommand;
|
|
|
1457
1451
|
|
|
1458
1452
|
|
|
1459
1453
|
|
|
1460
|
-
var _CreateProfilingGroupCommand = class _CreateProfilingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1461
|
-
...commonParams
|
|
1462
|
-
}).m(function(Command, cs, config, o) {
|
|
1454
|
+
var _CreateProfilingGroupCommand = class _CreateProfilingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1463
1455
|
return [
|
|
1464
1456
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1465
1457
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1473,9 +1465,7 @@ var CreateProfilingGroupCommand = _CreateProfilingGroupCommand;
|
|
|
1473
1465
|
|
|
1474
1466
|
|
|
1475
1467
|
|
|
1476
|
-
var _DeleteProfilingGroupCommand = class _DeleteProfilingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1477
|
-
...commonParams
|
|
1478
|
-
}).m(function(Command, cs, config, o) {
|
|
1468
|
+
var _DeleteProfilingGroupCommand = class _DeleteProfilingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1479
1469
|
return [
|
|
1480
1470
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1481
1471
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1489,9 +1479,7 @@ var DeleteProfilingGroupCommand = _DeleteProfilingGroupCommand;
|
|
|
1489
1479
|
|
|
1490
1480
|
|
|
1491
1481
|
|
|
1492
|
-
var _DescribeProfilingGroupCommand = class _DescribeProfilingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1493
|
-
...commonParams
|
|
1494
|
-
}).m(function(Command, cs, config, o) {
|
|
1482
|
+
var _DescribeProfilingGroupCommand = class _DescribeProfilingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1495
1483
|
return [
|
|
1496
1484
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1497
1485
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1505,9 +1493,7 @@ var DescribeProfilingGroupCommand = _DescribeProfilingGroupCommand;
|
|
|
1505
1493
|
|
|
1506
1494
|
|
|
1507
1495
|
|
|
1508
|
-
var _GetFindingsReportAccountSummaryCommand = class _GetFindingsReportAccountSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1509
|
-
...commonParams
|
|
1510
|
-
}).m(function(Command, cs, config, o) {
|
|
1496
|
+
var _GetFindingsReportAccountSummaryCommand = class _GetFindingsReportAccountSummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1511
1497
|
return [
|
|
1512
1498
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1513
1499
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1521,9 +1507,7 @@ var GetFindingsReportAccountSummaryCommand = _GetFindingsReportAccountSummaryCom
|
|
|
1521
1507
|
|
|
1522
1508
|
|
|
1523
1509
|
|
|
1524
|
-
var _GetNotificationConfigurationCommand = class _GetNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1525
|
-
...commonParams
|
|
1526
|
-
}).m(function(Command, cs, config, o) {
|
|
1510
|
+
var _GetNotificationConfigurationCommand = class _GetNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1527
1511
|
return [
|
|
1528
1512
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1529
1513
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1537,9 +1521,7 @@ var GetNotificationConfigurationCommand = _GetNotificationConfigurationCommand;
|
|
|
1537
1521
|
|
|
1538
1522
|
|
|
1539
1523
|
|
|
1540
|
-
var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1541
|
-
...commonParams
|
|
1542
|
-
}).m(function(Command, cs, config, o) {
|
|
1524
|
+
var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1543
1525
|
return [
|
|
1544
1526
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1545
1527
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1553,9 +1535,7 @@ var GetPolicyCommand = _GetPolicyCommand;
|
|
|
1553
1535
|
|
|
1554
1536
|
|
|
1555
1537
|
|
|
1556
|
-
var _GetProfileCommand = class _GetProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1557
|
-
...commonParams
|
|
1558
|
-
}).m(function(Command, cs, config, o) {
|
|
1538
|
+
var _GetProfileCommand = class _GetProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1559
1539
|
return [
|
|
1560
1540
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1561
1541
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1569,9 +1549,7 @@ var GetProfileCommand = _GetProfileCommand;
|
|
|
1569
1549
|
|
|
1570
1550
|
|
|
1571
1551
|
|
|
1572
|
-
var _GetRecommendationsCommand = class _GetRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1573
|
-
...commonParams
|
|
1574
|
-
}).m(function(Command, cs, config, o) {
|
|
1552
|
+
var _GetRecommendationsCommand = class _GetRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1575
1553
|
return [
|
|
1576
1554
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1577
1555
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1585,9 +1563,7 @@ var GetRecommendationsCommand = _GetRecommendationsCommand;
|
|
|
1585
1563
|
|
|
1586
1564
|
|
|
1587
1565
|
|
|
1588
|
-
var _ListFindingsReportsCommand = class _ListFindingsReportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1589
|
-
...commonParams
|
|
1590
|
-
}).m(function(Command, cs, config, o) {
|
|
1566
|
+
var _ListFindingsReportsCommand = class _ListFindingsReportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1591
1567
|
return [
|
|
1592
1568
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1593
1569
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1601,9 +1577,7 @@ var ListFindingsReportsCommand = _ListFindingsReportsCommand;
|
|
|
1601
1577
|
|
|
1602
1578
|
|
|
1603
1579
|
|
|
1604
|
-
var _ListProfileTimesCommand = class _ListProfileTimesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1605
|
-
...commonParams
|
|
1606
|
-
}).m(function(Command, cs, config, o) {
|
|
1580
|
+
var _ListProfileTimesCommand = class _ListProfileTimesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1607
1581
|
return [
|
|
1608
1582
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1609
1583
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1617,9 +1591,7 @@ var ListProfileTimesCommand = _ListProfileTimesCommand;
|
|
|
1617
1591
|
|
|
1618
1592
|
|
|
1619
1593
|
|
|
1620
|
-
var _ListProfilingGroupsCommand = class _ListProfilingGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1621
|
-
...commonParams
|
|
1622
|
-
}).m(function(Command, cs, config, o) {
|
|
1594
|
+
var _ListProfilingGroupsCommand = class _ListProfilingGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1623
1595
|
return [
|
|
1624
1596
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1625
1597
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1633,9 +1605,7 @@ var ListProfilingGroupsCommand = _ListProfilingGroupsCommand;
|
|
|
1633
1605
|
|
|
1634
1606
|
|
|
1635
1607
|
|
|
1636
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1637
|
-
...commonParams
|
|
1638
|
-
}).m(function(Command, cs, config, o) {
|
|
1608
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1639
1609
|
return [
|
|
1640
1610
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1641
1611
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1649,9 +1619,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1649
1619
|
|
|
1650
1620
|
|
|
1651
1621
|
|
|
1652
|
-
var _PostAgentProfileCommand = class _PostAgentProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1653
|
-
...commonParams
|
|
1654
|
-
}).m(function(Command, cs, config, o) {
|
|
1622
|
+
var _PostAgentProfileCommand = class _PostAgentProfileCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1655
1623
|
return [
|
|
1656
1624
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1657
1625
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1665,9 +1633,7 @@ var PostAgentProfileCommand = _PostAgentProfileCommand;
|
|
|
1665
1633
|
|
|
1666
1634
|
|
|
1667
1635
|
|
|
1668
|
-
var _PutPermissionCommand = class _PutPermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1669
|
-
...commonParams
|
|
1670
|
-
}).m(function(Command, cs, config, o) {
|
|
1636
|
+
var _PutPermissionCommand = class _PutPermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1671
1637
|
return [
|
|
1672
1638
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1673
1639
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1681,9 +1647,7 @@ var PutPermissionCommand = _PutPermissionCommand;
|
|
|
1681
1647
|
|
|
1682
1648
|
|
|
1683
1649
|
|
|
1684
|
-
var _RemoveNotificationChannelCommand = class _RemoveNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1685
|
-
...commonParams
|
|
1686
|
-
}).m(function(Command, cs, config, o) {
|
|
1650
|
+
var _RemoveNotificationChannelCommand = class _RemoveNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1687
1651
|
return [
|
|
1688
1652
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1689
1653
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1697,9 +1661,7 @@ var RemoveNotificationChannelCommand = _RemoveNotificationChannelCommand;
|
|
|
1697
1661
|
|
|
1698
1662
|
|
|
1699
1663
|
|
|
1700
|
-
var _RemovePermissionCommand = class _RemovePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1701
|
-
...commonParams
|
|
1702
|
-
}).m(function(Command, cs, config, o) {
|
|
1664
|
+
var _RemovePermissionCommand = class _RemovePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1703
1665
|
return [
|
|
1704
1666
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1705
1667
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1713,9 +1675,7 @@ var RemovePermissionCommand = _RemovePermissionCommand;
|
|
|
1713
1675
|
|
|
1714
1676
|
|
|
1715
1677
|
|
|
1716
|
-
var _SubmitFeedbackCommand = class _SubmitFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1717
|
-
...commonParams
|
|
1718
|
-
}).m(function(Command, cs, config, o) {
|
|
1678
|
+
var _SubmitFeedbackCommand = class _SubmitFeedbackCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1719
1679
|
return [
|
|
1720
1680
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1721
1681
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1729,9 +1689,7 @@ var SubmitFeedbackCommand = _SubmitFeedbackCommand;
|
|
|
1729
1689
|
|
|
1730
1690
|
|
|
1731
1691
|
|
|
1732
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1733
|
-
...commonParams
|
|
1734
|
-
}).m(function(Command, cs, config, o) {
|
|
1692
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1735
1693
|
return [
|
|
1736
1694
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1737
1695
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1745,9 +1703,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1745
1703
|
|
|
1746
1704
|
|
|
1747
1705
|
|
|
1748
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1749
|
-
...commonParams
|
|
1750
|
-
}).m(function(Command, cs, config, o) {
|
|
1706
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1751
1707
|
return [
|
|
1752
1708
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1753
1709
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1761,9 +1717,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1761
1717
|
|
|
1762
1718
|
|
|
1763
1719
|
|
|
1764
|
-
var _UpdateProfilingGroupCommand = class _UpdateProfilingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1765
|
-
...commonParams
|
|
1766
|
-
}).m(function(Command, cs, config, o) {
|
|
1720
|
+
var _UpdateProfilingGroupCommand = class _UpdateProfilingGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1767
1721
|
return [
|
|
1768
1722
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1769
1723
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AddNotificationChannelsCommand, se_AddNotificationChannelsCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddNotificationChannelsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_BatchGetFrameMetricDataCommand, se_BatchGetFrameMetricDataCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchGetFrameMetricDataCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ConfigureAgentCommand, se_ConfigureAgentCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ConfigureAgentCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateProfilingGroupCommand, se_CreateProfilingGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateProfilingGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteProfilingGroupCommand, se_DeleteProfilingGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteProfilingGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeProfilingGroupCommand, se_DescribeProfilingGroupCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeProfilingGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetFindingsReportAccountSummaryCommand, se_GetFindingsReportAccountS
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetFindingsReportAccountSummaryCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetNotificationConfigurationCommand, se_GetNotificationConfiguration
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetNotificationConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetPolicyCommand, se_GetPolicyCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetProfileCommand, se_GetProfileCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetProfileCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetRecommendationsCommand, se_GetRecommendationsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetRecommendationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListFindingsReportsCommand, se_ListFindingsReportsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListFindingsReportsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListProfileTimesCommand, se_ListProfileTimesCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListProfileTimesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListProfilingGroupsCommand, se_ListProfilingGroupsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListProfilingGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PostAgentProfileCommand, se_PostAgentProfileCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PostAgentProfileCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutPermissionCommand, se_PutPermissionCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutPermissionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RemoveNotificationChannelCommand, se_RemoveNotificationChannelComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RemoveNotificationChannelCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RemovePermissionCommand, se_RemovePermissionCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RemovePermissionCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SubmitFeedbackCommand, se_SubmitFeedbackCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SubmitFeedbackCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateProfilingGroupCommand, se_UpdateProfilingGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateProfilingGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-codeguruprofiler",
|
|
3
3
|
"description": "AWS SDK for JavaScript Codeguruprofiler Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-codeguruprofiler",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|