tencentcloud-sdk-nodejs-cls 4.1.216 → 4.1.217

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-cls",
3
- "version": "4.1.216",
3
+ "version": "4.1.217",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -511,8 +511,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
511
511
  /**
512
512
  * 本接口用于检索分析日志,使用该接口时请注意如下事项:
513
513
  1. 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。
514
- 2. 检索语法建议使用日志服务专用检索语法CQL,请使用SyntaxRule参数,将值设置为1,控制台默认也使用该语法规则。
515
- 3. API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
514
+ 2. API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
516
515
  */
517
516
  SearchLog(req: SearchLogRequest, cb?: (error: string, rep: SearchLogResponse) => void): Promise<SearchLogResponse>;
518
517
  /**
@@ -777,8 +777,7 @@ class Client extends TencentCloudCommon.AbstractClient {
777
777
  /**
778
778
  * 本接口用于检索分析日志,使用该接口时请注意如下事项:
779
779
  1. 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。
780
- 2. 检索语法建议使用日志服务专用检索语法CQL,请使用SyntaxRule参数,将值设置为1,控制台默认也使用该语法规则。
781
- 3. API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
780
+ 2. API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
782
781
  */
783
782
  async SearchLog(req, cb) {
784
783
  return this.request("SearchLog", req, cb);