@aws-sdk/client-rtbfabric 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 +47 -365
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptLinkCommand.js +2 -14
- package/dist-es/commands/AssociateCertificateCommand.js +2 -14
- package/dist-es/commands/CreateInboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/CreateLinkCommand.js +2 -14
- package/dist-es/commands/CreateLinkRoutingRuleCommand.js +2 -14
- package/dist-es/commands/CreateOutboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/CreateRequesterGatewayCommand.js +2 -14
- package/dist-es/commands/CreateResponderGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteInboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/DeleteLinkCommand.js +2 -14
- package/dist-es/commands/DeleteLinkRoutingRuleCommand.js +2 -14
- package/dist-es/commands/DeleteOutboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/DeleteRequesterGatewayCommand.js +2 -14
- package/dist-es/commands/DeleteResponderGatewayCommand.js +2 -14
- package/dist-es/commands/DisassociateCertificateCommand.js +2 -14
- package/dist-es/commands/GetCertificateAssociationCommand.js +2 -14
- package/dist-es/commands/GetInboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/GetLinkCommand.js +2 -14
- package/dist-es/commands/GetLinkRoutingRuleCommand.js +2 -14
- package/dist-es/commands/GetOutboundExternalLinkCommand.js +2 -14
- package/dist-es/commands/GetRequesterGatewayCommand.js +2 -14
- package/dist-es/commands/GetResponderGatewayCommand.js +2 -14
- package/dist-es/commands/ListCertificateAssociationsCommand.js +2 -14
- package/dist-es/commands/ListLinkRoutingRulesCommand.js +2 -14
- package/dist-es/commands/ListLinksCommand.js +2 -14
- package/dist-es/commands/ListRequesterGatewaysCommand.js +2 -14
- package/dist-es/commands/ListResponderGatewaysCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/RejectLinkCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateLinkCommand.js +2 -14
- package/dist-es/commands/UpdateLinkModuleFlowCommand.js +2 -14
- package/dist-es/commands/UpdateLinkRoutingRuleCommand.js +2 -14
- package/dist-es/commands/UpdateRequesterGatewayCommand.js +2 -14
- package/dist-es/commands/UpdateResponderGatewayCommand.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/AcceptLinkCommand.d.ts +3 -8
- package/dist-types/commands/AssociateCertificateCommand.d.ts +3 -8
- package/dist-types/commands/CreateInboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/CreateLinkCommand.d.ts +3 -8
- package/dist-types/commands/CreateLinkRoutingRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateOutboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/CreateRequesterGatewayCommand.d.ts +3 -8
- package/dist-types/commands/CreateResponderGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteInboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLinkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLinkRoutingRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteOutboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRequesterGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResponderGatewayCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +3 -8
- package/dist-types/commands/GetCertificateAssociationCommand.d.ts +3 -8
- package/dist-types/commands/GetInboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/GetLinkCommand.d.ts +3 -8
- package/dist-types/commands/GetLinkRoutingRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetOutboundExternalLinkCommand.d.ts +3 -8
- package/dist-types/commands/GetRequesterGatewayCommand.d.ts +3 -8
- package/dist-types/commands/GetResponderGatewayCommand.d.ts +3 -8
- package/dist-types/commands/ListCertificateAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListLinkRoutingRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListLinksCommand.d.ts +3 -8
- package/dist-types/commands/ListRequesterGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/ListResponderGatewaysCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/RejectLinkCommand.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/UpdateLinkCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLinkModuleFlowCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLinkRoutingRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRequesterGatewayCommand.d.ts +3 -8
- package/dist-types/commands/UpdateResponderGatewayCommand.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/AcceptLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateInboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLinkRoutingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateOutboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRequesterGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResponderGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteInboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLinkRoutingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteOutboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRequesterGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResponderGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetCertificateAssociationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetInboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLinkRoutingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetOutboundExternalLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRequesterGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResponderGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListCertificateAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLinkRoutingRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLinksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRequesterGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResponderGatewaysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectLinkCommand.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/UpdateLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLinkModuleFlowCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLinkRoutingRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRequesterGatewayCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateResponderGatewayCommand.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, createWaiter, checkExceptions, WaiterState, 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 { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultRTBFabricHttpAuthSchemeParametersProvider = 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
|
|
|
@@ -1183,6 +1185,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1183
1185
|
serviceTarget: "RTBFabric",
|
|
1184
1186
|
},
|
|
1185
1187
|
serviceId: config?.serviceId ?? "RTBFabric",
|
|
1188
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1186
1189
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1187
1190
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1188
1191
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1216,7 +1219,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1216
1219
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1217
1220
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1218
1221
|
}, config),
|
|
1219
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1220
1222
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1221
1223
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1222
1224
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1304,436 +1306,116 @@ class RTBFabricClient extends Client {
|
|
|
1304
1306
|
}
|
|
1305
1307
|
}
|
|
1306
1308
|
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
})
|
|
1313
|
-
.s("RTBFabric", "AcceptLink", {})
|
|
1314
|
-
.n("RTBFabricClient", "AcceptLinkCommand")
|
|
1315
|
-
.sc(AcceptLink$)
|
|
1316
|
-
.build() {
|
|
1309
|
+
const command = makeBuilder(commonParams, "RTBFabric", "RTBFabricClient", getEndpointPlugin);
|
|
1310
|
+
const _ep0 = {};
|
|
1311
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1312
|
+
|
|
1313
|
+
class AcceptLinkCommand extends command(_ep0, _mw0, "AcceptLink", AcceptLink$) {
|
|
1317
1314
|
}
|
|
1318
1315
|
|
|
1319
|
-
class AssociateCertificateCommand extends
|
|
1320
|
-
.classBuilder()
|
|
1321
|
-
.ep(commonParams)
|
|
1322
|
-
.m(function (Command, cs, config, o) {
|
|
1323
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1324
|
-
})
|
|
1325
|
-
.s("RTBFabric", "AssociateCertificate", {})
|
|
1326
|
-
.n("RTBFabricClient", "AssociateCertificateCommand")
|
|
1327
|
-
.sc(AssociateCertificate$)
|
|
1328
|
-
.build() {
|
|
1316
|
+
class AssociateCertificateCommand extends command(_ep0, _mw0, "AssociateCertificate", AssociateCertificate$) {
|
|
1329
1317
|
}
|
|
1330
1318
|
|
|
1331
|
-
class CreateInboundExternalLinkCommand extends
|
|
1332
|
-
.classBuilder()
|
|
1333
|
-
.ep(commonParams)
|
|
1334
|
-
.m(function (Command, cs, config, o) {
|
|
1335
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1336
|
-
})
|
|
1337
|
-
.s("RTBFabric", "CreateInboundExternalLink", {})
|
|
1338
|
-
.n("RTBFabricClient", "CreateInboundExternalLinkCommand")
|
|
1339
|
-
.sc(CreateInboundExternalLink$)
|
|
1340
|
-
.build() {
|
|
1319
|
+
class CreateInboundExternalLinkCommand extends command(_ep0, _mw0, "CreateInboundExternalLink", CreateInboundExternalLink$) {
|
|
1341
1320
|
}
|
|
1342
1321
|
|
|
1343
|
-
class CreateLinkCommand extends
|
|
1344
|
-
.classBuilder()
|
|
1345
|
-
.ep(commonParams)
|
|
1346
|
-
.m(function (Command, cs, config, o) {
|
|
1347
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1348
|
-
})
|
|
1349
|
-
.s("RTBFabric", "CreateLink", {})
|
|
1350
|
-
.n("RTBFabricClient", "CreateLinkCommand")
|
|
1351
|
-
.sc(CreateLink$)
|
|
1352
|
-
.build() {
|
|
1322
|
+
class CreateLinkCommand extends command(_ep0, _mw0, "CreateLink", CreateLink$) {
|
|
1353
1323
|
}
|
|
1354
1324
|
|
|
1355
|
-
class CreateLinkRoutingRuleCommand extends
|
|
1356
|
-
.classBuilder()
|
|
1357
|
-
.ep(commonParams)
|
|
1358
|
-
.m(function (Command, cs, config, o) {
|
|
1359
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1360
|
-
})
|
|
1361
|
-
.s("RTBFabric", "CreateLinkRoutingRule", {})
|
|
1362
|
-
.n("RTBFabricClient", "CreateLinkRoutingRuleCommand")
|
|
1363
|
-
.sc(CreateLinkRoutingRule$)
|
|
1364
|
-
.build() {
|
|
1325
|
+
class CreateLinkRoutingRuleCommand extends command(_ep0, _mw0, "CreateLinkRoutingRule", CreateLinkRoutingRule$) {
|
|
1365
1326
|
}
|
|
1366
1327
|
|
|
1367
|
-
class CreateOutboundExternalLinkCommand extends
|
|
1368
|
-
.classBuilder()
|
|
1369
|
-
.ep(commonParams)
|
|
1370
|
-
.m(function (Command, cs, config, o) {
|
|
1371
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1372
|
-
})
|
|
1373
|
-
.s("RTBFabric", "CreateOutboundExternalLink", {})
|
|
1374
|
-
.n("RTBFabricClient", "CreateOutboundExternalLinkCommand")
|
|
1375
|
-
.sc(CreateOutboundExternalLink$)
|
|
1376
|
-
.build() {
|
|
1328
|
+
class CreateOutboundExternalLinkCommand extends command(_ep0, _mw0, "CreateOutboundExternalLink", CreateOutboundExternalLink$) {
|
|
1377
1329
|
}
|
|
1378
1330
|
|
|
1379
|
-
class CreateRequesterGatewayCommand extends
|
|
1380
|
-
.classBuilder()
|
|
1381
|
-
.ep(commonParams)
|
|
1382
|
-
.m(function (Command, cs, config, o) {
|
|
1383
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1384
|
-
})
|
|
1385
|
-
.s("RTBFabric", "CreateRequesterGateway", {})
|
|
1386
|
-
.n("RTBFabricClient", "CreateRequesterGatewayCommand")
|
|
1387
|
-
.sc(CreateRequesterGateway$)
|
|
1388
|
-
.build() {
|
|
1331
|
+
class CreateRequesterGatewayCommand extends command(_ep0, _mw0, "CreateRequesterGateway", CreateRequesterGateway$) {
|
|
1389
1332
|
}
|
|
1390
1333
|
|
|
1391
|
-
class CreateResponderGatewayCommand extends
|
|
1392
|
-
.classBuilder()
|
|
1393
|
-
.ep(commonParams)
|
|
1394
|
-
.m(function (Command, cs, config, o) {
|
|
1395
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1396
|
-
})
|
|
1397
|
-
.s("RTBFabric", "CreateResponderGateway", {})
|
|
1398
|
-
.n("RTBFabricClient", "CreateResponderGatewayCommand")
|
|
1399
|
-
.sc(CreateResponderGateway$)
|
|
1400
|
-
.build() {
|
|
1334
|
+
class CreateResponderGatewayCommand extends command(_ep0, _mw0, "CreateResponderGateway", CreateResponderGateway$) {
|
|
1401
1335
|
}
|
|
1402
1336
|
|
|
1403
|
-
class DeleteInboundExternalLinkCommand extends
|
|
1404
|
-
.classBuilder()
|
|
1405
|
-
.ep(commonParams)
|
|
1406
|
-
.m(function (Command, cs, config, o) {
|
|
1407
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1408
|
-
})
|
|
1409
|
-
.s("RTBFabric", "DeleteInboundExternalLink", {})
|
|
1410
|
-
.n("RTBFabricClient", "DeleteInboundExternalLinkCommand")
|
|
1411
|
-
.sc(DeleteInboundExternalLink$)
|
|
1412
|
-
.build() {
|
|
1337
|
+
class DeleteInboundExternalLinkCommand extends command(_ep0, _mw0, "DeleteInboundExternalLink", DeleteInboundExternalLink$) {
|
|
1413
1338
|
}
|
|
1414
1339
|
|
|
1415
|
-
class DeleteLinkCommand extends
|
|
1416
|
-
.classBuilder()
|
|
1417
|
-
.ep(commonParams)
|
|
1418
|
-
.m(function (Command, cs, config, o) {
|
|
1419
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1420
|
-
})
|
|
1421
|
-
.s("RTBFabric", "DeleteLink", {})
|
|
1422
|
-
.n("RTBFabricClient", "DeleteLinkCommand")
|
|
1423
|
-
.sc(DeleteLink$)
|
|
1424
|
-
.build() {
|
|
1340
|
+
class DeleteLinkCommand extends command(_ep0, _mw0, "DeleteLink", DeleteLink$) {
|
|
1425
1341
|
}
|
|
1426
1342
|
|
|
1427
|
-
class DeleteLinkRoutingRuleCommand extends
|
|
1428
|
-
.classBuilder()
|
|
1429
|
-
.ep(commonParams)
|
|
1430
|
-
.m(function (Command, cs, config, o) {
|
|
1431
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1432
|
-
})
|
|
1433
|
-
.s("RTBFabric", "DeleteLinkRoutingRule", {})
|
|
1434
|
-
.n("RTBFabricClient", "DeleteLinkRoutingRuleCommand")
|
|
1435
|
-
.sc(DeleteLinkRoutingRule$)
|
|
1436
|
-
.build() {
|
|
1343
|
+
class DeleteLinkRoutingRuleCommand extends command(_ep0, _mw0, "DeleteLinkRoutingRule", DeleteLinkRoutingRule$) {
|
|
1437
1344
|
}
|
|
1438
1345
|
|
|
1439
|
-
class DeleteOutboundExternalLinkCommand extends
|
|
1440
|
-
.classBuilder()
|
|
1441
|
-
.ep(commonParams)
|
|
1442
|
-
.m(function (Command, cs, config, o) {
|
|
1443
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1444
|
-
})
|
|
1445
|
-
.s("RTBFabric", "DeleteOutboundExternalLink", {})
|
|
1446
|
-
.n("RTBFabricClient", "DeleteOutboundExternalLinkCommand")
|
|
1447
|
-
.sc(DeleteOutboundExternalLink$)
|
|
1448
|
-
.build() {
|
|
1346
|
+
class DeleteOutboundExternalLinkCommand extends command(_ep0, _mw0, "DeleteOutboundExternalLink", DeleteOutboundExternalLink$) {
|
|
1449
1347
|
}
|
|
1450
1348
|
|
|
1451
|
-
class DeleteRequesterGatewayCommand extends
|
|
1452
|
-
.classBuilder()
|
|
1453
|
-
.ep(commonParams)
|
|
1454
|
-
.m(function (Command, cs, config, o) {
|
|
1455
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1456
|
-
})
|
|
1457
|
-
.s("RTBFabric", "DeleteRequesterGateway", {})
|
|
1458
|
-
.n("RTBFabricClient", "DeleteRequesterGatewayCommand")
|
|
1459
|
-
.sc(DeleteRequesterGateway$)
|
|
1460
|
-
.build() {
|
|
1349
|
+
class DeleteRequesterGatewayCommand extends command(_ep0, _mw0, "DeleteRequesterGateway", DeleteRequesterGateway$) {
|
|
1461
1350
|
}
|
|
1462
1351
|
|
|
1463
|
-
class DeleteResponderGatewayCommand extends
|
|
1464
|
-
.classBuilder()
|
|
1465
|
-
.ep(commonParams)
|
|
1466
|
-
.m(function (Command, cs, config, o) {
|
|
1467
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1468
|
-
})
|
|
1469
|
-
.s("RTBFabric", "DeleteResponderGateway", {})
|
|
1470
|
-
.n("RTBFabricClient", "DeleteResponderGatewayCommand")
|
|
1471
|
-
.sc(DeleteResponderGateway$)
|
|
1472
|
-
.build() {
|
|
1352
|
+
class DeleteResponderGatewayCommand extends command(_ep0, _mw0, "DeleteResponderGateway", DeleteResponderGateway$) {
|
|
1473
1353
|
}
|
|
1474
1354
|
|
|
1475
|
-
class DisassociateCertificateCommand extends
|
|
1476
|
-
.classBuilder()
|
|
1477
|
-
.ep(commonParams)
|
|
1478
|
-
.m(function (Command, cs, config, o) {
|
|
1479
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1480
|
-
})
|
|
1481
|
-
.s("RTBFabric", "DisassociateCertificate", {})
|
|
1482
|
-
.n("RTBFabricClient", "DisassociateCertificateCommand")
|
|
1483
|
-
.sc(DisassociateCertificate$)
|
|
1484
|
-
.build() {
|
|
1355
|
+
class DisassociateCertificateCommand extends command(_ep0, _mw0, "DisassociateCertificate", DisassociateCertificate$) {
|
|
1485
1356
|
}
|
|
1486
1357
|
|
|
1487
|
-
class GetCertificateAssociationCommand extends
|
|
1488
|
-
.classBuilder()
|
|
1489
|
-
.ep(commonParams)
|
|
1490
|
-
.m(function (Command, cs, config, o) {
|
|
1491
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1492
|
-
})
|
|
1493
|
-
.s("RTBFabric", "GetCertificateAssociation", {})
|
|
1494
|
-
.n("RTBFabricClient", "GetCertificateAssociationCommand")
|
|
1495
|
-
.sc(GetCertificateAssociation$)
|
|
1496
|
-
.build() {
|
|
1358
|
+
class GetCertificateAssociationCommand extends command(_ep0, _mw0, "GetCertificateAssociation", GetCertificateAssociation$) {
|
|
1497
1359
|
}
|
|
1498
1360
|
|
|
1499
|
-
class GetInboundExternalLinkCommand extends
|
|
1500
|
-
.classBuilder()
|
|
1501
|
-
.ep(commonParams)
|
|
1502
|
-
.m(function (Command, cs, config, o) {
|
|
1503
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1504
|
-
})
|
|
1505
|
-
.s("RTBFabric", "GetInboundExternalLink", {})
|
|
1506
|
-
.n("RTBFabricClient", "GetInboundExternalLinkCommand")
|
|
1507
|
-
.sc(GetInboundExternalLink$)
|
|
1508
|
-
.build() {
|
|
1361
|
+
class GetInboundExternalLinkCommand extends command(_ep0, _mw0, "GetInboundExternalLink", GetInboundExternalLink$) {
|
|
1509
1362
|
}
|
|
1510
1363
|
|
|
1511
|
-
class GetLinkCommand extends
|
|
1512
|
-
.classBuilder()
|
|
1513
|
-
.ep(commonParams)
|
|
1514
|
-
.m(function (Command, cs, config, o) {
|
|
1515
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1516
|
-
})
|
|
1517
|
-
.s("RTBFabric", "GetLink", {})
|
|
1518
|
-
.n("RTBFabricClient", "GetLinkCommand")
|
|
1519
|
-
.sc(GetLink$)
|
|
1520
|
-
.build() {
|
|
1364
|
+
class GetLinkCommand extends command(_ep0, _mw0, "GetLink", GetLink$) {
|
|
1521
1365
|
}
|
|
1522
1366
|
|
|
1523
|
-
class GetLinkRoutingRuleCommand extends
|
|
1524
|
-
.classBuilder()
|
|
1525
|
-
.ep(commonParams)
|
|
1526
|
-
.m(function (Command, cs, config, o) {
|
|
1527
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1528
|
-
})
|
|
1529
|
-
.s("RTBFabric", "GetLinkRoutingRule", {})
|
|
1530
|
-
.n("RTBFabricClient", "GetLinkRoutingRuleCommand")
|
|
1531
|
-
.sc(GetLinkRoutingRule$)
|
|
1532
|
-
.build() {
|
|
1367
|
+
class GetLinkRoutingRuleCommand extends command(_ep0, _mw0, "GetLinkRoutingRule", GetLinkRoutingRule$) {
|
|
1533
1368
|
}
|
|
1534
1369
|
|
|
1535
|
-
class GetOutboundExternalLinkCommand extends
|
|
1536
|
-
.classBuilder()
|
|
1537
|
-
.ep(commonParams)
|
|
1538
|
-
.m(function (Command, cs, config, o) {
|
|
1539
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1540
|
-
})
|
|
1541
|
-
.s("RTBFabric", "GetOutboundExternalLink", {})
|
|
1542
|
-
.n("RTBFabricClient", "GetOutboundExternalLinkCommand")
|
|
1543
|
-
.sc(GetOutboundExternalLink$)
|
|
1544
|
-
.build() {
|
|
1370
|
+
class GetOutboundExternalLinkCommand extends command(_ep0, _mw0, "GetOutboundExternalLink", GetOutboundExternalLink$) {
|
|
1545
1371
|
}
|
|
1546
1372
|
|
|
1547
|
-
class GetRequesterGatewayCommand extends
|
|
1548
|
-
.classBuilder()
|
|
1549
|
-
.ep(commonParams)
|
|
1550
|
-
.m(function (Command, cs, config, o) {
|
|
1551
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1552
|
-
})
|
|
1553
|
-
.s("RTBFabric", "GetRequesterGateway", {})
|
|
1554
|
-
.n("RTBFabricClient", "GetRequesterGatewayCommand")
|
|
1555
|
-
.sc(GetRequesterGateway$)
|
|
1556
|
-
.build() {
|
|
1373
|
+
class GetRequesterGatewayCommand extends command(_ep0, _mw0, "GetRequesterGateway", GetRequesterGateway$) {
|
|
1557
1374
|
}
|
|
1558
1375
|
|
|
1559
|
-
class GetResponderGatewayCommand extends
|
|
1560
|
-
.classBuilder()
|
|
1561
|
-
.ep(commonParams)
|
|
1562
|
-
.m(function (Command, cs, config, o) {
|
|
1563
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1564
|
-
})
|
|
1565
|
-
.s("RTBFabric", "GetResponderGateway", {})
|
|
1566
|
-
.n("RTBFabricClient", "GetResponderGatewayCommand")
|
|
1567
|
-
.sc(GetResponderGateway$)
|
|
1568
|
-
.build() {
|
|
1376
|
+
class GetResponderGatewayCommand extends command(_ep0, _mw0, "GetResponderGateway", GetResponderGateway$) {
|
|
1569
1377
|
}
|
|
1570
1378
|
|
|
1571
|
-
class ListCertificateAssociationsCommand extends
|
|
1572
|
-
.classBuilder()
|
|
1573
|
-
.ep(commonParams)
|
|
1574
|
-
.m(function (Command, cs, config, o) {
|
|
1575
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1576
|
-
})
|
|
1577
|
-
.s("RTBFabric", "ListCertificateAssociations", {})
|
|
1578
|
-
.n("RTBFabricClient", "ListCertificateAssociationsCommand")
|
|
1579
|
-
.sc(ListCertificateAssociations$)
|
|
1580
|
-
.build() {
|
|
1379
|
+
class ListCertificateAssociationsCommand extends command(_ep0, _mw0, "ListCertificateAssociations", ListCertificateAssociations$) {
|
|
1581
1380
|
}
|
|
1582
1381
|
|
|
1583
|
-
class ListLinkRoutingRulesCommand extends
|
|
1584
|
-
.classBuilder()
|
|
1585
|
-
.ep(commonParams)
|
|
1586
|
-
.m(function (Command, cs, config, o) {
|
|
1587
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1588
|
-
})
|
|
1589
|
-
.s("RTBFabric", "ListLinkRoutingRules", {})
|
|
1590
|
-
.n("RTBFabricClient", "ListLinkRoutingRulesCommand")
|
|
1591
|
-
.sc(ListLinkRoutingRules$)
|
|
1592
|
-
.build() {
|
|
1382
|
+
class ListLinkRoutingRulesCommand extends command(_ep0, _mw0, "ListLinkRoutingRules", ListLinkRoutingRules$) {
|
|
1593
1383
|
}
|
|
1594
1384
|
|
|
1595
|
-
class ListLinksCommand extends
|
|
1596
|
-
.classBuilder()
|
|
1597
|
-
.ep(commonParams)
|
|
1598
|
-
.m(function (Command, cs, config, o) {
|
|
1599
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1600
|
-
})
|
|
1601
|
-
.s("RTBFabric", "ListLinks", {})
|
|
1602
|
-
.n("RTBFabricClient", "ListLinksCommand")
|
|
1603
|
-
.sc(ListLinks$)
|
|
1604
|
-
.build() {
|
|
1385
|
+
class ListLinksCommand extends command(_ep0, _mw0, "ListLinks", ListLinks$) {
|
|
1605
1386
|
}
|
|
1606
1387
|
|
|
1607
|
-
class ListRequesterGatewaysCommand extends
|
|
1608
|
-
.classBuilder()
|
|
1609
|
-
.ep(commonParams)
|
|
1610
|
-
.m(function (Command, cs, config, o) {
|
|
1611
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1612
|
-
})
|
|
1613
|
-
.s("RTBFabric", "ListRequesterGateways", {})
|
|
1614
|
-
.n("RTBFabricClient", "ListRequesterGatewaysCommand")
|
|
1615
|
-
.sc(ListRequesterGateways$)
|
|
1616
|
-
.build() {
|
|
1388
|
+
class ListRequesterGatewaysCommand extends command(_ep0, _mw0, "ListRequesterGateways", ListRequesterGateways$) {
|
|
1617
1389
|
}
|
|
1618
1390
|
|
|
1619
|
-
class ListResponderGatewaysCommand extends
|
|
1620
|
-
.classBuilder()
|
|
1621
|
-
.ep(commonParams)
|
|
1622
|
-
.m(function (Command, cs, config, o) {
|
|
1623
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1624
|
-
})
|
|
1625
|
-
.s("RTBFabric", "ListResponderGateways", {})
|
|
1626
|
-
.n("RTBFabricClient", "ListResponderGatewaysCommand")
|
|
1627
|
-
.sc(ListResponderGateways$)
|
|
1628
|
-
.build() {
|
|
1391
|
+
class ListResponderGatewaysCommand extends command(_ep0, _mw0, "ListResponderGateways", ListResponderGateways$) {
|
|
1629
1392
|
}
|
|
1630
1393
|
|
|
1631
|
-
class ListTagsForResourceCommand extends
|
|
1632
|
-
.classBuilder()
|
|
1633
|
-
.ep(commonParams)
|
|
1634
|
-
.m(function (Command, cs, config, o) {
|
|
1635
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1636
|
-
})
|
|
1637
|
-
.s("RTBFabric", "ListTagsForResource", {})
|
|
1638
|
-
.n("RTBFabricClient", "ListTagsForResourceCommand")
|
|
1639
|
-
.sc(ListTagsForResource$)
|
|
1640
|
-
.build() {
|
|
1394
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1641
1395
|
}
|
|
1642
1396
|
|
|
1643
|
-
class RejectLinkCommand extends
|
|
1644
|
-
.classBuilder()
|
|
1645
|
-
.ep(commonParams)
|
|
1646
|
-
.m(function (Command, cs, config, o) {
|
|
1647
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1648
|
-
})
|
|
1649
|
-
.s("RTBFabric", "RejectLink", {})
|
|
1650
|
-
.n("RTBFabricClient", "RejectLinkCommand")
|
|
1651
|
-
.sc(RejectLink$)
|
|
1652
|
-
.build() {
|
|
1397
|
+
class RejectLinkCommand extends command(_ep0, _mw0, "RejectLink", RejectLink$) {
|
|
1653
1398
|
}
|
|
1654
1399
|
|
|
1655
|
-
class TagResourceCommand extends
|
|
1656
|
-
.classBuilder()
|
|
1657
|
-
.ep(commonParams)
|
|
1658
|
-
.m(function (Command, cs, config, o) {
|
|
1659
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1660
|
-
})
|
|
1661
|
-
.s("RTBFabric", "TagResource", {})
|
|
1662
|
-
.n("RTBFabricClient", "TagResourceCommand")
|
|
1663
|
-
.sc(TagResource$)
|
|
1664
|
-
.build() {
|
|
1400
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1665
1401
|
}
|
|
1666
1402
|
|
|
1667
|
-
class UntagResourceCommand extends
|
|
1668
|
-
.classBuilder()
|
|
1669
|
-
.ep(commonParams)
|
|
1670
|
-
.m(function (Command, cs, config, o) {
|
|
1671
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1672
|
-
})
|
|
1673
|
-
.s("RTBFabric", "UntagResource", {})
|
|
1674
|
-
.n("RTBFabricClient", "UntagResourceCommand")
|
|
1675
|
-
.sc(UntagResource$)
|
|
1676
|
-
.build() {
|
|
1403
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1677
1404
|
}
|
|
1678
1405
|
|
|
1679
|
-
class UpdateLinkCommand extends
|
|
1680
|
-
.classBuilder()
|
|
1681
|
-
.ep(commonParams)
|
|
1682
|
-
.m(function (Command, cs, config, o) {
|
|
1683
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1684
|
-
})
|
|
1685
|
-
.s("RTBFabric", "UpdateLink", {})
|
|
1686
|
-
.n("RTBFabricClient", "UpdateLinkCommand")
|
|
1687
|
-
.sc(UpdateLink$)
|
|
1688
|
-
.build() {
|
|
1406
|
+
class UpdateLinkCommand extends command(_ep0, _mw0, "UpdateLink", UpdateLink$) {
|
|
1689
1407
|
}
|
|
1690
1408
|
|
|
1691
|
-
class UpdateLinkModuleFlowCommand extends
|
|
1692
|
-
.classBuilder()
|
|
1693
|
-
.ep(commonParams)
|
|
1694
|
-
.m(function (Command, cs, config, o) {
|
|
1695
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1696
|
-
})
|
|
1697
|
-
.s("RTBFabric", "UpdateLinkModuleFlow", {})
|
|
1698
|
-
.n("RTBFabricClient", "UpdateLinkModuleFlowCommand")
|
|
1699
|
-
.sc(UpdateLinkModuleFlow$)
|
|
1700
|
-
.build() {
|
|
1409
|
+
class UpdateLinkModuleFlowCommand extends command(_ep0, _mw0, "UpdateLinkModuleFlow", UpdateLinkModuleFlow$) {
|
|
1701
1410
|
}
|
|
1702
1411
|
|
|
1703
|
-
class UpdateLinkRoutingRuleCommand extends
|
|
1704
|
-
.classBuilder()
|
|
1705
|
-
.ep(commonParams)
|
|
1706
|
-
.m(function (Command, cs, config, o) {
|
|
1707
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1708
|
-
})
|
|
1709
|
-
.s("RTBFabric", "UpdateLinkRoutingRule", {})
|
|
1710
|
-
.n("RTBFabricClient", "UpdateLinkRoutingRuleCommand")
|
|
1711
|
-
.sc(UpdateLinkRoutingRule$)
|
|
1712
|
-
.build() {
|
|
1412
|
+
class UpdateLinkRoutingRuleCommand extends command(_ep0, _mw0, "UpdateLinkRoutingRule", UpdateLinkRoutingRule$) {
|
|
1713
1413
|
}
|
|
1714
1414
|
|
|
1715
|
-
class UpdateRequesterGatewayCommand extends
|
|
1716
|
-
.classBuilder()
|
|
1717
|
-
.ep(commonParams)
|
|
1718
|
-
.m(function (Command, cs, config, o) {
|
|
1719
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1720
|
-
})
|
|
1721
|
-
.s("RTBFabric", "UpdateRequesterGateway", {})
|
|
1722
|
-
.n("RTBFabricClient", "UpdateRequesterGatewayCommand")
|
|
1723
|
-
.sc(UpdateRequesterGateway$)
|
|
1724
|
-
.build() {
|
|
1415
|
+
class UpdateRequesterGatewayCommand extends command(_ep0, _mw0, "UpdateRequesterGateway", UpdateRequesterGateway$) {
|
|
1725
1416
|
}
|
|
1726
1417
|
|
|
1727
|
-
class UpdateResponderGatewayCommand extends
|
|
1728
|
-
.classBuilder()
|
|
1729
|
-
.ep(commonParams)
|
|
1730
|
-
.m(function (Command, cs, config, o) {
|
|
1731
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1732
|
-
})
|
|
1733
|
-
.s("RTBFabric", "UpdateResponderGateway", {})
|
|
1734
|
-
.n("RTBFabricClient", "UpdateResponderGatewayCommand")
|
|
1735
|
-
.sc(UpdateResponderGateway$)
|
|
1736
|
-
.build() {
|
|
1418
|
+
class UpdateResponderGatewayCommand extends command(_ep0, _mw0, "UpdateResponderGateway", UpdateResponderGateway$) {
|
|
1737
1419
|
}
|
|
1738
1420
|
|
|
1739
1421
|
const paginateListCertificateAssociations = createPaginator(RTBFabricClient, ListCertificateAssociationsCommand, "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, "RTBFabric", "RTBFabricClient", 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 { AcceptLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AcceptLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "AcceptLink", {})
|
|
13
|
-
.n("RTBFabricClient", "AcceptLinkCommand")
|
|
14
|
-
.sc(AcceptLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AcceptLinkCommand extends command(_ep0, _mw0, "AcceptLink", AcceptLink$) {
|
|
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 { AssociateCertificate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateCertificateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "AssociateCertificate", {})
|
|
13
|
-
.n("RTBFabricClient", "AssociateCertificateCommand")
|
|
14
|
-
.sc(AssociateCertificate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateCertificateCommand extends command(_ep0, _mw0, "AssociateCertificate", AssociateCertificate$) {
|
|
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 { CreateInboundExternalLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateInboundExternalLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "CreateInboundExternalLink", {})
|
|
13
|
-
.n("RTBFabricClient", "CreateInboundExternalLinkCommand")
|
|
14
|
-
.sc(CreateInboundExternalLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateInboundExternalLinkCommand extends command(_ep0, _mw0, "CreateInboundExternalLink", CreateInboundExternalLink$) {
|
|
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 { CreateLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "CreateLink", {})
|
|
13
|
-
.n("RTBFabricClient", "CreateLinkCommand")
|
|
14
|
-
.sc(CreateLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateLinkCommand extends command(_ep0, _mw0, "CreateLink", CreateLink$) {
|
|
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 { CreateLinkRoutingRule$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateLinkRoutingRuleCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "CreateLinkRoutingRule", {})
|
|
13
|
-
.n("RTBFabricClient", "CreateLinkRoutingRuleCommand")
|
|
14
|
-
.sc(CreateLinkRoutingRule$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateLinkRoutingRuleCommand extends command(_ep0, _mw0, "CreateLinkRoutingRule", CreateLinkRoutingRule$) {
|
|
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 { CreateOutboundExternalLink$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateOutboundExternalLinkCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "CreateOutboundExternalLink", {})
|
|
13
|
-
.n("RTBFabricClient", "CreateOutboundExternalLinkCommand")
|
|
14
|
-
.sc(CreateOutboundExternalLink$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateOutboundExternalLinkCommand extends command(_ep0, _mw0, "CreateOutboundExternalLink", CreateOutboundExternalLink$) {
|
|
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 { CreateRequesterGateway$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateRequesterGatewayCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("RTBFabric", "CreateRequesterGateway", {})
|
|
13
|
-
.n("RTBFabricClient", "CreateRequesterGatewayCommand")
|
|
14
|
-
.sc(CreateRequesterGateway$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateRequesterGatewayCommand extends command(_ep0, _mw0, "CreateRequesterGateway", CreateRequesterGateway$) {
|
|
16
4
|
}
|