@aws-sdk/client-application-discovery-service 3.1076.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. package/dist-cjs/index.js +39 -285
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -14
  4. package/dist-es/commands/BatchDeleteAgentsCommand.js +2 -14
  5. package/dist-es/commands/BatchDeleteImportDataCommand.js +2 -14
  6. package/dist-es/commands/CreateApplicationCommand.js +2 -14
  7. package/dist-es/commands/CreateTagsCommand.js +2 -14
  8. package/dist-es/commands/DeleteApplicationsCommand.js +2 -14
  9. package/dist-es/commands/DeleteTagsCommand.js +2 -14
  10. package/dist-es/commands/DescribeAgentsCommand.js +2 -14
  11. package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +2 -14
  12. package/dist-es/commands/DescribeConfigurationsCommand.js +2 -14
  13. package/dist-es/commands/DescribeContinuousExportsCommand.js +2 -14
  14. package/dist-es/commands/DescribeExportConfigurationsCommand.js +2 -14
  15. package/dist-es/commands/DescribeExportTasksCommand.js +2 -14
  16. package/dist-es/commands/DescribeImportTasksCommand.js +2 -14
  17. package/dist-es/commands/DescribeTagsCommand.js +2 -14
  18. package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -14
  19. package/dist-es/commands/ExportConfigurationsCommand.js +2 -14
  20. package/dist-es/commands/GetDiscoverySummaryCommand.js +2 -14
  21. package/dist-es/commands/ListConfigurationsCommand.js +2 -14
  22. package/dist-es/commands/ListServerNeighborsCommand.js +2 -14
  23. package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +2 -14
  24. package/dist-es/commands/StartContinuousExportCommand.js +2 -14
  25. package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +2 -14
  26. package/dist-es/commands/StartExportTaskCommand.js +2 -14
  27. package/dist-es/commands/StartImportTaskCommand.js +2 -14
  28. package/dist-es/commands/StopContinuousExportCommand.js +2 -14
  29. package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +2 -14
  30. package/dist-es/commands/UpdateApplicationCommand.js +2 -14
  31. package/dist-es/index.js +1 -0
  32. package/dist-es/runtimeConfig.browser.js +0 -2
  33. package/dist-es/runtimeConfig.js +1 -2
  34. package/dist-es/runtimeConfig.native.js +0 -2
  35. package/dist-es/runtimeConfig.shared.js +2 -0
  36. package/dist-types/commandBuilder.d.ts +18 -0
  37. package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +3 -8
  38. package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +3 -8
  39. package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +3 -8
  40. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
  41. package/dist-types/commands/CreateTagsCommand.d.ts +3 -8
  42. package/dist-types/commands/DeleteApplicationsCommand.d.ts +3 -8
  43. package/dist-types/commands/DeleteTagsCommand.d.ts +3 -8
  44. package/dist-types/commands/DescribeAgentsCommand.d.ts +3 -8
  45. package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +3 -8
  46. package/dist-types/commands/DescribeConfigurationsCommand.d.ts +3 -8
  47. package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +3 -8
  48. package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +3 -8
  49. package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -8
  50. package/dist-types/commands/DescribeImportTasksCommand.d.ts +3 -8
  51. package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
  52. package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +3 -8
  53. package/dist-types/commands/ExportConfigurationsCommand.d.ts +3 -8
  54. package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +3 -8
  55. package/dist-types/commands/ListConfigurationsCommand.d.ts +3 -8
  56. package/dist-types/commands/ListServerNeighborsCommand.d.ts +3 -8
  57. package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +3 -8
  58. package/dist-types/commands/StartContinuousExportCommand.d.ts +3 -8
  59. package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +3 -8
  60. package/dist-types/commands/StartExportTaskCommand.d.ts +3 -8
  61. package/dist-types/commands/StartImportTaskCommand.d.ts +3 -8
  62. package/dist-types/commands/StopContinuousExportCommand.d.ts +3 -8
  63. package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
  65. package/dist-types/index.d.ts +1 -0
  66. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  67. package/dist-types/runtimeConfig.d.ts +1 -1
  68. package/dist-types/runtimeConfig.native.d.ts +1 -1
  69. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  70. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  71. package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +7 -16
  98. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
  99. package/dist-types/ts3.4/index.d.ts +1 -0
  100. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
  101. package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
  102. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  103. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
  104. package/package.json +8 -10
package/dist-cjs/index.js CHANGED
@@ -1,7 +1,8 @@
1
1
  const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
2
2
  const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
3
- const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
3
+ const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
4
+ const { Command: $Command } = require("@smithy/core/client");
5
+ exports.$Command = $Command;
5
6
  exports.__Client = Client;
6
7
  const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
7
8
  const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
10
11
  const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
11
12
  const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
12
13
  const { defaultProvider } = require("@aws-sdk/credential-provider-node");
13
- const { toUtf8, fromUtf8, toBase64, fromBase64, Hash, calculateBodyLength } = require("@smithy/core/serde");
14
+ const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
14
15
  const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
15
16
  const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
17
+ const { Sha256 } = require("@smithy/core/checksum");
16
18
 
17
19
  const defaultApplicationDiscoveryServiceHttpAuthSchemeParametersProvider = async (config, context, input) => {
18
20
  return {
@@ -67,7 +69,7 @@ const commonParams = {
67
69
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
68
70
  };
69
71
 
70
- var version = "3.1075.0";
72
+ var version = "3.1077.0";
71
73
  var packageInfo = {
72
74
  version: version};
73
75
 
@@ -1216,6 +1218,7 @@ const getRuntimeConfig$1 = (config) => {
1216
1218
  serviceTarget: "AWSPoseidonService_V2015_11_01",
1217
1219
  },
1218
1220
  serviceId: config?.serviceId ?? "Application Discovery Service",
1221
+ sha256: config?.sha256 ?? Sha256,
1219
1222
  urlParser: config?.urlParser ?? parseUrl,
1220
1223
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,
1221
1224
  utf8Encoder: config?.utf8Encoder ?? toUtf8,
@@ -1249,7 +1252,6 @@ const getRuntimeConfig = (config) => {
1249
1252
  ...NODE_RETRY_MODE_CONFIG_OPTIONS,
1250
1253
  default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
1251
1254
  }, config),
1252
- sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
1253
1255
  streamCollector: config?.streamCollector ?? streamCollector,
1254
1256
  useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
1255
1257
  useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
@@ -1337,340 +1339,92 @@ class ApplicationDiscoveryServiceClient extends Client {
1337
1339
  }
1338
1340
  }
1339
1341
 
1340
- class AssociateConfigurationItemsToApplicationCommand extends Command
1341
- .classBuilder()
1342
- .ep(commonParams)
1343
- .m(function (Command, cs, config, o) {
1344
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1345
- })
1346
- .s("AWSPoseidonService_V2015_11_01", "AssociateConfigurationItemsToApplication", {})
1347
- .n("ApplicationDiscoveryServiceClient", "AssociateConfigurationItemsToApplicationCommand")
1348
- .sc(AssociateConfigurationItemsToApplication$)
1349
- .build() {
1342
+ const command = makeBuilder(commonParams, "AWSPoseidonService_V2015_11_01", "ApplicationDiscoveryServiceClient", getEndpointPlugin);
1343
+ const _ep0 = {};
1344
+ const _mw0 = (Command, cs, config, o) => [];
1345
+
1346
+ class AssociateConfigurationItemsToApplicationCommand extends command(_ep0, _mw0, "AssociateConfigurationItemsToApplication", AssociateConfigurationItemsToApplication$) {
1350
1347
  }
1351
1348
 
1352
- class BatchDeleteAgentsCommand extends Command
1353
- .classBuilder()
1354
- .ep(commonParams)
1355
- .m(function (Command, cs, config, o) {
1356
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1357
- })
1358
- .s("AWSPoseidonService_V2015_11_01", "BatchDeleteAgents", {})
1359
- .n("ApplicationDiscoveryServiceClient", "BatchDeleteAgentsCommand")
1360
- .sc(BatchDeleteAgents$)
1361
- .build() {
1349
+ class BatchDeleteAgentsCommand extends command(_ep0, _mw0, "BatchDeleteAgents", BatchDeleteAgents$) {
1362
1350
  }
1363
1351
 
1364
- class BatchDeleteImportDataCommand extends Command
1365
- .classBuilder()
1366
- .ep(commonParams)
1367
- .m(function (Command, cs, config, o) {
1368
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1369
- })
1370
- .s("AWSPoseidonService_V2015_11_01", "BatchDeleteImportData", {})
1371
- .n("ApplicationDiscoveryServiceClient", "BatchDeleteImportDataCommand")
1372
- .sc(BatchDeleteImportData$)
1373
- .build() {
1352
+ class BatchDeleteImportDataCommand extends command(_ep0, _mw0, "BatchDeleteImportData", BatchDeleteImportData$) {
1374
1353
  }
1375
1354
 
1376
- class CreateApplicationCommand extends Command
1377
- .classBuilder()
1378
- .ep(commonParams)
1379
- .m(function (Command, cs, config, o) {
1380
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1381
- })
1382
- .s("AWSPoseidonService_V2015_11_01", "CreateApplication", {})
1383
- .n("ApplicationDiscoveryServiceClient", "CreateApplicationCommand")
1384
- .sc(CreateApplication$)
1385
- .build() {
1355
+ class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
1386
1356
  }
1387
1357
 
1388
- class CreateTagsCommand extends Command
1389
- .classBuilder()
1390
- .ep(commonParams)
1391
- .m(function (Command, cs, config, o) {
1392
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1393
- })
1394
- .s("AWSPoseidonService_V2015_11_01", "CreateTags", {})
1395
- .n("ApplicationDiscoveryServiceClient", "CreateTagsCommand")
1396
- .sc(CreateTags$)
1397
- .build() {
1358
+ class CreateTagsCommand extends command(_ep0, _mw0, "CreateTags", CreateTags$) {
1398
1359
  }
1399
1360
 
1400
- class DeleteApplicationsCommand extends Command
1401
- .classBuilder()
1402
- .ep(commonParams)
1403
- .m(function (Command, cs, config, o) {
1404
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1405
- })
1406
- .s("AWSPoseidonService_V2015_11_01", "DeleteApplications", {})
1407
- .n("ApplicationDiscoveryServiceClient", "DeleteApplicationsCommand")
1408
- .sc(DeleteApplications$)
1409
- .build() {
1361
+ class DeleteApplicationsCommand extends command(_ep0, _mw0, "DeleteApplications", DeleteApplications$) {
1410
1362
  }
1411
1363
 
1412
- class DeleteTagsCommand extends Command
1413
- .classBuilder()
1414
- .ep(commonParams)
1415
- .m(function (Command, cs, config, o) {
1416
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1417
- })
1418
- .s("AWSPoseidonService_V2015_11_01", "DeleteTags", {})
1419
- .n("ApplicationDiscoveryServiceClient", "DeleteTagsCommand")
1420
- .sc(DeleteTags$)
1421
- .build() {
1364
+ class DeleteTagsCommand extends command(_ep0, _mw0, "DeleteTags", DeleteTags$) {
1422
1365
  }
1423
1366
 
1424
- class DescribeAgentsCommand extends Command
1425
- .classBuilder()
1426
- .ep(commonParams)
1427
- .m(function (Command, cs, config, o) {
1428
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1429
- })
1430
- .s("AWSPoseidonService_V2015_11_01", "DescribeAgents", {})
1431
- .n("ApplicationDiscoveryServiceClient", "DescribeAgentsCommand")
1432
- .sc(DescribeAgents$)
1433
- .build() {
1367
+ class DescribeAgentsCommand extends command(_ep0, _mw0, "DescribeAgents", DescribeAgents$) {
1434
1368
  }
1435
1369
 
1436
- class DescribeBatchDeleteConfigurationTaskCommand extends Command
1437
- .classBuilder()
1438
- .ep(commonParams)
1439
- .m(function (Command, cs, config, o) {
1440
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1441
- })
1442
- .s("AWSPoseidonService_V2015_11_01", "DescribeBatchDeleteConfigurationTask", {})
1443
- .n("ApplicationDiscoveryServiceClient", "DescribeBatchDeleteConfigurationTaskCommand")
1444
- .sc(DescribeBatchDeleteConfigurationTask$)
1445
- .build() {
1370
+ class DescribeBatchDeleteConfigurationTaskCommand extends command(_ep0, _mw0, "DescribeBatchDeleteConfigurationTask", DescribeBatchDeleteConfigurationTask$) {
1446
1371
  }
1447
1372
 
1448
- class DescribeConfigurationsCommand extends Command
1449
- .classBuilder()
1450
- .ep(commonParams)
1451
- .m(function (Command, cs, config, o) {
1452
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1453
- })
1454
- .s("AWSPoseidonService_V2015_11_01", "DescribeConfigurations", {})
1455
- .n("ApplicationDiscoveryServiceClient", "DescribeConfigurationsCommand")
1456
- .sc(DescribeConfigurations$)
1457
- .build() {
1373
+ class DescribeConfigurationsCommand extends command(_ep0, _mw0, "DescribeConfigurations", DescribeConfigurations$) {
1458
1374
  }
1459
1375
 
1460
- class DescribeContinuousExportsCommand extends Command
1461
- .classBuilder()
1462
- .ep(commonParams)
1463
- .m(function (Command, cs, config, o) {
1464
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1465
- })
1466
- .s("AWSPoseidonService_V2015_11_01", "DescribeContinuousExports", {})
1467
- .n("ApplicationDiscoveryServiceClient", "DescribeContinuousExportsCommand")
1468
- .sc(DescribeContinuousExports$)
1469
- .build() {
1376
+ class DescribeContinuousExportsCommand extends command(_ep0, _mw0, "DescribeContinuousExports", DescribeContinuousExports$) {
1470
1377
  }
1471
1378
 
1472
- class DescribeExportConfigurationsCommand extends Command
1473
- .classBuilder()
1474
- .ep(commonParams)
1475
- .m(function (Command, cs, config, o) {
1476
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1477
- })
1478
- .s("AWSPoseidonService_V2015_11_01", "DescribeExportConfigurations", {})
1479
- .n("ApplicationDiscoveryServiceClient", "DescribeExportConfigurationsCommand")
1480
- .sc(DescribeExportConfigurations$)
1481
- .build() {
1379
+ class DescribeExportConfigurationsCommand extends command(_ep0, _mw0, "DescribeExportConfigurations", DescribeExportConfigurations$) {
1482
1380
  }
1483
1381
 
1484
- class DescribeExportTasksCommand extends Command
1485
- .classBuilder()
1486
- .ep(commonParams)
1487
- .m(function (Command, cs, config, o) {
1488
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1489
- })
1490
- .s("AWSPoseidonService_V2015_11_01", "DescribeExportTasks", {})
1491
- .n("ApplicationDiscoveryServiceClient", "DescribeExportTasksCommand")
1492
- .sc(DescribeExportTasks$)
1493
- .build() {
1382
+ class DescribeExportTasksCommand extends command(_ep0, _mw0, "DescribeExportTasks", DescribeExportTasks$) {
1494
1383
  }
1495
1384
 
1496
- class DescribeImportTasksCommand extends Command
1497
- .classBuilder()
1498
- .ep(commonParams)
1499
- .m(function (Command, cs, config, o) {
1500
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1501
- })
1502
- .s("AWSPoseidonService_V2015_11_01", "DescribeImportTasks", {})
1503
- .n("ApplicationDiscoveryServiceClient", "DescribeImportTasksCommand")
1504
- .sc(DescribeImportTasks$)
1505
- .build() {
1385
+ class DescribeImportTasksCommand extends command(_ep0, _mw0, "DescribeImportTasks", DescribeImportTasks$) {
1506
1386
  }
1507
1387
 
1508
- class DescribeTagsCommand extends Command
1509
- .classBuilder()
1510
- .ep(commonParams)
1511
- .m(function (Command, cs, config, o) {
1512
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1513
- })
1514
- .s("AWSPoseidonService_V2015_11_01", "DescribeTags", {})
1515
- .n("ApplicationDiscoveryServiceClient", "DescribeTagsCommand")
1516
- .sc(DescribeTags$)
1517
- .build() {
1388
+ class DescribeTagsCommand extends command(_ep0, _mw0, "DescribeTags", DescribeTags$) {
1518
1389
  }
1519
1390
 
1520
- class DisassociateConfigurationItemsFromApplicationCommand extends Command
1521
- .classBuilder()
1522
- .ep(commonParams)
1523
- .m(function (Command, cs, config, o) {
1524
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1525
- })
1526
- .s("AWSPoseidonService_V2015_11_01", "DisassociateConfigurationItemsFromApplication", {})
1527
- .n("ApplicationDiscoveryServiceClient", "DisassociateConfigurationItemsFromApplicationCommand")
1528
- .sc(DisassociateConfigurationItemsFromApplication$)
1529
- .build() {
1391
+ class DisassociateConfigurationItemsFromApplicationCommand extends command(_ep0, _mw0, "DisassociateConfigurationItemsFromApplication", DisassociateConfigurationItemsFromApplication$) {
1530
1392
  }
1531
1393
 
1532
- class ExportConfigurationsCommand extends Command
1533
- .classBuilder()
1534
- .ep(commonParams)
1535
- .m(function (Command, cs, config, o) {
1536
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1537
- })
1538
- .s("AWSPoseidonService_V2015_11_01", "ExportConfigurations", {})
1539
- .n("ApplicationDiscoveryServiceClient", "ExportConfigurationsCommand")
1540
- .sc(ExportConfigurations$)
1541
- .build() {
1394
+ class ExportConfigurationsCommand extends command(_ep0, _mw0, "ExportConfigurations", ExportConfigurations$) {
1542
1395
  }
1543
1396
 
1544
- class GetDiscoverySummaryCommand extends Command
1545
- .classBuilder()
1546
- .ep(commonParams)
1547
- .m(function (Command, cs, config, o) {
1548
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1549
- })
1550
- .s("AWSPoseidonService_V2015_11_01", "GetDiscoverySummary", {})
1551
- .n("ApplicationDiscoveryServiceClient", "GetDiscoverySummaryCommand")
1552
- .sc(GetDiscoverySummary$)
1553
- .build() {
1397
+ class GetDiscoverySummaryCommand extends command(_ep0, _mw0, "GetDiscoverySummary", GetDiscoverySummary$) {
1554
1398
  }
1555
1399
 
1556
- class ListConfigurationsCommand extends Command
1557
- .classBuilder()
1558
- .ep(commonParams)
1559
- .m(function (Command, cs, config, o) {
1560
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1561
- })
1562
- .s("AWSPoseidonService_V2015_11_01", "ListConfigurations", {})
1563
- .n("ApplicationDiscoveryServiceClient", "ListConfigurationsCommand")
1564
- .sc(ListConfigurations$)
1565
- .build() {
1400
+ class ListConfigurationsCommand extends command(_ep0, _mw0, "ListConfigurations", ListConfigurations$) {
1566
1401
  }
1567
1402
 
1568
- class ListServerNeighborsCommand extends Command
1569
- .classBuilder()
1570
- .ep(commonParams)
1571
- .m(function (Command, cs, config, o) {
1572
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1573
- })
1574
- .s("AWSPoseidonService_V2015_11_01", "ListServerNeighbors", {})
1575
- .n("ApplicationDiscoveryServiceClient", "ListServerNeighborsCommand")
1576
- .sc(ListServerNeighbors$)
1577
- .build() {
1403
+ class ListServerNeighborsCommand extends command(_ep0, _mw0, "ListServerNeighbors", ListServerNeighbors$) {
1578
1404
  }
1579
1405
 
1580
- class StartBatchDeleteConfigurationTaskCommand extends Command
1581
- .classBuilder()
1582
- .ep(commonParams)
1583
- .m(function (Command, cs, config, o) {
1584
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1585
- })
1586
- .s("AWSPoseidonService_V2015_11_01", "StartBatchDeleteConfigurationTask", {})
1587
- .n("ApplicationDiscoveryServiceClient", "StartBatchDeleteConfigurationTaskCommand")
1588
- .sc(StartBatchDeleteConfigurationTask$)
1589
- .build() {
1406
+ class StartBatchDeleteConfigurationTaskCommand extends command(_ep0, _mw0, "StartBatchDeleteConfigurationTask", StartBatchDeleteConfigurationTask$) {
1590
1407
  }
1591
1408
 
1592
- class StartContinuousExportCommand extends Command
1593
- .classBuilder()
1594
- .ep(commonParams)
1595
- .m(function (Command, cs, config, o) {
1596
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1597
- })
1598
- .s("AWSPoseidonService_V2015_11_01", "StartContinuousExport", {})
1599
- .n("ApplicationDiscoveryServiceClient", "StartContinuousExportCommand")
1600
- .sc(StartContinuousExport$)
1601
- .build() {
1409
+ class StartContinuousExportCommand extends command(_ep0, _mw0, "StartContinuousExport", StartContinuousExport$) {
1602
1410
  }
1603
1411
 
1604
- class StartDataCollectionByAgentIdsCommand extends Command
1605
- .classBuilder()
1606
- .ep(commonParams)
1607
- .m(function (Command, cs, config, o) {
1608
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1609
- })
1610
- .s("AWSPoseidonService_V2015_11_01", "StartDataCollectionByAgentIds", {})
1611
- .n("ApplicationDiscoveryServiceClient", "StartDataCollectionByAgentIdsCommand")
1612
- .sc(StartDataCollectionByAgentIds$)
1613
- .build() {
1412
+ class StartDataCollectionByAgentIdsCommand extends command(_ep0, _mw0, "StartDataCollectionByAgentIds", StartDataCollectionByAgentIds$) {
1614
1413
  }
1615
1414
 
1616
- class StartExportTaskCommand extends Command
1617
- .classBuilder()
1618
- .ep(commonParams)
1619
- .m(function (Command, cs, config, o) {
1620
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1621
- })
1622
- .s("AWSPoseidonService_V2015_11_01", "StartExportTask", {})
1623
- .n("ApplicationDiscoveryServiceClient", "StartExportTaskCommand")
1624
- .sc(StartExportTask$)
1625
- .build() {
1415
+ class StartExportTaskCommand extends command(_ep0, _mw0, "StartExportTask", StartExportTask$) {
1626
1416
  }
1627
1417
 
1628
- class StartImportTaskCommand extends Command
1629
- .classBuilder()
1630
- .ep(commonParams)
1631
- .m(function (Command, cs, config, o) {
1632
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1633
- })
1634
- .s("AWSPoseidonService_V2015_11_01", "StartImportTask", {})
1635
- .n("ApplicationDiscoveryServiceClient", "StartImportTaskCommand")
1636
- .sc(StartImportTask$)
1637
- .build() {
1418
+ class StartImportTaskCommand extends command(_ep0, _mw0, "StartImportTask", StartImportTask$) {
1638
1419
  }
1639
1420
 
1640
- class StopContinuousExportCommand extends Command
1641
- .classBuilder()
1642
- .ep(commonParams)
1643
- .m(function (Command, cs, config, o) {
1644
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1645
- })
1646
- .s("AWSPoseidonService_V2015_11_01", "StopContinuousExport", {})
1647
- .n("ApplicationDiscoveryServiceClient", "StopContinuousExportCommand")
1648
- .sc(StopContinuousExport$)
1649
- .build() {
1421
+ class StopContinuousExportCommand extends command(_ep0, _mw0, "StopContinuousExport", StopContinuousExport$) {
1650
1422
  }
1651
1423
 
1652
- class StopDataCollectionByAgentIdsCommand extends Command
1653
- .classBuilder()
1654
- .ep(commonParams)
1655
- .m(function (Command, cs, config, o) {
1656
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1657
- })
1658
- .s("AWSPoseidonService_V2015_11_01", "StopDataCollectionByAgentIds", {})
1659
- .n("ApplicationDiscoveryServiceClient", "StopDataCollectionByAgentIdsCommand")
1660
- .sc(StopDataCollectionByAgentIds$)
1661
- .build() {
1424
+ class StopDataCollectionByAgentIdsCommand extends command(_ep0, _mw0, "StopDataCollectionByAgentIds", StopDataCollectionByAgentIds$) {
1662
1425
  }
1663
1426
 
1664
- class UpdateApplicationCommand extends Command
1665
- .classBuilder()
1666
- .ep(commonParams)
1667
- .m(function (Command, cs, config, o) {
1668
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1669
- })
1670
- .s("AWSPoseidonService_V2015_11_01", "UpdateApplication", {})
1671
- .n("ApplicationDiscoveryServiceClient", "UpdateApplicationCommand")
1672
- .sc(UpdateApplication$)
1673
- .build() {
1427
+ class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
1674
1428
  }
1675
1429
 
1676
1430
  const paginateDescribeAgents = createPaginator(ApplicationDiscoveryServiceClient, DescribeAgentsCommand, "nextToken", "nextToken", "maxResults");
@@ -0,0 +1,6 @@
1
+ import { makeBuilder } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "./endpoint/EndpointParameters";
4
+ export const command = makeBuilder(commonParams, "AWSPoseidonService_V2015_11_01", "ApplicationDiscoveryServiceClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { AssociateConfigurationItemsToApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class AssociateConfigurationItemsToApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSPoseidonService_V2015_11_01", "AssociateConfigurationItemsToApplication", {})
13
- .n("ApplicationDiscoveryServiceClient", "AssociateConfigurationItemsToApplicationCommand")
14
- .sc(AssociateConfigurationItemsToApplication$)
15
- .build() {
3
+ export class AssociateConfigurationItemsToApplicationCommand extends command(_ep0, _mw0, "AssociateConfigurationItemsToApplication", AssociateConfigurationItemsToApplication$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { BatchDeleteAgents$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchDeleteAgentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSPoseidonService_V2015_11_01", "BatchDeleteAgents", {})
13
- .n("ApplicationDiscoveryServiceClient", "BatchDeleteAgentsCommand")
14
- .sc(BatchDeleteAgents$)
15
- .build() {
3
+ export class BatchDeleteAgentsCommand extends command(_ep0, _mw0, "BatchDeleteAgents", BatchDeleteAgents$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { BatchDeleteImportData$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class BatchDeleteImportDataCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSPoseidonService_V2015_11_01", "BatchDeleteImportData", {})
13
- .n("ApplicationDiscoveryServiceClient", "BatchDeleteImportDataCommand")
14
- .sc(BatchDeleteImportData$)
15
- .build() {
3
+ export class BatchDeleteImportDataCommand extends command(_ep0, _mw0, "BatchDeleteImportData", BatchDeleteImportData$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateApplication$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateApplicationCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSPoseidonService_V2015_11_01", "CreateApplication", {})
13
- .n("ApplicationDiscoveryServiceClient", "CreateApplicationCommand")
14
- .sc(CreateApplication$)
15
- .build() {
3
+ export class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateTags$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateTagsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSPoseidonService_V2015_11_01", "CreateTags", {})
13
- .n("ApplicationDiscoveryServiceClient", "CreateTagsCommand")
14
- .sc(CreateTags$)
15
- .build() {
3
+ export class CreateTagsCommand extends command(_ep0, _mw0, "CreateTags", CreateTags$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteApplications$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteApplicationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSPoseidonService_V2015_11_01", "DeleteApplications", {})
13
- .n("ApplicationDiscoveryServiceClient", "DeleteApplicationsCommand")
14
- .sc(DeleteApplications$)
15
- .build() {
3
+ export class DeleteApplicationsCommand extends command(_ep0, _mw0, "DeleteApplications", DeleteApplications$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteTags$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTagsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSPoseidonService_V2015_11_01", "DeleteTags", {})
13
- .n("ApplicationDiscoveryServiceClient", "DeleteTagsCommand")
14
- .sc(DeleteTags$)
15
- .build() {
3
+ export class DeleteTagsCommand extends command(_ep0, _mw0, "DeleteTags", DeleteTags$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeAgents$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeAgentsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSPoseidonService_V2015_11_01", "DescribeAgents", {})
13
- .n("ApplicationDiscoveryServiceClient", "DescribeAgentsCommand")
14
- .sc(DescribeAgents$)
15
- .build() {
3
+ export class DescribeAgentsCommand extends command(_ep0, _mw0, "DescribeAgents", DescribeAgents$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeBatchDeleteConfigurationTask$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeBatchDeleteConfigurationTaskCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSPoseidonService_V2015_11_01", "DescribeBatchDeleteConfigurationTask", {})
13
- .n("ApplicationDiscoveryServiceClient", "DescribeBatchDeleteConfigurationTaskCommand")
14
- .sc(DescribeBatchDeleteConfigurationTask$)
15
- .build() {
3
+ export class DescribeBatchDeleteConfigurationTaskCommand extends command(_ep0, _mw0, "DescribeBatchDeleteConfigurationTask", DescribeBatchDeleteConfigurationTask$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeConfigurations$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeConfigurationsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSPoseidonService_V2015_11_01", "DescribeConfigurations", {})
13
- .n("ApplicationDiscoveryServiceClient", "DescribeConfigurationsCommand")
14
- .sc(DescribeConfigurations$)
15
- .build() {
3
+ export class DescribeConfigurationsCommand extends command(_ep0, _mw0, "DescribeConfigurations", DescribeConfigurations$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DescribeContinuousExports$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DescribeContinuousExportsCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("AWSPoseidonService_V2015_11_01", "DescribeContinuousExports", {})
13
- .n("ApplicationDiscoveryServiceClient", "DescribeContinuousExportsCommand")
14
- .sc(DescribeContinuousExports$)
15
- .build() {
3
+ export class DescribeContinuousExportsCommand extends command(_ep0, _mw0, "DescribeContinuousExports", DescribeContinuousExports$) {
16
4
  }