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