@aws-sdk/client-elastic-load-balancing-v2 3.533.0 → 3.534.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.
@@ -2942,6 +2942,11 @@ export interface LoadBalancerAttribute {
2942
2942
  * </li>
2943
2943
  * <li>
2944
2944
  * <p>
2945
+ * <code>client_keep_alive.seconds</code> - The client keep alive value, in seconds. The
2946
+ * valid range is 60-604800 seconds. The default is 3600 seconds.</p>
2947
+ * </li>
2948
+ * <li>
2949
+ * <p>
2945
2950
  * <code>connection_logs.s3.enabled</code> - Indicates whether connection logs are enabled. The
2946
2951
  * value is <code>true</code> or <code>false</code>. The default is <code>false</code>.</p>
2947
2952
  * </li>
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.533.0",
4
+ "version": "3.534.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",