@aws-sdk/client-application-discovery-service 3.1077.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.
- package/dist-cjs/index.js +36 -283
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateConfigurationItemsToApplicationCommand.js +2 -14
- package/dist-es/commands/BatchDeleteAgentsCommand.js +2 -14
- package/dist-es/commands/BatchDeleteImportDataCommand.js +2 -14
- package/dist-es/commands/CreateApplicationCommand.js +2 -14
- package/dist-es/commands/CreateTagsCommand.js +2 -14
- package/dist-es/commands/DeleteApplicationsCommand.js +2 -14
- package/dist-es/commands/DeleteTagsCommand.js +2 -14
- package/dist-es/commands/DescribeAgentsCommand.js +2 -14
- package/dist-es/commands/DescribeBatchDeleteConfigurationTaskCommand.js +2 -14
- package/dist-es/commands/DescribeConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribeContinuousExportsCommand.js +2 -14
- package/dist-es/commands/DescribeExportConfigurationsCommand.js +2 -14
- package/dist-es/commands/DescribeExportTasksCommand.js +2 -14
- package/dist-es/commands/DescribeImportTasksCommand.js +2 -14
- package/dist-es/commands/DescribeTagsCommand.js +2 -14
- package/dist-es/commands/DisassociateConfigurationItemsFromApplicationCommand.js +2 -14
- package/dist-es/commands/ExportConfigurationsCommand.js +2 -14
- package/dist-es/commands/GetDiscoverySummaryCommand.js +2 -14
- package/dist-es/commands/ListConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListServerNeighborsCommand.js +2 -14
- package/dist-es/commands/StartBatchDeleteConfigurationTaskCommand.js +2 -14
- package/dist-es/commands/StartContinuousExportCommand.js +2 -14
- package/dist-es/commands/StartDataCollectionByAgentIdsCommand.js +2 -14
- package/dist-es/commands/StartExportTaskCommand.js +2 -14
- package/dist-es/commands/StartImportTaskCommand.js +2 -14
- package/dist-es/commands/StopContinuousExportCommand.js +2 -14
- package/dist-es/commands/StopDataCollectionByAgentIdsCommand.js +2 -14
- package/dist-es/commands/UpdateApplicationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteAgentsCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeleteImportDataCommand.d.ts +3 -8
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -8
- package/dist-types/commands/CreateTagsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteApplicationsCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTagsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAgentsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +3 -8
- package/dist-types/commands/DescribeConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeContinuousExportsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExportConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +3 -8
- package/dist-types/commands/DescribeImportTasksCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +3 -8
- package/dist-types/commands/ExportConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/GetDiscoverySummaryCommand.d.ts +3 -8
- package/dist-types/commands/ListConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServerNeighborsCommand.d.ts +3 -8
- package/dist-types/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartContinuousExportCommand.d.ts +3 -8
- package/dist-types/commands/StartDataCollectionByAgentIdsCommand.d.ts +3 -8
- package/dist-types/commands/StartExportTaskCommand.d.ts +3 -8
- package/dist-types/commands/StartImportTaskCommand.d.ts +3 -8
- package/dist-types/commands/StopContinuousExportCommand.d.ts +3 -8
- package/dist-types/commands/StopDataCollectionByAgentIdsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AssociateConfigurationItemsToApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteAgentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeleteImportDataCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteApplicationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAgentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeBatchDeleteConfigurationTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeContinuousExportsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExportConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeImportTasksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateConfigurationItemsFromApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ExportConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDiscoverySummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServerNeighborsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartBatchDeleteConfigurationTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartContinuousExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDataCollectionByAgentIdsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartExportTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartImportTaskCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopContinuousExportCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StopDataCollectionByAgentIdsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
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,
|
|
4
|
-
|
|
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");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1338,340 +1339,92 @@ class ApplicationDiscoveryServiceClient extends Client {
|
|
|
1338
1339
|
}
|
|
1339
1340
|
}
|
|
1340
1341
|
|
|
1341
|
-
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
|
-
|
|
1345
|
-
|
|
1346
|
-
})
|
|
1347
|
-
.s("AWSPoseidonService_V2015_11_01", "AssociateConfigurationItemsToApplication", {})
|
|
1348
|
-
.n("ApplicationDiscoveryServiceClient", "AssociateConfigurationItemsToApplicationCommand")
|
|
1349
|
-
.sc(AssociateConfigurationItemsToApplication$)
|
|
1350
|
-
.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$) {
|
|
1351
1347
|
}
|
|
1352
1348
|
|
|
1353
|
-
class BatchDeleteAgentsCommand extends
|
|
1354
|
-
.classBuilder()
|
|
1355
|
-
.ep(commonParams)
|
|
1356
|
-
.m(function (Command, cs, config, o) {
|
|
1357
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1358
|
-
})
|
|
1359
|
-
.s("AWSPoseidonService_V2015_11_01", "BatchDeleteAgents", {})
|
|
1360
|
-
.n("ApplicationDiscoveryServiceClient", "BatchDeleteAgentsCommand")
|
|
1361
|
-
.sc(BatchDeleteAgents$)
|
|
1362
|
-
.build() {
|
|
1349
|
+
class BatchDeleteAgentsCommand extends command(_ep0, _mw0, "BatchDeleteAgents", BatchDeleteAgents$) {
|
|
1363
1350
|
}
|
|
1364
1351
|
|
|
1365
|
-
class BatchDeleteImportDataCommand extends
|
|
1366
|
-
.classBuilder()
|
|
1367
|
-
.ep(commonParams)
|
|
1368
|
-
.m(function (Command, cs, config, o) {
|
|
1369
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1370
|
-
})
|
|
1371
|
-
.s("AWSPoseidonService_V2015_11_01", "BatchDeleteImportData", {})
|
|
1372
|
-
.n("ApplicationDiscoveryServiceClient", "BatchDeleteImportDataCommand")
|
|
1373
|
-
.sc(BatchDeleteImportData$)
|
|
1374
|
-
.build() {
|
|
1352
|
+
class BatchDeleteImportDataCommand extends command(_ep0, _mw0, "BatchDeleteImportData", BatchDeleteImportData$) {
|
|
1375
1353
|
}
|
|
1376
1354
|
|
|
1377
|
-
class CreateApplicationCommand extends
|
|
1378
|
-
.classBuilder()
|
|
1379
|
-
.ep(commonParams)
|
|
1380
|
-
.m(function (Command, cs, config, o) {
|
|
1381
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1382
|
-
})
|
|
1383
|
-
.s("AWSPoseidonService_V2015_11_01", "CreateApplication", {})
|
|
1384
|
-
.n("ApplicationDiscoveryServiceClient", "CreateApplicationCommand")
|
|
1385
|
-
.sc(CreateApplication$)
|
|
1386
|
-
.build() {
|
|
1355
|
+
class CreateApplicationCommand extends command(_ep0, _mw0, "CreateApplication", CreateApplication$) {
|
|
1387
1356
|
}
|
|
1388
1357
|
|
|
1389
|
-
class CreateTagsCommand extends
|
|
1390
|
-
.classBuilder()
|
|
1391
|
-
.ep(commonParams)
|
|
1392
|
-
.m(function (Command, cs, config, o) {
|
|
1393
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1394
|
-
})
|
|
1395
|
-
.s("AWSPoseidonService_V2015_11_01", "CreateTags", {})
|
|
1396
|
-
.n("ApplicationDiscoveryServiceClient", "CreateTagsCommand")
|
|
1397
|
-
.sc(CreateTags$)
|
|
1398
|
-
.build() {
|
|
1358
|
+
class CreateTagsCommand extends command(_ep0, _mw0, "CreateTags", CreateTags$) {
|
|
1399
1359
|
}
|
|
1400
1360
|
|
|
1401
|
-
class DeleteApplicationsCommand extends
|
|
1402
|
-
.classBuilder()
|
|
1403
|
-
.ep(commonParams)
|
|
1404
|
-
.m(function (Command, cs, config, o) {
|
|
1405
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1406
|
-
})
|
|
1407
|
-
.s("AWSPoseidonService_V2015_11_01", "DeleteApplications", {})
|
|
1408
|
-
.n("ApplicationDiscoveryServiceClient", "DeleteApplicationsCommand")
|
|
1409
|
-
.sc(DeleteApplications$)
|
|
1410
|
-
.build() {
|
|
1361
|
+
class DeleteApplicationsCommand extends command(_ep0, _mw0, "DeleteApplications", DeleteApplications$) {
|
|
1411
1362
|
}
|
|
1412
1363
|
|
|
1413
|
-
class DeleteTagsCommand extends
|
|
1414
|
-
.classBuilder()
|
|
1415
|
-
.ep(commonParams)
|
|
1416
|
-
.m(function (Command, cs, config, o) {
|
|
1417
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1418
|
-
})
|
|
1419
|
-
.s("AWSPoseidonService_V2015_11_01", "DeleteTags", {})
|
|
1420
|
-
.n("ApplicationDiscoveryServiceClient", "DeleteTagsCommand")
|
|
1421
|
-
.sc(DeleteTags$)
|
|
1422
|
-
.build() {
|
|
1364
|
+
class DeleteTagsCommand extends command(_ep0, _mw0, "DeleteTags", DeleteTags$) {
|
|
1423
1365
|
}
|
|
1424
1366
|
|
|
1425
|
-
class DescribeAgentsCommand extends
|
|
1426
|
-
.classBuilder()
|
|
1427
|
-
.ep(commonParams)
|
|
1428
|
-
.m(function (Command, cs, config, o) {
|
|
1429
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1430
|
-
})
|
|
1431
|
-
.s("AWSPoseidonService_V2015_11_01", "DescribeAgents", {})
|
|
1432
|
-
.n("ApplicationDiscoveryServiceClient", "DescribeAgentsCommand")
|
|
1433
|
-
.sc(DescribeAgents$)
|
|
1434
|
-
.build() {
|
|
1367
|
+
class DescribeAgentsCommand extends command(_ep0, _mw0, "DescribeAgents", DescribeAgents$) {
|
|
1435
1368
|
}
|
|
1436
1369
|
|
|
1437
|
-
class DescribeBatchDeleteConfigurationTaskCommand extends
|
|
1438
|
-
.classBuilder()
|
|
1439
|
-
.ep(commonParams)
|
|
1440
|
-
.m(function (Command, cs, config, o) {
|
|
1441
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1442
|
-
})
|
|
1443
|
-
.s("AWSPoseidonService_V2015_11_01", "DescribeBatchDeleteConfigurationTask", {})
|
|
1444
|
-
.n("ApplicationDiscoveryServiceClient", "DescribeBatchDeleteConfigurationTaskCommand")
|
|
1445
|
-
.sc(DescribeBatchDeleteConfigurationTask$)
|
|
1446
|
-
.build() {
|
|
1370
|
+
class DescribeBatchDeleteConfigurationTaskCommand extends command(_ep0, _mw0, "DescribeBatchDeleteConfigurationTask", DescribeBatchDeleteConfigurationTask$) {
|
|
1447
1371
|
}
|
|
1448
1372
|
|
|
1449
|
-
class DescribeConfigurationsCommand extends
|
|
1450
|
-
.classBuilder()
|
|
1451
|
-
.ep(commonParams)
|
|
1452
|
-
.m(function (Command, cs, config, o) {
|
|
1453
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1454
|
-
})
|
|
1455
|
-
.s("AWSPoseidonService_V2015_11_01", "DescribeConfigurations", {})
|
|
1456
|
-
.n("ApplicationDiscoveryServiceClient", "DescribeConfigurationsCommand")
|
|
1457
|
-
.sc(DescribeConfigurations$)
|
|
1458
|
-
.build() {
|
|
1373
|
+
class DescribeConfigurationsCommand extends command(_ep0, _mw0, "DescribeConfigurations", DescribeConfigurations$) {
|
|
1459
1374
|
}
|
|
1460
1375
|
|
|
1461
|
-
class DescribeContinuousExportsCommand extends
|
|
1462
|
-
.classBuilder()
|
|
1463
|
-
.ep(commonParams)
|
|
1464
|
-
.m(function (Command, cs, config, o) {
|
|
1465
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1466
|
-
})
|
|
1467
|
-
.s("AWSPoseidonService_V2015_11_01", "DescribeContinuousExports", {})
|
|
1468
|
-
.n("ApplicationDiscoveryServiceClient", "DescribeContinuousExportsCommand")
|
|
1469
|
-
.sc(DescribeContinuousExports$)
|
|
1470
|
-
.build() {
|
|
1376
|
+
class DescribeContinuousExportsCommand extends command(_ep0, _mw0, "DescribeContinuousExports", DescribeContinuousExports$) {
|
|
1471
1377
|
}
|
|
1472
1378
|
|
|
1473
|
-
class DescribeExportConfigurationsCommand extends
|
|
1474
|
-
.classBuilder()
|
|
1475
|
-
.ep(commonParams)
|
|
1476
|
-
.m(function (Command, cs, config, o) {
|
|
1477
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1478
|
-
})
|
|
1479
|
-
.s("AWSPoseidonService_V2015_11_01", "DescribeExportConfigurations", {})
|
|
1480
|
-
.n("ApplicationDiscoveryServiceClient", "DescribeExportConfigurationsCommand")
|
|
1481
|
-
.sc(DescribeExportConfigurations$)
|
|
1482
|
-
.build() {
|
|
1379
|
+
class DescribeExportConfigurationsCommand extends command(_ep0, _mw0, "DescribeExportConfigurations", DescribeExportConfigurations$) {
|
|
1483
1380
|
}
|
|
1484
1381
|
|
|
1485
|
-
class DescribeExportTasksCommand extends
|
|
1486
|
-
.classBuilder()
|
|
1487
|
-
.ep(commonParams)
|
|
1488
|
-
.m(function (Command, cs, config, o) {
|
|
1489
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1490
|
-
})
|
|
1491
|
-
.s("AWSPoseidonService_V2015_11_01", "DescribeExportTasks", {})
|
|
1492
|
-
.n("ApplicationDiscoveryServiceClient", "DescribeExportTasksCommand")
|
|
1493
|
-
.sc(DescribeExportTasks$)
|
|
1494
|
-
.build() {
|
|
1382
|
+
class DescribeExportTasksCommand extends command(_ep0, _mw0, "DescribeExportTasks", DescribeExportTasks$) {
|
|
1495
1383
|
}
|
|
1496
1384
|
|
|
1497
|
-
class DescribeImportTasksCommand extends
|
|
1498
|
-
.classBuilder()
|
|
1499
|
-
.ep(commonParams)
|
|
1500
|
-
.m(function (Command, cs, config, o) {
|
|
1501
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1502
|
-
})
|
|
1503
|
-
.s("AWSPoseidonService_V2015_11_01", "DescribeImportTasks", {})
|
|
1504
|
-
.n("ApplicationDiscoveryServiceClient", "DescribeImportTasksCommand")
|
|
1505
|
-
.sc(DescribeImportTasks$)
|
|
1506
|
-
.build() {
|
|
1385
|
+
class DescribeImportTasksCommand extends command(_ep0, _mw0, "DescribeImportTasks", DescribeImportTasks$) {
|
|
1507
1386
|
}
|
|
1508
1387
|
|
|
1509
|
-
class DescribeTagsCommand extends
|
|
1510
|
-
.classBuilder()
|
|
1511
|
-
.ep(commonParams)
|
|
1512
|
-
.m(function (Command, cs, config, o) {
|
|
1513
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1514
|
-
})
|
|
1515
|
-
.s("AWSPoseidonService_V2015_11_01", "DescribeTags", {})
|
|
1516
|
-
.n("ApplicationDiscoveryServiceClient", "DescribeTagsCommand")
|
|
1517
|
-
.sc(DescribeTags$)
|
|
1518
|
-
.build() {
|
|
1388
|
+
class DescribeTagsCommand extends command(_ep0, _mw0, "DescribeTags", DescribeTags$) {
|
|
1519
1389
|
}
|
|
1520
1390
|
|
|
1521
|
-
class DisassociateConfigurationItemsFromApplicationCommand extends
|
|
1522
|
-
.classBuilder()
|
|
1523
|
-
.ep(commonParams)
|
|
1524
|
-
.m(function (Command, cs, config, o) {
|
|
1525
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1526
|
-
})
|
|
1527
|
-
.s("AWSPoseidonService_V2015_11_01", "DisassociateConfigurationItemsFromApplication", {})
|
|
1528
|
-
.n("ApplicationDiscoveryServiceClient", "DisassociateConfigurationItemsFromApplicationCommand")
|
|
1529
|
-
.sc(DisassociateConfigurationItemsFromApplication$)
|
|
1530
|
-
.build() {
|
|
1391
|
+
class DisassociateConfigurationItemsFromApplicationCommand extends command(_ep0, _mw0, "DisassociateConfigurationItemsFromApplication", DisassociateConfigurationItemsFromApplication$) {
|
|
1531
1392
|
}
|
|
1532
1393
|
|
|
1533
|
-
class ExportConfigurationsCommand extends
|
|
1534
|
-
.classBuilder()
|
|
1535
|
-
.ep(commonParams)
|
|
1536
|
-
.m(function (Command, cs, config, o) {
|
|
1537
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1538
|
-
})
|
|
1539
|
-
.s("AWSPoseidonService_V2015_11_01", "ExportConfigurations", {})
|
|
1540
|
-
.n("ApplicationDiscoveryServiceClient", "ExportConfigurationsCommand")
|
|
1541
|
-
.sc(ExportConfigurations$)
|
|
1542
|
-
.build() {
|
|
1394
|
+
class ExportConfigurationsCommand extends command(_ep0, _mw0, "ExportConfigurations", ExportConfigurations$) {
|
|
1543
1395
|
}
|
|
1544
1396
|
|
|
1545
|
-
class GetDiscoverySummaryCommand extends
|
|
1546
|
-
.classBuilder()
|
|
1547
|
-
.ep(commonParams)
|
|
1548
|
-
.m(function (Command, cs, config, o) {
|
|
1549
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1550
|
-
})
|
|
1551
|
-
.s("AWSPoseidonService_V2015_11_01", "GetDiscoverySummary", {})
|
|
1552
|
-
.n("ApplicationDiscoveryServiceClient", "GetDiscoverySummaryCommand")
|
|
1553
|
-
.sc(GetDiscoverySummary$)
|
|
1554
|
-
.build() {
|
|
1397
|
+
class GetDiscoverySummaryCommand extends command(_ep0, _mw0, "GetDiscoverySummary", GetDiscoverySummary$) {
|
|
1555
1398
|
}
|
|
1556
1399
|
|
|
1557
|
-
class ListConfigurationsCommand extends
|
|
1558
|
-
.classBuilder()
|
|
1559
|
-
.ep(commonParams)
|
|
1560
|
-
.m(function (Command, cs, config, o) {
|
|
1561
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1562
|
-
})
|
|
1563
|
-
.s("AWSPoseidonService_V2015_11_01", "ListConfigurations", {})
|
|
1564
|
-
.n("ApplicationDiscoveryServiceClient", "ListConfigurationsCommand")
|
|
1565
|
-
.sc(ListConfigurations$)
|
|
1566
|
-
.build() {
|
|
1400
|
+
class ListConfigurationsCommand extends command(_ep0, _mw0, "ListConfigurations", ListConfigurations$) {
|
|
1567
1401
|
}
|
|
1568
1402
|
|
|
1569
|
-
class ListServerNeighborsCommand extends
|
|
1570
|
-
.classBuilder()
|
|
1571
|
-
.ep(commonParams)
|
|
1572
|
-
.m(function (Command, cs, config, o) {
|
|
1573
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1574
|
-
})
|
|
1575
|
-
.s("AWSPoseidonService_V2015_11_01", "ListServerNeighbors", {})
|
|
1576
|
-
.n("ApplicationDiscoveryServiceClient", "ListServerNeighborsCommand")
|
|
1577
|
-
.sc(ListServerNeighbors$)
|
|
1578
|
-
.build() {
|
|
1403
|
+
class ListServerNeighborsCommand extends command(_ep0, _mw0, "ListServerNeighbors", ListServerNeighbors$) {
|
|
1579
1404
|
}
|
|
1580
1405
|
|
|
1581
|
-
class StartBatchDeleteConfigurationTaskCommand extends
|
|
1582
|
-
.classBuilder()
|
|
1583
|
-
.ep(commonParams)
|
|
1584
|
-
.m(function (Command, cs, config, o) {
|
|
1585
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1586
|
-
})
|
|
1587
|
-
.s("AWSPoseidonService_V2015_11_01", "StartBatchDeleteConfigurationTask", {})
|
|
1588
|
-
.n("ApplicationDiscoveryServiceClient", "StartBatchDeleteConfigurationTaskCommand")
|
|
1589
|
-
.sc(StartBatchDeleteConfigurationTask$)
|
|
1590
|
-
.build() {
|
|
1406
|
+
class StartBatchDeleteConfigurationTaskCommand extends command(_ep0, _mw0, "StartBatchDeleteConfigurationTask", StartBatchDeleteConfigurationTask$) {
|
|
1591
1407
|
}
|
|
1592
1408
|
|
|
1593
|
-
class StartContinuousExportCommand extends
|
|
1594
|
-
.classBuilder()
|
|
1595
|
-
.ep(commonParams)
|
|
1596
|
-
.m(function (Command, cs, config, o) {
|
|
1597
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1598
|
-
})
|
|
1599
|
-
.s("AWSPoseidonService_V2015_11_01", "StartContinuousExport", {})
|
|
1600
|
-
.n("ApplicationDiscoveryServiceClient", "StartContinuousExportCommand")
|
|
1601
|
-
.sc(StartContinuousExport$)
|
|
1602
|
-
.build() {
|
|
1409
|
+
class StartContinuousExportCommand extends command(_ep0, _mw0, "StartContinuousExport", StartContinuousExport$) {
|
|
1603
1410
|
}
|
|
1604
1411
|
|
|
1605
|
-
class StartDataCollectionByAgentIdsCommand extends
|
|
1606
|
-
.classBuilder()
|
|
1607
|
-
.ep(commonParams)
|
|
1608
|
-
.m(function (Command, cs, config, o) {
|
|
1609
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1610
|
-
})
|
|
1611
|
-
.s("AWSPoseidonService_V2015_11_01", "StartDataCollectionByAgentIds", {})
|
|
1612
|
-
.n("ApplicationDiscoveryServiceClient", "StartDataCollectionByAgentIdsCommand")
|
|
1613
|
-
.sc(StartDataCollectionByAgentIds$)
|
|
1614
|
-
.build() {
|
|
1412
|
+
class StartDataCollectionByAgentIdsCommand extends command(_ep0, _mw0, "StartDataCollectionByAgentIds", StartDataCollectionByAgentIds$) {
|
|
1615
1413
|
}
|
|
1616
1414
|
|
|
1617
|
-
class StartExportTaskCommand extends
|
|
1618
|
-
.classBuilder()
|
|
1619
|
-
.ep(commonParams)
|
|
1620
|
-
.m(function (Command, cs, config, o) {
|
|
1621
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1622
|
-
})
|
|
1623
|
-
.s("AWSPoseidonService_V2015_11_01", "StartExportTask", {})
|
|
1624
|
-
.n("ApplicationDiscoveryServiceClient", "StartExportTaskCommand")
|
|
1625
|
-
.sc(StartExportTask$)
|
|
1626
|
-
.build() {
|
|
1415
|
+
class StartExportTaskCommand extends command(_ep0, _mw0, "StartExportTask", StartExportTask$) {
|
|
1627
1416
|
}
|
|
1628
1417
|
|
|
1629
|
-
class StartImportTaskCommand extends
|
|
1630
|
-
.classBuilder()
|
|
1631
|
-
.ep(commonParams)
|
|
1632
|
-
.m(function (Command, cs, config, o) {
|
|
1633
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1634
|
-
})
|
|
1635
|
-
.s("AWSPoseidonService_V2015_11_01", "StartImportTask", {})
|
|
1636
|
-
.n("ApplicationDiscoveryServiceClient", "StartImportTaskCommand")
|
|
1637
|
-
.sc(StartImportTask$)
|
|
1638
|
-
.build() {
|
|
1418
|
+
class StartImportTaskCommand extends command(_ep0, _mw0, "StartImportTask", StartImportTask$) {
|
|
1639
1419
|
}
|
|
1640
1420
|
|
|
1641
|
-
class StopContinuousExportCommand extends
|
|
1642
|
-
.classBuilder()
|
|
1643
|
-
.ep(commonParams)
|
|
1644
|
-
.m(function (Command, cs, config, o) {
|
|
1645
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1646
|
-
})
|
|
1647
|
-
.s("AWSPoseidonService_V2015_11_01", "StopContinuousExport", {})
|
|
1648
|
-
.n("ApplicationDiscoveryServiceClient", "StopContinuousExportCommand")
|
|
1649
|
-
.sc(StopContinuousExport$)
|
|
1650
|
-
.build() {
|
|
1421
|
+
class StopContinuousExportCommand extends command(_ep0, _mw0, "StopContinuousExport", StopContinuousExport$) {
|
|
1651
1422
|
}
|
|
1652
1423
|
|
|
1653
|
-
class StopDataCollectionByAgentIdsCommand extends
|
|
1654
|
-
.classBuilder()
|
|
1655
|
-
.ep(commonParams)
|
|
1656
|
-
.m(function (Command, cs, config, o) {
|
|
1657
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1658
|
-
})
|
|
1659
|
-
.s("AWSPoseidonService_V2015_11_01", "StopDataCollectionByAgentIds", {})
|
|
1660
|
-
.n("ApplicationDiscoveryServiceClient", "StopDataCollectionByAgentIdsCommand")
|
|
1661
|
-
.sc(StopDataCollectionByAgentIds$)
|
|
1662
|
-
.build() {
|
|
1424
|
+
class StopDataCollectionByAgentIdsCommand extends command(_ep0, _mw0, "StopDataCollectionByAgentIds", StopDataCollectionByAgentIds$) {
|
|
1663
1425
|
}
|
|
1664
1426
|
|
|
1665
|
-
class UpdateApplicationCommand extends
|
|
1666
|
-
.classBuilder()
|
|
1667
|
-
.ep(commonParams)
|
|
1668
|
-
.m(function (Command, cs, config, o) {
|
|
1669
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1670
|
-
})
|
|
1671
|
-
.s("AWSPoseidonService_V2015_11_01", "UpdateApplication", {})
|
|
1672
|
-
.n("ApplicationDiscoveryServiceClient", "UpdateApplicationCommand")
|
|
1673
|
-
.sc(UpdateApplication$)
|
|
1674
|
-
.build() {
|
|
1427
|
+
class UpdateApplicationCommand extends command(_ep0, _mw0, "UpdateApplication", UpdateApplication$) {
|
|
1675
1428
|
}
|
|
1676
1429
|
|
|
1677
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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 {
|
|
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
|
|
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
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DescribeExportConfigurations$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DescribeExportConfigurationsCommand 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", "DescribeExportConfigurations", {})
|
|
13
|
-
.n("ApplicationDiscoveryServiceClient", "DescribeExportConfigurationsCommand")
|
|
14
|
-
.sc(DescribeExportConfigurations$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DescribeExportConfigurationsCommand extends command(_ep0, _mw0, "DescribeExportConfigurations", DescribeExportConfigurations$) {
|
|
16
4
|
}
|