@aws-sdk/client-application-discovery-service 3.131.0 → 3.141.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteImportDataCommand.js +2 -2
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateTagsCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationsCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +2 -2
- package/dist-cjs/commands/DescribeAgentsCommand.js +2 -2
- package/dist-cjs/commands/DescribeConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeContinuousExportsCommand.js +2 -2
- package/dist-cjs/commands/DescribeExportConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/DescribeExportTasksCommand.js +2 -2
- package/dist-cjs/commands/DescribeImportTasksCommand.js +2 -2
- package/dist-cjs/commands/DescribeTagsCommand.js +2 -2
- package/dist-cjs/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -2
- package/dist-cjs/commands/ExportConfigurationsCommand.js +1 -1
- package/dist-cjs/commands/GetDiscoverySummaryCommand.js +2 -2
- package/dist-cjs/commands/ListConfigurationsCommand.js +2 -2
- package/dist-cjs/commands/ListServerNeighborsCommand.js +2 -2
- package/dist-cjs/commands/StartContinuousExportCommand.js +2 -2
- package/dist-cjs/commands/StartDataCollectionByAgentIdsCommand.js +2 -2
- package/dist-cjs/commands/StartExportTaskCommand.js +2 -2
- package/dist-cjs/commands/StartImportTaskCommand.js +2 -2
- package/dist-cjs/commands/StopContinuousExportCommand.js +2 -2
- package/dist-cjs/commands/StopDataCollectionByAgentIdsCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +274 -404
- package/dist-cjs/protocols/Aws_json1_1.js +14 -0
- package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +3 -3
- package/dist-es/commands/BatchDeleteImportDataCommand.js +3 -3
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateTagsCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationsCommand.js +3 -3
- package/dist-es/commands/DeleteTagsCommand.js +3 -3
- package/dist-es/commands/DescribeAgentsCommand.js +3 -3
- package/dist-es/commands/DescribeConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribeContinuousExportsCommand.js +3 -3
- package/dist-es/commands/DescribeExportConfigurationsCommand.js +3 -3
- package/dist-es/commands/DescribeExportTasksCommand.js +3 -3
- package/dist-es/commands/DescribeImportTasksCommand.js +3 -3
- package/dist-es/commands/DescribeTagsCommand.js +3 -3
- package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +3 -3
- package/dist-es/commands/ExportConfigurationsCommand.js +2 -2
- package/dist-es/commands/GetDiscoverySummaryCommand.js +3 -3
- package/dist-es/commands/ListConfigurationsCommand.js +3 -3
- package/dist-es/commands/ListServerNeighborsCommand.js +3 -3
- package/dist-es/commands/StartContinuousExportCommand.js +3 -3
- package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +3 -3
- package/dist-es/commands/StartExportTaskCommand.js +3 -3
- package/dist-es/commands/StartImportTaskCommand.js +3 -3
- package/dist-es/commands/StopContinuousExportCommand.js +3 -3
- package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/models/models_0.js +68 -268
- package/dist-es/protocols/Aws_json1_1.js +14 -0
- package/dist-types/models/models_0.d.ts +281 -401
- package/dist-types/ts3.4/models/models_0.d.ts +145 -267
- package/package.json +6 -6
|
@@ -9,10 +9,6 @@ export interface AgentConfigurationStatus {
|
|
|
9
9
|
|
|
10
10
|
description?: string;
|
|
11
11
|
}
|
|
12
|
-
export declare namespace AgentConfigurationStatus {
|
|
13
|
-
|
|
14
|
-
const filterSensitiveLog: (obj: AgentConfigurationStatus) => any;
|
|
15
|
-
}
|
|
16
12
|
|
|
17
13
|
export interface AgentNetworkInfo {
|
|
18
14
|
|
|
@@ -20,10 +16,6 @@ export interface AgentNetworkInfo {
|
|
|
20
16
|
|
|
21
17
|
macAddress?: string;
|
|
22
18
|
}
|
|
23
|
-
export declare namespace AgentNetworkInfo {
|
|
24
|
-
|
|
25
|
-
const filterSensitiveLog: (obj: AgentNetworkInfo) => any;
|
|
26
|
-
}
|
|
27
19
|
export declare enum AgentStatus {
|
|
28
20
|
BLACKLISTED = "BLACKLISTED",
|
|
29
21
|
HEALTHY = "HEALTHY",
|
|
@@ -55,26 +47,14 @@ export interface AgentInfo {
|
|
|
55
47
|
|
|
56
48
|
registeredTime?: string;
|
|
57
49
|
}
|
|
58
|
-
export declare namespace AgentInfo {
|
|
59
|
-
|
|
60
|
-
const filterSensitiveLog: (obj: AgentInfo) => any;
|
|
61
|
-
}
|
|
62
50
|
export interface AssociateConfigurationItemsToApplicationRequest {
|
|
63
51
|
|
|
64
52
|
applicationConfigurationId: string | undefined;
|
|
65
53
|
|
|
66
54
|
configurationIds: string[] | undefined;
|
|
67
55
|
}
|
|
68
|
-
export declare namespace AssociateConfigurationItemsToApplicationRequest {
|
|
69
|
-
|
|
70
|
-
const filterSensitiveLog: (obj: AssociateConfigurationItemsToApplicationRequest) => any;
|
|
71
|
-
}
|
|
72
56
|
export interface AssociateConfigurationItemsToApplicationResponse {
|
|
73
57
|
}
|
|
74
|
-
export declare namespace AssociateConfigurationItemsToApplicationResponse {
|
|
75
|
-
|
|
76
|
-
const filterSensitiveLog: (obj: AssociateConfigurationItemsToApplicationResponse) => any;
|
|
77
|
-
}
|
|
78
58
|
|
|
79
59
|
export declare class AuthorizationErrorException extends __BaseException {
|
|
80
60
|
readonly name: "AuthorizationErrorException";
|
|
@@ -114,10 +94,6 @@ export interface BatchDeleteImportDataRequest {
|
|
|
114
94
|
|
|
115
95
|
importTaskIds: string[] | undefined;
|
|
116
96
|
}
|
|
117
|
-
export declare namespace BatchDeleteImportDataRequest {
|
|
118
|
-
|
|
119
|
-
const filterSensitiveLog: (obj: BatchDeleteImportDataRequest) => any;
|
|
120
|
-
}
|
|
121
97
|
export declare enum BatchDeleteImportDataErrorCode {
|
|
122
98
|
INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR",
|
|
123
99
|
NOT_FOUND = "NOT_FOUND",
|
|
@@ -132,36 +108,20 @@ export interface BatchDeleteImportDataError {
|
|
|
132
108
|
|
|
133
109
|
errorDescription?: string;
|
|
134
110
|
}
|
|
135
|
-
export declare namespace BatchDeleteImportDataError {
|
|
136
|
-
|
|
137
|
-
const filterSensitiveLog: (obj: BatchDeleteImportDataError) => any;
|
|
138
|
-
}
|
|
139
111
|
export interface BatchDeleteImportDataResponse {
|
|
140
112
|
|
|
141
113
|
errors?: BatchDeleteImportDataError[];
|
|
142
114
|
}
|
|
143
|
-
export declare namespace BatchDeleteImportDataResponse {
|
|
144
|
-
|
|
145
|
-
const filterSensitiveLog: (obj: BatchDeleteImportDataResponse) => any;
|
|
146
|
-
}
|
|
147
115
|
export interface CreateApplicationRequest {
|
|
148
116
|
|
|
149
117
|
name: string | undefined;
|
|
150
118
|
|
|
151
119
|
description?: string;
|
|
152
120
|
}
|
|
153
|
-
export declare namespace CreateApplicationRequest {
|
|
154
|
-
|
|
155
|
-
const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
156
|
-
}
|
|
157
121
|
export interface CreateApplicationResponse {
|
|
158
122
|
|
|
159
123
|
configurationId?: string;
|
|
160
124
|
}
|
|
161
|
-
export declare namespace CreateApplicationResponse {
|
|
162
|
-
|
|
163
|
-
const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
164
|
-
}
|
|
165
125
|
|
|
166
126
|
export interface Tag {
|
|
167
127
|
|
|
@@ -169,26 +129,14 @@ export interface Tag {
|
|
|
169
129
|
|
|
170
130
|
value: string | undefined;
|
|
171
131
|
}
|
|
172
|
-
export declare namespace Tag {
|
|
173
|
-
|
|
174
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
175
|
-
}
|
|
176
132
|
export interface CreateTagsRequest {
|
|
177
133
|
|
|
178
134
|
configurationIds: string[] | undefined;
|
|
179
135
|
|
|
180
136
|
tags: Tag[] | undefined;
|
|
181
137
|
}
|
|
182
|
-
export declare namespace CreateTagsRequest {
|
|
183
|
-
|
|
184
|
-
const filterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
185
|
-
}
|
|
186
138
|
export interface CreateTagsResponse {
|
|
187
139
|
}
|
|
188
|
-
export declare namespace CreateTagsResponse {
|
|
189
|
-
|
|
190
|
-
const filterSensitiveLog: (obj: CreateTagsResponse) => any;
|
|
191
|
-
}
|
|
192
140
|
|
|
193
141
|
export declare class ResourceNotFoundException extends __BaseException {
|
|
194
142
|
readonly name: "ResourceNotFoundException";
|
|
@@ -200,32 +148,16 @@ export interface DeleteApplicationsRequest {
|
|
|
200
148
|
|
|
201
149
|
configurationIds: string[] | undefined;
|
|
202
150
|
}
|
|
203
|
-
export declare namespace DeleteApplicationsRequest {
|
|
204
|
-
|
|
205
|
-
const filterSensitiveLog: (obj: DeleteApplicationsRequest) => any;
|
|
206
|
-
}
|
|
207
151
|
export interface DeleteApplicationsResponse {
|
|
208
152
|
}
|
|
209
|
-
export declare namespace DeleteApplicationsResponse {
|
|
210
|
-
|
|
211
|
-
const filterSensitiveLog: (obj: DeleteApplicationsResponse) => any;
|
|
212
|
-
}
|
|
213
153
|
export interface DeleteTagsRequest {
|
|
214
154
|
|
|
215
155
|
configurationIds: string[] | undefined;
|
|
216
156
|
|
|
217
157
|
tags?: Tag[];
|
|
218
158
|
}
|
|
219
|
-
export declare namespace DeleteTagsRequest {
|
|
220
|
-
|
|
221
|
-
const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
222
|
-
}
|
|
223
159
|
export interface DeleteTagsResponse {
|
|
224
160
|
}
|
|
225
|
-
export declare namespace DeleteTagsResponse {
|
|
226
|
-
|
|
227
|
-
const filterSensitiveLog: (obj: DeleteTagsResponse) => any;
|
|
228
|
-
}
|
|
229
161
|
|
|
230
162
|
export interface Filter {
|
|
231
163
|
|
|
@@ -235,10 +167,6 @@ export interface Filter {
|
|
|
235
167
|
|
|
236
168
|
condition: string | undefined;
|
|
237
169
|
}
|
|
238
|
-
export declare namespace Filter {
|
|
239
|
-
|
|
240
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
241
|
-
}
|
|
242
170
|
export interface DescribeAgentsRequest {
|
|
243
171
|
|
|
244
172
|
agentIds?: string[];
|
|
@@ -249,36 +177,20 @@ export interface DescribeAgentsRequest {
|
|
|
249
177
|
|
|
250
178
|
nextToken?: string;
|
|
251
179
|
}
|
|
252
|
-
export declare namespace DescribeAgentsRequest {
|
|
253
|
-
|
|
254
|
-
const filterSensitiveLog: (obj: DescribeAgentsRequest) => any;
|
|
255
|
-
}
|
|
256
180
|
export interface DescribeAgentsResponse {
|
|
257
181
|
|
|
258
182
|
agentsInfo?: AgentInfo[];
|
|
259
183
|
|
|
260
184
|
nextToken?: string;
|
|
261
185
|
}
|
|
262
|
-
export declare namespace DescribeAgentsResponse {
|
|
263
|
-
|
|
264
|
-
const filterSensitiveLog: (obj: DescribeAgentsResponse) => any;
|
|
265
|
-
}
|
|
266
186
|
export interface DescribeConfigurationsRequest {
|
|
267
187
|
|
|
268
188
|
configurationIds: string[] | undefined;
|
|
269
189
|
}
|
|
270
|
-
export declare namespace DescribeConfigurationsRequest {
|
|
271
|
-
|
|
272
|
-
const filterSensitiveLog: (obj: DescribeConfigurationsRequest) => any;
|
|
273
|
-
}
|
|
274
190
|
export interface DescribeConfigurationsResponse {
|
|
275
191
|
|
|
276
192
|
configurations?: Record<string, string>[];
|
|
277
193
|
}
|
|
278
|
-
export declare namespace DescribeConfigurationsResponse {
|
|
279
|
-
|
|
280
|
-
const filterSensitiveLog: (obj: DescribeConfigurationsResponse) => any;
|
|
281
|
-
}
|
|
282
194
|
export interface DescribeContinuousExportsRequest {
|
|
283
195
|
|
|
284
196
|
exportIds?: string[];
|
|
@@ -287,10 +199,6 @@ export interface DescribeContinuousExportsRequest {
|
|
|
287
199
|
|
|
288
200
|
nextToken?: string;
|
|
289
201
|
}
|
|
290
|
-
export declare namespace DescribeContinuousExportsRequest {
|
|
291
|
-
|
|
292
|
-
const filterSensitiveLog: (obj: DescribeContinuousExportsRequest) => any;
|
|
293
|
-
}
|
|
294
202
|
export declare enum DataSource {
|
|
295
203
|
AGENT = "AGENT"
|
|
296
204
|
}
|
|
@@ -322,20 +230,12 @@ export interface ContinuousExportDescription {
|
|
|
322
230
|
|
|
323
231
|
schemaStorageConfig?: Record<string, string>;
|
|
324
232
|
}
|
|
325
|
-
export declare namespace ContinuousExportDescription {
|
|
326
|
-
|
|
327
|
-
const filterSensitiveLog: (obj: ContinuousExportDescription) => any;
|
|
328
|
-
}
|
|
329
233
|
export interface DescribeContinuousExportsResponse {
|
|
330
234
|
|
|
331
235
|
descriptions?: ContinuousExportDescription[];
|
|
332
236
|
|
|
333
237
|
nextToken?: string;
|
|
334
238
|
}
|
|
335
|
-
export declare namespace DescribeContinuousExportsResponse {
|
|
336
|
-
|
|
337
|
-
const filterSensitiveLog: (obj: DescribeContinuousExportsResponse) => any;
|
|
338
|
-
}
|
|
339
239
|
|
|
340
240
|
export declare class OperationNotPermittedException extends __BaseException {
|
|
341
241
|
readonly name: "OperationNotPermittedException";
|
|
@@ -351,10 +251,6 @@ export interface DescribeExportConfigurationsRequest {
|
|
|
351
251
|
|
|
352
252
|
nextToken?: string;
|
|
353
253
|
}
|
|
354
|
-
export declare namespace DescribeExportConfigurationsRequest {
|
|
355
|
-
|
|
356
|
-
const filterSensitiveLog: (obj: DescribeExportConfigurationsRequest) => any;
|
|
357
|
-
}
|
|
358
254
|
export declare enum ExportStatus {
|
|
359
255
|
FAILED = "FAILED",
|
|
360
256
|
IN_PROGRESS = "IN_PROGRESS",
|
|
@@ -379,20 +275,12 @@ export interface ExportInfo {
|
|
|
379
275
|
|
|
380
276
|
requestedEndTime?: Date;
|
|
381
277
|
}
|
|
382
|
-
export declare namespace ExportInfo {
|
|
383
|
-
|
|
384
|
-
const filterSensitiveLog: (obj: ExportInfo) => any;
|
|
385
|
-
}
|
|
386
278
|
export interface DescribeExportConfigurationsResponse {
|
|
387
279
|
|
|
388
280
|
exportsInfo?: ExportInfo[];
|
|
389
281
|
|
|
390
282
|
nextToken?: string;
|
|
391
283
|
}
|
|
392
|
-
export declare namespace DescribeExportConfigurationsResponse {
|
|
393
|
-
|
|
394
|
-
const filterSensitiveLog: (obj: DescribeExportConfigurationsResponse) => any;
|
|
395
|
-
}
|
|
396
284
|
|
|
397
285
|
export interface ExportFilter {
|
|
398
286
|
|
|
@@ -402,10 +290,6 @@ export interface ExportFilter {
|
|
|
402
290
|
|
|
403
291
|
condition: string | undefined;
|
|
404
292
|
}
|
|
405
|
-
export declare namespace ExportFilter {
|
|
406
|
-
|
|
407
|
-
const filterSensitiveLog: (obj: ExportFilter) => any;
|
|
408
|
-
}
|
|
409
293
|
export interface DescribeExportTasksRequest {
|
|
410
294
|
|
|
411
295
|
exportIds?: string[];
|
|
@@ -416,20 +300,12 @@ export interface DescribeExportTasksRequest {
|
|
|
416
300
|
|
|
417
301
|
nextToken?: string;
|
|
418
302
|
}
|
|
419
|
-
export declare namespace DescribeExportTasksRequest {
|
|
420
|
-
|
|
421
|
-
const filterSensitiveLog: (obj: DescribeExportTasksRequest) => any;
|
|
422
|
-
}
|
|
423
303
|
export interface DescribeExportTasksResponse {
|
|
424
304
|
|
|
425
305
|
exportsInfo?: ExportInfo[];
|
|
426
306
|
|
|
427
307
|
nextToken?: string;
|
|
428
308
|
}
|
|
429
|
-
export declare namespace DescribeExportTasksResponse {
|
|
430
|
-
|
|
431
|
-
const filterSensitiveLog: (obj: DescribeExportTasksResponse) => any;
|
|
432
|
-
}
|
|
433
309
|
export declare enum ImportTaskFilterName {
|
|
434
310
|
IMPORT_TASK_ID = "IMPORT_TASK_ID",
|
|
435
311
|
NAME = "NAME",
|
|
@@ -442,10 +318,6 @@ export interface ImportTaskFilter {
|
|
|
442
318
|
|
|
443
319
|
values?: string[];
|
|
444
320
|
}
|
|
445
|
-
export declare namespace ImportTaskFilter {
|
|
446
|
-
|
|
447
|
-
const filterSensitiveLog: (obj: ImportTaskFilter) => any;
|
|
448
|
-
}
|
|
449
321
|
export interface DescribeImportTasksRequest {
|
|
450
322
|
|
|
451
323
|
filters?: ImportTaskFilter[];
|
|
@@ -454,10 +326,6 @@ export interface DescribeImportTasksRequest {
|
|
|
454
326
|
|
|
455
327
|
nextToken?: string;
|
|
456
328
|
}
|
|
457
|
-
export declare namespace DescribeImportTasksRequest {
|
|
458
|
-
|
|
459
|
-
const filterSensitiveLog: (obj: DescribeImportTasksRequest) => any;
|
|
460
|
-
}
|
|
461
329
|
export declare enum ImportStatus {
|
|
462
330
|
DELETE_COMPLETE = "DELETE_COMPLETE",
|
|
463
331
|
DELETE_FAILED = "DELETE_FAILED",
|
|
@@ -500,20 +368,12 @@ export interface ImportTask {
|
|
|
500
368
|
|
|
501
369
|
errorsAndFailedEntriesZip?: string;
|
|
502
370
|
}
|
|
503
|
-
export declare namespace ImportTask {
|
|
504
|
-
|
|
505
|
-
const filterSensitiveLog: (obj: ImportTask) => any;
|
|
506
|
-
}
|
|
507
371
|
export interface DescribeImportTasksResponse {
|
|
508
372
|
|
|
509
373
|
nextToken?: string;
|
|
510
374
|
|
|
511
375
|
tasks?: ImportTask[];
|
|
512
376
|
}
|
|
513
|
-
export declare namespace DescribeImportTasksResponse {
|
|
514
|
-
|
|
515
|
-
const filterSensitiveLog: (obj: DescribeImportTasksResponse) => any;
|
|
516
|
-
}
|
|
517
377
|
|
|
518
378
|
export interface TagFilter {
|
|
519
379
|
|
|
@@ -521,10 +381,6 @@ export interface TagFilter {
|
|
|
521
381
|
|
|
522
382
|
values: string[] | undefined;
|
|
523
383
|
}
|
|
524
|
-
export declare namespace TagFilter {
|
|
525
|
-
|
|
526
|
-
const filterSensitiveLog: (obj: TagFilter) => any;
|
|
527
|
-
}
|
|
528
384
|
export interface DescribeTagsRequest {
|
|
529
385
|
|
|
530
386
|
filters?: TagFilter[];
|
|
@@ -533,10 +389,6 @@ export interface DescribeTagsRequest {
|
|
|
533
389
|
|
|
534
390
|
nextToken?: string;
|
|
535
391
|
}
|
|
536
|
-
export declare namespace DescribeTagsRequest {
|
|
537
|
-
|
|
538
|
-
const filterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
539
|
-
}
|
|
540
392
|
export declare enum ConfigurationItemType {
|
|
541
393
|
APPLICATION = "APPLICATION",
|
|
542
394
|
CONNECTIONS = "CONNECTION",
|
|
@@ -556,49 +408,34 @@ export interface ConfigurationTag {
|
|
|
556
408
|
|
|
557
409
|
timeOfCreation?: Date;
|
|
558
410
|
}
|
|
559
|
-
export declare namespace ConfigurationTag {
|
|
560
|
-
|
|
561
|
-
const filterSensitiveLog: (obj: ConfigurationTag) => any;
|
|
562
|
-
}
|
|
563
411
|
export interface DescribeTagsResponse {
|
|
564
412
|
|
|
565
413
|
tags?: ConfigurationTag[];
|
|
566
414
|
|
|
567
415
|
nextToken?: string;
|
|
568
416
|
}
|
|
569
|
-
export declare namespace DescribeTagsResponse {
|
|
570
|
-
|
|
571
|
-
const filterSensitiveLog: (obj: DescribeTagsResponse) => any;
|
|
572
|
-
}
|
|
573
417
|
export interface DisassociateConfigurationItemsFromApplicationRequest {
|
|
574
418
|
|
|
575
419
|
applicationConfigurationId: string | undefined;
|
|
576
420
|
|
|
577
421
|
configurationIds: string[] | undefined;
|
|
578
422
|
}
|
|
579
|
-
export declare namespace DisassociateConfigurationItemsFromApplicationRequest {
|
|
580
|
-
|
|
581
|
-
const filterSensitiveLog: (obj: DisassociateConfigurationItemsFromApplicationRequest) => any;
|
|
582
|
-
}
|
|
583
423
|
export interface DisassociateConfigurationItemsFromApplicationResponse {
|
|
584
424
|
}
|
|
585
|
-
export declare namespace DisassociateConfigurationItemsFromApplicationResponse {
|
|
586
|
-
|
|
587
|
-
const filterSensitiveLog: (obj: DisassociateConfigurationItemsFromApplicationResponse) => any;
|
|
588
|
-
}
|
|
589
425
|
export interface ExportConfigurationsResponse {
|
|
590
426
|
|
|
591
427
|
exportId?: string;
|
|
592
428
|
}
|
|
593
|
-
export declare namespace ExportConfigurationsResponse {
|
|
594
|
-
|
|
595
|
-
const filterSensitiveLog: (obj: ExportConfigurationsResponse) => any;
|
|
596
|
-
}
|
|
597
429
|
export interface GetDiscoverySummaryRequest {
|
|
598
430
|
}
|
|
599
|
-
export
|
|
600
|
-
|
|
601
|
-
|
|
431
|
+
export interface CustomerAgentlessCollectorInfo {
|
|
432
|
+
activeAgentlessCollectors: number | undefined;
|
|
433
|
+
healthyAgentlessCollectors: number | undefined;
|
|
434
|
+
denyListedAgentlessCollectors: number | undefined;
|
|
435
|
+
shutdownAgentlessCollectors: number | undefined;
|
|
436
|
+
unhealthyAgentlessCollectors: number | undefined;
|
|
437
|
+
totalAgentlessCollectors: number | undefined;
|
|
438
|
+
unknownAgentlessCollectors: number | undefined;
|
|
602
439
|
}
|
|
603
440
|
|
|
604
441
|
export interface CustomerAgentInfo {
|
|
@@ -617,10 +454,6 @@ export interface CustomerAgentInfo {
|
|
|
617
454
|
|
|
618
455
|
unknownAgents: number | undefined;
|
|
619
456
|
}
|
|
620
|
-
export declare namespace CustomerAgentInfo {
|
|
621
|
-
|
|
622
|
-
const filterSensitiveLog: (obj: CustomerAgentInfo) => any;
|
|
623
|
-
}
|
|
624
457
|
|
|
625
458
|
export interface CustomerConnectorInfo {
|
|
626
459
|
|
|
@@ -638,10 +471,6 @@ export interface CustomerConnectorInfo {
|
|
|
638
471
|
|
|
639
472
|
unknownConnectors: number | undefined;
|
|
640
473
|
}
|
|
641
|
-
export declare namespace CustomerConnectorInfo {
|
|
642
|
-
|
|
643
|
-
const filterSensitiveLog: (obj: CustomerConnectorInfo) => any;
|
|
644
|
-
}
|
|
645
474
|
|
|
646
475
|
export interface CustomerMeCollectorInfo {
|
|
647
476
|
|
|
@@ -659,10 +488,6 @@ export interface CustomerMeCollectorInfo {
|
|
|
659
488
|
|
|
660
489
|
unknownMeCollectors: number | undefined;
|
|
661
490
|
}
|
|
662
|
-
export declare namespace CustomerMeCollectorInfo {
|
|
663
|
-
|
|
664
|
-
const filterSensitiveLog: (obj: CustomerMeCollectorInfo) => any;
|
|
665
|
-
}
|
|
666
491
|
export interface GetDiscoverySummaryResponse {
|
|
667
492
|
|
|
668
493
|
servers?: number;
|
|
@@ -678,10 +503,7 @@ export interface GetDiscoverySummaryResponse {
|
|
|
678
503
|
connectorSummary?: CustomerConnectorInfo;
|
|
679
504
|
|
|
680
505
|
meCollectorSummary?: CustomerMeCollectorInfo;
|
|
681
|
-
|
|
682
|
-
export declare namespace GetDiscoverySummaryResponse {
|
|
683
|
-
|
|
684
|
-
const filterSensitiveLog: (obj: GetDiscoverySummaryResponse) => any;
|
|
506
|
+
agentlessCollectorSummary?: CustomerAgentlessCollectorInfo;
|
|
685
507
|
}
|
|
686
508
|
export declare enum OrderString {
|
|
687
509
|
ASC = "ASC",
|
|
@@ -694,10 +516,6 @@ export interface OrderByElement {
|
|
|
694
516
|
|
|
695
517
|
sortOrder?: OrderString | string;
|
|
696
518
|
}
|
|
697
|
-
export declare namespace OrderByElement {
|
|
698
|
-
|
|
699
|
-
const filterSensitiveLog: (obj: OrderByElement) => any;
|
|
700
|
-
}
|
|
701
519
|
export interface ListConfigurationsRequest {
|
|
702
520
|
|
|
703
521
|
configurationType: ConfigurationItemType | string | undefined;
|
|
@@ -710,20 +528,12 @@ export interface ListConfigurationsRequest {
|
|
|
710
528
|
|
|
711
529
|
orderBy?: OrderByElement[];
|
|
712
530
|
}
|
|
713
|
-
export declare namespace ListConfigurationsRequest {
|
|
714
|
-
|
|
715
|
-
const filterSensitiveLog: (obj: ListConfigurationsRequest) => any;
|
|
716
|
-
}
|
|
717
531
|
export interface ListConfigurationsResponse {
|
|
718
532
|
|
|
719
533
|
configurations?: Record<string, string>[];
|
|
720
534
|
|
|
721
535
|
nextToken?: string;
|
|
722
536
|
}
|
|
723
|
-
export declare namespace ListConfigurationsResponse {
|
|
724
|
-
|
|
725
|
-
const filterSensitiveLog: (obj: ListConfigurationsResponse) => any;
|
|
726
|
-
}
|
|
727
537
|
export interface ListServerNeighborsRequest {
|
|
728
538
|
|
|
729
539
|
configurationId: string | undefined;
|
|
@@ -736,10 +546,6 @@ export interface ListServerNeighborsRequest {
|
|
|
736
546
|
|
|
737
547
|
nextToken?: string;
|
|
738
548
|
}
|
|
739
|
-
export declare namespace ListServerNeighborsRequest {
|
|
740
|
-
|
|
741
|
-
const filterSensitiveLog: (obj: ListServerNeighborsRequest) => any;
|
|
742
|
-
}
|
|
743
549
|
|
|
744
550
|
export interface NeighborConnectionDetail {
|
|
745
551
|
|
|
@@ -753,10 +559,6 @@ export interface NeighborConnectionDetail {
|
|
|
753
559
|
|
|
754
560
|
connectionsCount: number | undefined;
|
|
755
561
|
}
|
|
756
|
-
export declare namespace NeighborConnectionDetail {
|
|
757
|
-
|
|
758
|
-
const filterSensitiveLog: (obj: NeighborConnectionDetail) => any;
|
|
759
|
-
}
|
|
760
562
|
export interface ListServerNeighborsResponse {
|
|
761
563
|
|
|
762
564
|
neighbors: NeighborConnectionDetail[] | undefined;
|
|
@@ -765,10 +567,6 @@ export interface ListServerNeighborsResponse {
|
|
|
765
567
|
|
|
766
568
|
knownDependencyCount?: number;
|
|
767
569
|
}
|
|
768
|
-
export declare namespace ListServerNeighborsResponse {
|
|
769
|
-
|
|
770
|
-
const filterSensitiveLog: (obj: ListServerNeighborsResponse) => any;
|
|
771
|
-
}
|
|
772
570
|
|
|
773
571
|
export declare class ConflictErrorException extends __BaseException {
|
|
774
572
|
readonly name: "ConflictErrorException";
|
|
@@ -785,10 +583,6 @@ export declare class ResourceInUseException extends __BaseException {
|
|
|
785
583
|
}
|
|
786
584
|
export interface StartContinuousExportRequest {
|
|
787
585
|
}
|
|
788
|
-
export declare namespace StartContinuousExportRequest {
|
|
789
|
-
|
|
790
|
-
const filterSensitiveLog: (obj: StartContinuousExportRequest) => any;
|
|
791
|
-
}
|
|
792
586
|
export interface StartContinuousExportResponse {
|
|
793
587
|
|
|
794
588
|
exportId?: string;
|
|
@@ -801,26 +595,14 @@ export interface StartContinuousExportResponse {
|
|
|
801
595
|
|
|
802
596
|
schemaStorageConfig?: Record<string, string>;
|
|
803
597
|
}
|
|
804
|
-
export declare namespace StartContinuousExportResponse {
|
|
805
|
-
|
|
806
|
-
const filterSensitiveLog: (obj: StartContinuousExportResponse) => any;
|
|
807
|
-
}
|
|
808
598
|
export interface StartDataCollectionByAgentIdsRequest {
|
|
809
599
|
|
|
810
600
|
agentIds: string[] | undefined;
|
|
811
601
|
}
|
|
812
|
-
export declare namespace StartDataCollectionByAgentIdsRequest {
|
|
813
|
-
|
|
814
|
-
const filterSensitiveLog: (obj: StartDataCollectionByAgentIdsRequest) => any;
|
|
815
|
-
}
|
|
816
602
|
export interface StartDataCollectionByAgentIdsResponse {
|
|
817
603
|
|
|
818
604
|
agentsConfigurationStatus?: AgentConfigurationStatus[];
|
|
819
605
|
}
|
|
820
|
-
export declare namespace StartDataCollectionByAgentIdsResponse {
|
|
821
|
-
|
|
822
|
-
const filterSensitiveLog: (obj: StartDataCollectionByAgentIdsResponse) => any;
|
|
823
|
-
}
|
|
824
606
|
export declare enum ExportDataFormat {
|
|
825
607
|
CSV = "CSV",
|
|
826
608
|
GRAPHML = "GRAPHML"
|
|
@@ -835,18 +617,10 @@ export interface StartExportTaskRequest {
|
|
|
835
617
|
|
|
836
618
|
endTime?: Date;
|
|
837
619
|
}
|
|
838
|
-
export declare namespace StartExportTaskRequest {
|
|
839
|
-
|
|
840
|
-
const filterSensitiveLog: (obj: StartExportTaskRequest) => any;
|
|
841
|
-
}
|
|
842
620
|
export interface StartExportTaskResponse {
|
|
843
621
|
|
|
844
622
|
exportId?: string;
|
|
845
623
|
}
|
|
846
|
-
export declare namespace StartExportTaskResponse {
|
|
847
|
-
|
|
848
|
-
const filterSensitiveLog: (obj: StartExportTaskResponse) => any;
|
|
849
|
-
}
|
|
850
624
|
export interface StartImportTaskRequest {
|
|
851
625
|
|
|
852
626
|
clientRequestToken?: string;
|
|
@@ -855,52 +629,28 @@ export interface StartImportTaskRequest {
|
|
|
855
629
|
|
|
856
630
|
importUrl: string | undefined;
|
|
857
631
|
}
|
|
858
|
-
export declare namespace StartImportTaskRequest {
|
|
859
|
-
|
|
860
|
-
const filterSensitiveLog: (obj: StartImportTaskRequest) => any;
|
|
861
|
-
}
|
|
862
632
|
export interface StartImportTaskResponse {
|
|
863
633
|
|
|
864
634
|
task?: ImportTask;
|
|
865
635
|
}
|
|
866
|
-
export declare namespace StartImportTaskResponse {
|
|
867
|
-
|
|
868
|
-
const filterSensitiveLog: (obj: StartImportTaskResponse) => any;
|
|
869
|
-
}
|
|
870
636
|
export interface StopContinuousExportRequest {
|
|
871
637
|
|
|
872
638
|
exportId: string | undefined;
|
|
873
639
|
}
|
|
874
|
-
export declare namespace StopContinuousExportRequest {
|
|
875
|
-
|
|
876
|
-
const filterSensitiveLog: (obj: StopContinuousExportRequest) => any;
|
|
877
|
-
}
|
|
878
640
|
export interface StopContinuousExportResponse {
|
|
879
641
|
|
|
880
642
|
startTime?: Date;
|
|
881
643
|
|
|
882
644
|
stopTime?: Date;
|
|
883
645
|
}
|
|
884
|
-
export declare namespace StopContinuousExportResponse {
|
|
885
|
-
|
|
886
|
-
const filterSensitiveLog: (obj: StopContinuousExportResponse) => any;
|
|
887
|
-
}
|
|
888
646
|
export interface StopDataCollectionByAgentIdsRequest {
|
|
889
647
|
|
|
890
648
|
agentIds: string[] | undefined;
|
|
891
649
|
}
|
|
892
|
-
export declare namespace StopDataCollectionByAgentIdsRequest {
|
|
893
|
-
|
|
894
|
-
const filterSensitiveLog: (obj: StopDataCollectionByAgentIdsRequest) => any;
|
|
895
|
-
}
|
|
896
650
|
export interface StopDataCollectionByAgentIdsResponse {
|
|
897
651
|
|
|
898
652
|
agentsConfigurationStatus?: AgentConfigurationStatus[];
|
|
899
653
|
}
|
|
900
|
-
export declare namespace StopDataCollectionByAgentIdsResponse {
|
|
901
|
-
|
|
902
|
-
const filterSensitiveLog: (obj: StopDataCollectionByAgentIdsResponse) => any;
|
|
903
|
-
}
|
|
904
654
|
export interface UpdateApplicationRequest {
|
|
905
655
|
|
|
906
656
|
configurationId: string | undefined;
|
|
@@ -909,13 +659,141 @@ export interface UpdateApplicationRequest {
|
|
|
909
659
|
|
|
910
660
|
description?: string;
|
|
911
661
|
}
|
|
912
|
-
export declare namespace UpdateApplicationRequest {
|
|
913
|
-
|
|
914
|
-
const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
915
|
-
}
|
|
916
662
|
export interface UpdateApplicationResponse {
|
|
917
663
|
}
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
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;
|