tencentcloud-sdk-nodejs-clb 4.1.160 → 4.1.161

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.160",
3
+ "version": "4.1.161",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -184,7 +184,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
184
184
  */
185
185
  ModifyBlockIPList(req: ModifyBlockIPListRequest, cb?: (error: string, rep: ModifyBlockIPListResponse) => void): Promise<ModifyBlockIPListResponse>;
186
186
  /**
187
- * API接口续费包年包月实例还在灰度中,如您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)
187
+ * 本接口 (RenewLoadBalancers) 用于续费包年包月实例。
188
188
  */
189
189
  RenewLoadBalancers(req: RenewLoadBalancersRequest, cb?: (error: string, rep: RenewLoadBalancersResponse) => void): Promise<RenewLoadBalancersResponse>;
190
190
  /**
@@ -278,7 +278,7 @@ class Client extends TencentCloudCommon.AbstractClient {
278
278
  return this.request("ModifyBlockIPList", req, cb);
279
279
  }
280
280
  /**
281
- * API接口续费包年包月实例还在灰度中,如您需要体验该功能,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category)
281
+ * 本接口 (RenewLoadBalancers) 用于续费包年包月实例。
282
282
  */
283
283
  async RenewLoadBalancers(req, cb) {
284
284
  return this.request("RenewLoadBalancers", req, cb);