@aws-sdk/client-codeconnections 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +38 -275
- 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-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -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/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.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/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
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");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_0Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultCodeConnectionsHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1161,6 +1163,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1161
1163
|
serviceTarget: "CodeConnections_20231201",
|
|
1162
1164
|
},
|
|
1163
1165
|
serviceId: config?.serviceId ?? "CodeConnections",
|
|
1166
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1164
1167
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1165
1168
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1166
1169
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1194,7 +1197,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1194
1197
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1195
1198
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1196
1199
|
}, config),
|
|
1197
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1198
1200
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1199
1201
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1200
1202
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1282,328 +1284,89 @@ class CodeConnectionsClient extends Client {
|
|
|
1282
1284
|
}
|
|
1283
1285
|
}
|
|
1284
1286
|
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
})
|
|
1291
|
-
.s("CodeConnections_20231201", "CreateConnection", {})
|
|
1292
|
-
.n("CodeConnectionsClient", "CreateConnectionCommand")
|
|
1293
|
-
.sc(CreateConnection$)
|
|
1294
|
-
.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$) {
|
|
1295
1292
|
}
|
|
1296
1293
|
|
|
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("CodeConnections_20231201", "CreateHost", {})
|
|
1304
|
-
.n("CodeConnectionsClient", "CreateHostCommand")
|
|
1305
|
-
.sc(CreateHost$)
|
|
1306
|
-
.build() {
|
|
1294
|
+
class CreateHostCommand extends command(_ep0, _mw0, "CreateHost", CreateHost$) {
|
|
1307
1295
|
}
|
|
1308
1296
|
|
|
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("CodeConnections_20231201", "CreateRepositoryLink", {})
|
|
1316
|
-
.n("CodeConnectionsClient", "CreateRepositoryLinkCommand")
|
|
1317
|
-
.sc(CreateRepositoryLink$)
|
|
1318
|
-
.build() {
|
|
1297
|
+
class CreateRepositoryLinkCommand extends command(_ep0, _mw0, "CreateRepositoryLink", CreateRepositoryLink$) {
|
|
1319
1298
|
}
|
|
1320
1299
|
|
|
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("CodeConnections_20231201", "CreateSyncConfiguration", {})
|
|
1328
|
-
.n("CodeConnectionsClient", "CreateSyncConfigurationCommand")
|
|
1329
|
-
.sc(CreateSyncConfiguration$)
|
|
1330
|
-
.build() {
|
|
1300
|
+
class CreateSyncConfigurationCommand extends command(_ep0, _mw0, "CreateSyncConfiguration", CreateSyncConfiguration$) {
|
|
1331
1301
|
}
|
|
1332
1302
|
|
|
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("CodeConnections_20231201", "DeleteConnection", {})
|
|
1340
|
-
.n("CodeConnectionsClient", "DeleteConnectionCommand")
|
|
1341
|
-
.sc(DeleteConnection$)
|
|
1342
|
-
.build() {
|
|
1303
|
+
class DeleteConnectionCommand extends command(_ep0, _mw0, "DeleteConnection", DeleteConnection$) {
|
|
1343
1304
|
}
|
|
1344
1305
|
|
|
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("CodeConnections_20231201", "DeleteHost", {})
|
|
1352
|
-
.n("CodeConnectionsClient", "DeleteHostCommand")
|
|
1353
|
-
.sc(DeleteHost$)
|
|
1354
|
-
.build() {
|
|
1306
|
+
class DeleteHostCommand extends command(_ep0, _mw0, "DeleteHost", DeleteHost$) {
|
|
1355
1307
|
}
|
|
1356
1308
|
|
|
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("CodeConnections_20231201", "DeleteRepositoryLink", {})
|
|
1364
|
-
.n("CodeConnectionsClient", "DeleteRepositoryLinkCommand")
|
|
1365
|
-
.sc(DeleteRepositoryLink$)
|
|
1366
|
-
.build() {
|
|
1309
|
+
class DeleteRepositoryLinkCommand extends command(_ep0, _mw0, "DeleteRepositoryLink", DeleteRepositoryLink$) {
|
|
1367
1310
|
}
|
|
1368
1311
|
|
|
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("CodeConnections_20231201", "DeleteSyncConfiguration", {})
|
|
1376
|
-
.n("CodeConnectionsClient", "DeleteSyncConfigurationCommand")
|
|
1377
|
-
.sc(DeleteSyncConfiguration$)
|
|
1378
|
-
.build() {
|
|
1312
|
+
class DeleteSyncConfigurationCommand extends command(_ep0, _mw0, "DeleteSyncConfiguration", DeleteSyncConfiguration$) {
|
|
1379
1313
|
}
|
|
1380
1314
|
|
|
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("CodeConnections_20231201", "GetConnection", {})
|
|
1388
|
-
.n("CodeConnectionsClient", "GetConnectionCommand")
|
|
1389
|
-
.sc(GetConnection$)
|
|
1390
|
-
.build() {
|
|
1315
|
+
class GetConnectionCommand extends command(_ep0, _mw0, "GetConnection", GetConnection$) {
|
|
1391
1316
|
}
|
|
1392
1317
|
|
|
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("CodeConnections_20231201", "GetHost", {})
|
|
1400
|
-
.n("CodeConnectionsClient", "GetHostCommand")
|
|
1401
|
-
.sc(GetHost$)
|
|
1402
|
-
.build() {
|
|
1318
|
+
class GetHostCommand extends command(_ep0, _mw0, "GetHost", GetHost$) {
|
|
1403
1319
|
}
|
|
1404
1320
|
|
|
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("CodeConnections_20231201", "GetRepositoryLink", {})
|
|
1412
|
-
.n("CodeConnectionsClient", "GetRepositoryLinkCommand")
|
|
1413
|
-
.sc(GetRepositoryLink$)
|
|
1414
|
-
.build() {
|
|
1321
|
+
class GetRepositoryLinkCommand extends command(_ep0, _mw0, "GetRepositoryLink", GetRepositoryLink$) {
|
|
1415
1322
|
}
|
|
1416
1323
|
|
|
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("CodeConnections_20231201", "GetRepositorySyncStatus", {})
|
|
1424
|
-
.n("CodeConnectionsClient", "GetRepositorySyncStatusCommand")
|
|
1425
|
-
.sc(GetRepositorySyncStatus$)
|
|
1426
|
-
.build() {
|
|
1324
|
+
class GetRepositorySyncStatusCommand extends command(_ep0, _mw0, "GetRepositorySyncStatus", GetRepositorySyncStatus$) {
|
|
1427
1325
|
}
|
|
1428
1326
|
|
|
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("CodeConnections_20231201", "GetResourceSyncStatus", {})
|
|
1436
|
-
.n("CodeConnectionsClient", "GetResourceSyncStatusCommand")
|
|
1437
|
-
.sc(GetResourceSyncStatus$)
|
|
1438
|
-
.build() {
|
|
1327
|
+
class GetResourceSyncStatusCommand extends command(_ep0, _mw0, "GetResourceSyncStatus", GetResourceSyncStatus$) {
|
|
1439
1328
|
}
|
|
1440
1329
|
|
|
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("CodeConnections_20231201", "GetSyncBlockerSummary", {})
|
|
1448
|
-
.n("CodeConnectionsClient", "GetSyncBlockerSummaryCommand")
|
|
1449
|
-
.sc(GetSyncBlockerSummary$)
|
|
1450
|
-
.build() {
|
|
1330
|
+
class GetSyncBlockerSummaryCommand extends command(_ep0, _mw0, "GetSyncBlockerSummary", GetSyncBlockerSummary$) {
|
|
1451
1331
|
}
|
|
1452
1332
|
|
|
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("CodeConnections_20231201", "GetSyncConfiguration", {})
|
|
1460
|
-
.n("CodeConnectionsClient", "GetSyncConfigurationCommand")
|
|
1461
|
-
.sc(GetSyncConfiguration$)
|
|
1462
|
-
.build() {
|
|
1333
|
+
class GetSyncConfigurationCommand extends command(_ep0, _mw0, "GetSyncConfiguration", GetSyncConfiguration$) {
|
|
1463
1334
|
}
|
|
1464
1335
|
|
|
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("CodeConnections_20231201", "ListConnections", {})
|
|
1472
|
-
.n("CodeConnectionsClient", "ListConnectionsCommand")
|
|
1473
|
-
.sc(ListConnections$)
|
|
1474
|
-
.build() {
|
|
1336
|
+
class ListConnectionsCommand extends command(_ep0, _mw0, "ListConnections", ListConnections$) {
|
|
1475
1337
|
}
|
|
1476
1338
|
|
|
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("CodeConnections_20231201", "ListHosts", {})
|
|
1484
|
-
.n("CodeConnectionsClient", "ListHostsCommand")
|
|
1485
|
-
.sc(ListHosts$)
|
|
1486
|
-
.build() {
|
|
1339
|
+
class ListHostsCommand extends command(_ep0, _mw0, "ListHosts", ListHosts$) {
|
|
1487
1340
|
}
|
|
1488
1341
|
|
|
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("CodeConnections_20231201", "ListRepositoryLinks", {})
|
|
1496
|
-
.n("CodeConnectionsClient", "ListRepositoryLinksCommand")
|
|
1497
|
-
.sc(ListRepositoryLinks$)
|
|
1498
|
-
.build() {
|
|
1342
|
+
class ListRepositoryLinksCommand extends command(_ep0, _mw0, "ListRepositoryLinks", ListRepositoryLinks$) {
|
|
1499
1343
|
}
|
|
1500
1344
|
|
|
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("CodeConnections_20231201", "ListRepositorySyncDefinitions", {})
|
|
1508
|
-
.n("CodeConnectionsClient", "ListRepositorySyncDefinitionsCommand")
|
|
1509
|
-
.sc(ListRepositorySyncDefinitions$)
|
|
1510
|
-
.build() {
|
|
1345
|
+
class ListRepositorySyncDefinitionsCommand extends command(_ep0, _mw0, "ListRepositorySyncDefinitions", ListRepositorySyncDefinitions$) {
|
|
1511
1346
|
}
|
|
1512
1347
|
|
|
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("CodeConnections_20231201", "ListSyncConfigurations", {})
|
|
1520
|
-
.n("CodeConnectionsClient", "ListSyncConfigurationsCommand")
|
|
1521
|
-
.sc(ListSyncConfigurations$)
|
|
1522
|
-
.build() {
|
|
1348
|
+
class ListSyncConfigurationsCommand extends command(_ep0, _mw0, "ListSyncConfigurations", ListSyncConfigurations$) {
|
|
1523
1349
|
}
|
|
1524
1350
|
|
|
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("CodeConnections_20231201", "ListTagsForResource", {})
|
|
1532
|
-
.n("CodeConnectionsClient", "ListTagsForResourceCommand")
|
|
1533
|
-
.sc(ListTagsForResource$)
|
|
1534
|
-
.build() {
|
|
1351
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1535
1352
|
}
|
|
1536
1353
|
|
|
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("CodeConnections_20231201", "TagResource", {})
|
|
1544
|
-
.n("CodeConnectionsClient", "TagResourceCommand")
|
|
1545
|
-
.sc(TagResource$)
|
|
1546
|
-
.build() {
|
|
1354
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1547
1355
|
}
|
|
1548
1356
|
|
|
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("CodeConnections_20231201", "UntagResource", {})
|
|
1556
|
-
.n("CodeConnectionsClient", "UntagResourceCommand")
|
|
1557
|
-
.sc(UntagResource$)
|
|
1558
|
-
.build() {
|
|
1357
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1559
1358
|
}
|
|
1560
1359
|
|
|
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("CodeConnections_20231201", "UpdateHost", {})
|
|
1568
|
-
.n("CodeConnectionsClient", "UpdateHostCommand")
|
|
1569
|
-
.sc(UpdateHost$)
|
|
1570
|
-
.build() {
|
|
1360
|
+
class UpdateHostCommand extends command(_ep0, _mw0, "UpdateHost", UpdateHost$) {
|
|
1571
1361
|
}
|
|
1572
1362
|
|
|
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("CodeConnections_20231201", "UpdateRepositoryLink", {})
|
|
1580
|
-
.n("CodeConnectionsClient", "UpdateRepositoryLinkCommand")
|
|
1581
|
-
.sc(UpdateRepositoryLink$)
|
|
1582
|
-
.build() {
|
|
1363
|
+
class UpdateRepositoryLinkCommand extends command(_ep0, _mw0, "UpdateRepositoryLink", UpdateRepositoryLink$) {
|
|
1583
1364
|
}
|
|
1584
1365
|
|
|
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("CodeConnections_20231201", "UpdateSyncBlocker", {})
|
|
1592
|
-
.n("CodeConnectionsClient", "UpdateSyncBlockerCommand")
|
|
1593
|
-
.sc(UpdateSyncBlocker$)
|
|
1594
|
-
.build() {
|
|
1366
|
+
class UpdateSyncBlockerCommand extends command(_ep0, _mw0, "UpdateSyncBlocker", UpdateSyncBlocker$) {
|
|
1595
1367
|
}
|
|
1596
1368
|
|
|
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("CodeConnections_20231201", "UpdateSyncConfiguration", {})
|
|
1604
|
-
.n("CodeConnectionsClient", "UpdateSyncConfigurationCommand")
|
|
1605
|
-
.sc(UpdateSyncConfiguration$)
|
|
1606
|
-
.build() {
|
|
1369
|
+
class UpdateSyncConfigurationCommand extends command(_ep0, _mw0, "UpdateSyncConfiguration", UpdateSyncConfiguration$) {
|
|
1607
1370
|
}
|
|
1608
1371
|
|
|
1609
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
|
}
|