@aws-sdk/client-application-discovery-service 3.533.0 → 3.536.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 (61) hide show
  1. package/dist-types/ApplicationDiscoveryService.d.ts +11 -1
  2. package/dist-types/ApplicationDiscoveryServiceClient.d.ts +1 -1
  3. package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +2 -1
  4. package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +2 -1
  5. package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateTagsCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteApplicationsCommand.d.ts +2 -1
  9. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
  10. package/dist-types/commands/DescribeAgentsCommand.d.ts +2 -1
  11. package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +2 -1
  12. package/dist-types/commands/DescribeConfigurationsCommand.d.ts +2 -1
  13. package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +2 -1
  14. package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +4 -3
  15. package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -1
  16. package/dist-types/commands/DescribeImportTasksCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  18. package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +2 -1
  19. package/dist-types/commands/ExportConfigurationsCommand.d.ts +4 -3
  20. package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +2 -1
  21. package/dist-types/commands/ListConfigurationsCommand.d.ts +2 -1
  22. package/dist-types/commands/ListServerNeighborsCommand.d.ts +2 -1
  23. package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +2 -1
  24. package/dist-types/commands/StartContinuousExportCommand.d.ts +2 -1
  25. package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +2 -1
  26. package/dist-types/commands/StartExportTaskCommand.d.ts +2 -1
  27. package/dist-types/commands/StartImportTaskCommand.d.ts +2 -1
  28. package/dist-types/commands/StopContinuousExportCommand.d.ts +2 -1
  29. package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  31. package/dist-types/models/models_0.d.ts +275 -275
  32. package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +10 -0
  33. package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +9 -0
  34. package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  61. package/package.json +40 -40
@@ -74,6 +74,7 @@ export interface ApplicationDiscoveryService {
74
74
  /**
75
75
  * @see {@link DescribeAgentsCommand}
76
76
  */
77
+ describeAgents(): Promise<DescribeAgentsCommandOutput>;
77
78
  describeAgents(args: DescribeAgentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgentsCommandOutput>;
78
79
  describeAgents(args: DescribeAgentsCommandInput, cb: (err: any, data?: DescribeAgentsCommandOutput) => void): void;
79
80
  describeAgents(args: DescribeAgentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentsCommandOutput) => void): void;
@@ -92,30 +93,35 @@ export interface ApplicationDiscoveryService {
92
93
  /**
93
94
  * @see {@link DescribeContinuousExportsCommand}
94
95
  */
96
+ describeContinuousExports(): Promise<DescribeContinuousExportsCommandOutput>;
95
97
  describeContinuousExports(args: DescribeContinuousExportsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContinuousExportsCommandOutput>;
96
98
  describeContinuousExports(args: DescribeContinuousExportsCommandInput, cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void): void;
97
99
  describeContinuousExports(args: DescribeContinuousExportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void): void;
98
100
  /**
99
101
  * @see {@link DescribeExportConfigurationsCommand}
100
102
  */
103
+ describeExportConfigurations(): Promise<DescribeExportConfigurationsCommandOutput>;
101
104
  describeExportConfigurations(args: DescribeExportConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExportConfigurationsCommandOutput>;
102
105
  describeExportConfigurations(args: DescribeExportConfigurationsCommandInput, cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void): void;
103
106
  describeExportConfigurations(args: DescribeExportConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void): void;
104
107
  /**
105
108
  * @see {@link DescribeExportTasksCommand}
106
109
  */
110
+ describeExportTasks(): Promise<DescribeExportTasksCommandOutput>;
107
111
  describeExportTasks(args: DescribeExportTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExportTasksCommandOutput>;
108
112
  describeExportTasks(args: DescribeExportTasksCommandInput, cb: (err: any, data?: DescribeExportTasksCommandOutput) => void): void;
109
113
  describeExportTasks(args: DescribeExportTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExportTasksCommandOutput) => void): void;
110
114
  /**
111
115
  * @see {@link DescribeImportTasksCommand}
112
116
  */
117
+ describeImportTasks(): Promise<DescribeImportTasksCommandOutput>;
113
118
  describeImportTasks(args: DescribeImportTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImportTasksCommandOutput>;
114
119
  describeImportTasks(args: DescribeImportTasksCommandInput, cb: (err: any, data?: DescribeImportTasksCommandOutput) => void): void;
115
120
  describeImportTasks(args: DescribeImportTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImportTasksCommandOutput) => void): void;
116
121
  /**
117
122
  * @see {@link DescribeTagsCommand}
118
123
  */
124
+ describeTags(): Promise<DescribeTagsCommandOutput>;
119
125
  describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
120
126
  describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
121
127
  describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
@@ -128,12 +134,14 @@ export interface ApplicationDiscoveryService {
128
134
  /**
129
135
  * @see {@link ExportConfigurationsCommand}
130
136
  */
137
+ exportConfigurations(): Promise<ExportConfigurationsCommandOutput>;
131
138
  exportConfigurations(args: ExportConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ExportConfigurationsCommandOutput>;
132
139
  exportConfigurations(args: ExportConfigurationsCommandInput, cb: (err: any, data?: ExportConfigurationsCommandOutput) => void): void;
133
140
  exportConfigurations(args: ExportConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportConfigurationsCommandOutput) => void): void;
134
141
  /**
135
142
  * @see {@link GetDiscoverySummaryCommand}
136
143
  */
144
+ getDiscoverySummary(): Promise<GetDiscoverySummaryCommandOutput>;
137
145
  getDiscoverySummary(args: GetDiscoverySummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetDiscoverySummaryCommandOutput>;
138
146
  getDiscoverySummary(args: GetDiscoverySummaryCommandInput, cb: (err: any, data?: GetDiscoverySummaryCommandOutput) => void): void;
139
147
  getDiscoverySummary(args: GetDiscoverySummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDiscoverySummaryCommandOutput) => void): void;
@@ -158,6 +166,7 @@ export interface ApplicationDiscoveryService {
158
166
  /**
159
167
  * @see {@link StartContinuousExportCommand}
160
168
  */
169
+ startContinuousExport(): Promise<StartContinuousExportCommandOutput>;
161
170
  startContinuousExport(args: StartContinuousExportCommandInput, options?: __HttpHandlerOptions): Promise<StartContinuousExportCommandOutput>;
162
171
  startContinuousExport(args: StartContinuousExportCommandInput, cb: (err: any, data?: StartContinuousExportCommandOutput) => void): void;
163
172
  startContinuousExport(args: StartContinuousExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartContinuousExportCommandOutput) => void): void;
@@ -170,6 +179,7 @@ export interface ApplicationDiscoveryService {
170
179
  /**
171
180
  * @see {@link StartExportTaskCommand}
172
181
  */
182
+ startExportTask(): Promise<StartExportTaskCommandOutput>;
173
183
  startExportTask(args: StartExportTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartExportTaskCommandOutput>;
174
184
  startExportTask(args: StartExportTaskCommandInput, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
175
185
  startExportTask(args: StartExportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
@@ -199,7 +209,6 @@ export interface ApplicationDiscoveryService {
199
209
  updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
200
210
  }
201
211
  /**
202
- * @public
203
212
  * <fullname>Amazon Web Services Application Discovery Service</fullname>
204
213
  * <p>Amazon Web Services Application Discovery Service (Application Discovery Service) helps you plan application migration projects. It automatically
205
214
  * identifies servers, virtual machines (VMs), and network dependencies in your on-premises data
@@ -306,6 +315,7 @@ export interface ApplicationDiscoveryService {
306
315
  * <p>All data is handled according to the <a href="https://aws.amazon.com/privacy/">Amazon Web Services Privacy Policy</a>. You can operate Application Discovery Service offline to
307
316
  * inspect collected data before it is shared with the service.</p>
308
317
  * </important>
318
+ * @public
309
319
  */
310
320
  export declare class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClient implements ApplicationDiscoveryService {
311
321
  }
@@ -179,7 +179,6 @@ export type ApplicationDiscoveryServiceClientResolvedConfigType = __SmithyResolv
179
179
  export interface ApplicationDiscoveryServiceClientResolvedConfig extends ApplicationDiscoveryServiceClientResolvedConfigType {
180
180
  }
181
181
  /**
182
- * @public
183
182
  * <fullname>Amazon Web Services Application Discovery Service</fullname>
184
183
  * <p>Amazon Web Services Application Discovery Service (Application Discovery Service) helps you plan application migration projects. It automatically
185
184
  * identifies servers, virtual machines (VMs), and network dependencies in your on-premises data
@@ -286,6 +285,7 @@ export interface ApplicationDiscoveryServiceClientResolvedConfig extends Applica
286
285
  * <p>All data is handled according to the <a href="https://aws.amazon.com/privacy/">Amazon Web Services Privacy Policy</a>. You can operate Application Discovery Service offline to
287
286
  * inspect collected data before it is shared with the service.</p>
288
287
  * </important>
288
+ * @public
289
289
  */
290
290
  export declare class ApplicationDiscoveryServiceClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, ApplicationDiscoveryServiceClientResolvedConfig> {
291
291
  /**
@@ -22,10 +22,10 @@ export interface AssociateConfigurationItemsToApplicationCommandOutput extends A
22
22
  }
23
23
  declare const AssociateConfigurationItemsToApplicationCommand_base: {
24
24
  new (input: AssociateConfigurationItemsToApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AssociateConfigurationItemsToApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates one or more configuration items with an application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const AssociateConfigurationItemsToApplicationCommand_base: {
71
71
  * @throws {@link ApplicationDiscoveryServiceServiceException}
72
72
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class AssociateConfigurationItemsToApplicationCommand extends AssociateConfigurationItemsToApplicationCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface BatchDeleteAgentsCommandOutput extends BatchDeleteAgentsRespons
22
22
  }
23
23
  declare const BatchDeleteAgentsCommand_base: {
24
24
  new (input: BatchDeleteAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDeleteAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Deletes one or more agents or collectors as specified by ID. Deleting an agent or collector does not
31
31
  * delete the previously discovered data.
@@ -83,6 +83,7 @@ declare const BatchDeleteAgentsCommand_base: {
83
83
  * @throws {@link ApplicationDiscoveryServiceServiceException}
84
84
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class BatchDeleteAgentsCommand extends BatchDeleteAgentsCommand_base {
88
89
  }
@@ -22,10 +22,10 @@ export interface BatchDeleteImportDataCommandOutput extends BatchDeleteImportDat
22
22
  }
23
23
  declare const BatchDeleteImportDataCommand_base: {
24
24
  new (input: BatchDeleteImportDataCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: BatchDeleteImportDataCommandInput): import("@smithy/smithy-client").CommandImpl<BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes one or more import tasks, each identified by their import ID. Each import task has
30
30
  * a number of records that can identify servers or applications. </p>
31
31
  * <p>Amazon Web Services Application Discovery Service has built-in matching logic that will identify when
@@ -85,6 +85,7 @@ declare const BatchDeleteImportDataCommand_base: {
85
85
  * @throws {@link ApplicationDiscoveryServiceServiceException}
86
86
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
87
87
  *
88
+ * @public
88
89
  */
89
90
  export declare class BatchDeleteImportDataCommand extends BatchDeleteImportDataCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface CreateApplicationCommandOutput extends CreateApplicationRespons
22
22
  }
23
23
  declare const CreateApplicationCommand_base: {
24
24
  new (input: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateApplicationCommandInput, CreateApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an application with the given name and description.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const CreateApplicationCommand_base: {
71
71
  * @throws {@link ApplicationDiscoveryServiceServiceException}
72
72
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class CreateApplicationCommand extends CreateApplicationCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface CreateTagsCommandOutput extends CreateTagsResponse, __MetadataB
22
22
  }
23
23
  declare const CreateTagsCommand_base: {
24
24
  new (input: CreateTagsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateTagsCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTagsCommandInput, CreateTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates one or more tags for configuration items. Tags are metadata that help you
30
30
  * categorize IT assets. This API accepts a list of multiple configuration items.</p>
31
31
  * <important>
@@ -84,6 +84,7 @@ declare const CreateTagsCommand_base: {
84
84
  * @throws {@link ApplicationDiscoveryServiceServiceException}
85
85
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
86
86
  *
87
+ * @public
87
88
  */
88
89
  export declare class CreateTagsCommand extends CreateTagsCommand_base {
89
90
  }
@@ -22,10 +22,10 @@ export interface DeleteApplicationsCommandOutput extends DeleteApplicationsRespo
22
22
  }
23
23
  declare const DeleteApplicationsCommand_base: {
24
24
  new (input: DeleteApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteApplicationsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes a list of applications and their associations with configuration
30
30
  * items.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const DeleteApplicationsCommand_base: {
71
71
  * @throws {@link ApplicationDiscoveryServiceServiceException}
72
72
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DeleteApplicationsCommand extends DeleteApplicationsCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DeleteTagsCommandOutput extends DeleteTagsResponse, __MetadataB
22
22
  }
23
23
  declare const DeleteTagsCommand_base: {
24
24
  new (input: DeleteTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DeleteTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTagsCommandInput, DeleteTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes the association between configuration items and one or more tags. This API
30
30
  * accepts a list of multiple configuration items.</p>
31
31
  * @example
@@ -81,6 +81,7 @@ declare const DeleteTagsCommand_base: {
81
81
  * @throws {@link ApplicationDiscoveryServiceServiceException}
82
82
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class DeleteTagsCommand extends DeleteTagsCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface DescribeAgentsCommandOutput extends DescribeAgentsResponse, __M
22
22
  }
23
23
  declare const DescribeAgentsCommand_base: {
24
24
  new (input: DescribeAgentsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeAgentsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAgentsCommandInput, DescribeAgentsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists agents or collectors as specified by ID or other filters. All agents/collectors
30
30
  * associated with your user can be listed if you call <code>DescribeAgents</code> as is
31
31
  * without passing any parameters.</p>
@@ -104,6 +104,7 @@ declare const DescribeAgentsCommand_base: {
104
104
  * @throws {@link ApplicationDiscoveryServiceServiceException}
105
105
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class DescribeAgentsCommand extends DescribeAgentsCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface DescribeBatchDeleteConfigurationTaskCommandOutput extends Descr
22
22
  }
23
23
  declare const DescribeBatchDeleteConfigurationTaskCommand_base: {
24
24
  new (input: DescribeBatchDeleteConfigurationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeBatchDeleteConfigurationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Takes a unique deletion task identifier as input and returns metadata about a configuration deletion task.</p>
31
31
  * @example
@@ -94,6 +94,7 @@ declare const DescribeBatchDeleteConfigurationTaskCommand_base: {
94
94
  * @throws {@link ApplicationDiscoveryServiceServiceException}
95
95
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class DescribeBatchDeleteConfigurationTaskCommand extends DescribeBatchDeleteConfigurationTaskCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface DescribeConfigurationsCommandOutput extends DescribeConfigurati
22
22
  }
23
23
  declare const DescribeConfigurationsCommand_base: {
24
24
  new (input: DescribeConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves attributes for a list of configuration item IDs.</p>
30
30
  * <note>
31
31
  * <p>All of the supplied IDs must be for the same asset type from one of the
@@ -99,6 +99,7 @@ declare const DescribeConfigurationsCommand_base: {
99
99
  * @throws {@link ApplicationDiscoveryServiceServiceException}
100
100
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class DescribeConfigurationsCommand extends DescribeConfigurationsCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface DescribeContinuousExportsCommandOutput extends DescribeContinuo
22
22
  }
23
23
  declare const DescribeContinuousExportsCommand_base: {
24
24
  new (input: DescribeContinuousExportsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeContinuousExportsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists exports as specified by ID. All continuous exports associated with your user
30
30
  * can be listed if you call <code>DescribeContinuousExports</code> as is without passing
31
31
  * any parameters.</p>
@@ -97,6 +97,7 @@ declare const DescribeContinuousExportsCommand_base: {
97
97
  * @throws {@link ApplicationDiscoveryServiceServiceException}
98
98
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class DescribeContinuousExportsCommand extends DescribeContinuousExportsCommand_base {
102
103
  }
@@ -22,14 +22,14 @@ export interface DescribeExportConfigurationsCommandOutput extends DescribeExpor
22
22
  }
23
23
  declare const DescribeExportConfigurationsCommand_base: {
24
24
  new (input: DescribeExportConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeExportConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>
32
30
  * <code>DescribeExportConfigurations</code> is deprecated. Use <a href="https://docs.aws.amazon.com/application-discovery/latest/APIReference/API_DescribeExportTasks.html">DescribeExportTasks</a>, instead.</p>
31
+ *
32
+ * @deprecated
33
33
  * @example
34
34
  * Use a bare-bones client and the command you need to make an API call.
35
35
  * ```javascript
@@ -93,6 +93,7 @@ declare const DescribeExportConfigurationsCommand_base: {
93
93
  * @throws {@link ApplicationDiscoveryServiceServiceException}
94
94
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class DescribeExportConfigurationsCommand extends DescribeExportConfigurationsCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface DescribeExportTasksCommandOutput extends DescribeExportTasksRes
22
22
  }
23
23
  declare const DescribeExportTasksCommand_base: {
24
24
  new (input: DescribeExportTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeExportTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieve status of one or more export tasks. You can retrieve the status of up to 100
30
30
  * export tasks.</p>
31
31
  * @example
@@ -96,6 +96,7 @@ declare const DescribeExportTasksCommand_base: {
96
96
  * @throws {@link ApplicationDiscoveryServiceServiceException}
97
97
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
98
98
  *
99
+ * @public
99
100
  */
100
101
  export declare class DescribeExportTasksCommand extends DescribeExportTasksCommand_base {
101
102
  }
@@ -22,10 +22,10 @@ export interface DescribeImportTasksCommandOutput extends DescribeImportTasksRes
22
22
  }
23
23
  declare const DescribeImportTasksCommand_base: {
24
24
  new (input: DescribeImportTasksCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeImportTasksCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns an array of import tasks for your account, including status information, times,
30
30
  * IDs, the Amazon S3 Object URL for the import file, and more.</p>
31
31
  * @example
@@ -97,6 +97,7 @@ declare const DescribeImportTasksCommand_base: {
97
97
  * @throws {@link ApplicationDiscoveryServiceServiceException}
98
98
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class DescribeImportTasksCommand extends DescribeImportTasksCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
22
22
  }
23
23
  declare const DescribeTagsCommand_base: {
24
24
  new (input: DescribeTagsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeTagsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeTagsCommandInput, DescribeTagsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of configuration items that have tags as specified by the key-value
30
30
  * pairs, name and value, passed to the optional parameter <code>filters</code>.</p>
31
31
  * <p>There are three valid tag filter names:</p>
@@ -107,6 +107,7 @@ declare const DescribeTagsCommand_base: {
107
107
  * @throws {@link ApplicationDiscoveryServiceServiceException}
108
108
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
109
109
  *
110
+ * @public
110
111
  */
111
112
  export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
112
113
  }
@@ -22,10 +22,10 @@ export interface DisassociateConfigurationItemsFromApplicationCommandOutput exte
22
22
  }
23
23
  declare const DisassociateConfigurationItemsFromApplicationCommand_base: {
24
24
  new (input: DisassociateConfigurationItemsFromApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateConfigurationItemsFromApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates one or more configuration items from an application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const DisassociateConfigurationItemsFromApplicationCommand_base: {
71
71
  * @throws {@link ApplicationDiscoveryServiceServiceException}
72
72
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DisassociateConfigurationItemsFromApplicationCommand extends DisassociateConfigurationItemsFromApplicationCommand_base {
76
77
  }
@@ -22,18 +22,18 @@ export interface ExportConfigurationsCommandOutput extends ExportConfigurationsR
22
22
  }
23
23
  declare const ExportConfigurationsCommand_base: {
24
24
  new (input: ExportConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ExportConfigurationsCommandInput]): import("@smithy/smithy-client").CommandImpl<ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
- * @deprecated
30
- *
31
29
  * <p>Deprecated. Use <code>StartExportTask</code> instead.</p>
32
30
  * <p>Exports all discovered configuration data to an Amazon S3 bucket or an application that
33
31
  * enables you to view and evaluate the data. Data includes tags and tag associations, processes,
34
32
  * connections, servers, and system performance. This API returns an export ID that you can query
35
33
  * using the <i>DescribeExportConfigurations</i> API. The system imposes a limit of
36
34
  * two configuration exports in six hours.</p>
35
+ *
36
+ * @deprecated
37
37
  * @example
38
38
  * Use a bare-bones client and the command you need to make an API call.
39
39
  * ```javascript
@@ -78,6 +78,7 @@ declare const ExportConfigurationsCommand_base: {
78
78
  * @throws {@link ApplicationDiscoveryServiceServiceException}
79
79
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class ExportConfigurationsCommand extends ExportConfigurationsCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetDiscoverySummaryCommandOutput extends GetDiscoverySummaryRes
22
22
  }
23
23
  declare const GetDiscoverySummaryCommand_base: {
24
24
  new (input: GetDiscoverySummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetDiscoverySummaryCommandInput]): import("@smithy/smithy-client").CommandImpl<GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a short summary of discovered assets.</p>
30
30
  * <p>This API operation takes no request parameters and is called as is at the command
31
31
  * prompt as shown in the example.</p>
@@ -109,6 +109,7 @@ declare const GetDiscoverySummaryCommand_base: {
109
109
  * @throws {@link ApplicationDiscoveryServiceServiceException}
110
110
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
111
111
  *
112
+ * @public
112
113
  */
113
114
  export declare class GetDiscoverySummaryCommand extends GetDiscoverySummaryCommand_base {
114
115
  }
@@ -22,10 +22,10 @@ export interface ListConfigurationsCommandOutput extends ListConfigurationsRespo
22
22
  }
23
23
  declare const ListConfigurationsCommand_base: {
24
24
  new (input: ListConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListConfigurationsCommandInput, ListConfigurationsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of configuration items as specified by the value passed to the
30
30
  * required parameter <code>configurationType</code>. Optional filtering may be applied to refine
31
31
  * search results.</p>
@@ -98,6 +98,7 @@ declare const ListConfigurationsCommand_base: {
98
98
  * @throws {@link ApplicationDiscoveryServiceServiceException}
99
99
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class ListConfigurationsCommand extends ListConfigurationsCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface ListServerNeighborsCommandOutput extends ListServerNeighborsRes
22
22
  }
23
23
  declare const ListServerNeighborsCommand_base: {
24
24
  new (input: ListServerNeighborsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListServerNeighborsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of servers that are one network hop away from a specified
30
30
  * server.</p>
31
31
  * @example
@@ -87,6 +87,7 @@ declare const ListServerNeighborsCommand_base: {
87
87
  * @throws {@link ApplicationDiscoveryServiceServiceException}
88
88
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class ListServerNeighborsCommand extends ListServerNeighborsCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface StartBatchDeleteConfigurationTaskCommandOutput extends StartBat
22
22
  }
23
23
  declare const StartBatchDeleteConfigurationTaskCommand_base: {
24
24
  new (input: StartBatchDeleteConfigurationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartBatchDeleteConfigurationTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>
30
30
  * Takes a list of configurationId as input and starts an asynchronous deletion
31
31
  * task to remove the configurationItems. Returns a unique deletion task identifier.
@@ -81,6 +81,7 @@ declare const StartBatchDeleteConfigurationTaskCommand_base: {
81
81
  * @throws {@link ApplicationDiscoveryServiceServiceException}
82
82
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
83
83
  *
84
+ * @public
84
85
  */
85
86
  export declare class StartBatchDeleteConfigurationTaskCommand extends StartBatchDeleteConfigurationTaskCommand_base {
86
87
  }
@@ -22,10 +22,10 @@ export interface StartContinuousExportCommandOutput extends StartContinuousExpor
22
22
  }
23
23
  declare const StartContinuousExportCommand_base: {
24
24
  new (input: StartContinuousExportCommandInput): import("@smithy/smithy-client").CommandImpl<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [StartContinuousExportCommandInput]): import("@smithy/smithy-client").CommandImpl<StartContinuousExportCommandInput, StartContinuousExportCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Start the continuous flow of agent's discovered data into Amazon Athena.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const StartContinuousExportCommand_base: {
87
87
  * @throws {@link ApplicationDiscoveryServiceServiceException}
88
88
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class StartContinuousExportCommand extends StartContinuousExportCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface StartDataCollectionByAgentIdsCommandOutput extends StartDataCol
22
22
  }
23
23
  declare const StartDataCollectionByAgentIdsCommand_base: {
24
24
  new (input: StartDataCollectionByAgentIdsCommandInput): import("@smithy/smithy-client").CommandImpl<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: StartDataCollectionByAgentIdsCommandInput): import("@smithy/smithy-client").CommandImpl<StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Instructs the specified agents to start collecting data.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -78,6 +78,7 @@ declare const StartDataCollectionByAgentIdsCommand_base: {
78
78
  * @throws {@link ApplicationDiscoveryServiceServiceException}
79
79
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
80
80
  *
81
+ * @public
81
82
  */
82
83
  export declare class StartDataCollectionByAgentIdsCommand extends StartDataCollectionByAgentIdsCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface StartExportTaskCommandOutput extends StartExportTaskResponse, _
22
22
  }
23
23
  declare const StartExportTaskCommand_base: {
24
24
  new (input: StartExportTaskCommandInput): import("@smithy/smithy-client").CommandImpl<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [StartExportTaskCommandInput]): import("@smithy/smithy-client").CommandImpl<StartExportTaskCommandInput, StartExportTaskCommandOutput, ApplicationDiscoveryServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Begins the export of a discovered data report to an Amazon S3 bucket managed by Amazon Web Services.</p>
30
30
  * <note>
31
31
  * <p>Exports might provide an estimate of fees and savings based on certain information
@@ -130,6 +130,7 @@ declare const StartExportTaskCommand_base: {
130
130
  * @throws {@link ApplicationDiscoveryServiceServiceException}
131
131
  * <p>Base exception class for all service exceptions from ApplicationDiscoveryService service.</p>
132
132
  *
133
+ * @public
133
134
  */
134
135
  export declare class StartExportTaskCommand extends StartExportTaskCommand_base {
135
136
  }