tencentcloud-sdk-nodejs-dlc 4.1.96 → 4.1.97

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-dlc",
3
- "version": "4.1.96",
3
+ "version": "4.1.97",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "./tencentcloud/index.js",
6
6
  "module": "./es/index.js",
@@ -3707,11 +3707,11 @@ export interface CreateDataEngineRequest {
3707
3707
  */
3708
3708
  PayMode?: number;
3709
3709
  /**
3710
- * 资源使用时长,后付费:固定填3600,预付费:最少填1,代表购买资源一个月,最长不超过120。默认1
3710
+ * 资源使用时长,后付费:固定填1,预付费:最少填1,代表购买资源一个月,最长不超过120。默认1
3711
3711
  */
3712
3712
  TimeSpan?: number;
3713
3713
  /**
3714
- * 资源使用时长的单位,后付费:s,预付费:m。默认为s
3714
+ * 资源使用时长的单位,后付费:h,预付费:m。默认为h
3715
3715
  */
3716
3716
  TimeUnit?: string;
3717
3717
  /**
@@ -3735,7 +3735,7 @@ export interface CreateDataEngineRequest {
3735
3735
  */
3736
3736
  CrontabResumeSuspendStrategy?: CrontabResumeSuspendStrategy;
3737
3737
  /**
3738
- * 引擎执行任务类型,有效值:SQL/BATCH,默认为SQL
3738
+ * 引擎执行任务类型,有效值:SQL/BATCH,标准引擎默认为BATCH
3739
3739
  */
3740
3740
  EngineExecType?: string;
3741
3741
  /**