@aws-sdk/client-elastic-load-balancing-v2 3.425.0 → 3.428.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.
|
@@ -24,9 +24,9 @@ export interface SetSubnetsCommandOutput extends SetSubnetsOutput, __MetadataBea
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Enables the Availability Zones for the specified public subnets for the specified
|
|
27
|
-
* Application Load Balancer or
|
|
27
|
+
* Application Load Balancer, Network Load Balancer or Gateway Load Balancer. The specified subnets replace the
|
|
28
28
|
* previously enabled subnets.</p>
|
|
29
|
-
* <p>When you specify subnets for a Network Load Balancer, you must include all subnets that
|
|
29
|
+
* <p>When you specify subnets for a Network Load Balancer, or Gateway Load Balancer you must include all subnets that
|
|
30
30
|
* were enabled previously, with their existing configurations, plus any additional
|
|
31
31
|
* subnets.</p>
|
|
32
32
|
* @example
|
|
@@ -2627,6 +2627,17 @@ export interface LoadBalancerAttribute {
|
|
|
2627
2627
|
* default is <code>false</code>.</p>
|
|
2628
2628
|
* </li>
|
|
2629
2629
|
* </ul>
|
|
2630
|
+
* <p>The following attributes are supported by only Network Load Balancers:</p>
|
|
2631
|
+
* <ul>
|
|
2632
|
+
* <li>
|
|
2633
|
+
* <p>
|
|
2634
|
+
* <code>dns_record.client_routing_policy</code> - Indicates how traffic is
|
|
2635
|
+
* distributed among the load balancer Availability Zones. The possible values are
|
|
2636
|
+
* <code>availability_zone_affinity</code> with 100 percent zonal affinity,
|
|
2637
|
+
* <code>partial_availability_zone_affinity</code> with 85 percent zonal affinity,
|
|
2638
|
+
* and <code>any_availability_zone</code> with 0 percent zonal affinity.</p>
|
|
2639
|
+
* </li>
|
|
2640
|
+
* </ul>
|
|
2630
2641
|
*/
|
|
2631
2642
|
Key?: string;
|
|
2632
2643
|
/**
|
|
@@ -3751,6 +3762,8 @@ export interface SetSubnetsInput {
|
|
|
3751
3762
|
* Zones.</p>
|
|
3752
3763
|
* <p>[Network Load Balancers] You can specify subnets from one or more Availability
|
|
3753
3764
|
* Zones.</p>
|
|
3765
|
+
* <p>[Gateway Load Balancers] You can specify subnets from one or more Availability
|
|
3766
|
+
* Zones.</p>
|
|
3754
3767
|
*/
|
|
3755
3768
|
Subnets?: string[];
|
|
3756
3769
|
/**
|
|
@@ -3767,6 +3780,8 @@ export interface SetSubnetsInput {
|
|
|
3767
3780
|
* internet-facing load balancer. For internal load balancers, you can specify one private IP
|
|
3768
3781
|
* address per subnet from the IPv4 range of the subnet. For internet-facing load balancer, you
|
|
3769
3782
|
* can specify one IPv6 address per subnet.</p>
|
|
3783
|
+
* <p>[Gateway Load Balancers] You can specify subnets from one or more Availability
|
|
3784
|
+
* Zones.</p>
|
|
3770
3785
|
*/
|
|
3771
3786
|
SubnetMappings?: SubnetMapping[];
|
|
3772
3787
|
/**
|
|
@@ -3775,6 +3790,9 @@ export interface SetSubnetsInput {
|
|
|
3775
3790
|
* balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and
|
|
3776
3791
|
* <code>dualstack</code> (for IPv4 and IPv6 addresses). You can’t specify
|
|
3777
3792
|
* <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener.</p>
|
|
3793
|
+
* <p>[Gateway Load Balancers] The type of IP addresses used by the subnets for your load
|
|
3794
|
+
* balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and
|
|
3795
|
+
* <code>dualstack</code> (for IPv4 and IPv6 addresses).</p>
|
|
3778
3796
|
*/
|
|
3779
3797
|
IpAddressType?: IpAddressType | string;
|
|
3780
3798
|
}
|
|
@@ -3790,6 +3808,7 @@ export interface SetSubnetsOutput {
|
|
|
3790
3808
|
/**
|
|
3791
3809
|
* @public
|
|
3792
3810
|
* <p>[Network Load Balancers] The IP address type.</p>
|
|
3811
|
+
* <p>[Gateway Load Balancers] The IP address type.</p>
|
|
3793
3812
|
*/
|
|
3794
3813
|
IpAddressType?: IpAddressType | string;
|
|
3795
3814
|
}
|
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.428.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",
|
|
@@ -21,41 +21,41 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-signing": "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": "^2.0.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.2.
|
|
38
|
-
"@smithy/hash-node": "^2.0.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.0.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.0.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.0
|
|
42
|
-
"@smithy/middleware-retry": "^2.0.
|
|
43
|
-
"@smithy/middleware-serde": "^2.0.
|
|
44
|
-
"@smithy/middleware-stack": "^2.0.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.1.
|
|
47
|
-
"@smithy/protocol-http": "^3.0.
|
|
48
|
-
"@smithy/smithy-client": "^2.1.
|
|
49
|
-
"@smithy/types": "^2.3.
|
|
50
|
-
"@smithy/url-parser": "^2.0.
|
|
24
|
+
"@aws-sdk/client-sts": "3.428.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.428.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.428.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.428.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.428.0",
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.428.0",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.428.0",
|
|
31
|
+
"@aws-sdk/region-config-resolver": "3.428.0",
|
|
32
|
+
"@aws-sdk/types": "3.428.0",
|
|
33
|
+
"@aws-sdk/util-endpoints": "3.428.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.428.0",
|
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.428.0",
|
|
36
|
+
"@smithy/config-resolver": "^2.0.14",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.2.3",
|
|
38
|
+
"@smithy/hash-node": "^2.0.11",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.0.11",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.0.13",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.1.0",
|
|
42
|
+
"@smithy/middleware-retry": "^2.0.16",
|
|
43
|
+
"@smithy/middleware-serde": "^2.0.11",
|
|
44
|
+
"@smithy/middleware-stack": "^2.0.5",
|
|
45
|
+
"@smithy/node-config-provider": "^2.1.1",
|
|
46
|
+
"@smithy/node-http-handler": "^2.1.7",
|
|
47
|
+
"@smithy/protocol-http": "^3.0.7",
|
|
48
|
+
"@smithy/smithy-client": "^2.1.11",
|
|
49
|
+
"@smithy/types": "^2.3.5",
|
|
50
|
+
"@smithy/url-parser": "^2.0.11",
|
|
51
51
|
"@smithy/util-base64": "^2.0.0",
|
|
52
52
|
"@smithy/util-body-length-browser": "^2.0.0",
|
|
53
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
|
56
|
-
"@smithy/util-retry": "^2.0.
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.15",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.19",
|
|
56
|
+
"@smithy/util-retry": "^2.0.4",
|
|
57
57
|
"@smithy/util-utf8": "^2.0.0",
|
|
58
|
-
"@smithy/util-waiter": "^2.0.
|
|
58
|
+
"@smithy/util-waiter": "^2.0.11",
|
|
59
59
|
"fast-xml-parser": "4.2.5",
|
|
60
60
|
"tslib": "^2.5.0"
|
|
61
61
|
},
|