tencentcloud-sdk-nodejs-waf 4.1.107 → 4.1.116

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.107",
3
+ "version": "4.1.116",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -33,7 +33,7 @@ export interface DescribeLogHistogramRequest {
33
33
  */
34
34
  To: number;
35
35
  /**
36
- * 查询语句
36
+ * 查询语句,进行base64编码
37
37
  */
38
38
  Query: string;
39
39
  /**
@@ -7863,7 +7863,7 @@ export interface CreateExportRequest {
7863
7863
  */
7864
7864
  Count: number;
7865
7865
  /**
7866
- * 日志导出检索语句,不支持<a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a>
7866
+ * 日志导出检索语句,需要进行base64编码,不支持<a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a>
7867
7867
  */
7868
7868
  Query: string;
7869
7869
  /**
@@ -12408,9 +12408,7 @@ export interface SearchLogRequest {
12408
12408
  */
12409
12409
  To: number;
12410
12410
  /**
12411
- * 检索分析语句,最大长度为12KB
12412
- 语句由 <a href="https://cloud.tencent.com/document/product/614/47044" target="_blank">[检索条件]</a> | <a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a>构成,无需对日志进行统计分析时,可省略其中的管道符<code> | </code>及SQL语句
12413
- 使用*或空字符串可查询所有日志
12411
+ * 检索分析语句,需要进行base64编码,最大长度为12KB语句由 <a href="https://cloud.tencent.com/document/product/614/47044" target="_blank">[检索条件]</a> | <a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a>构成,无需对日志进行统计分析时,可省略其中的管道符<code> | </code>及SQL语句使用*或空字符串可查询所有日志
12414
12412
  */
12415
12413
  Query: string;
12416
12414
  /**