@aws-sdk/client-elastic-load-balancing 3.590.0 → 3.596.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 +0 -29
- package/dist-types/commands/AddTagsCommand.d.ts +2 -1
- package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +2 -1
- package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +2 -1
- package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +2 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +2 -1
- package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +2 -1
- package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +2 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +2 -1
- package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +2 -1
- package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +2 -1
- package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +2 -1
- package/dist-types/index.d.ts +2 -2
- package/dist-types/models/ElasticLoadBalancingServiceException.d.ts +2 -1
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/AttachLoadBalancerToSubnetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ConfigureHealthCheckCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateAppCookieStickinessPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateLBCookieStickinessPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateLoadBalancerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateLoadBalancerListenersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/CreateLoadBalancerPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteLoadBalancerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteLoadBalancerListenersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeleteLoadBalancerPolicyCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeAccountLimitsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeInstanceHealthCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPoliciesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeLoadBalancersCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/ModifyLoadBalancerAttributesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/RemoveTagsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +2 -1
- package/dist-types/ts3.4/models/ElasticLoadBalancingServiceException.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -236,7 +236,6 @@ var ElasticLoadBalancingClient = _ElasticLoadBalancingClient;
|
|
|
236
236
|
|
|
237
237
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
238
238
|
|
|
239
|
-
var import_types = require("@smithy/types");
|
|
240
239
|
|
|
241
240
|
// src/protocols/Aws_query.ts
|
|
242
241
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -3463,7 +3462,6 @@ var AddTagsCommand = _AddTagsCommand;
|
|
|
3463
3462
|
|
|
3464
3463
|
|
|
3465
3464
|
|
|
3466
|
-
|
|
3467
3465
|
var _ApplySecurityGroupsToLoadBalancerCommand = class _ApplySecurityGroupsToLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3468
3466
|
...commonParams
|
|
3469
3467
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3480,7 +3478,6 @@ var ApplySecurityGroupsToLoadBalancerCommand = _ApplySecurityGroupsToLoadBalance
|
|
|
3480
3478
|
|
|
3481
3479
|
|
|
3482
3480
|
|
|
3483
|
-
|
|
3484
3481
|
var _AttachLoadBalancerToSubnetsCommand = class _AttachLoadBalancerToSubnetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3485
3482
|
...commonParams
|
|
3486
3483
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3497,7 +3494,6 @@ var AttachLoadBalancerToSubnetsCommand = _AttachLoadBalancerToSubnetsCommand;
|
|
|
3497
3494
|
|
|
3498
3495
|
|
|
3499
3496
|
|
|
3500
|
-
|
|
3501
3497
|
var _ConfigureHealthCheckCommand = class _ConfigureHealthCheckCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3502
3498
|
...commonParams
|
|
3503
3499
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3514,7 +3510,6 @@ var ConfigureHealthCheckCommand = _ConfigureHealthCheckCommand;
|
|
|
3514
3510
|
|
|
3515
3511
|
|
|
3516
3512
|
|
|
3517
|
-
|
|
3518
3513
|
var _CreateAppCookieStickinessPolicyCommand = class _CreateAppCookieStickinessPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3519
3514
|
...commonParams
|
|
3520
3515
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3531,7 +3526,6 @@ var CreateAppCookieStickinessPolicyCommand = _CreateAppCookieStickinessPolicyCom
|
|
|
3531
3526
|
|
|
3532
3527
|
|
|
3533
3528
|
|
|
3534
|
-
|
|
3535
3529
|
var _CreateLBCookieStickinessPolicyCommand = class _CreateLBCookieStickinessPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3536
3530
|
...commonParams
|
|
3537
3531
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3548,7 +3542,6 @@ var CreateLBCookieStickinessPolicyCommand = _CreateLBCookieStickinessPolicyComma
|
|
|
3548
3542
|
|
|
3549
3543
|
|
|
3550
3544
|
|
|
3551
|
-
|
|
3552
3545
|
var _CreateLoadBalancerCommand = class _CreateLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3553
3546
|
...commonParams
|
|
3554
3547
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3565,7 +3558,6 @@ var CreateLoadBalancerCommand = _CreateLoadBalancerCommand;
|
|
|
3565
3558
|
|
|
3566
3559
|
|
|
3567
3560
|
|
|
3568
|
-
|
|
3569
3561
|
var _CreateLoadBalancerListenersCommand = class _CreateLoadBalancerListenersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3570
3562
|
...commonParams
|
|
3571
3563
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3582,7 +3574,6 @@ var CreateLoadBalancerListenersCommand = _CreateLoadBalancerListenersCommand;
|
|
|
3582
3574
|
|
|
3583
3575
|
|
|
3584
3576
|
|
|
3585
|
-
|
|
3586
3577
|
var _CreateLoadBalancerPolicyCommand = class _CreateLoadBalancerPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3587
3578
|
...commonParams
|
|
3588
3579
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3599,7 +3590,6 @@ var CreateLoadBalancerPolicyCommand = _CreateLoadBalancerPolicyCommand;
|
|
|
3599
3590
|
|
|
3600
3591
|
|
|
3601
3592
|
|
|
3602
|
-
|
|
3603
3593
|
var _DeleteLoadBalancerCommand = class _DeleteLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3604
3594
|
...commonParams
|
|
3605
3595
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3616,7 +3606,6 @@ var DeleteLoadBalancerCommand = _DeleteLoadBalancerCommand;
|
|
|
3616
3606
|
|
|
3617
3607
|
|
|
3618
3608
|
|
|
3619
|
-
|
|
3620
3609
|
var _DeleteLoadBalancerListenersCommand = class _DeleteLoadBalancerListenersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3621
3610
|
...commonParams
|
|
3622
3611
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3633,7 +3622,6 @@ var DeleteLoadBalancerListenersCommand = _DeleteLoadBalancerListenersCommand;
|
|
|
3633
3622
|
|
|
3634
3623
|
|
|
3635
3624
|
|
|
3636
|
-
|
|
3637
3625
|
var _DeleteLoadBalancerPolicyCommand = class _DeleteLoadBalancerPolicyCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3638
3626
|
...commonParams
|
|
3639
3627
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3650,7 +3638,6 @@ var DeleteLoadBalancerPolicyCommand = _DeleteLoadBalancerPolicyCommand;
|
|
|
3650
3638
|
|
|
3651
3639
|
|
|
3652
3640
|
|
|
3653
|
-
|
|
3654
3641
|
var _DeregisterInstancesFromLoadBalancerCommand = class _DeregisterInstancesFromLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3655
3642
|
...commonParams
|
|
3656
3643
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3667,7 +3654,6 @@ var DeregisterInstancesFromLoadBalancerCommand = _DeregisterInstancesFromLoadBal
|
|
|
3667
3654
|
|
|
3668
3655
|
|
|
3669
3656
|
|
|
3670
|
-
|
|
3671
3657
|
var _DescribeAccountLimitsCommand = class _DescribeAccountLimitsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3672
3658
|
...commonParams
|
|
3673
3659
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3684,7 +3670,6 @@ var DescribeAccountLimitsCommand = _DescribeAccountLimitsCommand;
|
|
|
3684
3670
|
|
|
3685
3671
|
|
|
3686
3672
|
|
|
3687
|
-
|
|
3688
3673
|
var _DescribeInstanceHealthCommand = class _DescribeInstanceHealthCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3689
3674
|
...commonParams
|
|
3690
3675
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3701,7 +3686,6 @@ var DescribeInstanceHealthCommand = _DescribeInstanceHealthCommand;
|
|
|
3701
3686
|
|
|
3702
3687
|
|
|
3703
3688
|
|
|
3704
|
-
|
|
3705
3689
|
var _DescribeLoadBalancerAttributesCommand = class _DescribeLoadBalancerAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3706
3690
|
...commonParams
|
|
3707
3691
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3718,7 +3702,6 @@ var DescribeLoadBalancerAttributesCommand = _DescribeLoadBalancerAttributesComma
|
|
|
3718
3702
|
|
|
3719
3703
|
|
|
3720
3704
|
|
|
3721
|
-
|
|
3722
3705
|
var _DescribeLoadBalancerPoliciesCommand = class _DescribeLoadBalancerPoliciesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3723
3706
|
...commonParams
|
|
3724
3707
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3735,7 +3718,6 @@ var DescribeLoadBalancerPoliciesCommand = _DescribeLoadBalancerPoliciesCommand;
|
|
|
3735
3718
|
|
|
3736
3719
|
|
|
3737
3720
|
|
|
3738
|
-
|
|
3739
3721
|
var _DescribeLoadBalancerPolicyTypesCommand = class _DescribeLoadBalancerPolicyTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3740
3722
|
...commonParams
|
|
3741
3723
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3752,7 +3734,6 @@ var DescribeLoadBalancerPolicyTypesCommand = _DescribeLoadBalancerPolicyTypesCom
|
|
|
3752
3734
|
|
|
3753
3735
|
|
|
3754
3736
|
|
|
3755
|
-
|
|
3756
3737
|
var _DescribeLoadBalancersCommand = class _DescribeLoadBalancersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3757
3738
|
...commonParams
|
|
3758
3739
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3769,7 +3750,6 @@ var DescribeLoadBalancersCommand = _DescribeLoadBalancersCommand;
|
|
|
3769
3750
|
|
|
3770
3751
|
|
|
3771
3752
|
|
|
3772
|
-
|
|
3773
3753
|
var _DescribeTagsCommand = class _DescribeTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3774
3754
|
...commonParams
|
|
3775
3755
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3786,7 +3766,6 @@ var DescribeTagsCommand = _DescribeTagsCommand;
|
|
|
3786
3766
|
|
|
3787
3767
|
|
|
3788
3768
|
|
|
3789
|
-
|
|
3790
3769
|
var _DetachLoadBalancerFromSubnetsCommand = class _DetachLoadBalancerFromSubnetsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3791
3770
|
...commonParams
|
|
3792
3771
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3803,7 +3782,6 @@ var DetachLoadBalancerFromSubnetsCommand = _DetachLoadBalancerFromSubnetsCommand
|
|
|
3803
3782
|
|
|
3804
3783
|
|
|
3805
3784
|
|
|
3806
|
-
|
|
3807
3785
|
var _DisableAvailabilityZonesForLoadBalancerCommand = class _DisableAvailabilityZonesForLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3808
3786
|
...commonParams
|
|
3809
3787
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3820,7 +3798,6 @@ var DisableAvailabilityZonesForLoadBalancerCommand = _DisableAvailabilityZonesFo
|
|
|
3820
3798
|
|
|
3821
3799
|
|
|
3822
3800
|
|
|
3823
|
-
|
|
3824
3801
|
var _EnableAvailabilityZonesForLoadBalancerCommand = class _EnableAvailabilityZonesForLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3825
3802
|
...commonParams
|
|
3826
3803
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3837,7 +3814,6 @@ var EnableAvailabilityZonesForLoadBalancerCommand = _EnableAvailabilityZonesForL
|
|
|
3837
3814
|
|
|
3838
3815
|
|
|
3839
3816
|
|
|
3840
|
-
|
|
3841
3817
|
var _ModifyLoadBalancerAttributesCommand = class _ModifyLoadBalancerAttributesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3842
3818
|
...commonParams
|
|
3843
3819
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3854,7 +3830,6 @@ var ModifyLoadBalancerAttributesCommand = _ModifyLoadBalancerAttributesCommand;
|
|
|
3854
3830
|
|
|
3855
3831
|
|
|
3856
3832
|
|
|
3857
|
-
|
|
3858
3833
|
var _RegisterInstancesWithLoadBalancerCommand = class _RegisterInstancesWithLoadBalancerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3859
3834
|
...commonParams
|
|
3860
3835
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3871,7 +3846,6 @@ var RegisterInstancesWithLoadBalancerCommand = _RegisterInstancesWithLoadBalance
|
|
|
3871
3846
|
|
|
3872
3847
|
|
|
3873
3848
|
|
|
3874
|
-
|
|
3875
3849
|
var _RemoveTagsCommand = class _RemoveTagsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3876
3850
|
...commonParams
|
|
3877
3851
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3888,7 +3862,6 @@ var RemoveTagsCommand = _RemoveTagsCommand;
|
|
|
3888
3862
|
|
|
3889
3863
|
|
|
3890
3864
|
|
|
3891
|
-
|
|
3892
3865
|
var _SetLoadBalancerListenerSSLCertificateCommand = class _SetLoadBalancerListenerSSLCertificateCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3893
3866
|
...commonParams
|
|
3894
3867
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3905,7 +3878,6 @@ var SetLoadBalancerListenerSSLCertificateCommand = _SetLoadBalancerListenerSSLCe
|
|
|
3905
3878
|
|
|
3906
3879
|
|
|
3907
3880
|
|
|
3908
|
-
|
|
3909
3881
|
var _SetLoadBalancerPoliciesForBackendServerCommand = class _SetLoadBalancerPoliciesForBackendServerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3910
3882
|
...commonParams
|
|
3911
3883
|
}).m(function(Command, cs, config, o) {
|
|
@@ -3922,7 +3894,6 @@ var SetLoadBalancerPoliciesForBackendServerCommand = _SetLoadBalancerPoliciesFor
|
|
|
3922
3894
|
|
|
3923
3895
|
|
|
3924
3896
|
|
|
3925
|
-
|
|
3926
3897
|
var _SetLoadBalancerPoliciesOfListenerCommand = class _SetLoadBalancerPoliciesOfListenerCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
3927
3898
|
...commonParams
|
|
3928
3899
|
}).m(function(Command, cs, config, o) {
|
package/dist-types/index.d.ts
CHANGED
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
export * from "./ElasticLoadBalancingClient";
|
|
27
27
|
export * from "./ElasticLoadBalancing";
|
|
28
28
|
export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
29
|
-
export { RuntimeExtension } from "./runtimeExtensions";
|
|
30
|
-
export { ElasticLoadBalancingExtensionConfiguration } from "./extensionConfiguration";
|
|
29
|
+
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
30
|
+
export type { ElasticLoadBalancingExtensionConfiguration } from "./extensionConfiguration";
|
|
31
31
|
export * from "./commands";
|
|
32
32
|
export * from "./pagination";
|
|
33
33
|
export * from "./waiters";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
|
|
2
|
-
export {
|
|
2
|
+
export type { __ServiceExceptionOptions };
|
|
3
|
+
export { __ServiceException };
|
|
3
4
|
/**
|
|
4
5
|
* @public
|
|
5
6
|
*
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ElasticLoadBalancingClient";
|
|
8
8
|
import { AddTagsInput, AddTagsOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface AddTagsCommandInput extends AddTagsInput {}
|
|
11
12
|
export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {}
|
|
12
13
|
declare const AddTagsCommand_base: {
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ApplySecurityGroupsToLoadBalancerInput,
|
|
10
10
|
ApplySecurityGroupsToLoadBalancerOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ApplySecurityGroupsToLoadBalancerCommandInput
|
|
14
15
|
extends ApplySecurityGroupsToLoadBalancerInput {}
|
|
15
16
|
export interface ApplySecurityGroupsToLoadBalancerCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AttachLoadBalancerToSubnetsInput,
|
|
10
10
|
AttachLoadBalancerToSubnetsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface AttachLoadBalancerToSubnetsCommandInput
|
|
14
15
|
extends AttachLoadBalancerToSubnetsInput {}
|
|
15
16
|
export interface AttachLoadBalancerToSubnetsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ConfigureHealthCheckInput,
|
|
10
10
|
ConfigureHealthCheckOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ConfigureHealthCheckCommandInput
|
|
14
15
|
extends ConfigureHealthCheckInput {}
|
|
15
16
|
export interface ConfigureHealthCheckCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateAppCookieStickinessPolicyInput,
|
|
10
10
|
CreateAppCookieStickinessPolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateAppCookieStickinessPolicyCommandInput
|
|
14
15
|
extends CreateAppCookieStickinessPolicyInput {}
|
|
15
16
|
export interface CreateAppCookieStickinessPolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateLBCookieStickinessPolicyInput,
|
|
10
10
|
CreateLBCookieStickinessPolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateLBCookieStickinessPolicyCommandInput
|
|
14
15
|
extends CreateLBCookieStickinessPolicyInput {}
|
|
15
16
|
export interface CreateLBCookieStickinessPolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateAccessPointInput,
|
|
10
10
|
CreateAccessPointOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateLoadBalancerCommandInput
|
|
14
15
|
extends CreateAccessPointInput {}
|
|
15
16
|
export interface CreateLoadBalancerCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateLoadBalancerListenerInput,
|
|
10
10
|
CreateLoadBalancerListenerOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateLoadBalancerListenersCommandInput
|
|
14
15
|
extends CreateLoadBalancerListenerInput {}
|
|
15
16
|
export interface CreateLoadBalancerListenersCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
CreateLoadBalancerPolicyInput,
|
|
10
10
|
CreateLoadBalancerPolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface CreateLoadBalancerPolicyCommandInput
|
|
14
15
|
extends CreateLoadBalancerPolicyInput {}
|
|
15
16
|
export interface CreateLoadBalancerPolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteAccessPointInput,
|
|
10
10
|
DeleteAccessPointOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteLoadBalancerCommandInput
|
|
14
15
|
extends DeleteAccessPointInput {}
|
|
15
16
|
export interface DeleteLoadBalancerCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteLoadBalancerListenerInput,
|
|
10
10
|
DeleteLoadBalancerListenerOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteLoadBalancerListenersCommandInput
|
|
14
15
|
extends DeleteLoadBalancerListenerInput {}
|
|
15
16
|
export interface DeleteLoadBalancerListenersCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeleteLoadBalancerPolicyInput,
|
|
10
10
|
DeleteLoadBalancerPolicyOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeleteLoadBalancerPolicyCommandInput
|
|
14
15
|
extends DeleteLoadBalancerPolicyInput {}
|
|
15
16
|
export interface DeleteLoadBalancerPolicyCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DeregisterEndPointsInput,
|
|
10
10
|
DeregisterEndPointsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DeregisterInstancesFromLoadBalancerCommandInput
|
|
14
15
|
extends DeregisterEndPointsInput {}
|
|
15
16
|
export interface DeregisterInstancesFromLoadBalancerCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeAccountLimitsInput,
|
|
10
10
|
DescribeAccountLimitsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeAccountLimitsCommandInput
|
|
14
15
|
extends DescribeAccountLimitsInput {}
|
|
15
16
|
export interface DescribeAccountLimitsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeEndPointStateInput,
|
|
10
10
|
DescribeEndPointStateOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeInstanceHealthCommandInput
|
|
14
15
|
extends DescribeEndPointStateInput {}
|
|
15
16
|
export interface DescribeInstanceHealthCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeLoadBalancerAttributesInput,
|
|
10
10
|
DescribeLoadBalancerAttributesOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeLoadBalancerAttributesCommandInput
|
|
14
15
|
extends DescribeLoadBalancerAttributesInput {}
|
|
15
16
|
export interface DescribeLoadBalancerAttributesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeLoadBalancerPoliciesInput,
|
|
10
10
|
DescribeLoadBalancerPoliciesOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeLoadBalancerPoliciesCommandInput
|
|
14
15
|
extends DescribeLoadBalancerPoliciesInput {}
|
|
15
16
|
export interface DescribeLoadBalancerPoliciesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeLoadBalancerPolicyTypesInput,
|
|
10
10
|
DescribeLoadBalancerPolicyTypesOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeLoadBalancerPolicyTypesCommandInput
|
|
14
15
|
extends DescribeLoadBalancerPolicyTypesInput {}
|
|
15
16
|
export interface DescribeLoadBalancerPolicyTypesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DescribeAccessPointsInput,
|
|
10
10
|
DescribeAccessPointsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DescribeLoadBalancersCommandInput
|
|
14
15
|
extends DescribeAccessPointsInput {}
|
|
15
16
|
export interface DescribeLoadBalancersCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ElasticLoadBalancingClient";
|
|
8
8
|
import { DescribeTagsInput, DescribeTagsOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface DescribeTagsCommandInput extends DescribeTagsInput {}
|
|
11
12
|
export interface DescribeTagsCommandOutput
|
|
12
13
|
extends DescribeTagsOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
DetachLoadBalancerFromSubnetsInput,
|
|
10
10
|
DetachLoadBalancerFromSubnetsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DetachLoadBalancerFromSubnetsCommandInput
|
|
14
15
|
extends DetachLoadBalancerFromSubnetsInput {}
|
|
15
16
|
export interface DetachLoadBalancerFromSubnetsCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RemoveAvailabilityZonesInput,
|
|
10
10
|
RemoveAvailabilityZonesOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface DisableAvailabilityZonesForLoadBalancerCommandInput
|
|
14
15
|
extends RemoveAvailabilityZonesInput {}
|
|
15
16
|
export interface DisableAvailabilityZonesForLoadBalancerCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
AddAvailabilityZonesInput,
|
|
10
10
|
AddAvailabilityZonesOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface EnableAvailabilityZonesForLoadBalancerCommandInput
|
|
14
15
|
extends AddAvailabilityZonesInput {}
|
|
15
16
|
export interface EnableAvailabilityZonesForLoadBalancerCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
ModifyLoadBalancerAttributesInput,
|
|
10
10
|
ModifyLoadBalancerAttributesOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface ModifyLoadBalancerAttributesCommandInput
|
|
14
15
|
extends ModifyLoadBalancerAttributesInput {}
|
|
15
16
|
export interface ModifyLoadBalancerAttributesCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
RegisterEndPointsInput,
|
|
10
10
|
RegisterEndPointsOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface RegisterInstancesWithLoadBalancerCommandInput
|
|
14
15
|
extends RegisterEndPointsInput {}
|
|
15
16
|
export interface RegisterInstancesWithLoadBalancerCommandOutput
|
|
@@ -6,7 +6,8 @@ import {
|
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../ElasticLoadBalancingClient";
|
|
8
8
|
import { RemoveTagsInput, RemoveTagsOutput } from "../models/models_0";
|
|
9
|
-
export { __MetadataBearer
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
10
11
|
export interface RemoveTagsCommandInput extends RemoveTagsInput {}
|
|
11
12
|
export interface RemoveTagsCommandOutput
|
|
12
13
|
extends RemoveTagsOutput,
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
SetLoadBalancerListenerSSLCertificateInput,
|
|
10
10
|
SetLoadBalancerListenerSSLCertificateOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SetLoadBalancerListenerSSLCertificateCommandInput
|
|
14
15
|
extends SetLoadBalancerListenerSSLCertificateInput {}
|
|
15
16
|
export interface SetLoadBalancerListenerSSLCertificateCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
SetLoadBalancerPoliciesForBackendServerInput,
|
|
10
10
|
SetLoadBalancerPoliciesForBackendServerOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SetLoadBalancerPoliciesForBackendServerCommandInput
|
|
14
15
|
extends SetLoadBalancerPoliciesForBackendServerInput {}
|
|
15
16
|
export interface SetLoadBalancerPoliciesForBackendServerCommandOutput
|
|
@@ -9,7 +9,8 @@ import {
|
|
|
9
9
|
SetLoadBalancerPoliciesOfListenerInput,
|
|
10
10
|
SetLoadBalancerPoliciesOfListenerOutput,
|
|
11
11
|
} from "../models/models_0";
|
|
12
|
-
export { __MetadataBearer
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
13
14
|
export interface SetLoadBalancerPoliciesOfListenerCommandInput
|
|
14
15
|
extends SetLoadBalancerPoliciesOfListenerInput {}
|
|
15
16
|
export interface SetLoadBalancerPoliciesOfListenerCommandOutput
|
|
@@ -2,7 +2,8 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@smithy/smithy-client";
|
|
5
|
-
export {
|
|
5
|
+
export { __ServiceExceptionOptions };
|
|
6
|
+
export { __ServiceException };
|
|
6
7
|
export declare class ElasticLoadBalancingServiceException extends __ServiceException {
|
|
7
8
|
constructor(options: __ServiceExceptionOptions);
|
|
8
9
|
}
|
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.596.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,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.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.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.596.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.596.0",
|
|
25
|
+
"@aws-sdk/core": "3.592.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.596.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.577.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.577.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.577.0",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@aws-sdk/util-user-agent-browser": "3.577.0",
|
|
35
35
|
"@aws-sdk/util-user-agent-node": "3.587.0",
|
|
36
36
|
"@smithy/config-resolver": "^3.0.1",
|
|
37
|
-
"@smithy/core": "^2.
|
|
37
|
+
"@smithy/core": "^2.2.0",
|
|
38
38
|
"@smithy/fetch-http-handler": "^3.0.1",
|
|
39
39
|
"@smithy/hash-node": "^3.0.0",
|
|
40
40
|
"@smithy/invalid-dependency": "^3.0.0",
|