@aws-sdk/client-application-discovery-service 3.490.0 → 3.495.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 (49) hide show
  1. package/dist-cjs/ApplicationDiscoveryService.js +1 -67
  2. package/dist-cjs/ApplicationDiscoveryServiceClient.js +1 -43
  3. package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +1 -28
  4. package/dist-cjs/commands/BatchDeleteAgentsCommand.js +1 -28
  5. package/dist-cjs/commands/BatchDeleteImportDataCommand.js +1 -28
  6. package/dist-cjs/commands/CreateApplicationCommand.js +1 -28
  7. package/dist-cjs/commands/CreateTagsCommand.js +1 -28
  8. package/dist-cjs/commands/DeleteApplicationsCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteTagsCommand.js +1 -28
  10. package/dist-cjs/commands/DescribeAgentsCommand.js +1 -29
  11. package/dist-cjs/commands/DescribeBatchDeleteConfigurationTaskCommand.js +1 -28
  12. package/dist-cjs/commands/DescribeConfigurationsCommand.js +1 -28
  13. package/dist-cjs/commands/DescribeContinuousExportsCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeExportTasksCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeImportTasksCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeTagsCommand.js +1 -28
  18. package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +1 -28
  19. package/dist-cjs/commands/ExportConfigurationsCommand.js +1 -28
  20. package/dist-cjs/commands/GetDiscoverySummaryCommand.js +1 -28
  21. package/dist-cjs/commands/ListConfigurationsCommand.js +1 -28
  22. package/dist-cjs/commands/ListServerNeighborsCommand.js +1 -28
  23. package/dist-cjs/commands/StartBatchDeleteConfigurationTaskCommand.js +1 -28
  24. package/dist-cjs/commands/StartContinuousExportCommand.js +1 -28
  25. package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +1 -28
  26. package/dist-cjs/commands/StartExportTaskCommand.js +1 -28
  27. package/dist-cjs/commands/StartImportTaskCommand.js +1 -28
  28. package/dist-cjs/commands/StopContinuousExportCommand.js +1 -28
  29. package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +1 -28
  30. package/dist-cjs/commands/UpdateApplicationCommand.js +1 -28
  31. package/dist-cjs/commands/index.js +1 -31
  32. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  33. package/dist-cjs/extensionConfiguration.js +1 -2
  34. package/dist-cjs/index.js +2897 -11
  35. package/dist-cjs/models/ApplicationDiscoveryServiceServiceException.js +1 -12
  36. package/dist-cjs/models/index.js +1 -4
  37. package/dist-cjs/models/models_0.js +1 -250
  38. package/dist-cjs/pagination/DescribeAgentsPaginator.js +1 -7
  39. package/dist-cjs/pagination/DescribeContinuousExportsPaginator.js +1 -7
  40. package/dist-cjs/pagination/DescribeExportConfigurationsPaginator.js +1 -7
  41. package/dist-cjs/pagination/DescribeExportTasksPaginator.js +1 -7
  42. package/dist-cjs/pagination/DescribeImportTasksPaginator.js +1 -7
  43. package/dist-cjs/pagination/DescribeTagsPaginator.js +1 -7
  44. package/dist-cjs/pagination/Interfaces.js +1 -2
  45. package/dist-cjs/pagination/ListConfigurationsPaginator.js +1 -7
  46. package/dist-cjs/pagination/index.js +1 -11
  47. package/dist-cjs/protocols/Aws_json1_1.js +1 -1862
  48. package/dist-cjs/runtimeExtensions.js +1 -22
  49. package/package.json +40 -40
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDiscoverySummaryCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetDiscoverySummaryCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSPoseidonService_V2015_11_01", "GetDiscoverySummary", {})
22
- .n("ApplicationDiscoveryServiceClient", "GetDiscoverySummaryCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetDiscoverySummaryCommand)
25
- .de(Aws_json1_1_1.de_GetDiscoverySummaryCommand)
26
- .build() {
27
- }
28
- exports.GetDiscoverySummaryCommand = GetDiscoverySummaryCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListConfigurationsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListConfigurationsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSPoseidonService_V2015_11_01", "ListConfigurations", {})
22
- .n("ApplicationDiscoveryServiceClient", "ListConfigurationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListConfigurationsCommand)
25
- .de(Aws_json1_1_1.de_ListConfigurationsCommand)
26
- .build() {
27
- }
28
- exports.ListConfigurationsCommand = ListConfigurationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListServerNeighborsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class ListServerNeighborsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSPoseidonService_V2015_11_01", "ListServerNeighbors", {})
22
- .n("ApplicationDiscoveryServiceClient", "ListServerNeighborsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListServerNeighborsCommand)
25
- .de(Aws_json1_1_1.de_ListServerNeighborsCommand)
26
- .build() {
27
- }
28
- exports.ListServerNeighborsCommand = ListServerNeighborsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartBatchDeleteConfigurationTaskCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartBatchDeleteConfigurationTaskCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSPoseidonService_V2015_11_01", "StartBatchDeleteConfigurationTask", {})
22
- .n("ApplicationDiscoveryServiceClient", "StartBatchDeleteConfigurationTaskCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartBatchDeleteConfigurationTaskCommand)
25
- .de(Aws_json1_1_1.de_StartBatchDeleteConfigurationTaskCommand)
26
- .build() {
27
- }
28
- exports.StartBatchDeleteConfigurationTaskCommand = StartBatchDeleteConfigurationTaskCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartContinuousExportCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartContinuousExportCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSPoseidonService_V2015_11_01", "StartContinuousExport", {})
22
- .n("ApplicationDiscoveryServiceClient", "StartContinuousExportCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartContinuousExportCommand)
25
- .de(Aws_json1_1_1.de_StartContinuousExportCommand)
26
- .build() {
27
- }
28
- exports.StartContinuousExportCommand = StartContinuousExportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartDataCollectionByAgentIdsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartDataCollectionByAgentIdsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSPoseidonService_V2015_11_01", "StartDataCollectionByAgentIds", {})
22
- .n("ApplicationDiscoveryServiceClient", "StartDataCollectionByAgentIdsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartDataCollectionByAgentIdsCommand)
25
- .de(Aws_json1_1_1.de_StartDataCollectionByAgentIdsCommand)
26
- .build() {
27
- }
28
- exports.StartDataCollectionByAgentIdsCommand = StartDataCollectionByAgentIdsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartExportTaskCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartExportTaskCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSPoseidonService_V2015_11_01", "StartExportTask", {})
22
- .n("ApplicationDiscoveryServiceClient", "StartExportTaskCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartExportTaskCommand)
25
- .de(Aws_json1_1_1.de_StartExportTaskCommand)
26
- .build() {
27
- }
28
- exports.StartExportTaskCommand = StartExportTaskCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StartImportTaskCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StartImportTaskCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSPoseidonService_V2015_11_01", "StartImportTask", {})
22
- .n("ApplicationDiscoveryServiceClient", "StartImportTaskCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StartImportTaskCommand)
25
- .de(Aws_json1_1_1.de_StartImportTaskCommand)
26
- .build() {
27
- }
28
- exports.StartImportTaskCommand = StartImportTaskCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopContinuousExportCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StopContinuousExportCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSPoseidonService_V2015_11_01", "StopContinuousExport", {})
22
- .n("ApplicationDiscoveryServiceClient", "StopContinuousExportCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StopContinuousExportCommand)
25
- .de(Aws_json1_1_1.de_StopContinuousExportCommand)
26
- .build() {
27
- }
28
- exports.StopContinuousExportCommand = StopContinuousExportCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.StopDataCollectionByAgentIdsCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class StopDataCollectionByAgentIdsCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSPoseidonService_V2015_11_01", "StopDataCollectionByAgentIds", {})
22
- .n("ApplicationDiscoveryServiceClient", "StopDataCollectionByAgentIdsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_StopDataCollectionByAgentIdsCommand)
25
- .de(Aws_json1_1_1.de_StopDataCollectionByAgentIdsCommand)
26
- .build() {
27
- }
28
- exports.StopDataCollectionByAgentIdsCommand = StopDataCollectionByAgentIdsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.UpdateApplicationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class UpdateApplicationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSPoseidonService_V2015_11_01", "UpdateApplication", {})
22
- .n("ApplicationDiscoveryServiceClient", "UpdateApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_UpdateApplicationCommand)
25
- .de(Aws_json1_1_1.de_UpdateApplicationCommand)
26
- .build() {
27
- }
28
- exports.UpdateApplicationCommand = UpdateApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,31 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./AssociateConfigurationItemsToApplicationCommand"), exports);
5
- tslib_1.__exportStar(require("./BatchDeleteAgentsCommand"), exports);
6
- tslib_1.__exportStar(require("./BatchDeleteImportDataCommand"), exports);
7
- tslib_1.__exportStar(require("./CreateApplicationCommand"), exports);
8
- tslib_1.__exportStar(require("./CreateTagsCommand"), exports);
9
- tslib_1.__exportStar(require("./DeleteApplicationsCommand"), exports);
10
- tslib_1.__exportStar(require("./DeleteTagsCommand"), exports);
11
- tslib_1.__exportStar(require("./DescribeAgentsCommand"), exports);
12
- tslib_1.__exportStar(require("./DescribeBatchDeleteConfigurationTaskCommand"), exports);
13
- tslib_1.__exportStar(require("./DescribeConfigurationsCommand"), exports);
14
- tslib_1.__exportStar(require("./DescribeContinuousExportsCommand"), exports);
15
- tslib_1.__exportStar(require("./DescribeExportConfigurationsCommand"), exports);
16
- tslib_1.__exportStar(require("./DescribeExportTasksCommand"), exports);
17
- tslib_1.__exportStar(require("./DescribeImportTasksCommand"), exports);
18
- tslib_1.__exportStar(require("./DescribeTagsCommand"), exports);
19
- tslib_1.__exportStar(require("./DisassociateConfigurationItemsFromApplicationCommand"), exports);
20
- tslib_1.__exportStar(require("./ExportConfigurationsCommand"), exports);
21
- tslib_1.__exportStar(require("./GetDiscoverySummaryCommand"), exports);
22
- tslib_1.__exportStar(require("./ListConfigurationsCommand"), exports);
23
- tslib_1.__exportStar(require("./ListServerNeighborsCommand"), exports);
24
- tslib_1.__exportStar(require("./StartBatchDeleteConfigurationTaskCommand"), exports);
25
- tslib_1.__exportStar(require("./StartContinuousExportCommand"), exports);
26
- tslib_1.__exportStar(require("./StartDataCollectionByAgentIdsCommand"), exports);
27
- tslib_1.__exportStar(require("./StartExportTaskCommand"), exports);
28
- tslib_1.__exportStar(require("./StartImportTaskCommand"), exports);
29
- tslib_1.__exportStar(require("./StopContinuousExportCommand"), exports);
30
- tslib_1.__exportStar(require("./StopDataCollectionByAgentIdsCommand"), exports);
31
- tslib_1.__exportStar(require("./UpdateApplicationCommand"), exports);
1
+ module.exports = require("../index.js");
@@ -1,18 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.commonParams = exports.resolveClientEndpointParameters = void 0;
4
- const resolveClientEndpointParameters = (options) => {
5
- return {
6
- ...options,
7
- useDualstackEndpoint: options.useDualstackEndpoint ?? false,
8
- useFipsEndpoint: options.useFipsEndpoint ?? false,
9
- defaultSigningName: "discovery",
10
- };
11
- };
12
- exports.resolveClientEndpointParameters = resolveClientEndpointParameters;
13
- exports.commonParams = {
14
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
15
- Endpoint: { type: "builtInParams", name: "endpoint" },
16
- Region: { type: "builtInParams", name: "region" },
17
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
18
- };
1
+ module.exports = require("../index.js");
@@ -1,2 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
1
+ module.exports = require("./index.js");