@aws-sdk/client-global-accelerator 3.395.0 → 3.397.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.
@@ -388,7 +388,8 @@ export interface EndpointConfiguration {
388
388
  * <p>If the value is set to true, the client's IP address is preserved in the <code>X-Forwarded-For</code> request header as
389
389
  * traffic travels to applications on the endpoint fronted by the accelerator.</p>
390
390
  * <p>Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load
391
- * Balancers and Amazon EC2 instances.</p>
391
+ * Balancers, Amazon EC2 instances, and Network Load Balancers with Security Groups. IMPORTANT: You cannot use client IP address preservation
392
+ * with Network Load Balancers with TLS listeners.</p>
392
393
  * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/preserve-client-ip-address.html">
393
394
  * Preserve client IP addresses in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
394
395
  */
@@ -462,7 +463,8 @@ export interface EndpointDescription {
462
463
  * <p>If the value is set to true, the client's IP address is preserved in the <code>X-Forwarded-For</code> request header as
463
464
  * traffic travels to applications on the endpoint fronted by the accelerator.</p>
464
465
  * <p>Client IP address preservation is supported, in specific Amazon Web Services Regions, for endpoints that are Application Load
465
- * Balancers and Amazon EC2 instances.</p>
466
+ * Balancers, Amazon EC2 instances, and Network Load Balancers with Security Groups. IMPORTANT: You cannot use client IP address preservation
467
+ * with Network Load Balancers with TLS listeners.</p>
466
468
  * <p>For more information, see <a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/preserve-client-ip-address.html">
467
469
  * Preserve client IP addresses in Global Accelerator</a> in the <i>Global Accelerator Developer Guide</i>.</p>
468
470
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-global-accelerator",
3
3
  "description": "AWS SDK for JavaScript Global Accelerator Client for Node.js, Browser and React Native",
4
- "version": "3.395.0",
4
+ "version": "3.397.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",