@aws-sdk/client-elastic-load-balancing-v2 3.145.0 → 3.158.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 +24 -0
- package/dist-types/models/models_0.d.ts +20 -6
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
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.158.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.157.0...v3.158.0) (2022-08-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing-v2
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.154.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.153.0...v3.154.0) (2022-08-19)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing-v2
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [3.150.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.149.0...v3.150.0) (2022-08-15)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing-v2
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
# [3.145.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.144.0...v3.145.0) (2022-08-08)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @aws-sdk/client-elastic-load-balancing-v2
|
|
@@ -2326,20 +2326,34 @@ export interface TargetGroupAttribute {
|
|
|
2326
2326
|
* </li>
|
|
2327
2327
|
* </ul>
|
|
2328
2328
|
*
|
|
2329
|
-
* <p>The following attributes are supported by
|
|
2330
|
-
* Balancers:</p>
|
|
2329
|
+
* <p>The following attributes are supported by Application Load Balancers, Network Load
|
|
2330
|
+
* Balancers, and Gateway Load Balancers:</p>
|
|
2331
2331
|
* <ul>
|
|
2332
2332
|
* <li>
|
|
2333
2333
|
* <p>
|
|
2334
|
-
* <code>stickiness.enabled</code> - Indicates whether
|
|
2334
|
+
* <code>stickiness.enabled</code> - Indicates whether target stickiness is enabled. The
|
|
2335
2335
|
* value is <code>true</code> or <code>false</code>. The default is
|
|
2336
2336
|
* <code>false</code>.</p>
|
|
2337
2337
|
* </li>
|
|
2338
2338
|
* <li>
|
|
2339
2339
|
* <p>
|
|
2340
|
-
* <code>stickiness.type</code> -
|
|
2341
|
-
*
|
|
2342
|
-
*
|
|
2340
|
+
* <code>stickiness.type</code> - Indicates the type of stickiness. The possible values
|
|
2341
|
+
* are: </p>
|
|
2342
|
+
* <ul>
|
|
2343
|
+
* <li>
|
|
2344
|
+
* <p>
|
|
2345
|
+
* <code>lb_cookie</code> and <code>app_cookie</code> for Application Load Balancers</p>
|
|
2346
|
+
* </li>
|
|
2347
|
+
* <li>
|
|
2348
|
+
* <p>
|
|
2349
|
+
* <code>source_ip</code> for Network Load Balancers</p>
|
|
2350
|
+
* </li>
|
|
2351
|
+
* <li>
|
|
2352
|
+
* <p>
|
|
2353
|
+
* <code>source_ip_dest_ip</code> and <code>source_ip_dest_ip_proto</code> for Gateway Load
|
|
2354
|
+
* Balancers</p>
|
|
2355
|
+
* </li>
|
|
2356
|
+
* </ul>
|
|
2343
2357
|
* </li>
|
|
2344
2358
|
* </ul>
|
|
2345
2359
|
*
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-elastic-load-balancing-v2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.158.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.154.0",
|
|
22
22
|
"@aws-sdk/config-resolver": "3.130.0",
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.154.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.131.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.127.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
44
|
+
"@aws-sdk/util-body-length-browser": "3.154.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
46
|
"@aws-sdk/util-defaults-mode-browser": "3.142.0",
|
|
47
47
|
"@aws-sdk/util-defaults-mode-node": "3.142.0",
|