@aws-sdk/client-elastic-load-balancing-v2 3.42.0 → 3.43.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 CHANGED
@@ -3,6 +3,17 @@
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.43.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.42.0...v3.43.0) (2021-11-29)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 11/28/2021 ([#3072](https://github.com/aws/aws-sdk-js-v3/issues/3072)) ([2ad1622](https://github.com/aws/aws-sdk-js-v3/commit/2ad1622ba8586b926fe508055211803bb29e3976))
12
+
13
+
14
+
15
+
16
+
6
17
  # [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
7
18
 
8
19
 
@@ -1120,7 +1120,7 @@ export interface CreateLoadBalancerInput {
1120
1120
  /**
1121
1121
  * <p>The type of IP addresses used by the subnets for your load balancer. The possible values
1122
1122
  * are <code>ipv4</code> (for IPv4 addresses) and <code>dualstack</code> (for IPv4 and IPv6
1123
- * addresses). Internal load balancers must use <code>ipv4</code>.</p>
1123
+ * addresses). </p>
1124
1124
  */
1125
1125
  IpAddressType?: IpAddressType | string;
1126
1126
  /**
@@ -2172,7 +2172,7 @@ export interface TargetDescription {
2172
2172
  * traffic from the load balancer nodes in the specified Availability Zone or from all enabled
2173
2173
  * Availability Zones for the load balancer.</p>
2174
2174
  * <p>This parameter is not supported if the target type of the target group is
2175
- * <code>instance</code> or <code>alb</code>.</p>
2175
+ * <code>instance</code> or <code>alb</code>.</p>
2176
2176
  * <p>If the target type is <code>ip</code> and the IP address is in a subnet of the VPC for the
2177
2177
  * target group, the Availability Zone is automatically detected and this parameter is optional.
2178
2178
  * If the IP address is outside the VPC, this parameter is required.</p>
@@ -2470,6 +2470,13 @@ export interface LoadBalancerAttribute {
2470
2470
  * <code>access_logs.s3.prefix</code> - The prefix for the location in the S3 bucket for the
2471
2471
  * access logs.</p>
2472
2472
  * </li>
2473
+ * <li>
2474
+ * <p>
2475
+ * <code>ipv6.deny-all-igw-traffic</code> - Blocks internet gateway (IGW) access to the
2476
+ * load balancer. It is set to <code>false</code> for internet-facing load balancers and
2477
+ * <code>true</code> for internal load balancers, preventing unintended access to your
2478
+ * internal load balancer through an internet gateway.</p>
2479
+ * </li>
2473
2480
  * </ul>
2474
2481
  *
2475
2482
  * <p>The following attributes are supported by only Application Load Balancers:</p>
@@ -2689,9 +2696,7 @@ export interface SslPolicy {
2689
2696
  */
2690
2697
  Name?: string;
2691
2698
  /**
2692
- * <p>
2693
- * The supported load balancers.
2694
- * </p>
2699
+ * <p> The supported load balancers. </p>
2695
2700
  */
2696
2701
  SupportedLoadBalancerTypes?: string[];
2697
2702
  }
@@ -3498,9 +3503,9 @@ export interface SetIpAddressTypeInput {
3498
3503
  LoadBalancerArn: string | undefined;
3499
3504
  /**
3500
3505
  * <p>The IP address type. The possible values are <code>ipv4</code> (for IPv4 addresses) and
3501
- * <code>dualstack</code> (for IPv4 and IPv6 addresses). Internal load balancers must use
3502
- * <code>ipv4</code>. You can’t specify <code>dualstack</code> for a load balancer with a UDP
3503
- * or TCP_UDP listener.</p>
3506
+ * <code>dualstack</code> (for IPv4 and IPv6 addresses).
3507
+ * You can’t specify
3508
+ * <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener.</p>
3504
3509
  */
3505
3510
  IpAddressType: IpAddressType | string | undefined;
3506
3511
  }
@@ -3629,8 +3634,8 @@ export interface SetSubnetsInput {
3629
3634
  * <p>[Network Load Balancers] The type of IP addresses used by the subnets for your load
3630
3635
  * balancer. The possible values are <code>ipv4</code> (for IPv4 addresses) and
3631
3636
  * <code>dualstack</code> (for IPv4 and IPv6 addresses). You can’t specify
3632
- * <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener. Internal load
3633
- * balancers must use <code>ipv4</code>.</p>
3637
+ * <code>dualstack</code> for a load balancer with a UDP or TCP_UDP listener.
3638
+ * .</p>
3634
3639
  */
3635
3640
  IpAddressType?: IpAddressType | string;
3636
3641
  }
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.42.0",
4
+ "version": "3.43.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,7 +21,7 @@
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.42.0",
24
+ "@aws-sdk/client-sts": "3.43.0",
25
25
  "@aws-sdk/config-resolver": "3.40.0",
26
26
  "@aws-sdk/credential-provider-node": "3.41.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.40.0",