@aws-sdk/client-application-discovery-service 3.926.0 → 3.928.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 (52) hide show
  1. package/dist-cjs/index.js +1145 -1133
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ApplicationDiscoveryServiceClient.js +2 -0
  4. package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteAgentsCommand.js +3 -9
  6. package/dist-es/commands/BatchDeleteImportDataCommand.js +3 -9
  7. package/dist-es/commands/CreateApplicationCommand.js +3 -9
  8. package/dist-es/commands/CreateTagsCommand.js +3 -9
  9. package/dist-es/commands/DeleteApplicationsCommand.js +3 -9
  10. package/dist-es/commands/DeleteTagsCommand.js +3 -9
  11. package/dist-es/commands/DescribeAgentsCommand.js +3 -10
  12. package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +3 -9
  13. package/dist-es/commands/DescribeConfigurationsCommand.js +3 -9
  14. package/dist-es/commands/DescribeContinuousExportsCommand.js +3 -9
  15. package/dist-es/commands/DescribeExportConfigurationsCommand.js +3 -9
  16. package/dist-es/commands/DescribeExportTasksCommand.js +3 -9
  17. package/dist-es/commands/DescribeImportTasksCommand.js +3 -9
  18. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  19. package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +3 -9
  20. package/dist-es/commands/ExportConfigurationsCommand.js +3 -9
  21. package/dist-es/commands/GetDiscoverySummaryCommand.js +3 -9
  22. package/dist-es/commands/ListConfigurationsCommand.js +3 -9
  23. package/dist-es/commands/ListServerNeighborsCommand.js +3 -9
  24. package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +3 -9
  25. package/dist-es/commands/StartContinuousExportCommand.js +3 -9
  26. package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +3 -9
  27. package/dist-es/commands/StartExportTaskCommand.js +3 -9
  28. package/dist-es/commands/StartImportTaskCommand.js +3 -9
  29. package/dist-es/commands/StopContinuousExportCommand.js +3 -9
  30. package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +3 -9
  31. package/dist-es/commands/UpdateApplicationCommand.js +3 -9
  32. package/dist-es/models/models_0.js +0 -12
  33. package/dist-es/runtimeConfig.shared.js +7 -0
  34. package/dist-es/schemas/schemas_0.js +1071 -0
  35. package/dist-types/ApplicationDiscoveryServiceClient.d.ts +10 -1
  36. package/dist-types/models/models_0.d.ts +0 -12
  37. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  38. package/dist-types/runtimeConfig.d.ts +1 -0
  39. package/dist-types/runtimeConfig.native.d.ts +1 -0
  40. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  41. package/dist-types/schemas/schemas_0.d.ts +158 -0
  42. package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +4 -0
  43. package/dist-types/ts3.4/models/models_0.d.ts +0 -7
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  48. package/dist-types/ts3.4/schemas/schemas_0.d.ts +163 -0
  49. package/package.json +5 -6
  50. package/dist-es/protocols/Aws_json1_1.js +0 -897
  51. package/dist-types/protocols/Aws_json1_1.d.ts +0 -254
  52. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -341
@@ -1,254 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociateConfigurationItemsToApplicationCommandInput, AssociateConfigurationItemsToApplicationCommandOutput } from "../commands/AssociateConfigurationItemsToApplicationCommand";
4
- import { BatchDeleteAgentsCommandInput, BatchDeleteAgentsCommandOutput } from "../commands/BatchDeleteAgentsCommand";
5
- import { BatchDeleteImportDataCommandInput, BatchDeleteImportDataCommandOutput } from "../commands/BatchDeleteImportDataCommand";
6
- import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "../commands/CreateApplicationCommand";
7
- import { CreateTagsCommandInput, CreateTagsCommandOutput } from "../commands/CreateTagsCommand";
8
- import { DeleteApplicationsCommandInput, DeleteApplicationsCommandOutput } from "../commands/DeleteApplicationsCommand";
9
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
10
- import { DescribeAgentsCommandInput, DescribeAgentsCommandOutput } from "../commands/DescribeAgentsCommand";
11
- import { DescribeBatchDeleteConfigurationTaskCommandInput, DescribeBatchDeleteConfigurationTaskCommandOutput } from "../commands/DescribeBatchDeleteConfigurationTaskCommand";
12
- import { DescribeConfigurationsCommandInput, DescribeConfigurationsCommandOutput } from "../commands/DescribeConfigurationsCommand";
13
- import { DescribeContinuousExportsCommandInput, DescribeContinuousExportsCommandOutput } from "../commands/DescribeContinuousExportsCommand";
14
- import { DescribeExportConfigurationsCommandInput, DescribeExportConfigurationsCommandOutput } from "../commands/DescribeExportConfigurationsCommand";
15
- import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "../commands/DescribeExportTasksCommand";
16
- import { DescribeImportTasksCommandInput, DescribeImportTasksCommandOutput } from "../commands/DescribeImportTasksCommand";
17
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
18
- import { DisassociateConfigurationItemsFromApplicationCommandInput, DisassociateConfigurationItemsFromApplicationCommandOutput } from "../commands/DisassociateConfigurationItemsFromApplicationCommand";
19
- import { ExportConfigurationsCommandInput, ExportConfigurationsCommandOutput } from "../commands/ExportConfigurationsCommand";
20
- import { GetDiscoverySummaryCommandInput, GetDiscoverySummaryCommandOutput } from "../commands/GetDiscoverySummaryCommand";
21
- import { ListConfigurationsCommandInput, ListConfigurationsCommandOutput } from "../commands/ListConfigurationsCommand";
22
- import { ListServerNeighborsCommandInput, ListServerNeighborsCommandOutput } from "../commands/ListServerNeighborsCommand";
23
- import { StartBatchDeleteConfigurationTaskCommandInput, StartBatchDeleteConfigurationTaskCommandOutput } from "../commands/StartBatchDeleteConfigurationTaskCommand";
24
- import { StartContinuousExportCommandInput, StartContinuousExportCommandOutput } from "../commands/StartContinuousExportCommand";
25
- import { StartDataCollectionByAgentIdsCommandInput, StartDataCollectionByAgentIdsCommandOutput } from "../commands/StartDataCollectionByAgentIdsCommand";
26
- import { StartExportTaskCommandInput, StartExportTaskCommandOutput } from "../commands/StartExportTaskCommand";
27
- import { StartImportTaskCommandInput, StartImportTaskCommandOutput } from "../commands/StartImportTaskCommand";
28
- import { StopContinuousExportCommandInput, StopContinuousExportCommandOutput } from "../commands/StopContinuousExportCommand";
29
- import { StopDataCollectionByAgentIdsCommandInput, StopDataCollectionByAgentIdsCommandOutput } from "../commands/StopDataCollectionByAgentIdsCommand";
30
- import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "../commands/UpdateApplicationCommand";
31
- /**
32
- * serializeAws_json1_1AssociateConfigurationItemsToApplicationCommand
33
- */
34
- export declare const se_AssociateConfigurationItemsToApplicationCommand: (input: AssociateConfigurationItemsToApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- /**
36
- * serializeAws_json1_1BatchDeleteAgentsCommand
37
- */
38
- export declare const se_BatchDeleteAgentsCommand: (input: BatchDeleteAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- /**
40
- * serializeAws_json1_1BatchDeleteImportDataCommand
41
- */
42
- export declare const se_BatchDeleteImportDataCommand: (input: BatchDeleteImportDataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- /**
44
- * serializeAws_json1_1CreateApplicationCommand
45
- */
46
- export declare const se_CreateApplicationCommand: (input: CreateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- /**
48
- * serializeAws_json1_1CreateTagsCommand
49
- */
50
- export declare const se_CreateTagsCommand: (input: CreateTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_json1_1DeleteApplicationsCommand
53
- */
54
- export declare const se_DeleteApplicationsCommand: (input: DeleteApplicationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_json1_1DeleteTagsCommand
57
- */
58
- export declare const se_DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_json1_1DescribeAgentsCommand
61
- */
62
- export declare const se_DescribeAgentsCommand: (input: DescribeAgentsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_json1_1DescribeBatchDeleteConfigurationTaskCommand
65
- */
66
- export declare const se_DescribeBatchDeleteConfigurationTaskCommand: (input: DescribeBatchDeleteConfigurationTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_json1_1DescribeConfigurationsCommand
69
- */
70
- export declare const se_DescribeConfigurationsCommand: (input: DescribeConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_json1_1DescribeContinuousExportsCommand
73
- */
74
- export declare const se_DescribeContinuousExportsCommand: (input: DescribeContinuousExportsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_json1_1DescribeExportConfigurationsCommand
77
- */
78
- export declare const se_DescribeExportConfigurationsCommand: (input: DescribeExportConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_json1_1DescribeExportTasksCommand
81
- */
82
- export declare const se_DescribeExportTasksCommand: (input: DescribeExportTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_json1_1DescribeImportTasksCommand
85
- */
86
- export declare const se_DescribeImportTasksCommand: (input: DescribeImportTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_json1_1DescribeTagsCommand
89
- */
90
- export declare const se_DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand
93
- */
94
- export declare const se_DisassociateConfigurationItemsFromApplicationCommand: (input: DisassociateConfigurationItemsFromApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_json1_1ExportConfigurationsCommand
97
- */
98
- export declare const se_ExportConfigurationsCommand: (input: ExportConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_json1_1GetDiscoverySummaryCommand
101
- */
102
- export declare const se_GetDiscoverySummaryCommand: (input: GetDiscoverySummaryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_json1_1ListConfigurationsCommand
105
- */
106
- export declare const se_ListConfigurationsCommand: (input: ListConfigurationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_json1_1ListServerNeighborsCommand
109
- */
110
- export declare const se_ListServerNeighborsCommand: (input: ListServerNeighborsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_json1_1StartBatchDeleteConfigurationTaskCommand
113
- */
114
- export declare const se_StartBatchDeleteConfigurationTaskCommand: (input: StartBatchDeleteConfigurationTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_json1_1StartContinuousExportCommand
117
- */
118
- export declare const se_StartContinuousExportCommand: (input: StartContinuousExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_json1_1StartDataCollectionByAgentIdsCommand
121
- */
122
- export declare const se_StartDataCollectionByAgentIdsCommand: (input: StartDataCollectionByAgentIdsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_json1_1StartExportTaskCommand
125
- */
126
- export declare const se_StartExportTaskCommand: (input: StartExportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_json1_1StartImportTaskCommand
129
- */
130
- export declare const se_StartImportTaskCommand: (input: StartImportTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_json1_1StopContinuousExportCommand
133
- */
134
- export declare const se_StopContinuousExportCommand: (input: StopContinuousExportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_json1_1StopDataCollectionByAgentIdsCommand
137
- */
138
- export declare const se_StopDataCollectionByAgentIdsCommand: (input: StopDataCollectionByAgentIdsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_json1_1UpdateApplicationCommand
141
- */
142
- export declare const se_UpdateApplicationCommand: (input: UpdateApplicationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * deserializeAws_json1_1AssociateConfigurationItemsToApplicationCommand
145
- */
146
- export declare const de_AssociateConfigurationItemsToApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateConfigurationItemsToApplicationCommandOutput>;
147
- /**
148
- * deserializeAws_json1_1BatchDeleteAgentsCommand
149
- */
150
- export declare const de_BatchDeleteAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteAgentsCommandOutput>;
151
- /**
152
- * deserializeAws_json1_1BatchDeleteImportDataCommand
153
- */
154
- export declare const de_BatchDeleteImportDataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteImportDataCommandOutput>;
155
- /**
156
- * deserializeAws_json1_1CreateApplicationCommand
157
- */
158
- export declare const de_CreateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateApplicationCommandOutput>;
159
- /**
160
- * deserializeAws_json1_1CreateTagsCommand
161
- */
162
- export declare const de_CreateTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateTagsCommandOutput>;
163
- /**
164
- * deserializeAws_json1_1DeleteApplicationsCommand
165
- */
166
- export declare const de_DeleteApplicationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteApplicationsCommandOutput>;
167
- /**
168
- * deserializeAws_json1_1DeleteTagsCommand
169
- */
170
- export declare const de_DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
171
- /**
172
- * deserializeAws_json1_1DescribeAgentsCommand
173
- */
174
- export declare const de_DescribeAgentsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeAgentsCommandOutput>;
175
- /**
176
- * deserializeAws_json1_1DescribeBatchDeleteConfigurationTaskCommand
177
- */
178
- export declare const de_DescribeBatchDeleteConfigurationTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBatchDeleteConfigurationTaskCommandOutput>;
179
- /**
180
- * deserializeAws_json1_1DescribeConfigurationsCommand
181
- */
182
- export declare const de_DescribeConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeConfigurationsCommandOutput>;
183
- /**
184
- * deserializeAws_json1_1DescribeContinuousExportsCommand
185
- */
186
- export declare const de_DescribeContinuousExportsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeContinuousExportsCommandOutput>;
187
- /**
188
- * deserializeAws_json1_1DescribeExportConfigurationsCommand
189
- */
190
- export declare const de_DescribeExportConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportConfigurationsCommandOutput>;
191
- /**
192
- * deserializeAws_json1_1DescribeExportTasksCommand
193
- */
194
- export declare const de_DescribeExportTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeExportTasksCommandOutput>;
195
- /**
196
- * deserializeAws_json1_1DescribeImportTasksCommand
197
- */
198
- export declare const de_DescribeImportTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImportTasksCommandOutput>;
199
- /**
200
- * deserializeAws_json1_1DescribeTagsCommand
201
- */
202
- export declare const de_DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
203
- /**
204
- * deserializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand
205
- */
206
- export declare const de_DisassociateConfigurationItemsFromApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateConfigurationItemsFromApplicationCommandOutput>;
207
- /**
208
- * deserializeAws_json1_1ExportConfigurationsCommand
209
- */
210
- export declare const de_ExportConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ExportConfigurationsCommandOutput>;
211
- /**
212
- * deserializeAws_json1_1GetDiscoverySummaryCommand
213
- */
214
- export declare const de_GetDiscoverySummaryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDiscoverySummaryCommandOutput>;
215
- /**
216
- * deserializeAws_json1_1ListConfigurationsCommand
217
- */
218
- export declare const de_ListConfigurationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListConfigurationsCommandOutput>;
219
- /**
220
- * deserializeAws_json1_1ListServerNeighborsCommand
221
- */
222
- export declare const de_ListServerNeighborsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListServerNeighborsCommandOutput>;
223
- /**
224
- * deserializeAws_json1_1StartBatchDeleteConfigurationTaskCommand
225
- */
226
- export declare const de_StartBatchDeleteConfigurationTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartBatchDeleteConfigurationTaskCommandOutput>;
227
- /**
228
- * deserializeAws_json1_1StartContinuousExportCommand
229
- */
230
- export declare const de_StartContinuousExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContinuousExportCommandOutput>;
231
- /**
232
- * deserializeAws_json1_1StartDataCollectionByAgentIdsCommand
233
- */
234
- export declare const de_StartDataCollectionByAgentIdsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartDataCollectionByAgentIdsCommandOutput>;
235
- /**
236
- * deserializeAws_json1_1StartExportTaskCommand
237
- */
238
- export declare const de_StartExportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartExportTaskCommandOutput>;
239
- /**
240
- * deserializeAws_json1_1StartImportTaskCommand
241
- */
242
- export declare const de_StartImportTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartImportTaskCommandOutput>;
243
- /**
244
- * deserializeAws_json1_1StopContinuousExportCommand
245
- */
246
- export declare const de_StopContinuousExportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopContinuousExportCommandOutput>;
247
- /**
248
- * deserializeAws_json1_1StopDataCollectionByAgentIdsCommand
249
- */
250
- export declare const de_StopDataCollectionByAgentIdsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopDataCollectionByAgentIdsCommandOutput>;
251
- /**
252
- * deserializeAws_json1_1UpdateApplicationCommand
253
- */
254
- export declare const de_UpdateApplicationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateApplicationCommandOutput>;
@@ -1,341 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociateConfigurationItemsToApplicationCommandInput,
8
- AssociateConfigurationItemsToApplicationCommandOutput,
9
- } from "../commands/AssociateConfigurationItemsToApplicationCommand";
10
- import {
11
- BatchDeleteAgentsCommandInput,
12
- BatchDeleteAgentsCommandOutput,
13
- } from "../commands/BatchDeleteAgentsCommand";
14
- import {
15
- BatchDeleteImportDataCommandInput,
16
- BatchDeleteImportDataCommandOutput,
17
- } from "../commands/BatchDeleteImportDataCommand";
18
- import {
19
- CreateApplicationCommandInput,
20
- CreateApplicationCommandOutput,
21
- } from "../commands/CreateApplicationCommand";
22
- import {
23
- CreateTagsCommandInput,
24
- CreateTagsCommandOutput,
25
- } from "../commands/CreateTagsCommand";
26
- import {
27
- DeleteApplicationsCommandInput,
28
- DeleteApplicationsCommandOutput,
29
- } from "../commands/DeleteApplicationsCommand";
30
- import {
31
- DeleteTagsCommandInput,
32
- DeleteTagsCommandOutput,
33
- } from "../commands/DeleteTagsCommand";
34
- import {
35
- DescribeAgentsCommandInput,
36
- DescribeAgentsCommandOutput,
37
- } from "../commands/DescribeAgentsCommand";
38
- import {
39
- DescribeBatchDeleteConfigurationTaskCommandInput,
40
- DescribeBatchDeleteConfigurationTaskCommandOutput,
41
- } from "../commands/DescribeBatchDeleteConfigurationTaskCommand";
42
- import {
43
- DescribeConfigurationsCommandInput,
44
- DescribeConfigurationsCommandOutput,
45
- } from "../commands/DescribeConfigurationsCommand";
46
- import {
47
- DescribeContinuousExportsCommandInput,
48
- DescribeContinuousExportsCommandOutput,
49
- } from "../commands/DescribeContinuousExportsCommand";
50
- import {
51
- DescribeExportConfigurationsCommandInput,
52
- DescribeExportConfigurationsCommandOutput,
53
- } from "../commands/DescribeExportConfigurationsCommand";
54
- import {
55
- DescribeExportTasksCommandInput,
56
- DescribeExportTasksCommandOutput,
57
- } from "../commands/DescribeExportTasksCommand";
58
- import {
59
- DescribeImportTasksCommandInput,
60
- DescribeImportTasksCommandOutput,
61
- } from "../commands/DescribeImportTasksCommand";
62
- import {
63
- DescribeTagsCommandInput,
64
- DescribeTagsCommandOutput,
65
- } from "../commands/DescribeTagsCommand";
66
- import {
67
- DisassociateConfigurationItemsFromApplicationCommandInput,
68
- DisassociateConfigurationItemsFromApplicationCommandOutput,
69
- } from "../commands/DisassociateConfigurationItemsFromApplicationCommand";
70
- import {
71
- ExportConfigurationsCommandInput,
72
- ExportConfigurationsCommandOutput,
73
- } from "../commands/ExportConfigurationsCommand";
74
- import {
75
- GetDiscoverySummaryCommandInput,
76
- GetDiscoverySummaryCommandOutput,
77
- } from "../commands/GetDiscoverySummaryCommand";
78
- import {
79
- ListConfigurationsCommandInput,
80
- ListConfigurationsCommandOutput,
81
- } from "../commands/ListConfigurationsCommand";
82
- import {
83
- ListServerNeighborsCommandInput,
84
- ListServerNeighborsCommandOutput,
85
- } from "../commands/ListServerNeighborsCommand";
86
- import {
87
- StartBatchDeleteConfigurationTaskCommandInput,
88
- StartBatchDeleteConfigurationTaskCommandOutput,
89
- } from "../commands/StartBatchDeleteConfigurationTaskCommand";
90
- import {
91
- StartContinuousExportCommandInput,
92
- StartContinuousExportCommandOutput,
93
- } from "../commands/StartContinuousExportCommand";
94
- import {
95
- StartDataCollectionByAgentIdsCommandInput,
96
- StartDataCollectionByAgentIdsCommandOutput,
97
- } from "../commands/StartDataCollectionByAgentIdsCommand";
98
- import {
99
- StartExportTaskCommandInput,
100
- StartExportTaskCommandOutput,
101
- } from "../commands/StartExportTaskCommand";
102
- import {
103
- StartImportTaskCommandInput,
104
- StartImportTaskCommandOutput,
105
- } from "../commands/StartImportTaskCommand";
106
- import {
107
- StopContinuousExportCommandInput,
108
- StopContinuousExportCommandOutput,
109
- } from "../commands/StopContinuousExportCommand";
110
- import {
111
- StopDataCollectionByAgentIdsCommandInput,
112
- StopDataCollectionByAgentIdsCommandOutput,
113
- } from "../commands/StopDataCollectionByAgentIdsCommand";
114
- import {
115
- UpdateApplicationCommandInput,
116
- UpdateApplicationCommandOutput,
117
- } from "../commands/UpdateApplicationCommand";
118
- export declare const se_AssociateConfigurationItemsToApplicationCommand: (
119
- input: AssociateConfigurationItemsToApplicationCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_BatchDeleteAgentsCommand: (
123
- input: BatchDeleteAgentsCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_BatchDeleteImportDataCommand: (
127
- input: BatchDeleteImportDataCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_CreateApplicationCommand: (
131
- input: CreateApplicationCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_CreateTagsCommand: (
135
- input: CreateTagsCommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_DeleteApplicationsCommand: (
139
- input: DeleteApplicationsCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_DeleteTagsCommand: (
143
- input: DeleteTagsCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_DescribeAgentsCommand: (
147
- input: DescribeAgentsCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_DescribeBatchDeleteConfigurationTaskCommand: (
151
- input: DescribeBatchDeleteConfigurationTaskCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_DescribeConfigurationsCommand: (
155
- input: DescribeConfigurationsCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_DescribeContinuousExportsCommand: (
159
- input: DescribeContinuousExportsCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_DescribeExportConfigurationsCommand: (
163
- input: DescribeExportConfigurationsCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_DescribeExportTasksCommand: (
167
- input: DescribeExportTasksCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DescribeImportTasksCommand: (
171
- input: DescribeImportTasksCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_DescribeTagsCommand: (
175
- input: DescribeTagsCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DisassociateConfigurationItemsFromApplicationCommand: (
179
- input: DisassociateConfigurationItemsFromApplicationCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_ExportConfigurationsCommand: (
183
- input: ExportConfigurationsCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_GetDiscoverySummaryCommand: (
187
- input: GetDiscoverySummaryCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_ListConfigurationsCommand: (
191
- input: ListConfigurationsCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_ListServerNeighborsCommand: (
195
- input: ListServerNeighborsCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_StartBatchDeleteConfigurationTaskCommand: (
199
- input: StartBatchDeleteConfigurationTaskCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_StartContinuousExportCommand: (
203
- input: StartContinuousExportCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_StartDataCollectionByAgentIdsCommand: (
207
- input: StartDataCollectionByAgentIdsCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_StartExportTaskCommand: (
211
- input: StartExportTaskCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_StartImportTaskCommand: (
215
- input: StartImportTaskCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_StopContinuousExportCommand: (
219
- input: StopContinuousExportCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_StopDataCollectionByAgentIdsCommand: (
223
- input: StopDataCollectionByAgentIdsCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_UpdateApplicationCommand: (
227
- input: UpdateApplicationCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const de_AssociateConfigurationItemsToApplicationCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<AssociateConfigurationItemsToApplicationCommandOutput>;
234
- export declare const de_BatchDeleteAgentsCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<BatchDeleteAgentsCommandOutput>;
238
- export declare const de_BatchDeleteImportDataCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<BatchDeleteImportDataCommandOutput>;
242
- export declare const de_CreateApplicationCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<CreateApplicationCommandOutput>;
246
- export declare const de_CreateTagsCommand: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<CreateTagsCommandOutput>;
250
- export declare const de_DeleteApplicationsCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<DeleteApplicationsCommandOutput>;
254
- export declare const de_DeleteTagsCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<DeleteTagsCommandOutput>;
258
- export declare const de_DescribeAgentsCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<DescribeAgentsCommandOutput>;
262
- export declare const de_DescribeBatchDeleteConfigurationTaskCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<DescribeBatchDeleteConfigurationTaskCommandOutput>;
266
- export declare const de_DescribeConfigurationsCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<DescribeConfigurationsCommandOutput>;
270
- export declare const de_DescribeContinuousExportsCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<DescribeContinuousExportsCommandOutput>;
274
- export declare const de_DescribeExportConfigurationsCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<DescribeExportConfigurationsCommandOutput>;
278
- export declare const de_DescribeExportTasksCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<DescribeExportTasksCommandOutput>;
282
- export declare const de_DescribeImportTasksCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<DescribeImportTasksCommandOutput>;
286
- export declare const de_DescribeTagsCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<DescribeTagsCommandOutput>;
290
- export declare const de_DisassociateConfigurationItemsFromApplicationCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<DisassociateConfigurationItemsFromApplicationCommandOutput>;
294
- export declare const de_ExportConfigurationsCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<ExportConfigurationsCommandOutput>;
298
- export declare const de_GetDiscoverySummaryCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<GetDiscoverySummaryCommandOutput>;
302
- export declare const de_ListConfigurationsCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<ListConfigurationsCommandOutput>;
306
- export declare const de_ListServerNeighborsCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<ListServerNeighborsCommandOutput>;
310
- export declare const de_StartBatchDeleteConfigurationTaskCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<StartBatchDeleteConfigurationTaskCommandOutput>;
314
- export declare const de_StartContinuousExportCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<StartContinuousExportCommandOutput>;
318
- export declare const de_StartDataCollectionByAgentIdsCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<StartDataCollectionByAgentIdsCommandOutput>;
322
- export declare const de_StartExportTaskCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<StartExportTaskCommandOutput>;
326
- export declare const de_StartImportTaskCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<StartImportTaskCommandOutput>;
330
- export declare const de_StopContinuousExportCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<StopContinuousExportCommandOutput>;
334
- export declare const de_StopDataCollectionByAgentIdsCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<StopDataCollectionByAgentIdsCommandOutput>;
338
- export declare const de_UpdateApplicationCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<UpdateApplicationCommandOutput>;