@aws-sdk/client-application-discovery-service 3.1068.0 → 3.1070.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/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +131 -151
- package/dist-cjs/models/ApplicationDiscoveryServiceServiceException.js +4 -8
- package/dist-cjs/models/errors.js +21 -34
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +257 -168
- package/package.json +8 -8
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.DescribeExportConfigurationsResponse$ = exports.DescribeExportConfigurationsRequest$ = exports.DescribeContinuousExportsResponse$ = exports.DescribeContinuousExportsRequest$ = exports.DescribeConfigurationsResponse$ = exports.DescribeConfigurationsRequest$ = exports.DescribeBatchDeleteConfigurationTaskResponse$ = exports.DescribeBatchDeleteConfigurationTaskRequest$ = exports.DescribeAgentsResponse$ = exports.DescribeAgentsRequest$ = exports.DeletionWarning$ = exports.DeleteTagsResponse$ = exports.DeleteTagsRequest$ = exports.DeleteApplicationsResponse$ = exports.DeleteApplicationsRequest$ = exports.DeleteAgent$ = exports.CustomerMeCollectorInfo$ = exports.CustomerConnectorInfo$ = exports.CustomerAgentlessCollectorInfo$ = exports.CustomerAgentInfo$ = exports.CreateTagsResponse$ = exports.CreateTagsRequest$ = exports.CreateApplicationResponse$ = exports.CreateApplicationRequest$ = exports.ContinuousExportDescription$ = exports.ConfigurationTag$ = exports.BatchDeleteImportDataResponse$ = exports.BatchDeleteImportDataRequest$ = exports.BatchDeleteImportDataError$ = exports.BatchDeleteConfigurationTask$ = exports.BatchDeleteAgentsResponse$ = exports.BatchDeleteAgentsRequest$ = exports.BatchDeleteAgentError$ = exports.AssociateConfigurationItemsToApplicationResponse$ = exports.AssociateConfigurationItemsToApplicationRequest$ = exports.AgentNetworkInfo$ = exports.AgentInfo$ = exports.AgentConfigurationStatus$ = exports.errorTypeRegistries = exports.ServerInternalErrorException$ = exports.ResourceNotFoundException$ = exports.ResourceInUseException$ = exports.OperationNotPermittedException$ = exports.LimitExceededException$ = exports.InvalidParameterValueException$ = exports.InvalidParameterException$ = exports.HomeRegionNotSetException$ = exports.ConflictErrorException$ = exports.AuthorizationErrorException$ = exports.ApplicationDiscoveryServiceServiceException$ = void 0;
|
|
4
|
-
exports.CreateTags$ = exports.CreateApplication$ = exports.BatchDeleteImportData$ = exports.BatchDeleteAgents$ = exports.AssociateConfigurationItemsToApplication$ = exports.ExportPreferences$ = exports.UsageMetricBasis$ = exports.UpdateApplicationResponse$ = exports.UpdateApplicationRequest$ = exports.TagFilter$ = exports.Tag$ = exports.StopDataCollectionByAgentIdsResponse$ = exports.StopDataCollectionByAgentIdsRequest$ = exports.StopContinuousExportResponse$ = exports.StopContinuousExportRequest$ = exports.StartImportTaskResponse$ = exports.StartImportTaskRequest$ = exports.StartExportTaskResponse$ = exports.StartExportTaskRequest$ = exports.StartDataCollectionByAgentIdsResponse$ = exports.StartDataCollectionByAgentIdsRequest$ = exports.StartContinuousExportResponse$ = exports.StartContinuousExportRequest$ = exports.StartBatchDeleteConfigurationTaskResponse$ = exports.StartBatchDeleteConfigurationTaskRequest$ = exports.ReservedInstanceOptions$ = exports.OrderByElement$ = exports.NeighborConnectionDetail$ = exports.ListServerNeighborsResponse$ = exports.ListServerNeighborsRequest$ = exports.ListConfigurationsResponse$ = exports.ListConfigurationsRequest$ = exports.ImportTaskFilter$ = exports.ImportTask$ = exports.GetDiscoverySummaryResponse$ = exports.GetDiscoverySummaryRequest$ = exports.Filter$ = exports.FailedConfiguration$ = exports.ExportInfo$ = exports.ExportFilter$ = exports.ExportConfigurationsResponse$ = exports.Ec2RecommendationsExportPreferences$ = exports.DisassociateConfigurationItemsFromApplicationResponse$ = exports.DisassociateConfigurationItemsFromApplicationRequest$ = exports.DescribeTagsResponse$ = exports.DescribeTagsRequest$ = exports.DescribeImportTasksResponse$ = exports.DescribeImportTasksRequest$ = exports.DescribeExportTasksResponse$ = exports.DescribeExportTasksRequest$ = void 0;
|
|
5
|
-
exports.UpdateApplication$ = exports.StopDataCollectionByAgentIds$ = exports.StopContinuousExport$ = exports.StartImportTask$ = exports.StartExportTask$ = exports.StartDataCollectionByAgentIds$ = exports.StartContinuousExport$ = exports.StartBatchDeleteConfigurationTask$ = exports.ListServerNeighbors$ = exports.ListConfigurations$ = exports.GetDiscoverySummary$ = exports.ExportConfigurations$ = exports.DisassociateConfigurationItemsFromApplication$ = exports.DescribeTags$ = exports.DescribeImportTasks$ = exports.DescribeExportTasks$ = exports.DescribeExportConfigurations$ = exports.DescribeContinuousExports$ = exports.DescribeConfigurations$ = exports.DescribeBatchDeleteConfigurationTask$ = exports.DescribeAgents$ = exports.DeleteTags$ = exports.DeleteApplications$ = void 0;
|
|
6
1
|
const _ACITA = "AssociateConfigurationItemsToApplication";
|
|
7
2
|
const _ACITAR = "AssociateConfigurationItemsToApplicationRequest";
|
|
8
3
|
const _ACITARs = "AssociateConfigurationItemsToApplicationResponse";
|
|
@@ -299,546 +294,639 @@ const _wC = "warningCode";
|
|
|
299
294
|
const _wT = "warningText";
|
|
300
295
|
const _xN = "xmlName";
|
|
301
296
|
const n0 = "com.amazonaws.applicationdiscoveryservice";
|
|
302
|
-
const
|
|
303
|
-
const
|
|
304
|
-
const
|
|
305
|
-
const _s_registry =
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
297
|
+
const { TypeRegistry } = require("@smithy/core/schema");
|
|
298
|
+
const { ApplicationDiscoveryServiceServiceException } = require("../models/ApplicationDiscoveryServiceServiceException");
|
|
299
|
+
const { AuthorizationErrorException, ConflictErrorException, HomeRegionNotSetException, InvalidParameterException, InvalidParameterValueException, LimitExceededException, OperationNotPermittedException, ResourceInUseException, ResourceNotFoundException, ServerInternalErrorException } = require("../models/errors");
|
|
300
|
+
const _s_registry = TypeRegistry.for(_s);
|
|
301
|
+
const ApplicationDiscoveryServiceServiceException$ = [-3, _s, "ApplicationDiscoveryServiceServiceException", 0, [], []];
|
|
302
|
+
exports.ApplicationDiscoveryServiceServiceException$ = ApplicationDiscoveryServiceServiceException$;
|
|
303
|
+
_s_registry.registerError(ApplicationDiscoveryServiceServiceException$, ApplicationDiscoveryServiceServiceException);
|
|
304
|
+
const n0_registry = TypeRegistry.for(n0);
|
|
305
|
+
const AuthorizationErrorException$ = [-3, n0, _AEE,
|
|
310
306
|
{ [_e]: _c, [_hE]: 403 },
|
|
311
307
|
[_m],
|
|
312
308
|
[0]
|
|
313
309
|
];
|
|
314
|
-
|
|
315
|
-
|
|
310
|
+
exports.AuthorizationErrorException$ = AuthorizationErrorException$;
|
|
311
|
+
n0_registry.registerError(AuthorizationErrorException$, AuthorizationErrorException);
|
|
312
|
+
const ConflictErrorException$ = [-3, n0, _CEE,
|
|
316
313
|
{ [_e]: _c, [_hE]: 409 },
|
|
317
314
|
[_m],
|
|
318
315
|
[0]
|
|
319
316
|
];
|
|
320
|
-
|
|
321
|
-
|
|
317
|
+
exports.ConflictErrorException$ = ConflictErrorException$;
|
|
318
|
+
n0_registry.registerError(ConflictErrorException$, ConflictErrorException);
|
|
319
|
+
const HomeRegionNotSetException$ = [-3, n0, _HRNSE,
|
|
322
320
|
{ [_e]: _c, [_hE]: 400 },
|
|
323
321
|
[_m],
|
|
324
322
|
[0]
|
|
325
323
|
];
|
|
326
|
-
|
|
327
|
-
|
|
324
|
+
exports.HomeRegionNotSetException$ = HomeRegionNotSetException$;
|
|
325
|
+
n0_registry.registerError(HomeRegionNotSetException$, HomeRegionNotSetException);
|
|
326
|
+
const InvalidParameterException$ = [-3, n0, _IPE,
|
|
328
327
|
{ [_e]: _c, [_hE]: 400 },
|
|
329
328
|
[_m],
|
|
330
329
|
[0]
|
|
331
330
|
];
|
|
332
|
-
|
|
333
|
-
|
|
331
|
+
exports.InvalidParameterException$ = InvalidParameterException$;
|
|
332
|
+
n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
|
|
333
|
+
const InvalidParameterValueException$ = [-3, n0, _IPVE,
|
|
334
334
|
{ [_e]: _c, [_hE]: 400 },
|
|
335
335
|
[_m],
|
|
336
336
|
[0]
|
|
337
337
|
];
|
|
338
|
-
|
|
339
|
-
|
|
338
|
+
exports.InvalidParameterValueException$ = InvalidParameterValueException$;
|
|
339
|
+
n0_registry.registerError(InvalidParameterValueException$, InvalidParameterValueException);
|
|
340
|
+
const LimitExceededException$ = [-3, n0, _LEE,
|
|
340
341
|
{ [_e]: _c, [_hE]: 400 },
|
|
341
342
|
[_m],
|
|
342
343
|
[0]
|
|
343
344
|
];
|
|
344
|
-
|
|
345
|
-
|
|
345
|
+
exports.LimitExceededException$ = LimitExceededException$;
|
|
346
|
+
n0_registry.registerError(LimitExceededException$, LimitExceededException);
|
|
347
|
+
const OperationNotPermittedException$ = [-3, n0, _ONPE,
|
|
346
348
|
{ [_e]: _c, [_hE]: 429 },
|
|
347
349
|
[_m],
|
|
348
350
|
[0]
|
|
349
351
|
];
|
|
350
|
-
|
|
351
|
-
|
|
352
|
+
exports.OperationNotPermittedException$ = OperationNotPermittedException$;
|
|
353
|
+
n0_registry.registerError(OperationNotPermittedException$, OperationNotPermittedException);
|
|
354
|
+
const ResourceInUseException$ = [-3, n0, _RIUE,
|
|
352
355
|
{ [_e]: _c, [_hE]: 400 },
|
|
353
356
|
[_m],
|
|
354
357
|
[0]
|
|
355
358
|
];
|
|
356
|
-
|
|
357
|
-
|
|
359
|
+
exports.ResourceInUseException$ = ResourceInUseException$;
|
|
360
|
+
n0_registry.registerError(ResourceInUseException$, ResourceInUseException);
|
|
361
|
+
const ResourceNotFoundException$ = [-3, n0, _RNFE,
|
|
358
362
|
{ [_e]: _c, [_hE]: 400 },
|
|
359
363
|
[_m],
|
|
360
364
|
[0]
|
|
361
365
|
];
|
|
362
|
-
|
|
363
|
-
|
|
366
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
367
|
+
n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
368
|
+
const ServerInternalErrorException$ = [-3, n0, _SIEE,
|
|
364
369
|
{ [_e]: _se, [_hE]: 500 },
|
|
365
370
|
[_m],
|
|
366
371
|
[0]
|
|
367
372
|
];
|
|
368
|
-
|
|
373
|
+
exports.ServerInternalErrorException$ = ServerInternalErrorException$;
|
|
374
|
+
n0_registry.registerError(ServerInternalErrorException$, ServerInternalErrorException);
|
|
369
375
|
exports.errorTypeRegistries = [
|
|
370
376
|
_s_registry,
|
|
371
377
|
n0_registry,
|
|
372
378
|
];
|
|
373
|
-
|
|
379
|
+
const AgentConfigurationStatus$ = [3, n0, _ACS,
|
|
374
380
|
0,
|
|
375
381
|
[_aI, _oS, _d],
|
|
376
382
|
[0, 2, 0]
|
|
377
383
|
];
|
|
378
|
-
exports.
|
|
384
|
+
exports.AgentConfigurationStatus$ = AgentConfigurationStatus$;
|
|
385
|
+
const AgentInfo$ = [3, n0, _AI,
|
|
379
386
|
0,
|
|
380
387
|
[_aI, _hN, _aNIL, _cI, _v, _h, _lHPT, _cS, _aT, _rT],
|
|
381
388
|
[0, 0, [() => AgentNetworkInfoList, 0], 0, 0, 0, 0, 0, 0, 0]
|
|
382
389
|
];
|
|
383
|
-
exports.
|
|
390
|
+
exports.AgentInfo$ = AgentInfo$;
|
|
391
|
+
const AgentNetworkInfo$ = [3, n0, _ANI,
|
|
384
392
|
8,
|
|
385
393
|
[_iA, _mA],
|
|
386
394
|
[0, 0]
|
|
387
395
|
];
|
|
388
|
-
exports.
|
|
396
|
+
exports.AgentNetworkInfo$ = AgentNetworkInfo$;
|
|
397
|
+
const AssociateConfigurationItemsToApplicationRequest$ = [3, n0, _ACITAR,
|
|
389
398
|
0,
|
|
390
399
|
[_aCI, _cIo],
|
|
391
400
|
[0, 64 | 0], 2
|
|
392
401
|
];
|
|
393
|
-
exports.
|
|
402
|
+
exports.AssociateConfigurationItemsToApplicationRequest$ = AssociateConfigurationItemsToApplicationRequest$;
|
|
403
|
+
const AssociateConfigurationItemsToApplicationResponse$ = [3, n0, _ACITARs,
|
|
394
404
|
0,
|
|
395
405
|
[],
|
|
396
406
|
[]
|
|
397
407
|
];
|
|
398
|
-
exports.
|
|
408
|
+
exports.AssociateConfigurationItemsToApplicationResponse$ = AssociateConfigurationItemsToApplicationResponse$;
|
|
409
|
+
const BatchDeleteAgentError$ = [3, n0, _BDAE,
|
|
399
410
|
0,
|
|
400
411
|
[_aI, _eM, _eC],
|
|
401
412
|
[0, 0, 0], 3
|
|
402
413
|
];
|
|
403
|
-
exports.
|
|
414
|
+
exports.BatchDeleteAgentError$ = BatchDeleteAgentError$;
|
|
415
|
+
const BatchDeleteAgentsRequest$ = [3, n0, _BDAR,
|
|
404
416
|
0,
|
|
405
417
|
[_dA],
|
|
406
418
|
[() => DeleteAgents], 1
|
|
407
419
|
];
|
|
408
|
-
exports.
|
|
420
|
+
exports.BatchDeleteAgentsRequest$ = BatchDeleteAgentsRequest$;
|
|
421
|
+
const BatchDeleteAgentsResponse$ = [3, n0, _BDARa,
|
|
409
422
|
0,
|
|
410
423
|
[_er],
|
|
411
424
|
[() => BatchDeleteAgentErrors]
|
|
412
425
|
];
|
|
413
|
-
exports.
|
|
426
|
+
exports.BatchDeleteAgentsResponse$ = BatchDeleteAgentsResponse$;
|
|
427
|
+
const BatchDeleteConfigurationTask$ = [3, n0, _BDCT,
|
|
414
428
|
0,
|
|
415
429
|
[_tI, _st, _sT, _eT, _cT, _rC, _dC, _fC, _dW],
|
|
416
430
|
[0, 0, 4, 4, 0, 64 | 0, 64 | 0, () => FailedConfigurationList, () => DeletionWarningsList]
|
|
417
431
|
];
|
|
418
|
-
exports.
|
|
432
|
+
exports.BatchDeleteConfigurationTask$ = BatchDeleteConfigurationTask$;
|
|
433
|
+
const BatchDeleteImportDataError$ = [3, n0, _BDIDE,
|
|
419
434
|
0,
|
|
420
435
|
[_iTI, _eC, _eD],
|
|
421
436
|
[0, 0, 0]
|
|
422
437
|
];
|
|
423
|
-
exports.
|
|
438
|
+
exports.BatchDeleteImportDataError$ = BatchDeleteImportDataError$;
|
|
439
|
+
const BatchDeleteImportDataRequest$ = [3, n0, _BDIDR,
|
|
424
440
|
0,
|
|
425
441
|
[_iTIm, _dH],
|
|
426
442
|
[64 | 0, 2], 1
|
|
427
443
|
];
|
|
428
|
-
exports.
|
|
444
|
+
exports.BatchDeleteImportDataRequest$ = BatchDeleteImportDataRequest$;
|
|
445
|
+
const BatchDeleteImportDataResponse$ = [3, n0, _BDIDRa,
|
|
429
446
|
0,
|
|
430
447
|
[_er],
|
|
431
448
|
[() => BatchDeleteImportDataErrorList]
|
|
432
449
|
];
|
|
433
|
-
exports.
|
|
450
|
+
exports.BatchDeleteImportDataResponse$ = BatchDeleteImportDataResponse$;
|
|
451
|
+
const ConfigurationTag$ = [3, n0, _CT,
|
|
434
452
|
0,
|
|
435
453
|
[_cT, _cIon, _k, _va, _tOC],
|
|
436
454
|
[0, 0, 0, 0, 4]
|
|
437
455
|
];
|
|
438
|
-
exports.
|
|
456
|
+
exports.ConfigurationTag$ = ConfigurationTag$;
|
|
457
|
+
const ContinuousExportDescription$ = [3, n0, _CED,
|
|
439
458
|
0,
|
|
440
459
|
[_eI, _st, _sD, _sB, _sT, _sTt, _dS, _sSC],
|
|
441
460
|
[0, 0, 0, 0, 4, 4, 0, 128 | 0]
|
|
442
461
|
];
|
|
443
|
-
exports.
|
|
462
|
+
exports.ContinuousExportDescription$ = ContinuousExportDescription$;
|
|
463
|
+
const CreateApplicationRequest$ = [3, n0, _CAR,
|
|
444
464
|
0,
|
|
445
465
|
[_n, _d, _w],
|
|
446
466
|
[0, 0, 0], 1
|
|
447
467
|
];
|
|
448
|
-
exports.
|
|
468
|
+
exports.CreateApplicationRequest$ = CreateApplicationRequest$;
|
|
469
|
+
const CreateApplicationResponse$ = [3, n0, _CARr,
|
|
449
470
|
0,
|
|
450
471
|
[_cIon],
|
|
451
472
|
[0]
|
|
452
473
|
];
|
|
453
|
-
exports.
|
|
474
|
+
exports.CreateApplicationResponse$ = CreateApplicationResponse$;
|
|
475
|
+
const CreateTagsRequest$ = [3, n0, _CTR,
|
|
454
476
|
0,
|
|
455
477
|
[_cIo, _t],
|
|
456
478
|
[64 | 0, [() => TagSet, 0]], 2
|
|
457
479
|
];
|
|
458
|
-
exports.
|
|
480
|
+
exports.CreateTagsRequest$ = CreateTagsRequest$;
|
|
481
|
+
const CreateTagsResponse$ = [3, n0, _CTRr,
|
|
459
482
|
0,
|
|
460
483
|
[],
|
|
461
484
|
[]
|
|
462
485
|
];
|
|
463
|
-
exports.
|
|
486
|
+
exports.CreateTagsResponse$ = CreateTagsResponse$;
|
|
487
|
+
const CustomerAgentInfo$ = [3, n0, _CAI,
|
|
464
488
|
0,
|
|
465
489
|
[_aA, _hA, _bLA, _sA, _uA, _tA, _uAn],
|
|
466
490
|
[1, 1, 1, 1, 1, 1, 1], 7
|
|
467
491
|
];
|
|
468
|
-
exports.
|
|
492
|
+
exports.CustomerAgentInfo$ = CustomerAgentInfo$;
|
|
493
|
+
const CustomerAgentlessCollectorInfo$ = [3, n0, _CACI,
|
|
469
494
|
0,
|
|
470
495
|
[_aAC, _hAC, _dLAC, _sAC, _uAC, _tAC, _uACn],
|
|
471
496
|
[1, 1, 1, 1, 1, 1, 1], 7
|
|
472
497
|
];
|
|
473
|
-
exports.
|
|
498
|
+
exports.CustomerAgentlessCollectorInfo$ = CustomerAgentlessCollectorInfo$;
|
|
499
|
+
const CustomerConnectorInfo$ = [3, n0, _CCI,
|
|
474
500
|
0,
|
|
475
501
|
[_aC, _hC, _bLC, _sC, _uC, _tC, _uCn],
|
|
476
502
|
[1, 1, 1, 1, 1, 1, 1], 7
|
|
477
503
|
];
|
|
478
|
-
exports.
|
|
504
|
+
exports.CustomerConnectorInfo$ = CustomerConnectorInfo$;
|
|
505
|
+
const CustomerMeCollectorInfo$ = [3, n0, _CMCI,
|
|
479
506
|
0,
|
|
480
507
|
[_aMC, _hMC, _dLMC, _sMC, _uMC, _tMC, _uMCn],
|
|
481
508
|
[1, 1, 1, 1, 1, 1, 1], 7
|
|
482
509
|
];
|
|
483
|
-
exports.
|
|
510
|
+
exports.CustomerMeCollectorInfo$ = CustomerMeCollectorInfo$;
|
|
511
|
+
const DeleteAgent$ = [3, n0, _DA,
|
|
484
512
|
0,
|
|
485
513
|
[_aI, _f],
|
|
486
514
|
[0, 2], 1
|
|
487
515
|
];
|
|
488
|
-
exports.
|
|
516
|
+
exports.DeleteAgent$ = DeleteAgent$;
|
|
517
|
+
const DeleteApplicationsRequest$ = [3, n0, _DAR,
|
|
489
518
|
0,
|
|
490
519
|
[_cIo],
|
|
491
520
|
[64 | 0], 1
|
|
492
521
|
];
|
|
493
|
-
exports.
|
|
522
|
+
exports.DeleteApplicationsRequest$ = DeleteApplicationsRequest$;
|
|
523
|
+
const DeleteApplicationsResponse$ = [3, n0, _DARe,
|
|
494
524
|
0,
|
|
495
525
|
[],
|
|
496
526
|
[]
|
|
497
527
|
];
|
|
498
|
-
exports.
|
|
528
|
+
exports.DeleteApplicationsResponse$ = DeleteApplicationsResponse$;
|
|
529
|
+
const DeleteTagsRequest$ = [3, n0, _DTR,
|
|
499
530
|
0,
|
|
500
531
|
[_cIo, _t],
|
|
501
532
|
[64 | 0, [() => TagSet, 0]], 1
|
|
502
533
|
];
|
|
503
|
-
exports.
|
|
534
|
+
exports.DeleteTagsRequest$ = DeleteTagsRequest$;
|
|
535
|
+
const DeleteTagsResponse$ = [3, n0, _DTRe,
|
|
504
536
|
0,
|
|
505
537
|
[],
|
|
506
538
|
[]
|
|
507
539
|
];
|
|
508
|
-
exports.
|
|
540
|
+
exports.DeleteTagsResponse$ = DeleteTagsResponse$;
|
|
541
|
+
const DeletionWarning$ = [3, n0, _DW,
|
|
509
542
|
0,
|
|
510
543
|
[_cIon, _wC, _wT],
|
|
511
544
|
[0, 1, 0]
|
|
512
545
|
];
|
|
513
|
-
exports.
|
|
546
|
+
exports.DeletionWarning$ = DeletionWarning$;
|
|
547
|
+
const DescribeAgentsRequest$ = [3, n0, _DARes,
|
|
514
548
|
0,
|
|
515
549
|
[_aIg, _fi, _mR, _nT],
|
|
516
550
|
[64 | 0, [() => Filters, 0], 1, 0]
|
|
517
551
|
];
|
|
518
|
-
exports.
|
|
552
|
+
exports.DescribeAgentsRequest$ = DescribeAgentsRequest$;
|
|
553
|
+
const DescribeAgentsResponse$ = [3, n0, _DAResc,
|
|
519
554
|
0,
|
|
520
555
|
[_aIge, _nT],
|
|
521
556
|
[[() => AgentsInfo, 0], 0]
|
|
522
557
|
];
|
|
523
|
-
exports.
|
|
558
|
+
exports.DescribeAgentsResponse$ = DescribeAgentsResponse$;
|
|
559
|
+
const DescribeBatchDeleteConfigurationTaskRequest$ = [3, n0, _DBDCTR,
|
|
524
560
|
0,
|
|
525
561
|
[_tI],
|
|
526
562
|
[0], 1
|
|
527
563
|
];
|
|
528
|
-
exports.
|
|
564
|
+
exports.DescribeBatchDeleteConfigurationTaskRequest$ = DescribeBatchDeleteConfigurationTaskRequest$;
|
|
565
|
+
const DescribeBatchDeleteConfigurationTaskResponse$ = [3, n0, _DBDCTRe,
|
|
529
566
|
0,
|
|
530
567
|
[_ta],
|
|
531
|
-
[() =>
|
|
568
|
+
[() => BatchDeleteConfigurationTask$]
|
|
532
569
|
];
|
|
533
|
-
exports.
|
|
570
|
+
exports.DescribeBatchDeleteConfigurationTaskResponse$ = DescribeBatchDeleteConfigurationTaskResponse$;
|
|
571
|
+
const DescribeConfigurationsRequest$ = [3, n0, _DCR,
|
|
534
572
|
0,
|
|
535
573
|
[_cIo],
|
|
536
574
|
[64 | 0], 1
|
|
537
575
|
];
|
|
538
|
-
exports.
|
|
576
|
+
exports.DescribeConfigurationsRequest$ = DescribeConfigurationsRequest$;
|
|
577
|
+
const DescribeConfigurationsResponse$ = [3, n0, _DCRe,
|
|
539
578
|
0,
|
|
540
579
|
[_co],
|
|
541
580
|
[[1, n0, _DCA, 0, 128 | 0]]
|
|
542
581
|
];
|
|
543
|
-
exports.
|
|
582
|
+
exports.DescribeConfigurationsResponse$ = DescribeConfigurationsResponse$;
|
|
583
|
+
const DescribeContinuousExportsRequest$ = [3, n0, _DCER,
|
|
544
584
|
0,
|
|
545
585
|
[_eIx, _mR, _nT],
|
|
546
586
|
[64 | 0, 1, 0]
|
|
547
587
|
];
|
|
548
|
-
exports.
|
|
588
|
+
exports.DescribeContinuousExportsRequest$ = DescribeContinuousExportsRequest$;
|
|
589
|
+
const DescribeContinuousExportsResponse$ = [3, n0, _DCERe,
|
|
549
590
|
0,
|
|
550
591
|
[_de, _nT],
|
|
551
592
|
[() => ContinuousExportDescriptions, 0]
|
|
552
593
|
];
|
|
553
|
-
exports.
|
|
594
|
+
exports.DescribeContinuousExportsResponse$ = DescribeContinuousExportsResponse$;
|
|
595
|
+
const DescribeExportConfigurationsRequest$ = [3, n0, _DECR,
|
|
554
596
|
0,
|
|
555
597
|
[_eIx, _mR, _nT],
|
|
556
598
|
[64 | 0, 1, 0]
|
|
557
599
|
];
|
|
558
|
-
exports.
|
|
600
|
+
exports.DescribeExportConfigurationsRequest$ = DescribeExportConfigurationsRequest$;
|
|
601
|
+
const DescribeExportConfigurationsResponse$ = [3, n0, _DECRe,
|
|
559
602
|
0,
|
|
560
603
|
[_eIxp, _nT],
|
|
561
604
|
[() => ExportsInfo, 0]
|
|
562
605
|
];
|
|
563
|
-
exports.
|
|
606
|
+
exports.DescribeExportConfigurationsResponse$ = DescribeExportConfigurationsResponse$;
|
|
607
|
+
const DescribeExportTasksRequest$ = [3, n0, _DETR,
|
|
564
608
|
0,
|
|
565
609
|
[_eIx, _fi, _mR, _nT],
|
|
566
610
|
[64 | 0, [() => ExportFilters, 0], 1, 0]
|
|
567
611
|
];
|
|
568
|
-
exports.
|
|
612
|
+
exports.DescribeExportTasksRequest$ = DescribeExportTasksRequest$;
|
|
613
|
+
const DescribeExportTasksResponse$ = [3, n0, _DETRe,
|
|
569
614
|
0,
|
|
570
615
|
[_eIxp, _nT],
|
|
571
616
|
[() => ExportsInfo, 0]
|
|
572
617
|
];
|
|
573
|
-
exports.
|
|
618
|
+
exports.DescribeExportTasksResponse$ = DescribeExportTasksResponse$;
|
|
619
|
+
const DescribeImportTasksRequest$ = [3, n0, _DITR,
|
|
574
620
|
0,
|
|
575
621
|
[_fi, _mR, _nT],
|
|
576
622
|
[() => DescribeImportTasksFilterList, 1, 0]
|
|
577
623
|
];
|
|
578
|
-
exports.
|
|
624
|
+
exports.DescribeImportTasksRequest$ = DescribeImportTasksRequest$;
|
|
625
|
+
const DescribeImportTasksResponse$ = [3, n0, _DITRe,
|
|
579
626
|
0,
|
|
580
627
|
[_nT, _tas],
|
|
581
628
|
[0, () => ImportTaskList]
|
|
582
629
|
];
|
|
583
|
-
exports.
|
|
630
|
+
exports.DescribeImportTasksResponse$ = DescribeImportTasksResponse$;
|
|
631
|
+
const DescribeTagsRequest$ = [3, n0, _DTRes,
|
|
584
632
|
0,
|
|
585
633
|
[_fi, _mR, _nT],
|
|
586
634
|
[[() => TagFilters, 0], 1, 0]
|
|
587
635
|
];
|
|
588
|
-
exports.
|
|
636
|
+
exports.DescribeTagsRequest$ = DescribeTagsRequest$;
|
|
637
|
+
const DescribeTagsResponse$ = [3, n0, _DTResc,
|
|
589
638
|
0,
|
|
590
639
|
[_t, _nT],
|
|
591
640
|
[[() => ConfigurationTagSet, 0], 0]
|
|
592
641
|
];
|
|
593
|
-
exports.
|
|
642
|
+
exports.DescribeTagsResponse$ = DescribeTagsResponse$;
|
|
643
|
+
const DisassociateConfigurationItemsFromApplicationRequest$ = [3, n0, _DCIFAR,
|
|
594
644
|
0,
|
|
595
645
|
[_aCI, _cIo],
|
|
596
646
|
[0, 64 | 0], 2
|
|
597
647
|
];
|
|
598
|
-
exports.
|
|
648
|
+
exports.DisassociateConfigurationItemsFromApplicationRequest$ = DisassociateConfigurationItemsFromApplicationRequest$;
|
|
649
|
+
const DisassociateConfigurationItemsFromApplicationResponse$ = [3, n0, _DCIFARi,
|
|
599
650
|
0,
|
|
600
651
|
[],
|
|
601
652
|
[]
|
|
602
653
|
];
|
|
603
|
-
exports.
|
|
654
|
+
exports.DisassociateConfigurationItemsFromApplicationResponse$ = DisassociateConfigurationItemsFromApplicationResponse$;
|
|
655
|
+
const Ec2RecommendationsExportPreferences$ = [3, n0, _EREP,
|
|
604
656
|
0,
|
|
605
657
|
[_en, _cPMB, _rPMB, _te, _eIT, _pR, _rIO],
|
|
606
|
-
[2, () =>
|
|
658
|
+
[2, () => UsageMetricBasis$, () => UsageMetricBasis$, 0, 64 | 0, 0, () => ReservedInstanceOptions$]
|
|
607
659
|
];
|
|
608
|
-
exports.
|
|
660
|
+
exports.Ec2RecommendationsExportPreferences$ = Ec2RecommendationsExportPreferences$;
|
|
661
|
+
const ExportConfigurationsResponse$ = [3, n0, _ECR,
|
|
609
662
|
0,
|
|
610
663
|
[_eI],
|
|
611
664
|
[0]
|
|
612
665
|
];
|
|
613
|
-
exports.
|
|
666
|
+
exports.ExportConfigurationsResponse$ = ExportConfigurationsResponse$;
|
|
667
|
+
const ExportFilter$ = [3, n0, _EF,
|
|
614
668
|
0,
|
|
615
669
|
[_n, _val, _con],
|
|
616
670
|
[0, [() => FilterValues, 0], 0], 3
|
|
617
671
|
];
|
|
618
|
-
exports.
|
|
672
|
+
exports.ExportFilter$ = ExportFilter$;
|
|
673
|
+
const ExportInfo$ = [3, n0, _EI,
|
|
619
674
|
0,
|
|
620
675
|
[_eI, _eS, _sM, _eRT, _cDU, _iT, _rST, _rET],
|
|
621
676
|
[0, 0, 0, 4, 0, 2, 4, 4], 4
|
|
622
677
|
];
|
|
623
|
-
exports.
|
|
678
|
+
exports.ExportInfo$ = ExportInfo$;
|
|
679
|
+
const FailedConfiguration$ = [3, n0, _FC,
|
|
624
680
|
0,
|
|
625
681
|
[_cIon, _eSC, _eM],
|
|
626
682
|
[0, 1, 0]
|
|
627
683
|
];
|
|
628
|
-
exports.
|
|
684
|
+
exports.FailedConfiguration$ = FailedConfiguration$;
|
|
685
|
+
const Filter$ = [3, n0, _F,
|
|
629
686
|
0,
|
|
630
687
|
[_n, _val, _con],
|
|
631
688
|
[0, [() => FilterValues, 0], 0], 3
|
|
632
689
|
];
|
|
633
|
-
exports.
|
|
690
|
+
exports.Filter$ = Filter$;
|
|
691
|
+
const GetDiscoverySummaryRequest$ = [3, n0, _GDSR,
|
|
634
692
|
0,
|
|
635
693
|
[],
|
|
636
694
|
[]
|
|
637
695
|
];
|
|
638
|
-
exports.
|
|
696
|
+
exports.GetDiscoverySummaryRequest$ = GetDiscoverySummaryRequest$;
|
|
697
|
+
const GetDiscoverySummaryResponse$ = [3, n0, _GDSRe,
|
|
639
698
|
0,
|
|
640
699
|
[_ser, _a, _sMTA, _sMT, _aS, _cSo, _mCS, _aCS],
|
|
641
|
-
[1, 1, 1, 1, () =>
|
|
700
|
+
[1, 1, 1, 1, () => CustomerAgentInfo$, () => CustomerConnectorInfo$, () => CustomerMeCollectorInfo$, () => CustomerAgentlessCollectorInfo$]
|
|
642
701
|
];
|
|
643
|
-
exports.
|
|
702
|
+
exports.GetDiscoverySummaryResponse$ = GetDiscoverySummaryResponse$;
|
|
703
|
+
const ImportTask$ = [3, n0, _IT,
|
|
644
704
|
0,
|
|
645
705
|
[_iTI, _cRT, _n, _iU, _st, _iRT, _iCT, _iDT, _fCi, _sIS, _sIF, _aIS, _aIF, _eAFEZ],
|
|
646
706
|
[0, 0, 0, 0, 0, 4, 4, 4, 0, 1, 1, 1, 1, 0]
|
|
647
707
|
];
|
|
648
|
-
exports.
|
|
708
|
+
exports.ImportTask$ = ImportTask$;
|
|
709
|
+
const ImportTaskFilter$ = [3, n0, _ITF,
|
|
649
710
|
0,
|
|
650
711
|
[_n, _val],
|
|
651
712
|
[0, 64 | 0]
|
|
652
713
|
];
|
|
653
|
-
exports.
|
|
714
|
+
exports.ImportTaskFilter$ = ImportTaskFilter$;
|
|
715
|
+
const ListConfigurationsRequest$ = [3, n0, _LCR,
|
|
654
716
|
0,
|
|
655
717
|
[_cT, _fi, _mR, _nT, _oB],
|
|
656
718
|
[0, [() => Filters, 0], 1, 0, () => OrderByList], 1
|
|
657
719
|
];
|
|
658
|
-
exports.
|
|
720
|
+
exports.ListConfigurationsRequest$ = ListConfigurationsRequest$;
|
|
721
|
+
const ListConfigurationsResponse$ = [3, n0, _LCRi,
|
|
659
722
|
0,
|
|
660
723
|
[_co, _nT],
|
|
661
724
|
[[1, n0, _C, 0, 128 | 0], 0]
|
|
662
725
|
];
|
|
663
|
-
exports.
|
|
726
|
+
exports.ListConfigurationsResponse$ = ListConfigurationsResponse$;
|
|
727
|
+
const ListServerNeighborsRequest$ = [3, n0, _LSNR,
|
|
664
728
|
0,
|
|
665
729
|
[_cIon, _pIN, _nCI, _mR, _nT],
|
|
666
730
|
[0, 2, 64 | 0, 1, 0], 1
|
|
667
731
|
];
|
|
668
|
-
exports.
|
|
732
|
+
exports.ListServerNeighborsRequest$ = ListServerNeighborsRequest$;
|
|
733
|
+
const ListServerNeighborsResponse$ = [3, n0, _LSNRi,
|
|
669
734
|
0,
|
|
670
735
|
[_ne, _nT, _kDC],
|
|
671
736
|
[() => NeighborDetailsList, 0, 1], 1
|
|
672
737
|
];
|
|
673
|
-
exports.
|
|
738
|
+
exports.ListServerNeighborsResponse$ = ListServerNeighborsResponse$;
|
|
739
|
+
const NeighborConnectionDetail$ = [3, n0, _NCD,
|
|
674
740
|
0,
|
|
675
741
|
[_sSI, _dSI, _cC, _dP, _tP],
|
|
676
742
|
[0, 0, 1, 1, 0], 3
|
|
677
743
|
];
|
|
678
|
-
exports.
|
|
744
|
+
exports.NeighborConnectionDetail$ = NeighborConnectionDetail$;
|
|
745
|
+
const OrderByElement$ = [3, n0, _OBE,
|
|
679
746
|
0,
|
|
680
747
|
[_fN, _sO],
|
|
681
748
|
[0, 0], 1
|
|
682
749
|
];
|
|
683
|
-
exports.
|
|
750
|
+
exports.OrderByElement$ = OrderByElement$;
|
|
751
|
+
const ReservedInstanceOptions$ = [3, n0, _RIO,
|
|
684
752
|
0,
|
|
685
753
|
[_pO, _oC, _tL],
|
|
686
754
|
[0, 0, 0], 3
|
|
687
755
|
];
|
|
688
|
-
exports.
|
|
756
|
+
exports.ReservedInstanceOptions$ = ReservedInstanceOptions$;
|
|
757
|
+
const StartBatchDeleteConfigurationTaskRequest$ = [3, n0, _SBDCTR,
|
|
689
758
|
0,
|
|
690
759
|
[_cT, _cIo],
|
|
691
760
|
[0, 64 | 0], 2
|
|
692
761
|
];
|
|
693
|
-
exports.
|
|
762
|
+
exports.StartBatchDeleteConfigurationTaskRequest$ = StartBatchDeleteConfigurationTaskRequest$;
|
|
763
|
+
const StartBatchDeleteConfigurationTaskResponse$ = [3, n0, _SBDCTRt,
|
|
694
764
|
0,
|
|
695
765
|
[_tI],
|
|
696
766
|
[0]
|
|
697
767
|
];
|
|
698
|
-
exports.
|
|
768
|
+
exports.StartBatchDeleteConfigurationTaskResponse$ = StartBatchDeleteConfigurationTaskResponse$;
|
|
769
|
+
const StartContinuousExportRequest$ = [3, n0, _SCER,
|
|
699
770
|
0,
|
|
700
771
|
[],
|
|
701
772
|
[]
|
|
702
773
|
];
|
|
703
|
-
exports.
|
|
774
|
+
exports.StartContinuousExportRequest$ = StartContinuousExportRequest$;
|
|
775
|
+
const StartContinuousExportResponse$ = [3, n0, _SCERt,
|
|
704
776
|
0,
|
|
705
777
|
[_eI, _sB, _sT, _dS, _sSC],
|
|
706
778
|
[0, 0, 4, 0, 128 | 0]
|
|
707
779
|
];
|
|
708
|
-
exports.
|
|
780
|
+
exports.StartContinuousExportResponse$ = StartContinuousExportResponse$;
|
|
781
|
+
const StartDataCollectionByAgentIdsRequest$ = [3, n0, _SDCBAIR,
|
|
709
782
|
0,
|
|
710
783
|
[_aIg],
|
|
711
784
|
[64 | 0], 1
|
|
712
785
|
];
|
|
713
|
-
exports.
|
|
786
|
+
exports.StartDataCollectionByAgentIdsRequest$ = StartDataCollectionByAgentIdsRequest$;
|
|
787
|
+
const StartDataCollectionByAgentIdsResponse$ = [3, n0, _SDCBAIRt,
|
|
714
788
|
0,
|
|
715
789
|
[_aCSg],
|
|
716
790
|
[() => AgentConfigurationStatusList]
|
|
717
791
|
];
|
|
718
|
-
exports.
|
|
792
|
+
exports.StartDataCollectionByAgentIdsResponse$ = StartDataCollectionByAgentIdsResponse$;
|
|
793
|
+
const StartExportTaskRequest$ = [3, n0, _SETR,
|
|
719
794
|
0,
|
|
720
795
|
[_eDF, _fi, _sT, _eT, _p],
|
|
721
|
-
[64 | 0, [() => ExportFilters, 0], 4, 4, () =>
|
|
796
|
+
[64 | 0, [() => ExportFilters, 0], 4, 4, () => ExportPreferences$]
|
|
722
797
|
];
|
|
723
|
-
exports.
|
|
798
|
+
exports.StartExportTaskRequest$ = StartExportTaskRequest$;
|
|
799
|
+
const StartExportTaskResponse$ = [3, n0, _SETRt,
|
|
724
800
|
0,
|
|
725
801
|
[_eI],
|
|
726
802
|
[0]
|
|
727
803
|
];
|
|
728
|
-
exports.
|
|
804
|
+
exports.StartExportTaskResponse$ = StartExportTaskResponse$;
|
|
805
|
+
const StartImportTaskRequest$ = [3, n0, _SITR,
|
|
729
806
|
0,
|
|
730
807
|
[_n, _iU, _cRT],
|
|
731
808
|
[0, 0, [0, 4]], 2
|
|
732
809
|
];
|
|
733
|
-
exports.
|
|
810
|
+
exports.StartImportTaskRequest$ = StartImportTaskRequest$;
|
|
811
|
+
const StartImportTaskResponse$ = [3, n0, _SITRt,
|
|
734
812
|
0,
|
|
735
813
|
[_ta],
|
|
736
|
-
[() =>
|
|
814
|
+
[() => ImportTask$]
|
|
737
815
|
];
|
|
738
|
-
exports.
|
|
816
|
+
exports.StartImportTaskResponse$ = StartImportTaskResponse$;
|
|
817
|
+
const StopContinuousExportRequest$ = [3, n0, _SCERto,
|
|
739
818
|
0,
|
|
740
819
|
[_eI],
|
|
741
820
|
[0], 1
|
|
742
821
|
];
|
|
743
|
-
exports.
|
|
822
|
+
exports.StopContinuousExportRequest$ = StopContinuousExportRequest$;
|
|
823
|
+
const StopContinuousExportResponse$ = [3, n0, _SCERtop,
|
|
744
824
|
0,
|
|
745
825
|
[_sT, _sTt],
|
|
746
826
|
[4, 4]
|
|
747
827
|
];
|
|
748
|
-
exports.
|
|
828
|
+
exports.StopContinuousExportResponse$ = StopContinuousExportResponse$;
|
|
829
|
+
const StopDataCollectionByAgentIdsRequest$ = [3, n0, _SDCBAIRto,
|
|
749
830
|
0,
|
|
750
831
|
[_aIg],
|
|
751
832
|
[64 | 0], 1
|
|
752
833
|
];
|
|
753
|
-
exports.
|
|
834
|
+
exports.StopDataCollectionByAgentIdsRequest$ = StopDataCollectionByAgentIdsRequest$;
|
|
835
|
+
const StopDataCollectionByAgentIdsResponse$ = [3, n0, _SDCBAIRtop,
|
|
754
836
|
0,
|
|
755
837
|
[_aCSg],
|
|
756
838
|
[() => AgentConfigurationStatusList]
|
|
757
839
|
];
|
|
758
|
-
exports.
|
|
840
|
+
exports.StopDataCollectionByAgentIdsResponse$ = StopDataCollectionByAgentIdsResponse$;
|
|
841
|
+
const Tag$ = [3, n0, _T,
|
|
759
842
|
0,
|
|
760
843
|
[_k, _va],
|
|
761
844
|
[0, 0], 2
|
|
762
845
|
];
|
|
763
|
-
exports.
|
|
846
|
+
exports.Tag$ = Tag$;
|
|
847
|
+
const TagFilter$ = [3, n0, _TF,
|
|
764
848
|
0,
|
|
765
849
|
[_n, _val],
|
|
766
850
|
[0, [() => FilterValues, 0]], 2
|
|
767
851
|
];
|
|
768
|
-
exports.
|
|
852
|
+
exports.TagFilter$ = TagFilter$;
|
|
853
|
+
const UpdateApplicationRequest$ = [3, n0, _UAR,
|
|
769
854
|
0,
|
|
770
855
|
[_cIon, _n, _d, _w],
|
|
771
856
|
[0, 0, 0, 0], 1
|
|
772
857
|
];
|
|
773
|
-
exports.
|
|
858
|
+
exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
|
|
859
|
+
const UpdateApplicationResponse$ = [3, n0, _UARp,
|
|
774
860
|
0,
|
|
775
861
|
[],
|
|
776
862
|
[]
|
|
777
863
|
];
|
|
778
|
-
exports.
|
|
864
|
+
exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
|
|
865
|
+
const UsageMetricBasis$ = [3, n0, _UMB,
|
|
779
866
|
0,
|
|
780
867
|
[_n, _pA],
|
|
781
868
|
[0, 1]
|
|
782
869
|
];
|
|
870
|
+
exports.UsageMetricBasis$ = UsageMetricBasis$;
|
|
783
871
|
var __Unit = "unit";
|
|
784
872
|
var AgentConfigurationStatusList = [1, n0, _ACSL,
|
|
785
|
-
0, () =>
|
|
873
|
+
0, () => AgentConfigurationStatus$
|
|
786
874
|
];
|
|
787
875
|
var AgentIds = 64 | 0;
|
|
788
876
|
var AgentNetworkInfoList = [1, n0, _ANIL,
|
|
789
|
-
0, [() =>
|
|
877
|
+
0, [() => AgentNetworkInfo$,
|
|
790
878
|
0]
|
|
791
879
|
];
|
|
792
880
|
var AgentsInfo = [1, n0, _AIg,
|
|
793
|
-
0, [() =>
|
|
881
|
+
0, [() => AgentInfo$,
|
|
794
882
|
0]
|
|
795
883
|
];
|
|
796
884
|
var ApplicationIdsList = 64 | 0;
|
|
797
885
|
var BatchDeleteAgentErrors = [1, n0, _BDAEa,
|
|
798
|
-
0, () =>
|
|
886
|
+
0, () => BatchDeleteAgentError$
|
|
799
887
|
];
|
|
800
888
|
var BatchDeleteImportDataErrorList = [1, n0, _BDIDEL,
|
|
801
|
-
0, () =>
|
|
889
|
+
0, () => BatchDeleteImportDataError$
|
|
802
890
|
];
|
|
803
891
|
var ConfigurationIdList = 64 | 0;
|
|
804
892
|
var Configurations = [1, n0, _C,
|
|
805
893
|
0, 128 | 0
|
|
806
894
|
];
|
|
807
895
|
var ConfigurationTagSet = [1, n0, _CTS,
|
|
808
|
-
0, [() =>
|
|
896
|
+
0, [() => ConfigurationTag$,
|
|
809
897
|
{ [_xN]: _i }]
|
|
810
898
|
];
|
|
811
899
|
var ContinuousExportDescriptions = [1, n0, _CEDo,
|
|
812
|
-
0, () =>
|
|
900
|
+
0, () => ContinuousExportDescription$
|
|
813
901
|
];
|
|
814
902
|
var ContinuousExportIds = 64 | 0;
|
|
815
903
|
var DeleteAgents = [1, n0, _DAe,
|
|
816
|
-
0, () =>
|
|
904
|
+
0, () => DeleteAgent$
|
|
817
905
|
];
|
|
818
906
|
var DeletionWarningsList = [1, n0, _DWL,
|
|
819
|
-
0, () =>
|
|
907
|
+
0, () => DeletionWarning$
|
|
820
908
|
];
|
|
821
909
|
var DescribeConfigurationsAttributes = [1, n0, _DCA,
|
|
822
910
|
0, 128 | 0
|
|
823
911
|
];
|
|
824
912
|
var DescribeImportTasksFilterList = [1, n0, _DITFL,
|
|
825
|
-
0, () =>
|
|
913
|
+
0, () => ImportTaskFilter$
|
|
826
914
|
];
|
|
827
915
|
var ExcludedInstanceTypes = 64 | 0;
|
|
828
916
|
var ExportDataFormats = 64 | 0;
|
|
829
917
|
var ExportFilters = [1, n0, _EFx,
|
|
830
|
-
0, [() =>
|
|
918
|
+
0, [() => ExportFilter$,
|
|
831
919
|
0]
|
|
832
920
|
];
|
|
833
921
|
var ExportIds = 64 | 0;
|
|
834
922
|
var ExportsInfo = [1, n0, _EIx,
|
|
835
|
-
0, () =>
|
|
923
|
+
0, () => ExportInfo$
|
|
836
924
|
];
|
|
837
925
|
var FailedConfigurationList = [1, n0, _FCL,
|
|
838
|
-
0, () =>
|
|
926
|
+
0, () => FailedConfiguration$
|
|
839
927
|
];
|
|
840
928
|
var Filters = [1, n0, _Fi,
|
|
841
|
-
0, [() =>
|
|
929
|
+
0, [() => Filter$,
|
|
842
930
|
0]
|
|
843
931
|
];
|
|
844
932
|
var FilterValues = [1, n0, _FV,
|
|
@@ -847,112 +935,113 @@ var FilterValues = [1, n0, _FV,
|
|
|
847
935
|
];
|
|
848
936
|
var ImportTaskFilterValueList = 64 | 0;
|
|
849
937
|
var ImportTaskList = [1, n0, _ITL,
|
|
850
|
-
0, () =>
|
|
938
|
+
0, () => ImportTask$
|
|
851
939
|
];
|
|
852
940
|
var NeighborDetailsList = [1, n0, _NDL,
|
|
853
|
-
0, () =>
|
|
941
|
+
0, () => NeighborConnectionDetail$
|
|
854
942
|
];
|
|
855
943
|
var OrderByList = [1, n0, _OBL,
|
|
856
|
-
0, () =>
|
|
944
|
+
0, () => OrderByElement$
|
|
857
945
|
];
|
|
858
946
|
var TagFilters = [1, n0, _TFa,
|
|
859
|
-
0, [() =>
|
|
947
|
+
0, [() => TagFilter$,
|
|
860
948
|
0]
|
|
861
949
|
];
|
|
862
950
|
var TagSet = [1, n0, _TS,
|
|
863
|
-
0, [() =>
|
|
951
|
+
0, [() => Tag$,
|
|
864
952
|
{ [_xN]: _i }]
|
|
865
953
|
];
|
|
866
954
|
var ToDeleteIdentifierList = 64 | 0;
|
|
867
955
|
var Configuration = 128 | 0;
|
|
868
956
|
var DescribeConfigurationsAttribute = 128 | 0;
|
|
869
957
|
var SchemaStorageConfig = 128 | 0;
|
|
870
|
-
|
|
958
|
+
const ExportPreferences$ = [4, n0, _EP,
|
|
871
959
|
0,
|
|
872
960
|
[_eRP],
|
|
873
|
-
[() =>
|
|
961
|
+
[() => Ec2RecommendationsExportPreferences$]
|
|
874
962
|
];
|
|
963
|
+
exports.ExportPreferences$ = ExportPreferences$;
|
|
875
964
|
exports.AssociateConfigurationItemsToApplication$ = [9, n0, _ACITA,
|
|
876
|
-
0, () =>
|
|
965
|
+
0, () => AssociateConfigurationItemsToApplicationRequest$, () => AssociateConfigurationItemsToApplicationResponse$
|
|
877
966
|
];
|
|
878
967
|
exports.BatchDeleteAgents$ = [9, n0, _BDA,
|
|
879
|
-
0, () =>
|
|
968
|
+
0, () => BatchDeleteAgentsRequest$, () => BatchDeleteAgentsResponse$
|
|
880
969
|
];
|
|
881
970
|
exports.BatchDeleteImportData$ = [9, n0, _BDID,
|
|
882
|
-
0, () =>
|
|
971
|
+
0, () => BatchDeleteImportDataRequest$, () => BatchDeleteImportDataResponse$
|
|
883
972
|
];
|
|
884
973
|
exports.CreateApplication$ = [9, n0, _CA,
|
|
885
|
-
0, () =>
|
|
974
|
+
0, () => CreateApplicationRequest$, () => CreateApplicationResponse$
|
|
886
975
|
];
|
|
887
976
|
exports.CreateTags$ = [9, n0, _CTr,
|
|
888
|
-
0, () =>
|
|
977
|
+
0, () => CreateTagsRequest$, () => CreateTagsResponse$
|
|
889
978
|
];
|
|
890
979
|
exports.DeleteApplications$ = [9, n0, _DAel,
|
|
891
|
-
0, () =>
|
|
980
|
+
0, () => DeleteApplicationsRequest$, () => DeleteApplicationsResponse$
|
|
892
981
|
];
|
|
893
982
|
exports.DeleteTags$ = [9, n0, _DT,
|
|
894
|
-
0, () =>
|
|
983
|
+
0, () => DeleteTagsRequest$, () => DeleteTagsResponse$
|
|
895
984
|
];
|
|
896
985
|
exports.DescribeAgents$ = [9, n0, _DAes,
|
|
897
|
-
0, () =>
|
|
986
|
+
0, () => DescribeAgentsRequest$, () => DescribeAgentsResponse$
|
|
898
987
|
];
|
|
899
988
|
exports.DescribeBatchDeleteConfigurationTask$ = [9, n0, _DBDCT,
|
|
900
|
-
0, () =>
|
|
989
|
+
0, () => DescribeBatchDeleteConfigurationTaskRequest$, () => DescribeBatchDeleteConfigurationTaskResponse$
|
|
901
990
|
];
|
|
902
991
|
exports.DescribeConfigurations$ = [9, n0, _DC,
|
|
903
|
-
0, () =>
|
|
992
|
+
0, () => DescribeConfigurationsRequest$, () => DescribeConfigurationsResponse$
|
|
904
993
|
];
|
|
905
994
|
exports.DescribeContinuousExports$ = [9, n0, _DCE,
|
|
906
|
-
0, () =>
|
|
995
|
+
0, () => DescribeContinuousExportsRequest$, () => DescribeContinuousExportsResponse$
|
|
907
996
|
];
|
|
908
997
|
exports.DescribeExportConfigurations$ = [9, n0, _DEC,
|
|
909
|
-
0, () =>
|
|
998
|
+
0, () => DescribeExportConfigurationsRequest$, () => DescribeExportConfigurationsResponse$
|
|
910
999
|
];
|
|
911
1000
|
exports.DescribeExportTasks$ = [9, n0, _DET,
|
|
912
|
-
0, () =>
|
|
1001
|
+
0, () => DescribeExportTasksRequest$, () => DescribeExportTasksResponse$
|
|
913
1002
|
];
|
|
914
1003
|
exports.DescribeImportTasks$ = [9, n0, _DIT,
|
|
915
|
-
0, () =>
|
|
1004
|
+
0, () => DescribeImportTasksRequest$, () => DescribeImportTasksResponse$
|
|
916
1005
|
];
|
|
917
1006
|
exports.DescribeTags$ = [9, n0, _DTe,
|
|
918
|
-
0, () =>
|
|
1007
|
+
0, () => DescribeTagsRequest$, () => DescribeTagsResponse$
|
|
919
1008
|
];
|
|
920
1009
|
exports.DisassociateConfigurationItemsFromApplication$ = [9, n0, _DCIFA,
|
|
921
|
-
0, () =>
|
|
1010
|
+
0, () => DisassociateConfigurationItemsFromApplicationRequest$, () => DisassociateConfigurationItemsFromApplicationResponse$
|
|
922
1011
|
];
|
|
923
1012
|
exports.ExportConfigurations$ = [9, n0, _EC,
|
|
924
|
-
0, () => __Unit, () =>
|
|
1013
|
+
0, () => __Unit, () => ExportConfigurationsResponse$
|
|
925
1014
|
];
|
|
926
1015
|
exports.GetDiscoverySummary$ = [9, n0, _GDS,
|
|
927
|
-
0, () =>
|
|
1016
|
+
0, () => GetDiscoverySummaryRequest$, () => GetDiscoverySummaryResponse$
|
|
928
1017
|
];
|
|
929
1018
|
exports.ListConfigurations$ = [9, n0, _LC,
|
|
930
|
-
0, () =>
|
|
1019
|
+
0, () => ListConfigurationsRequest$, () => ListConfigurationsResponse$
|
|
931
1020
|
];
|
|
932
1021
|
exports.ListServerNeighbors$ = [9, n0, _LSN,
|
|
933
|
-
0, () =>
|
|
1022
|
+
0, () => ListServerNeighborsRequest$, () => ListServerNeighborsResponse$
|
|
934
1023
|
];
|
|
935
1024
|
exports.StartBatchDeleteConfigurationTask$ = [9, n0, _SBDCT,
|
|
936
|
-
0, () =>
|
|
1025
|
+
0, () => StartBatchDeleteConfigurationTaskRequest$, () => StartBatchDeleteConfigurationTaskResponse$
|
|
937
1026
|
];
|
|
938
1027
|
exports.StartContinuousExport$ = [9, n0, _SCE,
|
|
939
|
-
0, () =>
|
|
1028
|
+
0, () => StartContinuousExportRequest$, () => StartContinuousExportResponse$
|
|
940
1029
|
];
|
|
941
1030
|
exports.StartDataCollectionByAgentIds$ = [9, n0, _SDCBAI,
|
|
942
|
-
0, () =>
|
|
1031
|
+
0, () => StartDataCollectionByAgentIdsRequest$, () => StartDataCollectionByAgentIdsResponse$
|
|
943
1032
|
];
|
|
944
1033
|
exports.StartExportTask$ = [9, n0, _SET,
|
|
945
|
-
0, () =>
|
|
1034
|
+
0, () => StartExportTaskRequest$, () => StartExportTaskResponse$
|
|
946
1035
|
];
|
|
947
1036
|
exports.StartImportTask$ = [9, n0, _SIT,
|
|
948
|
-
0, () =>
|
|
1037
|
+
0, () => StartImportTaskRequest$, () => StartImportTaskResponse$
|
|
949
1038
|
];
|
|
950
1039
|
exports.StopContinuousExport$ = [9, n0, _SCEt,
|
|
951
|
-
0, () =>
|
|
1040
|
+
0, () => StopContinuousExportRequest$, () => StopContinuousExportResponse$
|
|
952
1041
|
];
|
|
953
1042
|
exports.StopDataCollectionByAgentIds$ = [9, n0, _SDCBAIt,
|
|
954
|
-
0, () =>
|
|
1043
|
+
0, () => StopDataCollectionByAgentIdsRequest$, () => StopDataCollectionByAgentIdsResponse$
|
|
955
1044
|
];
|
|
956
1045
|
exports.UpdateApplication$ = [9, n0, _UA,
|
|
957
|
-
0, () =>
|
|
1046
|
+
0, () => UpdateApplicationRequest$, () => UpdateApplicationResponse$
|
|
958
1047
|
];
|