@aws-sdk/client-application-discovery-service 3.169.0 → 3.170.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 (44) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +466 -130
  3. package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +280 -98
  4. package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
  7. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +34 -17
  8. package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +38 -17
  15. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +38 -17
  16. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +38 -17
  21. package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +38 -17
  22. package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +37 -17
  25. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +37 -17
  26. package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +41 -17
  27. package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/index.d.ts +25 -25
  30. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  31. package/dist-types/ts3.4/index.d.ts +6 -6
  32. package/dist-types/ts3.4/models/ApplicationDiscoveryServiceServiceException.d.ts +8 -6
  33. package/dist-types/ts3.4/models/index.d.ts +1 -1
  34. package/dist-types/ts3.4/models/models_0.d.ts +872 -799
  35. package/dist-types/ts3.4/pagination/DescribeContinuousExportsPaginator.d.ts +11 -4
  36. package/dist-types/ts3.4/pagination/DescribeImportTasksPaginator.d.ts +11 -4
  37. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  38. package/dist-types/ts3.4/pagination/index.d.ts +3 -3
  39. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +305 -77
  40. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  41. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  42. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  43. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  44. package/package.json +34 -34
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-application-discovery-service
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/client-application-discovery-service
@@ -1,130 +1,466 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { ApplicationDiscoveryServiceClient } from "./ApplicationDiscoveryServiceClient";
3
- import { AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput } from "./commands/AssociateConfigurationItemsToApplicationCommand";
4
- import { BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput } from "./commands/BatchDeleteImportDataCommand";
5
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
6
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "./commands/CreateTagsCommand";
7
- import { DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput } from "./commands/DeleteApplicationsCommand";
8
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
9
- import { DescribeAgentsCommandInput, DescribeAgentsCommandOutput } from "./commands/DescribeAgentsCommand";
10
- import { DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput } from "./commands/DescribeConfigurationsCommand";
11
- import { DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput } from "./commands/DescribeContinuousExportsCommand";
12
- import { DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput } from "./commands/DescribeExportConfigurationsCommand";
13
- import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "./commands/DescribeExportTasksCommand";
14
- import { DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput } from "./commands/DescribeImportTasksCommand";
15
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
16
- import { DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput } from "./commands/DisassociateConfigurationItemsFromApplicationCommand";
17
- import { ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput } from "./commands/ExportConfigurationsCommand";
18
- import { GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput } from "./commands/GetDiscoverySummaryCommand";
19
- import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "./commands/ListConfigurationsCommand";
20
- import { ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput } from "./commands/ListServerNeighborsCommand";
21
- import { StartContinuousExportCommandInput, StartContinuousExportCommandOutput } from "./commands/StartContinuousExportCommand";
22
- import { StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput } from "./commands/StartDataCollectionByAgentIdsCommand";
23
- import { StartExportTaskCommandInput, StartExportTaskCommandOutput } from "./commands/StartExportTaskCommand";
24
- import { StartImportTaskCommandInput, StartImportTaskCommandOutput } from "./commands/StartImportTaskCommand";
25
- import { StopContinuousExportCommandInput, StopContinuousExportCommandOutput } from "./commands/StopContinuousExportCommand";
26
- import { StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput } from "./commands/StopDataCollectionByAgentIdsCommand";
27
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
28
-
29
- export declare class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClient {
30
-
31
- associateConfigurationItemsToApplication(args: AssociateConfigurationItemsToApplicationCommandInput, options?: __HttpHandlerOptions): Promise<AssociateConfigurationItemsToApplicationCommandOutput>;
32
- associateConfigurationItemsToApplication(args: AssociateConfigurationItemsToApplicationCommandInput, cb: (err: any, data?: AssociateConfigurationItemsToApplicationCommandOutput) => void): void;
33
- associateConfigurationItemsToApplication(args: AssociateConfigurationItemsToApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateConfigurationItemsToApplicationCommandOutput) => void): void;
34
-
35
- batchDeleteImportData(args: BatchDeleteImportDataCommandInput, options?: __HttpHandlerOptions): Promise<BatchDeleteImportDataCommandOutput>;
36
- batchDeleteImportData(args: BatchDeleteImportDataCommandInput, cb: (err: any, data?: BatchDeleteImportDataCommandOutput) => void): void;
37
- batchDeleteImportData(args: BatchDeleteImportDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchDeleteImportDataCommandOutput) => void): void;
38
-
39
- createApplication(args: CreateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<CreateApplicationCommandOutput>;
40
- createApplication(args: CreateApplicationCommandInput, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
41
- createApplication(args: CreateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateApplicationCommandOutput) => void): void;
42
-
43
- createTags(args: CreateTagsCommandInput, options?: __HttpHandlerOptions): Promise<CreateTagsCommandOutput>;
44
- createTags(args: CreateTagsCommandInput, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
45
- createTags(args: CreateTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTagsCommandOutput) => void): void;
46
-
47
- deleteApplications(args: DeleteApplicationsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteApplicationsCommandOutput>;
48
- deleteApplications(args: DeleteApplicationsCommandInput, cb: (err: any, data?: DeleteApplicationsCommandOutput) => void): void;
49
- deleteApplications(args: DeleteApplicationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteApplicationsCommandOutput) => void): void;
50
-
51
- deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
52
- deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
53
- deleteTags(args: DeleteTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
54
-
55
- describeAgents(args: DescribeAgentsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAgentsCommandOutput>;
56
- describeAgents(args: DescribeAgentsCommandInput, cb: (err: any, data?: DescribeAgentsCommandOutput) => void): void;
57
- describeAgents(args: DescribeAgentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAgentsCommandOutput) => void): void;
58
-
59
- describeConfigurations(args: DescribeConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeConfigurationsCommandOutput>;
60
- describeConfigurations(args: DescribeConfigurationsCommandInput, cb: (err: any, data?: DescribeConfigurationsCommandOutput) => void): void;
61
- describeConfigurations(args: DescribeConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConfigurationsCommandOutput) => void): void;
62
-
63
- describeContinuousExports(args: DescribeContinuousExportsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeContinuousExportsCommandOutput>;
64
- describeContinuousExports(args: DescribeContinuousExportsCommandInput, cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void): void;
65
- describeContinuousExports(args: DescribeContinuousExportsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void): void;
66
-
67
- describeExportConfigurations(args: DescribeExportConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExportConfigurationsCommandOutput>;
68
- describeExportConfigurations(args: DescribeExportConfigurationsCommandInput, cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void): void;
69
- describeExportConfigurations(args: DescribeExportConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void): void;
70
-
71
- describeExportTasks(args: DescribeExportTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeExportTasksCommandOutput>;
72
- describeExportTasks(args: DescribeExportTasksCommandInput, cb: (err: any, data?: DescribeExportTasksCommandOutput) => void): void;
73
- describeExportTasks(args: DescribeExportTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeExportTasksCommandOutput) => void): void;
74
-
75
- describeImportTasks(args: DescribeImportTasksCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImportTasksCommandOutput>;
76
- describeImportTasks(args: DescribeImportTasksCommandInput, cb: (err: any, data?: DescribeImportTasksCommandOutput) => void): void;
77
- describeImportTasks(args: DescribeImportTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImportTasksCommandOutput) => void): void;
78
-
79
- describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
80
- describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
81
- describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
82
-
83
- disassociateConfigurationItemsFromApplication(args: DisassociateConfigurationItemsFromApplicationCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateConfigurationItemsFromApplicationCommandOutput>;
84
- disassociateConfigurationItemsFromApplication(args: DisassociateConfigurationItemsFromApplicationCommandInput, cb: (err: any, data?: DisassociateConfigurationItemsFromApplicationCommandOutput) => void): void;
85
- disassociateConfigurationItemsFromApplication(args: DisassociateConfigurationItemsFromApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateConfigurationItemsFromApplicationCommandOutput) => void): void;
86
-
87
- exportConfigurations(args: ExportConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ExportConfigurationsCommandOutput>;
88
- exportConfigurations(args: ExportConfigurationsCommandInput, cb: (err: any, data?: ExportConfigurationsCommandOutput) => void): void;
89
- exportConfigurations(args: ExportConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ExportConfigurationsCommandOutput) => void): void;
90
-
91
- getDiscoverySummary(args: GetDiscoverySummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetDiscoverySummaryCommandOutput>;
92
- getDiscoverySummary(args: GetDiscoverySummaryCommandInput, cb: (err: any, data?: GetDiscoverySummaryCommandOutput) => void): void;
93
- getDiscoverySummary(args: GetDiscoverySummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDiscoverySummaryCommandOutput) => void): void;
94
-
95
- listConfigurations(args: ListConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfigurationsCommandOutput>;
96
- listConfigurations(args: ListConfigurationsCommandInput, cb: (err: any, data?: ListConfigurationsCommandOutput) => void): void;
97
- listConfigurations(args: ListConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfigurationsCommandOutput) => void): void;
98
-
99
- listServerNeighbors(args: ListServerNeighborsCommandInput, options?: __HttpHandlerOptions): Promise<ListServerNeighborsCommandOutput>;
100
- listServerNeighbors(args: ListServerNeighborsCommandInput, cb: (err: any, data?: ListServerNeighborsCommandOutput) => void): void;
101
- listServerNeighbors(args: ListServerNeighborsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServerNeighborsCommandOutput) => void): void;
102
-
103
- startContinuousExport(args: StartContinuousExportCommandInput, options?: __HttpHandlerOptions): Promise<StartContinuousExportCommandOutput>;
104
- startContinuousExport(args: StartContinuousExportCommandInput, cb: (err: any, data?: StartContinuousExportCommandOutput) => void): void;
105
- startContinuousExport(args: StartContinuousExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartContinuousExportCommandOutput) => void): void;
106
-
107
- startDataCollectionByAgentIds(args: StartDataCollectionByAgentIdsCommandInput, options?: __HttpHandlerOptions): Promise<StartDataCollectionByAgentIdsCommandOutput>;
108
- startDataCollectionByAgentIds(args: StartDataCollectionByAgentIdsCommandInput, cb: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void): void;
109
- startDataCollectionByAgentIds(args: StartDataCollectionByAgentIdsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void): void;
110
-
111
- startExportTask(args: StartExportTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartExportTaskCommandOutput>;
112
- startExportTask(args: StartExportTaskCommandInput, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
113
- startExportTask(args: StartExportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartExportTaskCommandOutput) => void): void;
114
-
115
- startImportTask(args: StartImportTaskCommandInput, options?: __HttpHandlerOptions): Promise<StartImportTaskCommandOutput>;
116
- startImportTask(args: StartImportTaskCommandInput, cb: (err: any, data?: StartImportTaskCommandOutput) => void): void;
117
- startImportTask(args: StartImportTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartImportTaskCommandOutput) => void): void;
118
-
119
- stopContinuousExport(args: StopContinuousExportCommandInput, options?: __HttpHandlerOptions): Promise<StopContinuousExportCommandOutput>;
120
- stopContinuousExport(args: StopContinuousExportCommandInput, cb: (err: any, data?: StopContinuousExportCommandOutput) => void): void;
121
- stopContinuousExport(args: StopContinuousExportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopContinuousExportCommandOutput) => void): void;
122
-
123
- stopDataCollectionByAgentIds(args: StopDataCollectionByAgentIdsCommandInput, options?: __HttpHandlerOptions): Promise<StopDataCollectionByAgentIdsCommandOutput>;
124
- stopDataCollectionByAgentIds(args: StopDataCollectionByAgentIdsCommandInput, cb: (err: any, data?: StopDataCollectionByAgentIdsCommandOutput) => void): void;
125
- stopDataCollectionByAgentIds(args: StopDataCollectionByAgentIdsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopDataCollectionByAgentIdsCommandOutput) => void): void;
126
-
127
- updateApplication(args: UpdateApplicationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateApplicationCommandOutput>;
128
- updateApplication(args: UpdateApplicationCommandInput, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
129
- updateApplication(args: UpdateApplicationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateApplicationCommandOutput) => void): void;
130
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import { ApplicationDiscoveryServiceClient } from "./ApplicationDiscoveryServiceClient";
3
+ import {
4
+ AssociateConfigurationItemsToApplicationCommandInput,
5
+ AssociateConfigurationItemsToApplicationCommandOutput,
6
+ } from "./commands/AssociateConfigurationItemsToApplicationCommand";
7
+ import {
8
+ BatchDeleteImportDataCommandInput,
9
+ BatchDeleteImportDataCommandOutput,
10
+ } from "./commands/BatchDeleteImportDataCommand";
11
+ import {
12
+ CreateApplicationCommandInput,
13
+ CreateApplicationCommandOutput,
14
+ } from "./commands/CreateApplicationCommand";
15
+ import {
16
+ CreateTagsCommandInput,
17
+ CreateTagsCommandOutput,
18
+ } from "./commands/CreateTagsCommand";
19
+ import {
20
+ DeleteApplicationsCommandInput,
21
+ DeleteApplicationsCommandOutput,
22
+ } from "./commands/DeleteApplicationsCommand";
23
+ import {
24
+ DeleteTagsCommandInput,
25
+ DeleteTagsCommandOutput,
26
+ } from "./commands/DeleteTagsCommand";
27
+ import {
28
+ DescribeAgentsCommandInput,
29
+ DescribeAgentsCommandOutput,
30
+ } from "./commands/DescribeAgentsCommand";
31
+ import {
32
+ DescribeConfigurationsCommandInput,
33
+ DescribeConfigurationsCommandOutput,
34
+ } from "./commands/DescribeConfigurationsCommand";
35
+ import {
36
+ DescribeContinuousExportsCommandInput,
37
+ DescribeContinuousExportsCommandOutput,
38
+ } from "./commands/DescribeContinuousExportsCommand";
39
+ import {
40
+ DescribeExportConfigurationsCommandInput,
41
+ DescribeExportConfigurationsCommandOutput,
42
+ } from "./commands/DescribeExportConfigurationsCommand";
43
+ import {
44
+ DescribeExportTasksCommandInput,
45
+ DescribeExportTasksCommandOutput,
46
+ } from "./commands/DescribeExportTasksCommand";
47
+ import {
48
+ DescribeImportTasksCommandInput,
49
+ DescribeImportTasksCommandOutput,
50
+ } from "./commands/DescribeImportTasksCommand";
51
+ import {
52
+ DescribeTagsCommandInput,
53
+ DescribeTagsCommandOutput,
54
+ } from "./commands/DescribeTagsCommand";
55
+ import {
56
+ DisassociateConfigurationItemsFromApplicationCommandInput,
57
+ DisassociateConfigurationItemsFromApplicationCommandOutput,
58
+ } from "./commands/DisassociateConfigurationItemsFromApplicationCommand";
59
+ import {
60
+ ExportConfigurationsCommandInput,
61
+ ExportConfigurationsCommandOutput,
62
+ } from "./commands/ExportConfigurationsCommand";
63
+ import {
64
+ GetDiscoverySummaryCommandInput,
65
+ GetDiscoverySummaryCommandOutput,
66
+ } from "./commands/GetDiscoverySummaryCommand";
67
+ import {
68
+ ListConfigurationsCommandInput,
69
+ ListConfigurationsCommandOutput,
70
+ } from "./commands/ListConfigurationsCommand";
71
+ import {
72
+ ListServerNeighborsCommandInput,
73
+ ListServerNeighborsCommandOutput,
74
+ } from "./commands/ListServerNeighborsCommand";
75
+ import {
76
+ StartContinuousExportCommandInput,
77
+ StartContinuousExportCommandOutput,
78
+ } from "./commands/StartContinuousExportCommand";
79
+ import {
80
+ StartDataCollectionByAgentIdsCommandInput,
81
+ StartDataCollectionByAgentIdsCommandOutput,
82
+ } from "./commands/StartDataCollectionByAgentIdsCommand";
83
+ import {
84
+ StartExportTaskCommandInput,
85
+ StartExportTaskCommandOutput,
86
+ } from "./commands/StartExportTaskCommand";
87
+ import {
88
+ StartImportTaskCommandInput,
89
+ StartImportTaskCommandOutput,
90
+ } from "./commands/StartImportTaskCommand";
91
+ import {
92
+ StopContinuousExportCommandInput,
93
+ StopContinuousExportCommandOutput,
94
+ } from "./commands/StopContinuousExportCommand";
95
+ import {
96
+ StopDataCollectionByAgentIdsCommandInput,
97
+ StopDataCollectionByAgentIdsCommandOutput,
98
+ } from "./commands/StopDataCollectionByAgentIdsCommand";
99
+ import {
100
+ UpdateApplicationCommandInput,
101
+ UpdateApplicationCommandOutput,
102
+ } from "./commands/UpdateApplicationCommand";
103
+
104
+ export declare class ApplicationDiscoveryService extends ApplicationDiscoveryServiceClient {
105
+ associateConfigurationItemsToApplication(
106
+ args: AssociateConfigurationItemsToApplicationCommandInput,
107
+ options?: __HttpHandlerOptions
108
+ ): Promise<AssociateConfigurationItemsToApplicationCommandOutput>;
109
+ associateConfigurationItemsToApplication(
110
+ args: AssociateConfigurationItemsToApplicationCommandInput,
111
+ cb: (
112
+ err: any,
113
+ data?: AssociateConfigurationItemsToApplicationCommandOutput
114
+ ) => void
115
+ ): void;
116
+ associateConfigurationItemsToApplication(
117
+ args: AssociateConfigurationItemsToApplicationCommandInput,
118
+ options: __HttpHandlerOptions,
119
+ cb: (
120
+ err: any,
121
+ data?: AssociateConfigurationItemsToApplicationCommandOutput
122
+ ) => void
123
+ ): void;
124
+
125
+ batchDeleteImportData(
126
+ args: BatchDeleteImportDataCommandInput,
127
+ options?: __HttpHandlerOptions
128
+ ): Promise<BatchDeleteImportDataCommandOutput>;
129
+ batchDeleteImportData(
130
+ args: BatchDeleteImportDataCommandInput,
131
+ cb: (err: any, data?: BatchDeleteImportDataCommandOutput) => void
132
+ ): void;
133
+ batchDeleteImportData(
134
+ args: BatchDeleteImportDataCommandInput,
135
+ options: __HttpHandlerOptions,
136
+ cb: (err: any, data?: BatchDeleteImportDataCommandOutput) => void
137
+ ): void;
138
+
139
+ createApplication(
140
+ args: CreateApplicationCommandInput,
141
+ options?: __HttpHandlerOptions
142
+ ): Promise<CreateApplicationCommandOutput>;
143
+ createApplication(
144
+ args: CreateApplicationCommandInput,
145
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
146
+ ): void;
147
+ createApplication(
148
+ args: CreateApplicationCommandInput,
149
+ options: __HttpHandlerOptions,
150
+ cb: (err: any, data?: CreateApplicationCommandOutput) => void
151
+ ): void;
152
+
153
+ createTags(
154
+ args: CreateTagsCommandInput,
155
+ options?: __HttpHandlerOptions
156
+ ): Promise<CreateTagsCommandOutput>;
157
+ createTags(
158
+ args: CreateTagsCommandInput,
159
+ cb: (err: any, data?: CreateTagsCommandOutput) => void
160
+ ): void;
161
+ createTags(
162
+ args: CreateTagsCommandInput,
163
+ options: __HttpHandlerOptions,
164
+ cb: (err: any, data?: CreateTagsCommandOutput) => void
165
+ ): void;
166
+
167
+ deleteApplications(
168
+ args: DeleteApplicationsCommandInput,
169
+ options?: __HttpHandlerOptions
170
+ ): Promise<DeleteApplicationsCommandOutput>;
171
+ deleteApplications(
172
+ args: DeleteApplicationsCommandInput,
173
+ cb: (err: any, data?: DeleteApplicationsCommandOutput) => void
174
+ ): void;
175
+ deleteApplications(
176
+ args: DeleteApplicationsCommandInput,
177
+ options: __HttpHandlerOptions,
178
+ cb: (err: any, data?: DeleteApplicationsCommandOutput) => void
179
+ ): void;
180
+
181
+ deleteTags(
182
+ args: DeleteTagsCommandInput,
183
+ options?: __HttpHandlerOptions
184
+ ): Promise<DeleteTagsCommandOutput>;
185
+ deleteTags(
186
+ args: DeleteTagsCommandInput,
187
+ cb: (err: any, data?: DeleteTagsCommandOutput) => void
188
+ ): void;
189
+ deleteTags(
190
+ args: DeleteTagsCommandInput,
191
+ options: __HttpHandlerOptions,
192
+ cb: (err: any, data?: DeleteTagsCommandOutput) => void
193
+ ): void;
194
+
195
+ describeAgents(
196
+ args: DescribeAgentsCommandInput,
197
+ options?: __HttpHandlerOptions
198
+ ): Promise<DescribeAgentsCommandOutput>;
199
+ describeAgents(
200
+ args: DescribeAgentsCommandInput,
201
+ cb: (err: any, data?: DescribeAgentsCommandOutput) => void
202
+ ): void;
203
+ describeAgents(
204
+ args: DescribeAgentsCommandInput,
205
+ options: __HttpHandlerOptions,
206
+ cb: (err: any, data?: DescribeAgentsCommandOutput) => void
207
+ ): void;
208
+
209
+ describeConfigurations(
210
+ args: DescribeConfigurationsCommandInput,
211
+ options?: __HttpHandlerOptions
212
+ ): Promise<DescribeConfigurationsCommandOutput>;
213
+ describeConfigurations(
214
+ args: DescribeConfigurationsCommandInput,
215
+ cb: (err: any, data?: DescribeConfigurationsCommandOutput) => void
216
+ ): void;
217
+ describeConfigurations(
218
+ args: DescribeConfigurationsCommandInput,
219
+ options: __HttpHandlerOptions,
220
+ cb: (err: any, data?: DescribeConfigurationsCommandOutput) => void
221
+ ): void;
222
+
223
+ describeContinuousExports(
224
+ args: DescribeContinuousExportsCommandInput,
225
+ options?: __HttpHandlerOptions
226
+ ): Promise<DescribeContinuousExportsCommandOutput>;
227
+ describeContinuousExports(
228
+ args: DescribeContinuousExportsCommandInput,
229
+ cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void
230
+ ): void;
231
+ describeContinuousExports(
232
+ args: DescribeContinuousExportsCommandInput,
233
+ options: __HttpHandlerOptions,
234
+ cb: (err: any, data?: DescribeContinuousExportsCommandOutput) => void
235
+ ): void;
236
+
237
+ describeExportConfigurations(
238
+ args: DescribeExportConfigurationsCommandInput,
239
+ options?: __HttpHandlerOptions
240
+ ): Promise<DescribeExportConfigurationsCommandOutput>;
241
+ describeExportConfigurations(
242
+ args: DescribeExportConfigurationsCommandInput,
243
+ cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void
244
+ ): void;
245
+ describeExportConfigurations(
246
+ args: DescribeExportConfigurationsCommandInput,
247
+ options: __HttpHandlerOptions,
248
+ cb: (err: any, data?: DescribeExportConfigurationsCommandOutput) => void
249
+ ): void;
250
+
251
+ describeExportTasks(
252
+ args: DescribeExportTasksCommandInput,
253
+ options?: __HttpHandlerOptions
254
+ ): Promise<DescribeExportTasksCommandOutput>;
255
+ describeExportTasks(
256
+ args: DescribeExportTasksCommandInput,
257
+ cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
258
+ ): void;
259
+ describeExportTasks(
260
+ args: DescribeExportTasksCommandInput,
261
+ options: __HttpHandlerOptions,
262
+ cb: (err: any, data?: DescribeExportTasksCommandOutput) => void
263
+ ): void;
264
+
265
+ describeImportTasks(
266
+ args: DescribeImportTasksCommandInput,
267
+ options?: __HttpHandlerOptions
268
+ ): Promise<DescribeImportTasksCommandOutput>;
269
+ describeImportTasks(
270
+ args: DescribeImportTasksCommandInput,
271
+ cb: (err: any, data?: DescribeImportTasksCommandOutput) => void
272
+ ): void;
273
+ describeImportTasks(
274
+ args: DescribeImportTasksCommandInput,
275
+ options: __HttpHandlerOptions,
276
+ cb: (err: any, data?: DescribeImportTasksCommandOutput) => void
277
+ ): void;
278
+
279
+ describeTags(
280
+ args: DescribeTagsCommandInput,
281
+ options?: __HttpHandlerOptions
282
+ ): Promise<DescribeTagsCommandOutput>;
283
+ describeTags(
284
+ args: DescribeTagsCommandInput,
285
+ cb: (err: any, data?: DescribeTagsCommandOutput) => void
286
+ ): void;
287
+ describeTags(
288
+ args: DescribeTagsCommandInput,
289
+ options: __HttpHandlerOptions,
290
+ cb: (err: any, data?: DescribeTagsCommandOutput) => void
291
+ ): void;
292
+
293
+ disassociateConfigurationItemsFromApplication(
294
+ args: DisassociateConfigurationItemsFromApplicationCommandInput,
295
+ options?: __HttpHandlerOptions
296
+ ): Promise<DisassociateConfigurationItemsFromApplicationCommandOutput>;
297
+ disassociateConfigurationItemsFromApplication(
298
+ args: DisassociateConfigurationItemsFromApplicationCommandInput,
299
+ cb: (
300
+ err: any,
301
+ data?: DisassociateConfigurationItemsFromApplicationCommandOutput
302
+ ) => void
303
+ ): void;
304
+ disassociateConfigurationItemsFromApplication(
305
+ args: DisassociateConfigurationItemsFromApplicationCommandInput,
306
+ options: __HttpHandlerOptions,
307
+ cb: (
308
+ err: any,
309
+ data?: DisassociateConfigurationItemsFromApplicationCommandOutput
310
+ ) => void
311
+ ): void;
312
+
313
+ exportConfigurations(
314
+ args: ExportConfigurationsCommandInput,
315
+ options?: __HttpHandlerOptions
316
+ ): Promise<ExportConfigurationsCommandOutput>;
317
+ exportConfigurations(
318
+ args: ExportConfigurationsCommandInput,
319
+ cb: (err: any, data?: ExportConfigurationsCommandOutput) => void
320
+ ): void;
321
+ exportConfigurations(
322
+ args: ExportConfigurationsCommandInput,
323
+ options: __HttpHandlerOptions,
324
+ cb: (err: any, data?: ExportConfigurationsCommandOutput) => void
325
+ ): void;
326
+
327
+ getDiscoverySummary(
328
+ args: GetDiscoverySummaryCommandInput,
329
+ options?: __HttpHandlerOptions
330
+ ): Promise<GetDiscoverySummaryCommandOutput>;
331
+ getDiscoverySummary(
332
+ args: GetDiscoverySummaryCommandInput,
333
+ cb: (err: any, data?: GetDiscoverySummaryCommandOutput) => void
334
+ ): void;
335
+ getDiscoverySummary(
336
+ args: GetDiscoverySummaryCommandInput,
337
+ options: __HttpHandlerOptions,
338
+ cb: (err: any, data?: GetDiscoverySummaryCommandOutput) => void
339
+ ): void;
340
+
341
+ listConfigurations(
342
+ args: ListConfigurationsCommandInput,
343
+ options?: __HttpHandlerOptions
344
+ ): Promise<ListConfigurationsCommandOutput>;
345
+ listConfigurations(
346
+ args: ListConfigurationsCommandInput,
347
+ cb: (err: any, data?: ListConfigurationsCommandOutput) => void
348
+ ): void;
349
+ listConfigurations(
350
+ args: ListConfigurationsCommandInput,
351
+ options: __HttpHandlerOptions,
352
+ cb: (err: any, data?: ListConfigurationsCommandOutput) => void
353
+ ): void;
354
+
355
+ listServerNeighbors(
356
+ args: ListServerNeighborsCommandInput,
357
+ options?: __HttpHandlerOptions
358
+ ): Promise<ListServerNeighborsCommandOutput>;
359
+ listServerNeighbors(
360
+ args: ListServerNeighborsCommandInput,
361
+ cb: (err: any, data?: ListServerNeighborsCommandOutput) => void
362
+ ): void;
363
+ listServerNeighbors(
364
+ args: ListServerNeighborsCommandInput,
365
+ options: __HttpHandlerOptions,
366
+ cb: (err: any, data?: ListServerNeighborsCommandOutput) => void
367
+ ): void;
368
+
369
+ startContinuousExport(
370
+ args: StartContinuousExportCommandInput,
371
+ options?: __HttpHandlerOptions
372
+ ): Promise<StartContinuousExportCommandOutput>;
373
+ startContinuousExport(
374
+ args: StartContinuousExportCommandInput,
375
+ cb: (err: any, data?: StartContinuousExportCommandOutput) => void
376
+ ): void;
377
+ startContinuousExport(
378
+ args: StartContinuousExportCommandInput,
379
+ options: __HttpHandlerOptions,
380
+ cb: (err: any, data?: StartContinuousExportCommandOutput) => void
381
+ ): void;
382
+
383
+ startDataCollectionByAgentIds(
384
+ args: StartDataCollectionByAgentIdsCommandInput,
385
+ options?: __HttpHandlerOptions
386
+ ): Promise<StartDataCollectionByAgentIdsCommandOutput>;
387
+ startDataCollectionByAgentIds(
388
+ args: StartDataCollectionByAgentIdsCommandInput,
389
+ cb: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void
390
+ ): void;
391
+ startDataCollectionByAgentIds(
392
+ args: StartDataCollectionByAgentIdsCommandInput,
393
+ options: __HttpHandlerOptions,
394
+ cb: (err: any, data?: StartDataCollectionByAgentIdsCommandOutput) => void
395
+ ): void;
396
+
397
+ startExportTask(
398
+ args: StartExportTaskCommandInput,
399
+ options?: __HttpHandlerOptions
400
+ ): Promise<StartExportTaskCommandOutput>;
401
+ startExportTask(
402
+ args: StartExportTaskCommandInput,
403
+ cb: (err: any, data?: StartExportTaskCommandOutput) => void
404
+ ): void;
405
+ startExportTask(
406
+ args: StartExportTaskCommandInput,
407
+ options: __HttpHandlerOptions,
408
+ cb: (err: any, data?: StartExportTaskCommandOutput) => void
409
+ ): void;
410
+
411
+ startImportTask(
412
+ args: StartImportTaskCommandInput,
413
+ options?: __HttpHandlerOptions
414
+ ): Promise<StartImportTaskCommandOutput>;
415
+ startImportTask(
416
+ args: StartImportTaskCommandInput,
417
+ cb: (err: any, data?: StartImportTaskCommandOutput) => void
418
+ ): void;
419
+ startImportTask(
420
+ args: StartImportTaskCommandInput,
421
+ options: __HttpHandlerOptions,
422
+ cb: (err: any, data?: StartImportTaskCommandOutput) => void
423
+ ): void;
424
+
425
+ stopContinuousExport(
426
+ args: StopContinuousExportCommandInput,
427
+ options?: __HttpHandlerOptions
428
+ ): Promise<StopContinuousExportCommandOutput>;
429
+ stopContinuousExport(
430
+ args: StopContinuousExportCommandInput,
431
+ cb: (err: any, data?: StopContinuousExportCommandOutput) => void
432
+ ): void;
433
+ stopContinuousExport(
434
+ args: StopContinuousExportCommandInput,
435
+ options: __HttpHandlerOptions,
436
+ cb: (err: any, data?: StopContinuousExportCommandOutput) => void
437
+ ): void;
438
+
439
+ stopDataCollectionByAgentIds(
440
+ args: StopDataCollectionByAgentIdsCommandInput,
441
+ options?: __HttpHandlerOptions
442
+ ): Promise<StopDataCollectionByAgentIdsCommandOutput>;
443
+ stopDataCollectionByAgentIds(
444
+ args: StopDataCollectionByAgentIdsCommandInput,
445
+ cb: (err: any, data?: StopDataCollectionByAgentIdsCommandOutput) => void
446
+ ): void;
447
+ stopDataCollectionByAgentIds(
448
+ args: StopDataCollectionByAgentIdsCommandInput,
449
+ options: __HttpHandlerOptions,
450
+ cb: (err: any, data?: StopDataCollectionByAgentIdsCommandOutput) => void
451
+ ): void;
452
+
453
+ updateApplication(
454
+ args: UpdateApplicationCommandInput,
455
+ options?: __HttpHandlerOptions
456
+ ): Promise<UpdateApplicationCommandOutput>;
457
+ updateApplication(
458
+ args: UpdateApplicationCommandInput,
459
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void
460
+ ): void;
461
+ updateApplication(
462
+ args: UpdateApplicationCommandInput,
463
+ options: __HttpHandlerOptions,
464
+ cb: (err: any, data?: UpdateApplicationCommandOutput) => void
465
+ ): void;
466
+ }