@aws-sdk/client-elastic-load-balancing 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 +40 -295
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddTagsCommand.js +2 -14
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +2 -14
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +2 -14
- package/dist-es/commands/ConfigureHealthCheckCommand.js +2 -14
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +2 -14
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +2 -14
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +2 -14
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +2 -14
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +2 -14
- package/dist-es/commands/DescribeAccountLimitsCommand.js +2 -14
- package/dist-es/commands/DescribeInstanceHealthCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +2 -14
- package/dist-es/commands/DescribeLoadBalancersCommand.js +2 -14
- package/dist-es/commands/DescribeTagsCommand.js +2 -14
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +2 -14
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +2 -14
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +2 -14
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +2 -14
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +2 -14
- package/dist-es/commands/RemoveTagsCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +2 -14
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.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/AddTagsCommand.d.ts +3 -8
- package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +3 -8
- package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +3 -8
- package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +3 -8
- package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +3 -8
- package/dist-types/commands/DescribeTagsCommand.d.ts +3 -8
- package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +3 -8
- package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +3 -8
- package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +3 -8
- package/dist-types/commands/RemoveTagsCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +3 -8
- package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.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/AddTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.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 { AwsQueryProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultElasticLoadBalancingHttpAuthSchemeParametersProvider = 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
|
|
|
@@ -1389,6 +1391,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1389
1391
|
serviceTarget: "ElasticLoadBalancing_v7",
|
|
1390
1392
|
},
|
|
1391
1393
|
serviceId: config?.serviceId ?? "Elastic Load Balancing",
|
|
1394
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1392
1395
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1393
1396
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1394
1397
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1422,7 +1425,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1422
1425
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1423
1426
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1424
1427
|
}, config),
|
|
1425
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1426
1428
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1427
1429
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1428
1430
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1510,352 +1512,95 @@ class ElasticLoadBalancingClient extends Client {
|
|
|
1510
1512
|
}
|
|
1511
1513
|
}
|
|
1512
1514
|
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
})
|
|
1519
|
-
.s("ElasticLoadBalancing_v7", "AddTags", {})
|
|
1520
|
-
.n("ElasticLoadBalancingClient", "AddTagsCommand")
|
|
1521
|
-
.sc(AddTags$)
|
|
1522
|
-
.build() {
|
|
1515
|
+
const command = makeBuilder(commonParams, "ElasticLoadBalancing_v7", "ElasticLoadBalancingClient", getEndpointPlugin);
|
|
1516
|
+
const _ep0 = {};
|
|
1517
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1518
|
+
|
|
1519
|
+
class AddTagsCommand extends command(_ep0, _mw0, "AddTags", AddTags$) {
|
|
1523
1520
|
}
|
|
1524
1521
|
|
|
1525
|
-
class ApplySecurityGroupsToLoadBalancerCommand extends
|
|
1526
|
-
.classBuilder()
|
|
1527
|
-
.ep(commonParams)
|
|
1528
|
-
.m(function (Command, cs, config, o) {
|
|
1529
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1530
|
-
})
|
|
1531
|
-
.s("ElasticLoadBalancing_v7", "ApplySecurityGroupsToLoadBalancer", {})
|
|
1532
|
-
.n("ElasticLoadBalancingClient", "ApplySecurityGroupsToLoadBalancerCommand")
|
|
1533
|
-
.sc(ApplySecurityGroupsToLoadBalancer$)
|
|
1534
|
-
.build() {
|
|
1522
|
+
class ApplySecurityGroupsToLoadBalancerCommand extends command(_ep0, _mw0, "ApplySecurityGroupsToLoadBalancer", ApplySecurityGroupsToLoadBalancer$) {
|
|
1535
1523
|
}
|
|
1536
1524
|
|
|
1537
|
-
class AttachLoadBalancerToSubnetsCommand extends
|
|
1538
|
-
.classBuilder()
|
|
1539
|
-
.ep(commonParams)
|
|
1540
|
-
.m(function (Command, cs, config, o) {
|
|
1541
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1542
|
-
})
|
|
1543
|
-
.s("ElasticLoadBalancing_v7", "AttachLoadBalancerToSubnets", {})
|
|
1544
|
-
.n("ElasticLoadBalancingClient", "AttachLoadBalancerToSubnetsCommand")
|
|
1545
|
-
.sc(AttachLoadBalancerToSubnets$)
|
|
1546
|
-
.build() {
|
|
1525
|
+
class AttachLoadBalancerToSubnetsCommand extends command(_ep0, _mw0, "AttachLoadBalancerToSubnets", AttachLoadBalancerToSubnets$) {
|
|
1547
1526
|
}
|
|
1548
1527
|
|
|
1549
|
-
class ConfigureHealthCheckCommand extends
|
|
1550
|
-
.classBuilder()
|
|
1551
|
-
.ep(commonParams)
|
|
1552
|
-
.m(function (Command, cs, config, o) {
|
|
1553
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1554
|
-
})
|
|
1555
|
-
.s("ElasticLoadBalancing_v7", "ConfigureHealthCheck", {})
|
|
1556
|
-
.n("ElasticLoadBalancingClient", "ConfigureHealthCheckCommand")
|
|
1557
|
-
.sc(ConfigureHealthCheck$)
|
|
1558
|
-
.build() {
|
|
1528
|
+
class ConfigureHealthCheckCommand extends command(_ep0, _mw0, "ConfigureHealthCheck", ConfigureHealthCheck$) {
|
|
1559
1529
|
}
|
|
1560
1530
|
|
|
1561
|
-
class CreateAppCookieStickinessPolicyCommand extends
|
|
1562
|
-
.classBuilder()
|
|
1563
|
-
.ep(commonParams)
|
|
1564
|
-
.m(function (Command, cs, config, o) {
|
|
1565
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1566
|
-
})
|
|
1567
|
-
.s("ElasticLoadBalancing_v7", "CreateAppCookieStickinessPolicy", {})
|
|
1568
|
-
.n("ElasticLoadBalancingClient", "CreateAppCookieStickinessPolicyCommand")
|
|
1569
|
-
.sc(CreateAppCookieStickinessPolicy$)
|
|
1570
|
-
.build() {
|
|
1531
|
+
class CreateAppCookieStickinessPolicyCommand extends command(_ep0, _mw0, "CreateAppCookieStickinessPolicy", CreateAppCookieStickinessPolicy$) {
|
|
1571
1532
|
}
|
|
1572
1533
|
|
|
1573
|
-
class CreateLBCookieStickinessPolicyCommand extends
|
|
1574
|
-
.classBuilder()
|
|
1575
|
-
.ep(commonParams)
|
|
1576
|
-
.m(function (Command, cs, config, o) {
|
|
1577
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1578
|
-
})
|
|
1579
|
-
.s("ElasticLoadBalancing_v7", "CreateLBCookieStickinessPolicy", {})
|
|
1580
|
-
.n("ElasticLoadBalancingClient", "CreateLBCookieStickinessPolicyCommand")
|
|
1581
|
-
.sc(CreateLBCookieStickinessPolicy$)
|
|
1582
|
-
.build() {
|
|
1534
|
+
class CreateLBCookieStickinessPolicyCommand extends command(_ep0, _mw0, "CreateLBCookieStickinessPolicy", CreateLBCookieStickinessPolicy$) {
|
|
1583
1535
|
}
|
|
1584
1536
|
|
|
1585
|
-
class CreateLoadBalancerCommand extends
|
|
1586
|
-
.classBuilder()
|
|
1587
|
-
.ep(commonParams)
|
|
1588
|
-
.m(function (Command, cs, config, o) {
|
|
1589
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1590
|
-
})
|
|
1591
|
-
.s("ElasticLoadBalancing_v7", "CreateLoadBalancer", {})
|
|
1592
|
-
.n("ElasticLoadBalancingClient", "CreateLoadBalancerCommand")
|
|
1593
|
-
.sc(CreateLoadBalancer$)
|
|
1594
|
-
.build() {
|
|
1537
|
+
class CreateLoadBalancerCommand extends command(_ep0, _mw0, "CreateLoadBalancer", CreateLoadBalancer$) {
|
|
1595
1538
|
}
|
|
1596
1539
|
|
|
1597
|
-
class CreateLoadBalancerListenersCommand extends
|
|
1598
|
-
.classBuilder()
|
|
1599
|
-
.ep(commonParams)
|
|
1600
|
-
.m(function (Command, cs, config, o) {
|
|
1601
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1602
|
-
})
|
|
1603
|
-
.s("ElasticLoadBalancing_v7", "CreateLoadBalancerListeners", {})
|
|
1604
|
-
.n("ElasticLoadBalancingClient", "CreateLoadBalancerListenersCommand")
|
|
1605
|
-
.sc(CreateLoadBalancerListeners$)
|
|
1606
|
-
.build() {
|
|
1540
|
+
class CreateLoadBalancerListenersCommand extends command(_ep0, _mw0, "CreateLoadBalancerListeners", CreateLoadBalancerListeners$) {
|
|
1607
1541
|
}
|
|
1608
1542
|
|
|
1609
|
-
class CreateLoadBalancerPolicyCommand extends
|
|
1610
|
-
.classBuilder()
|
|
1611
|
-
.ep(commonParams)
|
|
1612
|
-
.m(function (Command, cs, config, o) {
|
|
1613
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1614
|
-
})
|
|
1615
|
-
.s("ElasticLoadBalancing_v7", "CreateLoadBalancerPolicy", {})
|
|
1616
|
-
.n("ElasticLoadBalancingClient", "CreateLoadBalancerPolicyCommand")
|
|
1617
|
-
.sc(CreateLoadBalancerPolicy$)
|
|
1618
|
-
.build() {
|
|
1543
|
+
class CreateLoadBalancerPolicyCommand extends command(_ep0, _mw0, "CreateLoadBalancerPolicy", CreateLoadBalancerPolicy$) {
|
|
1619
1544
|
}
|
|
1620
1545
|
|
|
1621
|
-
class DeleteLoadBalancerCommand extends
|
|
1622
|
-
.classBuilder()
|
|
1623
|
-
.ep(commonParams)
|
|
1624
|
-
.m(function (Command, cs, config, o) {
|
|
1625
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1626
|
-
})
|
|
1627
|
-
.s("ElasticLoadBalancing_v7", "DeleteLoadBalancer", {})
|
|
1628
|
-
.n("ElasticLoadBalancingClient", "DeleteLoadBalancerCommand")
|
|
1629
|
-
.sc(DeleteLoadBalancer$)
|
|
1630
|
-
.build() {
|
|
1546
|
+
class DeleteLoadBalancerCommand extends command(_ep0, _mw0, "DeleteLoadBalancer", DeleteLoadBalancer$) {
|
|
1631
1547
|
}
|
|
1632
1548
|
|
|
1633
|
-
class DeleteLoadBalancerListenersCommand extends
|
|
1634
|
-
.classBuilder()
|
|
1635
|
-
.ep(commonParams)
|
|
1636
|
-
.m(function (Command, cs, config, o) {
|
|
1637
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1638
|
-
})
|
|
1639
|
-
.s("ElasticLoadBalancing_v7", "DeleteLoadBalancerListeners", {})
|
|
1640
|
-
.n("ElasticLoadBalancingClient", "DeleteLoadBalancerListenersCommand")
|
|
1641
|
-
.sc(DeleteLoadBalancerListeners$)
|
|
1642
|
-
.build() {
|
|
1549
|
+
class DeleteLoadBalancerListenersCommand extends command(_ep0, _mw0, "DeleteLoadBalancerListeners", DeleteLoadBalancerListeners$) {
|
|
1643
1550
|
}
|
|
1644
1551
|
|
|
1645
|
-
class DeleteLoadBalancerPolicyCommand extends
|
|
1646
|
-
.classBuilder()
|
|
1647
|
-
.ep(commonParams)
|
|
1648
|
-
.m(function (Command, cs, config, o) {
|
|
1649
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1650
|
-
})
|
|
1651
|
-
.s("ElasticLoadBalancing_v7", "DeleteLoadBalancerPolicy", {})
|
|
1652
|
-
.n("ElasticLoadBalancingClient", "DeleteLoadBalancerPolicyCommand")
|
|
1653
|
-
.sc(DeleteLoadBalancerPolicy$)
|
|
1654
|
-
.build() {
|
|
1552
|
+
class DeleteLoadBalancerPolicyCommand extends command(_ep0, _mw0, "DeleteLoadBalancerPolicy", DeleteLoadBalancerPolicy$) {
|
|
1655
1553
|
}
|
|
1656
1554
|
|
|
1657
|
-
class DeregisterInstancesFromLoadBalancerCommand extends
|
|
1658
|
-
.classBuilder()
|
|
1659
|
-
.ep(commonParams)
|
|
1660
|
-
.m(function (Command, cs, config, o) {
|
|
1661
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1662
|
-
})
|
|
1663
|
-
.s("ElasticLoadBalancing_v7", "DeregisterInstancesFromLoadBalancer", {})
|
|
1664
|
-
.n("ElasticLoadBalancingClient", "DeregisterInstancesFromLoadBalancerCommand")
|
|
1665
|
-
.sc(DeregisterInstancesFromLoadBalancer$)
|
|
1666
|
-
.build() {
|
|
1555
|
+
class DeregisterInstancesFromLoadBalancerCommand extends command(_ep0, _mw0, "DeregisterInstancesFromLoadBalancer", DeregisterInstancesFromLoadBalancer$) {
|
|
1667
1556
|
}
|
|
1668
1557
|
|
|
1669
|
-
class DescribeAccountLimitsCommand extends
|
|
1670
|
-
.classBuilder()
|
|
1671
|
-
.ep(commonParams)
|
|
1672
|
-
.m(function (Command, cs, config, o) {
|
|
1673
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1674
|
-
})
|
|
1675
|
-
.s("ElasticLoadBalancing_v7", "DescribeAccountLimits", {})
|
|
1676
|
-
.n("ElasticLoadBalancingClient", "DescribeAccountLimitsCommand")
|
|
1677
|
-
.sc(DescribeAccountLimits$)
|
|
1678
|
-
.build() {
|
|
1558
|
+
class DescribeAccountLimitsCommand extends command(_ep0, _mw0, "DescribeAccountLimits", DescribeAccountLimits$) {
|
|
1679
1559
|
}
|
|
1680
1560
|
|
|
1681
|
-
class DescribeInstanceHealthCommand extends
|
|
1682
|
-
.classBuilder()
|
|
1683
|
-
.ep(commonParams)
|
|
1684
|
-
.m(function (Command, cs, config, o) {
|
|
1685
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1686
|
-
})
|
|
1687
|
-
.s("ElasticLoadBalancing_v7", "DescribeInstanceHealth", {})
|
|
1688
|
-
.n("ElasticLoadBalancingClient", "DescribeInstanceHealthCommand")
|
|
1689
|
-
.sc(DescribeInstanceHealth$)
|
|
1690
|
-
.build() {
|
|
1561
|
+
class DescribeInstanceHealthCommand extends command(_ep0, _mw0, "DescribeInstanceHealth", DescribeInstanceHealth$) {
|
|
1691
1562
|
}
|
|
1692
1563
|
|
|
1693
|
-
class DescribeLoadBalancerAttributesCommand extends
|
|
1694
|
-
.classBuilder()
|
|
1695
|
-
.ep(commonParams)
|
|
1696
|
-
.m(function (Command, cs, config, o) {
|
|
1697
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1698
|
-
})
|
|
1699
|
-
.s("ElasticLoadBalancing_v7", "DescribeLoadBalancerAttributes", {})
|
|
1700
|
-
.n("ElasticLoadBalancingClient", "DescribeLoadBalancerAttributesCommand")
|
|
1701
|
-
.sc(DescribeLoadBalancerAttributes$)
|
|
1702
|
-
.build() {
|
|
1564
|
+
class DescribeLoadBalancerAttributesCommand extends command(_ep0, _mw0, "DescribeLoadBalancerAttributes", DescribeLoadBalancerAttributes$) {
|
|
1703
1565
|
}
|
|
1704
1566
|
|
|
1705
|
-
class DescribeLoadBalancerPoliciesCommand extends
|
|
1706
|
-
.classBuilder()
|
|
1707
|
-
.ep(commonParams)
|
|
1708
|
-
.m(function (Command, cs, config, o) {
|
|
1709
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1710
|
-
})
|
|
1711
|
-
.s("ElasticLoadBalancing_v7", "DescribeLoadBalancerPolicies", {})
|
|
1712
|
-
.n("ElasticLoadBalancingClient", "DescribeLoadBalancerPoliciesCommand")
|
|
1713
|
-
.sc(DescribeLoadBalancerPolicies$)
|
|
1714
|
-
.build() {
|
|
1567
|
+
class DescribeLoadBalancerPoliciesCommand extends command(_ep0, _mw0, "DescribeLoadBalancerPolicies", DescribeLoadBalancerPolicies$) {
|
|
1715
1568
|
}
|
|
1716
1569
|
|
|
1717
|
-
class DescribeLoadBalancerPolicyTypesCommand extends
|
|
1718
|
-
.classBuilder()
|
|
1719
|
-
.ep(commonParams)
|
|
1720
|
-
.m(function (Command, cs, config, o) {
|
|
1721
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1722
|
-
})
|
|
1723
|
-
.s("ElasticLoadBalancing_v7", "DescribeLoadBalancerPolicyTypes", {})
|
|
1724
|
-
.n("ElasticLoadBalancingClient", "DescribeLoadBalancerPolicyTypesCommand")
|
|
1725
|
-
.sc(DescribeLoadBalancerPolicyTypes$)
|
|
1726
|
-
.build() {
|
|
1570
|
+
class DescribeLoadBalancerPolicyTypesCommand extends command(_ep0, _mw0, "DescribeLoadBalancerPolicyTypes", DescribeLoadBalancerPolicyTypes$) {
|
|
1727
1571
|
}
|
|
1728
1572
|
|
|
1729
|
-
class DescribeLoadBalancersCommand extends
|
|
1730
|
-
.classBuilder()
|
|
1731
|
-
.ep(commonParams)
|
|
1732
|
-
.m(function (Command, cs, config, o) {
|
|
1733
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1734
|
-
})
|
|
1735
|
-
.s("ElasticLoadBalancing_v7", "DescribeLoadBalancers", {})
|
|
1736
|
-
.n("ElasticLoadBalancingClient", "DescribeLoadBalancersCommand")
|
|
1737
|
-
.sc(DescribeLoadBalancers$)
|
|
1738
|
-
.build() {
|
|
1573
|
+
class DescribeLoadBalancersCommand extends command(_ep0, _mw0, "DescribeLoadBalancers", DescribeLoadBalancers$) {
|
|
1739
1574
|
}
|
|
1740
1575
|
|
|
1741
|
-
class DescribeTagsCommand extends
|
|
1742
|
-
.classBuilder()
|
|
1743
|
-
.ep(commonParams)
|
|
1744
|
-
.m(function (Command, cs, config, o) {
|
|
1745
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1746
|
-
})
|
|
1747
|
-
.s("ElasticLoadBalancing_v7", "DescribeTags", {})
|
|
1748
|
-
.n("ElasticLoadBalancingClient", "DescribeTagsCommand")
|
|
1749
|
-
.sc(DescribeTags$)
|
|
1750
|
-
.build() {
|
|
1576
|
+
class DescribeTagsCommand extends command(_ep0, _mw0, "DescribeTags", DescribeTags$) {
|
|
1751
1577
|
}
|
|
1752
1578
|
|
|
1753
|
-
class DetachLoadBalancerFromSubnetsCommand extends
|
|
1754
|
-
.classBuilder()
|
|
1755
|
-
.ep(commonParams)
|
|
1756
|
-
.m(function (Command, cs, config, o) {
|
|
1757
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1758
|
-
})
|
|
1759
|
-
.s("ElasticLoadBalancing_v7", "DetachLoadBalancerFromSubnets", {})
|
|
1760
|
-
.n("ElasticLoadBalancingClient", "DetachLoadBalancerFromSubnetsCommand")
|
|
1761
|
-
.sc(DetachLoadBalancerFromSubnets$)
|
|
1762
|
-
.build() {
|
|
1579
|
+
class DetachLoadBalancerFromSubnetsCommand extends command(_ep0, _mw0, "DetachLoadBalancerFromSubnets", DetachLoadBalancerFromSubnets$) {
|
|
1763
1580
|
}
|
|
1764
1581
|
|
|
1765
|
-
class DisableAvailabilityZonesForLoadBalancerCommand extends
|
|
1766
|
-
.classBuilder()
|
|
1767
|
-
.ep(commonParams)
|
|
1768
|
-
.m(function (Command, cs, config, o) {
|
|
1769
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1770
|
-
})
|
|
1771
|
-
.s("ElasticLoadBalancing_v7", "DisableAvailabilityZonesForLoadBalancer", {})
|
|
1772
|
-
.n("ElasticLoadBalancingClient", "DisableAvailabilityZonesForLoadBalancerCommand")
|
|
1773
|
-
.sc(DisableAvailabilityZonesForLoadBalancer$)
|
|
1774
|
-
.build() {
|
|
1582
|
+
class DisableAvailabilityZonesForLoadBalancerCommand extends command(_ep0, _mw0, "DisableAvailabilityZonesForLoadBalancer", DisableAvailabilityZonesForLoadBalancer$) {
|
|
1775
1583
|
}
|
|
1776
1584
|
|
|
1777
|
-
class EnableAvailabilityZonesForLoadBalancerCommand extends
|
|
1778
|
-
.classBuilder()
|
|
1779
|
-
.ep(commonParams)
|
|
1780
|
-
.m(function (Command, cs, config, o) {
|
|
1781
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1782
|
-
})
|
|
1783
|
-
.s("ElasticLoadBalancing_v7", "EnableAvailabilityZonesForLoadBalancer", {})
|
|
1784
|
-
.n("ElasticLoadBalancingClient", "EnableAvailabilityZonesForLoadBalancerCommand")
|
|
1785
|
-
.sc(EnableAvailabilityZonesForLoadBalancer$)
|
|
1786
|
-
.build() {
|
|
1585
|
+
class EnableAvailabilityZonesForLoadBalancerCommand extends command(_ep0, _mw0, "EnableAvailabilityZonesForLoadBalancer", EnableAvailabilityZonesForLoadBalancer$) {
|
|
1787
1586
|
}
|
|
1788
1587
|
|
|
1789
|
-
class ModifyLoadBalancerAttributesCommand extends
|
|
1790
|
-
.classBuilder()
|
|
1791
|
-
.ep(commonParams)
|
|
1792
|
-
.m(function (Command, cs, config, o) {
|
|
1793
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1794
|
-
})
|
|
1795
|
-
.s("ElasticLoadBalancing_v7", "ModifyLoadBalancerAttributes", {})
|
|
1796
|
-
.n("ElasticLoadBalancingClient", "ModifyLoadBalancerAttributesCommand")
|
|
1797
|
-
.sc(ModifyLoadBalancerAttributes$)
|
|
1798
|
-
.build() {
|
|
1588
|
+
class ModifyLoadBalancerAttributesCommand extends command(_ep0, _mw0, "ModifyLoadBalancerAttributes", ModifyLoadBalancerAttributes$) {
|
|
1799
1589
|
}
|
|
1800
1590
|
|
|
1801
|
-
class RegisterInstancesWithLoadBalancerCommand extends
|
|
1802
|
-
.classBuilder()
|
|
1803
|
-
.ep(commonParams)
|
|
1804
|
-
.m(function (Command, cs, config, o) {
|
|
1805
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1806
|
-
})
|
|
1807
|
-
.s("ElasticLoadBalancing_v7", "RegisterInstancesWithLoadBalancer", {})
|
|
1808
|
-
.n("ElasticLoadBalancingClient", "RegisterInstancesWithLoadBalancerCommand")
|
|
1809
|
-
.sc(RegisterInstancesWithLoadBalancer$)
|
|
1810
|
-
.build() {
|
|
1591
|
+
class RegisterInstancesWithLoadBalancerCommand extends command(_ep0, _mw0, "RegisterInstancesWithLoadBalancer", RegisterInstancesWithLoadBalancer$) {
|
|
1811
1592
|
}
|
|
1812
1593
|
|
|
1813
|
-
class RemoveTagsCommand extends
|
|
1814
|
-
.classBuilder()
|
|
1815
|
-
.ep(commonParams)
|
|
1816
|
-
.m(function (Command, cs, config, o) {
|
|
1817
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1818
|
-
})
|
|
1819
|
-
.s("ElasticLoadBalancing_v7", "RemoveTags", {})
|
|
1820
|
-
.n("ElasticLoadBalancingClient", "RemoveTagsCommand")
|
|
1821
|
-
.sc(RemoveTags$)
|
|
1822
|
-
.build() {
|
|
1594
|
+
class RemoveTagsCommand extends command(_ep0, _mw0, "RemoveTags", RemoveTags$) {
|
|
1823
1595
|
}
|
|
1824
1596
|
|
|
1825
|
-
class SetLoadBalancerListenerSSLCertificateCommand extends
|
|
1826
|
-
.classBuilder()
|
|
1827
|
-
.ep(commonParams)
|
|
1828
|
-
.m(function (Command, cs, config, o) {
|
|
1829
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1830
|
-
})
|
|
1831
|
-
.s("ElasticLoadBalancing_v7", "SetLoadBalancerListenerSSLCertificate", {})
|
|
1832
|
-
.n("ElasticLoadBalancingClient", "SetLoadBalancerListenerSSLCertificateCommand")
|
|
1833
|
-
.sc(SetLoadBalancerListenerSSLCertificate$)
|
|
1834
|
-
.build() {
|
|
1597
|
+
class SetLoadBalancerListenerSSLCertificateCommand extends command(_ep0, _mw0, "SetLoadBalancerListenerSSLCertificate", SetLoadBalancerListenerSSLCertificate$) {
|
|
1835
1598
|
}
|
|
1836
1599
|
|
|
1837
|
-
class SetLoadBalancerPoliciesForBackendServerCommand extends
|
|
1838
|
-
.classBuilder()
|
|
1839
|
-
.ep(commonParams)
|
|
1840
|
-
.m(function (Command, cs, config, o) {
|
|
1841
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1842
|
-
})
|
|
1843
|
-
.s("ElasticLoadBalancing_v7", "SetLoadBalancerPoliciesForBackendServer", {})
|
|
1844
|
-
.n("ElasticLoadBalancingClient", "SetLoadBalancerPoliciesForBackendServerCommand")
|
|
1845
|
-
.sc(SetLoadBalancerPoliciesForBackendServer$)
|
|
1846
|
-
.build() {
|
|
1600
|
+
class SetLoadBalancerPoliciesForBackendServerCommand extends command(_ep0, _mw0, "SetLoadBalancerPoliciesForBackendServer", SetLoadBalancerPoliciesForBackendServer$) {
|
|
1847
1601
|
}
|
|
1848
1602
|
|
|
1849
|
-
class SetLoadBalancerPoliciesOfListenerCommand extends
|
|
1850
|
-
.classBuilder()
|
|
1851
|
-
.ep(commonParams)
|
|
1852
|
-
.m(function (Command, cs, config, o) {
|
|
1853
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1854
|
-
})
|
|
1855
|
-
.s("ElasticLoadBalancing_v7", "SetLoadBalancerPoliciesOfListener", {})
|
|
1856
|
-
.n("ElasticLoadBalancingClient", "SetLoadBalancerPoliciesOfListenerCommand")
|
|
1857
|
-
.sc(SetLoadBalancerPoliciesOfListener$)
|
|
1858
|
-
.build() {
|
|
1603
|
+
class SetLoadBalancerPoliciesOfListenerCommand extends command(_ep0, _mw0, "SetLoadBalancerPoliciesOfListener", SetLoadBalancerPoliciesOfListener$) {
|
|
1859
1604
|
}
|
|
1860
1605
|
|
|
1861
1606
|
const paginateDescribeLoadBalancers = createPaginator(ElasticLoadBalancingClient, DescribeLoadBalancersCommand, "Marker", "NextMarker", "");
|
|
@@ -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, "ElasticLoadBalancing_v7", "ElasticLoadBalancingClient", 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 { AddTags$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AddTagsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "AddTags", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "AddTagsCommand")
|
|
14
|
-
.sc(AddTags$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AddTagsCommand extends command(_ep0, _mw0, "AddTags", AddTags$) {
|
|
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 { ApplySecurityGroupsToLoadBalancer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ApplySecurityGroupsToLoadBalancerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "ApplySecurityGroupsToLoadBalancer", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "ApplySecurityGroupsToLoadBalancerCommand")
|
|
14
|
-
.sc(ApplySecurityGroupsToLoadBalancer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ApplySecurityGroupsToLoadBalancerCommand extends command(_ep0, _mw0, "ApplySecurityGroupsToLoadBalancer", ApplySecurityGroupsToLoadBalancer$) {
|
|
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 { AttachLoadBalancerToSubnets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AttachLoadBalancerToSubnetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "AttachLoadBalancerToSubnets", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "AttachLoadBalancerToSubnetsCommand")
|
|
14
|
-
.sc(AttachLoadBalancerToSubnets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AttachLoadBalancerToSubnetsCommand extends command(_ep0, _mw0, "AttachLoadBalancerToSubnets", AttachLoadBalancerToSubnets$) {
|
|
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 { ConfigureHealthCheck$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ConfigureHealthCheckCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "ConfigureHealthCheck", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "ConfigureHealthCheckCommand")
|
|
14
|
-
.sc(ConfigureHealthCheck$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ConfigureHealthCheckCommand extends command(_ep0, _mw0, "ConfigureHealthCheck", ConfigureHealthCheck$) {
|
|
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 { CreateAppCookieStickinessPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAppCookieStickinessPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "CreateAppCookieStickinessPolicy", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "CreateAppCookieStickinessPolicyCommand")
|
|
14
|
-
.sc(CreateAppCookieStickinessPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAppCookieStickinessPolicyCommand extends command(_ep0, _mw0, "CreateAppCookieStickinessPolicy", CreateAppCookieStickinessPolicy$) {
|
|
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 { CreateLBCookieStickinessPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateLBCookieStickinessPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "CreateLBCookieStickinessPolicy", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "CreateLBCookieStickinessPolicyCommand")
|
|
14
|
-
.sc(CreateLBCookieStickinessPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateLBCookieStickinessPolicyCommand extends command(_ep0, _mw0, "CreateLBCookieStickinessPolicy", CreateLBCookieStickinessPolicy$) {
|
|
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 { CreateLoadBalancer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateLoadBalancerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "CreateLoadBalancer", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "CreateLoadBalancerCommand")
|
|
14
|
-
.sc(CreateLoadBalancer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateLoadBalancerCommand extends command(_ep0, _mw0, "CreateLoadBalancer", CreateLoadBalancer$) {
|
|
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 { CreateLoadBalancerListeners$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateLoadBalancerListenersCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "CreateLoadBalancerListeners", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "CreateLoadBalancerListenersCommand")
|
|
14
|
-
.sc(CreateLoadBalancerListeners$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateLoadBalancerListenersCommand extends command(_ep0, _mw0, "CreateLoadBalancerListeners", CreateLoadBalancerListeners$) {
|
|
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 { CreateLoadBalancerPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateLoadBalancerPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "CreateLoadBalancerPolicy", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "CreateLoadBalancerPolicyCommand")
|
|
14
|
-
.sc(CreateLoadBalancerPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateLoadBalancerPolicyCommand extends command(_ep0, _mw0, "CreateLoadBalancerPolicy", CreateLoadBalancerPolicy$) {
|
|
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 { DeleteLoadBalancer$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteLoadBalancerCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("ElasticLoadBalancing_v7", "DeleteLoadBalancer", {})
|
|
13
|
-
.n("ElasticLoadBalancingClient", "DeleteLoadBalancerCommand")
|
|
14
|
-
.sc(DeleteLoadBalancer$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteLoadBalancerCommand extends command(_ep0, _mw0, "DeleteLoadBalancer", DeleteLoadBalancer$) {
|
|
16
4
|
}
|