@aws-sdk/client-application-discovery-service 3.337.0 → 3.338.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.
Files changed (113) hide show
  1. package/dist-cjs/ApplicationDiscoveryServiceClient.js +2 -1
  2. package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -1
  3. package/dist-cjs/commands/BatchDeleteImportDataCommand.js +2 -1
  4. package/dist-cjs/commands/CreateApplicationCommand.js +2 -1
  5. package/dist-cjs/commands/CreateTagsCommand.js +2 -1
  6. package/dist-cjs/commands/DeleteApplicationsCommand.js +2 -1
  7. package/dist-cjs/commands/DeleteTagsCommand.js +2 -1
  8. package/dist-cjs/commands/DescribeAgentsCommand.js +2 -1
  9. package/dist-cjs/commands/DescribeConfigurationsCommand.js +2 -1
  10. package/dist-cjs/commands/DescribeContinuousExportsCommand.js +2 -1
  11. package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +2 -1
  12. package/dist-cjs/commands/DescribeExportTasksCommand.js +2 -1
  13. package/dist-cjs/commands/DescribeImportTasksCommand.js +2 -1
  14. package/dist-cjs/commands/DescribeTagsCommand.js +2 -1
  15. package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -1
  16. package/dist-cjs/commands/ExportConfigurationsCommand.js +2 -1
  17. package/dist-cjs/commands/GetDiscoverySummaryCommand.js +2 -1
  18. package/dist-cjs/commands/ListConfigurationsCommand.js +2 -1
  19. package/dist-cjs/commands/ListServerNeighborsCommand.js +2 -1
  20. package/dist-cjs/commands/StartContinuousExportCommand.js +2 -1
  21. package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +2 -1
  22. package/dist-cjs/commands/StartExportTaskCommand.js +2 -1
  23. package/dist-cjs/commands/StartImportTaskCommand.js +2 -1
  24. package/dist-cjs/commands/StopContinuousExportCommand.js +2 -1
  25. package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +2 -1
  26. package/dist-cjs/commands/UpdateApplicationCommand.js +2 -1
  27. package/dist-cjs/index.js +2 -2
  28. package/dist-cjs/models/ApplicationDiscoveryServiceServiceException.js +2 -1
  29. package/dist-es/ApplicationDiscoveryServiceClient.js +1 -0
  30. package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +1 -0
  31. package/dist-es/commands/BatchDeleteImportDataCommand.js +1 -0
  32. package/dist-es/commands/CreateApplicationCommand.js +1 -0
  33. package/dist-es/commands/CreateTagsCommand.js +1 -0
  34. package/dist-es/commands/DeleteApplicationsCommand.js +1 -0
  35. package/dist-es/commands/DeleteTagsCommand.js +1 -0
  36. package/dist-es/commands/DescribeAgentsCommand.js +1 -0
  37. package/dist-es/commands/DescribeConfigurationsCommand.js +1 -0
  38. package/dist-es/commands/DescribeContinuousExportsCommand.js +1 -0
  39. package/dist-es/commands/DescribeExportConfigurationsCommand.js +1 -0
  40. package/dist-es/commands/DescribeExportTasksCommand.js +1 -0
  41. package/dist-es/commands/DescribeImportTasksCommand.js +1 -0
  42. package/dist-es/commands/DescribeTagsCommand.js +1 -0
  43. package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +1 -0
  44. package/dist-es/commands/ExportConfigurationsCommand.js +1 -0
  45. package/dist-es/commands/GetDiscoverySummaryCommand.js +1 -0
  46. package/dist-es/commands/ListConfigurationsCommand.js +1 -0
  47. package/dist-es/commands/ListServerNeighborsCommand.js +1 -0
  48. package/dist-es/commands/StartContinuousExportCommand.js +1 -0
  49. package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +1 -0
  50. package/dist-es/commands/StartExportTaskCommand.js +1 -0
  51. package/dist-es/commands/StartImportTaskCommand.js +1 -0
  52. package/dist-es/commands/StopContinuousExportCommand.js +1 -0
  53. package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +1 -0
  54. package/dist-es/commands/UpdateApplicationCommand.js +1 -0
  55. package/dist-es/index.js +2 -2
  56. package/dist-es/models/ApplicationDiscoveryServiceServiceException.js +1 -0
  57. package/dist-types/ApplicationDiscoveryServiceClient.d.ts +3 -3
  58. package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +4 -0
  59. package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +4 -0
  60. package/dist-types/commands/CreateApplicationCommand.d.ts +4 -0
  61. package/dist-types/commands/CreateTagsCommand.d.ts +4 -0
  62. package/dist-types/commands/DeleteApplicationsCommand.d.ts +4 -0
  63. package/dist-types/commands/DeleteTagsCommand.d.ts +4 -0
  64. package/dist-types/commands/DescribeAgentsCommand.d.ts +4 -0
  65. package/dist-types/commands/DescribeConfigurationsCommand.d.ts +4 -0
  66. package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +4 -0
  67. package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +4 -0
  68. package/dist-types/commands/DescribeExportTasksCommand.d.ts +4 -0
  69. package/dist-types/commands/DescribeImportTasksCommand.d.ts +4 -0
  70. package/dist-types/commands/DescribeTagsCommand.d.ts +4 -0
  71. package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +4 -0
  72. package/dist-types/commands/ExportConfigurationsCommand.d.ts +4 -0
  73. package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +4 -0
  74. package/dist-types/commands/ListConfigurationsCommand.d.ts +4 -0
  75. package/dist-types/commands/ListServerNeighborsCommand.d.ts +4 -0
  76. package/dist-types/commands/StartContinuousExportCommand.d.ts +4 -0
  77. package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +4 -0
  78. package/dist-types/commands/StartExportTaskCommand.d.ts +4 -0
  79. package/dist-types/commands/StartImportTaskCommand.d.ts +4 -0
  80. package/dist-types/commands/StopContinuousExportCommand.d.ts +4 -0
  81. package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +4 -0
  82. package/dist-types/commands/UpdateApplicationCommand.d.ts +4 -0
  83. package/dist-types/index.d.ts +119 -2
  84. package/dist-types/models/ApplicationDiscoveryServiceServiceException.d.ts +1 -0
  85. package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +3 -3
  86. package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +1 -0
  87. package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +1 -0
  88. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +1 -0
  89. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -0
  90. package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +1 -0
  91. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -0
  92. package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +1 -0
  93. package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +1 -0
  94. package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +1 -0
  95. package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +1 -0
  96. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -0
  97. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +1 -0
  98. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +1 -0
  99. package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +1 -0
  100. package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +1 -0
  101. package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +1 -0
  102. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +1 -0
  103. package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +1 -0
  104. package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +1 -0
  105. package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +1 -0
  106. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +1 -0
  107. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +1 -0
  108. package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +1 -0
  109. package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +1 -0
  111. package/dist-types/ts3.4/index.d.ts +2 -2
  112. package/dist-types/ts3.4/models/ApplicationDiscoveryServiceServiceException.d.ts +1 -0
  113. package/package.json +28 -28
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ApplicationDiscoveryServiceClient = void 0;
3
+ exports.ApplicationDiscoveryServiceClient = exports.__Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
6
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
@@ -11,6 +11,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
11
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
12
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
13
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
14
15
  const EndpointParameters_1 = require("./endpoint/EndpointParameters");
15
16
  const runtimeConfig_1 = require("./runtimeConfig");
16
17
  class ApplicationDiscoveryServiceClient extends smithy_client_1.Client {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateConfigurationItemsToApplicationCommand = void 0;
3
+ exports.AssociateConfigurationItemsToApplicationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class AssociateConfigurationItemsToApplicationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchDeleteImportDataCommand = void 0;
3
+ exports.BatchDeleteImportDataCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class BatchDeleteImportDataCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateApplicationCommand = void 0;
3
+ exports.CreateApplicationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateApplicationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTagsCommand = void 0;
3
+ exports.CreateTagsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class CreateTagsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteApplicationsCommand = void 0;
3
+ exports.DeleteApplicationsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteApplicationsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTagsCommand = void 0;
3
+ exports.DeleteTagsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DeleteTagsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAgentsCommand = void 0;
3
+ exports.DescribeAgentsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeAgentsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeConfigurationsCommand = void 0;
3
+ exports.DescribeConfigurationsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeConfigurationsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeContinuousExportsCommand = void 0;
3
+ exports.DescribeContinuousExportsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeContinuousExportsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeExportConfigurationsCommand = void 0;
3
+ exports.DescribeExportConfigurationsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeExportConfigurationsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeExportTasksCommand = void 0;
3
+ exports.DescribeExportTasksCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeExportTasksCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeImportTasksCommand = void 0;
3
+ exports.DescribeImportTasksCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeImportTasksCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeTagsCommand = void 0;
3
+ exports.DescribeTagsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DescribeTagsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateConfigurationItemsFromApplicationCommand = void 0;
3
+ exports.DisassociateConfigurationItemsFromApplicationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class DisassociateConfigurationItemsFromApplicationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportConfigurationsCommand = void 0;
3
+ exports.ExportConfigurationsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ExportConfigurationsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDiscoverySummaryCommand = void 0;
3
+ exports.GetDiscoverySummaryCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class GetDiscoverySummaryCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConfigurationsCommand = void 0;
3
+ exports.ListConfigurationsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListConfigurationsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListServerNeighborsCommand = void 0;
3
+ exports.ListServerNeighborsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class ListServerNeighborsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartContinuousExportCommand = void 0;
3
+ exports.StartContinuousExportCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartContinuousExportCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDataCollectionByAgentIdsCommand = void 0;
3
+ exports.StartDataCollectionByAgentIdsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartDataCollectionByAgentIdsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartExportTaskCommand = void 0;
3
+ exports.StartExportTaskCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartExportTaskCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartImportTaskCommand = void 0;
3
+ exports.StartImportTaskCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StartImportTaskCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopContinuousExportCommand = void 0;
3
+ exports.StopContinuousExportCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StopContinuousExportCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopDataCollectionByAgentIdsCommand = void 0;
3
+ exports.StopDataCollectionByAgentIdsCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class StopDataCollectionByAgentIdsCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
@@ -1,9 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateApplicationCommand = void 0;
3
+ exports.UpdateApplicationCommand = exports.$Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
+ Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
7
8
  const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
8
9
  class UpdateApplicationCommand extends smithy_client_1.Command {
9
10
  static getEndpointParameterInstructions() {
package/dist-cjs/index.js CHANGED
@@ -2,10 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ApplicationDiscoveryServiceServiceException = void 0;
4
4
  const tslib_1 = require("tslib");
5
- tslib_1.__exportStar(require("./ApplicationDiscoveryService"), exports);
6
5
  tslib_1.__exportStar(require("./ApplicationDiscoveryServiceClient"), exports);
6
+ tslib_1.__exportStar(require("./ApplicationDiscoveryService"), exports);
7
7
  tslib_1.__exportStar(require("./commands"), exports);
8
- tslib_1.__exportStar(require("./models"), exports);
9
8
  tslib_1.__exportStar(require("./pagination"), exports);
9
+ tslib_1.__exportStar(require("./models"), exports);
10
10
  var ApplicationDiscoveryServiceServiceException_1 = require("./models/ApplicationDiscoveryServiceServiceException");
11
11
  Object.defineProperty(exports, "ApplicationDiscoveryServiceServiceException", { enumerable: true, get: function () { return ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException; } });
@@ -1,7 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ApplicationDiscoveryServiceServiceException = void 0;
3
+ exports.ApplicationDiscoveryServiceServiceException = exports.__ServiceException = void 0;
4
4
  const smithy_client_1 = require("@aws-sdk/smithy-client");
5
+ Object.defineProperty(exports, "__ServiceException", { enumerable: true, get: function () { return smithy_client_1.ServiceException; } });
5
6
  class ApplicationDiscoveryServiceServiceException extends smithy_client_1.ServiceException {
6
7
  constructor(options) {
7
8
  super(options);
@@ -10,6 +10,7 @@ import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware
10
10
  import { Client as __Client, } from "@aws-sdk/smithy-client";
11
11
  import { resolveClientEndpointParameters, } from "./endpoint/EndpointParameters";
12
12
  import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
13
+ export { __Client };
13
14
  export class ApplicationDiscoveryServiceClient extends __Client {
14
15
  constructor(configuration) {
15
16
  const _config_0 = __getRuntimeConfig(configuration);
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_AssociateConfigurationItemsToApplicationCommand, se_AssociateConfigurationItemsToApplicationCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class AssociateConfigurationItemsToApplicationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_BatchDeleteImportDataCommand, se_BatchDeleteImportDataCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class BatchDeleteImportDataCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateApplicationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_CreateTagsCommand, se_CreateTagsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class CreateTagsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteApplicationsCommand, se_DeleteApplicationsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteApplicationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DeleteTagsCommand, se_DeleteTagsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DeleteTagsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeAgentsCommand, se_DescribeAgentsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeAgentsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeConfigurationsCommand, se_DescribeConfigurationsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeConfigurationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeContinuousExportsCommand, se_DescribeContinuousExportsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeContinuousExportsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeExportConfigurationsCommand, se_DescribeExportConfigurationsCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeExportConfigurationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeExportTasksCommand, se_DescribeExportTasksCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeExportTasksCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeImportTasksCommand, se_DescribeImportTasksCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeImportTasksCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DescribeTagsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_DisassociateConfigurationItemsFromApplicationCommand, se_DisassociateConfigurationItemsFromApplicationCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class DisassociateConfigurationItemsFromApplicationCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ExportConfigurationsCommand, se_ExportConfigurationsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ExportConfigurationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_GetDiscoverySummaryCommand, se_GetDiscoverySummaryCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class GetDiscoverySummaryCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListConfigurationsCommand, se_ListConfigurationsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListConfigurationsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_ListServerNeighborsCommand, se_ListServerNeighborsCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class ListServerNeighborsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartContinuousExportCommand, se_StartContinuousExportCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StartContinuousExportCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartDataCollectionByAgentIdsCommand, se_StartDataCollectionByAgentIdsCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StartDataCollectionByAgentIdsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartExportTaskCommand, se_StartExportTaskCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StartExportTaskCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StartImportTaskCommand, se_StartImportTaskCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StartImportTaskCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopContinuousExportCommand, se_StopContinuousExportCommand } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopContinuousExportCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {
@@ -2,6 +2,7 @@ import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
4
  import { de_StopDataCollectionByAgentIdsCommand, se_StopDataCollectionByAgentIdsCommand, } from "../protocols/Aws_json1_1";
5
+ export { $Command };
5
6
  export class StopDataCollectionByAgentIdsCommand extends $Command {
6
7
  static getEndpointParameterInstructions() {
7
8
  return {