@aws-sdk/client-apprunner 3.1077.0 → 3.1079.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 +45 -373
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociateCustomDomainCommand.js +2 -14
- package/dist-es/commands/CreateAutoScalingConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateConnectionCommand.js +2 -14
- package/dist-es/commands/CreateObservabilityConfigurationCommand.js +2 -14
- package/dist-es/commands/CreateServiceCommand.js +2 -14
- package/dist-es/commands/CreateVpcConnectorCommand.js +2 -14
- package/dist-es/commands/CreateVpcIngressConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteAutoScalingConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteConnectionCommand.js +2 -14
- package/dist-es/commands/DeleteObservabilityConfigurationCommand.js +2 -14
- package/dist-es/commands/DeleteServiceCommand.js +2 -14
- package/dist-es/commands/DeleteVpcConnectorCommand.js +2 -14
- package/dist-es/commands/DeleteVpcIngressConnectionCommand.js +2 -14
- package/dist-es/commands/DescribeAutoScalingConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeCustomDomainsCommand.js +2 -14
- package/dist-es/commands/DescribeObservabilityConfigurationCommand.js +2 -14
- package/dist-es/commands/DescribeServiceCommand.js +2 -14
- package/dist-es/commands/DescribeVpcConnectorCommand.js +2 -14
- package/dist-es/commands/DescribeVpcIngressConnectionCommand.js +2 -14
- package/dist-es/commands/DisassociateCustomDomainCommand.js +2 -14
- package/dist-es/commands/ListAutoScalingConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListConnectionsCommand.js +2 -14
- package/dist-es/commands/ListObservabilityConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListOperationsCommand.js +2 -14
- package/dist-es/commands/ListServicesCommand.js +2 -14
- package/dist-es/commands/ListServicesForAutoScalingConfigurationCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListVpcConnectorsCommand.js +2 -14
- package/dist-es/commands/ListVpcIngressConnectionsCommand.js +2 -14
- package/dist-es/commands/PauseServiceCommand.js +2 -14
- package/dist-es/commands/ResumeServiceCommand.js +2 -14
- package/dist-es/commands/StartDeploymentCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateDefaultAutoScalingConfigurationCommand.js +2 -14
- package/dist-es/commands/UpdateServiceCommand.js +2 -14
- package/dist-es/commands/UpdateVpcIngressConnectionCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociateCustomDomainCommand.d.ts +3 -8
- package/dist-types/commands/CreateAutoScalingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateConnectionCommand.d.ts +3 -8
- package/dist-types/commands/CreateObservabilityConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/CreateServiceCommand.d.ts +3 -8
- package/dist-types/commands/CreateVpcConnectorCommand.d.ts +3 -8
- package/dist-types/commands/CreateVpcIngressConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAutoScalingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObservabilityConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServiceCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVpcConnectorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteVpcIngressConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAutoScalingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeCustomDomainsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeObservabilityConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeServiceCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVpcConnectorCommand.d.ts +3 -8
- package/dist-types/commands/DescribeVpcIngressConnectionCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateCustomDomainCommand.d.ts +3 -8
- package/dist-types/commands/ListAutoScalingConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/ListObservabilityConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListOperationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesCommand.d.ts +3 -8
- package/dist-types/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcConnectorsCommand.d.ts +3 -8
- package/dist-types/commands/ListVpcIngressConnectionsCommand.d.ts +3 -8
- package/dist-types/commands/PauseServiceCommand.d.ts +3 -8
- package/dist-types/commands/ResumeServiceCommand.d.ts +3 -8
- package/dist-types/commands/StartDeploymentCommand.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/UpdateDefaultAutoScalingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/UpdateServiceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateVpcIngressConnectionCommand.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/AssociateCustomDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/StartDeploymentCommand.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/UpdateDefaultAutoScalingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.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.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1354,448 +1355,119 @@ class AppRunnerClient extends Client {
|
|
|
1354
1355
|
}
|
|
1355
1356
|
}
|
|
1356
1357
|
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
})
|
|
1363
|
-
.s("AppRunner", "AssociateCustomDomain", {})
|
|
1364
|
-
.n("AppRunnerClient", "AssociateCustomDomainCommand")
|
|
1365
|
-
.sc(AssociateCustomDomain$)
|
|
1366
|
-
.build() {
|
|
1358
|
+
const command = makeBuilder(commonParams, "AppRunner", "AppRunnerClient", getEndpointPlugin);
|
|
1359
|
+
const _ep0 = {};
|
|
1360
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1361
|
+
|
|
1362
|
+
class AssociateCustomDomainCommand extends command(_ep0, _mw0, "AssociateCustomDomain", AssociateCustomDomain$) {
|
|
1367
1363
|
}
|
|
1368
1364
|
|
|
1369
|
-
class CreateAutoScalingConfigurationCommand extends
|
|
1370
|
-
.classBuilder()
|
|
1371
|
-
.ep(commonParams)
|
|
1372
|
-
.m(function (Command, cs, config, o) {
|
|
1373
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1374
|
-
})
|
|
1375
|
-
.s("AppRunner", "CreateAutoScalingConfiguration", {})
|
|
1376
|
-
.n("AppRunnerClient", "CreateAutoScalingConfigurationCommand")
|
|
1377
|
-
.sc(CreateAutoScalingConfiguration$)
|
|
1378
|
-
.build() {
|
|
1365
|
+
class CreateAutoScalingConfigurationCommand extends command(_ep0, _mw0, "CreateAutoScalingConfiguration", CreateAutoScalingConfiguration$) {
|
|
1379
1366
|
}
|
|
1380
1367
|
|
|
1381
|
-
class CreateConnectionCommand extends
|
|
1382
|
-
.classBuilder()
|
|
1383
|
-
.ep(commonParams)
|
|
1384
|
-
.m(function (Command, cs, config, o) {
|
|
1385
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1386
|
-
})
|
|
1387
|
-
.s("AppRunner", "CreateConnection", {})
|
|
1388
|
-
.n("AppRunnerClient", "CreateConnectionCommand")
|
|
1389
|
-
.sc(CreateConnection$)
|
|
1390
|
-
.build() {
|
|
1368
|
+
class CreateConnectionCommand extends command(_ep0, _mw0, "CreateConnection", CreateConnection$) {
|
|
1391
1369
|
}
|
|
1392
1370
|
|
|
1393
|
-
class CreateObservabilityConfigurationCommand extends
|
|
1394
|
-
.classBuilder()
|
|
1395
|
-
.ep(commonParams)
|
|
1396
|
-
.m(function (Command, cs, config, o) {
|
|
1397
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1398
|
-
})
|
|
1399
|
-
.s("AppRunner", "CreateObservabilityConfiguration", {})
|
|
1400
|
-
.n("AppRunnerClient", "CreateObservabilityConfigurationCommand")
|
|
1401
|
-
.sc(CreateObservabilityConfiguration$)
|
|
1402
|
-
.build() {
|
|
1371
|
+
class CreateObservabilityConfigurationCommand extends command(_ep0, _mw0, "CreateObservabilityConfiguration", CreateObservabilityConfiguration$) {
|
|
1403
1372
|
}
|
|
1404
1373
|
|
|
1405
|
-
class CreateServiceCommand extends
|
|
1406
|
-
.classBuilder()
|
|
1407
|
-
.ep(commonParams)
|
|
1408
|
-
.m(function (Command, cs, config, o) {
|
|
1409
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1410
|
-
})
|
|
1411
|
-
.s("AppRunner", "CreateService", {})
|
|
1412
|
-
.n("AppRunnerClient", "CreateServiceCommand")
|
|
1413
|
-
.sc(CreateService$)
|
|
1414
|
-
.build() {
|
|
1374
|
+
class CreateServiceCommand extends command(_ep0, _mw0, "CreateService", CreateService$) {
|
|
1415
1375
|
}
|
|
1416
1376
|
|
|
1417
|
-
class CreateVpcConnectorCommand extends
|
|
1418
|
-
.classBuilder()
|
|
1419
|
-
.ep(commonParams)
|
|
1420
|
-
.m(function (Command, cs, config, o) {
|
|
1421
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1422
|
-
})
|
|
1423
|
-
.s("AppRunner", "CreateVpcConnector", {})
|
|
1424
|
-
.n("AppRunnerClient", "CreateVpcConnectorCommand")
|
|
1425
|
-
.sc(CreateVpcConnector$)
|
|
1426
|
-
.build() {
|
|
1377
|
+
class CreateVpcConnectorCommand extends command(_ep0, _mw0, "CreateVpcConnector", CreateVpcConnector$) {
|
|
1427
1378
|
}
|
|
1428
1379
|
|
|
1429
|
-
class CreateVpcIngressConnectionCommand extends
|
|
1430
|
-
.classBuilder()
|
|
1431
|
-
.ep(commonParams)
|
|
1432
|
-
.m(function (Command, cs, config, o) {
|
|
1433
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1434
|
-
})
|
|
1435
|
-
.s("AppRunner", "CreateVpcIngressConnection", {})
|
|
1436
|
-
.n("AppRunnerClient", "CreateVpcIngressConnectionCommand")
|
|
1437
|
-
.sc(CreateVpcIngressConnection$)
|
|
1438
|
-
.build() {
|
|
1380
|
+
class CreateVpcIngressConnectionCommand extends command(_ep0, _mw0, "CreateVpcIngressConnection", CreateVpcIngressConnection$) {
|
|
1439
1381
|
}
|
|
1440
1382
|
|
|
1441
|
-
class DeleteAutoScalingConfigurationCommand extends
|
|
1442
|
-
.classBuilder()
|
|
1443
|
-
.ep(commonParams)
|
|
1444
|
-
.m(function (Command, cs, config, o) {
|
|
1445
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1446
|
-
})
|
|
1447
|
-
.s("AppRunner", "DeleteAutoScalingConfiguration", {})
|
|
1448
|
-
.n("AppRunnerClient", "DeleteAutoScalingConfigurationCommand")
|
|
1449
|
-
.sc(DeleteAutoScalingConfiguration$)
|
|
1450
|
-
.build() {
|
|
1383
|
+
class DeleteAutoScalingConfigurationCommand extends command(_ep0, _mw0, "DeleteAutoScalingConfiguration", DeleteAutoScalingConfiguration$) {
|
|
1451
1384
|
}
|
|
1452
1385
|
|
|
1453
|
-
class DeleteConnectionCommand extends
|
|
1454
|
-
.classBuilder()
|
|
1455
|
-
.ep(commonParams)
|
|
1456
|
-
.m(function (Command, cs, config, o) {
|
|
1457
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1458
|
-
})
|
|
1459
|
-
.s("AppRunner", "DeleteConnection", {})
|
|
1460
|
-
.n("AppRunnerClient", "DeleteConnectionCommand")
|
|
1461
|
-
.sc(DeleteConnection$)
|
|
1462
|
-
.build() {
|
|
1386
|
+
class DeleteConnectionCommand extends command(_ep0, _mw0, "DeleteConnection", DeleteConnection$) {
|
|
1463
1387
|
}
|
|
1464
1388
|
|
|
1465
|
-
class DeleteObservabilityConfigurationCommand extends
|
|
1466
|
-
.classBuilder()
|
|
1467
|
-
.ep(commonParams)
|
|
1468
|
-
.m(function (Command, cs, config, o) {
|
|
1469
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1470
|
-
})
|
|
1471
|
-
.s("AppRunner", "DeleteObservabilityConfiguration", {})
|
|
1472
|
-
.n("AppRunnerClient", "DeleteObservabilityConfigurationCommand")
|
|
1473
|
-
.sc(DeleteObservabilityConfiguration$)
|
|
1474
|
-
.build() {
|
|
1389
|
+
class DeleteObservabilityConfigurationCommand extends command(_ep0, _mw0, "DeleteObservabilityConfiguration", DeleteObservabilityConfiguration$) {
|
|
1475
1390
|
}
|
|
1476
1391
|
|
|
1477
|
-
class DeleteServiceCommand extends
|
|
1478
|
-
.classBuilder()
|
|
1479
|
-
.ep(commonParams)
|
|
1480
|
-
.m(function (Command, cs, config, o) {
|
|
1481
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1482
|
-
})
|
|
1483
|
-
.s("AppRunner", "DeleteService", {})
|
|
1484
|
-
.n("AppRunnerClient", "DeleteServiceCommand")
|
|
1485
|
-
.sc(DeleteService$)
|
|
1486
|
-
.build() {
|
|
1392
|
+
class DeleteServiceCommand extends command(_ep0, _mw0, "DeleteService", DeleteService$) {
|
|
1487
1393
|
}
|
|
1488
1394
|
|
|
1489
|
-
class DeleteVpcConnectorCommand extends
|
|
1490
|
-
.classBuilder()
|
|
1491
|
-
.ep(commonParams)
|
|
1492
|
-
.m(function (Command, cs, config, o) {
|
|
1493
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1494
|
-
})
|
|
1495
|
-
.s("AppRunner", "DeleteVpcConnector", {})
|
|
1496
|
-
.n("AppRunnerClient", "DeleteVpcConnectorCommand")
|
|
1497
|
-
.sc(DeleteVpcConnector$)
|
|
1498
|
-
.build() {
|
|
1395
|
+
class DeleteVpcConnectorCommand extends command(_ep0, _mw0, "DeleteVpcConnector", DeleteVpcConnector$) {
|
|
1499
1396
|
}
|
|
1500
1397
|
|
|
1501
|
-
class DeleteVpcIngressConnectionCommand extends
|
|
1502
|
-
.classBuilder()
|
|
1503
|
-
.ep(commonParams)
|
|
1504
|
-
.m(function (Command, cs, config, o) {
|
|
1505
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1506
|
-
})
|
|
1507
|
-
.s("AppRunner", "DeleteVpcIngressConnection", {})
|
|
1508
|
-
.n("AppRunnerClient", "DeleteVpcIngressConnectionCommand")
|
|
1509
|
-
.sc(DeleteVpcIngressConnection$)
|
|
1510
|
-
.build() {
|
|
1398
|
+
class DeleteVpcIngressConnectionCommand extends command(_ep0, _mw0, "DeleteVpcIngressConnection", DeleteVpcIngressConnection$) {
|
|
1511
1399
|
}
|
|
1512
1400
|
|
|
1513
|
-
class DescribeAutoScalingConfigurationCommand extends
|
|
1514
|
-
.classBuilder()
|
|
1515
|
-
.ep(commonParams)
|
|
1516
|
-
.m(function (Command, cs, config, o) {
|
|
1517
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1518
|
-
})
|
|
1519
|
-
.s("AppRunner", "DescribeAutoScalingConfiguration", {})
|
|
1520
|
-
.n("AppRunnerClient", "DescribeAutoScalingConfigurationCommand")
|
|
1521
|
-
.sc(DescribeAutoScalingConfiguration$)
|
|
1522
|
-
.build() {
|
|
1401
|
+
class DescribeAutoScalingConfigurationCommand extends command(_ep0, _mw0, "DescribeAutoScalingConfiguration", DescribeAutoScalingConfiguration$) {
|
|
1523
1402
|
}
|
|
1524
1403
|
|
|
1525
|
-
class DescribeCustomDomainsCommand extends
|
|
1526
|
-
.classBuilder()
|
|
1527
|
-
.ep(commonParams)
|
|
1528
|
-
.m(function (Command, cs, config, o) {
|
|
1529
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1530
|
-
})
|
|
1531
|
-
.s("AppRunner", "DescribeCustomDomains", {})
|
|
1532
|
-
.n("AppRunnerClient", "DescribeCustomDomainsCommand")
|
|
1533
|
-
.sc(DescribeCustomDomains$)
|
|
1534
|
-
.build() {
|
|
1404
|
+
class DescribeCustomDomainsCommand extends command(_ep0, _mw0, "DescribeCustomDomains", DescribeCustomDomains$) {
|
|
1535
1405
|
}
|
|
1536
1406
|
|
|
1537
|
-
class DescribeObservabilityConfigurationCommand extends
|
|
1538
|
-
.classBuilder()
|
|
1539
|
-
.ep(commonParams)
|
|
1540
|
-
.m(function (Command, cs, config, o) {
|
|
1541
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1542
|
-
})
|
|
1543
|
-
.s("AppRunner", "DescribeObservabilityConfiguration", {})
|
|
1544
|
-
.n("AppRunnerClient", "DescribeObservabilityConfigurationCommand")
|
|
1545
|
-
.sc(DescribeObservabilityConfiguration$)
|
|
1546
|
-
.build() {
|
|
1407
|
+
class DescribeObservabilityConfigurationCommand extends command(_ep0, _mw0, "DescribeObservabilityConfiguration", DescribeObservabilityConfiguration$) {
|
|
1547
1408
|
}
|
|
1548
1409
|
|
|
1549
|
-
class DescribeServiceCommand extends
|
|
1550
|
-
.classBuilder()
|
|
1551
|
-
.ep(commonParams)
|
|
1552
|
-
.m(function (Command, cs, config, o) {
|
|
1553
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1554
|
-
})
|
|
1555
|
-
.s("AppRunner", "DescribeService", {})
|
|
1556
|
-
.n("AppRunnerClient", "DescribeServiceCommand")
|
|
1557
|
-
.sc(DescribeService$)
|
|
1558
|
-
.build() {
|
|
1410
|
+
class DescribeServiceCommand extends command(_ep0, _mw0, "DescribeService", DescribeService$) {
|
|
1559
1411
|
}
|
|
1560
1412
|
|
|
1561
|
-
class DescribeVpcConnectorCommand extends
|
|
1562
|
-
.classBuilder()
|
|
1563
|
-
.ep(commonParams)
|
|
1564
|
-
.m(function (Command, cs, config, o) {
|
|
1565
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1566
|
-
})
|
|
1567
|
-
.s("AppRunner", "DescribeVpcConnector", {})
|
|
1568
|
-
.n("AppRunnerClient", "DescribeVpcConnectorCommand")
|
|
1569
|
-
.sc(DescribeVpcConnector$)
|
|
1570
|
-
.build() {
|
|
1413
|
+
class DescribeVpcConnectorCommand extends command(_ep0, _mw0, "DescribeVpcConnector", DescribeVpcConnector$) {
|
|
1571
1414
|
}
|
|
1572
1415
|
|
|
1573
|
-
class DescribeVpcIngressConnectionCommand extends
|
|
1574
|
-
.classBuilder()
|
|
1575
|
-
.ep(commonParams)
|
|
1576
|
-
.m(function (Command, cs, config, o) {
|
|
1577
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1578
|
-
})
|
|
1579
|
-
.s("AppRunner", "DescribeVpcIngressConnection", {})
|
|
1580
|
-
.n("AppRunnerClient", "DescribeVpcIngressConnectionCommand")
|
|
1581
|
-
.sc(DescribeVpcIngressConnection$)
|
|
1582
|
-
.build() {
|
|
1416
|
+
class DescribeVpcIngressConnectionCommand extends command(_ep0, _mw0, "DescribeVpcIngressConnection", DescribeVpcIngressConnection$) {
|
|
1583
1417
|
}
|
|
1584
1418
|
|
|
1585
|
-
class DisassociateCustomDomainCommand extends
|
|
1586
|
-
.classBuilder()
|
|
1587
|
-
.ep(commonParams)
|
|
1588
|
-
.m(function (Command, cs, config, o) {
|
|
1589
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1590
|
-
})
|
|
1591
|
-
.s("AppRunner", "DisassociateCustomDomain", {})
|
|
1592
|
-
.n("AppRunnerClient", "DisassociateCustomDomainCommand")
|
|
1593
|
-
.sc(DisassociateCustomDomain$)
|
|
1594
|
-
.build() {
|
|
1419
|
+
class DisassociateCustomDomainCommand extends command(_ep0, _mw0, "DisassociateCustomDomain", DisassociateCustomDomain$) {
|
|
1595
1420
|
}
|
|
1596
1421
|
|
|
1597
|
-
class ListAutoScalingConfigurationsCommand extends
|
|
1598
|
-
.classBuilder()
|
|
1599
|
-
.ep(commonParams)
|
|
1600
|
-
.m(function (Command, cs, config, o) {
|
|
1601
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1602
|
-
})
|
|
1603
|
-
.s("AppRunner", "ListAutoScalingConfigurations", {})
|
|
1604
|
-
.n("AppRunnerClient", "ListAutoScalingConfigurationsCommand")
|
|
1605
|
-
.sc(ListAutoScalingConfigurations$)
|
|
1606
|
-
.build() {
|
|
1422
|
+
class ListAutoScalingConfigurationsCommand extends command(_ep0, _mw0, "ListAutoScalingConfigurations", ListAutoScalingConfigurations$) {
|
|
1607
1423
|
}
|
|
1608
1424
|
|
|
1609
|
-
class ListConnectionsCommand extends
|
|
1610
|
-
.classBuilder()
|
|
1611
|
-
.ep(commonParams)
|
|
1612
|
-
.m(function (Command, cs, config, o) {
|
|
1613
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1614
|
-
})
|
|
1615
|
-
.s("AppRunner", "ListConnections", {})
|
|
1616
|
-
.n("AppRunnerClient", "ListConnectionsCommand")
|
|
1617
|
-
.sc(ListConnections$)
|
|
1618
|
-
.build() {
|
|
1425
|
+
class ListConnectionsCommand extends command(_ep0, _mw0, "ListConnections", ListConnections$) {
|
|
1619
1426
|
}
|
|
1620
1427
|
|
|
1621
|
-
class ListObservabilityConfigurationsCommand extends
|
|
1622
|
-
.classBuilder()
|
|
1623
|
-
.ep(commonParams)
|
|
1624
|
-
.m(function (Command, cs, config, o) {
|
|
1625
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1626
|
-
})
|
|
1627
|
-
.s("AppRunner", "ListObservabilityConfigurations", {})
|
|
1628
|
-
.n("AppRunnerClient", "ListObservabilityConfigurationsCommand")
|
|
1629
|
-
.sc(ListObservabilityConfigurations$)
|
|
1630
|
-
.build() {
|
|
1428
|
+
class ListObservabilityConfigurationsCommand extends command(_ep0, _mw0, "ListObservabilityConfigurations", ListObservabilityConfigurations$) {
|
|
1631
1429
|
}
|
|
1632
1430
|
|
|
1633
|
-
class ListOperationsCommand extends
|
|
1634
|
-
.classBuilder()
|
|
1635
|
-
.ep(commonParams)
|
|
1636
|
-
.m(function (Command, cs, config, o) {
|
|
1637
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1638
|
-
})
|
|
1639
|
-
.s("AppRunner", "ListOperations", {})
|
|
1640
|
-
.n("AppRunnerClient", "ListOperationsCommand")
|
|
1641
|
-
.sc(ListOperations$)
|
|
1642
|
-
.build() {
|
|
1431
|
+
class ListOperationsCommand extends command(_ep0, _mw0, "ListOperations", ListOperations$) {
|
|
1643
1432
|
}
|
|
1644
1433
|
|
|
1645
|
-
class ListServicesCommand extends
|
|
1646
|
-
.classBuilder()
|
|
1647
|
-
.ep(commonParams)
|
|
1648
|
-
.m(function (Command, cs, config, o) {
|
|
1649
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1650
|
-
})
|
|
1651
|
-
.s("AppRunner", "ListServices", {})
|
|
1652
|
-
.n("AppRunnerClient", "ListServicesCommand")
|
|
1653
|
-
.sc(ListServices$)
|
|
1654
|
-
.build() {
|
|
1434
|
+
class ListServicesCommand extends command(_ep0, _mw0, "ListServices", ListServices$) {
|
|
1655
1435
|
}
|
|
1656
1436
|
|
|
1657
|
-
class ListServicesForAutoScalingConfigurationCommand extends
|
|
1658
|
-
.classBuilder()
|
|
1659
|
-
.ep(commonParams)
|
|
1660
|
-
.m(function (Command, cs, config, o) {
|
|
1661
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1662
|
-
})
|
|
1663
|
-
.s("AppRunner", "ListServicesForAutoScalingConfiguration", {})
|
|
1664
|
-
.n("AppRunnerClient", "ListServicesForAutoScalingConfigurationCommand")
|
|
1665
|
-
.sc(ListServicesForAutoScalingConfiguration$)
|
|
1666
|
-
.build() {
|
|
1437
|
+
class ListServicesForAutoScalingConfigurationCommand extends command(_ep0, _mw0, "ListServicesForAutoScalingConfiguration", ListServicesForAutoScalingConfiguration$) {
|
|
1667
1438
|
}
|
|
1668
1439
|
|
|
1669
|
-
class ListTagsForResourceCommand extends
|
|
1670
|
-
.classBuilder()
|
|
1671
|
-
.ep(commonParams)
|
|
1672
|
-
.m(function (Command, cs, config, o) {
|
|
1673
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1674
|
-
})
|
|
1675
|
-
.s("AppRunner", "ListTagsForResource", {})
|
|
1676
|
-
.n("AppRunnerClient", "ListTagsForResourceCommand")
|
|
1677
|
-
.sc(ListTagsForResource$)
|
|
1678
|
-
.build() {
|
|
1440
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1679
1441
|
}
|
|
1680
1442
|
|
|
1681
|
-
class ListVpcConnectorsCommand extends
|
|
1682
|
-
.classBuilder()
|
|
1683
|
-
.ep(commonParams)
|
|
1684
|
-
.m(function (Command, cs, config, o) {
|
|
1685
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1686
|
-
})
|
|
1687
|
-
.s("AppRunner", "ListVpcConnectors", {})
|
|
1688
|
-
.n("AppRunnerClient", "ListVpcConnectorsCommand")
|
|
1689
|
-
.sc(ListVpcConnectors$)
|
|
1690
|
-
.build() {
|
|
1443
|
+
class ListVpcConnectorsCommand extends command(_ep0, _mw0, "ListVpcConnectors", ListVpcConnectors$) {
|
|
1691
1444
|
}
|
|
1692
1445
|
|
|
1693
|
-
class ListVpcIngressConnectionsCommand extends
|
|
1694
|
-
.classBuilder()
|
|
1695
|
-
.ep(commonParams)
|
|
1696
|
-
.m(function (Command, cs, config, o) {
|
|
1697
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1698
|
-
})
|
|
1699
|
-
.s("AppRunner", "ListVpcIngressConnections", {})
|
|
1700
|
-
.n("AppRunnerClient", "ListVpcIngressConnectionsCommand")
|
|
1701
|
-
.sc(ListVpcIngressConnections$)
|
|
1702
|
-
.build() {
|
|
1446
|
+
class ListVpcIngressConnectionsCommand extends command(_ep0, _mw0, "ListVpcIngressConnections", ListVpcIngressConnections$) {
|
|
1703
1447
|
}
|
|
1704
1448
|
|
|
1705
|
-
class PauseServiceCommand extends
|
|
1706
|
-
.classBuilder()
|
|
1707
|
-
.ep(commonParams)
|
|
1708
|
-
.m(function (Command, cs, config, o) {
|
|
1709
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1710
|
-
})
|
|
1711
|
-
.s("AppRunner", "PauseService", {})
|
|
1712
|
-
.n("AppRunnerClient", "PauseServiceCommand")
|
|
1713
|
-
.sc(PauseService$)
|
|
1714
|
-
.build() {
|
|
1449
|
+
class PauseServiceCommand extends command(_ep0, _mw0, "PauseService", PauseService$) {
|
|
1715
1450
|
}
|
|
1716
1451
|
|
|
1717
|
-
class ResumeServiceCommand extends
|
|
1718
|
-
.classBuilder()
|
|
1719
|
-
.ep(commonParams)
|
|
1720
|
-
.m(function (Command, cs, config, o) {
|
|
1721
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1722
|
-
})
|
|
1723
|
-
.s("AppRunner", "ResumeService", {})
|
|
1724
|
-
.n("AppRunnerClient", "ResumeServiceCommand")
|
|
1725
|
-
.sc(ResumeService$)
|
|
1726
|
-
.build() {
|
|
1452
|
+
class ResumeServiceCommand extends command(_ep0, _mw0, "ResumeService", ResumeService$) {
|
|
1727
1453
|
}
|
|
1728
1454
|
|
|
1729
|
-
class StartDeploymentCommand extends
|
|
1730
|
-
.classBuilder()
|
|
1731
|
-
.ep(commonParams)
|
|
1732
|
-
.m(function (Command, cs, config, o) {
|
|
1733
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1734
|
-
})
|
|
1735
|
-
.s("AppRunner", "StartDeployment", {})
|
|
1736
|
-
.n("AppRunnerClient", "StartDeploymentCommand")
|
|
1737
|
-
.sc(StartDeployment$)
|
|
1738
|
-
.build() {
|
|
1455
|
+
class StartDeploymentCommand extends command(_ep0, _mw0, "StartDeployment", StartDeployment$) {
|
|
1739
1456
|
}
|
|
1740
1457
|
|
|
1741
|
-
class TagResourceCommand extends
|
|
1742
|
-
.classBuilder()
|
|
1743
|
-
.ep(commonParams)
|
|
1744
|
-
.m(function (Command, cs, config, o) {
|
|
1745
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1746
|
-
})
|
|
1747
|
-
.s("AppRunner", "TagResource", {})
|
|
1748
|
-
.n("AppRunnerClient", "TagResourceCommand")
|
|
1749
|
-
.sc(TagResource$)
|
|
1750
|
-
.build() {
|
|
1458
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1751
1459
|
}
|
|
1752
1460
|
|
|
1753
|
-
class UntagResourceCommand extends
|
|
1754
|
-
.classBuilder()
|
|
1755
|
-
.ep(commonParams)
|
|
1756
|
-
.m(function (Command, cs, config, o) {
|
|
1757
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1758
|
-
})
|
|
1759
|
-
.s("AppRunner", "UntagResource", {})
|
|
1760
|
-
.n("AppRunnerClient", "UntagResourceCommand")
|
|
1761
|
-
.sc(UntagResource$)
|
|
1762
|
-
.build() {
|
|
1461
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1763
1462
|
}
|
|
1764
1463
|
|
|
1765
|
-
class UpdateDefaultAutoScalingConfigurationCommand extends
|
|
1766
|
-
.classBuilder()
|
|
1767
|
-
.ep(commonParams)
|
|
1768
|
-
.m(function (Command, cs, config, o) {
|
|
1769
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1770
|
-
})
|
|
1771
|
-
.s("AppRunner", "UpdateDefaultAutoScalingConfiguration", {})
|
|
1772
|
-
.n("AppRunnerClient", "UpdateDefaultAutoScalingConfigurationCommand")
|
|
1773
|
-
.sc(UpdateDefaultAutoScalingConfiguration$)
|
|
1774
|
-
.build() {
|
|
1464
|
+
class UpdateDefaultAutoScalingConfigurationCommand extends command(_ep0, _mw0, "UpdateDefaultAutoScalingConfiguration", UpdateDefaultAutoScalingConfiguration$) {
|
|
1775
1465
|
}
|
|
1776
1466
|
|
|
1777
|
-
class UpdateServiceCommand extends
|
|
1778
|
-
.classBuilder()
|
|
1779
|
-
.ep(commonParams)
|
|
1780
|
-
.m(function (Command, cs, config, o) {
|
|
1781
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1782
|
-
})
|
|
1783
|
-
.s("AppRunner", "UpdateService", {})
|
|
1784
|
-
.n("AppRunnerClient", "UpdateServiceCommand")
|
|
1785
|
-
.sc(UpdateService$)
|
|
1786
|
-
.build() {
|
|
1467
|
+
class UpdateServiceCommand extends command(_ep0, _mw0, "UpdateService", UpdateService$) {
|
|
1787
1468
|
}
|
|
1788
1469
|
|
|
1789
|
-
class UpdateVpcIngressConnectionCommand extends
|
|
1790
|
-
.classBuilder()
|
|
1791
|
-
.ep(commonParams)
|
|
1792
|
-
.m(function (Command, cs, config, o) {
|
|
1793
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1794
|
-
})
|
|
1795
|
-
.s("AppRunner", "UpdateVpcIngressConnection", {})
|
|
1796
|
-
.n("AppRunnerClient", "UpdateVpcIngressConnectionCommand")
|
|
1797
|
-
.sc(UpdateVpcIngressConnection$)
|
|
1798
|
-
.build() {
|
|
1470
|
+
class UpdateVpcIngressConnectionCommand extends command(_ep0, _mw0, "UpdateVpcIngressConnection", UpdateVpcIngressConnection$) {
|
|
1799
1471
|
}
|
|
1800
1472
|
|
|
1801
1473
|
const paginateDescribeCustomDomains = createPaginator(AppRunnerClient, DescribeCustomDomainsCommand, "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, "AppRunner", "AppRunnerClient", 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 { AssociateCustomDomain$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateCustomDomainCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AppRunner", "AssociateCustomDomain", {})
|
|
13
|
-
.n("AppRunnerClient", "AssociateCustomDomainCommand")
|
|
14
|
-
.sc(AssociateCustomDomain$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateCustomDomainCommand extends command(_ep0, _mw0, "AssociateCustomDomain", AssociateCustomDomain$) {
|
|
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 { CreateAutoScalingConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAutoScalingConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AppRunner", "CreateAutoScalingConfiguration", {})
|
|
13
|
-
.n("AppRunnerClient", "CreateAutoScalingConfigurationCommand")
|
|
14
|
-
.sc(CreateAutoScalingConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAutoScalingConfigurationCommand extends command(_ep0, _mw0, "CreateAutoScalingConfiguration", CreateAutoScalingConfiguration$) {
|
|
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 { 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("AppRunner", "CreateConnection", {})
|
|
13
|
-
.n("AppRunnerClient", "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 { CreateObservabilityConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateObservabilityConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AppRunner", "CreateObservabilityConfiguration", {})
|
|
13
|
-
.n("AppRunnerClient", "CreateObservabilityConfigurationCommand")
|
|
14
|
-
.sc(CreateObservabilityConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateObservabilityConfigurationCommand extends command(_ep0, _mw0, "CreateObservabilityConfiguration", CreateObservabilityConfiguration$) {
|
|
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 { CreateService$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateServiceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AppRunner", "CreateService", {})
|
|
13
|
-
.n("AppRunnerClient", "CreateServiceCommand")
|
|
14
|
-
.sc(CreateService$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateServiceCommand extends command(_ep0, _mw0, "CreateService", CreateService$) {
|
|
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 { CreateVpcConnector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateVpcConnectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AppRunner", "CreateVpcConnector", {})
|
|
13
|
-
.n("AppRunnerClient", "CreateVpcConnectorCommand")
|
|
14
|
-
.sc(CreateVpcConnector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateVpcConnectorCommand extends command(_ep0, _mw0, "CreateVpcConnector", CreateVpcConnector$) {
|
|
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 { CreateVpcIngressConnection$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateVpcIngressConnectionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AppRunner", "CreateVpcIngressConnection", {})
|
|
13
|
-
.n("AppRunnerClient", "CreateVpcIngressConnectionCommand")
|
|
14
|
-
.sc(CreateVpcIngressConnection$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateVpcIngressConnectionCommand extends command(_ep0, _mw0, "CreateVpcIngressConnection", CreateVpcIngressConnection$) {
|
|
16
4
|
}
|