@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
@@ -0,0 +1,1071 @@
1
+ const _ACITA = "AssociateConfigurationItemsToApplication";
2
+ const _ACITAR = "AssociateConfigurationItemsToApplicationRequest";
3
+ const _ACITARs = "AssociateConfigurationItemsToApplicationResponse";
4
+ const _ACS = "AgentConfigurationStatus";
5
+ const _ACSL = "AgentConfigurationStatusList";
6
+ const _AEE = "AuthorizationErrorException";
7
+ const _AI = "AgentInfo";
8
+ const _AIg = "AgentsInfo";
9
+ const _ANI = "AgentNetworkInfo";
10
+ const _ANIL = "AgentNetworkInfoList";
11
+ const _BDA = "BatchDeleteAgents";
12
+ const _BDAE = "BatchDeleteAgentError";
13
+ const _BDAEa = "BatchDeleteAgentErrors";
14
+ const _BDAR = "BatchDeleteAgentsRequest";
15
+ const _BDARa = "BatchDeleteAgentsResponse";
16
+ const _BDCT = "BatchDeleteConfigurationTask";
17
+ const _BDID = "BatchDeleteImportData";
18
+ const _BDIDE = "BatchDeleteImportDataError";
19
+ const _BDIDEL = "BatchDeleteImportDataErrorList";
20
+ const _BDIDR = "BatchDeleteImportDataRequest";
21
+ const _BDIDRa = "BatchDeleteImportDataResponse";
22
+ const _C = "Configurations";
23
+ const _CA = "CreateApplication";
24
+ const _CACI = "CustomerAgentlessCollectorInfo";
25
+ const _CAI = "CustomerAgentInfo";
26
+ const _CAR = "CreateApplicationRequest";
27
+ const _CARr = "CreateApplicationResponse";
28
+ const _CCI = "CustomerConnectorInfo";
29
+ const _CED = "ContinuousExportDescription";
30
+ const _CEDo = "ContinuousExportDescriptions";
31
+ const _CEE = "ConflictErrorException";
32
+ const _CMCI = "CustomerMeCollectorInfo";
33
+ const _CT = "ConfigurationTag";
34
+ const _CTR = "CreateTagsRequest";
35
+ const _CTRr = "CreateTagsResponse";
36
+ const _CTS = "ConfigurationTagSet";
37
+ const _CTr = "CreateTags";
38
+ const _DA = "DeleteAgent";
39
+ const _DAR = "DeleteApplicationsRequest";
40
+ const _DARe = "DeleteApplicationsResponse";
41
+ const _DARes = "DescribeAgentsRequest";
42
+ const _DAResc = "DescribeAgentsResponse";
43
+ const _DAe = "DeleteAgents";
44
+ const _DAel = "DeleteApplications";
45
+ const _DAes = "DescribeAgents";
46
+ const _DBDCT = "DescribeBatchDeleteConfigurationTask";
47
+ const _DBDCTR = "DescribeBatchDeleteConfigurationTaskRequest";
48
+ const _DBDCTRe = "DescribeBatchDeleteConfigurationTaskResponse";
49
+ const _DC = "DescribeConfigurations";
50
+ const _DCA = "DescribeConfigurationsAttributes";
51
+ const _DCE = "DescribeContinuousExports";
52
+ const _DCER = "DescribeContinuousExportsRequest";
53
+ const _DCERe = "DescribeContinuousExportsResponse";
54
+ const _DCIFA = "DisassociateConfigurationItemsFromApplication";
55
+ const _DCIFAR = "DisassociateConfigurationItemsFromApplicationRequest";
56
+ const _DCIFARi = "DisassociateConfigurationItemsFromApplicationResponse";
57
+ const _DCR = "DescribeConfigurationsRequest";
58
+ const _DCRe = "DescribeConfigurationsResponse";
59
+ const _DEC = "DescribeExportConfigurations";
60
+ const _DECR = "DescribeExportConfigurationsRequest";
61
+ const _DECRe = "DescribeExportConfigurationsResponse";
62
+ const _DET = "DescribeExportTasks";
63
+ const _DETR = "DescribeExportTasksRequest";
64
+ const _DETRe = "DescribeExportTasksResponse";
65
+ const _DIT = "DescribeImportTasks";
66
+ const _DITFL = "DescribeImportTasksFilterList";
67
+ const _DITR = "DescribeImportTasksRequest";
68
+ const _DITRe = "DescribeImportTasksResponse";
69
+ const _DT = "DeleteTags";
70
+ const _DTR = "DeleteTagsRequest";
71
+ const _DTRe = "DeleteTagsResponse";
72
+ const _DTRes = "DescribeTagsRequest";
73
+ const _DTResc = "DescribeTagsResponse";
74
+ const _DTe = "DescribeTags";
75
+ const _DW = "DeletionWarning";
76
+ const _DWL = "DeletionWarningsList";
77
+ const _EC = "ExportConfigurations";
78
+ const _ECR = "ExportConfigurationsResponse";
79
+ const _EF = "ExportFilter";
80
+ const _EFx = "ExportFilters";
81
+ const _EI = "ExportInfo";
82
+ const _EIx = "ExportsInfo";
83
+ const _EP = "ExportPreferences";
84
+ const _EREP = "Ec2RecommendationsExportPreferences";
85
+ const _F = "Filter";
86
+ const _FC = "FailedConfiguration";
87
+ const _FCL = "FailedConfigurationList";
88
+ const _FV = "FilterValues";
89
+ const _Fi = "Filters";
90
+ const _GDS = "GetDiscoverySummary";
91
+ const _GDSR = "GetDiscoverySummaryRequest";
92
+ const _GDSRe = "GetDiscoverySummaryResponse";
93
+ const _HRNSE = "HomeRegionNotSetException";
94
+ const _IPE = "InvalidParameterException";
95
+ const _IPVE = "InvalidParameterValueException";
96
+ const _IT = "ImportTask";
97
+ const _ITF = "ImportTaskFilter";
98
+ const _ITL = "ImportTaskList";
99
+ const _LC = "ListConfigurations";
100
+ const _LCR = "ListConfigurationsRequest";
101
+ const _LCRi = "ListConfigurationsResponse";
102
+ const _LEE = "LimitExceededException";
103
+ const _LSN = "ListServerNeighbors";
104
+ const _LSNR = "ListServerNeighborsRequest";
105
+ const _LSNRi = "ListServerNeighborsResponse";
106
+ const _NCD = "NeighborConnectionDetail";
107
+ const _NDL = "NeighborDetailsList";
108
+ const _OBE = "OrderByElement";
109
+ const _OBL = "OrderByList";
110
+ const _ONPE = "OperationNotPermittedException";
111
+ const _RIO = "ReservedInstanceOptions";
112
+ const _RIUE = "ResourceInUseException";
113
+ const _RNFE = "ResourceNotFoundException";
114
+ const _SBDCT = "StartBatchDeleteConfigurationTask";
115
+ const _SBDCTR = "StartBatchDeleteConfigurationTaskRequest";
116
+ const _SBDCTRt = "StartBatchDeleteConfigurationTaskResponse";
117
+ const _SCE = "StartContinuousExport";
118
+ const _SCER = "StartContinuousExportRequest";
119
+ const _SCERt = "StartContinuousExportResponse";
120
+ const _SCERto = "StopContinuousExportRequest";
121
+ const _SCERtop = "StopContinuousExportResponse";
122
+ const _SCEt = "StopContinuousExport";
123
+ const _SDCBAI = "StartDataCollectionByAgentIds";
124
+ const _SDCBAIR = "StartDataCollectionByAgentIdsRequest";
125
+ const _SDCBAIRt = "StartDataCollectionByAgentIdsResponse";
126
+ const _SDCBAIRto = "StopDataCollectionByAgentIdsRequest";
127
+ const _SDCBAIRtop = "StopDataCollectionByAgentIdsResponse";
128
+ const _SDCBAIt = "StopDataCollectionByAgentIds";
129
+ const _SET = "StartExportTask";
130
+ const _SETR = "StartExportTaskRequest";
131
+ const _SETRt = "StartExportTaskResponse";
132
+ const _SIEE = "ServerInternalErrorException";
133
+ const _SIT = "StartImportTask";
134
+ const _SITR = "StartImportTaskRequest";
135
+ const _SITRt = "StartImportTaskResponse";
136
+ const _T = "Tag";
137
+ const _TF = "TagFilter";
138
+ const _TFa = "TagFilters";
139
+ const _TS = "TagSet";
140
+ const _UA = "UpdateApplication";
141
+ const _UAR = "UpdateApplicationRequest";
142
+ const _UARp = "UpdateApplicationResponse";
143
+ const _UMB = "UsageMetricBasis";
144
+ const _a = "applications";
145
+ const _aA = "activeAgents";
146
+ const _aAC = "activeAgentlessCollectors";
147
+ const _aC = "activeConnectors";
148
+ const _aCI = "applicationConfigurationId";
149
+ const _aCS = "agentlessCollectorSummary";
150
+ const _aCSg = "agentsConfigurationStatus";
151
+ const _aI = "agentId";
152
+ const _aIF = "applicationImportFailure";
153
+ const _aIS = "applicationImportSuccess";
154
+ const _aIg = "agentIds";
155
+ const _aIge = "agentsInfo";
156
+ const _aMC = "activeMeCollectors";
157
+ const _aNIL = "agentNetworkInfoList";
158
+ const _aS = "agentSummary";
159
+ const _aT = "agentType";
160
+ const _bLA = "blackListedAgents";
161
+ const _bLC = "blackListedConnectors";
162
+ const _c = "client";
163
+ const _cC = "connectionsCount";
164
+ const _cDU = "configurationsDownloadUrl";
165
+ const _cI = "connectorId";
166
+ const _cIo = "configurationIds";
167
+ const _cIon = "configurationId";
168
+ const _cPMB = "cpuPerformanceMetricBasis";
169
+ const _cRT = "clientRequestToken";
170
+ const _cS = "collectionStatus";
171
+ const _cSo = "connectorSummary";
172
+ const _cT = "configurationType";
173
+ const _co = "configurations";
174
+ const _con = "condition";
175
+ const _d = "description";
176
+ const _dA = "deleteAgents";
177
+ const _dC = "deletedConfigurations";
178
+ const _dH = "deleteHistory";
179
+ const _dLAC = "denyListedAgentlessCollectors";
180
+ const _dLMC = "denyListedMeCollectors";
181
+ const _dP = "destinationPort";
182
+ const _dS = "dataSource";
183
+ const _dSI = "destinationServerId";
184
+ const _dW = "deletionWarnings";
185
+ const _de = "descriptions";
186
+ const _e = "error";
187
+ const _eAFEZ = "errorsAndFailedEntriesZip";
188
+ const _eC = "errorCode";
189
+ const _eD = "errorDescription";
190
+ const _eDF = "exportDataFormat";
191
+ const _eI = "exportId";
192
+ const _eIT = "excludedInstanceTypes";
193
+ const _eIx = "exportIds";
194
+ const _eIxp = "exportsInfo";
195
+ const _eM = "errorMessage";
196
+ const _eRP = "ec2RecommendationsPreferences";
197
+ const _eRT = "exportRequestTime";
198
+ const _eS = "exportStatus";
199
+ const _eSC = "errorStatusCode";
200
+ const _eT = "endTime";
201
+ const _en = "enabled";
202
+ const _er = "errors";
203
+ const _f = "force";
204
+ const _fC = "failedConfigurations";
205
+ const _fCi = "fileClassification";
206
+ const _fN = "fieldName";
207
+ const _fi = "filters";
208
+ const _h = "health";
209
+ const _hA = "healthyAgents";
210
+ const _hAC = "healthyAgentlessCollectors";
211
+ const _hC = "healthyConnectors";
212
+ const _hE = "httpError";
213
+ const _hMC = "healthyMeCollectors";
214
+ const _hN = "hostName";
215
+ const _i = "item";
216
+ const _iA = "ipAddress";
217
+ const _iCT = "importCompletionTime";
218
+ const _iDT = "importDeletedTime";
219
+ const _iRT = "importRequestTime";
220
+ const _iT = "isTruncated";
221
+ const _iTI = "importTaskId";
222
+ const _iTIm = "importTaskIds";
223
+ const _iU = "importUrl";
224
+ const _k = "key";
225
+ const _kDC = "knownDependencyCount";
226
+ const _lHPT = "lastHealthPingTime";
227
+ const _m = "message";
228
+ const _mA = "macAddress";
229
+ const _mCS = "meCollectorSummary";
230
+ const _mR = "maxResults";
231
+ const _n = "name";
232
+ const _nCI = "neighborConfigurationIds";
233
+ const _nT = "nextToken";
234
+ const _ne = "neighbors";
235
+ const _oB = "orderBy";
236
+ const _oC = "offeringClass";
237
+ const _oS = "operationSucceeded";
238
+ const _p = "preferences";
239
+ const _pA = "percentageAdjust";
240
+ const _pIN = "portInformationNeeded";
241
+ const _pO = "purchasingOption";
242
+ const _pR = "preferredRegion";
243
+ const _rC = "requestedConfigurations";
244
+ const _rET = "requestedEndTime";
245
+ const _rIO = "reservedInstanceOptions";
246
+ const _rPMB = "ramPerformanceMetricBasis";
247
+ const _rST = "requestedStartTime";
248
+ const _rT = "registeredTime";
249
+ const _s = "status";
250
+ const _sA = "shutdownAgents";
251
+ const _sAC = "shutdownAgentlessCollectors";
252
+ const _sB = "s3Bucket";
253
+ const _sC = "shutdownConnectors";
254
+ const _sD = "statusDetail";
255
+ const _sIF = "serverImportFailure";
256
+ const _sIS = "serverImportSuccess";
257
+ const _sM = "statusMessage";
258
+ const _sMC = "shutdownMeCollectors";
259
+ const _sMT = "serversMappedtoTags";
260
+ const _sMTA = "serversMappedToApplications";
261
+ const _sO = "sortOrder";
262
+ const _sSC = "schemaStorageConfig";
263
+ const _sSI = "sourceServerId";
264
+ const _sT = "startTime";
265
+ const _sTt = "stopTime";
266
+ const _se = "servers";
267
+ const _ser = "server";
268
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.applicationdiscoveryservice";
269
+ const _t = "tags";
270
+ const _tA = "totalAgents";
271
+ const _tAC = "totalAgentlessCollectors";
272
+ const _tC = "totalConnectors";
273
+ const _tI = "taskId";
274
+ const _tL = "termLength";
275
+ const _tMC = "totalMeCollectors";
276
+ const _tOC = "timeOfCreation";
277
+ const _tP = "transportProtocol";
278
+ const _ta = "task";
279
+ const _tas = "tasks";
280
+ const _te = "tenancy";
281
+ const _uA = "unhealthyAgents";
282
+ const _uAC = "unhealthyAgentlessCollectors";
283
+ const _uACn = "unknownAgentlessCollectors";
284
+ const _uAn = "unknownAgents";
285
+ const _uC = "unhealthyConnectors";
286
+ const _uCn = "unknownConnectors";
287
+ const _uMC = "unhealthyMeCollectors";
288
+ const _uMCn = "unknownMeCollectors";
289
+ const _v = "version";
290
+ const _va = "value";
291
+ const _val = "values";
292
+ const _w = "wave";
293
+ const _wC = "warningCode";
294
+ const _wT = "warningText";
295
+ const _xN = "xmlName";
296
+ const n0 = "com.amazonaws.applicationdiscoveryservice";
297
+ import { TypeRegistry } from "@smithy/core/schema";
298
+ import { ApplicationDiscoveryServiceServiceException as __ApplicationDiscoveryServiceServiceException } from "../models/ApplicationDiscoveryServiceServiceException";
299
+ import { AuthorizationErrorException as __AuthorizationErrorException, ConflictErrorException as __ConflictErrorException, HomeRegionNotSetException as __HomeRegionNotSetException, InvalidParameterException as __InvalidParameterException, InvalidParameterValueException as __InvalidParameterValueException, LimitExceededException as __LimitExceededException, OperationNotPermittedException as __OperationNotPermittedException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, ServerInternalErrorException as __ServerInternalErrorException, } from "../models/index";
300
+ export var AgentConfigurationStatus = [3, n0, _ACS, 0, [_aI, _oS, _d], [0, 2, 0]];
301
+ export var AgentInfo = [
302
+ 3,
303
+ n0,
304
+ _AI,
305
+ 0,
306
+ [_aI, _hN, _aNIL, _cI, _v, _h, _lHPT, _cS, _aT, _rT],
307
+ [0, 0, [() => AgentNetworkInfoList, 0], 0, 0, 0, 0, 0, 0, 0],
308
+ ];
309
+ export var AgentNetworkInfo = [3, n0, _ANI, 8, [_iA, _mA], [0, 0]];
310
+ export var AssociateConfigurationItemsToApplicationRequest = [
311
+ 3,
312
+ n0,
313
+ _ACITAR,
314
+ 0,
315
+ [_aCI, _cIo],
316
+ [0, 64 | 0],
317
+ ];
318
+ export var AssociateConfigurationItemsToApplicationResponse = [3, n0, _ACITARs, 0, [], []];
319
+ export var AuthorizationErrorException = [
320
+ -3,
321
+ n0,
322
+ _AEE,
323
+ {
324
+ [_e]: _c,
325
+ [_hE]: 403,
326
+ },
327
+ [_m],
328
+ [0],
329
+ ];
330
+ TypeRegistry.for(n0).registerError(AuthorizationErrorException, __AuthorizationErrorException);
331
+ export var BatchDeleteAgentError = [3, n0, _BDAE, 0, [_aI, _eM, _eC], [0, 0, 0]];
332
+ export var BatchDeleteAgentsRequest = [3, n0, _BDAR, 0, [_dA], [() => DeleteAgents]];
333
+ export var BatchDeleteAgentsResponse = [3, n0, _BDARa, 0, [_er], [() => BatchDeleteAgentErrors]];
334
+ export var BatchDeleteConfigurationTask = [
335
+ 3,
336
+ n0,
337
+ _BDCT,
338
+ 0,
339
+ [_tI, _s, _sT, _eT, _cT, _rC, _dC, _fC, _dW],
340
+ [0, 0, 4, 4, 0, 64 | 0, 64 | 0, () => FailedConfigurationList, () => DeletionWarningsList],
341
+ ];
342
+ export var BatchDeleteImportDataError = [3, n0, _BDIDE, 0, [_iTI, _eC, _eD], [0, 0, 0]];
343
+ export var BatchDeleteImportDataRequest = [3, n0, _BDIDR, 0, [_iTIm, _dH], [64 | 0, 2]];
344
+ export var BatchDeleteImportDataResponse = [
345
+ 3,
346
+ n0,
347
+ _BDIDRa,
348
+ 0,
349
+ [_er],
350
+ [() => BatchDeleteImportDataErrorList],
351
+ ];
352
+ export var ConfigurationTag = [3, n0, _CT, 0, [_cT, _cIon, _k, _va, _tOC], [0, 0, 0, 0, 4]];
353
+ export var ConflictErrorException = [
354
+ -3,
355
+ n0,
356
+ _CEE,
357
+ {
358
+ [_e]: _c,
359
+ [_hE]: 409,
360
+ },
361
+ [_m],
362
+ [0],
363
+ ];
364
+ TypeRegistry.for(n0).registerError(ConflictErrorException, __ConflictErrorException);
365
+ export var ContinuousExportDescription = [
366
+ 3,
367
+ n0,
368
+ _CED,
369
+ 0,
370
+ [_eI, _s, _sD, _sB, _sT, _sTt, _dS, _sSC],
371
+ [0, 0, 0, 0, 4, 4, 0, 128 | 0],
372
+ ];
373
+ export var CreateApplicationRequest = [3, n0, _CAR, 0, [_n, _d, _w], [0, 0, 0]];
374
+ export var CreateApplicationResponse = [3, n0, _CARr, 0, [_cIon], [0]];
375
+ export var CreateTagsRequest = [3, n0, _CTR, 0, [_cIo, _t], [64 | 0, [() => TagSet, 0]]];
376
+ export var CreateTagsResponse = [3, n0, _CTRr, 0, [], []];
377
+ export var CustomerAgentInfo = [
378
+ 3,
379
+ n0,
380
+ _CAI,
381
+ 0,
382
+ [_aA, _hA, _bLA, _sA, _uA, _tA, _uAn],
383
+ [1, 1, 1, 1, 1, 1, 1],
384
+ ];
385
+ export var CustomerAgentlessCollectorInfo = [
386
+ 3,
387
+ n0,
388
+ _CACI,
389
+ 0,
390
+ [_aAC, _hAC, _dLAC, _sAC, _uAC, _tAC, _uACn],
391
+ [1, 1, 1, 1, 1, 1, 1],
392
+ ];
393
+ export var CustomerConnectorInfo = [
394
+ 3,
395
+ n0,
396
+ _CCI,
397
+ 0,
398
+ [_aC, _hC, _bLC, _sC, _uC, _tC, _uCn],
399
+ [1, 1, 1, 1, 1, 1, 1],
400
+ ];
401
+ export var CustomerMeCollectorInfo = [
402
+ 3,
403
+ n0,
404
+ _CMCI,
405
+ 0,
406
+ [_aMC, _hMC, _dLMC, _sMC, _uMC, _tMC, _uMCn],
407
+ [1, 1, 1, 1, 1, 1, 1],
408
+ ];
409
+ export var DeleteAgent = [3, n0, _DA, 0, [_aI, _f], [0, 2]];
410
+ export var DeleteApplicationsRequest = [3, n0, _DAR, 0, [_cIo], [64 | 0]];
411
+ export var DeleteApplicationsResponse = [3, n0, _DARe, 0, [], []];
412
+ export var DeleteTagsRequest = [3, n0, _DTR, 0, [_cIo, _t], [64 | 0, [() => TagSet, 0]]];
413
+ export var DeleteTagsResponse = [3, n0, _DTRe, 0, [], []];
414
+ export var DeletionWarning = [3, n0, _DW, 0, [_cIon, _wC, _wT], [0, 1, 0]];
415
+ export var DescribeAgentsRequest = [
416
+ 3,
417
+ n0,
418
+ _DARes,
419
+ 0,
420
+ [_aIg, _fi, _mR, _nT],
421
+ [64 | 0, [() => Filters, 0], 1, 0],
422
+ ];
423
+ export var DescribeAgentsResponse = [
424
+ 3,
425
+ n0,
426
+ _DAResc,
427
+ 0,
428
+ [_aIge, _nT],
429
+ [[() => AgentsInfo, 0], 0],
430
+ ];
431
+ export var DescribeBatchDeleteConfigurationTaskRequest = [3, n0, _DBDCTR, 0, [_tI], [0]];
432
+ export var DescribeBatchDeleteConfigurationTaskResponse = [
433
+ 3,
434
+ n0,
435
+ _DBDCTRe,
436
+ 0,
437
+ [_ta],
438
+ [() => BatchDeleteConfigurationTask],
439
+ ];
440
+ export var DescribeConfigurationsRequest = [3, n0, _DCR, 0, [_cIo], [64 | 0]];
441
+ export var DescribeConfigurationsResponse = [
442
+ 3,
443
+ n0,
444
+ _DCRe,
445
+ 0,
446
+ [_co],
447
+ [[1, n0, _DCA, 0, 128 | 0]],
448
+ ];
449
+ export var DescribeContinuousExportsRequest = [
450
+ 3,
451
+ n0,
452
+ _DCER,
453
+ 0,
454
+ [_eIx, _mR, _nT],
455
+ [64 | 0, 1, 0],
456
+ ];
457
+ export var DescribeContinuousExportsResponse = [
458
+ 3,
459
+ n0,
460
+ _DCERe,
461
+ 0,
462
+ [_de, _nT],
463
+ [() => ContinuousExportDescriptions, 0],
464
+ ];
465
+ export var DescribeExportConfigurationsRequest = [
466
+ 3,
467
+ n0,
468
+ _DECR,
469
+ 0,
470
+ [_eIx, _mR, _nT],
471
+ [64 | 0, 1, 0],
472
+ ];
473
+ export var DescribeExportConfigurationsResponse = [
474
+ 3,
475
+ n0,
476
+ _DECRe,
477
+ 0,
478
+ [_eIxp, _nT],
479
+ [() => ExportsInfo, 0],
480
+ ];
481
+ export var DescribeExportTasksRequest = [
482
+ 3,
483
+ n0,
484
+ _DETR,
485
+ 0,
486
+ [_eIx, _fi, _mR, _nT],
487
+ [64 | 0, [() => ExportFilters, 0], 1, 0],
488
+ ];
489
+ export var DescribeExportTasksResponse = [
490
+ 3,
491
+ n0,
492
+ _DETRe,
493
+ 0,
494
+ [_eIxp, _nT],
495
+ [() => ExportsInfo, 0],
496
+ ];
497
+ export var DescribeImportTasksRequest = [
498
+ 3,
499
+ n0,
500
+ _DITR,
501
+ 0,
502
+ [_fi, _mR, _nT],
503
+ [() => DescribeImportTasksFilterList, 1, 0],
504
+ ];
505
+ export var DescribeImportTasksResponse = [
506
+ 3,
507
+ n0,
508
+ _DITRe,
509
+ 0,
510
+ [_nT, _tas],
511
+ [0, () => ImportTaskList],
512
+ ];
513
+ export var DescribeTagsRequest = [
514
+ 3,
515
+ n0,
516
+ _DTRes,
517
+ 0,
518
+ [_fi, _mR, _nT],
519
+ [[() => TagFilters, 0], 1, 0],
520
+ ];
521
+ export var DescribeTagsResponse = [
522
+ 3,
523
+ n0,
524
+ _DTResc,
525
+ 0,
526
+ [_t, _nT],
527
+ [[() => ConfigurationTagSet, 0], 0],
528
+ ];
529
+ export var DisassociateConfigurationItemsFromApplicationRequest = [
530
+ 3,
531
+ n0,
532
+ _DCIFAR,
533
+ 0,
534
+ [_aCI, _cIo],
535
+ [0, 64 | 0],
536
+ ];
537
+ export var DisassociateConfigurationItemsFromApplicationResponse = [3, n0, _DCIFARi, 0, [], []];
538
+ export var Ec2RecommendationsExportPreferences = [
539
+ 3,
540
+ n0,
541
+ _EREP,
542
+ 0,
543
+ [_en, _cPMB, _rPMB, _te, _eIT, _pR, _rIO],
544
+ [2, () => UsageMetricBasis, () => UsageMetricBasis, 0, 64 | 0, 0, () => ReservedInstanceOptions],
545
+ ];
546
+ export var ExportConfigurationsResponse = [3, n0, _ECR, 0, [_eI], [0]];
547
+ export var ExportFilter = [3, n0, _EF, 0, [_n, _val, _con], [0, [() => FilterValues, 0], 0]];
548
+ export var ExportInfo = [
549
+ 3,
550
+ n0,
551
+ _EI,
552
+ 0,
553
+ [_eI, _eS, _sM, _cDU, _eRT, _iT, _rST, _rET],
554
+ [0, 0, 0, 0, 4, 2, 4, 4],
555
+ ];
556
+ export var FailedConfiguration = [3, n0, _FC, 0, [_cIon, _eSC, _eM], [0, 1, 0]];
557
+ export var Filter = [3, n0, _F, 0, [_n, _val, _con], [0, [() => FilterValues, 0], 0]];
558
+ export var GetDiscoverySummaryRequest = [3, n0, _GDSR, 0, [], []];
559
+ export var GetDiscoverySummaryResponse = [
560
+ 3,
561
+ n0,
562
+ _GDSRe,
563
+ 0,
564
+ [_se, _a, _sMTA, _sMT, _aS, _cSo, _mCS, _aCS],
565
+ [
566
+ 1,
567
+ 1,
568
+ 1,
569
+ 1,
570
+ () => CustomerAgentInfo,
571
+ () => CustomerConnectorInfo,
572
+ () => CustomerMeCollectorInfo,
573
+ () => CustomerAgentlessCollectorInfo,
574
+ ],
575
+ ];
576
+ export var HomeRegionNotSetException = [
577
+ -3,
578
+ n0,
579
+ _HRNSE,
580
+ {
581
+ [_e]: _c,
582
+ [_hE]: 400,
583
+ },
584
+ [_m],
585
+ [0],
586
+ ];
587
+ TypeRegistry.for(n0).registerError(HomeRegionNotSetException, __HomeRegionNotSetException);
588
+ export var ImportTask = [
589
+ 3,
590
+ n0,
591
+ _IT,
592
+ 0,
593
+ [_iTI, _cRT, _n, _iU, _s, _iRT, _iCT, _iDT, _fCi, _sIS, _sIF, _aIS, _aIF, _eAFEZ],
594
+ [0, 0, 0, 0, 0, 4, 4, 4, 0, 1, 1, 1, 1, 0],
595
+ ];
596
+ export var ImportTaskFilter = [3, n0, _ITF, 0, [_n, _val], [0, 64 | 0]];
597
+ export var InvalidParameterException = [
598
+ -3,
599
+ n0,
600
+ _IPE,
601
+ {
602
+ [_e]: _c,
603
+ [_hE]: 400,
604
+ },
605
+ [_m],
606
+ [0],
607
+ ];
608
+ TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
609
+ export var InvalidParameterValueException = [
610
+ -3,
611
+ n0,
612
+ _IPVE,
613
+ {
614
+ [_e]: _c,
615
+ [_hE]: 400,
616
+ },
617
+ [_m],
618
+ [0],
619
+ ];
620
+ TypeRegistry.for(n0).registerError(InvalidParameterValueException, __InvalidParameterValueException);
621
+ export var LimitExceededException = [
622
+ -3,
623
+ n0,
624
+ _LEE,
625
+ {
626
+ [_e]: _c,
627
+ [_hE]: 400,
628
+ },
629
+ [_m],
630
+ [0],
631
+ ];
632
+ TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
633
+ export var ListConfigurationsRequest = [
634
+ 3,
635
+ n0,
636
+ _LCR,
637
+ 0,
638
+ [_cT, _fi, _mR, _nT, _oB],
639
+ [0, [() => Filters, 0], 1, 0, () => OrderByList],
640
+ ];
641
+ export var ListConfigurationsResponse = [
642
+ 3,
643
+ n0,
644
+ _LCRi,
645
+ 0,
646
+ [_co, _nT],
647
+ [[1, n0, _C, 0, 128 | 0], 0],
648
+ ];
649
+ export var ListServerNeighborsRequest = [
650
+ 3,
651
+ n0,
652
+ _LSNR,
653
+ 0,
654
+ [_cIon, _pIN, _nCI, _mR, _nT],
655
+ [0, 2, 64 | 0, 1, 0],
656
+ ];
657
+ export var ListServerNeighborsResponse = [
658
+ 3,
659
+ n0,
660
+ _LSNRi,
661
+ 0,
662
+ [_ne, _nT, _kDC],
663
+ [() => NeighborDetailsList, 0, 1],
664
+ ];
665
+ export var NeighborConnectionDetail = [
666
+ 3,
667
+ n0,
668
+ _NCD,
669
+ 0,
670
+ [_sSI, _dSI, _dP, _tP, _cC],
671
+ [0, 0, 1, 0, 1],
672
+ ];
673
+ export var OperationNotPermittedException = [
674
+ -3,
675
+ n0,
676
+ _ONPE,
677
+ {
678
+ [_e]: _c,
679
+ [_hE]: 429,
680
+ },
681
+ [_m],
682
+ [0],
683
+ ];
684
+ TypeRegistry.for(n0).registerError(OperationNotPermittedException, __OperationNotPermittedException);
685
+ export var OrderByElement = [3, n0, _OBE, 0, [_fN, _sO], [0, 0]];
686
+ export var ReservedInstanceOptions = [3, n0, _RIO, 0, [_pO, _oC, _tL], [0, 0, 0]];
687
+ export var ResourceInUseException = [
688
+ -3,
689
+ n0,
690
+ _RIUE,
691
+ {
692
+ [_e]: _c,
693
+ [_hE]: 400,
694
+ },
695
+ [_m],
696
+ [0],
697
+ ];
698
+ TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
699
+ export var ResourceNotFoundException = [
700
+ -3,
701
+ n0,
702
+ _RNFE,
703
+ {
704
+ [_e]: _c,
705
+ [_hE]: 400,
706
+ },
707
+ [_m],
708
+ [0],
709
+ ];
710
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
711
+ export var ServerInternalErrorException = [
712
+ -3,
713
+ n0,
714
+ _SIEE,
715
+ {
716
+ [_e]: _ser,
717
+ [_hE]: 500,
718
+ },
719
+ [_m],
720
+ [0],
721
+ ];
722
+ TypeRegistry.for(n0).registerError(ServerInternalErrorException, __ServerInternalErrorException);
723
+ export var StartBatchDeleteConfigurationTaskRequest = [
724
+ 3,
725
+ n0,
726
+ _SBDCTR,
727
+ 0,
728
+ [_cT, _cIo],
729
+ [0, 64 | 0],
730
+ ];
731
+ export var StartBatchDeleteConfigurationTaskResponse = [3, n0, _SBDCTRt, 0, [_tI], [0]];
732
+ export var StartContinuousExportRequest = [3, n0, _SCER, 0, [], []];
733
+ export var StartContinuousExportResponse = [
734
+ 3,
735
+ n0,
736
+ _SCERt,
737
+ 0,
738
+ [_eI, _sB, _sT, _dS, _sSC],
739
+ [0, 0, 4, 0, 128 | 0],
740
+ ];
741
+ export var StartDataCollectionByAgentIdsRequest = [3, n0, _SDCBAIR, 0, [_aIg], [64 | 0]];
742
+ export var StartDataCollectionByAgentIdsResponse = [
743
+ 3,
744
+ n0,
745
+ _SDCBAIRt,
746
+ 0,
747
+ [_aCSg],
748
+ [() => AgentConfigurationStatusList],
749
+ ];
750
+ export var StartExportTaskRequest = [
751
+ 3,
752
+ n0,
753
+ _SETR,
754
+ 0,
755
+ [_eDF, _fi, _sT, _eT, _p],
756
+ [64 | 0, [() => ExportFilters, 0], 4, 4, () => ExportPreferences],
757
+ ];
758
+ export var StartExportTaskResponse = [3, n0, _SETRt, 0, [_eI], [0]];
759
+ export var StartImportTaskRequest = [3, n0, _SITR, 0, [_cRT, _n, _iU], [[0, 4], 0, 0]];
760
+ export var StartImportTaskResponse = [3, n0, _SITRt, 0, [_ta], [() => ImportTask]];
761
+ export var StopContinuousExportRequest = [3, n0, _SCERto, 0, [_eI], [0]];
762
+ export var StopContinuousExportResponse = [3, n0, _SCERtop, 0, [_sT, _sTt], [4, 4]];
763
+ export var StopDataCollectionByAgentIdsRequest = [3, n0, _SDCBAIRto, 0, [_aIg], [64 | 0]];
764
+ export var StopDataCollectionByAgentIdsResponse = [
765
+ 3,
766
+ n0,
767
+ _SDCBAIRtop,
768
+ 0,
769
+ [_aCSg],
770
+ [() => AgentConfigurationStatusList],
771
+ ];
772
+ export var Tag = [3, n0, _T, 0, [_k, _va], [0, 0]];
773
+ export var TagFilter = [3, n0, _TF, 0, [_n, _val], [0, [() => FilterValues, 0]]];
774
+ export var UpdateApplicationRequest = [3, n0, _UAR, 0, [_cIon, _n, _d, _w], [0, 0, 0, 0]];
775
+ export var UpdateApplicationResponse = [3, n0, _UARp, 0, [], []];
776
+ export var UsageMetricBasis = [3, n0, _UMB, 0, [_n, _pA], [0, 1]];
777
+ export var __Unit = "unit";
778
+ export var ApplicationDiscoveryServiceServiceException = [
779
+ -3,
780
+ _sm,
781
+ "ApplicationDiscoveryServiceServiceException",
782
+ 0,
783
+ [],
784
+ [],
785
+ ];
786
+ TypeRegistry.for(_sm).registerError(ApplicationDiscoveryServiceServiceException, __ApplicationDiscoveryServiceServiceException);
787
+ export var AgentConfigurationStatusList = [1, n0, _ACSL, 0, () => AgentConfigurationStatus];
788
+ export var AgentIds = 64 | 0;
789
+ export var AgentNetworkInfoList = [1, n0, _ANIL, 0, [() => AgentNetworkInfo, 0]];
790
+ export var AgentsInfo = [1, n0, _AIg, 0, [() => AgentInfo, 0]];
791
+ export var ApplicationIdsList = 64 | 0;
792
+ export var BatchDeleteAgentErrors = [1, n0, _BDAEa, 0, () => BatchDeleteAgentError];
793
+ export var BatchDeleteImportDataErrorList = [1, n0, _BDIDEL, 0, () => BatchDeleteImportDataError];
794
+ export var ConfigurationIdList = 64 | 0;
795
+ export var Configurations = [1, n0, _C, 0, 128 | 0];
796
+ export var ConfigurationTagSet = [
797
+ 1,
798
+ n0,
799
+ _CTS,
800
+ 0,
801
+ [
802
+ () => ConfigurationTag,
803
+ {
804
+ [_xN]: _i,
805
+ },
806
+ ],
807
+ ];
808
+ export var ContinuousExportDescriptions = [1, n0, _CEDo, 0, () => ContinuousExportDescription];
809
+ export var ContinuousExportIds = 64 | 0;
810
+ export var DeleteAgents = [1, n0, _DAe, 0, () => DeleteAgent];
811
+ export var DeletionWarningsList = [1, n0, _DWL, 0, () => DeletionWarning];
812
+ export var DescribeConfigurationsAttributes = [1, n0, _DCA, 0, 128 | 0];
813
+ export var DescribeImportTasksFilterList = [1, n0, _DITFL, 0, () => ImportTaskFilter];
814
+ export var ExcludedInstanceTypes = 64 | 0;
815
+ export var ExportDataFormats = 64 | 0;
816
+ export var ExportFilters = [1, n0, _EFx, 0, [() => ExportFilter, 0]];
817
+ export var ExportIds = 64 | 0;
818
+ export var ExportsInfo = [1, n0, _EIx, 0, () => ExportInfo];
819
+ export var FailedConfigurationList = [1, n0, _FCL, 0, () => FailedConfiguration];
820
+ export var Filters = [1, n0, _Fi, 0, [() => Filter, 0]];
821
+ export var FilterValues = [
822
+ 1,
823
+ n0,
824
+ _FV,
825
+ 0,
826
+ [
827
+ 0,
828
+ {
829
+ [_xN]: _i,
830
+ },
831
+ ],
832
+ ];
833
+ export var ImportTaskFilterValueList = 64 | 0;
834
+ export var ImportTaskList = [1, n0, _ITL, 0, () => ImportTask];
835
+ export var NeighborDetailsList = [1, n0, _NDL, 0, () => NeighborConnectionDetail];
836
+ export var OrderByList = [1, n0, _OBL, 0, () => OrderByElement];
837
+ export var TagFilters = [1, n0, _TFa, 0, [() => TagFilter, 0]];
838
+ export var TagSet = [
839
+ 1,
840
+ n0,
841
+ _TS,
842
+ 0,
843
+ [
844
+ () => Tag,
845
+ {
846
+ [_xN]: _i,
847
+ },
848
+ ],
849
+ ];
850
+ export var ToDeleteIdentifierList = 64 | 0;
851
+ export var Configuration = 128 | 0;
852
+ export var DescribeConfigurationsAttribute = 128 | 0;
853
+ export var SchemaStorageConfig = 128 | 0;
854
+ export var ExportPreferences = [
855
+ 3,
856
+ n0,
857
+ _EP,
858
+ 0,
859
+ [_eRP],
860
+ [() => Ec2RecommendationsExportPreferences],
861
+ ];
862
+ export var AssociateConfigurationItemsToApplication = [
863
+ 9,
864
+ n0,
865
+ _ACITA,
866
+ 0,
867
+ () => AssociateConfigurationItemsToApplicationRequest,
868
+ () => AssociateConfigurationItemsToApplicationResponse,
869
+ ];
870
+ export var BatchDeleteAgents = [
871
+ 9,
872
+ n0,
873
+ _BDA,
874
+ 0,
875
+ () => BatchDeleteAgentsRequest,
876
+ () => BatchDeleteAgentsResponse,
877
+ ];
878
+ export var BatchDeleteImportData = [
879
+ 9,
880
+ n0,
881
+ _BDID,
882
+ 0,
883
+ () => BatchDeleteImportDataRequest,
884
+ () => BatchDeleteImportDataResponse,
885
+ ];
886
+ export var CreateApplication = [
887
+ 9,
888
+ n0,
889
+ _CA,
890
+ 0,
891
+ () => CreateApplicationRequest,
892
+ () => CreateApplicationResponse,
893
+ ];
894
+ export var CreateTags = [9, n0, _CTr, 0, () => CreateTagsRequest, () => CreateTagsResponse];
895
+ export var DeleteApplications = [
896
+ 9,
897
+ n0,
898
+ _DAel,
899
+ 0,
900
+ () => DeleteApplicationsRequest,
901
+ () => DeleteApplicationsResponse,
902
+ ];
903
+ export var DeleteTags = [9, n0, _DT, 0, () => DeleteTagsRequest, () => DeleteTagsResponse];
904
+ export var DescribeAgents = [
905
+ 9,
906
+ n0,
907
+ _DAes,
908
+ 0,
909
+ () => DescribeAgentsRequest,
910
+ () => DescribeAgentsResponse,
911
+ ];
912
+ export var DescribeBatchDeleteConfigurationTask = [
913
+ 9,
914
+ n0,
915
+ _DBDCT,
916
+ 0,
917
+ () => DescribeBatchDeleteConfigurationTaskRequest,
918
+ () => DescribeBatchDeleteConfigurationTaskResponse,
919
+ ];
920
+ export var DescribeConfigurations = [
921
+ 9,
922
+ n0,
923
+ _DC,
924
+ 0,
925
+ () => DescribeConfigurationsRequest,
926
+ () => DescribeConfigurationsResponse,
927
+ ];
928
+ export var DescribeContinuousExports = [
929
+ 9,
930
+ n0,
931
+ _DCE,
932
+ 0,
933
+ () => DescribeContinuousExportsRequest,
934
+ () => DescribeContinuousExportsResponse,
935
+ ];
936
+ export var DescribeExportConfigurations = [
937
+ 9,
938
+ n0,
939
+ _DEC,
940
+ 0,
941
+ () => DescribeExportConfigurationsRequest,
942
+ () => DescribeExportConfigurationsResponse,
943
+ ];
944
+ export var DescribeExportTasks = [
945
+ 9,
946
+ n0,
947
+ _DET,
948
+ 0,
949
+ () => DescribeExportTasksRequest,
950
+ () => DescribeExportTasksResponse,
951
+ ];
952
+ export var DescribeImportTasks = [
953
+ 9,
954
+ n0,
955
+ _DIT,
956
+ 0,
957
+ () => DescribeImportTasksRequest,
958
+ () => DescribeImportTasksResponse,
959
+ ];
960
+ export var DescribeTags = [
961
+ 9,
962
+ n0,
963
+ _DTe,
964
+ 0,
965
+ () => DescribeTagsRequest,
966
+ () => DescribeTagsResponse,
967
+ ];
968
+ export var DisassociateConfigurationItemsFromApplication = [
969
+ 9,
970
+ n0,
971
+ _DCIFA,
972
+ 0,
973
+ () => DisassociateConfigurationItemsFromApplicationRequest,
974
+ () => DisassociateConfigurationItemsFromApplicationResponse,
975
+ ];
976
+ export var ExportConfigurations = [
977
+ 9,
978
+ n0,
979
+ _EC,
980
+ 0,
981
+ () => __Unit,
982
+ () => ExportConfigurationsResponse,
983
+ ];
984
+ export var GetDiscoverySummary = [
985
+ 9,
986
+ n0,
987
+ _GDS,
988
+ 0,
989
+ () => GetDiscoverySummaryRequest,
990
+ () => GetDiscoverySummaryResponse,
991
+ ];
992
+ export var ListConfigurations = [
993
+ 9,
994
+ n0,
995
+ _LC,
996
+ 0,
997
+ () => ListConfigurationsRequest,
998
+ () => ListConfigurationsResponse,
999
+ ];
1000
+ export var ListServerNeighbors = [
1001
+ 9,
1002
+ n0,
1003
+ _LSN,
1004
+ 0,
1005
+ () => ListServerNeighborsRequest,
1006
+ () => ListServerNeighborsResponse,
1007
+ ];
1008
+ export var StartBatchDeleteConfigurationTask = [
1009
+ 9,
1010
+ n0,
1011
+ _SBDCT,
1012
+ 0,
1013
+ () => StartBatchDeleteConfigurationTaskRequest,
1014
+ () => StartBatchDeleteConfigurationTaskResponse,
1015
+ ];
1016
+ export var StartContinuousExport = [
1017
+ 9,
1018
+ n0,
1019
+ _SCE,
1020
+ 0,
1021
+ () => StartContinuousExportRequest,
1022
+ () => StartContinuousExportResponse,
1023
+ ];
1024
+ export var StartDataCollectionByAgentIds = [
1025
+ 9,
1026
+ n0,
1027
+ _SDCBAI,
1028
+ 0,
1029
+ () => StartDataCollectionByAgentIdsRequest,
1030
+ () => StartDataCollectionByAgentIdsResponse,
1031
+ ];
1032
+ export var StartExportTask = [
1033
+ 9,
1034
+ n0,
1035
+ _SET,
1036
+ 0,
1037
+ () => StartExportTaskRequest,
1038
+ () => StartExportTaskResponse,
1039
+ ];
1040
+ export var StartImportTask = [
1041
+ 9,
1042
+ n0,
1043
+ _SIT,
1044
+ 0,
1045
+ () => StartImportTaskRequest,
1046
+ () => StartImportTaskResponse,
1047
+ ];
1048
+ export var StopContinuousExport = [
1049
+ 9,
1050
+ n0,
1051
+ _SCEt,
1052
+ 0,
1053
+ () => StopContinuousExportRequest,
1054
+ () => StopContinuousExportResponse,
1055
+ ];
1056
+ export var StopDataCollectionByAgentIds = [
1057
+ 9,
1058
+ n0,
1059
+ _SDCBAIt,
1060
+ 0,
1061
+ () => StopDataCollectionByAgentIdsRequest,
1062
+ () => StopDataCollectionByAgentIdsResponse,
1063
+ ];
1064
+ export var UpdateApplication = [
1065
+ 9,
1066
+ n0,
1067
+ _UA,
1068
+ 0,
1069
+ () => UpdateApplicationRequest,
1070
+ () => UpdateApplicationResponse,
1071
+ ];