@aws-sdk/client-application-discovery-service 3.478.0 → 3.484.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 (117) hide show
  1. package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +18 -41
  2. package/dist-cjs/commands/BatchDeleteAgentsCommand.js +18 -41
  3. package/dist-cjs/commands/BatchDeleteImportDataCommand.js +18 -41
  4. package/dist-cjs/commands/CreateApplicationCommand.js +18 -41
  5. package/dist-cjs/commands/CreateTagsCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteApplicationsCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteTagsCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeAgentsCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeBatchDeleteConfigurationTaskCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeConfigurationsCommand.js +18 -41
  11. package/dist-cjs/commands/DescribeContinuousExportsCommand.js +18 -41
  12. package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +18 -41
  13. package/dist-cjs/commands/DescribeExportTasksCommand.js +18 -41
  14. package/dist-cjs/commands/DescribeImportTasksCommand.js +18 -41
  15. package/dist-cjs/commands/DescribeTagsCommand.js +18 -41
  16. package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +18 -41
  17. package/dist-cjs/commands/ExportConfigurationsCommand.js +18 -41
  18. package/dist-cjs/commands/GetDiscoverySummaryCommand.js +18 -41
  19. package/dist-cjs/commands/ListConfigurationsCommand.js +18 -41
  20. package/dist-cjs/commands/ListServerNeighborsCommand.js +18 -41
  21. package/dist-cjs/commands/StartBatchDeleteConfigurationTaskCommand.js +18 -41
  22. package/dist-cjs/commands/StartContinuousExportCommand.js +18 -41
  23. package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +18 -41
  24. package/dist-cjs/commands/StartExportTaskCommand.js +18 -41
  25. package/dist-cjs/commands/StartImportTaskCommand.js +18 -41
  26. package/dist-cjs/commands/StopContinuousExportCommand.js +18 -41
  27. package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateApplicationCommand.js +18 -41
  29. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  30. package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +18 -41
  31. package/dist-es/commands/BatchDeleteAgentsCommand.js +18 -41
  32. package/dist-es/commands/BatchDeleteImportDataCommand.js +18 -41
  33. package/dist-es/commands/CreateApplicationCommand.js +18 -41
  34. package/dist-es/commands/CreateTagsCommand.js +18 -41
  35. package/dist-es/commands/DeleteApplicationsCommand.js +18 -41
  36. package/dist-es/commands/DeleteTagsCommand.js +18 -41
  37. package/dist-es/commands/DescribeAgentsCommand.js +18 -41
  38. package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +18 -41
  39. package/dist-es/commands/DescribeConfigurationsCommand.js +18 -41
  40. package/dist-es/commands/DescribeContinuousExportsCommand.js +18 -41
  41. package/dist-es/commands/DescribeExportConfigurationsCommand.js +18 -41
  42. package/dist-es/commands/DescribeExportTasksCommand.js +18 -41
  43. package/dist-es/commands/DescribeImportTasksCommand.js +18 -41
  44. package/dist-es/commands/DescribeTagsCommand.js +18 -41
  45. package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +18 -41
  46. package/dist-es/commands/ExportConfigurationsCommand.js +18 -41
  47. package/dist-es/commands/GetDiscoverySummaryCommand.js +18 -41
  48. package/dist-es/commands/ListConfigurationsCommand.js +18 -41
  49. package/dist-es/commands/ListServerNeighborsCommand.js +18 -41
  50. package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +18 -41
  51. package/dist-es/commands/StartContinuousExportCommand.js +18 -41
  52. package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +18 -41
  53. package/dist-es/commands/StartExportTaskCommand.js +18 -41
  54. package/dist-es/commands/StartImportTaskCommand.js +18 -41
  55. package/dist-es/commands/StopContinuousExportCommand.js +18 -41
  56. package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +18 -41
  57. package/dist-es/commands/UpdateApplicationCommand.js +18 -41
  58. package/dist-es/endpoint/EndpointParameters.js +6 -0
  59. package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +6 -21
  60. package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +6 -21
  61. package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +6 -21
  62. package/dist-types/commands/CreateApplicationCommand.d.ts +6 -21
  63. package/dist-types/commands/CreateTagsCommand.d.ts +6 -21
  64. package/dist-types/commands/DeleteApplicationsCommand.d.ts +6 -21
  65. package/dist-types/commands/DeleteTagsCommand.d.ts +6 -21
  66. package/dist-types/commands/DescribeAgentsCommand.d.ts +6 -21
  67. package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +6 -21
  68. package/dist-types/commands/DescribeConfigurationsCommand.d.ts +6 -21
  69. package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +6 -21
  70. package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +6 -21
  71. package/dist-types/commands/DescribeExportTasksCommand.d.ts +6 -21
  72. package/dist-types/commands/DescribeImportTasksCommand.d.ts +6 -21
  73. package/dist-types/commands/DescribeTagsCommand.d.ts +6 -21
  74. package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +6 -21
  75. package/dist-types/commands/ExportConfigurationsCommand.d.ts +6 -21
  76. package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +6 -21
  77. package/dist-types/commands/ListConfigurationsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListServerNeighborsCommand.d.ts +6 -21
  79. package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +6 -21
  80. package/dist-types/commands/StartContinuousExportCommand.d.ts +6 -21
  81. package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +6 -21
  82. package/dist-types/commands/StartExportTaskCommand.d.ts +6 -21
  83. package/dist-types/commands/StartImportTaskCommand.d.ts +6 -21
  84. package/dist-types/commands/StopContinuousExportCommand.d.ts +6 -21
  85. package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +6 -21
  86. package/dist-types/commands/UpdateApplicationCommand.d.ts +6 -21
  87. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  88. package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +12 -24
  89. package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +12 -24
  99. package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +12 -24
  100. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +12 -24
  105. package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +12 -24
  110. package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +12 -24
  111. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +12 -24
  114. package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +12 -24
  115. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  117. package/package.json +11 -11
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_StopDataCollectionByAgentIdsCommand, se_StopDataCollectionByAgentIdsCommand, } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class StopDataCollectionByAgentIdsCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, StopDataCollectionByAgentIdsCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApplicationDiscoveryServiceClient";
26
- const commandName = "StopDataCollectionByAgentIdsCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSPoseidonService_V2015_11_01",
35
- operation: "StopDataCollectionByAgentIds",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_StopDataCollectionByAgentIdsCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_StopDataCollectionByAgentIdsCommand(output, context);
46
- }
7
+ export class StopDataCollectionByAgentIdsCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSPoseidonService_V2015_11_01", "StopDataCollectionByAgentIds", {})
19
+ .n("ApplicationDiscoveryServiceClient", "StopDataCollectionByAgentIdsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StopDataCollectionByAgentIdsCommand)
22
+ .de(de_StopDataCollectionByAgentIdsCommand)
23
+ .build() {
47
24
  }
@@ -1,47 +1,24 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
- import { SMITHY_CONTEXT_KEY, } from "@smithy/types";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
5
  import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../protocols/Aws_json1_1";
6
6
  export { $Command };
7
- export class UpdateApplicationCommand extends $Command {
8
- static getEndpointParameterInstructions() {
9
- return {
10
- UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
- Endpoint: { type: "builtInParams", name: "endpoint" },
12
- Region: { type: "builtInParams", name: "region" },
13
- UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
- };
15
- }
16
- constructor(input) {
17
- super();
18
- this.input = input;
19
- }
20
- resolveMiddleware(clientStack, configuration, options) {
21
- this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
22
- this.middlewareStack.use(getEndpointPlugin(configuration, UpdateApplicationCommand.getEndpointParameterInstructions()));
23
- const stack = clientStack.concat(this.middlewareStack);
24
- const { logger } = configuration;
25
- const clientName = "ApplicationDiscoveryServiceClient";
26
- const commandName = "UpdateApplicationCommand";
27
- const handlerExecutionContext = {
28
- logger,
29
- clientName,
30
- commandName,
31
- inputFilterSensitiveLog: (_) => _,
32
- outputFilterSensitiveLog: (_) => _,
33
- [SMITHY_CONTEXT_KEY]: {
34
- service: "AWSPoseidonService_V2015_11_01",
35
- operation: "UpdateApplication",
36
- },
37
- };
38
- const { requestHandler } = configuration;
39
- return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
40
- }
41
- serialize(input, context) {
42
- return se_UpdateApplicationCommand(input, context);
43
- }
44
- deserialize(output, context) {
45
- return de_UpdateApplicationCommand(output, context);
46
- }
7
+ export class UpdateApplicationCommand extends $Command
8
+ .classBuilder()
9
+ .ep({
10
+ ...commonParams,
11
+ })
12
+ .m(function (Command, cs, config, o) {
13
+ return [
14
+ getSerdePlugin(config, this.serialize, this.deserialize),
15
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
16
+ ];
17
+ })
18
+ .s("AWSPoseidonService_V2015_11_01", "UpdateApplication", {})
19
+ .n("ApplicationDiscoveryServiceClient", "UpdateApplicationCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_UpdateApplicationCommand)
22
+ .de(de_UpdateApplicationCommand)
23
+ .build() {
47
24
  }
@@ -6,3 +6,9 @@ export const resolveClientEndpointParameters = (options) => {
6
6
  defaultSigningName: "discovery",
7
7
  };
8
8
  };
9
+ export const commonParams = {
10
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
11
+ Endpoint: { type: "builtInParams", name: "endpoint" },
12
+ Region: { type: "builtInParams", name: "region" },
13
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
14
+ };
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
4
  import { AssociateConfigurationItemsToApplicationRequest, AssociateConfigurationItemsToApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface AssociateConfigurationItemsToApplicationCommandInput extends As
21
20
  */
22
21
  export interface AssociateConfigurationItemsToApplicationCommandOutput extends AssociateConfigurationItemsToApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const AssociateConfigurationItemsToApplicationCommand_base: {
24
+ new (input: AssociateConfigurationItemsToApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Associates one or more configuration items with an application.</p>
@@ -69,23 +72,5 @@ export interface AssociateConfigurationItemsToApplicationCommandOutput extends A
69
72
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
70
73
  *
71
74
  */
72
- export declare class AssociateConfigurationItemsToApplicationCommand extends $Command<AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
73
- readonly input: AssociateConfigurationItemsToApplicationCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: AssociateConfigurationItemsToApplicationCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class AssociateConfigurationItemsToApplicationCommand extends AssociateConfigurationItemsToApplicationCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
4
  import { BatchDeleteAgentsRequest, BatchDeleteAgentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchDeleteAgentsCommandInput extends BatchDeleteAgentsRequest
21
20
  */
22
21
  export interface BatchDeleteAgentsCommandOutput extends BatchDeleteAgentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchDeleteAgentsCommand_base: {
24
+ new (input: BatchDeleteAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -81,23 +84,5 @@ export interface BatchDeleteAgentsCommandOutput extends BatchDeleteAgentsRespons
81
84
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
82
85
  *
83
86
  */
84
- export declare class BatchDeleteAgentsCommand extends $Command<BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
85
- readonly input: BatchDeleteAgentsCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: BatchDeleteAgentsCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class BatchDeleteAgentsCommand extends BatchDeleteAgentsCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
4
  import { BatchDeleteImportDataRequest, BatchDeleteImportDataResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface BatchDeleteImportDataCommandInput extends BatchDeleteImportData
21
20
  */
22
21
  export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDataResponse, __MetadataBearer {
23
22
  }
23
+ declare const BatchDeleteImportDataCommand_base: {
24
+ new (input: BatchDeleteImportDataCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes one or more import tasks, each identified by their import ID. Each import task has
@@ -83,23 +86,5 @@ export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDat
83
86
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
84
87
  *
85
88
  */
86
- export declare class BatchDeleteImportDataCommand extends $Command<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
87
- readonly input: BatchDeleteImportDataCommandInput;
88
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
89
- /**
90
- * @public
91
- */
92
- constructor(input: BatchDeleteImportDataCommandInput);
93
- /**
94
- * @internal
95
- */
96
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput>;
97
- /**
98
- * @internal
99
- */
100
- private serialize;
101
- /**
102
- * @internal
103
- */
104
- private deserialize;
89
+ export declare class BatchDeleteImportDataCommand extends BatchDeleteImportDataCommand_base {
105
90
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
4
  import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateApplicationCommandInput extends CreateApplicationRequest
21
20
  */
22
21
  export interface CreateApplicationCommandOutput extends CreateApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateApplicationCommand_base: {
24
+ new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates an application with the given name and description.</p>
@@ -69,23 +72,5 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
69
72
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
70
73
  *
71
74
  */
72
- export declare class CreateApplicationCommand extends $Command<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
73
- readonly input: CreateApplicationCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: CreateApplicationCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateApplicationCommandInput, CreateApplicationCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
4
  import { CreateTagsRequest, CreateTagsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface CreateTagsCommandInput extends CreateTagsRequest {
21
20
  */
22
21
  export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataBearer {
23
22
  }
23
+ declare const CreateTagsCommand_base: {
24
+ new (input: CreateTagsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Creates one or more tags for configuration items. Tags are metadata that help you
@@ -82,23 +85,5 @@ export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataB
82
85
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
83
86
  *
84
87
  */
85
- export declare class CreateTagsCommand extends $Command<CreateTagsCommandInput, CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
86
- readonly input: CreateTagsCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: CreateTagsCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTagsCommandInput, CreateTagsCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class CreateTagsCommand extends CreateTagsCommand_base {
104
89
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
4
  import { DeleteApplicationsRequest, DeleteApplicationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteApplicationsCommandInput extends DeleteApplicationsReques
21
20
  */
22
21
  export interface DeleteApplicationsCommandOutput extends DeleteApplicationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteApplicationsCommand_base: {
24
+ new (input: DeleteApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes a list of applications and their associations with configuration
@@ -69,23 +72,5 @@ export interface DeleteApplicationsCommandOutput extends DeleteApplicationsRespo
69
72
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
70
73
  *
71
74
  */
72
- export declare class DeleteApplicationsCommand extends $Command<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
73
- readonly input: DeleteApplicationsCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: DeleteApplicationsCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class DeleteApplicationsCommand extends DeleteApplicationsCommand_base {
91
76
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
4
  import { DeleteTagsRequest, DeleteTagsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DeleteTagsCommandInput extends DeleteTagsRequest {
21
20
  */
22
21
  export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DeleteTagsCommand_base: {
24
+ new (input: DeleteTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Deletes the association between configuration items and one or more tags. This API
@@ -79,23 +82,5 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataB
79
82
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
80
83
  *
81
84
  */
82
- export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
83
- readonly input: DeleteTagsCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: DeleteTagsCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTagsCommandInput, DeleteTagsCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class DeleteTagsCommand extends DeleteTagsCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
4
  import { DescribeAgentsRequest, DescribeAgentsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeAgentsCommandInput extends DescribeAgentsRequest {
21
20
  */
22
21
  export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeAgentsCommand_base: {
24
+ new (input: DescribeAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists agents or collectors as specified by ID or other filters. All agents/collectors
@@ -102,23 +105,5 @@ export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __M
102
105
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
103
106
  *
104
107
  */
105
- export declare class DescribeAgentsCommand extends $Command<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
106
- readonly input: DescribeAgentsCommandInput;
107
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
108
- /**
109
- * @public
110
- */
111
- constructor(input: DescribeAgentsCommandInput);
112
- /**
113
- * @internal
114
- */
115
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAgentsCommandInput, DescribeAgentsCommandOutput>;
116
- /**
117
- * @internal
118
- */
119
- private serialize;
120
- /**
121
- * @internal
122
- */
123
- private deserialize;
108
+ export declare class DescribeAgentsCommand extends DescribeAgentsCommand_base {
124
109
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
4
  import { DescribeBatchDeleteConfigurationTaskRequest, DescribeBatchDeleteConfigurationTaskResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeBatchDeleteConfigurationTaskCommandInput extends Descri
21
20
  */
22
21
  export interface DescribeBatchDeleteConfigurationTaskCommandOutput extends DescribeBatchDeleteConfigurationTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeBatchDeleteConfigurationTaskCommand_base: {
24
+ new (input: DescribeBatchDeleteConfigurationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -92,23 +95,5 @@ export interface DescribeBatchDeleteConfigurationTaskCommandOutput extends Descr
92
95
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
93
96
  *
94
97
  */
95
- export declare class DescribeBatchDeleteConfigurationTaskCommand extends $Command<DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
96
- readonly input: DescribeBatchDeleteConfigurationTaskCommandInput;
97
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
98
- /**
99
- * @public
100
- */
101
- constructor(input: DescribeBatchDeleteConfigurationTaskCommandInput);
102
- /**
103
- * @internal
104
- */
105
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput>;
106
- /**
107
- * @internal
108
- */
109
- private serialize;
110
- /**
111
- * @internal
112
- */
113
- private deserialize;
98
+ export declare class DescribeBatchDeleteConfigurationTaskCommand extends DescribeBatchDeleteConfigurationTaskCommand_base {
114
99
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
4
  import { DescribeConfigurationsRequest, DescribeConfigurationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeConfigurationsCommandInput extends DescribeConfiguratio
21
20
  */
22
21
  export interface DescribeConfigurationsCommandOutput extends DescribeConfigurationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeConfigurationsCommand_base: {
24
+ new (input: DescribeConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves attributes for a list of configuration item IDs.</p>
@@ -97,23 +100,5 @@ export interface DescribeConfigurationsCommandOutput extends DescribeConfigurati
97
100
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
98
101
  *
99
102
  */
100
- export declare class DescribeConfigurationsCommand extends $Command<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
101
- readonly input: DescribeConfigurationsCommandInput;
102
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
103
- /**
104
- * @public
105
- */
106
- constructor(input: DescribeConfigurationsCommandInput);
107
- /**
108
- * @internal
109
- */
110
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput>;
111
- /**
112
- * @internal
113
- */
114
- private serialize;
115
- /**
116
- * @internal
117
- */
118
- private deserialize;
103
+ export declare class DescribeConfigurationsCommand extends DescribeConfigurationsCommand_base {
119
104
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ApplicationDiscoveryServiceClient";
5
4
  import { DescribeContinuousExportsRequest, DescribeContinuousExportsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeContinuousExportsCommandInput extends DescribeContinuou
21
20
  */
22
21
  export interface DescribeContinuousExportsCommandOutput extends DescribeContinuousExportsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeContinuousExportsCommand_base: {
24
+ new (input: DescribeContinuousExportsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Lists exports as specified by ID. All continuous exports associated with your user
@@ -95,23 +98,5 @@ export interface DescribeContinuousExportsCommandOutput extends DescribeContinuo
95
98
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
96
99
  *
97
100
  */
98
- export declare class DescribeContinuousExportsCommand extends $Command<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
99
- readonly input: DescribeContinuousExportsCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: DescribeContinuousExportsCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class DescribeContinuousExportsCommand extends DescribeContinuousExportsCommand_base {
117
102
  }