@aws-sdk/client-codestar-connections 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 +35 -273
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateConnectionCommand.js +2 -14
- package/dist-es/commands/CreateHostCommand.js +2 -14
- package/dist-es/commands/CreateRepositoryLinkCommand.js +2 -14
- package/dist-es/commands/CreateSyncConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteHostCommand.js +2 -14
- package/dist-es/commands/DeleteRepositoryLinkCommand.js +2 -14
- package/dist-es/commands/DeleteSyncConfigurationCommand.js +2 -14
- package/dist-es/commands/GetConnectionCommand.js +2 -14
- package/dist-es/commands/GetHostCommand.js +2 -14
- package/dist-es/commands/GetRepositoryLinkCommand.js +2 -14
- package/dist-es/commands/GetRepositorySyncStatusCommand.js +2 -14
- package/dist-es/commands/GetResourceSyncStatusCommand.js +2 -14
- package/dist-es/commands/GetSyncBlockerSummaryCommand.js +2 -14
- package/dist-es/commands/GetSyncConfigurationCommand.js +2 -14
- package/dist-es/commands/ListConnectionsCommand.js +2 -14
- package/dist-es/commands/ListHostsCommand.js +2 -14
- package/dist-es/commands/ListRepositoryLinksCommand.js +2 -14
- package/dist-es/commands/ListRepositorySyncDefinitionsCommand.js +2 -14
- package/dist-es/commands/ListSyncConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateHostCommand.js +2 -14
- package/dist-es/commands/UpdateRepositoryLinkCommand.js +2 -14
- package/dist-es/commands/UpdateSyncBlockerCommand.js +2 -14
- package/dist-es/commands/UpdateSyncConfigurationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateHostCommand.d.ts +3 -8
- package/dist-types/commands/CreateRepositoryLinkCommand.d.ts +3 -8
- package/dist-types/commands/CreateSyncConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteHostCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRepositoryLinkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSyncConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectionCommand.d.ts +3 -8
- package/dist-types/commands/GetHostCommand.d.ts +3 -8
- package/dist-types/commands/GetRepositoryLinkCommand.d.ts +3 -8
- package/dist-types/commands/GetRepositorySyncStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceSyncStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetSyncBlockerSummaryCommand.d.ts +3 -8
- package/dist-types/commands/GetSyncConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListHostsCommand.d.ts +3 -8
- package/dist-types/commands/ListRepositoryLinksCommand.d.ts +3 -8
- package/dist-types/commands/ListRepositorySyncDefinitionsCommand.d.ts +3 -8
- package/dist-types/commands/ListSyncConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateHostCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRepositoryLinkCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSyncBlockerCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSyncConfigurationCommand.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/CreateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateHostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRepositoryLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSyncConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteHostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRepositoryLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSyncConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetHostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRepositoryLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRepositorySyncStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceSyncStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSyncBlockerSummaryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSyncConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListHostsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRepositoryLinksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRepositorySyncDefinitionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSyncConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateHostCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRepositoryLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSyncBlockerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSyncConfigurationCommand.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
|
|
|
@@ -1282,328 +1283,89 @@ class CodeStarConnectionsClient extends Client {
|
|
|
1282
1283
|
}
|
|
1283
1284
|
}
|
|
1284
1285
|
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
})
|
|
1291
|
-
.s("CodeStar_connections_20191201", "CreateConnection", {})
|
|
1292
|
-
.n("CodeStarConnectionsClient", "CreateConnectionCommand")
|
|
1293
|
-
.sc(CreateConnection$)
|
|
1294
|
-
.build() {
|
|
1286
|
+
const command = makeBuilder(commonParams, "CodeStar_connections_20191201", "CodeStarConnectionsClient", getEndpointPlugin);
|
|
1287
|
+
const _ep0 = {};
|
|
1288
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1289
|
+
|
|
1290
|
+
class CreateConnectionCommand extends command(_ep0, _mw0, "CreateConnection", CreateConnection$) {
|
|
1295
1291
|
}
|
|
1296
1292
|
|
|
1297
|
-
class CreateHostCommand extends
|
|
1298
|
-
.classBuilder()
|
|
1299
|
-
.ep(commonParams)
|
|
1300
|
-
.m(function (Command, cs, config, o) {
|
|
1301
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1302
|
-
})
|
|
1303
|
-
.s("CodeStar_connections_20191201", "CreateHost", {})
|
|
1304
|
-
.n("CodeStarConnectionsClient", "CreateHostCommand")
|
|
1305
|
-
.sc(CreateHost$)
|
|
1306
|
-
.build() {
|
|
1293
|
+
class CreateHostCommand extends command(_ep0, _mw0, "CreateHost", CreateHost$) {
|
|
1307
1294
|
}
|
|
1308
1295
|
|
|
1309
|
-
class CreateRepositoryLinkCommand extends
|
|
1310
|
-
.classBuilder()
|
|
1311
|
-
.ep(commonParams)
|
|
1312
|
-
.m(function (Command, cs, config, o) {
|
|
1313
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1314
|
-
})
|
|
1315
|
-
.s("CodeStar_connections_20191201", "CreateRepositoryLink", {})
|
|
1316
|
-
.n("CodeStarConnectionsClient", "CreateRepositoryLinkCommand")
|
|
1317
|
-
.sc(CreateRepositoryLink$)
|
|
1318
|
-
.build() {
|
|
1296
|
+
class CreateRepositoryLinkCommand extends command(_ep0, _mw0, "CreateRepositoryLink", CreateRepositoryLink$) {
|
|
1319
1297
|
}
|
|
1320
1298
|
|
|
1321
|
-
class CreateSyncConfigurationCommand extends
|
|
1322
|
-
.classBuilder()
|
|
1323
|
-
.ep(commonParams)
|
|
1324
|
-
.m(function (Command, cs, config, o) {
|
|
1325
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1326
|
-
})
|
|
1327
|
-
.s("CodeStar_connections_20191201", "CreateSyncConfiguration", {})
|
|
1328
|
-
.n("CodeStarConnectionsClient", "CreateSyncConfigurationCommand")
|
|
1329
|
-
.sc(CreateSyncConfiguration$)
|
|
1330
|
-
.build() {
|
|
1299
|
+
class CreateSyncConfigurationCommand extends command(_ep0, _mw0, "CreateSyncConfiguration", CreateSyncConfiguration$) {
|
|
1331
1300
|
}
|
|
1332
1301
|
|
|
1333
|
-
class DeleteConnectionCommand extends
|
|
1334
|
-
.classBuilder()
|
|
1335
|
-
.ep(commonParams)
|
|
1336
|
-
.m(function (Command, cs, config, o) {
|
|
1337
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1338
|
-
})
|
|
1339
|
-
.s("CodeStar_connections_20191201", "DeleteConnection", {})
|
|
1340
|
-
.n("CodeStarConnectionsClient", "DeleteConnectionCommand")
|
|
1341
|
-
.sc(DeleteConnection$)
|
|
1342
|
-
.build() {
|
|
1302
|
+
class DeleteConnectionCommand extends command(_ep0, _mw0, "DeleteConnection", DeleteConnection$) {
|
|
1343
1303
|
}
|
|
1344
1304
|
|
|
1345
|
-
class DeleteHostCommand extends
|
|
1346
|
-
.classBuilder()
|
|
1347
|
-
.ep(commonParams)
|
|
1348
|
-
.m(function (Command, cs, config, o) {
|
|
1349
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1350
|
-
})
|
|
1351
|
-
.s("CodeStar_connections_20191201", "DeleteHost", {})
|
|
1352
|
-
.n("CodeStarConnectionsClient", "DeleteHostCommand")
|
|
1353
|
-
.sc(DeleteHost$)
|
|
1354
|
-
.build() {
|
|
1305
|
+
class DeleteHostCommand extends command(_ep0, _mw0, "DeleteHost", DeleteHost$) {
|
|
1355
1306
|
}
|
|
1356
1307
|
|
|
1357
|
-
class DeleteRepositoryLinkCommand extends
|
|
1358
|
-
.classBuilder()
|
|
1359
|
-
.ep(commonParams)
|
|
1360
|
-
.m(function (Command, cs, config, o) {
|
|
1361
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1362
|
-
})
|
|
1363
|
-
.s("CodeStar_connections_20191201", "DeleteRepositoryLink", {})
|
|
1364
|
-
.n("CodeStarConnectionsClient", "DeleteRepositoryLinkCommand")
|
|
1365
|
-
.sc(DeleteRepositoryLink$)
|
|
1366
|
-
.build() {
|
|
1308
|
+
class DeleteRepositoryLinkCommand extends command(_ep0, _mw0, "DeleteRepositoryLink", DeleteRepositoryLink$) {
|
|
1367
1309
|
}
|
|
1368
1310
|
|
|
1369
|
-
class DeleteSyncConfigurationCommand extends
|
|
1370
|
-
.classBuilder()
|
|
1371
|
-
.ep(commonParams)
|
|
1372
|
-
.m(function (Command, cs, config, o) {
|
|
1373
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1374
|
-
})
|
|
1375
|
-
.s("CodeStar_connections_20191201", "DeleteSyncConfiguration", {})
|
|
1376
|
-
.n("CodeStarConnectionsClient", "DeleteSyncConfigurationCommand")
|
|
1377
|
-
.sc(DeleteSyncConfiguration$)
|
|
1378
|
-
.build() {
|
|
1311
|
+
class DeleteSyncConfigurationCommand extends command(_ep0, _mw0, "DeleteSyncConfiguration", DeleteSyncConfiguration$) {
|
|
1379
1312
|
}
|
|
1380
1313
|
|
|
1381
|
-
class GetConnectionCommand extends
|
|
1382
|
-
.classBuilder()
|
|
1383
|
-
.ep(commonParams)
|
|
1384
|
-
.m(function (Command, cs, config, o) {
|
|
1385
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1386
|
-
})
|
|
1387
|
-
.s("CodeStar_connections_20191201", "GetConnection", {})
|
|
1388
|
-
.n("CodeStarConnectionsClient", "GetConnectionCommand")
|
|
1389
|
-
.sc(GetConnection$)
|
|
1390
|
-
.build() {
|
|
1314
|
+
class GetConnectionCommand extends command(_ep0, _mw0, "GetConnection", GetConnection$) {
|
|
1391
1315
|
}
|
|
1392
1316
|
|
|
1393
|
-
class GetHostCommand extends
|
|
1394
|
-
.classBuilder()
|
|
1395
|
-
.ep(commonParams)
|
|
1396
|
-
.m(function (Command, cs, config, o) {
|
|
1397
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1398
|
-
})
|
|
1399
|
-
.s("CodeStar_connections_20191201", "GetHost", {})
|
|
1400
|
-
.n("CodeStarConnectionsClient", "GetHostCommand")
|
|
1401
|
-
.sc(GetHost$)
|
|
1402
|
-
.build() {
|
|
1317
|
+
class GetHostCommand extends command(_ep0, _mw0, "GetHost", GetHost$) {
|
|
1403
1318
|
}
|
|
1404
1319
|
|
|
1405
|
-
class GetRepositoryLinkCommand extends
|
|
1406
|
-
.classBuilder()
|
|
1407
|
-
.ep(commonParams)
|
|
1408
|
-
.m(function (Command, cs, config, o) {
|
|
1409
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1410
|
-
})
|
|
1411
|
-
.s("CodeStar_connections_20191201", "GetRepositoryLink", {})
|
|
1412
|
-
.n("CodeStarConnectionsClient", "GetRepositoryLinkCommand")
|
|
1413
|
-
.sc(GetRepositoryLink$)
|
|
1414
|
-
.build() {
|
|
1320
|
+
class GetRepositoryLinkCommand extends command(_ep0, _mw0, "GetRepositoryLink", GetRepositoryLink$) {
|
|
1415
1321
|
}
|
|
1416
1322
|
|
|
1417
|
-
class GetRepositorySyncStatusCommand extends
|
|
1418
|
-
.classBuilder()
|
|
1419
|
-
.ep(commonParams)
|
|
1420
|
-
.m(function (Command, cs, config, o) {
|
|
1421
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1422
|
-
})
|
|
1423
|
-
.s("CodeStar_connections_20191201", "GetRepositorySyncStatus", {})
|
|
1424
|
-
.n("CodeStarConnectionsClient", "GetRepositorySyncStatusCommand")
|
|
1425
|
-
.sc(GetRepositorySyncStatus$)
|
|
1426
|
-
.build() {
|
|
1323
|
+
class GetRepositorySyncStatusCommand extends command(_ep0, _mw0, "GetRepositorySyncStatus", GetRepositorySyncStatus$) {
|
|
1427
1324
|
}
|
|
1428
1325
|
|
|
1429
|
-
class GetResourceSyncStatusCommand extends
|
|
1430
|
-
.classBuilder()
|
|
1431
|
-
.ep(commonParams)
|
|
1432
|
-
.m(function (Command, cs, config, o) {
|
|
1433
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1434
|
-
})
|
|
1435
|
-
.s("CodeStar_connections_20191201", "GetResourceSyncStatus", {})
|
|
1436
|
-
.n("CodeStarConnectionsClient", "GetResourceSyncStatusCommand")
|
|
1437
|
-
.sc(GetResourceSyncStatus$)
|
|
1438
|
-
.build() {
|
|
1326
|
+
class GetResourceSyncStatusCommand extends command(_ep0, _mw0, "GetResourceSyncStatus", GetResourceSyncStatus$) {
|
|
1439
1327
|
}
|
|
1440
1328
|
|
|
1441
|
-
class GetSyncBlockerSummaryCommand extends
|
|
1442
|
-
.classBuilder()
|
|
1443
|
-
.ep(commonParams)
|
|
1444
|
-
.m(function (Command, cs, config, o) {
|
|
1445
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1446
|
-
})
|
|
1447
|
-
.s("CodeStar_connections_20191201", "GetSyncBlockerSummary", {})
|
|
1448
|
-
.n("CodeStarConnectionsClient", "GetSyncBlockerSummaryCommand")
|
|
1449
|
-
.sc(GetSyncBlockerSummary$)
|
|
1450
|
-
.build() {
|
|
1329
|
+
class GetSyncBlockerSummaryCommand extends command(_ep0, _mw0, "GetSyncBlockerSummary", GetSyncBlockerSummary$) {
|
|
1451
1330
|
}
|
|
1452
1331
|
|
|
1453
|
-
class GetSyncConfigurationCommand extends
|
|
1454
|
-
.classBuilder()
|
|
1455
|
-
.ep(commonParams)
|
|
1456
|
-
.m(function (Command, cs, config, o) {
|
|
1457
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1458
|
-
})
|
|
1459
|
-
.s("CodeStar_connections_20191201", "GetSyncConfiguration", {})
|
|
1460
|
-
.n("CodeStarConnectionsClient", "GetSyncConfigurationCommand")
|
|
1461
|
-
.sc(GetSyncConfiguration$)
|
|
1462
|
-
.build() {
|
|
1332
|
+
class GetSyncConfigurationCommand extends command(_ep0, _mw0, "GetSyncConfiguration", GetSyncConfiguration$) {
|
|
1463
1333
|
}
|
|
1464
1334
|
|
|
1465
|
-
class ListConnectionsCommand extends
|
|
1466
|
-
.classBuilder()
|
|
1467
|
-
.ep(commonParams)
|
|
1468
|
-
.m(function (Command, cs, config, o) {
|
|
1469
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1470
|
-
})
|
|
1471
|
-
.s("CodeStar_connections_20191201", "ListConnections", {})
|
|
1472
|
-
.n("CodeStarConnectionsClient", "ListConnectionsCommand")
|
|
1473
|
-
.sc(ListConnections$)
|
|
1474
|
-
.build() {
|
|
1335
|
+
class ListConnectionsCommand extends command(_ep0, _mw0, "ListConnections", ListConnections$) {
|
|
1475
1336
|
}
|
|
1476
1337
|
|
|
1477
|
-
class ListHostsCommand extends
|
|
1478
|
-
.classBuilder()
|
|
1479
|
-
.ep(commonParams)
|
|
1480
|
-
.m(function (Command, cs, config, o) {
|
|
1481
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1482
|
-
})
|
|
1483
|
-
.s("CodeStar_connections_20191201", "ListHosts", {})
|
|
1484
|
-
.n("CodeStarConnectionsClient", "ListHostsCommand")
|
|
1485
|
-
.sc(ListHosts$)
|
|
1486
|
-
.build() {
|
|
1338
|
+
class ListHostsCommand extends command(_ep0, _mw0, "ListHosts", ListHosts$) {
|
|
1487
1339
|
}
|
|
1488
1340
|
|
|
1489
|
-
class ListRepositoryLinksCommand extends
|
|
1490
|
-
.classBuilder()
|
|
1491
|
-
.ep(commonParams)
|
|
1492
|
-
.m(function (Command, cs, config, o) {
|
|
1493
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1494
|
-
})
|
|
1495
|
-
.s("CodeStar_connections_20191201", "ListRepositoryLinks", {})
|
|
1496
|
-
.n("CodeStarConnectionsClient", "ListRepositoryLinksCommand")
|
|
1497
|
-
.sc(ListRepositoryLinks$)
|
|
1498
|
-
.build() {
|
|
1341
|
+
class ListRepositoryLinksCommand extends command(_ep0, _mw0, "ListRepositoryLinks", ListRepositoryLinks$) {
|
|
1499
1342
|
}
|
|
1500
1343
|
|
|
1501
|
-
class ListRepositorySyncDefinitionsCommand extends
|
|
1502
|
-
.classBuilder()
|
|
1503
|
-
.ep(commonParams)
|
|
1504
|
-
.m(function (Command, cs, config, o) {
|
|
1505
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1506
|
-
})
|
|
1507
|
-
.s("CodeStar_connections_20191201", "ListRepositorySyncDefinitions", {})
|
|
1508
|
-
.n("CodeStarConnectionsClient", "ListRepositorySyncDefinitionsCommand")
|
|
1509
|
-
.sc(ListRepositorySyncDefinitions$)
|
|
1510
|
-
.build() {
|
|
1344
|
+
class ListRepositorySyncDefinitionsCommand extends command(_ep0, _mw0, "ListRepositorySyncDefinitions", ListRepositorySyncDefinitions$) {
|
|
1511
1345
|
}
|
|
1512
1346
|
|
|
1513
|
-
class ListSyncConfigurationsCommand extends
|
|
1514
|
-
.classBuilder()
|
|
1515
|
-
.ep(commonParams)
|
|
1516
|
-
.m(function (Command, cs, config, o) {
|
|
1517
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1518
|
-
})
|
|
1519
|
-
.s("CodeStar_connections_20191201", "ListSyncConfigurations", {})
|
|
1520
|
-
.n("CodeStarConnectionsClient", "ListSyncConfigurationsCommand")
|
|
1521
|
-
.sc(ListSyncConfigurations$)
|
|
1522
|
-
.build() {
|
|
1347
|
+
class ListSyncConfigurationsCommand extends command(_ep0, _mw0, "ListSyncConfigurations", ListSyncConfigurations$) {
|
|
1523
1348
|
}
|
|
1524
1349
|
|
|
1525
|
-
class ListTagsForResourceCommand extends
|
|
1526
|
-
.classBuilder()
|
|
1527
|
-
.ep(commonParams)
|
|
1528
|
-
.m(function (Command, cs, config, o) {
|
|
1529
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1530
|
-
})
|
|
1531
|
-
.s("CodeStar_connections_20191201", "ListTagsForResource", {})
|
|
1532
|
-
.n("CodeStarConnectionsClient", "ListTagsForResourceCommand")
|
|
1533
|
-
.sc(ListTagsForResource$)
|
|
1534
|
-
.build() {
|
|
1350
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1535
1351
|
}
|
|
1536
1352
|
|
|
1537
|
-
class TagResourceCommand extends
|
|
1538
|
-
.classBuilder()
|
|
1539
|
-
.ep(commonParams)
|
|
1540
|
-
.m(function (Command, cs, config, o) {
|
|
1541
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1542
|
-
})
|
|
1543
|
-
.s("CodeStar_connections_20191201", "TagResource", {})
|
|
1544
|
-
.n("CodeStarConnectionsClient", "TagResourceCommand")
|
|
1545
|
-
.sc(TagResource$)
|
|
1546
|
-
.build() {
|
|
1353
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1547
1354
|
}
|
|
1548
1355
|
|
|
1549
|
-
class UntagResourceCommand extends
|
|
1550
|
-
.classBuilder()
|
|
1551
|
-
.ep(commonParams)
|
|
1552
|
-
.m(function (Command, cs, config, o) {
|
|
1553
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1554
|
-
})
|
|
1555
|
-
.s("CodeStar_connections_20191201", "UntagResource", {})
|
|
1556
|
-
.n("CodeStarConnectionsClient", "UntagResourceCommand")
|
|
1557
|
-
.sc(UntagResource$)
|
|
1558
|
-
.build() {
|
|
1356
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1559
1357
|
}
|
|
1560
1358
|
|
|
1561
|
-
class UpdateHostCommand extends
|
|
1562
|
-
.classBuilder()
|
|
1563
|
-
.ep(commonParams)
|
|
1564
|
-
.m(function (Command, cs, config, o) {
|
|
1565
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1566
|
-
})
|
|
1567
|
-
.s("CodeStar_connections_20191201", "UpdateHost", {})
|
|
1568
|
-
.n("CodeStarConnectionsClient", "UpdateHostCommand")
|
|
1569
|
-
.sc(UpdateHost$)
|
|
1570
|
-
.build() {
|
|
1359
|
+
class UpdateHostCommand extends command(_ep0, _mw0, "UpdateHost", UpdateHost$) {
|
|
1571
1360
|
}
|
|
1572
1361
|
|
|
1573
|
-
class UpdateRepositoryLinkCommand extends
|
|
1574
|
-
.classBuilder()
|
|
1575
|
-
.ep(commonParams)
|
|
1576
|
-
.m(function (Command, cs, config, o) {
|
|
1577
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1578
|
-
})
|
|
1579
|
-
.s("CodeStar_connections_20191201", "UpdateRepositoryLink", {})
|
|
1580
|
-
.n("CodeStarConnectionsClient", "UpdateRepositoryLinkCommand")
|
|
1581
|
-
.sc(UpdateRepositoryLink$)
|
|
1582
|
-
.build() {
|
|
1362
|
+
class UpdateRepositoryLinkCommand extends command(_ep0, _mw0, "UpdateRepositoryLink", UpdateRepositoryLink$) {
|
|
1583
1363
|
}
|
|
1584
1364
|
|
|
1585
|
-
class UpdateSyncBlockerCommand extends
|
|
1586
|
-
.classBuilder()
|
|
1587
|
-
.ep(commonParams)
|
|
1588
|
-
.m(function (Command, cs, config, o) {
|
|
1589
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1590
|
-
})
|
|
1591
|
-
.s("CodeStar_connections_20191201", "UpdateSyncBlocker", {})
|
|
1592
|
-
.n("CodeStarConnectionsClient", "UpdateSyncBlockerCommand")
|
|
1593
|
-
.sc(UpdateSyncBlocker$)
|
|
1594
|
-
.build() {
|
|
1365
|
+
class UpdateSyncBlockerCommand extends command(_ep0, _mw0, "UpdateSyncBlocker", UpdateSyncBlocker$) {
|
|
1595
1366
|
}
|
|
1596
1367
|
|
|
1597
|
-
class UpdateSyncConfigurationCommand extends
|
|
1598
|
-
.classBuilder()
|
|
1599
|
-
.ep(commonParams)
|
|
1600
|
-
.m(function (Command, cs, config, o) {
|
|
1601
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1602
|
-
})
|
|
1603
|
-
.s("CodeStar_connections_20191201", "UpdateSyncConfiguration", {})
|
|
1604
|
-
.n("CodeStarConnectionsClient", "UpdateSyncConfigurationCommand")
|
|
1605
|
-
.sc(UpdateSyncConfiguration$)
|
|
1606
|
-
.build() {
|
|
1368
|
+
class UpdateSyncConfigurationCommand extends command(_ep0, _mw0, "UpdateSyncConfiguration", UpdateSyncConfiguration$) {
|
|
1607
1369
|
}
|
|
1608
1370
|
|
|
1609
1371
|
const paginateListConnections = createPaginator(CodeStarConnectionsClient, ListConnectionsCommand, "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, "CodeStar_connections_20191201", "CodeStarConnectionsClient", 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 { CreateConnection$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConnectionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeStar_connections_20191201", "CreateConnection", {})
|
|
13
|
-
.n("CodeStarConnectionsClient", "CreateConnectionCommand")
|
|
14
|
-
.sc(CreateConnection$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConnectionCommand extends command(_ep0, _mw0, "CreateConnection", CreateConnection$) {
|
|
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 { CreateHost$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateHostCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeStar_connections_20191201", "CreateHost", {})
|
|
13
|
-
.n("CodeStarConnectionsClient", "CreateHostCommand")
|
|
14
|
-
.sc(CreateHost$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateHostCommand extends command(_ep0, _mw0, "CreateHost", CreateHost$) {
|
|
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 { CreateRepositoryLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateRepositoryLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeStar_connections_20191201", "CreateRepositoryLink", {})
|
|
13
|
-
.n("CodeStarConnectionsClient", "CreateRepositoryLinkCommand")
|
|
14
|
-
.sc(CreateRepositoryLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateRepositoryLinkCommand extends command(_ep0, _mw0, "CreateRepositoryLink", CreateRepositoryLink$) {
|
|
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 { CreateSyncConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSyncConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeStar_connections_20191201", "CreateSyncConfiguration", {})
|
|
13
|
-
.n("CodeStarConnectionsClient", "CreateSyncConfigurationCommand")
|
|
14
|
-
.sc(CreateSyncConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSyncConfigurationCommand extends command(_ep0, _mw0, "CreateSyncConfiguration", CreateSyncConfiguration$) {
|
|
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 { DeleteConnection$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConnectionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeStar_connections_20191201", "DeleteConnection", {})
|
|
13
|
-
.n("CodeStarConnectionsClient", "DeleteConnectionCommand")
|
|
14
|
-
.sc(DeleteConnection$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConnectionCommand extends command(_ep0, _mw0, "DeleteConnection", DeleteConnection$) {
|
|
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 { DeleteHost$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteHostCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeStar_connections_20191201", "DeleteHost", {})
|
|
13
|
-
.n("CodeStarConnectionsClient", "DeleteHostCommand")
|
|
14
|
-
.sc(DeleteHost$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteHostCommand extends command(_ep0, _mw0, "DeleteHost", DeleteHost$) {
|
|
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 { DeleteRepositoryLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteRepositoryLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeStar_connections_20191201", "DeleteRepositoryLink", {})
|
|
13
|
-
.n("CodeStarConnectionsClient", "DeleteRepositoryLinkCommand")
|
|
14
|
-
.sc(DeleteRepositoryLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteRepositoryLinkCommand extends command(_ep0, _mw0, "DeleteRepositoryLink", DeleteRepositoryLink$) {
|
|
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 { DeleteSyncConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSyncConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeStar_connections_20191201", "DeleteSyncConfiguration", {})
|
|
13
|
-
.n("CodeStarConnectionsClient", "DeleteSyncConfigurationCommand")
|
|
14
|
-
.sc(DeleteSyncConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSyncConfigurationCommand extends command(_ep0, _mw0, "DeleteSyncConfiguration", DeleteSyncConfiguration$) {
|
|
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 { GetConnection$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConnectionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeStar_connections_20191201", "GetConnection", {})
|
|
13
|
-
.n("CodeStarConnectionsClient", "GetConnectionCommand")
|
|
14
|
-
.sc(GetConnection$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConnectionCommand extends command(_ep0, _mw0, "GetConnection", GetConnection$) {
|
|
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 { GetHost$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetHostCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeStar_connections_20191201", "GetHost", {})
|
|
13
|
-
.n("CodeStarConnectionsClient", "GetHostCommand")
|
|
14
|
-
.sc(GetHost$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetHostCommand extends command(_ep0, _mw0, "GetHost", GetHost$) {
|
|
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 { GetRepositoryLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRepositoryLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeStar_connections_20191201", "GetRepositoryLink", {})
|
|
13
|
-
.n("CodeStarConnectionsClient", "GetRepositoryLinkCommand")
|
|
14
|
-
.sc(GetRepositoryLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRepositoryLinkCommand extends command(_ep0, _mw0, "GetRepositoryLink", GetRepositoryLink$) {
|
|
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 { GetRepositorySyncStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetRepositorySyncStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeStar_connections_20191201", "GetRepositorySyncStatus", {})
|
|
13
|
-
.n("CodeStarConnectionsClient", "GetRepositorySyncStatusCommand")
|
|
14
|
-
.sc(GetRepositorySyncStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetRepositorySyncStatusCommand extends command(_ep0, _mw0, "GetRepositorySyncStatus", GetRepositorySyncStatus$) {
|
|
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 { GetResourceSyncStatus$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetResourceSyncStatusCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("CodeStar_connections_20191201", "GetResourceSyncStatus", {})
|
|
13
|
-
.n("CodeStarConnectionsClient", "GetResourceSyncStatusCommand")
|
|
14
|
-
.sc(GetResourceSyncStatus$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetResourceSyncStatusCommand extends command(_ep0, _mw0, "GetResourceSyncStatus", GetResourceSyncStatus$) {
|
|
16
4
|
}
|