@aws-sdk/client-elastic-load-balancing 3.645.0 → 3.650.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/endpoint/endpointResolver.js +6 -2
- package/dist-cjs/index.js +29 -87
- package/dist-es/commands/AddTagsCommand.js +1 -3
- package/dist-es/commands/ApplySecurityGroupsToLoadBalancerCommand.js +1 -3
- package/dist-es/commands/AttachLoadBalancerToSubnetsCommand.js +1 -3
- package/dist-es/commands/ConfigureHealthCheckCommand.js +1 -3
- package/dist-es/commands/CreateAppCookieStickinessPolicyCommand.js +1 -3
- package/dist-es/commands/CreateLBCookieStickinessPolicyCommand.js +1 -3
- package/dist-es/commands/CreateLoadBalancerCommand.js +1 -3
- package/dist-es/commands/CreateLoadBalancerListenersCommand.js +1 -3
- package/dist-es/commands/CreateLoadBalancerPolicyCommand.js +1 -3
- package/dist-es/commands/DeleteLoadBalancerCommand.js +1 -3
- package/dist-es/commands/DeleteLoadBalancerListenersCommand.js +1 -3
- package/dist-es/commands/DeleteLoadBalancerPolicyCommand.js +1 -3
- package/dist-es/commands/DeregisterInstancesFromLoadBalancerCommand.js +1 -3
- package/dist-es/commands/DescribeAccountLimitsCommand.js +1 -3
- package/dist-es/commands/DescribeInstanceHealthCommand.js +1 -3
- package/dist-es/commands/DescribeLoadBalancerAttributesCommand.js +1 -3
- package/dist-es/commands/DescribeLoadBalancerPoliciesCommand.js +1 -3
- package/dist-es/commands/DescribeLoadBalancerPolicyTypesCommand.js +1 -3
- package/dist-es/commands/DescribeLoadBalancersCommand.js +1 -3
- package/dist-es/commands/DescribeTagsCommand.js +1 -3
- package/dist-es/commands/DetachLoadBalancerFromSubnetsCommand.js +1 -3
- package/dist-es/commands/DisableAvailabilityZonesForLoadBalancerCommand.js +1 -3
- package/dist-es/commands/EnableAvailabilityZonesForLoadBalancerCommand.js +1 -3
- package/dist-es/commands/ModifyLoadBalancerAttributesCommand.js +1 -3
- package/dist-es/commands/RegisterInstancesWithLoadBalancerCommand.js +1 -3
- package/dist-es/commands/RemoveTagsCommand.js +1 -3
- package/dist-es/commands/SetLoadBalancerListenerSSLCertificateCommand.js +1 -3
- package/dist-es/commands/SetLoadBalancerPoliciesForBackendServerCommand.js +1 -3
- package/dist-es/commands/SetLoadBalancerPoliciesOfListenerCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +36 -36
|
@@ -4,11 +4,15 @@ exports.defaultEndpointResolver = void 0;
|
|
|
4
4
|
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
5
|
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
6
6
|
const ruleset_1 = require("./ruleset");
|
|
7
|
+
const cache = new util_endpoints_2.EndpointCache({
|
|
8
|
+
size: 50,
|
|
9
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
10
|
+
});
|
|
7
11
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
8
|
-
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
12
|
+
return cache.get(endpointParams, () => (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
9
13
|
endpointParams: endpointParams,
|
|
10
14
|
logger: context.logger,
|
|
11
|
-
});
|
|
15
|
+
}));
|
|
12
16
|
};
|
|
13
17
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
18
|
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -3440,9 +3440,7 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
|
3440
3440
|
}, "loadQueryErrorCode");
|
|
3441
3441
|
|
|
3442
3442
|
// src/commands/AddTagsCommand.ts
|
|
3443
|
-
var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3444
|
-
...commonParams
|
|
3445
|
-
}).m(function(Command, cs, config, o) {
|
|
3443
|
+
var _AddTagsCommand = class _AddTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3446
3444
|
return [
|
|
3447
3445
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3448
3446
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3456,9 +3454,7 @@ var AddTagsCommand = _AddTagsCommand;
|
|
|
3456
3454
|
|
|
3457
3455
|
|
|
3458
3456
|
|
|
3459
|
-
var _ApplySecurityGroupsToLoadBalancerCommand = class _ApplySecurityGroupsToLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3460
|
-
...commonParams
|
|
3461
|
-
}).m(function(Command, cs, config, o) {
|
|
3457
|
+
var _ApplySecurityGroupsToLoadBalancerCommand = class _ApplySecurityGroupsToLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3462
3458
|
return [
|
|
3463
3459
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3464
3460
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3472,9 +3468,7 @@ var ApplySecurityGroupsToLoadBalancerCommand = _ApplySecurityGroupsToLoadBalance
|
|
|
3472
3468
|
|
|
3473
3469
|
|
|
3474
3470
|
|
|
3475
|
-
var _AttachLoadBalancerToSubnetsCommand = class _AttachLoadBalancerToSubnetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3476
|
-
...commonParams
|
|
3477
|
-
}).m(function(Command, cs, config, o) {
|
|
3471
|
+
var _AttachLoadBalancerToSubnetsCommand = class _AttachLoadBalancerToSubnetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3478
3472
|
return [
|
|
3479
3473
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3480
3474
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3488,9 +3482,7 @@ var AttachLoadBalancerToSubnetsCommand = _AttachLoadBalancerToSubnetsCommand;
|
|
|
3488
3482
|
|
|
3489
3483
|
|
|
3490
3484
|
|
|
3491
|
-
var _ConfigureHealthCheckCommand = class _ConfigureHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3492
|
-
...commonParams
|
|
3493
|
-
}).m(function(Command, cs, config, o) {
|
|
3485
|
+
var _ConfigureHealthCheckCommand = class _ConfigureHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3494
3486
|
return [
|
|
3495
3487
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3496
3488
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3504,9 +3496,7 @@ var ConfigureHealthCheckCommand = _ConfigureHealthCheckCommand;
|
|
|
3504
3496
|
|
|
3505
3497
|
|
|
3506
3498
|
|
|
3507
|
-
var _CreateAppCookieStickinessPolicyCommand = class _CreateAppCookieStickinessPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3508
|
-
...commonParams
|
|
3509
|
-
}).m(function(Command, cs, config, o) {
|
|
3499
|
+
var _CreateAppCookieStickinessPolicyCommand = class _CreateAppCookieStickinessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3510
3500
|
return [
|
|
3511
3501
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3512
3502
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3520,9 +3510,7 @@ var CreateAppCookieStickinessPolicyCommand = _CreateAppCookieStickinessPolicyCom
|
|
|
3520
3510
|
|
|
3521
3511
|
|
|
3522
3512
|
|
|
3523
|
-
var _CreateLBCookieStickinessPolicyCommand = class _CreateLBCookieStickinessPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3524
|
-
...commonParams
|
|
3525
|
-
}).m(function(Command, cs, config, o) {
|
|
3513
|
+
var _CreateLBCookieStickinessPolicyCommand = class _CreateLBCookieStickinessPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3526
3514
|
return [
|
|
3527
3515
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3528
3516
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3536,9 +3524,7 @@ var CreateLBCookieStickinessPolicyCommand = _CreateLBCookieStickinessPolicyComma
|
|
|
3536
3524
|
|
|
3537
3525
|
|
|
3538
3526
|
|
|
3539
|
-
var _CreateLoadBalancerCommand = class _CreateLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3540
|
-
...commonParams
|
|
3541
|
-
}).m(function(Command, cs, config, o) {
|
|
3527
|
+
var _CreateLoadBalancerCommand = class _CreateLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3542
3528
|
return [
|
|
3543
3529
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3544
3530
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3552,9 +3538,7 @@ var CreateLoadBalancerCommand = _CreateLoadBalancerCommand;
|
|
|
3552
3538
|
|
|
3553
3539
|
|
|
3554
3540
|
|
|
3555
|
-
var _CreateLoadBalancerListenersCommand = class _CreateLoadBalancerListenersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3556
|
-
...commonParams
|
|
3557
|
-
}).m(function(Command, cs, config, o) {
|
|
3541
|
+
var _CreateLoadBalancerListenersCommand = class _CreateLoadBalancerListenersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3558
3542
|
return [
|
|
3559
3543
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3560
3544
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3568,9 +3552,7 @@ var CreateLoadBalancerListenersCommand = _CreateLoadBalancerListenersCommand;
|
|
|
3568
3552
|
|
|
3569
3553
|
|
|
3570
3554
|
|
|
3571
|
-
var _CreateLoadBalancerPolicyCommand = class _CreateLoadBalancerPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3572
|
-
...commonParams
|
|
3573
|
-
}).m(function(Command, cs, config, o) {
|
|
3555
|
+
var _CreateLoadBalancerPolicyCommand = class _CreateLoadBalancerPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3574
3556
|
return [
|
|
3575
3557
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3576
3558
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3584,9 +3566,7 @@ var CreateLoadBalancerPolicyCommand = _CreateLoadBalancerPolicyCommand;
|
|
|
3584
3566
|
|
|
3585
3567
|
|
|
3586
3568
|
|
|
3587
|
-
var _DeleteLoadBalancerCommand = class _DeleteLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3588
|
-
...commonParams
|
|
3589
|
-
}).m(function(Command, cs, config, o) {
|
|
3569
|
+
var _DeleteLoadBalancerCommand = class _DeleteLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3590
3570
|
return [
|
|
3591
3571
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3592
3572
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3600,9 +3580,7 @@ var DeleteLoadBalancerCommand = _DeleteLoadBalancerCommand;
|
|
|
3600
3580
|
|
|
3601
3581
|
|
|
3602
3582
|
|
|
3603
|
-
var _DeleteLoadBalancerListenersCommand = class _DeleteLoadBalancerListenersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3604
|
-
...commonParams
|
|
3605
|
-
}).m(function(Command, cs, config, o) {
|
|
3583
|
+
var _DeleteLoadBalancerListenersCommand = class _DeleteLoadBalancerListenersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3606
3584
|
return [
|
|
3607
3585
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3608
3586
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3616,9 +3594,7 @@ var DeleteLoadBalancerListenersCommand = _DeleteLoadBalancerListenersCommand;
|
|
|
3616
3594
|
|
|
3617
3595
|
|
|
3618
3596
|
|
|
3619
|
-
var _DeleteLoadBalancerPolicyCommand = class _DeleteLoadBalancerPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3620
|
-
...commonParams
|
|
3621
|
-
}).m(function(Command, cs, config, o) {
|
|
3597
|
+
var _DeleteLoadBalancerPolicyCommand = class _DeleteLoadBalancerPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3622
3598
|
return [
|
|
3623
3599
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3624
3600
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3632,9 +3608,7 @@ var DeleteLoadBalancerPolicyCommand = _DeleteLoadBalancerPolicyCommand;
|
|
|
3632
3608
|
|
|
3633
3609
|
|
|
3634
3610
|
|
|
3635
|
-
var _DeregisterInstancesFromLoadBalancerCommand = class _DeregisterInstancesFromLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3636
|
-
...commonParams
|
|
3637
|
-
}).m(function(Command, cs, config, o) {
|
|
3611
|
+
var _DeregisterInstancesFromLoadBalancerCommand = class _DeregisterInstancesFromLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3638
3612
|
return [
|
|
3639
3613
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3640
3614
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3648,9 +3622,7 @@ var DeregisterInstancesFromLoadBalancerCommand = _DeregisterInstancesFromLoadBal
|
|
|
3648
3622
|
|
|
3649
3623
|
|
|
3650
3624
|
|
|
3651
|
-
var _DescribeAccountLimitsCommand = class _DescribeAccountLimitsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3652
|
-
...commonParams
|
|
3653
|
-
}).m(function(Command, cs, config, o) {
|
|
3625
|
+
var _DescribeAccountLimitsCommand = class _DescribeAccountLimitsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3654
3626
|
return [
|
|
3655
3627
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3656
3628
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3664,9 +3636,7 @@ var DescribeAccountLimitsCommand = _DescribeAccountLimitsCommand;
|
|
|
3664
3636
|
|
|
3665
3637
|
|
|
3666
3638
|
|
|
3667
|
-
var _DescribeInstanceHealthCommand = class _DescribeInstanceHealthCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3668
|
-
...commonParams
|
|
3669
|
-
}).m(function(Command, cs, config, o) {
|
|
3639
|
+
var _DescribeInstanceHealthCommand = class _DescribeInstanceHealthCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3670
3640
|
return [
|
|
3671
3641
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3672
3642
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3680,9 +3650,7 @@ var DescribeInstanceHealthCommand = _DescribeInstanceHealthCommand;
|
|
|
3680
3650
|
|
|
3681
3651
|
|
|
3682
3652
|
|
|
3683
|
-
var _DescribeLoadBalancerAttributesCommand = class _DescribeLoadBalancerAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3684
|
-
...commonParams
|
|
3685
|
-
}).m(function(Command, cs, config, o) {
|
|
3653
|
+
var _DescribeLoadBalancerAttributesCommand = class _DescribeLoadBalancerAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3686
3654
|
return [
|
|
3687
3655
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3688
3656
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3696,9 +3664,7 @@ var DescribeLoadBalancerAttributesCommand = _DescribeLoadBalancerAttributesComma
|
|
|
3696
3664
|
|
|
3697
3665
|
|
|
3698
3666
|
|
|
3699
|
-
var _DescribeLoadBalancerPoliciesCommand = class _DescribeLoadBalancerPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3700
|
-
...commonParams
|
|
3701
|
-
}).m(function(Command, cs, config, o) {
|
|
3667
|
+
var _DescribeLoadBalancerPoliciesCommand = class _DescribeLoadBalancerPoliciesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3702
3668
|
return [
|
|
3703
3669
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3704
3670
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3712,9 +3678,7 @@ var DescribeLoadBalancerPoliciesCommand = _DescribeLoadBalancerPoliciesCommand;
|
|
|
3712
3678
|
|
|
3713
3679
|
|
|
3714
3680
|
|
|
3715
|
-
var _DescribeLoadBalancerPolicyTypesCommand = class _DescribeLoadBalancerPolicyTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3716
|
-
...commonParams
|
|
3717
|
-
}).m(function(Command, cs, config, o) {
|
|
3681
|
+
var _DescribeLoadBalancerPolicyTypesCommand = class _DescribeLoadBalancerPolicyTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3718
3682
|
return [
|
|
3719
3683
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3720
3684
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3728,9 +3692,7 @@ var DescribeLoadBalancerPolicyTypesCommand = _DescribeLoadBalancerPolicyTypesCom
|
|
|
3728
3692
|
|
|
3729
3693
|
|
|
3730
3694
|
|
|
3731
|
-
var _DescribeLoadBalancersCommand = class _DescribeLoadBalancersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3732
|
-
...commonParams
|
|
3733
|
-
}).m(function(Command, cs, config, o) {
|
|
3695
|
+
var _DescribeLoadBalancersCommand = class _DescribeLoadBalancersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3734
3696
|
return [
|
|
3735
3697
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3736
3698
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3744,9 +3706,7 @@ var DescribeLoadBalancersCommand = _DescribeLoadBalancersCommand;
|
|
|
3744
3706
|
|
|
3745
3707
|
|
|
3746
3708
|
|
|
3747
|
-
var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3748
|
-
...commonParams
|
|
3749
|
-
}).m(function(Command, cs, config, o) {
|
|
3709
|
+
var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3750
3710
|
return [
|
|
3751
3711
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3752
3712
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3760,9 +3720,7 @@ var DescribeTagsCommand = _DescribeTagsCommand;
|
|
|
3760
3720
|
|
|
3761
3721
|
|
|
3762
3722
|
|
|
3763
|
-
var _DetachLoadBalancerFromSubnetsCommand = class _DetachLoadBalancerFromSubnetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3764
|
-
...commonParams
|
|
3765
|
-
}).m(function(Command, cs, config, o) {
|
|
3723
|
+
var _DetachLoadBalancerFromSubnetsCommand = class _DetachLoadBalancerFromSubnetsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3766
3724
|
return [
|
|
3767
3725
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3768
3726
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3776,9 +3734,7 @@ var DetachLoadBalancerFromSubnetsCommand = _DetachLoadBalancerFromSubnetsCommand
|
|
|
3776
3734
|
|
|
3777
3735
|
|
|
3778
3736
|
|
|
3779
|
-
var _DisableAvailabilityZonesForLoadBalancerCommand = class _DisableAvailabilityZonesForLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3780
|
-
...commonParams
|
|
3781
|
-
}).m(function(Command, cs, config, o) {
|
|
3737
|
+
var _DisableAvailabilityZonesForLoadBalancerCommand = class _DisableAvailabilityZonesForLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3782
3738
|
return [
|
|
3783
3739
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3784
3740
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3792,9 +3748,7 @@ var DisableAvailabilityZonesForLoadBalancerCommand = _DisableAvailabilityZonesFo
|
|
|
3792
3748
|
|
|
3793
3749
|
|
|
3794
3750
|
|
|
3795
|
-
var _EnableAvailabilityZonesForLoadBalancerCommand = class _EnableAvailabilityZonesForLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3796
|
-
...commonParams
|
|
3797
|
-
}).m(function(Command, cs, config, o) {
|
|
3751
|
+
var _EnableAvailabilityZonesForLoadBalancerCommand = class _EnableAvailabilityZonesForLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3798
3752
|
return [
|
|
3799
3753
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3800
3754
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3808,9 +3762,7 @@ var EnableAvailabilityZonesForLoadBalancerCommand = _EnableAvailabilityZonesForL
|
|
|
3808
3762
|
|
|
3809
3763
|
|
|
3810
3764
|
|
|
3811
|
-
var _ModifyLoadBalancerAttributesCommand = class _ModifyLoadBalancerAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3812
|
-
...commonParams
|
|
3813
|
-
}).m(function(Command, cs, config, o) {
|
|
3765
|
+
var _ModifyLoadBalancerAttributesCommand = class _ModifyLoadBalancerAttributesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3814
3766
|
return [
|
|
3815
3767
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3816
3768
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3824,9 +3776,7 @@ var ModifyLoadBalancerAttributesCommand = _ModifyLoadBalancerAttributesCommand;
|
|
|
3824
3776
|
|
|
3825
3777
|
|
|
3826
3778
|
|
|
3827
|
-
var _RegisterInstancesWithLoadBalancerCommand = class _RegisterInstancesWithLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3828
|
-
...commonParams
|
|
3829
|
-
}).m(function(Command, cs, config, o) {
|
|
3779
|
+
var _RegisterInstancesWithLoadBalancerCommand = class _RegisterInstancesWithLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3830
3780
|
return [
|
|
3831
3781
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3832
3782
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3840,9 +3790,7 @@ var RegisterInstancesWithLoadBalancerCommand = _RegisterInstancesWithLoadBalance
|
|
|
3840
3790
|
|
|
3841
3791
|
|
|
3842
3792
|
|
|
3843
|
-
var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3844
|
-
...commonParams
|
|
3845
|
-
}).m(function(Command, cs, config, o) {
|
|
3793
|
+
var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3846
3794
|
return [
|
|
3847
3795
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3848
3796
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3856,9 +3804,7 @@ var RemoveTagsCommand = _RemoveTagsCommand;
|
|
|
3856
3804
|
|
|
3857
3805
|
|
|
3858
3806
|
|
|
3859
|
-
var _SetLoadBalancerListenerSSLCertificateCommand = class _SetLoadBalancerListenerSSLCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3860
|
-
...commonParams
|
|
3861
|
-
}).m(function(Command, cs, config, o) {
|
|
3807
|
+
var _SetLoadBalancerListenerSSLCertificateCommand = class _SetLoadBalancerListenerSSLCertificateCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3862
3808
|
return [
|
|
3863
3809
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3864
3810
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3872,9 +3818,7 @@ var SetLoadBalancerListenerSSLCertificateCommand = _SetLoadBalancerListenerSSLCe
|
|
|
3872
3818
|
|
|
3873
3819
|
|
|
3874
3820
|
|
|
3875
|
-
var _SetLoadBalancerPoliciesForBackendServerCommand = class _SetLoadBalancerPoliciesForBackendServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3876
|
-
...commonParams
|
|
3877
|
-
}).m(function(Command, cs, config, o) {
|
|
3821
|
+
var _SetLoadBalancerPoliciesForBackendServerCommand = class _SetLoadBalancerPoliciesForBackendServerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3878
3822
|
return [
|
|
3879
3823
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3880
3824
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -3888,9 +3832,7 @@ var SetLoadBalancerPoliciesForBackendServerCommand = _SetLoadBalancerPoliciesFor
|
|
|
3888
3832
|
|
|
3889
3833
|
|
|
3890
3834
|
|
|
3891
|
-
var _SetLoadBalancerPoliciesOfListenerCommand = class _SetLoadBalancerPoliciesOfListenerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3892
|
-
...commonParams
|
|
3893
|
-
}).m(function(Command, cs, config, o) {
|
|
3835
|
+
var _SetLoadBalancerPoliciesOfListenerCommand = class _SetLoadBalancerPoliciesOfListenerCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3894
3836
|
return [
|
|
3895
3837
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3896
3838
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AddTagsCommand, se_AddTagsCommand } from "../protocols/Aws_query";
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AddTagsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ApplySecurityGroupsToLoadBalancerCommand, se_ApplySecurityGroupsToLo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ApplySecurityGroupsToLoadBalancerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AttachLoadBalancerToSubnetsCommand, se_AttachLoadBalancerToSubnetsCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AttachLoadBalancerToSubnetsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ConfigureHealthCheckCommand, se_ConfigureHealthCheckCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ConfigureHealthCheckCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateAppCookieStickinessPolicyCommand, se_CreateAppCookieStickiness
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAppCookieStickinessPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateLBCookieStickinessPolicyCommand, se_CreateLBCookieStickinessPo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateLBCookieStickinessPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateLoadBalancerCommand, se_CreateLoadBalancerCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateLoadBalancerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateLoadBalancerListenersCommand, se_CreateLoadBalancerListenersCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateLoadBalancerListenersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateLoadBalancerPolicyCommand, se_CreateLoadBalancerPolicyCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateLoadBalancerPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteLoadBalancerCommand, se_DeleteLoadBalancerCommand } from "../p
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteLoadBalancerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteLoadBalancerListenersCommand, se_DeleteLoadBalancerListenersCo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteLoadBalancerListenersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteLoadBalancerPolicyCommand, se_DeleteLoadBalancerPolicyCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteLoadBalancerPolicyCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeregisterInstancesFromLoadBalancerCommand, se_DeregisterInstancesFr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeregisterInstancesFromLoadBalancerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeAccountLimitsCommand, se_DescribeAccountLimitsCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeAccountLimitsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeInstanceHealthCommand, se_DescribeInstanceHealthCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeInstanceHealthCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeLoadBalancerAttributesCommand, se_DescribeLoadBalancerAttrib
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeLoadBalancerAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeLoadBalancerPoliciesCommand, se_DescribeLoadBalancerPolicies
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeLoadBalancerPoliciesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeLoadBalancerPolicyTypesCommand, se_DescribeLoadBalancerPolic
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeLoadBalancerPolicyTypesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeLoadBalancersCommand, se_DescribeLoadBalancersCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeLoadBalancersCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DescribeTagsCommand, se_DescribeTagsCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DescribeTagsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DetachLoadBalancerFromSubnetsCommand, se_DetachLoadBalancerFromSubne
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DetachLoadBalancerFromSubnetsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisableAvailabilityZonesForLoadBalancerCommand, se_DisableAvailabili
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisableAvailabilityZonesForLoadBalancerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_EnableAvailabilityZonesForLoadBalancerCommand, se_EnableAvailability
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class EnableAvailabilityZonesForLoadBalancerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ModifyLoadBalancerAttributesCommand, se_ModifyLoadBalancerAttributes
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ModifyLoadBalancerAttributesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RegisterInstancesWithLoadBalancerCommand, se_RegisterInstancesWithLo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RegisterInstancesWithLoadBalancerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_RemoveTagsCommand, se_RemoveTagsCommand } from "../protocols/Aws_que
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class RemoveTagsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetLoadBalancerListenerSSLCertificateCommand, se_SetLoadBalancerList
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetLoadBalancerListenerSSLCertificateCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetLoadBalancerPoliciesForBackendServerCommand, se_SetLoadBalancerPo
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetLoadBalancerPoliciesForBackendServerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SetLoadBalancerPoliciesOfListenerCommand, se_SetLoadBalancerPolicies
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SetLoadBalancerPoliciesOfListenerCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
|
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
|
|
|
18
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
apiVersion: string;
|
|
21
|
+
cacheMiddleware?: boolean | undefined;
|
|
21
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
23
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
24
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
|
|
|
34
35
|
logger?: import("@smithy/types").Logger | undefined;
|
|
35
36
|
}) => import("@smithy/types").EndpointV2;
|
|
36
37
|
tls?: boolean | undefined;
|
|
38
|
+
serviceConfiguredEndpoint?: undefined;
|
|
37
39
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
38
40
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticLoadBalancingHttpAuthSchemeProvider;
|
|
39
41
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -18,6 +18,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
|
|
|
18
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
19
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
apiVersion: string;
|
|
21
|
+
cacheMiddleware?: boolean | undefined;
|
|
21
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
23
|
base64Decoder: import("@smithy/types").Decoder;
|
|
23
24
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -34,6 +35,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
|
|
|
34
35
|
logger?: import("@smithy/types").Logger | undefined;
|
|
35
36
|
}) => import("@smithy/types").EndpointV2;
|
|
36
37
|
tls?: boolean | undefined;
|
|
38
|
+
serviceConfiguredEndpoint?: undefined;
|
|
37
39
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
38
40
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticLoadBalancingHttpAuthSchemeProvider;
|
|
39
41
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -7,6 +7,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
|
|
|
7
7
|
sha256: import("@smithy/types").HashConstructor;
|
|
8
8
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/protocol-http").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
9
|
apiVersion: string;
|
|
10
|
+
cacheMiddleware?: boolean | undefined;
|
|
10
11
|
urlParser: import("@smithy/types").UrlParser;
|
|
11
12
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
12
13
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -33,6 +34,7 @@ export declare const getRuntimeConfig: (config: ElasticLoadBalancingClientConfig
|
|
|
33
34
|
logger?: import("@smithy/types").Logger | undefined;
|
|
34
35
|
}) => import("@smithy/types").EndpointV2;
|
|
35
36
|
tls?: boolean | undefined;
|
|
37
|
+
serviceConfiguredEndpoint?: undefined;
|
|
36
38
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
37
39
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticLoadBalancingHttpAuthSchemeProvider;
|
|
38
40
|
credentials?: import("@smithy/types").AwsCredentialIdentity | import("@smithy/types").AwsCredentialIdentityProvider | undefined;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (
|
|
|
25
25
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
26
26
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
27
|
apiVersion: string;
|
|
28
|
+
cacheMiddleware?: boolean | undefined;
|
|
28
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
29
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
30
31
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -63,6 +64,7 @@ export declare const getRuntimeConfig: (
|
|
|
63
64
|
}
|
|
64
65
|
) => import("@smithy/types").EndpointV2;
|
|
65
66
|
tls?: boolean | undefined;
|
|
67
|
+
serviceConfiguredEndpoint?: undefined;
|
|
66
68
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
67
69
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticLoadBalancingHttpAuthSchemeProvider;
|
|
68
70
|
credentials?:
|
|
@@ -29,6 +29,7 @@ export declare const getRuntimeConfig: (
|
|
|
29
29
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
30
30
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
31
31
|
apiVersion: string;
|
|
32
|
+
cacheMiddleware?: boolean | undefined;
|
|
32
33
|
urlParser: import("@smithy/types").UrlParser;
|
|
33
34
|
base64Decoder: import("@smithy/types").Decoder;
|
|
34
35
|
base64Encoder: (_input: string | Uint8Array) => string;
|
|
@@ -67,6 +68,7 @@ export declare const getRuntimeConfig: (
|
|
|
67
68
|
}
|
|
68
69
|
) => import("@smithy/types").EndpointV2;
|
|
69
70
|
tls?: boolean | undefined;
|
|
71
|
+
serviceConfiguredEndpoint?: undefined;
|
|
70
72
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
71
73
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticLoadBalancingHttpAuthSchemeProvider;
|
|
72
74
|
credentials?:
|
|
@@ -11,6 +11,7 @@ export declare const getRuntimeConfig: (
|
|
|
11
11
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
12
12
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
13
13
|
apiVersion: string;
|
|
14
|
+
cacheMiddleware?: boolean | undefined;
|
|
14
15
|
urlParser: import("@smithy/types").UrlParser;
|
|
15
16
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
16
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -57,6 +58,7 @@ export declare const getRuntimeConfig: (
|
|
|
57
58
|
}
|
|
58
59
|
) => import("@smithy/types").EndpointV2;
|
|
59
60
|
tls?: boolean | undefined;
|
|
61
|
+
serviceConfiguredEndpoint?: undefined;
|
|
60
62
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
61
63
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").ElasticLoadBalancingHttpAuthSchemeProvider;
|
|
62
64
|
credentials?:
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing",
|
|
@@ -20,45 +20,45 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
31
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
32
|
-
"@aws-sdk/types": "3.
|
|
33
|
-
"@aws-sdk/util-endpoints": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
35
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
36
|
-
"@smithy/config-resolver": "^3.0.
|
|
37
|
-
"@smithy/core": "^2.4.
|
|
38
|
-
"@smithy/fetch-http-handler": "^3.2.
|
|
39
|
-
"@smithy/hash-node": "^3.0.
|
|
40
|
-
"@smithy/invalid-dependency": "^3.0.
|
|
41
|
-
"@smithy/middleware-content-length": "^3.0.
|
|
42
|
-
"@smithy/middleware-endpoint": "^3.1.
|
|
43
|
-
"@smithy/middleware-retry": "^3.0.
|
|
44
|
-
"@smithy/middleware-serde": "^3.0.
|
|
45
|
-
"@smithy/middleware-stack": "^3.0.
|
|
46
|
-
"@smithy/node-config-provider": "^3.1.
|
|
47
|
-
"@smithy/node-http-handler": "^3.
|
|
48
|
-
"@smithy/protocol-http": "^4.1.
|
|
49
|
-
"@smithy/smithy-client": "^3.
|
|
50
|
-
"@smithy/types": "^3.
|
|
51
|
-
"@smithy/url-parser": "^3.0.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
|
+
"@aws-sdk/core": "3.649.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
|
+
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
|
+
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.649.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.649.0",
|
|
32
|
+
"@aws-sdk/types": "3.649.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.649.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.649.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.649.0",
|
|
36
|
+
"@smithy/config-resolver": "^3.0.6",
|
|
37
|
+
"@smithy/core": "^2.4.1",
|
|
38
|
+
"@smithy/fetch-http-handler": "^3.2.5",
|
|
39
|
+
"@smithy/hash-node": "^3.0.4",
|
|
40
|
+
"@smithy/invalid-dependency": "^3.0.4",
|
|
41
|
+
"@smithy/middleware-content-length": "^3.0.6",
|
|
42
|
+
"@smithy/middleware-endpoint": "^3.1.1",
|
|
43
|
+
"@smithy/middleware-retry": "^3.0.16",
|
|
44
|
+
"@smithy/middleware-serde": "^3.0.4",
|
|
45
|
+
"@smithy/middleware-stack": "^3.0.4",
|
|
46
|
+
"@smithy/node-config-provider": "^3.1.5",
|
|
47
|
+
"@smithy/node-http-handler": "^3.2.0",
|
|
48
|
+
"@smithy/protocol-http": "^4.1.1",
|
|
49
|
+
"@smithy/smithy-client": "^3.3.0",
|
|
50
|
+
"@smithy/types": "^3.4.0",
|
|
51
|
+
"@smithy/url-parser": "^3.0.4",
|
|
52
52
|
"@smithy/util-base64": "^3.0.0",
|
|
53
53
|
"@smithy/util-body-length-browser": "^3.0.0",
|
|
54
54
|
"@smithy/util-body-length-node": "^3.0.0",
|
|
55
|
-
"@smithy/util-defaults-mode-browser": "^3.0.
|
|
56
|
-
"@smithy/util-defaults-mode-node": "^3.0.
|
|
57
|
-
"@smithy/util-endpoints": "^2.0
|
|
58
|
-
"@smithy/util-middleware": "^3.0.
|
|
59
|
-
"@smithy/util-retry": "^3.0.
|
|
55
|
+
"@smithy/util-defaults-mode-browser": "^3.0.16",
|
|
56
|
+
"@smithy/util-defaults-mode-node": "^3.0.16",
|
|
57
|
+
"@smithy/util-endpoints": "^2.1.0",
|
|
58
|
+
"@smithy/util-middleware": "^3.0.4",
|
|
59
|
+
"@smithy/util-retry": "^3.0.4",
|
|
60
60
|
"@smithy/util-utf8": "^3.0.0",
|
|
61
|
-
"@smithy/util-waiter": "^3.1.
|
|
61
|
+
"@smithy/util-waiter": "^3.1.3",
|
|
62
62
|
"tslib": "^2.6.2"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|