@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ApplicationDiscoveryService.d.ts +441 -130
- package/dist-types/ts3.4/ApplicationDiscoveryServiceClient.d.ts +255 -98
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +25 -25
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/ApplicationDiscoveryServiceServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +640 -799
- package/dist-types/ts3.4/pagination/DescribeContinuousExportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImportTasksPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +3 -3
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +305 -77
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
- package/package.json +34 -34
|
@@ -1,799 +1,640 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ApplicationDiscoveryServiceServiceException as __BaseException } from "./ApplicationDiscoveryServiceServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
export
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
export interface
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
}
|
|
111
|
-
export interface
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
}
|
|
115
|
-
export interface
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
}
|
|
138
|
-
export interface
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
export
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
export interface
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
}
|
|
371
|
-
export interface
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
export interface
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
}
|
|
411
|
-
export
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
}
|
|
429
|
-
export interface
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
export
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
export declare
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
export
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
export
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
export declare
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
export
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
export
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
export
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
export
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
startTime?: Date;
|
|
643
|
-
|
|
644
|
-
stopTime?: Date;
|
|
645
|
-
}
|
|
646
|
-
export interface StopDataCollectionByAgentIdsRequest {
|
|
647
|
-
|
|
648
|
-
agentIds: string[] | undefined;
|
|
649
|
-
}
|
|
650
|
-
export interface StopDataCollectionByAgentIdsResponse {
|
|
651
|
-
|
|
652
|
-
agentsConfigurationStatus?: AgentConfigurationStatus[];
|
|
653
|
-
}
|
|
654
|
-
export interface UpdateApplicationRequest {
|
|
655
|
-
|
|
656
|
-
configurationId: string | undefined;
|
|
657
|
-
|
|
658
|
-
name?: string;
|
|
659
|
-
|
|
660
|
-
description?: string;
|
|
661
|
-
}
|
|
662
|
-
export interface UpdateApplicationResponse {
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
export declare const AgentConfigurationStatusFilterSensitiveLog: (obj: AgentConfigurationStatus) => any;
|
|
666
|
-
|
|
667
|
-
export declare const AgentNetworkInfoFilterSensitiveLog: (obj: AgentNetworkInfo) => any;
|
|
668
|
-
|
|
669
|
-
export declare const AgentInfoFilterSensitiveLog: (obj: AgentInfo) => any;
|
|
670
|
-
|
|
671
|
-
export declare const AssociateConfigurationItemsToApplicationRequestFilterSensitiveLog: (obj: AssociateConfigurationItemsToApplicationRequest) => any;
|
|
672
|
-
|
|
673
|
-
export declare const AssociateConfigurationItemsToApplicationResponseFilterSensitiveLog: (obj: AssociateConfigurationItemsToApplicationResponse) => any;
|
|
674
|
-
|
|
675
|
-
export declare const BatchDeleteImportDataRequestFilterSensitiveLog: (obj: BatchDeleteImportDataRequest) => any;
|
|
676
|
-
|
|
677
|
-
export declare const BatchDeleteImportDataErrorFilterSensitiveLog: (obj: BatchDeleteImportDataError) => any;
|
|
678
|
-
|
|
679
|
-
export declare const BatchDeleteImportDataResponseFilterSensitiveLog: (obj: BatchDeleteImportDataResponse) => any;
|
|
680
|
-
|
|
681
|
-
export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
682
|
-
|
|
683
|
-
export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
684
|
-
|
|
685
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
686
|
-
|
|
687
|
-
export declare const CreateTagsRequestFilterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
688
|
-
|
|
689
|
-
export declare const CreateTagsResponseFilterSensitiveLog: (obj: CreateTagsResponse) => any;
|
|
690
|
-
|
|
691
|
-
export declare const DeleteApplicationsRequestFilterSensitiveLog: (obj: DeleteApplicationsRequest) => any;
|
|
692
|
-
|
|
693
|
-
export declare const DeleteApplicationsResponseFilterSensitiveLog: (obj: DeleteApplicationsResponse) => any;
|
|
694
|
-
|
|
695
|
-
export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
696
|
-
|
|
697
|
-
export declare const DeleteTagsResponseFilterSensitiveLog: (obj: DeleteTagsResponse) => any;
|
|
698
|
-
|
|
699
|
-
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
700
|
-
|
|
701
|
-
export declare const DescribeAgentsRequestFilterSensitiveLog: (obj: DescribeAgentsRequest) => any;
|
|
702
|
-
|
|
703
|
-
export declare const DescribeAgentsResponseFilterSensitiveLog: (obj: DescribeAgentsResponse) => any;
|
|
704
|
-
|
|
705
|
-
export declare const DescribeConfigurationsRequestFilterSensitiveLog: (obj: DescribeConfigurationsRequest) => any;
|
|
706
|
-
|
|
707
|
-
export declare const DescribeConfigurationsResponseFilterSensitiveLog: (obj: DescribeConfigurationsResponse) => any;
|
|
708
|
-
|
|
709
|
-
export declare const DescribeContinuousExportsRequestFilterSensitiveLog: (obj: DescribeContinuousExportsRequest) => any;
|
|
710
|
-
|
|
711
|
-
export declare const ContinuousExportDescriptionFilterSensitiveLog: (obj: ContinuousExportDescription) => any;
|
|
712
|
-
|
|
713
|
-
export declare const DescribeContinuousExportsResponseFilterSensitiveLog: (obj: DescribeContinuousExportsResponse) => any;
|
|
714
|
-
|
|
715
|
-
export declare const DescribeExportConfigurationsRequestFilterSensitiveLog: (obj: DescribeExportConfigurationsRequest) => any;
|
|
716
|
-
|
|
717
|
-
export declare const ExportInfoFilterSensitiveLog: (obj: ExportInfo) => any;
|
|
718
|
-
|
|
719
|
-
export declare const DescribeExportConfigurationsResponseFilterSensitiveLog: (obj: DescribeExportConfigurationsResponse) => any;
|
|
720
|
-
|
|
721
|
-
export declare const ExportFilterFilterSensitiveLog: (obj: ExportFilter) => any;
|
|
722
|
-
|
|
723
|
-
export declare const DescribeExportTasksRequestFilterSensitiveLog: (obj: DescribeExportTasksRequest) => any;
|
|
724
|
-
|
|
725
|
-
export declare const DescribeExportTasksResponseFilterSensitiveLog: (obj: DescribeExportTasksResponse) => any;
|
|
726
|
-
|
|
727
|
-
export declare const ImportTaskFilterFilterSensitiveLog: (obj: ImportTaskFilter) => any;
|
|
728
|
-
|
|
729
|
-
export declare const DescribeImportTasksRequestFilterSensitiveLog: (obj: DescribeImportTasksRequest) => any;
|
|
730
|
-
|
|
731
|
-
export declare const ImportTaskFilterSensitiveLog: (obj: ImportTask) => any;
|
|
732
|
-
|
|
733
|
-
export declare const DescribeImportTasksResponseFilterSensitiveLog: (obj: DescribeImportTasksResponse) => any;
|
|
734
|
-
|
|
735
|
-
export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
|
|
736
|
-
|
|
737
|
-
export declare const DescribeTagsRequestFilterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
738
|
-
|
|
739
|
-
export declare const ConfigurationTagFilterSensitiveLog: (obj: ConfigurationTag) => any;
|
|
740
|
-
|
|
741
|
-
export declare const DescribeTagsResponseFilterSensitiveLog: (obj: DescribeTagsResponse) => any;
|
|
742
|
-
|
|
743
|
-
export declare const DisassociateConfigurationItemsFromApplicationRequestFilterSensitiveLog: (obj: DisassociateConfigurationItemsFromApplicationRequest) => any;
|
|
744
|
-
|
|
745
|
-
export declare const DisassociateConfigurationItemsFromApplicationResponseFilterSensitiveLog: (obj: DisassociateConfigurationItemsFromApplicationResponse) => any;
|
|
746
|
-
|
|
747
|
-
export declare const ExportConfigurationsResponseFilterSensitiveLog: (obj: ExportConfigurationsResponse) => any;
|
|
748
|
-
|
|
749
|
-
export declare const GetDiscoverySummaryRequestFilterSensitiveLog: (obj: GetDiscoverySummaryRequest) => any;
|
|
750
|
-
|
|
751
|
-
export declare const CustomerAgentlessCollectorInfoFilterSensitiveLog: (obj: CustomerAgentlessCollectorInfo) => any;
|
|
752
|
-
|
|
753
|
-
export declare const CustomerAgentInfoFilterSensitiveLog: (obj: CustomerAgentInfo) => any;
|
|
754
|
-
|
|
755
|
-
export declare const CustomerConnectorInfoFilterSensitiveLog: (obj: CustomerConnectorInfo) => any;
|
|
756
|
-
|
|
757
|
-
export declare const CustomerMeCollectorInfoFilterSensitiveLog: (obj: CustomerMeCollectorInfo) => any;
|
|
758
|
-
|
|
759
|
-
export declare const GetDiscoverySummaryResponseFilterSensitiveLog: (obj: GetDiscoverySummaryResponse) => any;
|
|
760
|
-
|
|
761
|
-
export declare const OrderByElementFilterSensitiveLog: (obj: OrderByElement) => any;
|
|
762
|
-
|
|
763
|
-
export declare const ListConfigurationsRequestFilterSensitiveLog: (obj: ListConfigurationsRequest) => any;
|
|
764
|
-
|
|
765
|
-
export declare const ListConfigurationsResponseFilterSensitiveLog: (obj: ListConfigurationsResponse) => any;
|
|
766
|
-
|
|
767
|
-
export declare const ListServerNeighborsRequestFilterSensitiveLog: (obj: ListServerNeighborsRequest) => any;
|
|
768
|
-
|
|
769
|
-
export declare const NeighborConnectionDetailFilterSensitiveLog: (obj: NeighborConnectionDetail) => any;
|
|
770
|
-
|
|
771
|
-
export declare const ListServerNeighborsResponseFilterSensitiveLog: (obj: ListServerNeighborsResponse) => any;
|
|
772
|
-
|
|
773
|
-
export declare const StartContinuousExportRequestFilterSensitiveLog: (obj: StartContinuousExportRequest) => any;
|
|
774
|
-
|
|
775
|
-
export declare const StartContinuousExportResponseFilterSensitiveLog: (obj: StartContinuousExportResponse) => any;
|
|
776
|
-
|
|
777
|
-
export declare const StartDataCollectionByAgentIdsRequestFilterSensitiveLog: (obj: StartDataCollectionByAgentIdsRequest) => any;
|
|
778
|
-
|
|
779
|
-
export declare const StartDataCollectionByAgentIdsResponseFilterSensitiveLog: (obj: StartDataCollectionByAgentIdsResponse) => any;
|
|
780
|
-
|
|
781
|
-
export declare const StartExportTaskRequestFilterSensitiveLog: (obj: StartExportTaskRequest) => any;
|
|
782
|
-
|
|
783
|
-
export declare const StartExportTaskResponseFilterSensitiveLog: (obj: StartExportTaskResponse) => any;
|
|
784
|
-
|
|
785
|
-
export declare const StartImportTaskRequestFilterSensitiveLog: (obj: StartImportTaskRequest) => any;
|
|
786
|
-
|
|
787
|
-
export declare const StartImportTaskResponseFilterSensitiveLog: (obj: StartImportTaskResponse) => any;
|
|
788
|
-
|
|
789
|
-
export declare const StopContinuousExportRequestFilterSensitiveLog: (obj: StopContinuousExportRequest) => any;
|
|
790
|
-
|
|
791
|
-
export declare const StopContinuousExportResponseFilterSensitiveLog: (obj: StopContinuousExportResponse) => any;
|
|
792
|
-
|
|
793
|
-
export declare const StopDataCollectionByAgentIdsRequestFilterSensitiveLog: (obj: StopDataCollectionByAgentIdsRequest) => any;
|
|
794
|
-
|
|
795
|
-
export declare const StopDataCollectionByAgentIdsResponseFilterSensitiveLog: (obj: StopDataCollectionByAgentIdsResponse) => any;
|
|
796
|
-
|
|
797
|
-
export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
798
|
-
|
|
799
|
-
export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ApplicationDiscoveryServiceServiceException as __BaseException } from "./ApplicationDiscoveryServiceServiceException";
|
|
3
|
+
export interface AgentConfigurationStatus {
|
|
4
|
+
agentId?: string;
|
|
5
|
+
operationSucceeded?: boolean;
|
|
6
|
+
description?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface AgentNetworkInfo {
|
|
9
|
+
ipAddress?: string;
|
|
10
|
+
macAddress?: string;
|
|
11
|
+
}
|
|
12
|
+
export declare enum AgentStatus {
|
|
13
|
+
BLACKLISTED = "BLACKLISTED",
|
|
14
|
+
HEALTHY = "HEALTHY",
|
|
15
|
+
RUNNING = "RUNNING",
|
|
16
|
+
SHUTDOWN = "SHUTDOWN",
|
|
17
|
+
UNHEALTHY = "UNHEALTHY",
|
|
18
|
+
UNKNOWN = "UNKNOWN",
|
|
19
|
+
}
|
|
20
|
+
export interface AgentInfo {
|
|
21
|
+
agentId?: string;
|
|
22
|
+
hostName?: string;
|
|
23
|
+
agentNetworkInfoList?: AgentNetworkInfo[];
|
|
24
|
+
connectorId?: string;
|
|
25
|
+
version?: string;
|
|
26
|
+
health?: AgentStatus | string;
|
|
27
|
+
lastHealthPingTime?: string;
|
|
28
|
+
collectionStatus?: string;
|
|
29
|
+
agentType?: string;
|
|
30
|
+
registeredTime?: string;
|
|
31
|
+
}
|
|
32
|
+
export interface AssociateConfigurationItemsToApplicationRequest {
|
|
33
|
+
applicationConfigurationId: string | undefined;
|
|
34
|
+
configurationIds: string[] | undefined;
|
|
35
|
+
}
|
|
36
|
+
export interface AssociateConfigurationItemsToApplicationResponse {}
|
|
37
|
+
export declare class AuthorizationErrorException extends __BaseException {
|
|
38
|
+
readonly name: "AuthorizationErrorException";
|
|
39
|
+
readonly $fault: "client";
|
|
40
|
+
constructor(
|
|
41
|
+
opts: __ExceptionOptionType<AuthorizationErrorException, __BaseException>
|
|
42
|
+
);
|
|
43
|
+
}
|
|
44
|
+
export declare class HomeRegionNotSetException extends __BaseException {
|
|
45
|
+
readonly name: "HomeRegionNotSetException";
|
|
46
|
+
readonly $fault: "client";
|
|
47
|
+
constructor(
|
|
48
|
+
opts: __ExceptionOptionType<HomeRegionNotSetException, __BaseException>
|
|
49
|
+
);
|
|
50
|
+
}
|
|
51
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
52
|
+
readonly name: "InvalidParameterException";
|
|
53
|
+
readonly $fault: "client";
|
|
54
|
+
constructor(
|
|
55
|
+
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
56
|
+
);
|
|
57
|
+
}
|
|
58
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
59
|
+
readonly name: "InvalidParameterValueException";
|
|
60
|
+
readonly $fault: "client";
|
|
61
|
+
constructor(
|
|
62
|
+
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
63
|
+
);
|
|
64
|
+
}
|
|
65
|
+
export declare class ServerInternalErrorException extends __BaseException {
|
|
66
|
+
readonly name: "ServerInternalErrorException";
|
|
67
|
+
readonly $fault: "server";
|
|
68
|
+
constructor(
|
|
69
|
+
opts: __ExceptionOptionType<ServerInternalErrorException, __BaseException>
|
|
70
|
+
);
|
|
71
|
+
}
|
|
72
|
+
export interface BatchDeleteImportDataRequest {
|
|
73
|
+
importTaskIds: string[] | undefined;
|
|
74
|
+
}
|
|
75
|
+
export declare enum BatchDeleteImportDataErrorCode {
|
|
76
|
+
INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR",
|
|
77
|
+
NOT_FOUND = "NOT_FOUND",
|
|
78
|
+
OVER_LIMIT = "OVER_LIMIT",
|
|
79
|
+
}
|
|
80
|
+
export interface BatchDeleteImportDataError {
|
|
81
|
+
importTaskId?: string;
|
|
82
|
+
errorCode?: BatchDeleteImportDataErrorCode | string;
|
|
83
|
+
errorDescription?: string;
|
|
84
|
+
}
|
|
85
|
+
export interface BatchDeleteImportDataResponse {
|
|
86
|
+
errors?: BatchDeleteImportDataError[];
|
|
87
|
+
}
|
|
88
|
+
export interface CreateApplicationRequest {
|
|
89
|
+
name: string | undefined;
|
|
90
|
+
description?: string;
|
|
91
|
+
}
|
|
92
|
+
export interface CreateApplicationResponse {
|
|
93
|
+
configurationId?: string;
|
|
94
|
+
}
|
|
95
|
+
export interface Tag {
|
|
96
|
+
key: string | undefined;
|
|
97
|
+
value: string | undefined;
|
|
98
|
+
}
|
|
99
|
+
export interface CreateTagsRequest {
|
|
100
|
+
configurationIds: string[] | undefined;
|
|
101
|
+
tags: Tag[] | undefined;
|
|
102
|
+
}
|
|
103
|
+
export interface CreateTagsResponse {}
|
|
104
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
105
|
+
readonly name: "ResourceNotFoundException";
|
|
106
|
+
readonly $fault: "client";
|
|
107
|
+
constructor(
|
|
108
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
109
|
+
);
|
|
110
|
+
}
|
|
111
|
+
export interface DeleteApplicationsRequest {
|
|
112
|
+
configurationIds: string[] | undefined;
|
|
113
|
+
}
|
|
114
|
+
export interface DeleteApplicationsResponse {}
|
|
115
|
+
export interface DeleteTagsRequest {
|
|
116
|
+
configurationIds: string[] | undefined;
|
|
117
|
+
tags?: Tag[];
|
|
118
|
+
}
|
|
119
|
+
export interface DeleteTagsResponse {}
|
|
120
|
+
export interface Filter {
|
|
121
|
+
name: string | undefined;
|
|
122
|
+
values: string[] | undefined;
|
|
123
|
+
condition: string | undefined;
|
|
124
|
+
}
|
|
125
|
+
export interface DescribeAgentsRequest {
|
|
126
|
+
agentIds?: string[];
|
|
127
|
+
filters?: Filter[];
|
|
128
|
+
maxResults?: number;
|
|
129
|
+
nextToken?: string;
|
|
130
|
+
}
|
|
131
|
+
export interface DescribeAgentsResponse {
|
|
132
|
+
agentsInfo?: AgentInfo[];
|
|
133
|
+
nextToken?: string;
|
|
134
|
+
}
|
|
135
|
+
export interface DescribeConfigurationsRequest {
|
|
136
|
+
configurationIds: string[] | undefined;
|
|
137
|
+
}
|
|
138
|
+
export interface DescribeConfigurationsResponse {
|
|
139
|
+
configurations?: Record<string, string>[];
|
|
140
|
+
}
|
|
141
|
+
export interface DescribeContinuousExportsRequest {
|
|
142
|
+
exportIds?: string[];
|
|
143
|
+
maxResults?: number;
|
|
144
|
+
nextToken?: string;
|
|
145
|
+
}
|
|
146
|
+
export declare enum DataSource {
|
|
147
|
+
AGENT = "AGENT",
|
|
148
|
+
}
|
|
149
|
+
export declare enum ContinuousExportStatus {
|
|
150
|
+
ACTIVE = "ACTIVE",
|
|
151
|
+
ERROR = "ERROR",
|
|
152
|
+
INACTIVE = "INACTIVE",
|
|
153
|
+
START_FAILED = "START_FAILED",
|
|
154
|
+
START_IN_PROGRESS = "START_IN_PROGRESS",
|
|
155
|
+
STOP_FAILED = "STOP_FAILED",
|
|
156
|
+
STOP_IN_PROGRESS = "STOP_IN_PROGRESS",
|
|
157
|
+
}
|
|
158
|
+
export interface ContinuousExportDescription {
|
|
159
|
+
exportId?: string;
|
|
160
|
+
status?: ContinuousExportStatus | string;
|
|
161
|
+
statusDetail?: string;
|
|
162
|
+
s3Bucket?: string;
|
|
163
|
+
startTime?: Date;
|
|
164
|
+
stopTime?: Date;
|
|
165
|
+
dataSource?: DataSource | string;
|
|
166
|
+
schemaStorageConfig?: Record<string, string>;
|
|
167
|
+
}
|
|
168
|
+
export interface DescribeContinuousExportsResponse {
|
|
169
|
+
descriptions?: ContinuousExportDescription[];
|
|
170
|
+
nextToken?: string;
|
|
171
|
+
}
|
|
172
|
+
export declare class OperationNotPermittedException extends __BaseException {
|
|
173
|
+
readonly name: "OperationNotPermittedException";
|
|
174
|
+
readonly $fault: "client";
|
|
175
|
+
constructor(
|
|
176
|
+
opts: __ExceptionOptionType<OperationNotPermittedException, __BaseException>
|
|
177
|
+
);
|
|
178
|
+
}
|
|
179
|
+
export interface DescribeExportConfigurationsRequest {
|
|
180
|
+
exportIds?: string[];
|
|
181
|
+
maxResults?: number;
|
|
182
|
+
nextToken?: string;
|
|
183
|
+
}
|
|
184
|
+
export declare enum ExportStatus {
|
|
185
|
+
FAILED = "FAILED",
|
|
186
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
187
|
+
SUCCEEDED = "SUCCEEDED",
|
|
188
|
+
}
|
|
189
|
+
export interface ExportInfo {
|
|
190
|
+
exportId: string | undefined;
|
|
191
|
+
exportStatus: ExportStatus | string | undefined;
|
|
192
|
+
statusMessage: string | undefined;
|
|
193
|
+
configurationsDownloadUrl?: string;
|
|
194
|
+
exportRequestTime: Date | undefined;
|
|
195
|
+
isTruncated?: boolean;
|
|
196
|
+
requestedStartTime?: Date;
|
|
197
|
+
requestedEndTime?: Date;
|
|
198
|
+
}
|
|
199
|
+
export interface DescribeExportConfigurationsResponse {
|
|
200
|
+
exportsInfo?: ExportInfo[];
|
|
201
|
+
nextToken?: string;
|
|
202
|
+
}
|
|
203
|
+
export interface ExportFilter {
|
|
204
|
+
name: string | undefined;
|
|
205
|
+
values: string[] | undefined;
|
|
206
|
+
condition: string | undefined;
|
|
207
|
+
}
|
|
208
|
+
export interface DescribeExportTasksRequest {
|
|
209
|
+
exportIds?: string[];
|
|
210
|
+
filters?: ExportFilter[];
|
|
211
|
+
maxResults?: number;
|
|
212
|
+
nextToken?: string;
|
|
213
|
+
}
|
|
214
|
+
export interface DescribeExportTasksResponse {
|
|
215
|
+
exportsInfo?: ExportInfo[];
|
|
216
|
+
nextToken?: string;
|
|
217
|
+
}
|
|
218
|
+
export declare enum ImportTaskFilterName {
|
|
219
|
+
IMPORT_TASK_ID = "IMPORT_TASK_ID",
|
|
220
|
+
NAME = "NAME",
|
|
221
|
+
STATUS = "STATUS",
|
|
222
|
+
}
|
|
223
|
+
export interface ImportTaskFilter {
|
|
224
|
+
name?: ImportTaskFilterName | string;
|
|
225
|
+
values?: string[];
|
|
226
|
+
}
|
|
227
|
+
export interface DescribeImportTasksRequest {
|
|
228
|
+
filters?: ImportTaskFilter[];
|
|
229
|
+
maxResults?: number;
|
|
230
|
+
nextToken?: string;
|
|
231
|
+
}
|
|
232
|
+
export declare enum ImportStatus {
|
|
233
|
+
DELETE_COMPLETE = "DELETE_COMPLETE",
|
|
234
|
+
DELETE_FAILED = "DELETE_FAILED",
|
|
235
|
+
DELETE_FAILED_LIMIT_EXCEEDED = "DELETE_FAILED_LIMIT_EXCEEDED",
|
|
236
|
+
DELETE_IN_PROGRESS = "DELETE_IN_PROGRESS",
|
|
237
|
+
IMPORT_COMPLETE = "IMPORT_COMPLETE",
|
|
238
|
+
IMPORT_COMPLETE_WITH_ERRORS = "IMPORT_COMPLETE_WITH_ERRORS",
|
|
239
|
+
IMPORT_FAILED = "IMPORT_FAILED",
|
|
240
|
+
IMPORT_FAILED_RECORD_LIMIT_EXCEEDED = "IMPORT_FAILED_RECORD_LIMIT_EXCEEDED",
|
|
241
|
+
IMPORT_FAILED_SERVER_LIMIT_EXCEEDED = "IMPORT_FAILED_SERVER_LIMIT_EXCEEDED",
|
|
242
|
+
IMPORT_IN_PROGRESS = "IMPORT_IN_PROGRESS",
|
|
243
|
+
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
244
|
+
}
|
|
245
|
+
export interface ImportTask {
|
|
246
|
+
importTaskId?: string;
|
|
247
|
+
clientRequestToken?: string;
|
|
248
|
+
name?: string;
|
|
249
|
+
importUrl?: string;
|
|
250
|
+
status?: ImportStatus | string;
|
|
251
|
+
importRequestTime?: Date;
|
|
252
|
+
importCompletionTime?: Date;
|
|
253
|
+
importDeletedTime?: Date;
|
|
254
|
+
serverImportSuccess?: number;
|
|
255
|
+
serverImportFailure?: number;
|
|
256
|
+
applicationImportSuccess?: number;
|
|
257
|
+
applicationImportFailure?: number;
|
|
258
|
+
errorsAndFailedEntriesZip?: string;
|
|
259
|
+
}
|
|
260
|
+
export interface DescribeImportTasksResponse {
|
|
261
|
+
nextToken?: string;
|
|
262
|
+
tasks?: ImportTask[];
|
|
263
|
+
}
|
|
264
|
+
export interface TagFilter {
|
|
265
|
+
name: string | undefined;
|
|
266
|
+
values: string[] | undefined;
|
|
267
|
+
}
|
|
268
|
+
export interface DescribeTagsRequest {
|
|
269
|
+
filters?: TagFilter[];
|
|
270
|
+
maxResults?: number;
|
|
271
|
+
nextToken?: string;
|
|
272
|
+
}
|
|
273
|
+
export declare enum ConfigurationItemType {
|
|
274
|
+
APPLICATION = "APPLICATION",
|
|
275
|
+
CONNECTIONS = "CONNECTION",
|
|
276
|
+
PROCESS = "PROCESS",
|
|
277
|
+
SERVER = "SERVER",
|
|
278
|
+
}
|
|
279
|
+
export interface ConfigurationTag {
|
|
280
|
+
configurationType?: ConfigurationItemType | string;
|
|
281
|
+
configurationId?: string;
|
|
282
|
+
key?: string;
|
|
283
|
+
value?: string;
|
|
284
|
+
timeOfCreation?: Date;
|
|
285
|
+
}
|
|
286
|
+
export interface DescribeTagsResponse {
|
|
287
|
+
tags?: ConfigurationTag[];
|
|
288
|
+
nextToken?: string;
|
|
289
|
+
}
|
|
290
|
+
export interface DisassociateConfigurationItemsFromApplicationRequest {
|
|
291
|
+
applicationConfigurationId: string | undefined;
|
|
292
|
+
configurationIds: string[] | undefined;
|
|
293
|
+
}
|
|
294
|
+
export interface DisassociateConfigurationItemsFromApplicationResponse {}
|
|
295
|
+
export interface ExportConfigurationsResponse {
|
|
296
|
+
exportId?: string;
|
|
297
|
+
}
|
|
298
|
+
export interface GetDiscoverySummaryRequest {}
|
|
299
|
+
export interface CustomerAgentlessCollectorInfo {
|
|
300
|
+
activeAgentlessCollectors: number | undefined;
|
|
301
|
+
healthyAgentlessCollectors: number | undefined;
|
|
302
|
+
denyListedAgentlessCollectors: number | undefined;
|
|
303
|
+
shutdownAgentlessCollectors: number | undefined;
|
|
304
|
+
unhealthyAgentlessCollectors: number | undefined;
|
|
305
|
+
totalAgentlessCollectors: number | undefined;
|
|
306
|
+
unknownAgentlessCollectors: number | undefined;
|
|
307
|
+
}
|
|
308
|
+
export interface CustomerAgentInfo {
|
|
309
|
+
activeAgents: number | undefined;
|
|
310
|
+
healthyAgents: number | undefined;
|
|
311
|
+
blackListedAgents: number | undefined;
|
|
312
|
+
shutdownAgents: number | undefined;
|
|
313
|
+
unhealthyAgents: number | undefined;
|
|
314
|
+
totalAgents: number | undefined;
|
|
315
|
+
unknownAgents: number | undefined;
|
|
316
|
+
}
|
|
317
|
+
export interface CustomerConnectorInfo {
|
|
318
|
+
activeConnectors: number | undefined;
|
|
319
|
+
healthyConnectors: number | undefined;
|
|
320
|
+
blackListedConnectors: number | undefined;
|
|
321
|
+
shutdownConnectors: number | undefined;
|
|
322
|
+
unhealthyConnectors: number | undefined;
|
|
323
|
+
totalConnectors: number | undefined;
|
|
324
|
+
unknownConnectors: number | undefined;
|
|
325
|
+
}
|
|
326
|
+
export interface CustomerMeCollectorInfo {
|
|
327
|
+
activeMeCollectors: number | undefined;
|
|
328
|
+
healthyMeCollectors: number | undefined;
|
|
329
|
+
denyListedMeCollectors: number | undefined;
|
|
330
|
+
shutdownMeCollectors: number | undefined;
|
|
331
|
+
unhealthyMeCollectors: number | undefined;
|
|
332
|
+
totalMeCollectors: number | undefined;
|
|
333
|
+
unknownMeCollectors: number | undefined;
|
|
334
|
+
}
|
|
335
|
+
export interface GetDiscoverySummaryResponse {
|
|
336
|
+
servers?: number;
|
|
337
|
+
applications?: number;
|
|
338
|
+
serversMappedToApplications?: number;
|
|
339
|
+
serversMappedtoTags?: number;
|
|
340
|
+
agentSummary?: CustomerAgentInfo;
|
|
341
|
+
connectorSummary?: CustomerConnectorInfo;
|
|
342
|
+
meCollectorSummary?: CustomerMeCollectorInfo;
|
|
343
|
+
agentlessCollectorSummary?: CustomerAgentlessCollectorInfo;
|
|
344
|
+
}
|
|
345
|
+
export declare enum OrderString {
|
|
346
|
+
ASC = "ASC",
|
|
347
|
+
DESC = "DESC",
|
|
348
|
+
}
|
|
349
|
+
export interface OrderByElement {
|
|
350
|
+
fieldName: string | undefined;
|
|
351
|
+
sortOrder?: OrderString | string;
|
|
352
|
+
}
|
|
353
|
+
export interface ListConfigurationsRequest {
|
|
354
|
+
configurationType: ConfigurationItemType | string | undefined;
|
|
355
|
+
filters?: Filter[];
|
|
356
|
+
maxResults?: number;
|
|
357
|
+
nextToken?: string;
|
|
358
|
+
orderBy?: OrderByElement[];
|
|
359
|
+
}
|
|
360
|
+
export interface ListConfigurationsResponse {
|
|
361
|
+
configurations?: Record<string, string>[];
|
|
362
|
+
nextToken?: string;
|
|
363
|
+
}
|
|
364
|
+
export interface ListServerNeighborsRequest {
|
|
365
|
+
configurationId: string | undefined;
|
|
366
|
+
portInformationNeeded?: boolean;
|
|
367
|
+
neighborConfigurationIds?: string[];
|
|
368
|
+
maxResults?: number;
|
|
369
|
+
nextToken?: string;
|
|
370
|
+
}
|
|
371
|
+
export interface NeighborConnectionDetail {
|
|
372
|
+
sourceServerId: string | undefined;
|
|
373
|
+
destinationServerId: string | undefined;
|
|
374
|
+
destinationPort?: number;
|
|
375
|
+
transportProtocol?: string;
|
|
376
|
+
connectionsCount: number | undefined;
|
|
377
|
+
}
|
|
378
|
+
export interface ListServerNeighborsResponse {
|
|
379
|
+
neighbors: NeighborConnectionDetail[] | undefined;
|
|
380
|
+
nextToken?: string;
|
|
381
|
+
knownDependencyCount?: number;
|
|
382
|
+
}
|
|
383
|
+
export declare class ConflictErrorException extends __BaseException {
|
|
384
|
+
readonly name: "ConflictErrorException";
|
|
385
|
+
readonly $fault: "client";
|
|
386
|
+
constructor(
|
|
387
|
+
opts: __ExceptionOptionType<ConflictErrorException, __BaseException>
|
|
388
|
+
);
|
|
389
|
+
}
|
|
390
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
391
|
+
readonly name: "ResourceInUseException";
|
|
392
|
+
readonly $fault: "client";
|
|
393
|
+
constructor(
|
|
394
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
395
|
+
);
|
|
396
|
+
}
|
|
397
|
+
export interface StartContinuousExportRequest {}
|
|
398
|
+
export interface StartContinuousExportResponse {
|
|
399
|
+
exportId?: string;
|
|
400
|
+
s3Bucket?: string;
|
|
401
|
+
startTime?: Date;
|
|
402
|
+
dataSource?: DataSource | string;
|
|
403
|
+
schemaStorageConfig?: Record<string, string>;
|
|
404
|
+
}
|
|
405
|
+
export interface StartDataCollectionByAgentIdsRequest {
|
|
406
|
+
agentIds: string[] | undefined;
|
|
407
|
+
}
|
|
408
|
+
export interface StartDataCollectionByAgentIdsResponse {
|
|
409
|
+
agentsConfigurationStatus?: AgentConfigurationStatus[];
|
|
410
|
+
}
|
|
411
|
+
export declare enum ExportDataFormat {
|
|
412
|
+
CSV = "CSV",
|
|
413
|
+
GRAPHML = "GRAPHML",
|
|
414
|
+
}
|
|
415
|
+
export interface StartExportTaskRequest {
|
|
416
|
+
exportDataFormat?: (ExportDataFormat | string)[];
|
|
417
|
+
filters?: ExportFilter[];
|
|
418
|
+
startTime?: Date;
|
|
419
|
+
endTime?: Date;
|
|
420
|
+
}
|
|
421
|
+
export interface StartExportTaskResponse {
|
|
422
|
+
exportId?: string;
|
|
423
|
+
}
|
|
424
|
+
export interface StartImportTaskRequest {
|
|
425
|
+
clientRequestToken?: string;
|
|
426
|
+
name: string | undefined;
|
|
427
|
+
importUrl: string | undefined;
|
|
428
|
+
}
|
|
429
|
+
export interface StartImportTaskResponse {
|
|
430
|
+
task?: ImportTask;
|
|
431
|
+
}
|
|
432
|
+
export interface StopContinuousExportRequest {
|
|
433
|
+
exportId: string | undefined;
|
|
434
|
+
}
|
|
435
|
+
export interface StopContinuousExportResponse {
|
|
436
|
+
startTime?: Date;
|
|
437
|
+
stopTime?: Date;
|
|
438
|
+
}
|
|
439
|
+
export interface StopDataCollectionByAgentIdsRequest {
|
|
440
|
+
agentIds: string[] | undefined;
|
|
441
|
+
}
|
|
442
|
+
export interface StopDataCollectionByAgentIdsResponse {
|
|
443
|
+
agentsConfigurationStatus?: AgentConfigurationStatus[];
|
|
444
|
+
}
|
|
445
|
+
export interface UpdateApplicationRequest {
|
|
446
|
+
configurationId: string | undefined;
|
|
447
|
+
name?: string;
|
|
448
|
+
description?: string;
|
|
449
|
+
}
|
|
450
|
+
export interface UpdateApplicationResponse {}
|
|
451
|
+
export declare const AgentConfigurationStatusFilterSensitiveLog: (
|
|
452
|
+
obj: AgentConfigurationStatus
|
|
453
|
+
) => any;
|
|
454
|
+
export declare const AgentNetworkInfoFilterSensitiveLog: (
|
|
455
|
+
obj: AgentNetworkInfo
|
|
456
|
+
) => any;
|
|
457
|
+
export declare const AgentInfoFilterSensitiveLog: (obj: AgentInfo) => any;
|
|
458
|
+
export declare const AssociateConfigurationItemsToApplicationRequestFilterSensitiveLog: (
|
|
459
|
+
obj: AssociateConfigurationItemsToApplicationRequest
|
|
460
|
+
) => any;
|
|
461
|
+
export declare const AssociateConfigurationItemsToApplicationResponseFilterSensitiveLog: (
|
|
462
|
+
obj: AssociateConfigurationItemsToApplicationResponse
|
|
463
|
+
) => any;
|
|
464
|
+
export declare const BatchDeleteImportDataRequestFilterSensitiveLog: (
|
|
465
|
+
obj: BatchDeleteImportDataRequest
|
|
466
|
+
) => any;
|
|
467
|
+
export declare const BatchDeleteImportDataErrorFilterSensitiveLog: (
|
|
468
|
+
obj: BatchDeleteImportDataError
|
|
469
|
+
) => any;
|
|
470
|
+
export declare const BatchDeleteImportDataResponseFilterSensitiveLog: (
|
|
471
|
+
obj: BatchDeleteImportDataResponse
|
|
472
|
+
) => any;
|
|
473
|
+
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
474
|
+
obj: CreateApplicationRequest
|
|
475
|
+
) => any;
|
|
476
|
+
export declare const CreateApplicationResponseFilterSensitiveLog: (
|
|
477
|
+
obj: CreateApplicationResponse
|
|
478
|
+
) => any;
|
|
479
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
480
|
+
export declare const CreateTagsRequestFilterSensitiveLog: (
|
|
481
|
+
obj: CreateTagsRequest
|
|
482
|
+
) => any;
|
|
483
|
+
export declare const CreateTagsResponseFilterSensitiveLog: (
|
|
484
|
+
obj: CreateTagsResponse
|
|
485
|
+
) => any;
|
|
486
|
+
export declare const DeleteApplicationsRequestFilterSensitiveLog: (
|
|
487
|
+
obj: DeleteApplicationsRequest
|
|
488
|
+
) => any;
|
|
489
|
+
export declare const DeleteApplicationsResponseFilterSensitiveLog: (
|
|
490
|
+
obj: DeleteApplicationsResponse
|
|
491
|
+
) => any;
|
|
492
|
+
export declare const DeleteTagsRequestFilterSensitiveLog: (
|
|
493
|
+
obj: DeleteTagsRequest
|
|
494
|
+
) => any;
|
|
495
|
+
export declare const DeleteTagsResponseFilterSensitiveLog: (
|
|
496
|
+
obj: DeleteTagsResponse
|
|
497
|
+
) => any;
|
|
498
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
499
|
+
export declare const DescribeAgentsRequestFilterSensitiveLog: (
|
|
500
|
+
obj: DescribeAgentsRequest
|
|
501
|
+
) => any;
|
|
502
|
+
export declare const DescribeAgentsResponseFilterSensitiveLog: (
|
|
503
|
+
obj: DescribeAgentsResponse
|
|
504
|
+
) => any;
|
|
505
|
+
export declare const DescribeConfigurationsRequestFilterSensitiveLog: (
|
|
506
|
+
obj: DescribeConfigurationsRequest
|
|
507
|
+
) => any;
|
|
508
|
+
export declare const DescribeConfigurationsResponseFilterSensitiveLog: (
|
|
509
|
+
obj: DescribeConfigurationsResponse
|
|
510
|
+
) => any;
|
|
511
|
+
export declare const DescribeContinuousExportsRequestFilterSensitiveLog: (
|
|
512
|
+
obj: DescribeContinuousExportsRequest
|
|
513
|
+
) => any;
|
|
514
|
+
export declare const ContinuousExportDescriptionFilterSensitiveLog: (
|
|
515
|
+
obj: ContinuousExportDescription
|
|
516
|
+
) => any;
|
|
517
|
+
export declare const DescribeContinuousExportsResponseFilterSensitiveLog: (
|
|
518
|
+
obj: DescribeContinuousExportsResponse
|
|
519
|
+
) => any;
|
|
520
|
+
export declare const DescribeExportConfigurationsRequestFilterSensitiveLog: (
|
|
521
|
+
obj: DescribeExportConfigurationsRequest
|
|
522
|
+
) => any;
|
|
523
|
+
export declare const ExportInfoFilterSensitiveLog: (obj: ExportInfo) => any;
|
|
524
|
+
export declare const DescribeExportConfigurationsResponseFilterSensitiveLog: (
|
|
525
|
+
obj: DescribeExportConfigurationsResponse
|
|
526
|
+
) => any;
|
|
527
|
+
export declare const ExportFilterFilterSensitiveLog: (obj: ExportFilter) => any;
|
|
528
|
+
export declare const DescribeExportTasksRequestFilterSensitiveLog: (
|
|
529
|
+
obj: DescribeExportTasksRequest
|
|
530
|
+
) => any;
|
|
531
|
+
export declare const DescribeExportTasksResponseFilterSensitiveLog: (
|
|
532
|
+
obj: DescribeExportTasksResponse
|
|
533
|
+
) => any;
|
|
534
|
+
export declare const ImportTaskFilterFilterSensitiveLog: (
|
|
535
|
+
obj: ImportTaskFilter
|
|
536
|
+
) => any;
|
|
537
|
+
export declare const DescribeImportTasksRequestFilterSensitiveLog: (
|
|
538
|
+
obj: DescribeImportTasksRequest
|
|
539
|
+
) => any;
|
|
540
|
+
export declare const ImportTaskFilterSensitiveLog: (obj: ImportTask) => any;
|
|
541
|
+
export declare const DescribeImportTasksResponseFilterSensitiveLog: (
|
|
542
|
+
obj: DescribeImportTasksResponse
|
|
543
|
+
) => any;
|
|
544
|
+
export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
|
|
545
|
+
export declare const DescribeTagsRequestFilterSensitiveLog: (
|
|
546
|
+
obj: DescribeTagsRequest
|
|
547
|
+
) => any;
|
|
548
|
+
export declare const ConfigurationTagFilterSensitiveLog: (
|
|
549
|
+
obj: ConfigurationTag
|
|
550
|
+
) => any;
|
|
551
|
+
export declare const DescribeTagsResponseFilterSensitiveLog: (
|
|
552
|
+
obj: DescribeTagsResponse
|
|
553
|
+
) => any;
|
|
554
|
+
export declare const DisassociateConfigurationItemsFromApplicationRequestFilterSensitiveLog: (
|
|
555
|
+
obj: DisassociateConfigurationItemsFromApplicationRequest
|
|
556
|
+
) => any;
|
|
557
|
+
export declare const DisassociateConfigurationItemsFromApplicationResponseFilterSensitiveLog: (
|
|
558
|
+
obj: DisassociateConfigurationItemsFromApplicationResponse
|
|
559
|
+
) => any;
|
|
560
|
+
export declare const ExportConfigurationsResponseFilterSensitiveLog: (
|
|
561
|
+
obj: ExportConfigurationsResponse
|
|
562
|
+
) => any;
|
|
563
|
+
export declare const GetDiscoverySummaryRequestFilterSensitiveLog: (
|
|
564
|
+
obj: GetDiscoverySummaryRequest
|
|
565
|
+
) => any;
|
|
566
|
+
export declare const CustomerAgentlessCollectorInfoFilterSensitiveLog: (
|
|
567
|
+
obj: CustomerAgentlessCollectorInfo
|
|
568
|
+
) => any;
|
|
569
|
+
export declare const CustomerAgentInfoFilterSensitiveLog: (
|
|
570
|
+
obj: CustomerAgentInfo
|
|
571
|
+
) => any;
|
|
572
|
+
export declare const CustomerConnectorInfoFilterSensitiveLog: (
|
|
573
|
+
obj: CustomerConnectorInfo
|
|
574
|
+
) => any;
|
|
575
|
+
export declare const CustomerMeCollectorInfoFilterSensitiveLog: (
|
|
576
|
+
obj: CustomerMeCollectorInfo
|
|
577
|
+
) => any;
|
|
578
|
+
export declare const GetDiscoverySummaryResponseFilterSensitiveLog: (
|
|
579
|
+
obj: GetDiscoverySummaryResponse
|
|
580
|
+
) => any;
|
|
581
|
+
export declare const OrderByElementFilterSensitiveLog: (
|
|
582
|
+
obj: OrderByElement
|
|
583
|
+
) => any;
|
|
584
|
+
export declare const ListConfigurationsRequestFilterSensitiveLog: (
|
|
585
|
+
obj: ListConfigurationsRequest
|
|
586
|
+
) => any;
|
|
587
|
+
export declare const ListConfigurationsResponseFilterSensitiveLog: (
|
|
588
|
+
obj: ListConfigurationsResponse
|
|
589
|
+
) => any;
|
|
590
|
+
export declare const ListServerNeighborsRequestFilterSensitiveLog: (
|
|
591
|
+
obj: ListServerNeighborsRequest
|
|
592
|
+
) => any;
|
|
593
|
+
export declare const NeighborConnectionDetailFilterSensitiveLog: (
|
|
594
|
+
obj: NeighborConnectionDetail
|
|
595
|
+
) => any;
|
|
596
|
+
export declare const ListServerNeighborsResponseFilterSensitiveLog: (
|
|
597
|
+
obj: ListServerNeighborsResponse
|
|
598
|
+
) => any;
|
|
599
|
+
export declare const StartContinuousExportRequestFilterSensitiveLog: (
|
|
600
|
+
obj: StartContinuousExportRequest
|
|
601
|
+
) => any;
|
|
602
|
+
export declare const StartContinuousExportResponseFilterSensitiveLog: (
|
|
603
|
+
obj: StartContinuousExportResponse
|
|
604
|
+
) => any;
|
|
605
|
+
export declare const StartDataCollectionByAgentIdsRequestFilterSensitiveLog: (
|
|
606
|
+
obj: StartDataCollectionByAgentIdsRequest
|
|
607
|
+
) => any;
|
|
608
|
+
export declare const StartDataCollectionByAgentIdsResponseFilterSensitiveLog: (
|
|
609
|
+
obj: StartDataCollectionByAgentIdsResponse
|
|
610
|
+
) => any;
|
|
611
|
+
export declare const StartExportTaskRequestFilterSensitiveLog: (
|
|
612
|
+
obj: StartExportTaskRequest
|
|
613
|
+
) => any;
|
|
614
|
+
export declare const StartExportTaskResponseFilterSensitiveLog: (
|
|
615
|
+
obj: StartExportTaskResponse
|
|
616
|
+
) => any;
|
|
617
|
+
export declare const StartImportTaskRequestFilterSensitiveLog: (
|
|
618
|
+
obj: StartImportTaskRequest
|
|
619
|
+
) => any;
|
|
620
|
+
export declare const StartImportTaskResponseFilterSensitiveLog: (
|
|
621
|
+
obj: StartImportTaskResponse
|
|
622
|
+
) => any;
|
|
623
|
+
export declare const StopContinuousExportRequestFilterSensitiveLog: (
|
|
624
|
+
obj: StopContinuousExportRequest
|
|
625
|
+
) => any;
|
|
626
|
+
export declare const StopContinuousExportResponseFilterSensitiveLog: (
|
|
627
|
+
obj: StopContinuousExportResponse
|
|
628
|
+
) => any;
|
|
629
|
+
export declare const StopDataCollectionByAgentIdsRequestFilterSensitiveLog: (
|
|
630
|
+
obj: StopDataCollectionByAgentIdsRequest
|
|
631
|
+
) => any;
|
|
632
|
+
export declare const StopDataCollectionByAgentIdsResponseFilterSensitiveLog: (
|
|
633
|
+
obj: StopDataCollectionByAgentIdsResponse
|
|
634
|
+
) => any;
|
|
635
|
+
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
636
|
+
obj: UpdateApplicationRequest
|
|
637
|
+
) => any;
|
|
638
|
+
export declare const UpdateApplicationResponseFilterSensitiveLog: (
|
|
639
|
+
obj: UpdateApplicationResponse
|
|
640
|
+
) => any;
|