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