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