tencentcloud-sdk-nodejs-cfw 4.1.39 → 4.1.41

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-cfw",
3
- "version": "4.1.39",
3
+ "version": "4.1.41",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -240,7 +240,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
240
240
  */
241
241
  ModifyAddressTemplate(req: ModifyAddressTemplateRequest, cb?: (error: string, rep: ModifyAddressTemplateResponse) => void): Promise<ModifyAddressTemplateResponse>;
242
242
  /**
243
- * 防火墙开关列表,已废弃,请使用DescribeFwEdgeIps
243
+ * 防火墙开关列表,请换用DescribeFwEdgeIps
244
244
  */
245
245
  DescribeSwitchLists(req: DescribeSwitchListsRequest, cb?: (error: string, rep: DescribeSwitchListsResponse) => void): Promise<DescribeSwitchListsResponse>;
246
246
  /**
@@ -376,7 +376,7 @@ class Client extends TencentCloudCommon.AbstractClient {
376
376
  return this.request("ModifyAddressTemplate", req, cb);
377
377
  }
378
378
  /**
379
- * 防火墙开关列表,已废弃,请使用DescribeFwEdgeIps
379
+ * 防火墙开关列表,请换用DescribeFwEdgeIps
380
380
  */
381
381
  async DescribeSwitchLists(req, cb) {
382
382
  return this.request("DescribeSwitchLists", req, cb);
@@ -1620,7 +1620,7 @@ export interface SecurityGroupRule {
1620
1620
  */
1621
1621
  Id?: string;
1622
1622
  /**
1623
- * (入参时、Enable已弃用;由通用配置中新增规则启用状态控制)
1623
+ * (入参时Enable无意义;由通用配置中新增规则启用状态控制)
1624
1624
  规则状态,true表示启用,false表示禁用
1625
1625
  */
1626
1626
  Enable?: string;