tencentcloud-sdk-nodejs-cls 4.1.215 → 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
|
@@ -511,8 +511,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
511
511
|
/**
|
|
512
512
|
* 本接口用于检索分析日志,使用该接口时请注意如下事项:
|
|
513
513
|
1. 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。
|
|
514
|
-
2.
|
|
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.
|
|
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);
|