@aws-sdk/client-application-discovery-service 3.590.0 → 3.596.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 -28
- package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateTagsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAgentsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +2 -1
- package/dist-types/commands/ExportConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +2 -1
- package/dist-types/commands/ListConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListServerNeighborsCommand.d.ts +2 -1
- package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +2 -1
- package/dist-types/commands/StartContinuousExportCommand.d.ts +2 -1
- package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +2 -1
- package/dist-types/commands/StartExportTaskCommand.d.ts +2 -1
- package/dist-types/commands/StartImportTaskCommand.d.ts +2 -1
- package/dist-types/commands/StopContinuousExportCommand.d.ts +2 -1
- package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ApplicationDiscoveryServiceServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ApplicationDiscoveryServiceServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -244,7 +244,6 @@ var ApplicationDiscoveryServiceClient = _ApplicationDiscoveryServiceClient;
|
|
|
244
244
|
|
|
245
245
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
246
246
|
|
|
247
|
-
var import_types = require("@smithy/types");
|
|
248
247
|
|
|
249
248
|
// src/protocols/Aws_json1_1.ts
|
|
250
249
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1452,7 +1451,6 @@ var AssociateConfigurationItemsToApplicationCommand = _AssociateConfigurationIte
|
|
|
1452
1451
|
|
|
1453
1452
|
|
|
1454
1453
|
|
|
1455
|
-
|
|
1456
1454
|
var _BatchDeleteAgentsCommand = class _BatchDeleteAgentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1457
1455
|
...commonParams
|
|
1458
1456
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1469,7 +1467,6 @@ var BatchDeleteAgentsCommand = _BatchDeleteAgentsCommand;
|
|
|
1469
1467
|
|
|
1470
1468
|
|
|
1471
1469
|
|
|
1472
|
-
|
|
1473
1470
|
var _BatchDeleteImportDataCommand = class _BatchDeleteImportDataCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1474
1471
|
...commonParams
|
|
1475
1472
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1486,7 +1483,6 @@ var BatchDeleteImportDataCommand = _BatchDeleteImportDataCommand;
|
|
|
1486
1483
|
|
|
1487
1484
|
|
|
1488
1485
|
|
|
1489
|
-
|
|
1490
1486
|
var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1491
1487
|
...commonParams
|
|
1492
1488
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1503,7 +1499,6 @@ var CreateApplicationCommand = _CreateApplicationCommand;
|
|
|
1503
1499
|
|
|
1504
1500
|
|
|
1505
1501
|
|
|
1506
|
-
|
|
1507
1502
|
var _CreateTagsCommand = class _CreateTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1508
1503
|
...commonParams
|
|
1509
1504
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1520,7 +1515,6 @@ var CreateTagsCommand = _CreateTagsCommand;
|
|
|
1520
1515
|
|
|
1521
1516
|
|
|
1522
1517
|
|
|
1523
|
-
|
|
1524
1518
|
var _DeleteApplicationsCommand = class _DeleteApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1525
1519
|
...commonParams
|
|
1526
1520
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1537,7 +1531,6 @@ var DeleteApplicationsCommand = _DeleteApplicationsCommand;
|
|
|
1537
1531
|
|
|
1538
1532
|
|
|
1539
1533
|
|
|
1540
|
-
|
|
1541
1534
|
var _DeleteTagsCommand = class _DeleteTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1542
1535
|
...commonParams
|
|
1543
1536
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1554,7 +1547,6 @@ var DeleteTagsCommand = _DeleteTagsCommand;
|
|
|
1554
1547
|
|
|
1555
1548
|
|
|
1556
1549
|
|
|
1557
|
-
|
|
1558
1550
|
var _DescribeAgentsCommand = class _DescribeAgentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1559
1551
|
...commonParams
|
|
1560
1552
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1571,7 +1563,6 @@ var DescribeAgentsCommand = _DescribeAgentsCommand;
|
|
|
1571
1563
|
|
|
1572
1564
|
|
|
1573
1565
|
|
|
1574
|
-
|
|
1575
1566
|
var _DescribeBatchDeleteConfigurationTaskCommand = class _DescribeBatchDeleteConfigurationTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1576
1567
|
...commonParams
|
|
1577
1568
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1588,7 +1579,6 @@ var DescribeBatchDeleteConfigurationTaskCommand = _DescribeBatchDeleteConfigurat
|
|
|
1588
1579
|
|
|
1589
1580
|
|
|
1590
1581
|
|
|
1591
|
-
|
|
1592
1582
|
var _DescribeConfigurationsCommand = class _DescribeConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1593
1583
|
...commonParams
|
|
1594
1584
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1605,7 +1595,6 @@ var DescribeConfigurationsCommand = _DescribeConfigurationsCommand;
|
|
|
1605
1595
|
|
|
1606
1596
|
|
|
1607
1597
|
|
|
1608
|
-
|
|
1609
1598
|
var _DescribeContinuousExportsCommand = class _DescribeContinuousExportsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1610
1599
|
...commonParams
|
|
1611
1600
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1622,7 +1611,6 @@ var DescribeContinuousExportsCommand = _DescribeContinuousExportsCommand;
|
|
|
1622
1611
|
|
|
1623
1612
|
|
|
1624
1613
|
|
|
1625
|
-
|
|
1626
1614
|
var _DescribeExportConfigurationsCommand = class _DescribeExportConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1627
1615
|
...commonParams
|
|
1628
1616
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1639,7 +1627,6 @@ var DescribeExportConfigurationsCommand = _DescribeExportConfigurationsCommand;
|
|
|
1639
1627
|
|
|
1640
1628
|
|
|
1641
1629
|
|
|
1642
|
-
|
|
1643
1630
|
var _DescribeExportTasksCommand = class _DescribeExportTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1644
1631
|
...commonParams
|
|
1645
1632
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1656,7 +1643,6 @@ var DescribeExportTasksCommand = _DescribeExportTasksCommand;
|
|
|
1656
1643
|
|
|
1657
1644
|
|
|
1658
1645
|
|
|
1659
|
-
|
|
1660
1646
|
var _DescribeImportTasksCommand = class _DescribeImportTasksCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1661
1647
|
...commonParams
|
|
1662
1648
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1673,7 +1659,6 @@ var DescribeImportTasksCommand = _DescribeImportTasksCommand;
|
|
|
1673
1659
|
|
|
1674
1660
|
|
|
1675
1661
|
|
|
1676
|
-
|
|
1677
1662
|
var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1678
1663
|
...commonParams
|
|
1679
1664
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1690,7 +1675,6 @@ var DescribeTagsCommand = _DescribeTagsCommand;
|
|
|
1690
1675
|
|
|
1691
1676
|
|
|
1692
1677
|
|
|
1693
|
-
|
|
1694
1678
|
var _DisassociateConfigurationItemsFromApplicationCommand = class _DisassociateConfigurationItemsFromApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1695
1679
|
...commonParams
|
|
1696
1680
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1707,7 +1691,6 @@ var DisassociateConfigurationItemsFromApplicationCommand = _DisassociateConfigur
|
|
|
1707
1691
|
|
|
1708
1692
|
|
|
1709
1693
|
|
|
1710
|
-
|
|
1711
1694
|
var _ExportConfigurationsCommand = class _ExportConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1712
1695
|
...commonParams
|
|
1713
1696
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1724,7 +1707,6 @@ var ExportConfigurationsCommand = _ExportConfigurationsCommand;
|
|
|
1724
1707
|
|
|
1725
1708
|
|
|
1726
1709
|
|
|
1727
|
-
|
|
1728
1710
|
var _GetDiscoverySummaryCommand = class _GetDiscoverySummaryCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1729
1711
|
...commonParams
|
|
1730
1712
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1741,7 +1723,6 @@ var GetDiscoverySummaryCommand = _GetDiscoverySummaryCommand;
|
|
|
1741
1723
|
|
|
1742
1724
|
|
|
1743
1725
|
|
|
1744
|
-
|
|
1745
1726
|
var _ListConfigurationsCommand = class _ListConfigurationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1746
1727
|
...commonParams
|
|
1747
1728
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1758,7 +1739,6 @@ var ListConfigurationsCommand = _ListConfigurationsCommand;
|
|
|
1758
1739
|
|
|
1759
1740
|
|
|
1760
1741
|
|
|
1761
|
-
|
|
1762
1742
|
var _ListServerNeighborsCommand = class _ListServerNeighborsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1763
1743
|
...commonParams
|
|
1764
1744
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1775,7 +1755,6 @@ var ListServerNeighborsCommand = _ListServerNeighborsCommand;
|
|
|
1775
1755
|
|
|
1776
1756
|
|
|
1777
1757
|
|
|
1778
|
-
|
|
1779
1758
|
var _StartBatchDeleteConfigurationTaskCommand = class _StartBatchDeleteConfigurationTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1780
1759
|
...commonParams
|
|
1781
1760
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1792,7 +1771,6 @@ var StartBatchDeleteConfigurationTaskCommand = _StartBatchDeleteConfigurationTas
|
|
|
1792
1771
|
|
|
1793
1772
|
|
|
1794
1773
|
|
|
1795
|
-
|
|
1796
1774
|
var _StartContinuousExportCommand = class _StartContinuousExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1797
1775
|
...commonParams
|
|
1798
1776
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1809,7 +1787,6 @@ var StartContinuousExportCommand = _StartContinuousExportCommand;
|
|
|
1809
1787
|
|
|
1810
1788
|
|
|
1811
1789
|
|
|
1812
|
-
|
|
1813
1790
|
var _StartDataCollectionByAgentIdsCommand = class _StartDataCollectionByAgentIdsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1814
1791
|
...commonParams
|
|
1815
1792
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1826,7 +1803,6 @@ var StartDataCollectionByAgentIdsCommand = _StartDataCollectionByAgentIdsCommand
|
|
|
1826
1803
|
|
|
1827
1804
|
|
|
1828
1805
|
|
|
1829
|
-
|
|
1830
1806
|
var _StartExportTaskCommand = class _StartExportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1831
1807
|
...commonParams
|
|
1832
1808
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1843,7 +1819,6 @@ var StartExportTaskCommand = _StartExportTaskCommand;
|
|
|
1843
1819
|
|
|
1844
1820
|
|
|
1845
1821
|
|
|
1846
|
-
|
|
1847
1822
|
var _StartImportTaskCommand = class _StartImportTaskCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1848
1823
|
...commonParams
|
|
1849
1824
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1860,7 +1835,6 @@ var StartImportTaskCommand = _StartImportTaskCommand;
|
|
|
1860
1835
|
|
|
1861
1836
|
|
|
1862
1837
|
|
|
1863
|
-
|
|
1864
1838
|
var _StopContinuousExportCommand = class _StopContinuousExportCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1865
1839
|
...commonParams
|
|
1866
1840
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1877,7 +1851,6 @@ var StopContinuousExportCommand = _StopContinuousExportCommand;
|
|
|
1877
1851
|
|
|
1878
1852
|
|
|
1879
1853
|
|
|
1880
|
-
|
|
1881
1854
|
var _StopDataCollectionByAgentIdsCommand = class _StopDataCollectionByAgentIdsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1882
1855
|
...commonParams
|
|
1883
1856
|
}).m(function(Command, cs, config, o) {
|
|
@@ -1894,7 +1867,6 @@ var StopDataCollectionByAgentIdsCommand = _StopDataCollectionByAgentIdsCommand;
|
|
|
1894
1867
|
|
|
1895
1868
|
|
|
1896
1869
|
|
|
1897
|
-
|
|
1898
1870
|
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1899
1871
|
...commonParams
|
|
1900
1872
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -111,8 +111,8 @@
|
|
|
111
111
|
export * from "./ApplicationDiscoveryServiceClient";
|
|
112
112
|
export * from "./ApplicationDiscoveryService";
|
|
113
113
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
114
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
115
|
-
export { ApplicationDiscoveryServiceExtensionConfiguration } from "./extensionConfiguration";
|
|
114
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
115
|
+
export type { ApplicationDiscoveryServiceExtensionConfiguration } from "./extensionConfiguration";
|
|
116
116
|
export * from "./commands";
|
|
117
117
|
export * from "./pagination";
|
|
118
118
|
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
|
AssociateConfigurationItemsToApplicationRequest,
|
|
10
10
|
AssociateConfigurationItemsToApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AssociateConfigurationItemsToApplicationCommandInput
|
|
14
15
|
extends AssociateConfigurationItemsToApplicationRequest {}
|
|
15
16
|
export interface AssociateConfigurationItemsToApplicationCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchDeleteAgentsRequest,
|
|
10
10
|
BatchDeleteAgentsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchDeleteAgentsCommandInput
|
|
14
15
|
extends BatchDeleteAgentsRequest {}
|
|
15
16
|
export interface BatchDeleteAgentsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
BatchDeleteImportDataRequest,
|
|
10
10
|
BatchDeleteImportDataResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface BatchDeleteImportDataCommandInput
|
|
14
15
|
extends BatchDeleteImportDataRequest {}
|
|
15
16
|
export interface BatchDeleteImportDataCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateApplicationRequest,
|
|
10
10
|
CreateApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateApplicationCommandInput
|
|
14
15
|
extends CreateApplicationRequest {}
|
|
15
16
|
export interface CreateApplicationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ApplicationDiscoveryServiceClient";
|
|
8
8
|
import { CreateTagsRequest, CreateTagsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface CreateTagsCommandInput extends CreateTagsRequest {}
|
|
11
12
|
export interface CreateTagsCommandOutput
|
|
12
13
|
extends CreateTagsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteApplicationsRequest,
|
|
10
10
|
DeleteApplicationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteApplicationsCommandInput
|
|
14
15
|
extends DeleteApplicationsRequest {}
|
|
15
16
|
export interface DeleteApplicationsCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ApplicationDiscoveryServiceClient";
|
|
8
8
|
import { DeleteTagsRequest, DeleteTagsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DeleteTagsCommandInput extends DeleteTagsRequest {}
|
|
11
12
|
export interface DeleteTagsCommandOutput
|
|
12
13
|
extends DeleteTagsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeAgentsRequest,
|
|
10
10
|
DescribeAgentsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeAgentsCommandInput extends DescribeAgentsRequest {}
|
|
14
15
|
export interface DescribeAgentsCommandOutput
|
|
15
16
|
extends DescribeAgentsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeBatchDeleteConfigurationTaskRequest,
|
|
10
10
|
DescribeBatchDeleteConfigurationTaskResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeBatchDeleteConfigurationTaskCommandInput
|
|
14
15
|
extends DescribeBatchDeleteConfigurationTaskRequest {}
|
|
15
16
|
export interface DescribeBatchDeleteConfigurationTaskCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeConfigurationsRequest,
|
|
10
10
|
DescribeConfigurationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeConfigurationsCommandInput
|
|
14
15
|
extends DescribeConfigurationsRequest {}
|
|
15
16
|
export interface DescribeConfigurationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeContinuousExportsRequest,
|
|
10
10
|
DescribeContinuousExportsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeContinuousExportsCommandInput
|
|
14
15
|
extends DescribeContinuousExportsRequest {}
|
|
15
16
|
export interface DescribeContinuousExportsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeExportConfigurationsRequest,
|
|
10
10
|
DescribeExportConfigurationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeExportConfigurationsCommandInput
|
|
14
15
|
extends DescribeExportConfigurationsRequest {}
|
|
15
16
|
export interface DescribeExportConfigurationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeExportTasksRequest,
|
|
10
10
|
DescribeExportTasksResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeExportTasksCommandInput
|
|
14
15
|
extends DescribeExportTasksRequest {}
|
|
15
16
|
export interface DescribeExportTasksCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeImportTasksRequest,
|
|
10
10
|
DescribeImportTasksResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeImportTasksCommandInput
|
|
14
15
|
extends DescribeImportTasksRequest {}
|
|
15
16
|
export interface DescribeImportTasksCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ApplicationDiscoveryServiceClient";
|
|
8
8
|
import { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DescribeTagsCommandInput extends DescribeTagsRequest {}
|
|
11
12
|
export interface DescribeTagsCommandOutput
|
|
12
13
|
extends DescribeTagsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DisassociateConfigurationItemsFromApplicationRequest,
|
|
10
10
|
DisassociateConfigurationItemsFromApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisassociateConfigurationItemsFromApplicationCommandInput
|
|
14
15
|
extends DisassociateConfigurationItemsFromApplicationRequest {}
|
|
15
16
|
export interface DisassociateConfigurationItemsFromApplicationCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ApplicationDiscoveryServiceClient";
|
|
8
8
|
import { ExportConfigurationsResponse } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface ExportConfigurationsCommandInput {}
|
|
11
12
|
export interface ExportConfigurationsCommandOutput
|
|
12
13
|
extends ExportConfigurationsResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
GetDiscoverySummaryRequest,
|
|
10
10
|
GetDiscoverySummaryResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface GetDiscoverySummaryCommandInput
|
|
14
15
|
extends GetDiscoverySummaryRequest {}
|
|
15
16
|
export interface GetDiscoverySummaryCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListConfigurationsRequest,
|
|
10
10
|
ListConfigurationsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListConfigurationsCommandInput
|
|
14
15
|
extends ListConfigurationsRequest {}
|
|
15
16
|
export interface ListConfigurationsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ListServerNeighborsRequest,
|
|
10
10
|
ListServerNeighborsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ListServerNeighborsCommandInput
|
|
14
15
|
extends ListServerNeighborsRequest {}
|
|
15
16
|
export interface ListServerNeighborsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartBatchDeleteConfigurationTaskRequest,
|
|
10
10
|
StartBatchDeleteConfigurationTaskResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartBatchDeleteConfigurationTaskCommandInput
|
|
14
15
|
extends StartBatchDeleteConfigurationTaskRequest {}
|
|
15
16
|
export interface StartBatchDeleteConfigurationTaskCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartContinuousExportRequest,
|
|
10
10
|
StartContinuousExportResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartContinuousExportCommandInput
|
|
14
15
|
extends StartContinuousExportRequest {}
|
|
15
16
|
export interface StartContinuousExportCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartDataCollectionByAgentIdsRequest,
|
|
10
10
|
StartDataCollectionByAgentIdsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartDataCollectionByAgentIdsCommandInput
|
|
14
15
|
extends StartDataCollectionByAgentIdsRequest {}
|
|
15
16
|
export interface StartDataCollectionByAgentIdsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartExportTaskRequest,
|
|
10
10
|
StartExportTaskResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartExportTaskCommandInput extends StartExportTaskRequest {}
|
|
14
15
|
export interface StartExportTaskCommandOutput
|
|
15
16
|
extends StartExportTaskResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StartImportTaskRequest,
|
|
10
10
|
StartImportTaskResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StartImportTaskCommandInput extends StartImportTaskRequest {}
|
|
14
15
|
export interface StartImportTaskCommandOutput
|
|
15
16
|
extends StartImportTaskResponse,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopContinuousExportRequest,
|
|
10
10
|
StopContinuousExportResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopContinuousExportCommandInput
|
|
14
15
|
extends StopContinuousExportRequest {}
|
|
15
16
|
export interface StopContinuousExportCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
StopDataCollectionByAgentIdsRequest,
|
|
10
10
|
StopDataCollectionByAgentIdsResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface StopDataCollectionByAgentIdsCommandInput
|
|
14
15
|
extends StopDataCollectionByAgentIdsRequest {}
|
|
15
16
|
export interface StopDataCollectionByAgentIdsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
UpdateApplicationRequest,
|
|
10
10
|
UpdateApplicationResponse,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface UpdateApplicationCommandInput
|
|
14
15
|
extends UpdateApplicationRequest {}
|
|
15
16
|
export interface UpdateApplicationCommandOutput
|
|
@@ -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 ApplicationDiscoveryServiceServiceException 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-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.596.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": "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.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.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",
|