@aws-sdk/client-codeguruprofiler 3.590.0 → 3.592.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 +0 -23
- package/dist-types/commands/AddNotificationChannelsCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetFrameMetricDataCommand.d.ts +2 -1
- package/dist-types/commands/ConfigureAgentCommand.d.ts +2 -1
- package/dist-types/commands/CreateProfilingGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteProfilingGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeProfilingGroupCommand.d.ts +2 -1
- package/dist-types/commands/GetFindingsReportAccountSummaryCommand.d.ts +2 -1
- package/dist-types/commands/GetNotificationConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetProfileCommand.d.ts +2 -1
- package/dist-types/commands/GetRecommendationsCommand.d.ts +2 -1
- package/dist-types/commands/ListFindingsReportsCommand.d.ts +2 -1
- package/dist-types/commands/ListProfileTimesCommand.d.ts +2 -1
- package/dist-types/commands/ListProfilingGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PostAgentProfileCommand.d.ts +2 -1
- package/dist-types/commands/PutPermissionCommand.d.ts +2 -1
- package/dist-types/commands/RemoveNotificationChannelCommand.d.ts +2 -1
- package/dist-types/commands/RemovePermissionCommand.d.ts +2 -1
- package/dist-types/commands/SubmitFeedbackCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateProfilingGroupCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/CodeGuruProfilerServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/AddNotificationChannelsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchGetFrameMetricDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ConfigureAgentCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateProfilingGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteProfilingGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeProfilingGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetFindingsReportAccountSummaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetNotificationConfigurationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetRecommendationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListFindingsReportsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListProfileTimesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListProfilingGroupsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PostAgentProfileCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/PutPermissionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RemoveNotificationChannelCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RemovePermissionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SubmitFeedbackCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateProfilingGroupCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/CodeGuruProfilerServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -220,7 +220,6 @@ var CodeGuruProfilerClient = _CodeGuruProfilerClient;
|
|
|
220
220
|
|
|
221
221
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
222
222
|
|
|
223
|
-
var import_types = require("@smithy/types");
|
|
224
223
|
|
|
225
224
|
// src/protocols/Aws_restJson1.ts
|
|
226
225
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1432,7 +1431,6 @@ var AddNotificationChannelsCommand = _AddNotificationChannelsCommand;
|
|
|
1432
1431
|
|
|
1433
1432
|
|
|
1434
1433
|
|
|
1435
|
-
|
|
1436
1434
|
var _BatchGetFrameMetricDataCommand = class _BatchGetFrameMetricDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1437
1435
|
...commonParams
|
|
1438
1436
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1449,7 +1447,6 @@ var BatchGetFrameMetricDataCommand = _BatchGetFrameMetricDataCommand;
|
|
|
1449
1447
|
|
|
1450
1448
|
|
|
1451
1449
|
|
|
1452
|
-
|
|
1453
1450
|
var _ConfigureAgentCommand = class _ConfigureAgentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1454
1451
|
...commonParams
|
|
1455
1452
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1466,7 +1463,6 @@ var ConfigureAgentCommand = _ConfigureAgentCommand;
|
|
|
1466
1463
|
|
|
1467
1464
|
|
|
1468
1465
|
|
|
1469
|
-
|
|
1470
1466
|
var _CreateProfilingGroupCommand = class _CreateProfilingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1471
1467
|
...commonParams
|
|
1472
1468
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1483,7 +1479,6 @@ var CreateProfilingGroupCommand = _CreateProfilingGroupCommand;
|
|
|
1483
1479
|
|
|
1484
1480
|
|
|
1485
1481
|
|
|
1486
|
-
|
|
1487
1482
|
var _DeleteProfilingGroupCommand = class _DeleteProfilingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1488
1483
|
...commonParams
|
|
1489
1484
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1500,7 +1495,6 @@ var DeleteProfilingGroupCommand = _DeleteProfilingGroupCommand;
|
|
|
1500
1495
|
|
|
1501
1496
|
|
|
1502
1497
|
|
|
1503
|
-
|
|
1504
1498
|
var _DescribeProfilingGroupCommand = class _DescribeProfilingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1505
1499
|
...commonParams
|
|
1506
1500
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1517,7 +1511,6 @@ var DescribeProfilingGroupCommand = _DescribeProfilingGroupCommand;
|
|
|
1517
1511
|
|
|
1518
1512
|
|
|
1519
1513
|
|
|
1520
|
-
|
|
1521
1514
|
var _GetFindingsReportAccountSummaryCommand = class _GetFindingsReportAccountSummaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1522
1515
|
...commonParams
|
|
1523
1516
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1534,7 +1527,6 @@ var GetFindingsReportAccountSummaryCommand = _GetFindingsReportAccountSummaryCom
|
|
|
1534
1527
|
|
|
1535
1528
|
|
|
1536
1529
|
|
|
1537
|
-
|
|
1538
1530
|
var _GetNotificationConfigurationCommand = class _GetNotificationConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1539
1531
|
...commonParams
|
|
1540
1532
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1551,7 +1543,6 @@ var GetNotificationConfigurationCommand = _GetNotificationConfigurationCommand;
|
|
|
1551
1543
|
|
|
1552
1544
|
|
|
1553
1545
|
|
|
1554
|
-
|
|
1555
1546
|
var _GetPolicyCommand = class _GetPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1556
1547
|
...commonParams
|
|
1557
1548
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1568,7 +1559,6 @@ var GetPolicyCommand = _GetPolicyCommand;
|
|
|
1568
1559
|
|
|
1569
1560
|
|
|
1570
1561
|
|
|
1571
|
-
|
|
1572
1562
|
var _GetProfileCommand = class _GetProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1573
1563
|
...commonParams
|
|
1574
1564
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1585,7 +1575,6 @@ var GetProfileCommand = _GetProfileCommand;
|
|
|
1585
1575
|
|
|
1586
1576
|
|
|
1587
1577
|
|
|
1588
|
-
|
|
1589
1578
|
var _GetRecommendationsCommand = class _GetRecommendationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1590
1579
|
...commonParams
|
|
1591
1580
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1602,7 +1591,6 @@ var GetRecommendationsCommand = _GetRecommendationsCommand;
|
|
|
1602
1591
|
|
|
1603
1592
|
|
|
1604
1593
|
|
|
1605
|
-
|
|
1606
1594
|
var _ListFindingsReportsCommand = class _ListFindingsReportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1607
1595
|
...commonParams
|
|
1608
1596
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1619,7 +1607,6 @@ var ListFindingsReportsCommand = _ListFindingsReportsCommand;
|
|
|
1619
1607
|
|
|
1620
1608
|
|
|
1621
1609
|
|
|
1622
|
-
|
|
1623
1610
|
var _ListProfileTimesCommand = class _ListProfileTimesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1624
1611
|
...commonParams
|
|
1625
1612
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1636,7 +1623,6 @@ var ListProfileTimesCommand = _ListProfileTimesCommand;
|
|
|
1636
1623
|
|
|
1637
1624
|
|
|
1638
1625
|
|
|
1639
|
-
|
|
1640
1626
|
var _ListProfilingGroupsCommand = class _ListProfilingGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1641
1627
|
...commonParams
|
|
1642
1628
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1653,7 +1639,6 @@ var ListProfilingGroupsCommand = _ListProfilingGroupsCommand;
|
|
|
1653
1639
|
|
|
1654
1640
|
|
|
1655
1641
|
|
|
1656
|
-
|
|
1657
1642
|
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1658
1643
|
...commonParams
|
|
1659
1644
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1670,7 +1655,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1670
1655
|
|
|
1671
1656
|
|
|
1672
1657
|
|
|
1673
|
-
|
|
1674
1658
|
var _PostAgentProfileCommand = class _PostAgentProfileCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1675
1659
|
...commonParams
|
|
1676
1660
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1687,7 +1671,6 @@ var PostAgentProfileCommand = _PostAgentProfileCommand;
|
|
|
1687
1671
|
|
|
1688
1672
|
|
|
1689
1673
|
|
|
1690
|
-
|
|
1691
1674
|
var _PutPermissionCommand = class _PutPermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1692
1675
|
...commonParams
|
|
1693
1676
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1704,7 +1687,6 @@ var PutPermissionCommand = _PutPermissionCommand;
|
|
|
1704
1687
|
|
|
1705
1688
|
|
|
1706
1689
|
|
|
1707
|
-
|
|
1708
1690
|
var _RemoveNotificationChannelCommand = class _RemoveNotificationChannelCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1709
1691
|
...commonParams
|
|
1710
1692
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1721,7 +1703,6 @@ var RemoveNotificationChannelCommand = _RemoveNotificationChannelCommand;
|
|
|
1721
1703
|
|
|
1722
1704
|
|
|
1723
1705
|
|
|
1724
|
-
|
|
1725
1706
|
var _RemovePermissionCommand = class _RemovePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1726
1707
|
...commonParams
|
|
1727
1708
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1738,7 +1719,6 @@ var RemovePermissionCommand = _RemovePermissionCommand;
|
|
|
1738
1719
|
|
|
1739
1720
|
|
|
1740
1721
|
|
|
1741
|
-
|
|
1742
1722
|
var _SubmitFeedbackCommand = class _SubmitFeedbackCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1743
1723
|
...commonParams
|
|
1744
1724
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1755,7 +1735,6 @@ var SubmitFeedbackCommand = _SubmitFeedbackCommand;
|
|
|
1755
1735
|
|
|
1756
1736
|
|
|
1757
1737
|
|
|
1758
|
-
|
|
1759
1738
|
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1760
1739
|
...commonParams
|
|
1761
1740
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1772,7 +1751,6 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1772
1751
|
|
|
1773
1752
|
|
|
1774
1753
|
|
|
1775
|
-
|
|
1776
1754
|
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1777
1755
|
...commonParams
|
|
1778
1756
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1789,7 +1767,6 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1789
1767
|
|
|
1790
1768
|
|
|
1791
1769
|
|
|
1792
|
-
|
|
1793
1770
|
var _UpdateProfilingGroupCommand = class _UpdateProfilingGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1794
1771
|
...commonParams
|
|
1795
1772
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
export * from "./CodeGuruProfilerClient";
|
|
29
29
|
export * from "./CodeGuruProfiler";
|
|
30
30
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
31
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
32
|
-
export { CodeGuruProfilerExtensionConfiguration } from "./extensionConfiguration";
|
|
31
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
32
|
+
export type { CodeGuruProfilerExtensionConfiguration } from "./extensionConfiguration";
|
|
33
33
|
export * from "./commands";
|
|
34
34
|
export * from "./pagination";
|
|
35
35
|
export * from "./models";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AddNotificationChannelsRequest,
|
|
10
10
|
AddNotificationChannelsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AddNotificationChannelsCommandInput
|
|
14
15
|
extends AddNotificationChannelsRequest {}
|
|
15
16
|
export interface AddNotificationChannelsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchGetFrameMetricDataRequest,
|
|
10
10
|
BatchGetFrameMetricDataResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchGetFrameMetricDataCommandInput
|
|
14
15
|
extends BatchGetFrameMetricDataRequest {}
|
|
15
16
|
export interface BatchGetFrameMetricDataCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ConfigureAgentRequest,
|
|
10
10
|
ConfigureAgentResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ConfigureAgentCommandInput extends ConfigureAgentRequest {}
|
|
14
15
|
export interface ConfigureAgentCommandOutput
|
|
15
16
|
extends ConfigureAgentResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateProfilingGroupRequest,
|
|
10
10
|
CreateProfilingGroupResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateProfilingGroupCommandInput
|
|
14
15
|
extends CreateProfilingGroupRequest {}
|
|
15
16
|
export interface CreateProfilingGroupCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteProfilingGroupRequest,
|
|
10
10
|
DeleteProfilingGroupResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteProfilingGroupCommandInput
|
|
14
15
|
extends DeleteProfilingGroupRequest {}
|
|
15
16
|
export interface DeleteProfilingGroupCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeProfilingGroupRequest,
|
|
10
10
|
DescribeProfilingGroupResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeProfilingGroupCommandInput
|
|
14
15
|
extends DescribeProfilingGroupRequest {}
|
|
15
16
|
export interface DescribeProfilingGroupCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetFindingsReportAccountSummaryRequest,
|
|
10
10
|
GetFindingsReportAccountSummaryResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetFindingsReportAccountSummaryCommandInput
|
|
14
15
|
extends GetFindingsReportAccountSummaryRequest {}
|
|
15
16
|
export interface GetFindingsReportAccountSummaryCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetNotificationConfigurationRequest,
|
|
10
10
|
GetNotificationConfigurationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetNotificationConfigurationCommandInput
|
|
14
15
|
extends GetNotificationConfigurationRequest {}
|
|
15
16
|
export interface GetNotificationConfigurationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeGuruProfilerClient";
|
|
8
8
|
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface GetPolicyCommandInput extends GetPolicyRequest {}
|
|
11
12
|
export interface GetPolicyCommandOutput
|
|
12
13
|
extends GetPolicyResponse,
|
|
@@ -7,7 +7,8 @@ import {
|
|
|
7
7
|
ServiceOutputTypes,
|
|
8
8
|
} from "../CodeGuruProfilerClient";
|
|
9
9
|
import { GetProfileRequest, GetProfileResponse } from "../models/models_0";
|
|
10
|
-
export { __MetadataBearer
|
|
10
|
+
export { __MetadataBearer };
|
|
11
|
+
export { $Command };
|
|
11
12
|
export interface GetProfileCommandInput extends GetProfileRequest {}
|
|
12
13
|
export type GetProfileCommandOutputType = Pick<
|
|
13
14
|
GetProfileResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetRecommendationsRequest,
|
|
10
10
|
GetRecommendationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetRecommendationsCommandInput
|
|
14
15
|
extends GetRecommendationsRequest {}
|
|
15
16
|
export interface GetRecommendationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListFindingsReportsRequest,
|
|
10
10
|
ListFindingsReportsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListFindingsReportsCommandInput
|
|
14
15
|
extends ListFindingsReportsRequest {}
|
|
15
16
|
export interface ListFindingsReportsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListProfileTimesRequest,
|
|
10
10
|
ListProfileTimesResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListProfileTimesCommandInput extends ListProfileTimesRequest {}
|
|
14
15
|
export interface ListProfileTimesCommandOutput
|
|
15
16
|
extends ListProfileTimesResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListProfilingGroupsRequest,
|
|
10
10
|
ListProfilingGroupsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListProfilingGroupsCommandInput
|
|
14
15
|
extends ListProfilingGroupsRequest {}
|
|
15
16
|
export interface ListProfilingGroupsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListTagsForResourceRequest,
|
|
10
10
|
ListTagsForResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListTagsForResourceCommandInput
|
|
14
15
|
extends ListTagsForResourceRequest {}
|
|
15
16
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,7 +12,8 @@ import {
|
|
|
12
12
|
PostAgentProfileRequest,
|
|
13
13
|
PostAgentProfileResponse,
|
|
14
14
|
} from "../models/models_0";
|
|
15
|
-
export { __MetadataBearer
|
|
15
|
+
export { __MetadataBearer };
|
|
16
|
+
export { $Command };
|
|
16
17
|
export type PostAgentProfileCommandInputType = Pick<
|
|
17
18
|
PostAgentProfileRequest,
|
|
18
19
|
Exclude<keyof PostAgentProfileRequest, "agentProfile">
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
PutPermissionRequest,
|
|
10
10
|
PutPermissionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface PutPermissionCommandInput extends PutPermissionRequest {}
|
|
14
15
|
export interface PutPermissionCommandOutput
|
|
15
16
|
extends PutPermissionResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RemoveNotificationChannelRequest,
|
|
10
10
|
RemoveNotificationChannelResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RemoveNotificationChannelCommandInput
|
|
14
15
|
extends RemoveNotificationChannelRequest {}
|
|
15
16
|
export interface RemoveNotificationChannelCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RemovePermissionRequest,
|
|
10
10
|
RemovePermissionResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RemovePermissionCommandInput extends RemovePermissionRequest {}
|
|
14
15
|
export interface RemovePermissionCommandOutput
|
|
15
16
|
extends RemovePermissionResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
SubmitFeedbackRequest,
|
|
10
10
|
SubmitFeedbackResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SubmitFeedbackCommandInput extends SubmitFeedbackRequest {}
|
|
14
15
|
export interface SubmitFeedbackCommandOutput
|
|
15
16
|
extends SubmitFeedbackResponse,
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../CodeGuruProfilerClient";
|
|
8
8
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
11
12
|
export interface TagResourceCommandOutput
|
|
12
13
|
extends TagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UntagResourceRequest,
|
|
10
10
|
UntagResourceResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
14
15
|
export interface UntagResourceCommandOutput
|
|
15
16
|
extends UntagResourceResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateProfilingGroupRequest,
|
|
10
10
|
UpdateProfilingGroupResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateProfilingGroupCommandInput
|
|
14
15
|
extends UpdateProfilingGroupRequest {}
|
|
15
16
|
export interface UpdateProfilingGroupCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class CodeGuruProfilerServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.592.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": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.592.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.592.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.592.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|