@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,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 { DescribeExportConfigurationsRequest, DescribeExportConfigurationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeExportConfigurationsCommandInput extends DescribeExport
21
20
  */
22
21
  export interface DescribeExportConfigurationsCommandOutput extends DescribeExportConfigurationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeExportConfigurationsCommand_base: {
24
+ new (input: DescribeExportConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -91,23 +94,5 @@ export interface DescribeExportConfigurationsCommandOutput extends DescribeExpor
91
94
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
92
95
  *
93
96
  */
94
- export declare class DescribeExportConfigurationsCommand extends $Command<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
95
- readonly input: DescribeExportConfigurationsCommandInput;
96
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
97
- /**
98
- * @public
99
- */
100
- constructor(input: DescribeExportConfigurationsCommandInput);
101
- /**
102
- * @internal
103
- */
104
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput>;
105
- /**
106
- * @internal
107
- */
108
- private serialize;
109
- /**
110
- * @internal
111
- */
112
- private deserialize;
97
+ export declare class DescribeExportConfigurationsCommand extends DescribeExportConfigurationsCommand_base {
113
98
  }
@@ -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 { DescribeExportTasksRequest, DescribeExportTasksResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeExportTasksCommandInput extends DescribeExportTasksRequ
21
20
  */
22
21
  export interface DescribeExportTasksCommandOutput extends DescribeExportTasksResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeExportTasksCommand_base: {
24
+ new (input: DescribeExportTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieve status of one or more export tasks. You can retrieve the status of up to 100
@@ -94,23 +97,5 @@ export interface DescribeExportTasksCommandOutput extends DescribeExportTasksRes
94
97
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
95
98
  *
96
99
  */
97
- export declare class DescribeExportTasksCommand extends $Command<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
98
- readonly input: DescribeExportTasksCommandInput;
99
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
100
- /**
101
- * @public
102
- */
103
- constructor(input: DescribeExportTasksCommandInput);
104
- /**
105
- * @internal
106
- */
107
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput>;
108
- /**
109
- * @internal
110
- */
111
- private serialize;
112
- /**
113
- * @internal
114
- */
115
- private deserialize;
100
+ export declare class DescribeExportTasksCommand extends DescribeExportTasksCommand_base {
116
101
  }
@@ -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 { DescribeImportTasksRequest, DescribeImportTasksResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeImportTasksCommandInput extends DescribeImportTasksRequ
21
20
  */
22
21
  export interface DescribeImportTasksCommandOutput extends DescribeImportTasksResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeImportTasksCommand_base: {
24
+ new (input: DescribeImportTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Returns an array of import tasks for your account, including status information, times,
@@ -95,23 +98,5 @@ export interface DescribeImportTasksCommandOutput extends DescribeImportTasksRes
95
98
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
96
99
  *
97
100
  */
98
- export declare class DescribeImportTasksCommand extends $Command<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
99
- readonly input: DescribeImportTasksCommandInput;
100
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
101
- /**
102
- * @public
103
- */
104
- constructor(input: DescribeImportTasksCommandInput);
105
- /**
106
- * @internal
107
- */
108
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput>;
109
- /**
110
- * @internal
111
- */
112
- private serialize;
113
- /**
114
- * @internal
115
- */
116
- private deserialize;
101
+ export declare class DescribeImportTasksCommand extends DescribeImportTasksCommand_base {
117
102
  }
@@ -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 { DescribeTagsRequest, DescribeTagsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DescribeTagsCommandInput extends DescribeTagsRequest {
21
20
  */
22
21
  export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __MetadataBearer {
23
22
  }
23
+ declare const DescribeTagsCommand_base: {
24
+ new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of configuration items that have tags as specified by the key-value
@@ -105,23 +108,5 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
105
108
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
106
109
  *
107
110
  */
108
- export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
109
- readonly input: DescribeTagsCommandInput;
110
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
111
- /**
112
- * @public
113
- */
114
- constructor(input: DescribeTagsCommandInput);
115
- /**
116
- * @internal
117
- */
118
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeTagsCommandInput, DescribeTagsCommandOutput>;
119
- /**
120
- * @internal
121
- */
122
- private serialize;
123
- /**
124
- * @internal
125
- */
126
- private deserialize;
111
+ export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
127
112
  }
@@ -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 { DisassociateConfigurationItemsFromApplicationRequest, DisassociateConfigurationItemsFromApplicationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface DisassociateConfigurationItemsFromApplicationCommandInput exten
21
20
  */
22
21
  export interface DisassociateConfigurationItemsFromApplicationCommandOutput extends DisassociateConfigurationItemsFromApplicationResponse, __MetadataBearer {
23
22
  }
23
+ declare const DisassociateConfigurationItemsFromApplicationCommand_base: {
24
+ new (input: DisassociateConfigurationItemsFromApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Disassociates one or more configuration items from an application.</p>
@@ -69,23 +72,5 @@ export interface DisassociateConfigurationItemsFromApplicationCommandOutput exte
69
72
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
70
73
  *
71
74
  */
72
- export declare class DisassociateConfigurationItemsFromApplicationCommand extends $Command<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
73
- readonly input: DisassociateConfigurationItemsFromApplicationCommandInput;
74
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
75
- /**
76
- * @public
77
- */
78
- constructor(input: DisassociateConfigurationItemsFromApplicationCommandInput);
79
- /**
80
- * @internal
81
- */
82
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput>;
83
- /**
84
- * @internal
85
- */
86
- private serialize;
87
- /**
88
- * @internal
89
- */
90
- private deserialize;
75
+ export declare class DisassociateConfigurationItemsFromApplicationCommand extends DisassociateConfigurationItemsFromApplicationCommand_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 { ExportConfigurationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ExportConfigurationsCommandInput {
21
20
  */
22
21
  export interface ExportConfigurationsCommandOutput extends ExportConfigurationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ExportConfigurationsCommand_base: {
24
+ new (input: ExportConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * @deprecated
@@ -76,23 +79,5 @@ export interface ExportConfigurationsCommandOutput extends ExportConfigurationsR
76
79
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
77
80
  *
78
81
  */
79
- export declare class ExportConfigurationsCommand extends $Command<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
80
- readonly input: ExportConfigurationsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: ExportConfigurationsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class ExportConfigurationsCommand extends ExportConfigurationsCommand_base {
98
83
  }
@@ -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 { GetDiscoverySummaryRequest, GetDiscoverySummaryResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface GetDiscoverySummaryCommandInput extends GetDiscoverySummaryRequ
21
20
  */
22
21
  export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryResponse, __MetadataBearer {
23
22
  }
23
+ declare const GetDiscoverySummaryCommand_base: {
24
+ new (input: GetDiscoverySummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a short summary of discovered assets.</p>
@@ -107,23 +110,5 @@ export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryRes
107
110
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
108
111
  *
109
112
  */
110
- export declare class GetDiscoverySummaryCommand extends $Command<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
111
- readonly input: GetDiscoverySummaryCommandInput;
112
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
113
- /**
114
- * @public
115
- */
116
- constructor(input: GetDiscoverySummaryCommandInput);
117
- /**
118
- * @internal
119
- */
120
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput>;
121
- /**
122
- * @internal
123
- */
124
- private serialize;
125
- /**
126
- * @internal
127
- */
128
- private deserialize;
113
+ export declare class GetDiscoverySummaryCommand extends GetDiscoverySummaryCommand_base {
129
114
  }
@@ -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 { ListConfigurationsRequest, ListConfigurationsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListConfigurationsCommandInput extends ListConfigurationsReques
21
20
  */
22
21
  export interface ListConfigurationsCommandOutput extends ListConfigurationsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListConfigurationsCommand_base: {
24
+ new (input: ListConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of configuration items as specified by the value passed to the
@@ -96,23 +99,5 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo
96
99
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
97
100
  *
98
101
  */
99
- export declare class ListConfigurationsCommand extends $Command<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
100
- readonly input: ListConfigurationsCommandInput;
101
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
102
- /**
103
- * @public
104
- */
105
- constructor(input: ListConfigurationsCommandInput);
106
- /**
107
- * @internal
108
- */
109
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListConfigurationsCommandInput, ListConfigurationsCommandOutput>;
110
- /**
111
- * @internal
112
- */
113
- private serialize;
114
- /**
115
- * @internal
116
- */
117
- private deserialize;
102
+ export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {
118
103
  }
@@ -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 { ListServerNeighborsRequest, ListServerNeighborsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListServerNeighborsCommandInput extends ListServerNeighborsRequ
21
20
  */
22
21
  export interface ListServerNeighborsCommandOutput extends ListServerNeighborsResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListServerNeighborsCommand_base: {
24
+ new (input: ListServerNeighborsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Retrieves a list of servers that are one network hop away from a specified
@@ -85,23 +88,5 @@ export interface ListServerNeighborsCommandOutput extends ListServerNeighborsRes
85
88
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
86
89
  *
87
90
  */
88
- export declare class ListServerNeighborsCommand extends $Command<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
89
- readonly input: ListServerNeighborsCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: ListServerNeighborsCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class ListServerNeighborsCommand extends ListServerNeighborsCommand_base {
107
92
  }
@@ -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 { StartBatchDeleteConfigurationTaskRequest, StartBatchDeleteConfigurationTaskResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartBatchDeleteConfigurationTaskCommandInput extends StartBatc
21
20
  */
22
21
  export interface StartBatchDeleteConfigurationTaskCommandOutput extends StartBatchDeleteConfigurationTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartBatchDeleteConfigurationTaskCommand_base: {
24
+ new (input: StartBatchDeleteConfigurationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>
@@ -79,23 +82,5 @@ export interface StartBatchDeleteConfigurationTaskCommandOutput extends StartBat
79
82
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
80
83
  *
81
84
  */
82
- export declare class StartBatchDeleteConfigurationTaskCommand extends $Command<StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
83
- readonly input: StartBatchDeleteConfigurationTaskCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: StartBatchDeleteConfigurationTaskCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class StartBatchDeleteConfigurationTaskCommand extends StartBatchDeleteConfigurationTaskCommand_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 { StartContinuousExportRequest, StartContinuousExportResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartContinuousExportCommandInput extends StartContinuousExport
21
20
  */
22
21
  export interface StartContinuousExportCommandOutput extends StartContinuousExportResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartContinuousExportCommand_base: {
24
+ new (input: StartContinuousExportCommandInput): import("@smithy/smithy-client").CommandImpl<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Start the continuous flow of agent's discovered data into Amazon Athena.</p>
@@ -85,23 +88,5 @@ export interface StartContinuousExportCommandOutput extends StartContinuousExpor
85
88
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
86
89
  *
87
90
  */
88
- export declare class StartContinuousExportCommand extends $Command<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
89
- readonly input: StartContinuousExportCommandInput;
90
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
91
- /**
92
- * @public
93
- */
94
- constructor(input: StartContinuousExportCommandInput);
95
- /**
96
- * @internal
97
- */
98
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartContinuousExportCommandInput, StartContinuousExportCommandOutput>;
99
- /**
100
- * @internal
101
- */
102
- private serialize;
103
- /**
104
- * @internal
105
- */
106
- private deserialize;
91
+ export declare class StartContinuousExportCommand extends StartContinuousExportCommand_base {
107
92
  }
@@ -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 { StartDataCollectionByAgentIdsRequest, StartDataCollectionByAgentIdsResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartDataCollectionByAgentIdsCommandInput extends StartDataColl
21
20
  */
22
21
  export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCollectionByAgentIdsResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartDataCollectionByAgentIdsCommand_base: {
24
+ new (input: StartDataCollectionByAgentIdsCommandInput): import("@smithy/smithy-client").CommandImpl<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Instructs the specified agents to start collecting data.</p>
@@ -76,23 +79,5 @@ export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCol
76
79
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
77
80
  *
78
81
  */
79
- export declare class StartDataCollectionByAgentIdsCommand extends $Command<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
80
- readonly input: StartDataCollectionByAgentIdsCommandInput;
81
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
- /**
83
- * @public
84
- */
85
- constructor(input: StartDataCollectionByAgentIdsCommandInput);
86
- /**
87
- * @internal
88
- */
89
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput>;
90
- /**
91
- * @internal
92
- */
93
- private serialize;
94
- /**
95
- * @internal
96
- */
97
- private deserialize;
82
+ export declare class StartDataCollectionByAgentIdsCommand extends StartDataCollectionByAgentIdsCommand_base {
98
83
  }
@@ -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 { StartExportTaskRequest, StartExportTaskResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartExportTaskCommandInput extends StartExportTaskRequest {
21
20
  */
22
21
  export interface StartExportTaskCommandOutput extends StartExportTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartExportTaskCommand_base: {
24
+ new (input: StartExportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services.</p>
@@ -128,23 +131,5 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _
128
131
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
129
132
  *
130
133
  */
131
- export declare class StartExportTaskCommand extends $Command<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
132
- readonly input: StartExportTaskCommandInput;
133
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
134
- /**
135
- * @public
136
- */
137
- constructor(input: StartExportTaskCommandInput);
138
- /**
139
- * @internal
140
- */
141
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartExportTaskCommandInput, StartExportTaskCommandOutput>;
142
- /**
143
- * @internal
144
- */
145
- private serialize;
146
- /**
147
- * @internal
148
- */
149
- private deserialize;
134
+ export declare class StartExportTaskCommand extends StartExportTaskCommand_base {
150
135
  }
@@ -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 { StartImportTaskRequest, StartImportTaskResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartImportTaskCommandInput extends StartImportTaskRequest {
21
20
  */
22
21
  export interface StartImportTaskCommandOutput extends StartImportTaskResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartImportTaskCommand_base: {
24
+ new (input: StartImportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>Starts an import task, which allows you to import details of your on-premises environment
@@ -123,23 +126,5 @@ export interface StartImportTaskCommandOutput extends StartImportTaskResponse, _
123
126
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
124
127
  *
125
128
  */
126
- export declare class StartImportTaskCommand extends $Command<StartImportTaskCommandInput, StartImportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig> {
127
- readonly input: StartImportTaskCommandInput;
128
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
129
- /**
130
- * @public
131
- */
132
- constructor(input: StartImportTaskCommandInput);
133
- /**
134
- * @internal
135
- */
136
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ApplicationDiscoveryServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImportTaskCommandInput, StartImportTaskCommandOutput>;
137
- /**
138
- * @internal
139
- */
140
- private serialize;
141
- /**
142
- * @internal
143
- */
144
- private deserialize;
129
+ export declare class StartImportTaskCommand extends StartImportTaskCommand_base {
145
130
  }