tencentcloud-sdk-nodejs-wedata 4.0.595 → 4.0.605

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.
@@ -753,7 +753,7 @@ export interface DescribeRulesResponse {
753
753
  * 规则列表
754
754
  注意:此字段可能返回 null,表示取不到有效值。
755
755
  */
756
- Data: Array<Rule>
756
+ Data?: Array<Rule>
757
757
 
758
758
  /**
759
759
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1111,6 +1111,12 @@ export interface RuleGroupExecResult {
1111
1111
  注意:此字段可能返回 null,表示取不到有效值。
1112
1112
  */
1113
1113
  ExecDetail?: string
1114
+
1115
+ /**
1116
+ * 实际执行引擎
1117
+ 注意:此字段可能返回 null,表示取不到有效值。
1118
+ */
1119
+ EngineType?: string
1114
1120
  }
1115
1121
 
1116
1122
  /**
@@ -2105,6 +2111,18 @@ export interface RuleGroupExecStrategy {
2105
2111
  注意:此字段可能返回 null,表示取不到有效值。
2106
2112
  */
2107
2113
  TaskAction: string
2114
+
2115
+ /**
2116
+ * 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
2117
+ 注意:此字段可能返回 null,表示取不到有效值。
2118
+ */
2119
+ ExecEngineType?: string
2120
+
2121
+ /**
2122
+ * 执行计划
2123
+ 注意:此字段可能返回 null,表示取不到有效值。
2124
+ */
2125
+ ExecPlan?: string
2108
2126
  }
2109
2127
 
2110
2128
  /**
@@ -2747,6 +2765,12 @@ export interface Rule {
2747
2765
  注意:此字段可能返回 null,表示取不到有效值。
2748
2766
  */
2749
2767
  TargetObjectValue?: string
2768
+
2769
+ /**
2770
+ * 源端对应的引擎类型
2771
+ 注意:此字段可能返回 null,表示取不到有效值。
2772
+ */
2773
+ SourceEngineTypes?: Array<number>
2750
2774
  }
2751
2775
 
2752
2776
  /**
@@ -4834,6 +4858,11 @@ export interface ModifyRuleRequest {
4834
4858
  * 目标字段名称 CITY
4835
4859
  */
4836
4860
  TargetObjectValue?: string
4861
+
4862
+ /**
4863
+ * 该规则适配的执行引擎
4864
+ */
4865
+ SourceEngineTypes?: Array<number>
4837
4866
  }
4838
4867
 
4839
4868
  /**
@@ -5195,7 +5224,7 @@ export interface ModifyRuleResponse {
5195
5224
  * 是否更新成功
5196
5225
  注意:此字段可能返回 null,表示取不到有效值。
5197
5226
  */
5198
- Data: boolean
5227
+ Data?: boolean
5199
5228
 
5200
5229
  /**
5201
5230
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -7558,6 +7587,12 @@ export interface RuleExecConfig {
7558
7587
  注意:此字段可能返回 null,表示取不到有效值。
7559
7588
  */
7560
7589
  ExecutorGroupId?: string
7590
+
7591
+ /**
7592
+ * 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
7593
+ 注意:此字段可能返回 null,表示取不到有效值。
7594
+ */
7595
+ EngineType?: string
7561
7596
  }
7562
7597
 
7563
7598
  /**
@@ -8362,7 +8397,7 @@ export interface CreateRuleResponse {
8362
8397
  * 规则
8363
8398
  注意:此字段可能返回 null,表示取不到有效值。
8364
8399
  */
8365
- Data: Rule
8400
+ Data?: Rule
8366
8401
 
8367
8402
  /**
8368
8403
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -9531,6 +9566,11 @@ export interface CreateRuleRequest {
9531
9566
  * 目标字段名称 CITY
9532
9567
  */
9533
9568
  TargetObjectValue?: string
9569
+
9570
+ /**
9571
+ * 该规则支持的执行引擎列表
9572
+ */
9573
+ SourceEngineTypes?: Array<number>
9534
9574
  }
9535
9575
 
9536
9576
  /**
@@ -9561,6 +9601,11 @@ export interface CommitRuleGroupTaskRequest {
9561
9601
  * 项目ID
9562
9602
  */
9563
9603
  ProjectId?: string
9604
+
9605
+ /**
9606
+ * 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎
9607
+ */
9608
+ EngineType?: string
9564
9609
  }
9565
9610
 
9566
9611
  /**
@@ -10293,6 +10338,12 @@ export interface DatasourceBaseInfo {
10293
10338
  注意:此字段可能返回 null,表示取不到有效值。
10294
10339
  */
10295
10340
  ClusterId: string
10341
+
10342
+ /**
10343
+ * 数据源版本信息
10344
+ 注意:此字段可能返回 null,表示取不到有效值。
10345
+ */
10346
+ Version?: string
10296
10347
  }
10297
10348
 
10298
10349
  /**
@@ -12305,6 +12356,11 @@ MONTH_CYCLE:M
12305
12356
  * 数据表Id
12306
12357
  */
12307
12358
  TableId?: string
12359
+
12360
+ /**
12361
+ * 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
12362
+ */
12363
+ ExecEngineType?: string
12308
12364
  }
12309
12365
 
12310
12366
  /**
@@ -12419,7 +12475,7 @@ export interface CommitRuleGroupTaskResponse {
12419
12475
  * 规则组执行id
12420
12476
  注意:此字段可能返回 null,表示取不到有效值。
12421
12477
  */
12422
- Data: RuleGroupExecResult
12478
+ Data?: RuleGroupExecResult
12423
12479
 
12424
12480
  /**
12425
12481
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -12552,7 +12608,7 @@ export interface ModifyExecStrategyResponse {
12552
12608
  * 规则组ID
12553
12609
  注意:此字段可能返回 null,表示取不到有效值。
12554
12610
  */
12555
- Data: number
12611
+ Data?: number
12556
12612
 
12557
12613
  /**
12558
12614
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -13004,6 +13060,11 @@ export interface DescribeRulesRequest {
13004
13060
  * 规则组id
13005
13061
  */
13006
13062
  RuleGroupId?: number
13063
+
13064
+ /**
13065
+ * 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎
13066
+ */
13067
+ EngineType?: string
13007
13068
  }
13008
13069
 
13009
13070
  /**
@@ -623,7 +623,7 @@ export interface DescribeRulesResponse {
623
623
  * 规则列表
624
624
  注意:此字段可能返回 null,表示取不到有效值。
625
625
  */
626
- Data: Array<Rule>;
626
+ Data?: Array<Rule>;
627
627
  /**
628
628
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
629
629
  */
@@ -927,6 +927,11 @@ export interface RuleGroupExecResult {
927
927
  注意:此字段可能返回 null,表示取不到有效值。
928
928
  */
929
929
  ExecDetail?: string;
930
+ /**
931
+ * 实际执行引擎
932
+ 注意:此字段可能返回 null,表示取不到有效值。
933
+ */
934
+ EngineType?: string;
930
935
  }
931
936
  /**
932
937
  * 告警事件详情
@@ -1765,6 +1770,16 @@ export interface RuleGroupExecStrategy {
1765
1770
  注意:此字段可能返回 null,表示取不到有效值。
1766
1771
  */
1767
1772
  TaskAction: string;
1773
+ /**
1774
+ * 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
1775
+ 注意:此字段可能返回 null,表示取不到有效值。
1776
+ */
1777
+ ExecEngineType?: string;
1778
+ /**
1779
+ * 执行计划
1780
+ 注意:此字段可能返回 null,表示取不到有效值。
1781
+ */
1782
+ ExecPlan?: string;
1768
1783
  }
1769
1784
  /**
1770
1785
  * ModifyWorkflowSchedule请求参数结构体
@@ -2302,6 +2317,11 @@ export interface Rule {
2302
2317
  注意:此字段可能返回 null,表示取不到有效值。
2303
2318
  */
2304
2319
  TargetObjectValue?: string;
2320
+ /**
2321
+ * 源端对应的引擎类型
2322
+ 注意:此字段可能返回 null,表示取不到有效值。
2323
+ */
2324
+ SourceEngineTypes?: Array<number>;
2305
2325
  }
2306
2326
  /**
2307
2327
  * ModifyRuleGroupSubscription请求参数结构体
@@ -4064,6 +4084,10 @@ export interface ModifyRuleRequest {
4064
4084
  * 目标字段名称 CITY
4065
4085
  */
4066
4086
  TargetObjectValue?: string;
4087
+ /**
4088
+ * 该规则适配的执行引擎
4089
+ */
4090
+ SourceEngineTypes?: Array<number>;
4067
4091
  }
4068
4092
  /**
4069
4093
  * 操作结果
@@ -4372,7 +4396,7 @@ export interface ModifyRuleResponse {
4372
4396
  * 是否更新成功
4373
4397
  注意:此字段可能返回 null,表示取不到有效值。
4374
4398
  */
4375
- Data: boolean;
4399
+ Data?: boolean;
4376
4400
  /**
4377
4401
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4378
4402
  */
@@ -6354,6 +6378,11 @@ export interface RuleExecConfig {
6354
6378
  注意:此字段可能返回 null,表示取不到有效值。
6355
6379
  */
6356
6380
  ExecutorGroupId?: string;
6381
+ /**
6382
+ * 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
6383
+ 注意:此字段可能返回 null,表示取不到有效值。
6384
+ */
6385
+ EngineType?: string;
6357
6386
  }
6358
6387
  /**
6359
6388
  * SuspendIntegrationTask返回参数结构体
@@ -7042,7 +7071,7 @@ export interface CreateRuleResponse {
7042
7071
  * 规则
7043
7072
  注意:此字段可能返回 null,表示取不到有效值。
7044
7073
  */
7045
- Data: Rule;
7074
+ Data?: Rule;
7046
7075
  /**
7047
7076
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7048
7077
  */
@@ -8036,6 +8065,10 @@ export interface CreateRuleRequest {
8036
8065
  * 目标字段名称 CITY
8037
8066
  */
8038
8067
  TargetObjectValue?: string;
8068
+ /**
8069
+ * 该规则支持的执行引擎列表
8070
+ */
8071
+ SourceEngineTypes?: Array<number>;
8039
8072
  }
8040
8073
  /**
8041
8074
  * CommitRuleGroupTask请求参数结构体
@@ -8061,6 +8094,10 @@ export interface CommitRuleGroupTaskRequest {
8061
8094
  * 项目ID
8062
8095
  */
8063
8096
  ProjectId?: string;
8097
+ /**
8098
+ * 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎
8099
+ */
8100
+ EngineType?: string;
8064
8101
  }
8065
8102
  /**
8066
8103
  * DescribeTemplateHistory返回参数结构体
@@ -8681,6 +8718,11 @@ export interface DatasourceBaseInfo {
8681
8718
  注意:此字段可能返回 null,表示取不到有效值。
8682
8719
  */
8683
8720
  ClusterId: string;
8721
+ /**
8722
+ * 数据源版本信息
8723
+ 注意:此字段可能返回 null,表示取不到有效值。
8724
+ */
8725
+ Version?: string;
8684
8726
  }
8685
8727
  /**
8686
8728
  * DescribeRuleTemplates请求参数结构体
@@ -10381,6 +10423,10 @@ export interface ModifyExecStrategyRequest {
10381
10423
  * 数据表Id
10382
10424
  */
10383
10425
  TableId?: string;
10426
+ /**
10427
+ * 运行的执行引擎,不传时会请求该数据源下默认的执行引擎
10428
+ */
10429
+ ExecEngineType?: string;
10384
10430
  }
10385
10431
  /**
10386
10432
  * 实时任务同步速度趋势
@@ -10480,7 +10526,7 @@ export interface CommitRuleGroupTaskResponse {
10480
10526
  * 规则组执行id
10481
10527
  注意:此字段可能返回 null,表示取不到有效值。
10482
10528
  */
10483
- Data: RuleGroupExecResult;
10529
+ Data?: RuleGroupExecResult;
10484
10530
  /**
10485
10531
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10486
10532
  */
@@ -10592,7 +10638,7 @@ export interface ModifyExecStrategyResponse {
10592
10638
  * 规则组ID
10593
10639
  注意:此字段可能返回 null,表示取不到有效值。
10594
10640
  */
10595
- Data: number;
10641
+ Data?: number;
10596
10642
  /**
10597
10643
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10598
10644
  */
@@ -10975,6 +11021,10 @@ export interface DescribeRulesRequest {
10975
11021
  * 规则组id
10976
11022
  */
10977
11023
  RuleGroupId?: number;
11024
+ /**
11025
+ * 该规则运行的执行引擎,不传时会请求该数据源下默认的执行引擎
11026
+ */
11027
+ EngineType?: string;
10978
11028
  }
10979
11029
  /**
10980
11030
  * DescribeRule返回参数结构体