tencentcloud-sdk-nodejs-cls 4.1.103 → 4.1.105

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.103",
3
+ "version": "4.1.105",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -2343,7 +2343,8 @@ export interface ModifyMachineGroupResponse {
2343
2343
  */
2344
2344
  export interface DataTransformResouceInfo {
2345
2345
  /**
2346
- * 目标主题id
2346
+ * 日志主题ID
2347
+ - 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
2347
2348
  */
2348
2349
  TopicId: string;
2349
2350
  /**
@@ -6836,16 +6837,20 @@ export interface DataTransformTaskInfo {
6836
6837
  Status?: number;
6837
6838
  /**
6838
6839
  * 加工任务创建时间
6840
+ 示例值:2025-03-18 19:55:54
6841
+ 时间格式:yyyy-MM-dd HH:mm:ss
6839
6842
  */
6840
6843
  CreateTime?: string;
6841
6844
  /**
6842
6845
  * 最近修改时间
6843
- 示例值:2025-06-18 16:55:54
6846
+ 示例值:2025-04-18 16:55:54
6847
+ 时间格式:yyyy-MM-dd HH:mm:ss
6844
6848
  */
6845
6849
  UpdateTime?: string;
6846
6850
  /**
6847
6851
  * 最后启用时间,如果需要重建集群,修改该时间
6848
- 示例值:2025-06-18 19:55:54
6852
+ 示例值:2025-05-18 19:55:54
6853
+ 时间格式:yyyy-MM-dd HH:mm:ss
6849
6854
  */
6850
6855
  LastEnableTime?: string;
6851
6856
  /**