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