@aws-sdk/client-application-discovery-service 3.132.0 → 3.142.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 -410
- package/dist-cjs/protocols/Aws_json1_1.js +125 -245
- 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 -272
- package/dist-es/protocols/Aws_json1_1.js +201 -246
- package/dist-types/models/models_0.d.ts +272 -408
- package/dist-types/ts3.4/models/models_0.d.ts +136 -272
- package/package.json +6 -6
|
@@ -22,12 +22,6 @@ export interface AgentConfigurationStatus {
|
|
|
22
22
|
*/
|
|
23
23
|
description?: string;
|
|
24
24
|
}
|
|
25
|
-
export declare namespace AgentConfigurationStatus {
|
|
26
|
-
/**
|
|
27
|
-
* @internal
|
|
28
|
-
*/
|
|
29
|
-
const filterSensitiveLog: (obj: AgentConfigurationStatus) => any;
|
|
30
|
-
}
|
|
31
25
|
/**
|
|
32
26
|
* <p>Network details about the host where the agent/connector resides.</p>
|
|
33
27
|
*/
|
|
@@ -41,12 +35,6 @@ export interface AgentNetworkInfo {
|
|
|
41
35
|
*/
|
|
42
36
|
macAddress?: string;
|
|
43
37
|
}
|
|
44
|
-
export declare namespace AgentNetworkInfo {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
const filterSensitiveLog: (obj: AgentNetworkInfo) => any;
|
|
49
|
-
}
|
|
50
38
|
export declare enum AgentStatus {
|
|
51
39
|
BLACKLISTED = "BLACKLISTED",
|
|
52
40
|
HEALTHY = "HEALTHY",
|
|
@@ -104,12 +92,6 @@ export interface AgentInfo {
|
|
|
104
92
|
*/
|
|
105
93
|
registeredTime?: string;
|
|
106
94
|
}
|
|
107
|
-
export declare namespace AgentInfo {
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
const filterSensitiveLog: (obj: AgentInfo) => any;
|
|
112
|
-
}
|
|
113
95
|
export interface AssociateConfigurationItemsToApplicationRequest {
|
|
114
96
|
/**
|
|
115
97
|
* <p>The configuration ID of an application with which items are to be associated.</p>
|
|
@@ -120,20 +102,8 @@ export interface AssociateConfigurationItemsToApplicationRequest {
|
|
|
120
102
|
*/
|
|
121
103
|
configurationIds: string[] | undefined;
|
|
122
104
|
}
|
|
123
|
-
export declare namespace AssociateConfigurationItemsToApplicationRequest {
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
const filterSensitiveLog: (obj: AssociateConfigurationItemsToApplicationRequest) => any;
|
|
128
|
-
}
|
|
129
105
|
export interface AssociateConfigurationItemsToApplicationResponse {
|
|
130
106
|
}
|
|
131
|
-
export declare namespace AssociateConfigurationItemsToApplicationResponse {
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
const filterSensitiveLog: (obj: AssociateConfigurationItemsToApplicationResponse) => any;
|
|
136
|
-
}
|
|
137
107
|
/**
|
|
138
108
|
* <p>The Amazon Web Services user account does not have permission to perform the action. Check the IAM
|
|
139
109
|
* policy associated with this account.</p>
|
|
@@ -197,12 +167,6 @@ export interface BatchDeleteImportDataRequest {
|
|
|
197
167
|
*/
|
|
198
168
|
importTaskIds: string[] | undefined;
|
|
199
169
|
}
|
|
200
|
-
export declare namespace BatchDeleteImportDataRequest {
|
|
201
|
-
/**
|
|
202
|
-
* @internal
|
|
203
|
-
*/
|
|
204
|
-
const filterSensitiveLog: (obj: BatchDeleteImportDataRequest) => any;
|
|
205
|
-
}
|
|
206
170
|
export declare enum BatchDeleteImportDataErrorCode {
|
|
207
171
|
INTERNAL_SERVER_ERROR = "INTERNAL_SERVER_ERROR",
|
|
208
172
|
NOT_FOUND = "NOT_FOUND",
|
|
@@ -226,12 +190,6 @@ export interface BatchDeleteImportDataError {
|
|
|
226
190
|
*/
|
|
227
191
|
errorDescription?: string;
|
|
228
192
|
}
|
|
229
|
-
export declare namespace BatchDeleteImportDataError {
|
|
230
|
-
/**
|
|
231
|
-
* @internal
|
|
232
|
-
*/
|
|
233
|
-
const filterSensitiveLog: (obj: BatchDeleteImportDataError) => any;
|
|
234
|
-
}
|
|
235
193
|
export interface BatchDeleteImportDataResponse {
|
|
236
194
|
/**
|
|
237
195
|
* <p>Error messages returned for each import task that you deleted as a response for this
|
|
@@ -239,12 +197,6 @@ export interface BatchDeleteImportDataResponse {
|
|
|
239
197
|
*/
|
|
240
198
|
errors?: BatchDeleteImportDataError[];
|
|
241
199
|
}
|
|
242
|
-
export declare namespace BatchDeleteImportDataResponse {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
|
-
const filterSensitiveLog: (obj: BatchDeleteImportDataResponse) => any;
|
|
247
|
-
}
|
|
248
200
|
export interface CreateApplicationRequest {
|
|
249
201
|
/**
|
|
250
202
|
* <p>Name of the application to be created.</p>
|
|
@@ -255,24 +207,12 @@ export interface CreateApplicationRequest {
|
|
|
255
207
|
*/
|
|
256
208
|
description?: string;
|
|
257
209
|
}
|
|
258
|
-
export declare namespace CreateApplicationRequest {
|
|
259
|
-
/**
|
|
260
|
-
* @internal
|
|
261
|
-
*/
|
|
262
|
-
const filterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
263
|
-
}
|
|
264
210
|
export interface CreateApplicationResponse {
|
|
265
211
|
/**
|
|
266
212
|
* <p>Configuration ID of an application to be created.</p>
|
|
267
213
|
*/
|
|
268
214
|
configurationId?: string;
|
|
269
215
|
}
|
|
270
|
-
export declare namespace CreateApplicationResponse {
|
|
271
|
-
/**
|
|
272
|
-
* @internal
|
|
273
|
-
*/
|
|
274
|
-
const filterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
275
|
-
}
|
|
276
216
|
/**
|
|
277
217
|
* <p>Metadata that help you categorize IT assets.</p>
|
|
278
218
|
* <important>
|
|
@@ -289,12 +229,6 @@ export interface Tag {
|
|
|
289
229
|
*/
|
|
290
230
|
value: string | undefined;
|
|
291
231
|
}
|
|
292
|
-
export declare namespace Tag {
|
|
293
|
-
/**
|
|
294
|
-
* @internal
|
|
295
|
-
*/
|
|
296
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
297
|
-
}
|
|
298
232
|
export interface CreateTagsRequest {
|
|
299
233
|
/**
|
|
300
234
|
* <p>A list of configuration items that you want to tag.</p>
|
|
@@ -310,20 +244,8 @@ export interface CreateTagsRequest {
|
|
|
310
244
|
*/
|
|
311
245
|
tags: Tag[] | undefined;
|
|
312
246
|
}
|
|
313
|
-
export declare namespace CreateTagsRequest {
|
|
314
|
-
/**
|
|
315
|
-
* @internal
|
|
316
|
-
*/
|
|
317
|
-
const filterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
318
|
-
}
|
|
319
247
|
export interface CreateTagsResponse {
|
|
320
248
|
}
|
|
321
|
-
export declare namespace CreateTagsResponse {
|
|
322
|
-
/**
|
|
323
|
-
* @internal
|
|
324
|
-
*/
|
|
325
|
-
const filterSensitiveLog: (obj: CreateTagsResponse) => any;
|
|
326
|
-
}
|
|
327
249
|
/**
|
|
328
250
|
* <p>The specified configuration ID was not located. Verify the configuration ID and try
|
|
329
251
|
* again.</p>
|
|
@@ -342,20 +264,8 @@ export interface DeleteApplicationsRequest {
|
|
|
342
264
|
*/
|
|
343
265
|
configurationIds: string[] | undefined;
|
|
344
266
|
}
|
|
345
|
-
export declare namespace DeleteApplicationsRequest {
|
|
346
|
-
/**
|
|
347
|
-
* @internal
|
|
348
|
-
*/
|
|
349
|
-
const filterSensitiveLog: (obj: DeleteApplicationsRequest) => any;
|
|
350
|
-
}
|
|
351
267
|
export interface DeleteApplicationsResponse {
|
|
352
268
|
}
|
|
353
|
-
export declare namespace DeleteApplicationsResponse {
|
|
354
|
-
/**
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
357
|
-
const filterSensitiveLog: (obj: DeleteApplicationsResponse) => any;
|
|
358
|
-
}
|
|
359
269
|
export interface DeleteTagsRequest {
|
|
360
270
|
/**
|
|
361
271
|
* <p>A list of configuration items with tags that you want to delete.</p>
|
|
@@ -371,20 +281,8 @@ export interface DeleteTagsRequest {
|
|
|
371
281
|
*/
|
|
372
282
|
tags?: Tag[];
|
|
373
283
|
}
|
|
374
|
-
export declare namespace DeleteTagsRequest {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
|
-
const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
379
|
-
}
|
|
380
284
|
export interface DeleteTagsResponse {
|
|
381
285
|
}
|
|
382
|
-
export declare namespace DeleteTagsResponse {
|
|
383
|
-
/**
|
|
384
|
-
* @internal
|
|
385
|
-
*/
|
|
386
|
-
const filterSensitiveLog: (obj: DeleteTagsResponse) => any;
|
|
387
|
-
}
|
|
388
286
|
/**
|
|
389
287
|
* <p>A filter that can use conditional operators.</p>
|
|
390
288
|
* <p>For more information about filters, see <a href="https://docs.aws.amazon.com/application-discovery/latest/userguide/discovery-api-queries.html">Querying Discovered
|
|
@@ -412,12 +310,6 @@ export interface Filter {
|
|
|
412
310
|
*/
|
|
413
311
|
condition: string | undefined;
|
|
414
312
|
}
|
|
415
|
-
export declare namespace Filter {
|
|
416
|
-
/**
|
|
417
|
-
* @internal
|
|
418
|
-
*/
|
|
419
|
-
const filterSensitiveLog: (obj: Filter) => any;
|
|
420
|
-
}
|
|
421
313
|
export interface DescribeAgentsRequest {
|
|
422
314
|
/**
|
|
423
315
|
* <p>The agent or the Connector IDs for which you want information. If you specify no IDs,
|
|
@@ -446,12 +338,6 @@ export interface DescribeAgentsRequest {
|
|
|
446
338
|
*/
|
|
447
339
|
nextToken?: string;
|
|
448
340
|
}
|
|
449
|
-
export declare namespace DescribeAgentsRequest {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
|
-
const filterSensitiveLog: (obj: DescribeAgentsRequest) => any;
|
|
454
|
-
}
|
|
455
341
|
export interface DescribeAgentsResponse {
|
|
456
342
|
/**
|
|
457
343
|
* <p>Lists agents or the Connector by ID or lists all agents/Connectors associated with your
|
|
@@ -468,36 +354,18 @@ export interface DescribeAgentsResponse {
|
|
|
468
354
|
*/
|
|
469
355
|
nextToken?: string;
|
|
470
356
|
}
|
|
471
|
-
export declare namespace DescribeAgentsResponse {
|
|
472
|
-
/**
|
|
473
|
-
* @internal
|
|
474
|
-
*/
|
|
475
|
-
const filterSensitiveLog: (obj: DescribeAgentsResponse) => any;
|
|
476
|
-
}
|
|
477
357
|
export interface DescribeConfigurationsRequest {
|
|
478
358
|
/**
|
|
479
359
|
* <p>One or more configuration IDs.</p>
|
|
480
360
|
*/
|
|
481
361
|
configurationIds: string[] | undefined;
|
|
482
362
|
}
|
|
483
|
-
export declare namespace DescribeConfigurationsRequest {
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
|
-
const filterSensitiveLog: (obj: DescribeConfigurationsRequest) => any;
|
|
488
|
-
}
|
|
489
363
|
export interface DescribeConfigurationsResponse {
|
|
490
364
|
/**
|
|
491
365
|
* <p>A key in the response map. The value is an array of data.</p>
|
|
492
366
|
*/
|
|
493
367
|
configurations?: Record<string, string>[];
|
|
494
368
|
}
|
|
495
|
-
export declare namespace DescribeConfigurationsResponse {
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
|
-
const filterSensitiveLog: (obj: DescribeConfigurationsResponse) => any;
|
|
500
|
-
}
|
|
501
369
|
export interface DescribeContinuousExportsRequest {
|
|
502
370
|
/**
|
|
503
371
|
* <p>The unique IDs assigned to the exports.</p>
|
|
@@ -513,12 +381,6 @@ export interface DescribeContinuousExportsRequest {
|
|
|
513
381
|
*/
|
|
514
382
|
nextToken?: string;
|
|
515
383
|
}
|
|
516
|
-
export declare namespace DescribeContinuousExportsRequest {
|
|
517
|
-
/**
|
|
518
|
-
* @internal
|
|
519
|
-
*/
|
|
520
|
-
const filterSensitiveLog: (obj: DescribeContinuousExportsRequest) => any;
|
|
521
|
-
}
|
|
522
384
|
export declare enum DataSource {
|
|
523
385
|
AGENT = "AGENT"
|
|
524
386
|
}
|
|
@@ -681,12 +543,6 @@ export interface ContinuousExportDescription {
|
|
|
681
543
|
*/
|
|
682
544
|
schemaStorageConfig?: Record<string, string>;
|
|
683
545
|
}
|
|
684
|
-
export declare namespace ContinuousExportDescription {
|
|
685
|
-
/**
|
|
686
|
-
* @internal
|
|
687
|
-
*/
|
|
688
|
-
const filterSensitiveLog: (obj: ContinuousExportDescription) => any;
|
|
689
|
-
}
|
|
690
546
|
export interface DescribeContinuousExportsResponse {
|
|
691
547
|
/**
|
|
692
548
|
* <p>A list of continuous export descriptions.</p>
|
|
@@ -697,12 +553,6 @@ export interface DescribeContinuousExportsResponse {
|
|
|
697
553
|
*/
|
|
698
554
|
nextToken?: string;
|
|
699
555
|
}
|
|
700
|
-
export declare namespace DescribeContinuousExportsResponse {
|
|
701
|
-
/**
|
|
702
|
-
* @internal
|
|
703
|
-
*/
|
|
704
|
-
const filterSensitiveLog: (obj: DescribeContinuousExportsResponse) => any;
|
|
705
|
-
}
|
|
706
556
|
/**
|
|
707
557
|
* <p>This operation is not permitted.</p>
|
|
708
558
|
*/
|
|
@@ -729,12 +579,6 @@ export interface DescribeExportConfigurationsRequest {
|
|
|
729
579
|
*/
|
|
730
580
|
nextToken?: string;
|
|
731
581
|
}
|
|
732
|
-
export declare namespace DescribeExportConfigurationsRequest {
|
|
733
|
-
/**
|
|
734
|
-
* @internal
|
|
735
|
-
*/
|
|
736
|
-
const filterSensitiveLog: (obj: DescribeExportConfigurationsRequest) => any;
|
|
737
|
-
}
|
|
738
582
|
export declare enum ExportStatus {
|
|
739
583
|
FAILED = "FAILED",
|
|
740
584
|
IN_PROGRESS = "IN_PROGRESS",
|
|
@@ -786,12 +630,6 @@ export interface ExportInfo {
|
|
|
786
630
|
*/
|
|
787
631
|
requestedEndTime?: Date;
|
|
788
632
|
}
|
|
789
|
-
export declare namespace ExportInfo {
|
|
790
|
-
/**
|
|
791
|
-
* @internal
|
|
792
|
-
*/
|
|
793
|
-
const filterSensitiveLog: (obj: ExportInfo) => any;
|
|
794
|
-
}
|
|
795
633
|
export interface DescribeExportConfigurationsResponse {
|
|
796
634
|
/**
|
|
797
635
|
* <p></p>
|
|
@@ -802,12 +640,6 @@ export interface DescribeExportConfigurationsResponse {
|
|
|
802
640
|
*/
|
|
803
641
|
nextToken?: string;
|
|
804
642
|
}
|
|
805
|
-
export declare namespace DescribeExportConfigurationsResponse {
|
|
806
|
-
/**
|
|
807
|
-
* @internal
|
|
808
|
-
*/
|
|
809
|
-
const filterSensitiveLog: (obj: DescribeExportConfigurationsResponse) => any;
|
|
810
|
-
}
|
|
811
643
|
/**
|
|
812
644
|
* <p>Used to select which agent's data is to be exported. A single agent ID may be selected
|
|
813
645
|
* for export using the <a href="http://docs.aws.amazon.com/application-discovery/latest/APIReference/API_StartExportTask.html">StartExportTask</a> action.</p>
|
|
@@ -829,12 +661,6 @@ export interface ExportFilter {
|
|
|
829
661
|
*/
|
|
830
662
|
condition: string | undefined;
|
|
831
663
|
}
|
|
832
|
-
export declare namespace ExportFilter {
|
|
833
|
-
/**
|
|
834
|
-
* @internal
|
|
835
|
-
*/
|
|
836
|
-
const filterSensitiveLog: (obj: ExportFilter) => any;
|
|
837
|
-
}
|
|
838
664
|
export interface DescribeExportTasksRequest {
|
|
839
665
|
/**
|
|
840
666
|
* <p>One or more unique identifiers used to query the status of an export request.</p>
|
|
@@ -867,12 +693,6 @@ export interface DescribeExportTasksRequest {
|
|
|
867
693
|
*/
|
|
868
694
|
nextToken?: string;
|
|
869
695
|
}
|
|
870
|
-
export declare namespace DescribeExportTasksRequest {
|
|
871
|
-
/**
|
|
872
|
-
* @internal
|
|
873
|
-
*/
|
|
874
|
-
const filterSensitiveLog: (obj: DescribeExportTasksRequest) => any;
|
|
875
|
-
}
|
|
876
696
|
export interface DescribeExportTasksResponse {
|
|
877
697
|
/**
|
|
878
698
|
* <p>Contains one or more sets of export request details. When the status of a request is
|
|
@@ -889,12 +709,6 @@ export interface DescribeExportTasksResponse {
|
|
|
889
709
|
*/
|
|
890
710
|
nextToken?: string;
|
|
891
711
|
}
|
|
892
|
-
export declare namespace DescribeExportTasksResponse {
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
*/
|
|
896
|
-
const filterSensitiveLog: (obj: DescribeExportTasksResponse) => any;
|
|
897
|
-
}
|
|
898
712
|
export declare enum ImportTaskFilterName {
|
|
899
713
|
IMPORT_TASK_ID = "IMPORT_TASK_ID",
|
|
900
714
|
NAME = "NAME",
|
|
@@ -919,12 +733,6 @@ export interface ImportTaskFilter {
|
|
|
919
733
|
*/
|
|
920
734
|
values?: string[];
|
|
921
735
|
}
|
|
922
|
-
export declare namespace ImportTaskFilter {
|
|
923
|
-
/**
|
|
924
|
-
* @internal
|
|
925
|
-
*/
|
|
926
|
-
const filterSensitiveLog: (obj: ImportTaskFilter) => any;
|
|
927
|
-
}
|
|
928
736
|
export interface DescribeImportTasksRequest {
|
|
929
737
|
/**
|
|
930
738
|
* <p>An array of name-value pairs that you provide to filter the results for the
|
|
@@ -941,12 +749,6 @@ export interface DescribeImportTasksRequest {
|
|
|
941
749
|
*/
|
|
942
750
|
nextToken?: string;
|
|
943
751
|
}
|
|
944
|
-
export declare namespace DescribeImportTasksRequest {
|
|
945
|
-
/**
|
|
946
|
-
* @internal
|
|
947
|
-
*/
|
|
948
|
-
const filterSensitiveLog: (obj: DescribeImportTasksRequest) => any;
|
|
949
|
-
}
|
|
950
752
|
export declare enum ImportStatus {
|
|
951
753
|
DELETE_COMPLETE = "DELETE_COMPLETE",
|
|
952
754
|
DELETE_FAILED = "DELETE_FAILED",
|
|
@@ -1043,12 +845,6 @@ export interface ImportTask {
|
|
|
1043
845
|
*/
|
|
1044
846
|
errorsAndFailedEntriesZip?: string;
|
|
1045
847
|
}
|
|
1046
|
-
export declare namespace ImportTask {
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
|
-
const filterSensitiveLog: (obj: ImportTask) => any;
|
|
1051
|
-
}
|
|
1052
848
|
export interface DescribeImportTasksResponse {
|
|
1053
849
|
/**
|
|
1054
850
|
* <p>The token to request the next page of results.</p>
|
|
@@ -1060,12 +856,6 @@ export interface DescribeImportTasksResponse {
|
|
|
1060
856
|
*/
|
|
1061
857
|
tasks?: ImportTask[];
|
|
1062
858
|
}
|
|
1063
|
-
export declare namespace DescribeImportTasksResponse {
|
|
1064
|
-
/**
|
|
1065
|
-
* @internal
|
|
1066
|
-
*/
|
|
1067
|
-
const filterSensitiveLog: (obj: DescribeImportTasksResponse) => any;
|
|
1068
|
-
}
|
|
1069
859
|
/**
|
|
1070
860
|
* <p>The tag filter. Valid names are: <code>tagKey</code>, <code>tagValue</code>,
|
|
1071
861
|
* <code>configurationId</code>.</p>
|
|
@@ -1080,12 +870,6 @@ export interface TagFilter {
|
|
|
1080
870
|
*/
|
|
1081
871
|
values: string[] | undefined;
|
|
1082
872
|
}
|
|
1083
|
-
export declare namespace TagFilter {
|
|
1084
|
-
/**
|
|
1085
|
-
* @internal
|
|
1086
|
-
*/
|
|
1087
|
-
const filterSensitiveLog: (obj: TagFilter) => any;
|
|
1088
|
-
}
|
|
1089
873
|
export interface DescribeTagsRequest {
|
|
1090
874
|
/**
|
|
1091
875
|
* <p>You can filter the list using a <i>key</i>-<i>value</i>
|
|
@@ -1103,12 +887,6 @@ export interface DescribeTagsRequest {
|
|
|
1103
887
|
*/
|
|
1104
888
|
nextToken?: string;
|
|
1105
889
|
}
|
|
1106
|
-
export declare namespace DescribeTagsRequest {
|
|
1107
|
-
/**
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
1110
|
-
const filterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
1111
|
-
}
|
|
1112
890
|
export declare enum ConfigurationItemType {
|
|
1113
891
|
APPLICATION = "APPLICATION",
|
|
1114
892
|
CONNECTIONS = "CONNECTION",
|
|
@@ -1145,12 +923,6 @@ export interface ConfigurationTag {
|
|
|
1145
923
|
*/
|
|
1146
924
|
timeOfCreation?: Date;
|
|
1147
925
|
}
|
|
1148
|
-
export declare namespace ConfigurationTag {
|
|
1149
|
-
/**
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
1152
|
-
const filterSensitiveLog: (obj: ConfigurationTag) => any;
|
|
1153
|
-
}
|
|
1154
926
|
export interface DescribeTagsResponse {
|
|
1155
927
|
/**
|
|
1156
928
|
* <p>Depending on the input, this is a list of configuration items tagged with a specific
|
|
@@ -1162,12 +934,6 @@ export interface DescribeTagsResponse {
|
|
|
1162
934
|
*/
|
|
1163
935
|
nextToken?: string;
|
|
1164
936
|
}
|
|
1165
|
-
export declare namespace DescribeTagsResponse {
|
|
1166
|
-
/**
|
|
1167
|
-
* @internal
|
|
1168
|
-
*/
|
|
1169
|
-
const filterSensitiveLog: (obj: DescribeTagsResponse) => any;
|
|
1170
|
-
}
|
|
1171
937
|
export interface DisassociateConfigurationItemsFromApplicationRequest {
|
|
1172
938
|
/**
|
|
1173
939
|
* <p>Configuration ID of an application from which each item is disassociated.</p>
|
|
@@ -1178,40 +944,16 @@ export interface DisassociateConfigurationItemsFromApplicationRequest {
|
|
|
1178
944
|
*/
|
|
1179
945
|
configurationIds: string[] | undefined;
|
|
1180
946
|
}
|
|
1181
|
-
export declare namespace DisassociateConfigurationItemsFromApplicationRequest {
|
|
1182
|
-
/**
|
|
1183
|
-
* @internal
|
|
1184
|
-
*/
|
|
1185
|
-
const filterSensitiveLog: (obj: DisassociateConfigurationItemsFromApplicationRequest) => any;
|
|
1186
|
-
}
|
|
1187
947
|
export interface DisassociateConfigurationItemsFromApplicationResponse {
|
|
1188
948
|
}
|
|
1189
|
-
export declare namespace DisassociateConfigurationItemsFromApplicationResponse {
|
|
1190
|
-
/**
|
|
1191
|
-
* @internal
|
|
1192
|
-
*/
|
|
1193
|
-
const filterSensitiveLog: (obj: DisassociateConfigurationItemsFromApplicationResponse) => any;
|
|
1194
|
-
}
|
|
1195
949
|
export interface ExportConfigurationsResponse {
|
|
1196
950
|
/**
|
|
1197
951
|
* <p>A unique identifier that you can use to query the export status.</p>
|
|
1198
952
|
*/
|
|
1199
953
|
exportId?: string;
|
|
1200
954
|
}
|
|
1201
|
-
export declare namespace ExportConfigurationsResponse {
|
|
1202
|
-
/**
|
|
1203
|
-
* @internal
|
|
1204
|
-
*/
|
|
1205
|
-
const filterSensitiveLog: (obj: ExportConfigurationsResponse) => any;
|
|
1206
|
-
}
|
|
1207
955
|
export interface GetDiscoverySummaryRequest {
|
|
1208
956
|
}
|
|
1209
|
-
export declare namespace GetDiscoverySummaryRequest {
|
|
1210
|
-
/**
|
|
1211
|
-
* @internal
|
|
1212
|
-
*/
|
|
1213
|
-
const filterSensitiveLog: (obj: GetDiscoverySummaryRequest) => any;
|
|
1214
|
-
}
|
|
1215
957
|
export interface CustomerAgentlessCollectorInfo {
|
|
1216
958
|
activeAgentlessCollectors: number | undefined;
|
|
1217
959
|
healthyAgentlessCollectors: number | undefined;
|
|
@@ -1221,12 +963,6 @@ export interface CustomerAgentlessCollectorInfo {
|
|
|
1221
963
|
totalAgentlessCollectors: number | undefined;
|
|
1222
964
|
unknownAgentlessCollectors: number | undefined;
|
|
1223
965
|
}
|
|
1224
|
-
export declare namespace CustomerAgentlessCollectorInfo {
|
|
1225
|
-
/**
|
|
1226
|
-
* @internal
|
|
1227
|
-
*/
|
|
1228
|
-
const filterSensitiveLog: (obj: CustomerAgentlessCollectorInfo) => any;
|
|
1229
|
-
}
|
|
1230
966
|
/**
|
|
1231
967
|
* <p>Inventory data for installed discovery agents.</p>
|
|
1232
968
|
*/
|
|
@@ -1260,12 +996,6 @@ export interface CustomerAgentInfo {
|
|
|
1260
996
|
*/
|
|
1261
997
|
unknownAgents: number | undefined;
|
|
1262
998
|
}
|
|
1263
|
-
export declare namespace CustomerAgentInfo {
|
|
1264
|
-
/**
|
|
1265
|
-
* @internal
|
|
1266
|
-
*/
|
|
1267
|
-
const filterSensitiveLog: (obj: CustomerAgentInfo) => any;
|
|
1268
|
-
}
|
|
1269
999
|
/**
|
|
1270
1000
|
* <p>Inventory data for installed discovery connectors.</p>
|
|
1271
1001
|
*/
|
|
@@ -1299,12 +1029,6 @@ export interface CustomerConnectorInfo {
|
|
|
1299
1029
|
*/
|
|
1300
1030
|
unknownConnectors: number | undefined;
|
|
1301
1031
|
}
|
|
1302
|
-
export declare namespace CustomerConnectorInfo {
|
|
1303
|
-
/**
|
|
1304
|
-
* @internal
|
|
1305
|
-
*/
|
|
1306
|
-
const filterSensitiveLog: (obj: CustomerConnectorInfo) => any;
|
|
1307
|
-
}
|
|
1308
1032
|
/**
|
|
1309
1033
|
* <p>
|
|
1310
1034
|
* The inventory data for installed Migration Evaluator collectors.
|
|
@@ -1354,12 +1078,6 @@ export interface CustomerMeCollectorInfo {
|
|
|
1354
1078
|
*/
|
|
1355
1079
|
unknownMeCollectors: number | undefined;
|
|
1356
1080
|
}
|
|
1357
|
-
export declare namespace CustomerMeCollectorInfo {
|
|
1358
|
-
/**
|
|
1359
|
-
* @internal
|
|
1360
|
-
*/
|
|
1361
|
-
const filterSensitiveLog: (obj: CustomerMeCollectorInfo) => any;
|
|
1362
|
-
}
|
|
1363
1081
|
export interface GetDiscoverySummaryResponse {
|
|
1364
1082
|
/**
|
|
1365
1083
|
* <p>The number of servers discovered.</p>
|
|
@@ -1393,12 +1111,6 @@ export interface GetDiscoverySummaryResponse {
|
|
|
1393
1111
|
meCollectorSummary?: CustomerMeCollectorInfo;
|
|
1394
1112
|
agentlessCollectorSummary?: CustomerAgentlessCollectorInfo;
|
|
1395
1113
|
}
|
|
1396
|
-
export declare namespace GetDiscoverySummaryResponse {
|
|
1397
|
-
/**
|
|
1398
|
-
* @internal
|
|
1399
|
-
*/
|
|
1400
|
-
const filterSensitiveLog: (obj: GetDiscoverySummaryResponse) => any;
|
|
1401
|
-
}
|
|
1402
1114
|
export declare enum OrderString {
|
|
1403
1115
|
ASC = "ASC",
|
|
1404
1116
|
DESC = "DESC"
|
|
@@ -1416,12 +1128,6 @@ export interface OrderByElement {
|
|
|
1416
1128
|
*/
|
|
1417
1129
|
sortOrder?: OrderString | string;
|
|
1418
1130
|
}
|
|
1419
|
-
export declare namespace OrderByElement {
|
|
1420
|
-
/**
|
|
1421
|
-
* @internal
|
|
1422
|
-
*/
|
|
1423
|
-
const filterSensitiveLog: (obj: OrderByElement) => any;
|
|
1424
|
-
}
|
|
1425
1131
|
export interface ListConfigurationsRequest {
|
|
1426
1132
|
/**
|
|
1427
1133
|
* <p>A valid configuration identified by Application Discovery Service. </p>
|
|
@@ -1456,12 +1162,6 @@ export interface ListConfigurationsRequest {
|
|
|
1456
1162
|
*/
|
|
1457
1163
|
orderBy?: OrderByElement[];
|
|
1458
1164
|
}
|
|
1459
|
-
export declare namespace ListConfigurationsRequest {
|
|
1460
|
-
/**
|
|
1461
|
-
* @internal
|
|
1462
|
-
*/
|
|
1463
|
-
const filterSensitiveLog: (obj: ListConfigurationsRequest) => any;
|
|
1464
|
-
}
|
|
1465
1165
|
export interface ListConfigurationsResponse {
|
|
1466
1166
|
/**
|
|
1467
1167
|
* <p>Returns configuration details, including the configuration ID, attribute names, and
|
|
@@ -1477,12 +1177,6 @@ export interface ListConfigurationsResponse {
|
|
|
1477
1177
|
*/
|
|
1478
1178
|
nextToken?: string;
|
|
1479
1179
|
}
|
|
1480
|
-
export declare namespace ListConfigurationsResponse {
|
|
1481
|
-
/**
|
|
1482
|
-
* @internal
|
|
1483
|
-
*/
|
|
1484
|
-
const filterSensitiveLog: (obj: ListConfigurationsResponse) => any;
|
|
1485
|
-
}
|
|
1486
1180
|
export interface ListServerNeighborsRequest {
|
|
1487
1181
|
/**
|
|
1488
1182
|
* <p>Configuration ID of the server for which neighbors are being listed.</p>
|
|
@@ -1509,12 +1203,6 @@ export interface ListServerNeighborsRequest {
|
|
|
1509
1203
|
*/
|
|
1510
1204
|
nextToken?: string;
|
|
1511
1205
|
}
|
|
1512
|
-
export declare namespace ListServerNeighborsRequest {
|
|
1513
|
-
/**
|
|
1514
|
-
* @internal
|
|
1515
|
-
*/
|
|
1516
|
-
const filterSensitiveLog: (obj: ListServerNeighborsRequest) => any;
|
|
1517
|
-
}
|
|
1518
1206
|
/**
|
|
1519
1207
|
* <p>Details about neighboring servers.</p>
|
|
1520
1208
|
*/
|
|
@@ -1540,12 +1228,6 @@ export interface NeighborConnectionDetail {
|
|
|
1540
1228
|
*/
|
|
1541
1229
|
connectionsCount: number | undefined;
|
|
1542
1230
|
}
|
|
1543
|
-
export declare namespace NeighborConnectionDetail {
|
|
1544
|
-
/**
|
|
1545
|
-
* @internal
|
|
1546
|
-
*/
|
|
1547
|
-
const filterSensitiveLog: (obj: NeighborConnectionDetail) => any;
|
|
1548
|
-
}
|
|
1549
1231
|
export interface ListServerNeighborsResponse {
|
|
1550
1232
|
/**
|
|
1551
1233
|
* <p>List of distinct servers that are one hop away from the given server.</p>
|
|
@@ -1564,12 +1246,6 @@ export interface ListServerNeighborsResponse {
|
|
|
1564
1246
|
*/
|
|
1565
1247
|
knownDependencyCount?: number;
|
|
1566
1248
|
}
|
|
1567
|
-
export declare namespace ListServerNeighborsResponse {
|
|
1568
|
-
/**
|
|
1569
|
-
* @internal
|
|
1570
|
-
*/
|
|
1571
|
-
const filterSensitiveLog: (obj: ListServerNeighborsResponse) => any;
|
|
1572
|
-
}
|
|
1573
1249
|
/**
|
|
1574
1250
|
* <p></p>
|
|
1575
1251
|
*/
|
|
@@ -1598,12 +1274,6 @@ export declare class ResourceInUseException extends __BaseException {
|
|
|
1598
1274
|
}
|
|
1599
1275
|
export interface StartContinuousExportRequest {
|
|
1600
1276
|
}
|
|
1601
|
-
export declare namespace StartContinuousExportRequest {
|
|
1602
|
-
/**
|
|
1603
|
-
* @internal
|
|
1604
|
-
*/
|
|
1605
|
-
const filterSensitiveLog: (obj: StartContinuousExportRequest) => any;
|
|
1606
|
-
}
|
|
1607
1277
|
export interface StartContinuousExportResponse {
|
|
1608
1278
|
/**
|
|
1609
1279
|
* <p>The unique ID assigned to this export.</p>
|
|
@@ -1634,12 +1304,6 @@ export interface StartContinuousExportResponse {
|
|
|
1634
1304
|
*/
|
|
1635
1305
|
schemaStorageConfig?: Record<string, string>;
|
|
1636
1306
|
}
|
|
1637
|
-
export declare namespace StartContinuousExportResponse {
|
|
1638
|
-
/**
|
|
1639
|
-
* @internal
|
|
1640
|
-
*/
|
|
1641
|
-
const filterSensitiveLog: (obj: StartContinuousExportResponse) => any;
|
|
1642
|
-
}
|
|
1643
1307
|
export interface StartDataCollectionByAgentIdsRequest {
|
|
1644
1308
|
/**
|
|
1645
1309
|
* <p>The IDs of the agents or connectors from which to start collecting data. If you send a
|
|
@@ -1652,12 +1316,6 @@ export interface StartDataCollectionByAgentIdsRequest {
|
|
|
1652
1316
|
*/
|
|
1653
1317
|
agentIds: string[] | undefined;
|
|
1654
1318
|
}
|
|
1655
|
-
export declare namespace StartDataCollectionByAgentIdsRequest {
|
|
1656
|
-
/**
|
|
1657
|
-
* @internal
|
|
1658
|
-
*/
|
|
1659
|
-
const filterSensitiveLog: (obj: StartDataCollectionByAgentIdsRequest) => any;
|
|
1660
|
-
}
|
|
1661
1319
|
export interface StartDataCollectionByAgentIdsResponse {
|
|
1662
1320
|
/**
|
|
1663
1321
|
* <p>Information about agents or the connector that were instructed to start collecting
|
|
@@ -1666,12 +1324,6 @@ export interface StartDataCollectionByAgentIdsResponse {
|
|
|
1666
1324
|
*/
|
|
1667
1325
|
agentsConfigurationStatus?: AgentConfigurationStatus[];
|
|
1668
1326
|
}
|
|
1669
|
-
export declare namespace StartDataCollectionByAgentIdsResponse {
|
|
1670
|
-
/**
|
|
1671
|
-
* @internal
|
|
1672
|
-
*/
|
|
1673
|
-
const filterSensitiveLog: (obj: StartDataCollectionByAgentIdsResponse) => any;
|
|
1674
|
-
}
|
|
1675
1327
|
export declare enum ExportDataFormat {
|
|
1676
1328
|
CSV = "CSV",
|
|
1677
1329
|
GRAPHML = "GRAPHML"
|
|
@@ -1708,24 +1360,12 @@ export interface StartExportTaskRequest {
|
|
|
1708
1360
|
*/
|
|
1709
1361
|
endTime?: Date;
|
|
1710
1362
|
}
|
|
1711
|
-
export declare namespace StartExportTaskRequest {
|
|
1712
|
-
/**
|
|
1713
|
-
* @internal
|
|
1714
|
-
*/
|
|
1715
|
-
const filterSensitiveLog: (obj: StartExportTaskRequest) => any;
|
|
1716
|
-
}
|
|
1717
1363
|
export interface StartExportTaskResponse {
|
|
1718
1364
|
/**
|
|
1719
1365
|
* <p>A unique identifier used to query the status of an export request.</p>
|
|
1720
1366
|
*/
|
|
1721
1367
|
exportId?: string;
|
|
1722
1368
|
}
|
|
1723
|
-
export declare namespace StartExportTaskResponse {
|
|
1724
|
-
/**
|
|
1725
|
-
* @internal
|
|
1726
|
-
*/
|
|
1727
|
-
const filterSensitiveLog: (obj: StartExportTaskResponse) => any;
|
|
1728
|
-
}
|
|
1729
1369
|
export interface StartImportTaskRequest {
|
|
1730
1370
|
/**
|
|
1731
1371
|
* <p>Optional. A unique token that you can provide to prevent the same import request from
|
|
@@ -1754,12 +1394,6 @@ export interface StartImportTaskRequest {
|
|
|
1754
1394
|
*/
|
|
1755
1395
|
importUrl: string | undefined;
|
|
1756
1396
|
}
|
|
1757
|
-
export declare namespace StartImportTaskRequest {
|
|
1758
|
-
/**
|
|
1759
|
-
* @internal
|
|
1760
|
-
*/
|
|
1761
|
-
const filterSensitiveLog: (obj: StartImportTaskRequest) => any;
|
|
1762
|
-
}
|
|
1763
1397
|
export interface StartImportTaskResponse {
|
|
1764
1398
|
/**
|
|
1765
1399
|
* <p>An array of information related to the import task request including status information,
|
|
@@ -1767,24 +1401,12 @@ export interface StartImportTaskResponse {
|
|
|
1767
1401
|
*/
|
|
1768
1402
|
task?: ImportTask;
|
|
1769
1403
|
}
|
|
1770
|
-
export declare namespace StartImportTaskResponse {
|
|
1771
|
-
/**
|
|
1772
|
-
* @internal
|
|
1773
|
-
*/
|
|
1774
|
-
const filterSensitiveLog: (obj: StartImportTaskResponse) => any;
|
|
1775
|
-
}
|
|
1776
1404
|
export interface StopContinuousExportRequest {
|
|
1777
1405
|
/**
|
|
1778
1406
|
* <p>The unique ID assigned to this export.</p>
|
|
1779
1407
|
*/
|
|
1780
1408
|
exportId: string | undefined;
|
|
1781
1409
|
}
|
|
1782
|
-
export declare namespace StopContinuousExportRequest {
|
|
1783
|
-
/**
|
|
1784
|
-
* @internal
|
|
1785
|
-
*/
|
|
1786
|
-
const filterSensitiveLog: (obj: StopContinuousExportRequest) => any;
|
|
1787
|
-
}
|
|
1788
1410
|
export interface StopContinuousExportResponse {
|
|
1789
1411
|
/**
|
|
1790
1412
|
* <p>Timestamp that represents when this continuous export started collecting
|
|
@@ -1796,24 +1418,12 @@ export interface StopContinuousExportResponse {
|
|
|
1796
1418
|
*/
|
|
1797
1419
|
stopTime?: Date;
|
|
1798
1420
|
}
|
|
1799
|
-
export declare namespace StopContinuousExportResponse {
|
|
1800
|
-
/**
|
|
1801
|
-
* @internal
|
|
1802
|
-
*/
|
|
1803
|
-
const filterSensitiveLog: (obj: StopContinuousExportResponse) => any;
|
|
1804
|
-
}
|
|
1805
1421
|
export interface StopDataCollectionByAgentIdsRequest {
|
|
1806
1422
|
/**
|
|
1807
1423
|
* <p>The IDs of the agents or connectors from which to stop collecting data.</p>
|
|
1808
1424
|
*/
|
|
1809
1425
|
agentIds: string[] | undefined;
|
|
1810
1426
|
}
|
|
1811
|
-
export declare namespace StopDataCollectionByAgentIdsRequest {
|
|
1812
|
-
/**
|
|
1813
|
-
* @internal
|
|
1814
|
-
*/
|
|
1815
|
-
const filterSensitiveLog: (obj: StopDataCollectionByAgentIdsRequest) => any;
|
|
1816
|
-
}
|
|
1817
1427
|
export interface StopDataCollectionByAgentIdsResponse {
|
|
1818
1428
|
/**
|
|
1819
1429
|
* <p>Information about the agents or connector that were instructed to stop collecting data.
|
|
@@ -1822,12 +1432,6 @@ export interface StopDataCollectionByAgentIdsResponse {
|
|
|
1822
1432
|
*/
|
|
1823
1433
|
agentsConfigurationStatus?: AgentConfigurationStatus[];
|
|
1824
1434
|
}
|
|
1825
|
-
export declare namespace StopDataCollectionByAgentIdsResponse {
|
|
1826
|
-
/**
|
|
1827
|
-
* @internal
|
|
1828
|
-
*/
|
|
1829
|
-
const filterSensitiveLog: (obj: StopDataCollectionByAgentIdsResponse) => any;
|
|
1830
|
-
}
|
|
1831
1435
|
export interface UpdateApplicationRequest {
|
|
1832
1436
|
/**
|
|
1833
1437
|
* <p>Configuration ID of the application to be updated.</p>
|
|
@@ -1842,17 +1446,277 @@ export interface UpdateApplicationRequest {
|
|
|
1842
1446
|
*/
|
|
1843
1447
|
description?: string;
|
|
1844
1448
|
}
|
|
1845
|
-
export declare namespace UpdateApplicationRequest {
|
|
1846
|
-
/**
|
|
1847
|
-
* @internal
|
|
1848
|
-
*/
|
|
1849
|
-
const filterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
1850
|
-
}
|
|
1851
1449
|
export interface UpdateApplicationResponse {
|
|
1852
1450
|
}
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1451
|
+
/**
|
|
1452
|
+
* @internal
|
|
1453
|
+
*/
|
|
1454
|
+
export declare const AgentConfigurationStatusFilterSensitiveLog: (obj: AgentConfigurationStatus) => any;
|
|
1455
|
+
/**
|
|
1456
|
+
* @internal
|
|
1457
|
+
*/
|
|
1458
|
+
export declare const AgentNetworkInfoFilterSensitiveLog: (obj: AgentNetworkInfo) => any;
|
|
1459
|
+
/**
|
|
1460
|
+
* @internal
|
|
1461
|
+
*/
|
|
1462
|
+
export declare const AgentInfoFilterSensitiveLog: (obj: AgentInfo) => any;
|
|
1463
|
+
/**
|
|
1464
|
+
* @internal
|
|
1465
|
+
*/
|
|
1466
|
+
export declare const AssociateConfigurationItemsToApplicationRequestFilterSensitiveLog: (obj: AssociateConfigurationItemsToApplicationRequest) => any;
|
|
1467
|
+
/**
|
|
1468
|
+
* @internal
|
|
1469
|
+
*/
|
|
1470
|
+
export declare const AssociateConfigurationItemsToApplicationResponseFilterSensitiveLog: (obj: AssociateConfigurationItemsToApplicationResponse) => any;
|
|
1471
|
+
/**
|
|
1472
|
+
* @internal
|
|
1473
|
+
*/
|
|
1474
|
+
export declare const BatchDeleteImportDataRequestFilterSensitiveLog: (obj: BatchDeleteImportDataRequest) => any;
|
|
1475
|
+
/**
|
|
1476
|
+
* @internal
|
|
1477
|
+
*/
|
|
1478
|
+
export declare const BatchDeleteImportDataErrorFilterSensitiveLog: (obj: BatchDeleteImportDataError) => any;
|
|
1479
|
+
/**
|
|
1480
|
+
* @internal
|
|
1481
|
+
*/
|
|
1482
|
+
export declare const BatchDeleteImportDataResponseFilterSensitiveLog: (obj: BatchDeleteImportDataResponse) => any;
|
|
1483
|
+
/**
|
|
1484
|
+
* @internal
|
|
1485
|
+
*/
|
|
1486
|
+
export declare const CreateApplicationRequestFilterSensitiveLog: (obj: CreateApplicationRequest) => any;
|
|
1487
|
+
/**
|
|
1488
|
+
* @internal
|
|
1489
|
+
*/
|
|
1490
|
+
export declare const CreateApplicationResponseFilterSensitiveLog: (obj: CreateApplicationResponse) => any;
|
|
1491
|
+
/**
|
|
1492
|
+
* @internal
|
|
1493
|
+
*/
|
|
1494
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1495
|
+
/**
|
|
1496
|
+
* @internal
|
|
1497
|
+
*/
|
|
1498
|
+
export declare const CreateTagsRequestFilterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
1499
|
+
/**
|
|
1500
|
+
* @internal
|
|
1501
|
+
*/
|
|
1502
|
+
export declare const CreateTagsResponseFilterSensitiveLog: (obj: CreateTagsResponse) => any;
|
|
1503
|
+
/**
|
|
1504
|
+
* @internal
|
|
1505
|
+
*/
|
|
1506
|
+
export declare const DeleteApplicationsRequestFilterSensitiveLog: (obj: DeleteApplicationsRequest) => any;
|
|
1507
|
+
/**
|
|
1508
|
+
* @internal
|
|
1509
|
+
*/
|
|
1510
|
+
export declare const DeleteApplicationsResponseFilterSensitiveLog: (obj: DeleteApplicationsResponse) => any;
|
|
1511
|
+
/**
|
|
1512
|
+
* @internal
|
|
1513
|
+
*/
|
|
1514
|
+
export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
1515
|
+
/**
|
|
1516
|
+
* @internal
|
|
1517
|
+
*/
|
|
1518
|
+
export declare const DeleteTagsResponseFilterSensitiveLog: (obj: DeleteTagsResponse) => any;
|
|
1519
|
+
/**
|
|
1520
|
+
* @internal
|
|
1521
|
+
*/
|
|
1522
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1523
|
+
/**
|
|
1524
|
+
* @internal
|
|
1525
|
+
*/
|
|
1526
|
+
export declare const DescribeAgentsRequestFilterSensitiveLog: (obj: DescribeAgentsRequest) => any;
|
|
1527
|
+
/**
|
|
1528
|
+
* @internal
|
|
1529
|
+
*/
|
|
1530
|
+
export declare const DescribeAgentsResponseFilterSensitiveLog: (obj: DescribeAgentsResponse) => any;
|
|
1531
|
+
/**
|
|
1532
|
+
* @internal
|
|
1533
|
+
*/
|
|
1534
|
+
export declare const DescribeConfigurationsRequestFilterSensitiveLog: (obj: DescribeConfigurationsRequest) => any;
|
|
1535
|
+
/**
|
|
1536
|
+
* @internal
|
|
1537
|
+
*/
|
|
1538
|
+
export declare const DescribeConfigurationsResponseFilterSensitiveLog: (obj: DescribeConfigurationsResponse) => any;
|
|
1539
|
+
/**
|
|
1540
|
+
* @internal
|
|
1541
|
+
*/
|
|
1542
|
+
export declare const DescribeContinuousExportsRequestFilterSensitiveLog: (obj: DescribeContinuousExportsRequest) => any;
|
|
1543
|
+
/**
|
|
1544
|
+
* @internal
|
|
1545
|
+
*/
|
|
1546
|
+
export declare const ContinuousExportDescriptionFilterSensitiveLog: (obj: ContinuousExportDescription) => any;
|
|
1547
|
+
/**
|
|
1548
|
+
* @internal
|
|
1549
|
+
*/
|
|
1550
|
+
export declare const DescribeContinuousExportsResponseFilterSensitiveLog: (obj: DescribeContinuousExportsResponse) => any;
|
|
1551
|
+
/**
|
|
1552
|
+
* @internal
|
|
1553
|
+
*/
|
|
1554
|
+
export declare const DescribeExportConfigurationsRequestFilterSensitiveLog: (obj: DescribeExportConfigurationsRequest) => any;
|
|
1555
|
+
/**
|
|
1556
|
+
* @internal
|
|
1557
|
+
*/
|
|
1558
|
+
export declare const ExportInfoFilterSensitiveLog: (obj: ExportInfo) => any;
|
|
1559
|
+
/**
|
|
1560
|
+
* @internal
|
|
1561
|
+
*/
|
|
1562
|
+
export declare const DescribeExportConfigurationsResponseFilterSensitiveLog: (obj: DescribeExportConfigurationsResponse) => any;
|
|
1563
|
+
/**
|
|
1564
|
+
* @internal
|
|
1565
|
+
*/
|
|
1566
|
+
export declare const ExportFilterFilterSensitiveLog: (obj: ExportFilter) => any;
|
|
1567
|
+
/**
|
|
1568
|
+
* @internal
|
|
1569
|
+
*/
|
|
1570
|
+
export declare const DescribeExportTasksRequestFilterSensitiveLog: (obj: DescribeExportTasksRequest) => any;
|
|
1571
|
+
/**
|
|
1572
|
+
* @internal
|
|
1573
|
+
*/
|
|
1574
|
+
export declare const DescribeExportTasksResponseFilterSensitiveLog: (obj: DescribeExportTasksResponse) => any;
|
|
1575
|
+
/**
|
|
1576
|
+
* @internal
|
|
1577
|
+
*/
|
|
1578
|
+
export declare const ImportTaskFilterFilterSensitiveLog: (obj: ImportTaskFilter) => any;
|
|
1579
|
+
/**
|
|
1580
|
+
* @internal
|
|
1581
|
+
*/
|
|
1582
|
+
export declare const DescribeImportTasksRequestFilterSensitiveLog: (obj: DescribeImportTasksRequest) => any;
|
|
1583
|
+
/**
|
|
1584
|
+
* @internal
|
|
1585
|
+
*/
|
|
1586
|
+
export declare const ImportTaskFilterSensitiveLog: (obj: ImportTask) => any;
|
|
1587
|
+
/**
|
|
1588
|
+
* @internal
|
|
1589
|
+
*/
|
|
1590
|
+
export declare const DescribeImportTasksResponseFilterSensitiveLog: (obj: DescribeImportTasksResponse) => any;
|
|
1591
|
+
/**
|
|
1592
|
+
* @internal
|
|
1593
|
+
*/
|
|
1594
|
+
export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
|
|
1595
|
+
/**
|
|
1596
|
+
* @internal
|
|
1597
|
+
*/
|
|
1598
|
+
export declare const DescribeTagsRequestFilterSensitiveLog: (obj: DescribeTagsRequest) => any;
|
|
1599
|
+
/**
|
|
1600
|
+
* @internal
|
|
1601
|
+
*/
|
|
1602
|
+
export declare const ConfigurationTagFilterSensitiveLog: (obj: ConfigurationTag) => any;
|
|
1603
|
+
/**
|
|
1604
|
+
* @internal
|
|
1605
|
+
*/
|
|
1606
|
+
export declare const DescribeTagsResponseFilterSensitiveLog: (obj: DescribeTagsResponse) => any;
|
|
1607
|
+
/**
|
|
1608
|
+
* @internal
|
|
1609
|
+
*/
|
|
1610
|
+
export declare const DisassociateConfigurationItemsFromApplicationRequestFilterSensitiveLog: (obj: DisassociateConfigurationItemsFromApplicationRequest) => any;
|
|
1611
|
+
/**
|
|
1612
|
+
* @internal
|
|
1613
|
+
*/
|
|
1614
|
+
export declare const DisassociateConfigurationItemsFromApplicationResponseFilterSensitiveLog: (obj: DisassociateConfigurationItemsFromApplicationResponse) => any;
|
|
1615
|
+
/**
|
|
1616
|
+
* @internal
|
|
1617
|
+
*/
|
|
1618
|
+
export declare const ExportConfigurationsResponseFilterSensitiveLog: (obj: ExportConfigurationsResponse) => any;
|
|
1619
|
+
/**
|
|
1620
|
+
* @internal
|
|
1621
|
+
*/
|
|
1622
|
+
export declare const GetDiscoverySummaryRequestFilterSensitiveLog: (obj: GetDiscoverySummaryRequest) => any;
|
|
1623
|
+
/**
|
|
1624
|
+
* @internal
|
|
1625
|
+
*/
|
|
1626
|
+
export declare const CustomerAgentlessCollectorInfoFilterSensitiveLog: (obj: CustomerAgentlessCollectorInfo) => any;
|
|
1627
|
+
/**
|
|
1628
|
+
* @internal
|
|
1629
|
+
*/
|
|
1630
|
+
export declare const CustomerAgentInfoFilterSensitiveLog: (obj: CustomerAgentInfo) => any;
|
|
1631
|
+
/**
|
|
1632
|
+
* @internal
|
|
1633
|
+
*/
|
|
1634
|
+
export declare const CustomerConnectorInfoFilterSensitiveLog: (obj: CustomerConnectorInfo) => any;
|
|
1635
|
+
/**
|
|
1636
|
+
* @internal
|
|
1637
|
+
*/
|
|
1638
|
+
export declare const CustomerMeCollectorInfoFilterSensitiveLog: (obj: CustomerMeCollectorInfo) => any;
|
|
1639
|
+
/**
|
|
1640
|
+
* @internal
|
|
1641
|
+
*/
|
|
1642
|
+
export declare const GetDiscoverySummaryResponseFilterSensitiveLog: (obj: GetDiscoverySummaryResponse) => any;
|
|
1643
|
+
/**
|
|
1644
|
+
* @internal
|
|
1645
|
+
*/
|
|
1646
|
+
export declare const OrderByElementFilterSensitiveLog: (obj: OrderByElement) => any;
|
|
1647
|
+
/**
|
|
1648
|
+
* @internal
|
|
1649
|
+
*/
|
|
1650
|
+
export declare const ListConfigurationsRequestFilterSensitiveLog: (obj: ListConfigurationsRequest) => any;
|
|
1651
|
+
/**
|
|
1652
|
+
* @internal
|
|
1653
|
+
*/
|
|
1654
|
+
export declare const ListConfigurationsResponseFilterSensitiveLog: (obj: ListConfigurationsResponse) => any;
|
|
1655
|
+
/**
|
|
1656
|
+
* @internal
|
|
1657
|
+
*/
|
|
1658
|
+
export declare const ListServerNeighborsRequestFilterSensitiveLog: (obj: ListServerNeighborsRequest) => any;
|
|
1659
|
+
/**
|
|
1660
|
+
* @internal
|
|
1661
|
+
*/
|
|
1662
|
+
export declare const NeighborConnectionDetailFilterSensitiveLog: (obj: NeighborConnectionDetail) => any;
|
|
1663
|
+
/**
|
|
1664
|
+
* @internal
|
|
1665
|
+
*/
|
|
1666
|
+
export declare const ListServerNeighborsResponseFilterSensitiveLog: (obj: ListServerNeighborsResponse) => any;
|
|
1667
|
+
/**
|
|
1668
|
+
* @internal
|
|
1669
|
+
*/
|
|
1670
|
+
export declare const StartContinuousExportRequestFilterSensitiveLog: (obj: StartContinuousExportRequest) => any;
|
|
1671
|
+
/**
|
|
1672
|
+
* @internal
|
|
1673
|
+
*/
|
|
1674
|
+
export declare const StartContinuousExportResponseFilterSensitiveLog: (obj: StartContinuousExportResponse) => any;
|
|
1675
|
+
/**
|
|
1676
|
+
* @internal
|
|
1677
|
+
*/
|
|
1678
|
+
export declare const StartDataCollectionByAgentIdsRequestFilterSensitiveLog: (obj: StartDataCollectionByAgentIdsRequest) => any;
|
|
1679
|
+
/**
|
|
1680
|
+
* @internal
|
|
1681
|
+
*/
|
|
1682
|
+
export declare const StartDataCollectionByAgentIdsResponseFilterSensitiveLog: (obj: StartDataCollectionByAgentIdsResponse) => any;
|
|
1683
|
+
/**
|
|
1684
|
+
* @internal
|
|
1685
|
+
*/
|
|
1686
|
+
export declare const StartExportTaskRequestFilterSensitiveLog: (obj: StartExportTaskRequest) => any;
|
|
1687
|
+
/**
|
|
1688
|
+
* @internal
|
|
1689
|
+
*/
|
|
1690
|
+
export declare const StartExportTaskResponseFilterSensitiveLog: (obj: StartExportTaskResponse) => any;
|
|
1691
|
+
/**
|
|
1692
|
+
* @internal
|
|
1693
|
+
*/
|
|
1694
|
+
export declare const StartImportTaskRequestFilterSensitiveLog: (obj: StartImportTaskRequest) => any;
|
|
1695
|
+
/**
|
|
1696
|
+
* @internal
|
|
1697
|
+
*/
|
|
1698
|
+
export declare const StartImportTaskResponseFilterSensitiveLog: (obj: StartImportTaskResponse) => any;
|
|
1699
|
+
/**
|
|
1700
|
+
* @internal
|
|
1701
|
+
*/
|
|
1702
|
+
export declare const StopContinuousExportRequestFilterSensitiveLog: (obj: StopContinuousExportRequest) => any;
|
|
1703
|
+
/**
|
|
1704
|
+
* @internal
|
|
1705
|
+
*/
|
|
1706
|
+
export declare const StopContinuousExportResponseFilterSensitiveLog: (obj: StopContinuousExportResponse) => any;
|
|
1707
|
+
/**
|
|
1708
|
+
* @internal
|
|
1709
|
+
*/
|
|
1710
|
+
export declare const StopDataCollectionByAgentIdsRequestFilterSensitiveLog: (obj: StopDataCollectionByAgentIdsRequest) => any;
|
|
1711
|
+
/**
|
|
1712
|
+
* @internal
|
|
1713
|
+
*/
|
|
1714
|
+
export declare const StopDataCollectionByAgentIdsResponseFilterSensitiveLog: (obj: StopDataCollectionByAgentIdsResponse) => any;
|
|
1715
|
+
/**
|
|
1716
|
+
* @internal
|
|
1717
|
+
*/
|
|
1718
|
+
export declare const UpdateApplicationRequestFilterSensitiveLog: (obj: UpdateApplicationRequest) => any;
|
|
1719
|
+
/**
|
|
1720
|
+
* @internal
|
|
1721
|
+
*/
|
|
1722
|
+
export declare const UpdateApplicationResponseFilterSensitiveLog: (obj: UpdateApplicationResponse) => any;
|