tencentcloud-sdk-nodejs-cls 4.1.300 → 4.1.301
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.
|
|
3
|
+
"version": "4.1.301",
|
|
4
4
|
"description": "腾讯云 API NODEJS SDK",
|
|
5
5
|
"main": "./tencentcloud/index.js",
|
|
6
6
|
"module": "./es/index.js",
|
|
@@ -49,7 +49,6 @@
|
|
|
49
49
|
"@types/json-bigint": "^1.0.1",
|
|
50
50
|
"@types/node": "^18.0.0",
|
|
51
51
|
"@types/node-fetch": "^2.5.7",
|
|
52
|
-
"@types/uuid": "^9.0.8",
|
|
53
52
|
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
54
53
|
"@typescript-eslint/parser": "^2.34.0",
|
|
55
54
|
"babel-eslint": "^10.0.2",
|
|
@@ -9813,41 +9813,39 @@ export interface LogsetInfo {
|
|
|
9813
9813
|
*/
|
|
9814
9814
|
export interface CreateExportRequest {
|
|
9815
9815
|
/**
|
|
9816
|
-
*
|
|
9817
|
-
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
9816
|
+
* <p>日志主题Id</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
|
|
9818
9817
|
*/
|
|
9819
9818
|
TopicId: string;
|
|
9820
9819
|
/**
|
|
9821
|
-
*
|
|
9820
|
+
* <p>日志导出数量, 最大值5000万</p>
|
|
9822
9821
|
*/
|
|
9823
9822
|
Count: number;
|
|
9824
9823
|
/**
|
|
9825
|
-
*
|
|
9824
|
+
* <p>日志导出检索语句,不支持<a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a></p>
|
|
9826
9825
|
*/
|
|
9827
9826
|
Query: string;
|
|
9828
9827
|
/**
|
|
9829
|
-
*
|
|
9828
|
+
* <p>日志导出起始时间,毫秒时间戳</p>
|
|
9830
9829
|
*/
|
|
9831
9830
|
From: number;
|
|
9832
9831
|
/**
|
|
9833
|
-
*
|
|
9832
|
+
* <p>日志导出结束时间,毫秒时间戳</p>
|
|
9834
9833
|
*/
|
|
9835
9834
|
To: number;
|
|
9836
9835
|
/**
|
|
9837
|
-
*
|
|
9836
|
+
* <p>日志导出时间排序。desc,asc,默认为desc</p>
|
|
9838
9837
|
*/
|
|
9839
9838
|
Order?: string;
|
|
9840
9839
|
/**
|
|
9841
|
-
*
|
|
9840
|
+
* <p>日志导出数据格式。json,csv,默认为json</p>
|
|
9842
9841
|
*/
|
|
9843
9842
|
Format?: string;
|
|
9844
9843
|
/**
|
|
9845
|
-
*
|
|
9846
|
-
0:Lucene语法,1:CQL语法。
|
|
9844
|
+
* <p>检索语法规则,默认值为1,推荐使用1 。</p><ul><li>0:Lucene语法</li><li>1:CQL语法(CLS Query Language,日志服务专用检索语法)</li></ul><p>详细说明参见<a href="https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules" target="_blank">检索条件语法规则</a>。</p>
|
|
9847
9845
|
*/
|
|
9848
9846
|
SyntaxRule?: number;
|
|
9849
9847
|
/**
|
|
9850
|
-
*
|
|
9848
|
+
* <p>导出字段</p>
|
|
9851
9849
|
*/
|
|
9852
9850
|
DerivedFields?: Array<string>;
|
|
9853
9851
|
}
|
|
@@ -11396,7 +11394,7 @@ export interface DeleteTopicResponse {
|
|
|
11396
11394
|
*/
|
|
11397
11395
|
export interface CreateExportResponse {
|
|
11398
11396
|
/**
|
|
11399
|
-
*
|
|
11397
|
+
* <p>日志导出ID。</p>
|
|
11400
11398
|
*/
|
|
11401
11399
|
ExportId?: string;
|
|
11402
11400
|
/**
|