tencentcloud-sdk-nodejs-dlc 4.0.1035 → 4.0.1040
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
@@ -2737,17 +2737,14 @@ export interface DataEngineConfigInstanceInfo {
|
|
2737
2737
|
export interface CrontabResumeSuspendStrategy {
|
2738
2738
|
/**
|
2739
2739
|
* 定时拉起时间:如:周一&周三8点
|
2740
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2741
2740
|
*/
|
2742
2741
|
ResumeTime?: string
|
2743
2742
|
/**
|
2744
2743
|
* 定时挂起时间:如:周一&周三20点
|
2745
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2746
2744
|
*/
|
2747
2745
|
SuspendTime?: string
|
2748
2746
|
/**
|
2749
2747
|
* 挂起配置:0(默认):等待任务结束后挂起、1:强制挂起
|
2750
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2751
2748
|
*/
|
2752
2749
|
SuspendStrategy?: number
|
2753
2750
|
}
|
@@ -7820,12 +7817,10 @@ export interface CreateTasksInOrderResponse {
|
|
7820
7817
|
export interface TagInfo {
|
7821
7818
|
/**
|
7822
7819
|
* 标签键
|
7823
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7824
7820
|
*/
|
7825
7821
|
TagKey?: string
|
7826
7822
|
/**
|
7827
7823
|
* 标签值
|
7828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7829
7824
|
*/
|
7830
7825
|
TagValue?: string
|
7831
7826
|
}
|
@@ -2615,17 +2615,14 @@ export interface DataEngineConfigInstanceInfo {
|
|
2615
2615
|
export interface CrontabResumeSuspendStrategy {
|
2616
2616
|
/**
|
2617
2617
|
* 定时拉起时间:如:周一&周三8点
|
2618
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2619
2618
|
*/
|
2620
2619
|
ResumeTime?: string;
|
2621
2620
|
/**
|
2622
2621
|
* 定时挂起时间:如:周一&周三20点
|
2623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2624
2622
|
*/
|
2625
2623
|
SuspendTime?: string;
|
2626
2624
|
/**
|
2627
2625
|
* 挂起配置:0(默认):等待任务结束后挂起、1:强制挂起
|
2628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
2629
2626
|
*/
|
2630
2627
|
SuspendStrategy?: number;
|
2631
2628
|
}
|
@@ -7494,12 +7491,10 @@ export interface CreateTasksInOrderResponse {
|
|
7494
7491
|
export interface TagInfo {
|
7495
7492
|
/**
|
7496
7493
|
* 标签键
|
7497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7498
7494
|
*/
|
7499
7495
|
TagKey?: string;
|
7500
7496
|
/**
|
7501
7497
|
* 标签值
|
7502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7503
7498
|
*/
|
7504
7499
|
TagValue?: string;
|
7505
7500
|
}
|