@aws-sdk/client-application-discovery-service 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 +28 -84
- package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +1 -3
- package/dist-es/commands/BatchDeleteAgentsCommand.js +1 -3
- package/dist-es/commands/BatchDeleteImportDataCommand.js +1 -3
- package/dist-es/commands/CreateApplicationCommand.js +1 -3
- package/dist-es/commands/CreateTagsCommand.js +1 -3
- package/dist-es/commands/DeleteApplicationsCommand.js +1 -3
- package/dist-es/commands/DeleteTagsCommand.js +1 -3
- package/dist-es/commands/DescribeAgentsCommand.js +1 -3
- package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +1 -3
- package/dist-es/commands/DescribeConfigurationsCommand.js +1 -3
- package/dist-es/commands/DescribeContinuousExportsCommand.js +1 -3
- package/dist-es/commands/DescribeExportConfigurationsCommand.js +1 -3
- package/dist-es/commands/DescribeExportTasksCommand.js +1 -3
- package/dist-es/commands/DescribeImportTasksCommand.js +1 -3
- package/dist-es/commands/DescribeTagsCommand.js +1 -3
- package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +1 -3
- package/dist-es/commands/ExportConfigurationsCommand.js +1 -3
- package/dist-es/commands/GetDiscoverySummaryCommand.js +1 -3
- package/dist-es/commands/ListConfigurationsCommand.js +1 -3
- package/dist-es/commands/ListServerNeighborsCommand.js +1 -3
- package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +1 -3
- package/dist-es/commands/StartContinuousExportCommand.js +1 -3
- package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +1 -3
- package/dist-es/commands/StartExportTaskCommand.js +1 -3
- package/dist-es/commands/StartImportTaskCommand.js +1 -3
- package/dist-es/commands/StopContinuousExportCommand.js +1 -3
- package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +1 -3
- package/dist-es/commands/UpdateApplicationCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1429,9 +1429,7 @@ function sharedHeaders(operation) {
|
|
|
1429
1429
|
__name(sharedHeaders, "sharedHeaders");
|
|
1430
1430
|
|
|
1431
1431
|
// src/commands/AssociateConfigurationItemsToApplicationCommand.ts
|
|
1432
|
-
var _AssociateConfigurationItemsToApplicationCommand = class _AssociateConfigurationItemsToApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1433
|
-
...commonParams
|
|
1434
|
-
}).m(function(Command, cs, config, o) {
|
|
1432
|
+
var _AssociateConfigurationItemsToApplicationCommand = class _AssociateConfigurationItemsToApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1435
1433
|
return [
|
|
1436
1434
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1437
1435
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1445,9 +1443,7 @@ var AssociateConfigurationItemsToApplicationCommand = _AssociateConfigurationIte
|
|
|
1445
1443
|
|
|
1446
1444
|
|
|
1447
1445
|
|
|
1448
|
-
var _BatchDeleteAgentsCommand = class _BatchDeleteAgentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1449
|
-
...commonParams
|
|
1450
|
-
}).m(function(Command, cs, config, o) {
|
|
1446
|
+
var _BatchDeleteAgentsCommand = class _BatchDeleteAgentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1451
1447
|
return [
|
|
1452
1448
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1453
1449
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1461,9 +1457,7 @@ var BatchDeleteAgentsCommand = _BatchDeleteAgentsCommand;
|
|
|
1461
1457
|
|
|
1462
1458
|
|
|
1463
1459
|
|
|
1464
|
-
var _BatchDeleteImportDataCommand = class _BatchDeleteImportDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1465
|
-
...commonParams
|
|
1466
|
-
}).m(function(Command, cs, config, o) {
|
|
1460
|
+
var _BatchDeleteImportDataCommand = class _BatchDeleteImportDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1467
1461
|
return [
|
|
1468
1462
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1469
1463
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1477,9 +1471,7 @@ var BatchDeleteImportDataCommand = _BatchDeleteImportDataCommand;
|
|
|
1477
1471
|
|
|
1478
1472
|
|
|
1479
1473
|
|
|
1480
|
-
var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1481
|
-
...commonParams
|
|
1482
|
-
}).m(function(Command, cs, config, o) {
|
|
1474
|
+
var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1483
1475
|
return [
|
|
1484
1476
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1485
1477
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1493,9 +1485,7 @@ var CreateApplicationCommand = _CreateApplicationCommand;
|
|
|
1493
1485
|
|
|
1494
1486
|
|
|
1495
1487
|
|
|
1496
|
-
var _CreateTagsCommand = class _CreateTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1497
|
-
...commonParams
|
|
1498
|
-
}).m(function(Command, cs, config, o) {
|
|
1488
|
+
var _CreateTagsCommand = class _CreateTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1499
1489
|
return [
|
|
1500
1490
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1501
1491
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1509,9 +1499,7 @@ var CreateTagsCommand = _CreateTagsCommand;
|
|
|
1509
1499
|
|
|
1510
1500
|
|
|
1511
1501
|
|
|
1512
|
-
var _DeleteApplicationsCommand = class _DeleteApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1513
|
-
...commonParams
|
|
1514
|
-
}).m(function(Command, cs, config, o) {
|
|
1502
|
+
var _DeleteApplicationsCommand = class _DeleteApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1515
1503
|
return [
|
|
1516
1504
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1517
1505
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1525,9 +1513,7 @@ var DeleteApplicationsCommand = _DeleteApplicationsCommand;
|
|
|
1525
1513
|
|
|
1526
1514
|
|
|
1527
1515
|
|
|
1528
|
-
var _DeleteTagsCommand = class _DeleteTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1529
|
-
...commonParams
|
|
1530
|
-
}).m(function(Command, cs, config, o) {
|
|
1516
|
+
var _DeleteTagsCommand = class _DeleteTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1531
1517
|
return [
|
|
1532
1518
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1533
1519
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1541,9 +1527,7 @@ var DeleteTagsCommand = _DeleteTagsCommand;
|
|
|
1541
1527
|
|
|
1542
1528
|
|
|
1543
1529
|
|
|
1544
|
-
var _DescribeAgentsCommand = class _DescribeAgentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1545
|
-
...commonParams
|
|
1546
|
-
}).m(function(Command, cs, config, o) {
|
|
1530
|
+
var _DescribeAgentsCommand = class _DescribeAgentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1547
1531
|
return [
|
|
1548
1532
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1549
1533
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1557,9 +1541,7 @@ var DescribeAgentsCommand = _DescribeAgentsCommand;
|
|
|
1557
1541
|
|
|
1558
1542
|
|
|
1559
1543
|
|
|
1560
|
-
var _DescribeBatchDeleteConfigurationTaskCommand = class _DescribeBatchDeleteConfigurationTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1561
|
-
...commonParams
|
|
1562
|
-
}).m(function(Command, cs, config, o) {
|
|
1544
|
+
var _DescribeBatchDeleteConfigurationTaskCommand = class _DescribeBatchDeleteConfigurationTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1563
1545
|
return [
|
|
1564
1546
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1565
1547
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1573,9 +1555,7 @@ var DescribeBatchDeleteConfigurationTaskCommand = _DescribeBatchDeleteConfigurat
|
|
|
1573
1555
|
|
|
1574
1556
|
|
|
1575
1557
|
|
|
1576
|
-
var _DescribeConfigurationsCommand = class _DescribeConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1577
|
-
...commonParams
|
|
1578
|
-
}).m(function(Command, cs, config, o) {
|
|
1558
|
+
var _DescribeConfigurationsCommand = class _DescribeConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1579
1559
|
return [
|
|
1580
1560
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1581
1561
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1589,9 +1569,7 @@ var DescribeConfigurationsCommand = _DescribeConfigurationsCommand;
|
|
|
1589
1569
|
|
|
1590
1570
|
|
|
1591
1571
|
|
|
1592
|
-
var _DescribeContinuousExportsCommand = class _DescribeContinuousExportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1593
|
-
...commonParams
|
|
1594
|
-
}).m(function(Command, cs, config, o) {
|
|
1572
|
+
var _DescribeContinuousExportsCommand = class _DescribeContinuousExportsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1595
1573
|
return [
|
|
1596
1574
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1597
1575
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1605,9 +1583,7 @@ var DescribeContinuousExportsCommand = _DescribeContinuousExportsCommand;
|
|
|
1605
1583
|
|
|
1606
1584
|
|
|
1607
1585
|
|
|
1608
|
-
var _DescribeExportConfigurationsCommand = class _DescribeExportConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1609
|
-
...commonParams
|
|
1610
|
-
}).m(function(Command, cs, config, o) {
|
|
1586
|
+
var _DescribeExportConfigurationsCommand = class _DescribeExportConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1611
1587
|
return [
|
|
1612
1588
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1613
1589
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1621,9 +1597,7 @@ var DescribeExportConfigurationsCommand = _DescribeExportConfigurationsCommand;
|
|
|
1621
1597
|
|
|
1622
1598
|
|
|
1623
1599
|
|
|
1624
|
-
var _DescribeExportTasksCommand = class _DescribeExportTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1625
|
-
...commonParams
|
|
1626
|
-
}).m(function(Command, cs, config, o) {
|
|
1600
|
+
var _DescribeExportTasksCommand = class _DescribeExportTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1627
1601
|
return [
|
|
1628
1602
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1629
1603
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1637,9 +1611,7 @@ var DescribeExportTasksCommand = _DescribeExportTasksCommand;
|
|
|
1637
1611
|
|
|
1638
1612
|
|
|
1639
1613
|
|
|
1640
|
-
var _DescribeImportTasksCommand = class _DescribeImportTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1641
|
-
...commonParams
|
|
1642
|
-
}).m(function(Command, cs, config, o) {
|
|
1614
|
+
var _DescribeImportTasksCommand = class _DescribeImportTasksCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1643
1615
|
return [
|
|
1644
1616
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1645
1617
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1653,9 +1625,7 @@ var DescribeImportTasksCommand = _DescribeImportTasksCommand;
|
|
|
1653
1625
|
|
|
1654
1626
|
|
|
1655
1627
|
|
|
1656
|
-
var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1657
|
-
...commonParams
|
|
1658
|
-
}).m(function(Command, cs, config, o) {
|
|
1628
|
+
var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1659
1629
|
return [
|
|
1660
1630
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1661
1631
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1669,9 +1639,7 @@ var DescribeTagsCommand = _DescribeTagsCommand;
|
|
|
1669
1639
|
|
|
1670
1640
|
|
|
1671
1641
|
|
|
1672
|
-
var _DisassociateConfigurationItemsFromApplicationCommand = class _DisassociateConfigurationItemsFromApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1673
|
-
...commonParams
|
|
1674
|
-
}).m(function(Command, cs, config, o) {
|
|
1642
|
+
var _DisassociateConfigurationItemsFromApplicationCommand = class _DisassociateConfigurationItemsFromApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1675
1643
|
return [
|
|
1676
1644
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1677
1645
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1685,9 +1653,7 @@ var DisassociateConfigurationItemsFromApplicationCommand = _DisassociateConfigur
|
|
|
1685
1653
|
|
|
1686
1654
|
|
|
1687
1655
|
|
|
1688
|
-
var _ExportConfigurationsCommand = class _ExportConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1689
|
-
...commonParams
|
|
1690
|
-
}).m(function(Command, cs, config, o) {
|
|
1656
|
+
var _ExportConfigurationsCommand = class _ExportConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1691
1657
|
return [
|
|
1692
1658
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1693
1659
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1701,9 +1667,7 @@ var ExportConfigurationsCommand = _ExportConfigurationsCommand;
|
|
|
1701
1667
|
|
|
1702
1668
|
|
|
1703
1669
|
|
|
1704
|
-
var _GetDiscoverySummaryCommand = class _GetDiscoverySummaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1705
|
-
...commonParams
|
|
1706
|
-
}).m(function(Command, cs, config, o) {
|
|
1670
|
+
var _GetDiscoverySummaryCommand = class _GetDiscoverySummaryCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1707
1671
|
return [
|
|
1708
1672
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1709
1673
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1717,9 +1681,7 @@ var GetDiscoverySummaryCommand = _GetDiscoverySummaryCommand;
|
|
|
1717
1681
|
|
|
1718
1682
|
|
|
1719
1683
|
|
|
1720
|
-
var _ListConfigurationsCommand = class _ListConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1721
|
-
...commonParams
|
|
1722
|
-
}).m(function(Command, cs, config, o) {
|
|
1684
|
+
var _ListConfigurationsCommand = class _ListConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1723
1685
|
return [
|
|
1724
1686
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1725
1687
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1733,9 +1695,7 @@ var ListConfigurationsCommand = _ListConfigurationsCommand;
|
|
|
1733
1695
|
|
|
1734
1696
|
|
|
1735
1697
|
|
|
1736
|
-
var _ListServerNeighborsCommand = class _ListServerNeighborsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1737
|
-
...commonParams
|
|
1738
|
-
}).m(function(Command, cs, config, o) {
|
|
1698
|
+
var _ListServerNeighborsCommand = class _ListServerNeighborsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1739
1699
|
return [
|
|
1740
1700
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1741
1701
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1749,9 +1709,7 @@ var ListServerNeighborsCommand = _ListServerNeighborsCommand;
|
|
|
1749
1709
|
|
|
1750
1710
|
|
|
1751
1711
|
|
|
1752
|
-
var _StartBatchDeleteConfigurationTaskCommand = class _StartBatchDeleteConfigurationTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1753
|
-
...commonParams
|
|
1754
|
-
}).m(function(Command, cs, config, o) {
|
|
1712
|
+
var _StartBatchDeleteConfigurationTaskCommand = class _StartBatchDeleteConfigurationTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1755
1713
|
return [
|
|
1756
1714
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1757
1715
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1765,9 +1723,7 @@ var StartBatchDeleteConfigurationTaskCommand = _StartBatchDeleteConfigurationTas
|
|
|
1765
1723
|
|
|
1766
1724
|
|
|
1767
1725
|
|
|
1768
|
-
var _StartContinuousExportCommand = class _StartContinuousExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1769
|
-
...commonParams
|
|
1770
|
-
}).m(function(Command, cs, config, o) {
|
|
1726
|
+
var _StartContinuousExportCommand = class _StartContinuousExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1771
1727
|
return [
|
|
1772
1728
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1773
1729
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1781,9 +1737,7 @@ var StartContinuousExportCommand = _StartContinuousExportCommand;
|
|
|
1781
1737
|
|
|
1782
1738
|
|
|
1783
1739
|
|
|
1784
|
-
var _StartDataCollectionByAgentIdsCommand = class _StartDataCollectionByAgentIdsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1785
|
-
...commonParams
|
|
1786
|
-
}).m(function(Command, cs, config, o) {
|
|
1740
|
+
var _StartDataCollectionByAgentIdsCommand = class _StartDataCollectionByAgentIdsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1787
1741
|
return [
|
|
1788
1742
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1789
1743
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1797,9 +1751,7 @@ var StartDataCollectionByAgentIdsCommand = _StartDataCollectionByAgentIdsCommand
|
|
|
1797
1751
|
|
|
1798
1752
|
|
|
1799
1753
|
|
|
1800
|
-
var _StartExportTaskCommand = class _StartExportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1801
|
-
...commonParams
|
|
1802
|
-
}).m(function(Command, cs, config, o) {
|
|
1754
|
+
var _StartExportTaskCommand = class _StartExportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1803
1755
|
return [
|
|
1804
1756
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1805
1757
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1813,9 +1765,7 @@ var StartExportTaskCommand = _StartExportTaskCommand;
|
|
|
1813
1765
|
|
|
1814
1766
|
|
|
1815
1767
|
|
|
1816
|
-
var _StartImportTaskCommand = class _StartImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1817
|
-
...commonParams
|
|
1818
|
-
}).m(function(Command, cs, config, o) {
|
|
1768
|
+
var _StartImportTaskCommand = class _StartImportTaskCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1819
1769
|
return [
|
|
1820
1770
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1821
1771
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1829,9 +1779,7 @@ var StartImportTaskCommand = _StartImportTaskCommand;
|
|
|
1829
1779
|
|
|
1830
1780
|
|
|
1831
1781
|
|
|
1832
|
-
var _StopContinuousExportCommand = class _StopContinuousExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1833
|
-
...commonParams
|
|
1834
|
-
}).m(function(Command, cs, config, o) {
|
|
1782
|
+
var _StopContinuousExportCommand = class _StopContinuousExportCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1835
1783
|
return [
|
|
1836
1784
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1837
1785
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1845,9 +1793,7 @@ var StopContinuousExportCommand = _StopContinuousExportCommand;
|
|
|
1845
1793
|
|
|
1846
1794
|
|
|
1847
1795
|
|
|
1848
|
-
var _StopDataCollectionByAgentIdsCommand = class _StopDataCollectionByAgentIdsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1849
|
-
...commonParams
|
|
1850
|
-
}).m(function(Command, cs, config, o) {
|
|
1796
|
+
var _StopDataCollectionByAgentIdsCommand = class _StopDataCollectionByAgentIdsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1851
1797
|
return [
|
|
1852
1798
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1853
1799
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1861,9 +1807,7 @@ var StopDataCollectionByAgentIdsCommand = _StopDataCollectionByAgentIdsCommand;
|
|
|
1861
1807
|
|
|
1862
1808
|
|
|
1863
1809
|
|
|
1864
|
-
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1865
|
-
...commonParams
|
|
1866
|
-
}).m(function(Command, cs, config, o) {
|
|
1810
|
+
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1867
1811
|
return [
|
|
1868
1812
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1869
1813
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AssociateConfigurationItemsToApplicationCommand, se_AssociateConfigu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateConfigurationItemsToApplicationCommand 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_BatchDeleteAgentsCommand, se_BatchDeleteAgentsCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchDeleteAgentsCommand 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_BatchDeleteImportDataCommand, se_BatchDeleteImportDataCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class BatchDeleteImportDataCommand 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_CreateApplicationCommand, se_CreateApplicationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateApplicationCommand 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_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateTagsCommand 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_DeleteApplicationsCommand, se_DeleteApplicationsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteApplicationsCommand 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_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_jso
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteTagsCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeAgentsCommand, se_DescribeAgentsCommand } from "../protocols
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeAgentsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeBatchDeleteConfigurationTaskCommand, se_DescribeBatchDeleteC
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeBatchDeleteConfigurationTaskCommand 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_DescribeConfigurationsCommand, se_DescribeConfigurationsCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeConfigurationsCommand 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_DescribeContinuousExportsCommand, se_DescribeContinuousExportsComman
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeContinuousExportsCommand 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_DescribeExportConfigurationsCommand, se_DescribeExportConfigurations
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeExportConfigurationsCommand 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_DescribeExportTasksCommand, se_DescribeExportTasksCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeExportTasksCommand 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_DescribeImportTasksCommand, se_DescribeImportTasksCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeImportTasksCommand 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_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeTagsCommand 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_DisassociateConfigurationItemsFromApplicationCommand, se_Disassociat
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateConfigurationItemsFromApplicationCommand 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_ExportConfigurationsCommand, se_ExportConfigurationsCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ExportConfigurationsCommand 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_GetDiscoverySummaryCommand, se_GetDiscoverySummaryCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDiscoverySummaryCommand 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_ListConfigurationsCommand, se_ListConfigurationsCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListConfigurationsCommand 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_ListServerNeighborsCommand, se_ListServerNeighborsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListServerNeighborsCommand 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_StartBatchDeleteConfigurationTaskCommand, se_StartBatchDeleteConfigu
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartBatchDeleteConfigurationTaskCommand 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_StartContinuousExportCommand, se_StartContinuousExportCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartContinuousExportCommand 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_StartDataCollectionByAgentIdsCommand, se_StartDataCollectionByAgentI
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartDataCollectionByAgentIdsCommand 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_StartExportTaskCommand, se_StartExportTaskCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartExportTaskCommand 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_StartImportTaskCommand, se_StartImportTaskCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartImportTaskCommand 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_StopContinuousExportCommand, se_StopContinuousExportCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopContinuousExportCommand 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_StopDataCollectionByAgentIdsCommand, se_StopDataCollectionByAgentIds
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopDataCollectionByAgentIdsCommand 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_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateApplicationCommand 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),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-application-discovery-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Application Discovery Service 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-application-discovery-service",
|
|
@@ -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",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|