tencentcloud-sdk-nodejs-cls 4.1.104 → 4.1.110
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
|
@@ -5606,7 +5606,8 @@ export interface PreviewLogStatistic {
|
|
|
5606
5606
|
*/
|
|
5607
5607
|
LineNum: number;
|
|
5608
5608
|
/**
|
|
5609
|
-
* 目标日志主题
|
|
5609
|
+
* 目标日志主题ID
|
|
5610
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
5610
5611
|
*/
|
|
5611
5612
|
DstTopicId?: string;
|
|
5612
5613
|
/**
|
|
@@ -6837,19 +6838,16 @@ export interface DataTransformTaskInfo {
|
|
|
6837
6838
|
Status?: number;
|
|
6838
6839
|
/**
|
|
6839
6840
|
* 加工任务创建时间
|
|
6840
|
-
示例值:2025-03-18 19:55:54
|
|
6841
6841
|
时间格式:yyyy-MM-dd HH:mm:ss
|
|
6842
6842
|
*/
|
|
6843
6843
|
CreateTime?: string;
|
|
6844
6844
|
/**
|
|
6845
6845
|
* 最近修改时间
|
|
6846
|
-
示例值:2025-04-18 16:55:54
|
|
6847
6846
|
时间格式:yyyy-MM-dd HH:mm:ss
|
|
6848
6847
|
*/
|
|
6849
6848
|
UpdateTime?: string;
|
|
6850
6849
|
/**
|
|
6851
6850
|
* 最后启用时间,如果需要重建集群,修改该时间
|
|
6852
|
-
示例值:2025-05-18 19:55:54
|
|
6853
6851
|
时间格式:yyyy-MM-dd HH:mm:ss
|
|
6854
6852
|
*/
|
|
6855
6853
|
LastEnableTime?: string;
|