tencentcloud-sdk-nodejs-waf 4.1.236 → 4.1.238

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-waf",
3
- "version": "4.1.236",
3
+ "version": "4.1.238",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -540,7 +540,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
540
540
  */
541
541
  DescribeUserClbWafRegions(req: DescribeUserClbWafRegionsRequest, cb?: (error: string, rep: DescribeUserClbWafRegionsResponse) => void): Promise<DescribeUserClbWafRegionsResponse>;
542
542
  /**
543
- * 查看防护对象列表
543
+ * 查看CLB/TSE防护对象列表
544
544
  */
545
545
  DescribeObjects(req: DescribeObjectsRequest, cb?: (error: string, rep: DescribeObjectsResponse) => void): Promise<DescribeObjectsResponse>;
546
546
  /**
@@ -828,7 +828,7 @@ class Client extends TencentCloudCommon.AbstractClient {
828
828
  return this.request("DescribeUserClbWafRegions", req, cb);
829
829
  }
830
830
  /**
831
- * 查看防护对象列表
831
+ * 查看CLB/TSE防护对象列表
832
832
  */
833
833
  async DescribeObjects(req, cb) {
834
834
  return this.request("DescribeObjects", req, cb);