@aws-sdk/client-application-discovery-service 3.490.0 → 3.496.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 +2899 -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,67 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ApplicationDiscoveryService = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const ApplicationDiscoveryServiceClient_1 = require("./ApplicationDiscoveryServiceClient");
6
- const AssociateConfigurationItemsToApplicationCommand_1 = require("./commands/AssociateConfigurationItemsToApplicationCommand");
7
- const BatchDeleteAgentsCommand_1 = require("./commands/BatchDeleteAgentsCommand");
8
- const BatchDeleteImportDataCommand_1 = require("./commands/BatchDeleteImportDataCommand");
9
- const CreateApplicationCommand_1 = require("./commands/CreateApplicationCommand");
10
- const CreateTagsCommand_1 = require("./commands/CreateTagsCommand");
11
- const DeleteApplicationsCommand_1 = require("./commands/DeleteApplicationsCommand");
12
- const DeleteTagsCommand_1 = require("./commands/DeleteTagsCommand");
13
- const DescribeAgentsCommand_1 = require("./commands/DescribeAgentsCommand");
14
- const DescribeBatchDeleteConfigurationTaskCommand_1 = require("./commands/DescribeBatchDeleteConfigurationTaskCommand");
15
- const DescribeConfigurationsCommand_1 = require("./commands/DescribeConfigurationsCommand");
16
- const DescribeContinuousExportsCommand_1 = require("./commands/DescribeContinuousExportsCommand");
17
- const DescribeExportConfigurationsCommand_1 = require("./commands/DescribeExportConfigurationsCommand");
18
- const DescribeExportTasksCommand_1 = require("./commands/DescribeExportTasksCommand");
19
- const DescribeImportTasksCommand_1 = require("./commands/DescribeImportTasksCommand");
20
- const DescribeTagsCommand_1 = require("./commands/DescribeTagsCommand");
21
- const DisassociateConfigurationItemsFromApplicationCommand_1 = require("./commands/DisassociateConfigurationItemsFromApplicationCommand");
22
- const ExportConfigurationsCommand_1 = require("./commands/ExportConfigurationsCommand");
23
- const GetDiscoverySummaryCommand_1 = require("./commands/GetDiscoverySummaryCommand");
24
- const ListConfigurationsCommand_1 = require("./commands/ListConfigurationsCommand");
25
- const ListServerNeighborsCommand_1 = require("./commands/ListServerNeighborsCommand");
26
- const StartBatchDeleteConfigurationTaskCommand_1 = require("./commands/StartBatchDeleteConfigurationTaskCommand");
27
- const StartContinuousExportCommand_1 = require("./commands/StartContinuousExportCommand");
28
- const StartDataCollectionByAgentIdsCommand_1 = require("./commands/StartDataCollectionByAgentIdsCommand");
29
- const StartExportTaskCommand_1 = require("./commands/StartExportTaskCommand");
30
- const StartImportTaskCommand_1 = require("./commands/StartImportTaskCommand");
31
- const StopContinuousExportCommand_1 = require("./commands/StopContinuousExportCommand");
32
- const StopDataCollectionByAgentIdsCommand_1 = require("./commands/StopDataCollectionByAgentIdsCommand");
33
- const UpdateApplicationCommand_1 = require("./commands/UpdateApplicationCommand");
34
- const commands = {
35
- AssociateConfigurationItemsToApplicationCommand: AssociateConfigurationItemsToApplicationCommand_1.AssociateConfigurationItemsToApplicationCommand,
36
- BatchDeleteAgentsCommand: BatchDeleteAgentsCommand_1.BatchDeleteAgentsCommand,
37
- BatchDeleteImportDataCommand: BatchDeleteImportDataCommand_1.BatchDeleteImportDataCommand,
38
- CreateApplicationCommand: CreateApplicationCommand_1.CreateApplicationCommand,
39
- CreateTagsCommand: CreateTagsCommand_1.CreateTagsCommand,
40
- DeleteApplicationsCommand: DeleteApplicationsCommand_1.DeleteApplicationsCommand,
41
- DeleteTagsCommand: DeleteTagsCommand_1.DeleteTagsCommand,
42
- DescribeAgentsCommand: DescribeAgentsCommand_1.DescribeAgentsCommand,
43
- DescribeBatchDeleteConfigurationTaskCommand: DescribeBatchDeleteConfigurationTaskCommand_1.DescribeBatchDeleteConfigurationTaskCommand,
44
- DescribeConfigurationsCommand: DescribeConfigurationsCommand_1.DescribeConfigurationsCommand,
45
- DescribeContinuousExportsCommand: DescribeContinuousExportsCommand_1.DescribeContinuousExportsCommand,
46
- DescribeExportConfigurationsCommand: DescribeExportConfigurationsCommand_1.DescribeExportConfigurationsCommand,
47
- DescribeExportTasksCommand: DescribeExportTasksCommand_1.DescribeExportTasksCommand,
48
- DescribeImportTasksCommand: DescribeImportTasksCommand_1.DescribeImportTasksCommand,
49
- DescribeTagsCommand: DescribeTagsCommand_1.DescribeTagsCommand,
50
- DisassociateConfigurationItemsFromApplicationCommand: DisassociateConfigurationItemsFromApplicationCommand_1.DisassociateConfigurationItemsFromApplicationCommand,
51
- ExportConfigurationsCommand: ExportConfigurationsCommand_1.ExportConfigurationsCommand,
52
- GetDiscoverySummaryCommand: GetDiscoverySummaryCommand_1.GetDiscoverySummaryCommand,
53
- ListConfigurationsCommand: ListConfigurationsCommand_1.ListConfigurationsCommand,
54
- ListServerNeighborsCommand: ListServerNeighborsCommand_1.ListServerNeighborsCommand,
55
- StartBatchDeleteConfigurationTaskCommand: StartBatchDeleteConfigurationTaskCommand_1.StartBatchDeleteConfigurationTaskCommand,
56
- StartContinuousExportCommand: StartContinuousExportCommand_1.StartContinuousExportCommand,
57
- StartDataCollectionByAgentIdsCommand: StartDataCollectionByAgentIdsCommand_1.StartDataCollectionByAgentIdsCommand,
58
- StartExportTaskCommand: StartExportTaskCommand_1.StartExportTaskCommand,
59
- StartImportTaskCommand: StartImportTaskCommand_1.StartImportTaskCommand,
60
- StopContinuousExportCommand: StopContinuousExportCommand_1.StopContinuousExportCommand,
61
- StopDataCollectionByAgentIdsCommand: StopDataCollectionByAgentIdsCommand_1.StopDataCollectionByAgentIdsCommand,
62
- UpdateApplicationCommand: UpdateApplicationCommand_1.UpdateApplicationCommand,
63
- };
64
- class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClient_1.ApplicationDiscoveryServiceClient {
65
- }
66
- exports.ApplicationDiscoveryService = ApplicationDiscoveryService;
67
- (0, smithy_client_1.createAggregatedClient)(commands, ApplicationDiscoveryService);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ApplicationDiscoveryServiceClient = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class ApplicationDiscoveryServiceClient extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.ApplicationDiscoveryServiceClient = ApplicationDiscoveryServiceClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateConfigurationItemsToApplicationCommand = 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 AssociateConfigurationItemsToApplicationCommand 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", "AssociateConfigurationItemsToApplication", {})
22
- .n("ApplicationDiscoveryServiceClient", "AssociateConfigurationItemsToApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AssociateConfigurationItemsToApplicationCommand)
25
- .de(Aws_json1_1_1.de_AssociateConfigurationItemsToApplicationCommand)
26
- .build() {
27
- }
28
- exports.AssociateConfigurationItemsToApplicationCommand = AssociateConfigurationItemsToApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchDeleteAgentsCommand = 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 BatchDeleteAgentsCommand 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", "BatchDeleteAgents", {})
22
- .n("ApplicationDiscoveryServiceClient", "BatchDeleteAgentsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchDeleteAgentsCommand)
25
- .de(Aws_json1_1_1.de_BatchDeleteAgentsCommand)
26
- .build() {
27
- }
28
- exports.BatchDeleteAgentsCommand = BatchDeleteAgentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.BatchDeleteImportDataCommand = 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 BatchDeleteImportDataCommand 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", "BatchDeleteImportData", {})
22
- .n("ApplicationDiscoveryServiceClient", "BatchDeleteImportDataCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_BatchDeleteImportDataCommand)
25
- .de(Aws_json1_1_1.de_BatchDeleteImportDataCommand)
26
- .build() {
27
- }
28
- exports.BatchDeleteImportDataCommand = BatchDeleteImportDataCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateApplicationCommand = 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 CreateApplicationCommand 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", "CreateApplication", {})
22
- .n("ApplicationDiscoveryServiceClient", "CreateApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateApplicationCommand)
25
- .de(Aws_json1_1_1.de_CreateApplicationCommand)
26
- .build() {
27
- }
28
- exports.CreateApplicationCommand = CreateApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateTagsCommand = 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 CreateTagsCommand 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", "CreateTags", {})
22
- .n("ApplicationDiscoveryServiceClient", "CreateTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateTagsCommand)
25
- .de(Aws_json1_1_1.de_CreateTagsCommand)
26
- .build() {
27
- }
28
- exports.CreateTagsCommand = CreateTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteApplicationsCommand = 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 DeleteApplicationsCommand 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", "DeleteApplications", {})
22
- .n("ApplicationDiscoveryServiceClient", "DeleteApplicationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteApplicationsCommand)
25
- .de(Aws_json1_1_1.de_DeleteApplicationsCommand)
26
- .build() {
27
- }
28
- exports.DeleteApplicationsCommand = DeleteApplicationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteTagsCommand = 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 DeleteTagsCommand 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", "DeleteTags", {})
22
- .n("ApplicationDiscoveryServiceClient", "DeleteTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteTagsCommand)
25
- .de(Aws_json1_1_1.de_DeleteTagsCommand)
26
- .build() {
27
- }
28
- exports.DeleteTagsCommand = DeleteTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,29 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeAgentsCommand = 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 models_0_1 = require("../models/models_0");
10
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
11
- class DescribeAgentsCommand extends smithy_client_1.Command
12
- .classBuilder()
13
- .ep({
14
- ...EndpointParameters_1.commonParams,
15
- })
16
- .m(function (Command, cs, config, o) {
17
- return [
18
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
19
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
20
- ];
21
- })
22
- .s("AWSPoseidonService_V2015_11_01", "DescribeAgents", {})
23
- .n("ApplicationDiscoveryServiceClient", "DescribeAgentsCommand")
24
- .f(void 0, models_0_1.DescribeAgentsResponseFilterSensitiveLog)
25
- .ser(Aws_json1_1_1.se_DescribeAgentsCommand)
26
- .de(Aws_json1_1_1.de_DescribeAgentsCommand)
27
- .build() {
28
- }
29
- exports.DescribeAgentsCommand = DescribeAgentsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeBatchDeleteConfigurationTaskCommand = 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 DescribeBatchDeleteConfigurationTaskCommand 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", "DescribeBatchDeleteConfigurationTask", {})
22
- .n("ApplicationDiscoveryServiceClient", "DescribeBatchDeleteConfigurationTaskCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeBatchDeleteConfigurationTaskCommand)
25
- .de(Aws_json1_1_1.de_DescribeBatchDeleteConfigurationTaskCommand)
26
- .build() {
27
- }
28
- exports.DescribeBatchDeleteConfigurationTaskCommand = DescribeBatchDeleteConfigurationTaskCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeConfigurationsCommand = 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 DescribeConfigurationsCommand 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", "DescribeConfigurations", {})
22
- .n("ApplicationDiscoveryServiceClient", "DescribeConfigurationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeConfigurationsCommand)
25
- .de(Aws_json1_1_1.de_DescribeConfigurationsCommand)
26
- .build() {
27
- }
28
- exports.DescribeConfigurationsCommand = DescribeConfigurationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeContinuousExportsCommand = 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 DescribeContinuousExportsCommand 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", "DescribeContinuousExports", {})
22
- .n("ApplicationDiscoveryServiceClient", "DescribeContinuousExportsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeContinuousExportsCommand)
25
- .de(Aws_json1_1_1.de_DescribeContinuousExportsCommand)
26
- .build() {
27
- }
28
- exports.DescribeContinuousExportsCommand = DescribeContinuousExportsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeExportConfigurationsCommand = 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 DescribeExportConfigurationsCommand 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", "DescribeExportConfigurations", {})
22
- .n("ApplicationDiscoveryServiceClient", "DescribeExportConfigurationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeExportConfigurationsCommand)
25
- .de(Aws_json1_1_1.de_DescribeExportConfigurationsCommand)
26
- .build() {
27
- }
28
- exports.DescribeExportConfigurationsCommand = DescribeExportConfigurationsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeExportTasksCommand = 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 DescribeExportTasksCommand 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", "DescribeExportTasks", {})
22
- .n("ApplicationDiscoveryServiceClient", "DescribeExportTasksCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeExportTasksCommand)
25
- .de(Aws_json1_1_1.de_DescribeExportTasksCommand)
26
- .build() {
27
- }
28
- exports.DescribeExportTasksCommand = DescribeExportTasksCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeImportTasksCommand = 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 DescribeImportTasksCommand 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", "DescribeImportTasks", {})
22
- .n("ApplicationDiscoveryServiceClient", "DescribeImportTasksCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeImportTasksCommand)
25
- .de(Aws_json1_1_1.de_DescribeImportTasksCommand)
26
- .build() {
27
- }
28
- exports.DescribeImportTasksCommand = DescribeImportTasksCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeTagsCommand = 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 DescribeTagsCommand 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", "DescribeTags", {})
22
- .n("ApplicationDiscoveryServiceClient", "DescribeTagsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeTagsCommand)
25
- .de(Aws_json1_1_1.de_DescribeTagsCommand)
26
- .build() {
27
- }
28
- exports.DescribeTagsCommand = DescribeTagsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateConfigurationItemsFromApplicationCommand = 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 DisassociateConfigurationItemsFromApplicationCommand 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", "DisassociateConfigurationItemsFromApplication", {})
22
- .n("ApplicationDiscoveryServiceClient", "DisassociateConfigurationItemsFromApplicationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DisassociateConfigurationItemsFromApplicationCommand)
25
- .de(Aws_json1_1_1.de_DisassociateConfigurationItemsFromApplicationCommand)
26
- .build() {
27
- }
28
- exports.DisassociateConfigurationItemsFromApplicationCommand = DisassociateConfigurationItemsFromApplicationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ExportConfigurationsCommand = 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 ExportConfigurationsCommand 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", "ExportConfigurations", {})
22
- .n("ApplicationDiscoveryServiceClient", "ExportConfigurationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ExportConfigurationsCommand)
25
- .de(Aws_json1_1_1.de_ExportConfigurationsCommand)
26
- .build() {
27
- }
28
- exports.ExportConfigurationsCommand = ExportConfigurationsCommand;
1
+ module.exports = require("../index.js");