tencentcloud-sdk-nodejs-clb 4.1.82 → 4.1.84

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs-clb",
3
- "version": "4.1.82",
3
+ "version": "4.1.84",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3879,7 +3879,7 @@ export interface CreateListenerRequest {
3879
3879
  */
3880
3880
  EndPort?: number;
3881
3881
  /**
3882
- * 解绑后端目标时,是否发RST给客户端,此参数仅适用于TCP监听器。
3882
+ * 解绑后端目标时,是否发RST给两端(客户端和服务器),此参数仅适用于TCP监听器。
3883
3883
  */
3884
3884
  DeregisterTargetRst?: boolean;
3885
3885
  /**