@aws-sdk/client-tnb 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 +41 -333
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CancelSolNetworkOperationCommand.js +2 -14
- package/dist-es/commands/CreateSolFunctionPackageCommand.js +2 -14
- package/dist-es/commands/CreateSolNetworkInstanceCommand.js +2 -14
- package/dist-es/commands/CreateSolNetworkPackageCommand.js +2 -14
- package/dist-es/commands/DeleteSolFunctionPackageCommand.js +2 -14
- package/dist-es/commands/DeleteSolNetworkInstanceCommand.js +2 -14
- package/dist-es/commands/DeleteSolNetworkPackageCommand.js +2 -14
- package/dist-es/commands/GetSolFunctionInstanceCommand.js +2 -14
- package/dist-es/commands/GetSolFunctionPackageCommand.js +2 -14
- package/dist-es/commands/GetSolFunctionPackageContentCommand.js +2 -14
- package/dist-es/commands/GetSolFunctionPackageDescriptorCommand.js +2 -14
- package/dist-es/commands/GetSolNetworkInstanceCommand.js +2 -14
- package/dist-es/commands/GetSolNetworkOperationCommand.js +2 -14
- package/dist-es/commands/GetSolNetworkPackageCommand.js +2 -14
- package/dist-es/commands/GetSolNetworkPackageContentCommand.js +2 -14
- package/dist-es/commands/GetSolNetworkPackageDescriptorCommand.js +2 -14
- package/dist-es/commands/InstantiateSolNetworkInstanceCommand.js +2 -14
- package/dist-es/commands/ListSolFunctionInstancesCommand.js +2 -14
- package/dist-es/commands/ListSolFunctionPackagesCommand.js +2 -14
- package/dist-es/commands/ListSolNetworkInstancesCommand.js +2 -14
- package/dist-es/commands/ListSolNetworkOperationsCommand.js +2 -14
- package/dist-es/commands/ListSolNetworkPackagesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutSolFunctionPackageContentCommand.js +2 -14
- package/dist-es/commands/PutSolNetworkPackageContentCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/TerminateSolNetworkInstanceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateSolFunctionPackageCommand.js +2 -14
- package/dist-es/commands/UpdateSolNetworkInstanceCommand.js +2 -14
- package/dist-es/commands/UpdateSolNetworkPackageCommand.js +2 -14
- package/dist-es/commands/ValidateSolFunctionPackageContentCommand.js +2 -14
- package/dist-es/commands/ValidateSolNetworkPackageContentCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CancelSolNetworkOperationCommand.d.ts +3 -8
- package/dist-types/commands/CreateSolFunctionPackageCommand.d.ts +3 -8
- package/dist-types/commands/CreateSolNetworkInstanceCommand.d.ts +3 -8
- package/dist-types/commands/CreateSolNetworkPackageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSolFunctionPackageCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSolNetworkInstanceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSolNetworkPackageCommand.d.ts +3 -8
- package/dist-types/commands/GetSolFunctionInstanceCommand.d.ts +3 -8
- package/dist-types/commands/GetSolFunctionPackageCommand.d.ts +3 -8
- package/dist-types/commands/GetSolFunctionPackageContentCommand.d.ts +3 -8
- package/dist-types/commands/GetSolFunctionPackageDescriptorCommand.d.ts +3 -8
- package/dist-types/commands/GetSolNetworkInstanceCommand.d.ts +3 -8
- package/dist-types/commands/GetSolNetworkOperationCommand.d.ts +3 -8
- package/dist-types/commands/GetSolNetworkPackageCommand.d.ts +3 -8
- package/dist-types/commands/GetSolNetworkPackageContentCommand.d.ts +3 -8
- package/dist-types/commands/GetSolNetworkPackageDescriptorCommand.d.ts +3 -8
- package/dist-types/commands/InstantiateSolNetworkInstanceCommand.d.ts +3 -8
- package/dist-types/commands/ListSolFunctionInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListSolFunctionPackagesCommand.d.ts +3 -8
- package/dist-types/commands/ListSolNetworkInstancesCommand.d.ts +3 -8
- package/dist-types/commands/ListSolNetworkOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListSolNetworkPackagesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutSolFunctionPackageContentCommand.d.ts +3 -8
- package/dist-types/commands/PutSolNetworkPackageContentCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/TerminateSolNetworkInstanceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSolFunctionPackageCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSolNetworkInstanceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSolNetworkPackageCommand.d.ts +3 -8
- package/dist-types/commands/ValidateSolFunctionPackageContentCommand.d.ts +3 -8
- package/dist-types/commands/ValidateSolNetworkPackageContentCommand.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/CancelSolNetworkOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSolFunctionPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSolNetworkInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSolNetworkPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSolFunctionPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSolNetworkInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSolNetworkPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolFunctionInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolFunctionPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolFunctionPackageContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolFunctionPackageDescriptorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolNetworkInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolNetworkOperationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolNetworkPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolNetworkPackageContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSolNetworkPackageDescriptorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InstantiateSolNetworkInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolFunctionInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolFunctionPackagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolNetworkInstancesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolNetworkOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSolNetworkPackagesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSolFunctionPackageContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSolNetworkPackageContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TerminateSolNetworkInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSolFunctionPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSolNetworkInstanceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSolNetworkPackageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidateSolFunctionPackageContentCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ValidateSolNetworkPackageContentCommand.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
|
|
|
@@ -1257,400 +1258,107 @@ class TnbClient extends Client {
|
|
|
1257
1258
|
}
|
|
1258
1259
|
}
|
|
1259
1260
|
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
})
|
|
1266
|
-
.s("TNB", "CancelSolNetworkOperation", {})
|
|
1267
|
-
.n("TnbClient", "CancelSolNetworkOperationCommand")
|
|
1268
|
-
.sc(CancelSolNetworkOperation$)
|
|
1269
|
-
.build() {
|
|
1261
|
+
const command = makeBuilder(commonParams, "TNB", "TnbClient", getEndpointPlugin);
|
|
1262
|
+
const _ep0 = {};
|
|
1263
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1264
|
+
|
|
1265
|
+
class CancelSolNetworkOperationCommand extends command(_ep0, _mw0, "CancelSolNetworkOperation", CancelSolNetworkOperation$) {
|
|
1270
1266
|
}
|
|
1271
1267
|
|
|
1272
|
-
class CreateSolFunctionPackageCommand extends
|
|
1273
|
-
.classBuilder()
|
|
1274
|
-
.ep(commonParams)
|
|
1275
|
-
.m(function (Command, cs, config, o) {
|
|
1276
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1277
|
-
})
|
|
1278
|
-
.s("TNB", "CreateSolFunctionPackage", {})
|
|
1279
|
-
.n("TnbClient", "CreateSolFunctionPackageCommand")
|
|
1280
|
-
.sc(CreateSolFunctionPackage$)
|
|
1281
|
-
.build() {
|
|
1268
|
+
class CreateSolFunctionPackageCommand extends command(_ep0, _mw0, "CreateSolFunctionPackage", CreateSolFunctionPackage$) {
|
|
1282
1269
|
}
|
|
1283
1270
|
|
|
1284
|
-
class CreateSolNetworkInstanceCommand extends
|
|
1285
|
-
.classBuilder()
|
|
1286
|
-
.ep(commonParams)
|
|
1287
|
-
.m(function (Command, cs, config, o) {
|
|
1288
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1289
|
-
})
|
|
1290
|
-
.s("TNB", "CreateSolNetworkInstance", {})
|
|
1291
|
-
.n("TnbClient", "CreateSolNetworkInstanceCommand")
|
|
1292
|
-
.sc(CreateSolNetworkInstance$)
|
|
1293
|
-
.build() {
|
|
1271
|
+
class CreateSolNetworkInstanceCommand extends command(_ep0, _mw0, "CreateSolNetworkInstance", CreateSolNetworkInstance$) {
|
|
1294
1272
|
}
|
|
1295
1273
|
|
|
1296
|
-
class CreateSolNetworkPackageCommand extends
|
|
1297
|
-
.classBuilder()
|
|
1298
|
-
.ep(commonParams)
|
|
1299
|
-
.m(function (Command, cs, config, o) {
|
|
1300
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1301
|
-
})
|
|
1302
|
-
.s("TNB", "CreateSolNetworkPackage", {})
|
|
1303
|
-
.n("TnbClient", "CreateSolNetworkPackageCommand")
|
|
1304
|
-
.sc(CreateSolNetworkPackage$)
|
|
1305
|
-
.build() {
|
|
1274
|
+
class CreateSolNetworkPackageCommand extends command(_ep0, _mw0, "CreateSolNetworkPackage", CreateSolNetworkPackage$) {
|
|
1306
1275
|
}
|
|
1307
1276
|
|
|
1308
|
-
class DeleteSolFunctionPackageCommand extends
|
|
1309
|
-
.classBuilder()
|
|
1310
|
-
.ep(commonParams)
|
|
1311
|
-
.m(function (Command, cs, config, o) {
|
|
1312
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1313
|
-
})
|
|
1314
|
-
.s("TNB", "DeleteSolFunctionPackage", {})
|
|
1315
|
-
.n("TnbClient", "DeleteSolFunctionPackageCommand")
|
|
1316
|
-
.sc(DeleteSolFunctionPackage$)
|
|
1317
|
-
.build() {
|
|
1277
|
+
class DeleteSolFunctionPackageCommand extends command(_ep0, _mw0, "DeleteSolFunctionPackage", DeleteSolFunctionPackage$) {
|
|
1318
1278
|
}
|
|
1319
1279
|
|
|
1320
|
-
class DeleteSolNetworkInstanceCommand extends
|
|
1321
|
-
.classBuilder()
|
|
1322
|
-
.ep(commonParams)
|
|
1323
|
-
.m(function (Command, cs, config, o) {
|
|
1324
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1325
|
-
})
|
|
1326
|
-
.s("TNB", "DeleteSolNetworkInstance", {})
|
|
1327
|
-
.n("TnbClient", "DeleteSolNetworkInstanceCommand")
|
|
1328
|
-
.sc(DeleteSolNetworkInstance$)
|
|
1329
|
-
.build() {
|
|
1280
|
+
class DeleteSolNetworkInstanceCommand extends command(_ep0, _mw0, "DeleteSolNetworkInstance", DeleteSolNetworkInstance$) {
|
|
1330
1281
|
}
|
|
1331
1282
|
|
|
1332
|
-
class DeleteSolNetworkPackageCommand extends
|
|
1333
|
-
.classBuilder()
|
|
1334
|
-
.ep(commonParams)
|
|
1335
|
-
.m(function (Command, cs, config, o) {
|
|
1336
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1337
|
-
})
|
|
1338
|
-
.s("TNB", "DeleteSolNetworkPackage", {})
|
|
1339
|
-
.n("TnbClient", "DeleteSolNetworkPackageCommand")
|
|
1340
|
-
.sc(DeleteSolNetworkPackage$)
|
|
1341
|
-
.build() {
|
|
1283
|
+
class DeleteSolNetworkPackageCommand extends command(_ep0, _mw0, "DeleteSolNetworkPackage", DeleteSolNetworkPackage$) {
|
|
1342
1284
|
}
|
|
1343
1285
|
|
|
1344
|
-
class GetSolFunctionInstanceCommand extends
|
|
1345
|
-
.classBuilder()
|
|
1346
|
-
.ep(commonParams)
|
|
1347
|
-
.m(function (Command, cs, config, o) {
|
|
1348
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1349
|
-
})
|
|
1350
|
-
.s("TNB", "GetSolFunctionInstance", {})
|
|
1351
|
-
.n("TnbClient", "GetSolFunctionInstanceCommand")
|
|
1352
|
-
.sc(GetSolFunctionInstance$)
|
|
1353
|
-
.build() {
|
|
1286
|
+
class GetSolFunctionInstanceCommand extends command(_ep0, _mw0, "GetSolFunctionInstance", GetSolFunctionInstance$) {
|
|
1354
1287
|
}
|
|
1355
1288
|
|
|
1356
|
-
class GetSolFunctionPackageCommand extends
|
|
1357
|
-
.classBuilder()
|
|
1358
|
-
.ep(commonParams)
|
|
1359
|
-
.m(function (Command, cs, config, o) {
|
|
1360
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1361
|
-
})
|
|
1362
|
-
.s("TNB", "GetSolFunctionPackage", {})
|
|
1363
|
-
.n("TnbClient", "GetSolFunctionPackageCommand")
|
|
1364
|
-
.sc(GetSolFunctionPackage$)
|
|
1365
|
-
.build() {
|
|
1289
|
+
class GetSolFunctionPackageCommand extends command(_ep0, _mw0, "GetSolFunctionPackage", GetSolFunctionPackage$) {
|
|
1366
1290
|
}
|
|
1367
1291
|
|
|
1368
|
-
class GetSolFunctionPackageContentCommand extends
|
|
1369
|
-
.classBuilder()
|
|
1370
|
-
.ep(commonParams)
|
|
1371
|
-
.m(function (Command, cs, config, o) {
|
|
1372
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1373
|
-
})
|
|
1374
|
-
.s("TNB", "GetSolFunctionPackageContent", {})
|
|
1375
|
-
.n("TnbClient", "GetSolFunctionPackageContentCommand")
|
|
1376
|
-
.sc(GetSolFunctionPackageContent$)
|
|
1377
|
-
.build() {
|
|
1292
|
+
class GetSolFunctionPackageContentCommand extends command(_ep0, _mw0, "GetSolFunctionPackageContent", GetSolFunctionPackageContent$) {
|
|
1378
1293
|
}
|
|
1379
1294
|
|
|
1380
|
-
class GetSolFunctionPackageDescriptorCommand extends
|
|
1381
|
-
.classBuilder()
|
|
1382
|
-
.ep(commonParams)
|
|
1383
|
-
.m(function (Command, cs, config, o) {
|
|
1384
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1385
|
-
})
|
|
1386
|
-
.s("TNB", "GetSolFunctionPackageDescriptor", {})
|
|
1387
|
-
.n("TnbClient", "GetSolFunctionPackageDescriptorCommand")
|
|
1388
|
-
.sc(GetSolFunctionPackageDescriptor$)
|
|
1389
|
-
.build() {
|
|
1295
|
+
class GetSolFunctionPackageDescriptorCommand extends command(_ep0, _mw0, "GetSolFunctionPackageDescriptor", GetSolFunctionPackageDescriptor$) {
|
|
1390
1296
|
}
|
|
1391
1297
|
|
|
1392
|
-
class GetSolNetworkInstanceCommand extends
|
|
1393
|
-
.classBuilder()
|
|
1394
|
-
.ep(commonParams)
|
|
1395
|
-
.m(function (Command, cs, config, o) {
|
|
1396
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1397
|
-
})
|
|
1398
|
-
.s("TNB", "GetSolNetworkInstance", {})
|
|
1399
|
-
.n("TnbClient", "GetSolNetworkInstanceCommand")
|
|
1400
|
-
.sc(GetSolNetworkInstance$)
|
|
1401
|
-
.build() {
|
|
1298
|
+
class GetSolNetworkInstanceCommand extends command(_ep0, _mw0, "GetSolNetworkInstance", GetSolNetworkInstance$) {
|
|
1402
1299
|
}
|
|
1403
1300
|
|
|
1404
|
-
class GetSolNetworkOperationCommand extends
|
|
1405
|
-
.classBuilder()
|
|
1406
|
-
.ep(commonParams)
|
|
1407
|
-
.m(function (Command, cs, config, o) {
|
|
1408
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1409
|
-
})
|
|
1410
|
-
.s("TNB", "GetSolNetworkOperation", {})
|
|
1411
|
-
.n("TnbClient", "GetSolNetworkOperationCommand")
|
|
1412
|
-
.sc(GetSolNetworkOperation$)
|
|
1413
|
-
.build() {
|
|
1301
|
+
class GetSolNetworkOperationCommand extends command(_ep0, _mw0, "GetSolNetworkOperation", GetSolNetworkOperation$) {
|
|
1414
1302
|
}
|
|
1415
1303
|
|
|
1416
|
-
class GetSolNetworkPackageCommand extends
|
|
1417
|
-
.classBuilder()
|
|
1418
|
-
.ep(commonParams)
|
|
1419
|
-
.m(function (Command, cs, config, o) {
|
|
1420
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1421
|
-
})
|
|
1422
|
-
.s("TNB", "GetSolNetworkPackage", {})
|
|
1423
|
-
.n("TnbClient", "GetSolNetworkPackageCommand")
|
|
1424
|
-
.sc(GetSolNetworkPackage$)
|
|
1425
|
-
.build() {
|
|
1304
|
+
class GetSolNetworkPackageCommand extends command(_ep0, _mw0, "GetSolNetworkPackage", GetSolNetworkPackage$) {
|
|
1426
1305
|
}
|
|
1427
1306
|
|
|
1428
|
-
class GetSolNetworkPackageContentCommand extends
|
|
1429
|
-
.classBuilder()
|
|
1430
|
-
.ep(commonParams)
|
|
1431
|
-
.m(function (Command, cs, config, o) {
|
|
1432
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1433
|
-
})
|
|
1434
|
-
.s("TNB", "GetSolNetworkPackageContent", {})
|
|
1435
|
-
.n("TnbClient", "GetSolNetworkPackageContentCommand")
|
|
1436
|
-
.sc(GetSolNetworkPackageContent$)
|
|
1437
|
-
.build() {
|
|
1307
|
+
class GetSolNetworkPackageContentCommand extends command(_ep0, _mw0, "GetSolNetworkPackageContent", GetSolNetworkPackageContent$) {
|
|
1438
1308
|
}
|
|
1439
1309
|
|
|
1440
|
-
class GetSolNetworkPackageDescriptorCommand extends
|
|
1441
|
-
.classBuilder()
|
|
1442
|
-
.ep(commonParams)
|
|
1443
|
-
.m(function (Command, cs, config, o) {
|
|
1444
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1445
|
-
})
|
|
1446
|
-
.s("TNB", "GetSolNetworkPackageDescriptor", {})
|
|
1447
|
-
.n("TnbClient", "GetSolNetworkPackageDescriptorCommand")
|
|
1448
|
-
.sc(GetSolNetworkPackageDescriptor$)
|
|
1449
|
-
.build() {
|
|
1310
|
+
class GetSolNetworkPackageDescriptorCommand extends command(_ep0, _mw0, "GetSolNetworkPackageDescriptor", GetSolNetworkPackageDescriptor$) {
|
|
1450
1311
|
}
|
|
1451
1312
|
|
|
1452
|
-
class InstantiateSolNetworkInstanceCommand extends
|
|
1453
|
-
.classBuilder()
|
|
1454
|
-
.ep(commonParams)
|
|
1455
|
-
.m(function (Command, cs, config, o) {
|
|
1456
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1457
|
-
})
|
|
1458
|
-
.s("TNB", "InstantiateSolNetworkInstance", {})
|
|
1459
|
-
.n("TnbClient", "InstantiateSolNetworkInstanceCommand")
|
|
1460
|
-
.sc(InstantiateSolNetworkInstance$)
|
|
1461
|
-
.build() {
|
|
1313
|
+
class InstantiateSolNetworkInstanceCommand extends command(_ep0, _mw0, "InstantiateSolNetworkInstance", InstantiateSolNetworkInstance$) {
|
|
1462
1314
|
}
|
|
1463
1315
|
|
|
1464
|
-
class ListSolFunctionInstancesCommand extends
|
|
1465
|
-
.classBuilder()
|
|
1466
|
-
.ep(commonParams)
|
|
1467
|
-
.m(function (Command, cs, config, o) {
|
|
1468
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1469
|
-
})
|
|
1470
|
-
.s("TNB", "ListSolFunctionInstances", {})
|
|
1471
|
-
.n("TnbClient", "ListSolFunctionInstancesCommand")
|
|
1472
|
-
.sc(ListSolFunctionInstances$)
|
|
1473
|
-
.build() {
|
|
1316
|
+
class ListSolFunctionInstancesCommand extends command(_ep0, _mw0, "ListSolFunctionInstances", ListSolFunctionInstances$) {
|
|
1474
1317
|
}
|
|
1475
1318
|
|
|
1476
|
-
class ListSolFunctionPackagesCommand extends
|
|
1477
|
-
.classBuilder()
|
|
1478
|
-
.ep(commonParams)
|
|
1479
|
-
.m(function (Command, cs, config, o) {
|
|
1480
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1481
|
-
})
|
|
1482
|
-
.s("TNB", "ListSolFunctionPackages", {})
|
|
1483
|
-
.n("TnbClient", "ListSolFunctionPackagesCommand")
|
|
1484
|
-
.sc(ListSolFunctionPackages$)
|
|
1485
|
-
.build() {
|
|
1319
|
+
class ListSolFunctionPackagesCommand extends command(_ep0, _mw0, "ListSolFunctionPackages", ListSolFunctionPackages$) {
|
|
1486
1320
|
}
|
|
1487
1321
|
|
|
1488
|
-
class ListSolNetworkInstancesCommand extends
|
|
1489
|
-
.classBuilder()
|
|
1490
|
-
.ep(commonParams)
|
|
1491
|
-
.m(function (Command, cs, config, o) {
|
|
1492
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1493
|
-
})
|
|
1494
|
-
.s("TNB", "ListSolNetworkInstances", {})
|
|
1495
|
-
.n("TnbClient", "ListSolNetworkInstancesCommand")
|
|
1496
|
-
.sc(ListSolNetworkInstances$)
|
|
1497
|
-
.build() {
|
|
1322
|
+
class ListSolNetworkInstancesCommand extends command(_ep0, _mw0, "ListSolNetworkInstances", ListSolNetworkInstances$) {
|
|
1498
1323
|
}
|
|
1499
1324
|
|
|
1500
|
-
class ListSolNetworkOperationsCommand extends
|
|
1501
|
-
.classBuilder()
|
|
1502
|
-
.ep(commonParams)
|
|
1503
|
-
.m(function (Command, cs, config, o) {
|
|
1504
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1505
|
-
})
|
|
1506
|
-
.s("TNB", "ListSolNetworkOperations", {})
|
|
1507
|
-
.n("TnbClient", "ListSolNetworkOperationsCommand")
|
|
1508
|
-
.sc(ListSolNetworkOperations$)
|
|
1509
|
-
.build() {
|
|
1325
|
+
class ListSolNetworkOperationsCommand extends command(_ep0, _mw0, "ListSolNetworkOperations", ListSolNetworkOperations$) {
|
|
1510
1326
|
}
|
|
1511
1327
|
|
|
1512
|
-
class ListSolNetworkPackagesCommand extends
|
|
1513
|
-
.classBuilder()
|
|
1514
|
-
.ep(commonParams)
|
|
1515
|
-
.m(function (Command, cs, config, o) {
|
|
1516
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1517
|
-
})
|
|
1518
|
-
.s("TNB", "ListSolNetworkPackages", {})
|
|
1519
|
-
.n("TnbClient", "ListSolNetworkPackagesCommand")
|
|
1520
|
-
.sc(ListSolNetworkPackages$)
|
|
1521
|
-
.build() {
|
|
1328
|
+
class ListSolNetworkPackagesCommand extends command(_ep0, _mw0, "ListSolNetworkPackages", ListSolNetworkPackages$) {
|
|
1522
1329
|
}
|
|
1523
1330
|
|
|
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("TNB", "ListTagsForResource", {})
|
|
1531
|
-
.n("TnbClient", "ListTagsForResourceCommand")
|
|
1532
|
-
.sc(ListTagsForResource$)
|
|
1533
|
-
.build() {
|
|
1331
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1534
1332
|
}
|
|
1535
1333
|
|
|
1536
|
-
class PutSolFunctionPackageContentCommand extends
|
|
1537
|
-
.classBuilder()
|
|
1538
|
-
.ep(commonParams)
|
|
1539
|
-
.m(function (Command, cs, config, o) {
|
|
1540
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1541
|
-
})
|
|
1542
|
-
.s("TNB", "PutSolFunctionPackageContent", {})
|
|
1543
|
-
.n("TnbClient", "PutSolFunctionPackageContentCommand")
|
|
1544
|
-
.sc(PutSolFunctionPackageContent$)
|
|
1545
|
-
.build() {
|
|
1334
|
+
class PutSolFunctionPackageContentCommand extends command(_ep0, _mw0, "PutSolFunctionPackageContent", PutSolFunctionPackageContent$) {
|
|
1546
1335
|
}
|
|
1547
1336
|
|
|
1548
|
-
class PutSolNetworkPackageContentCommand extends
|
|
1549
|
-
.classBuilder()
|
|
1550
|
-
.ep(commonParams)
|
|
1551
|
-
.m(function (Command, cs, config, o) {
|
|
1552
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1553
|
-
})
|
|
1554
|
-
.s("TNB", "PutSolNetworkPackageContent", {})
|
|
1555
|
-
.n("TnbClient", "PutSolNetworkPackageContentCommand")
|
|
1556
|
-
.sc(PutSolNetworkPackageContent$)
|
|
1557
|
-
.build() {
|
|
1337
|
+
class PutSolNetworkPackageContentCommand extends command(_ep0, _mw0, "PutSolNetworkPackageContent", PutSolNetworkPackageContent$) {
|
|
1558
1338
|
}
|
|
1559
1339
|
|
|
1560
|
-
class TagResourceCommand extends
|
|
1561
|
-
.classBuilder()
|
|
1562
|
-
.ep(commonParams)
|
|
1563
|
-
.m(function (Command, cs, config, o) {
|
|
1564
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1565
|
-
})
|
|
1566
|
-
.s("TNB", "TagResource", {})
|
|
1567
|
-
.n("TnbClient", "TagResourceCommand")
|
|
1568
|
-
.sc(TagResource$)
|
|
1569
|
-
.build() {
|
|
1340
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1570
1341
|
}
|
|
1571
1342
|
|
|
1572
|
-
class TerminateSolNetworkInstanceCommand extends
|
|
1573
|
-
.classBuilder()
|
|
1574
|
-
.ep(commonParams)
|
|
1575
|
-
.m(function (Command, cs, config, o) {
|
|
1576
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1577
|
-
})
|
|
1578
|
-
.s("TNB", "TerminateSolNetworkInstance", {})
|
|
1579
|
-
.n("TnbClient", "TerminateSolNetworkInstanceCommand")
|
|
1580
|
-
.sc(TerminateSolNetworkInstance$)
|
|
1581
|
-
.build() {
|
|
1343
|
+
class TerminateSolNetworkInstanceCommand extends command(_ep0, _mw0, "TerminateSolNetworkInstance", TerminateSolNetworkInstance$) {
|
|
1582
1344
|
}
|
|
1583
1345
|
|
|
1584
|
-
class UntagResourceCommand extends
|
|
1585
|
-
.classBuilder()
|
|
1586
|
-
.ep(commonParams)
|
|
1587
|
-
.m(function (Command, cs, config, o) {
|
|
1588
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1589
|
-
})
|
|
1590
|
-
.s("TNB", "UntagResource", {})
|
|
1591
|
-
.n("TnbClient", "UntagResourceCommand")
|
|
1592
|
-
.sc(UntagResource$)
|
|
1593
|
-
.build() {
|
|
1346
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1594
1347
|
}
|
|
1595
1348
|
|
|
1596
|
-
class UpdateSolFunctionPackageCommand extends
|
|
1597
|
-
.classBuilder()
|
|
1598
|
-
.ep(commonParams)
|
|
1599
|
-
.m(function (Command, cs, config, o) {
|
|
1600
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1601
|
-
})
|
|
1602
|
-
.s("TNB", "UpdateSolFunctionPackage", {})
|
|
1603
|
-
.n("TnbClient", "UpdateSolFunctionPackageCommand")
|
|
1604
|
-
.sc(UpdateSolFunctionPackage$)
|
|
1605
|
-
.build() {
|
|
1349
|
+
class UpdateSolFunctionPackageCommand extends command(_ep0, _mw0, "UpdateSolFunctionPackage", UpdateSolFunctionPackage$) {
|
|
1606
1350
|
}
|
|
1607
1351
|
|
|
1608
|
-
class UpdateSolNetworkInstanceCommand extends
|
|
1609
|
-
.classBuilder()
|
|
1610
|
-
.ep(commonParams)
|
|
1611
|
-
.m(function (Command, cs, config, o) {
|
|
1612
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1613
|
-
})
|
|
1614
|
-
.s("TNB", "UpdateSolNetworkInstance", {})
|
|
1615
|
-
.n("TnbClient", "UpdateSolNetworkInstanceCommand")
|
|
1616
|
-
.sc(UpdateSolNetworkInstance$)
|
|
1617
|
-
.build() {
|
|
1352
|
+
class UpdateSolNetworkInstanceCommand extends command(_ep0, _mw0, "UpdateSolNetworkInstance", UpdateSolNetworkInstance$) {
|
|
1618
1353
|
}
|
|
1619
1354
|
|
|
1620
|
-
class UpdateSolNetworkPackageCommand extends
|
|
1621
|
-
.classBuilder()
|
|
1622
|
-
.ep(commonParams)
|
|
1623
|
-
.m(function (Command, cs, config, o) {
|
|
1624
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1625
|
-
})
|
|
1626
|
-
.s("TNB", "UpdateSolNetworkPackage", {})
|
|
1627
|
-
.n("TnbClient", "UpdateSolNetworkPackageCommand")
|
|
1628
|
-
.sc(UpdateSolNetworkPackage$)
|
|
1629
|
-
.build() {
|
|
1355
|
+
class UpdateSolNetworkPackageCommand extends command(_ep0, _mw0, "UpdateSolNetworkPackage", UpdateSolNetworkPackage$) {
|
|
1630
1356
|
}
|
|
1631
1357
|
|
|
1632
|
-
class ValidateSolFunctionPackageContentCommand extends
|
|
1633
|
-
.classBuilder()
|
|
1634
|
-
.ep(commonParams)
|
|
1635
|
-
.m(function (Command, cs, config, o) {
|
|
1636
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1637
|
-
})
|
|
1638
|
-
.s("TNB", "ValidateSolFunctionPackageContent", {})
|
|
1639
|
-
.n("TnbClient", "ValidateSolFunctionPackageContentCommand")
|
|
1640
|
-
.sc(ValidateSolFunctionPackageContent$)
|
|
1641
|
-
.build() {
|
|
1358
|
+
class ValidateSolFunctionPackageContentCommand extends command(_ep0, _mw0, "ValidateSolFunctionPackageContent", ValidateSolFunctionPackageContent$) {
|
|
1642
1359
|
}
|
|
1643
1360
|
|
|
1644
|
-
class ValidateSolNetworkPackageContentCommand extends
|
|
1645
|
-
.classBuilder()
|
|
1646
|
-
.ep(commonParams)
|
|
1647
|
-
.m(function (Command, cs, config, o) {
|
|
1648
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1649
|
-
})
|
|
1650
|
-
.s("TNB", "ValidateSolNetworkPackageContent", {})
|
|
1651
|
-
.n("TnbClient", "ValidateSolNetworkPackageContentCommand")
|
|
1652
|
-
.sc(ValidateSolNetworkPackageContent$)
|
|
1653
|
-
.build() {
|
|
1361
|
+
class ValidateSolNetworkPackageContentCommand extends command(_ep0, _mw0, "ValidateSolNetworkPackageContent", ValidateSolNetworkPackageContent$) {
|
|
1654
1362
|
}
|
|
1655
1363
|
|
|
1656
1364
|
const paginateListSolFunctionInstances = createPaginator(TnbClient, ListSolFunctionInstancesCommand, "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, "TNB", "TnbClient", 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 { CancelSolNetworkOperation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CancelSolNetworkOperationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("TNB", "CancelSolNetworkOperation", {})
|
|
13
|
-
.n("TnbClient", "CancelSolNetworkOperationCommand")
|
|
14
|
-
.sc(CancelSolNetworkOperation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CancelSolNetworkOperationCommand extends command(_ep0, _mw0, "CancelSolNetworkOperation", CancelSolNetworkOperation$) {
|
|
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 { CreateSolFunctionPackage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSolFunctionPackageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("TNB", "CreateSolFunctionPackage", {})
|
|
13
|
-
.n("TnbClient", "CreateSolFunctionPackageCommand")
|
|
14
|
-
.sc(CreateSolFunctionPackage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSolFunctionPackageCommand extends command(_ep0, _mw0, "CreateSolFunctionPackage", CreateSolFunctionPackage$) {
|
|
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 { CreateSolNetworkInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSolNetworkInstanceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("TNB", "CreateSolNetworkInstance", {})
|
|
13
|
-
.n("TnbClient", "CreateSolNetworkInstanceCommand")
|
|
14
|
-
.sc(CreateSolNetworkInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSolNetworkInstanceCommand extends command(_ep0, _mw0, "CreateSolNetworkInstance", CreateSolNetworkInstance$) {
|
|
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 { CreateSolNetworkPackage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateSolNetworkPackageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("TNB", "CreateSolNetworkPackage", {})
|
|
13
|
-
.n("TnbClient", "CreateSolNetworkPackageCommand")
|
|
14
|
-
.sc(CreateSolNetworkPackage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateSolNetworkPackageCommand extends command(_ep0, _mw0, "CreateSolNetworkPackage", CreateSolNetworkPackage$) {
|
|
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 { DeleteSolFunctionPackage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSolFunctionPackageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("TNB", "DeleteSolFunctionPackage", {})
|
|
13
|
-
.n("TnbClient", "DeleteSolFunctionPackageCommand")
|
|
14
|
-
.sc(DeleteSolFunctionPackage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSolFunctionPackageCommand extends command(_ep0, _mw0, "DeleteSolFunctionPackage", DeleteSolFunctionPackage$) {
|
|
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 { DeleteSolNetworkInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSolNetworkInstanceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("TNB", "DeleteSolNetworkInstance", {})
|
|
13
|
-
.n("TnbClient", "DeleteSolNetworkInstanceCommand")
|
|
14
|
-
.sc(DeleteSolNetworkInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSolNetworkInstanceCommand extends command(_ep0, _mw0, "DeleteSolNetworkInstance", DeleteSolNetworkInstance$) {
|
|
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 { DeleteSolNetworkPackage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteSolNetworkPackageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("TNB", "DeleteSolNetworkPackage", {})
|
|
13
|
-
.n("TnbClient", "DeleteSolNetworkPackageCommand")
|
|
14
|
-
.sc(DeleteSolNetworkPackage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteSolNetworkPackageCommand extends command(_ep0, _mw0, "DeleteSolNetworkPackage", DeleteSolNetworkPackage$) {
|
|
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 { GetSolFunctionInstance$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSolFunctionInstanceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("TNB", "GetSolFunctionInstance", {})
|
|
13
|
-
.n("TnbClient", "GetSolFunctionInstanceCommand")
|
|
14
|
-
.sc(GetSolFunctionInstance$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSolFunctionInstanceCommand extends command(_ep0, _mw0, "GetSolFunctionInstance", GetSolFunctionInstance$) {
|
|
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 { GetSolFunctionPackage$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSolFunctionPackageCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("TNB", "GetSolFunctionPackage", {})
|
|
13
|
-
.n("TnbClient", "GetSolFunctionPackageCommand")
|
|
14
|
-
.sc(GetSolFunctionPackage$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSolFunctionPackageCommand extends command(_ep0, _mw0, "GetSolFunctionPackage", GetSolFunctionPackage$) {
|
|
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 { GetSolFunctionPackageContent$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSolFunctionPackageContentCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("TNB", "GetSolFunctionPackageContent", {})
|
|
13
|
-
.n("TnbClient", "GetSolFunctionPackageContentCommand")
|
|
14
|
-
.sc(GetSolFunctionPackageContent$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSolFunctionPackageContentCommand extends command(_ep0, _mw0, "GetSolFunctionPackageContent", GetSolFunctionPackageContent$) {
|
|
16
4
|
}
|