@aws-sdk/client-elastic-load-balancing 3.40.0 → 3.45.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/CHANGELOG.md +41 -0
- package/dist-cjs/endpoints.js +17 -0
- package/dist-es/endpoints.js +17 -0
- package/dist-types/commands/AddTagsCommand.d.ts +1 -1
- package/dist-types/commands/ApplySecurityGroupsToLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/AttachLoadBalancerToSubnetsCommand.d.ts +1 -1
- package/dist-types/commands/ConfigureHealthCheckCommand.d.ts +1 -1
- package/dist-types/commands/CreateAppCookieStickinessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateLBCookieStickinessPolicyCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoadBalancerListenersCommand.d.ts +1 -1
- package/dist-types/commands/CreateLoadBalancerPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoadBalancerListenersCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLoadBalancerPolicyCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterInstancesFromLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInstanceHealthCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancerPoliciesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancerPolicyTypesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoadBalancersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DetachLoadBalancerFromSubnetsCommand.d.ts +1 -1
- package/dist-types/commands/DisableAvailabilityZonesForLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/EnableAvailabilityZonesForLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/ModifyLoadBalancerAttributesCommand.d.ts +1 -1
- package/dist-types/commands/RegisterInstancesWithLoadBalancerCommand.d.ts +1 -1
- package/dist-types/commands/RemoveTagsCommand.d.ts +1 -1
- package/dist-types/commands/SetLoadBalancerListenerSSLCertificateCommand.d.ts +1 -1
- package/dist-types/commands/SetLoadBalancerPoliciesForBackendServerCommand.d.ts +1 -1
- package/dist-types/commands/SetLoadBalancerPoliciesOfListenerCommand.d.ts +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,47 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **clients:** update clients as of 2021/12/23 ([#3110](https://github.com/aws/aws-sdk-js-v3/issues/3110)) ([5d638e1](https://github.com/aws/aws-sdk-js-v3/commit/5d638e188ce64fa80fe36b8cba79ba63b80b50b7))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
# [3.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Bug Fixes
|
|
29
|
+
|
|
30
|
+
* **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
### Features
|
|
40
|
+
|
|
41
|
+
* **clients:** update clients as of 2021/11/11 ([#3015](https://github.com/aws/aws-sdk-js-v3/issues/3015)) ([3d82c4e](https://github.com/aws/aws-sdk-js-v3/commit/3d82c4e3c4d174533f46ce35495cf5cffabdb35a))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
6
47
|
# [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
|
|
7
48
|
|
|
8
49
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -87,6 +87,7 @@ const partitionHash = {
|
|
|
87
87
|
"ap-south-1",
|
|
88
88
|
"ap-southeast-1",
|
|
89
89
|
"ap-southeast-2",
|
|
90
|
+
"ap-southeast-3",
|
|
90
91
|
"ca-central-1",
|
|
91
92
|
"eu-central-1",
|
|
92
93
|
"eu-north-1",
|
|
@@ -155,6 +156,10 @@ const partitionHash = {
|
|
|
155
156
|
hostname: "elasticloadbalancing.{region}.c2s.ic.gov",
|
|
156
157
|
tags: [],
|
|
157
158
|
},
|
|
159
|
+
{
|
|
160
|
+
hostname: "elasticloadbalancing-fips.{region}.c2s.ic.gov",
|
|
161
|
+
tags: ["fips"],
|
|
162
|
+
},
|
|
158
163
|
],
|
|
159
164
|
},
|
|
160
165
|
"aws-iso-b": {
|
|
@@ -165,6 +170,10 @@ const partitionHash = {
|
|
|
165
170
|
hostname: "elasticloadbalancing.{region}.sc2s.sgov.gov",
|
|
166
171
|
tags: [],
|
|
167
172
|
},
|
|
173
|
+
{
|
|
174
|
+
hostname: "elasticloadbalancing-fips.{region}.sc2s.sgov.gov",
|
|
175
|
+
tags: ["fips"],
|
|
176
|
+
},
|
|
168
177
|
],
|
|
169
178
|
},
|
|
170
179
|
"aws-us-gov": {
|
|
@@ -179,6 +188,14 @@ const partitionHash = {
|
|
|
179
188
|
hostname: "elasticloadbalancing.{region}.amazonaws.com",
|
|
180
189
|
tags: ["fips"],
|
|
181
190
|
},
|
|
191
|
+
{
|
|
192
|
+
hostname: "elasticloadbalancing-fips.{region}.api.aws",
|
|
193
|
+
tags: ["dualstack", "fips"],
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
hostname: "elasticloadbalancing.{region}.api.aws",
|
|
197
|
+
tags: ["dualstack"],
|
|
198
|
+
},
|
|
182
199
|
],
|
|
183
200
|
},
|
|
184
201
|
};
|
package/dist-es/endpoints.js
CHANGED
|
@@ -85,6 +85,7 @@ var partitionHash = {
|
|
|
85
85
|
"ap-south-1",
|
|
86
86
|
"ap-southeast-1",
|
|
87
87
|
"ap-southeast-2",
|
|
88
|
+
"ap-southeast-3",
|
|
88
89
|
"ca-central-1",
|
|
89
90
|
"eu-central-1",
|
|
90
91
|
"eu-north-1",
|
|
@@ -153,6 +154,10 @@ var partitionHash = {
|
|
|
153
154
|
hostname: "elasticloadbalancing.{region}.c2s.ic.gov",
|
|
154
155
|
tags: [],
|
|
155
156
|
},
|
|
157
|
+
{
|
|
158
|
+
hostname: "elasticloadbalancing-fips.{region}.c2s.ic.gov",
|
|
159
|
+
tags: ["fips"],
|
|
160
|
+
},
|
|
156
161
|
],
|
|
157
162
|
},
|
|
158
163
|
"aws-iso-b": {
|
|
@@ -163,6 +168,10 @@ var partitionHash = {
|
|
|
163
168
|
hostname: "elasticloadbalancing.{region}.sc2s.sgov.gov",
|
|
164
169
|
tags: [],
|
|
165
170
|
},
|
|
171
|
+
{
|
|
172
|
+
hostname: "elasticloadbalancing-fips.{region}.sc2s.sgov.gov",
|
|
173
|
+
tags: ["fips"],
|
|
174
|
+
},
|
|
166
175
|
],
|
|
167
176
|
},
|
|
168
177
|
"aws-us-gov": {
|
|
@@ -177,6 +186,14 @@ var partitionHash = {
|
|
|
177
186
|
hostname: "elasticloadbalancing.{region}.amazonaws.com",
|
|
178
187
|
tags: ["fips"],
|
|
179
188
|
},
|
|
189
|
+
{
|
|
190
|
+
hostname: "elasticloadbalancing-fips.{region}.api.aws",
|
|
191
|
+
tags: ["dualstack", "fips"],
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
hostname: "elasticloadbalancing.{region}.api.aws",
|
|
195
|
+
tags: ["dualstack"],
|
|
196
|
+
},
|
|
180
197
|
],
|
|
181
198
|
},
|
|
182
199
|
};
|
|
@@ -26,7 +26,7 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link AddTagsCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link AddTagsCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ApplySecurityGroupsToLoadBalancerCommandOutput extends ApplySec
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ApplySecurityGroupsToLoadBalancerCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ApplySecurityGroupsToLoadBalancerCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ApplySecurityGroupsToLoadBalancerCommand extends $Command<ApplySecurityGroupsToLoadBalancerCommandInput, ApplySecurityGroupsToLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface AttachLoadBalancerToSubnetsCommandOutput extends AttachLoadBala
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link AttachLoadBalancerToSubnetsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link AttachLoadBalancerToSubnetsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class AttachLoadBalancerToSubnetsCommand extends $Command<AttachLoadBalancerToSubnetsCommandInput, AttachLoadBalancerToSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface ConfigureHealthCheckCommandOutput extends ConfigureHealthCheckO
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link ConfigureHealthCheckCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link ConfigureHealthCheckCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class ConfigureHealthCheckCommand extends $Command<ConfigureHealthCheckCommandInput, ConfigureHealthCheckCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface CreateAppCookieStickinessPolicyCommandOutput extends CreateAppC
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link CreateAppCookieStickinessPolicyCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link CreateAppCookieStickinessPolicyCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class CreateAppCookieStickinessPolicyCommand extends $Command<CreateAppCookieStickinessPolicyCommandInput, CreateAppCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface CreateLBCookieStickinessPolicyCommandOutput extends CreateLBCoo
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link CreateLBCookieStickinessPolicyCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link CreateLBCookieStickinessPolicyCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class CreateLBCookieStickinessPolicyCommand extends $Command<CreateLBCookieStickinessPolicyCommandInput, CreateLBCookieStickinessPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -33,7 +33,7 @@ export interface CreateLoadBalancerCommandOutput extends CreateAccessPointOutput
|
|
|
33
33
|
*
|
|
34
34
|
* @see {@link CreateLoadBalancerCommandInput} for command's `input` shape.
|
|
35
35
|
* @see {@link CreateLoadBalancerCommandOutput} for command's `response` shape.
|
|
36
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
36
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
37
37
|
*
|
|
38
38
|
*/
|
|
39
39
|
export declare class CreateLoadBalancerCommand extends $Command<CreateLoadBalancerCommandInput, CreateLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface CreateLoadBalancerListenersCommandOutput extends CreateLoadBala
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link CreateLoadBalancerListenersCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link CreateLoadBalancerListenersCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class CreateLoadBalancerListenersCommand extends $Command<CreateLoadBalancerListenersCommandInput, CreateLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface CreateLoadBalancerPolicyCommandOutput extends CreateLoadBalance
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link CreateLoadBalancerPolicyCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link CreateLoadBalancerPolicyCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class CreateLoadBalancerPolicyCommand extends $Command<CreateLoadBalancerPolicyCommandInput, CreateLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteLoadBalancerCommandOutput extends DeleteAccessPointOutput
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteLoadBalancerCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteLoadBalancerCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteLoadBalancerCommand extends $Command<DeleteLoadBalancerCommandInput, DeleteLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteLoadBalancerListenersCommandOutput extends DeleteLoadBala
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteLoadBalancerListenersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteLoadBalancerListenersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteLoadBalancerListenersCommand extends $Command<DeleteLoadBalancerListenersCommandInput, DeleteLoadBalancerListenersCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteLoadBalancerPolicyCommandOutput extends DeleteLoadBalance
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteLoadBalancerPolicyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteLoadBalancerPolicyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteLoadBalancerPolicyCommand extends $Command<DeleteLoadBalancerPolicyCommandInput, DeleteLoadBalancerPolicyCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface DeregisterInstancesFromLoadBalancerCommandOutput extends Deregi
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link DeregisterInstancesFromLoadBalancerCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link DeregisterInstancesFromLoadBalancerCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class DeregisterInstancesFromLoadBalancerCommand extends $Command<DeregisterInstancesFromLoadBalancerCommandInput, DeregisterInstancesFromLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DescribeAccountLimitsCommandOutput extends DescribeAccountLimit
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DescribeAccountLimitsCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DescribeAccountLimitsCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DescribeAccountLimitsCommand extends $Command<DescribeAccountLimitsCommandInput, DescribeAccountLimitsCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeInstanceHealthCommandOutput extends DescribeEndPointSta
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInstanceHealthCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInstanceHealthCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeInstanceHealthCommand extends $Command<DescribeInstanceHealthCommandInput, DescribeInstanceHealthCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeLoadBalancerAttributesCommandOutput extends DescribeLoa
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeLoadBalancerAttributesCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeLoadBalancerAttributesCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeLoadBalancerAttributesCommand extends $Command<DescribeLoadBalancerAttributesCommandInput, DescribeLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeLoadBalancerPoliciesCommandOutput extends DescribeLoadB
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeLoadBalancerPoliciesCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeLoadBalancerPoliciesCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeLoadBalancerPoliciesCommand extends $Command<DescribeLoadBalancerPoliciesCommandInput, DescribeLoadBalancerPoliciesCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeLoadBalancerPolicyTypesCommandOutput extends DescribeLo
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeLoadBalancerPolicyTypesCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeLoadBalancerPolicyTypesCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DescribeLoadBalancerPolicyTypesCommand extends $Command<DescribeLoadBalancerPolicyTypesCommandInput, DescribeLoadBalancerPolicyTypesCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeLoadBalancersCommandOutput extends DescribeAccessPoints
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeLoadBalancersCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeLoadBalancersCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeLoadBalancersCommand extends $Command<DescribeLoadBalancersCommandInput, DescribeLoadBalancersCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DetachLoadBalancerFromSubnetsCommandOutput extends DetachLoadBa
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DetachLoadBalancerFromSubnetsCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DetachLoadBalancerFromSubnetsCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DetachLoadBalancerFromSubnetsCommand extends $Command<DetachLoadBalancerFromSubnetsCommandInput, DetachLoadBalancerFromSubnetsCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -28,7 +28,7 @@ export interface DisableAvailabilityZonesForLoadBalancerCommandOutput extends Re
|
|
|
28
28
|
*
|
|
29
29
|
* @see {@link DisableAvailabilityZonesForLoadBalancerCommandInput} for command's `input` shape.
|
|
30
30
|
* @see {@link DisableAvailabilityZonesForLoadBalancerCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
31
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
32
32
|
*
|
|
33
33
|
*/
|
|
34
34
|
export declare class DisableAvailabilityZonesForLoadBalancerCommand extends $Command<DisableAvailabilityZonesForLoadBalancerCommandInput, DisableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -25,7 +25,7 @@ export interface EnableAvailabilityZonesForLoadBalancerCommandOutput extends Add
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link EnableAvailabilityZonesForLoadBalancerCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link EnableAvailabilityZonesForLoadBalancerCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class EnableAvailabilityZonesForLoadBalancerCommand extends $Command<EnableAvailabilityZonesForLoadBalancerCommandInput, EnableAvailabilityZonesForLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -46,7 +46,7 @@ export interface ModifyLoadBalancerAttributesCommandOutput extends ModifyLoadBal
|
|
|
46
46
|
*
|
|
47
47
|
* @see {@link ModifyLoadBalancerAttributesCommandInput} for command's `input` shape.
|
|
48
48
|
* @see {@link ModifyLoadBalancerAttributesCommandOutput} for command's `response` shape.
|
|
49
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
49
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
50
50
|
*
|
|
51
51
|
*/
|
|
52
52
|
export declare class ModifyLoadBalancerAttributesCommand extends $Command<ModifyLoadBalancerAttributesCommandInput, ModifyLoadBalancerAttributesCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -38,7 +38,7 @@ export interface RegisterInstancesWithLoadBalancerCommandOutput extends Register
|
|
|
38
38
|
*
|
|
39
39
|
* @see {@link RegisterInstancesWithLoadBalancerCommandInput} for command's `input` shape.
|
|
40
40
|
* @see {@link RegisterInstancesWithLoadBalancerCommandOutput} for command's `response` shape.
|
|
41
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
41
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
42
42
|
*
|
|
43
43
|
*/
|
|
44
44
|
export declare class RegisterInstancesWithLoadBalancerCommand extends $Command<RegisterInstancesWithLoadBalancerCommandInput, RegisterInstancesWithLoadBalancerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface RemoveTagsCommandOutput extends RemoveTagsOutput, __MetadataBea
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link RemoveTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link RemoveTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class RemoveTagsCommand extends $Command<RemoveTagsCommandInput, RemoveTagsCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface SetLoadBalancerListenerSSLCertificateCommandOutput extends SetL
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link SetLoadBalancerListenerSSLCertificateCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link SetLoadBalancerListenerSSLCertificateCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class SetLoadBalancerListenerSSLCertificateCommand extends $Command<SetLoadBalancerListenerSSLCertificateCommandInput, SetLoadBalancerListenerSSLCertificateCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -30,7 +30,7 @@ export interface SetLoadBalancerPoliciesForBackendServerCommandOutput extends Se
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link SetLoadBalancerPoliciesForBackendServerCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link SetLoadBalancerPoliciesForBackendServerCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class SetLoadBalancerPoliciesForBackendServerCommand extends $Command<SetLoadBalancerPoliciesForBackendServerCommandInput, SetLoadBalancerPoliciesForBackendServerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface SetLoadBalancerPoliciesOfListenerCommandOutput extends SetLoadB
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link SetLoadBalancerPoliciesOfListenerCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link SetLoadBalancerPoliciesOfListenerCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link ElasticLoadBalancingClientResolvedConfig | config} for ElasticLoadBalancingClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class SetLoadBalancerPoliciesOfListenerCommand extends $Command<SetLoadBalancerPoliciesOfListenerCommandInput, SetLoadBalancerPoliciesOfListenerCommandOutput, ElasticLoadBalancingClientResolvedConfig> {
|
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.45.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.45.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.45.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.45.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.40.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.40.0",
|
|
@@ -32,13 +32,13 @@
|
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.40.0",
|
|
33
33
|
"@aws-sdk/middleware-retry": "3.40.0",
|
|
34
34
|
"@aws-sdk/middleware-serde": "3.40.0",
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.45.0",
|
|
36
36
|
"@aws-sdk/middleware-stack": "3.40.0",
|
|
37
37
|
"@aws-sdk/middleware-user-agent": "3.40.0",
|
|
38
38
|
"@aws-sdk/node-config-provider": "3.40.0",
|
|
39
39
|
"@aws-sdk/node-http-handler": "3.40.0",
|
|
40
40
|
"@aws-sdk/protocol-http": "3.40.0",
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/smithy-client": "3.41.0",
|
|
42
42
|
"@aws-sdk/types": "3.40.0",
|
|
43
43
|
"@aws-sdk/url-parser": "3.40.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|