tencentcloud-sdk-nodejs 4.1.282 → 4.1.284

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.
Files changed (63) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/adp/v20260520/adp_client.js +0 -33
  3. package/es/services/cngw/v20230418/cngw_client.js +6 -0
  4. package/es/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  5. package/es/services/dbdc/v20201029/dbdc_client.js +3 -0
  6. package/es/services/dlc/v20210125/dlc_client.js +224 -32
  7. package/es/services/es/v20180416/es_client.js +8 -2
  8. package/es/services/mps/v20190612/mps_client.js +15 -6
  9. package/es/services/vod/v20180717/vod_client.js +12 -0
  10. package/package.json +1 -1
  11. package/tencentcloud/common/sdk_version.d.ts +1 -1
  12. package/tencentcloud/common/sdk_version.js +1 -1
  13. package/tencentcloud/services/adp/v20260520/adp_client.d.ts +2 -45
  14. package/tencentcloud/services/adp/v20260520/adp_client.js +1 -66
  15. package/tencentcloud/services/adp/v20260520/adp_models.d.ts +430 -825
  16. package/tencentcloud/services/ags/v20250920/ags_models.d.ts +50 -24
  17. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -12
  18. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +20 -14
  19. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +160 -14
  20. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
  21. package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +10 -2
  22. package/tencentcloud/services/cngw/v20230418/cngw_client.js +13 -1
  23. package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +366 -189
  24. package/tencentcloud/services/ctem/v20231128/ctem_models.d.ts +8 -0
  25. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +55 -71
  26. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -1
  27. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -0
  28. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +30 -0
  29. package/tencentcloud/services/dbdc/v20201029/dbdc_client.d.ts +5 -1
  30. package/tencentcloud/services/dbdc/v20201029/dbdc_client.js +6 -0
  31. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +36 -1
  32. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +289 -33
  33. package/tencentcloud/services/dlc/v20210125/dlc_client.js +432 -48
  34. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +7468 -944
  35. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +21 -17
  36. package/tencentcloud/services/es/v20180416/es_client.d.ts +11 -3
  37. package/tencentcloud/services/es/v20180416/es_client.js +15 -3
  38. package/tencentcloud/services/es/v20180416/es_models.d.ts +178 -60
  39. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -3
  40. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -3
  41. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -67
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -3
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -3
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -7
  45. package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +15 -15
  46. package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +7 -11
  47. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
  48. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +103 -39
  49. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +9 -9
  50. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +19 -7
  51. package/tencentcloud/services/mps/v20190612/mps_client.js +27 -9
  52. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +349 -124
  53. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +8 -33
  54. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +34 -40
  55. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +11 -3
  56. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  57. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +4 -0
  58. package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +1 -1
  59. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -4
  60. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +18 -1
  61. package/tencentcloud/services/vod/v20180717/vod_client.js +25 -0
  62. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +937 -562
  63. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
@@ -27,12 +27,24 @@ class Client extends abstract_client_1.AbstractClient {
27
27
  constructor(clientConfig) {
28
28
  super("dlc.tencentcloudapi.com", "2021-01-25", clientConfig);
29
29
  }
30
+ /**
31
+ * 获取Ray集群的事件流(基于 K8s Event + CLS 日志)
32
+ */
33
+ async GetRayClusterEvent(req, cb) {
34
+ return this.request("GetRayClusterEvent", req, cb);
35
+ }
30
36
  /**
31
37
  * 本接口(CreateTask)用于创建并执行SQL任务。(推荐使用CreateTasks接口)
32
38
  */
33
39
  async CreateTask(req, cb) {
34
40
  return this.request("CreateTask", req, cb);
35
41
  }
42
+ /**
43
+ * 修改用户信息
44
+ */
45
+ async ModifyUser(req, cb) {
46
+ return this.request("ModifyUser", req, cb);
47
+ }
36
48
  /**
37
49
  * 添加用户到工作组
38
50
  */
@@ -135,6 +147,18 @@ class Client extends abstract_client_1.AbstractClient {
135
147
  async CreateStoreLocation(req, cb) {
136
148
  return this.request("CreateStoreLocation", req, cb);
137
149
  }
150
+ /**
151
+ * 获取数据实验室Pod的YAML内容
152
+ */
153
+ async GetLabPodYaml(req, cb) {
154
+ return this.request("GetLabPodYaml", req, cb);
155
+ }
156
+ /**
157
+ * 根据 exampleId 获取单个案例详情
158
+ */
159
+ async GetExampleDetail(req, cb) {
160
+ return this.request("GetExampleDetail", req, cb);
161
+ }
138
162
  /**
139
163
  * 本接口(CreateNotebookSessionStatementSupportBatchSQL)用于创建交互式session并执行SQL任务
140
164
  */
@@ -148,10 +172,10 @@ class Client extends abstract_client_1.AbstractClient {
148
172
  return this.request("SwitchDataEngine", req, cb);
149
173
  }
150
174
  /**
151
- * DMS元数据更新库
175
+ * 本接口(DescribeDataEngines)用于查询DataEngines信息列表.
152
176
  */
153
- async AlterDMSDatabase(req, cb) {
154
- return this.request("AlterDMSDatabase", req, cb);
177
+ async DescribeDataEngines(req, cb) {
178
+ return this.request("DescribeDataEngines", req, cb);
155
179
  }
156
180
  /**
157
181
  * 创建数据源
@@ -177,6 +201,12 @@ class Client extends abstract_client_1.AbstractClient {
177
201
  async DescribeNotebookSessions(req, cb) {
178
202
  return this.request("DescribeNotebookSessions", req, cb);
179
203
  }
204
+ /**
205
+ * 根据集群组 ID 获取集群组详情。支持通过 IncludeDeleted 参数控制是否返回已软删除的记录(用于悬挂 cluster 回显场景)。
206
+ */
207
+ async DescribeClusterGroup(req, cb) {
208
+ return this.request("DescribeClusterGroup", req, cb);
209
+ }
180
210
  /**
181
211
  * DMS元数据获取分区
182
212
  */
@@ -202,10 +232,16 @@ class Client extends abstract_client_1.AbstractClient {
202
232
  return this.request("DescribeDLCCatalogAccess", req, cb);
203
233
  }
204
234
  /**
205
- * DMS元数据获取表列表
235
+ * 列出所有资源配置模板
206
236
  */
207
- async DescribeDMSTables(req, cb) {
208
- return this.request("DescribeDMSTables", req, cb);
237
+ async ListResourceConfigs(req, cb) {
238
+ return this.request("ListResourceConfigs", req, cb);
239
+ }
240
+ /**
241
+ * 删除数据引擎
242
+ */
243
+ async DeleteDataEngine(req, cb) {
244
+ return this.request("DeleteDataEngine", req, cb);
209
245
  }
210
246
  /**
211
247
  * 根据资源组获取spark session列表
@@ -219,6 +255,12 @@ class Client extends abstract_client_1.AbstractClient {
219
255
  async DescribeUserType(req, cb) {
220
256
  return this.request("DescribeUserType", req, cb);
221
257
  }
258
+ /**
259
+ * 分页查询作业配置列表
260
+ */
261
+ async ListJobSpecs(req, cb) {
262
+ return this.request("ListJobSpecs", req, cb);
263
+ }
222
264
  /**
223
265
  * 更新标准引擎资源组基础信息
224
266
  */
@@ -255,6 +297,12 @@ class Client extends abstract_client_1.AbstractClient {
255
297
  async DescribeTasks(req, cb) {
256
298
  return this.request("DescribeTasks", req, cb);
257
299
  }
300
+ /**
301
+ * 案例列表
302
+ */
303
+ async ListExamples(req, cb) {
304
+ return this.request("ListExamples", req, cb);
305
+ }
258
306
  /**
259
307
  * 该接口(DeleteScript)用于删除sql脚本。
260
308
  */
@@ -262,10 +310,10 @@ class Client extends abstract_client_1.AbstractClient {
262
310
  return this.request("DeleteScript", req, cb);
263
311
  }
264
312
  /**
265
- * 删除表
313
+ * 本接口(DescribeDataEngineSessionParameters)用于获取指定小版本下的Session配置。
266
314
  */
267
- async DeleteTable(req, cb) {
268
- return this.request("DeleteTable", req, cb);
315
+ async DescribeDataEngineSessionParameters(req, cb) {
316
+ return this.request("DescribeDataEngineSessionParameters", req, cb);
269
317
  }
270
318
  /**
271
319
  * 启动Spark作业
@@ -285,6 +333,12 @@ class Client extends abstract_client_1.AbstractClient {
285
333
  async UpdateStandardEngineResourceGroupBaseInfo(req, cb) {
286
334
  return this.request("UpdateStandardEngineResourceGroupBaseInfo", req, cb);
287
335
  }
336
+ /**
337
+ * 修改集群的调度优先级(1-9,数字越大优先级越高)
338
+ */
339
+ async ModifyClusterPriority(req, cb) {
340
+ return this.request("ModifyClusterPriority", req, cb);
341
+ }
288
342
  /**
289
343
  * 查询托管存储指定目录的Summary
290
344
  */
@@ -297,12 +351,36 @@ class Client extends abstract_client_1.AbstractClient {
297
351
  async DescribeDatabases(req, cb) {
298
352
  return this.request("DescribeDatabases", req, cb);
299
353
  }
354
+ /**
355
+ * 获取RayJob的YAML内容
356
+ */
357
+ async GetRayJobYaml(req, cb) {
358
+ return this.request("GetRayJobYaml", req, cb);
359
+ }
360
+ /**
361
+ * 获取实验室详情
362
+ */
363
+ async GetLabDetail(req, cb) {
364
+ return this.request("GetLabDetail", req, cb);
365
+ }
300
366
  /**
301
367
  * DMS元数据更新分区
302
368
  */
303
369
  async AlterDMSPartition(req, cb) {
304
370
  return this.request("AlterDMSPartition", req, cb);
305
371
  }
372
+ /**
373
+ * 计算组关联 cluster 使用情况响应
374
+ */
375
+ async DescribeClusterGroupClusters(req, cb) {
376
+ return this.request("DescribeClusterGroupClusters", req, cb);
377
+ }
378
+ /**
379
+ * 获取集群Pod的YAML内容
380
+ */
381
+ async GetRayClusterPodYaml(req, cb) {
382
+ return this.request("GetRayClusterPodYaml", req, cb);
383
+ }
306
384
  /**
307
385
  * 本接口(RegisterThirdPartyAccessUser)查询开通第三方平台访问的用户信息
308
386
  */
@@ -310,10 +388,10 @@ class Client extends abstract_client_1.AbstractClient {
310
388
  return this.request("DescribeThirdPartyAccessUser", req, cb);
311
389
  }
312
390
  /**
313
- * 撤销DLC Catalog访问权限
391
+ * 获取实验室的状态变更历史记录
314
392
  */
315
- async RevokeDLCCatalogAccess(req, cb) {
316
- return this.request("RevokeDLCCatalogAccess", req, cb);
393
+ async GetLabHistory(req, cb) {
394
+ return this.request("GetLabHistory", req, cb);
317
395
  }
318
396
  /**
319
397
  * 重启引擎
@@ -327,6 +405,12 @@ class Client extends abstract_client_1.AbstractClient {
327
405
  async CreateUser(req, cb) {
328
406
  return this.request("CreateUser", req, cb);
329
407
  }
408
+ /**
409
+ * 获取集群状态历史
410
+ */
411
+ async GetRayClusterHistory(req, cb) {
412
+ return this.request("GetRayClusterHistory", req, cb);
413
+ }
330
414
  /**
331
415
  * 本接口(DescribeTables)用于查询数据表列表。
332
416
  */
@@ -364,10 +448,10 @@ class Client extends abstract_client_1.AbstractClient {
364
448
  return this.request("AddOptimizerEngines", req, cb);
365
449
  }
366
450
  /**
367
- * 此接口用于更新行过滤规则。注意只能更新过滤规则,不能更新规格对象catalog,database和table。
451
+ * 本接口(DescribeDataEngineImageVersions)用于获取独享集群大版本镜像列表。
368
452
  */
369
- async UpdateRowFilter(req, cb) {
370
- return this.request("UpdateRowFilter", req, cb);
453
+ async DescribeDataEngineImageVersions(req, cb) {
454
+ return this.request("DescribeDataEngineImageVersions", req, cb);
371
455
  }
372
456
  /**
373
457
  * 查询sql查询界面高级设置
@@ -387,6 +471,12 @@ class Client extends abstract_client_1.AbstractClient {
387
471
  async DescribeSparkAppJobs(req, cb) {
388
472
  return this.request("DescribeSparkAppJobs", req, cb);
389
473
  }
474
+ /**
475
+ * 分页查询某作业配置下产生的所有作业实例
476
+ */
477
+ async ListJobsBySpec(req, cb) {
478
+ return this.request("ListJobsBySpec", req, cb);
479
+ }
390
480
  /**
391
481
  * 获取用户列表信息
392
482
  */
@@ -412,10 +502,16 @@ class Client extends abstract_client_1.AbstractClient {
412
502
  return this.request("GenerateInternalTable", req, cb);
413
503
  }
414
504
  /**
415
- * 绑定数据脱敏策略
505
+ * 查询任务监控指标信息
416
506
  */
417
- async AttachDataMaskPolicy(req, cb) {
418
- return this.request("AttachDataMaskPolicy", req, cb);
507
+ async DescribeClusterMonitorInfos(req, cb) {
508
+ return this.request("DescribeClusterMonitorInfos", req, cb);
509
+ }
510
+ /**
511
+ * 创建实验室
512
+ */
513
+ async CreateLab(req, cb) {
514
+ return this.request("CreateLab", req, cb);
419
515
  }
420
516
  /**
421
517
  * 修改工作组信息
@@ -459,6 +555,18 @@ class Client extends abstract_client_1.AbstractClient {
459
555
  async DescribeUpdatableDataEngines(req, cb) {
460
556
  return this.request("DescribeUpdatableDataEngines", req, cb);
461
557
  }
558
+ /**
559
+ * 获取所有案例分类
560
+ */
561
+ async ListExampleCategories(req, cb) {
562
+ return this.request("ListExampleCategories", req, cb);
563
+ }
564
+ /**
565
+ * 撤销DLC Catalog访问权限
566
+ */
567
+ async RevokeDLCCatalogAccess(req, cb) {
568
+ return this.request("RevokeDLCCatalogAccess", req, cb);
569
+ }
462
570
  /**
463
571
  * 创建托管存储内表(该接口已废弃)
464
572
  */
@@ -483,12 +591,36 @@ class Client extends abstract_client_1.AbstractClient {
483
591
  async DescribeDataEnginesScaleDetail(req, cb) {
484
592
  return this.request("DescribeDataEnginesScaleDetail", req, cb);
485
593
  }
594
+ /**
595
+ * 获取所有案例分类
596
+ */
597
+ async ListExampleDifficulties(req, cb) {
598
+ return this.request("ListExampleDifficulties", req, cb);
599
+ }
486
600
  /**
487
601
  * 创建spark作业
488
602
  */
489
603
  async CreateSparkApp(req, cb) {
490
604
  return this.request("CreateSparkApp", req, cb);
491
605
  }
606
+ /**
607
+ * 创建用户vpc连接到指定引擎网络
608
+ */
609
+ async CreateUserVpcConnection(req, cb) {
610
+ return this.request("CreateUserVpcConnection", req, cb);
611
+ }
612
+ /**
613
+ * 此接口用于更新行过滤规则。注意只能更新过滤规则,不能更新规格对象catalog,database和table。
614
+ */
615
+ async UpdateRowFilter(req, cb) {
616
+ return this.request("UpdateRowFilter", req, cb);
617
+ }
618
+ /**
619
+ * 基于指定作业配置提交一次作业实例
620
+ */
621
+ async RunJobSpec(req, cb) {
622
+ return this.request("RunJobSpec", req, cb);
623
+ }
492
624
  /**
493
625
  * 删除标准引擎资源组
494
626
  */
@@ -526,10 +658,10 @@ class Client extends abstract_client_1.AbstractClient {
526
658
  return this.request("CreateSparkSessionBatchSQL", req, cb);
527
659
  }
528
660
  /**
529
- * 创建用户vpc连接到指定引擎网络
661
+ * 创建集群组
530
662
  */
531
- async CreateUserVpcConnection(req, cb) {
532
- return this.request("CreateUserVpcConnection", req, cb);
663
+ async CreateClusterGroup(req, cb) {
664
+ return this.request("CreateClusterGroup", req, cb);
533
665
  }
534
666
  /**
535
667
  * 获取UDF权限信息
@@ -537,36 +669,96 @@ class Client extends abstract_client_1.AbstractClient {
537
669
  async DescribeUDFPolicy(req, cb) {
538
670
  return this.request("DescribeUDFPolicy", req, cb);
539
671
  }
672
+ /**
673
+ * 更新处于 SUBMITTED/PENDING 状态的作业的优先级。仅 SUBMITTED/PENDING 状态的作业允许调整优先级。内部通过调用 Neutrino 的 UpdateJobConfig 接口更新 ENVIRONMENT 配置中的 priority 字段。
674
+ */
675
+ async UpdateRayJobPriority(req, cb) {
676
+ return this.request("UpdateRayJobPriority", req, cb);
677
+ }
540
678
  /**
541
679
  * 本接口(DescribeNotebookSessionStatements)用于查询Session中执行的任务列表
542
680
  */
543
681
  async DescribeNotebookSessionStatements(req, cb) {
544
682
  return this.request("DescribeNotebookSessionStatements", req, cb);
545
683
  }
684
+ /**
685
+ * 获取Ray集群详情请求
686
+ */
687
+ async GetRayCluster(req, cb) {
688
+ return this.request("GetRayCluster", req, cb);
689
+ }
546
690
  /**
547
691
  * 授权访问DLC Catalog
548
692
  */
549
693
  async GrantDLCCatalogAccess(req, cb) {
550
694
  return this.request("GrantDLCCatalogAccess", req, cb);
551
695
  }
696
+ /**
697
+ * 更新集群配置:仅在 CREATED / STOPPED / FAILED 终态可用;变更落 MySQL,下次 Start 按新 spec 创建 K8s 资源
698
+ */
699
+ async UpdateRayCluster(req, cb) {
700
+ return this.request("UpdateRayCluster", req, cb);
701
+ }
702
+ /**
703
+ * 复制一份已有的作业配置
704
+ */
705
+ async CopyJobSpec(req, cb) {
706
+ return this.request("CopyJobSpec", req, cb);
707
+ }
708
+ /**
709
+ * 更新集群组
710
+ */
711
+ async UpdateClusterGroup(req, cb) {
712
+ return this.request("UpdateClusterGroup", req, cb);
713
+ }
714
+ /**
715
+ * 更新资源配置模板
716
+ */
717
+ async UpdateResourceConfig(req, cb) {
718
+ return this.request("UpdateResourceConfig", req, cb);
719
+ }
720
+ /**
721
+ * 启动集群
722
+ */
723
+ async StartRayCluster(req, cb) {
724
+ return this.request("StartRayCluster", req, cb);
725
+ }
552
726
  /**
553
727
  * 本接口用于控制挂起或启动数据引擎
554
728
  */
555
729
  async SuspendResumeDataEngine(req, cb) {
556
730
  return this.request("SuspendResumeDataEngine", req, cb);
557
731
  }
732
+ /**
733
+ * 获取作业事件日志
734
+ */
735
+ async GetRayJobEventLog(req, cb) {
736
+ return this.request("GetRayJobEventLog", req, cb);
737
+ }
558
738
  /**
559
739
  * DMS元数据创建库
560
740
  */
561
741
  async CreateDMSDatabase(req, cb) {
562
742
  return this.request("CreateDMSDatabase", req, cb);
563
743
  }
744
+ /**
745
+ * 获取数据实验室的Pod列表
746
+ */
747
+ async GetLabPods(req, cb) {
748
+ return this.request("GetLabPods", req, cb);
749
+ }
564
750
  /**
565
751
  * 绑定鉴权策略到用户
566
752
  */
567
753
  async AttachUserPolicy(req, cb) {
568
754
  return this.request("AttachUserPolicy", req, cb);
569
755
  }
756
+ /**
757
+ * 停止实验室
758
+ */
759
+ async StopLab(req, cb) {
760
+ return this.request("StopLab", req, cb);
761
+ }
570
762
  /**
571
763
  * 修改数据治理事件阈值
572
764
  */
@@ -597,6 +789,12 @@ class Client extends abstract_client_1.AbstractClient {
597
789
  async DescribeMCPSubUin(req, cb) {
598
790
  return this.request("DescribeMCPSubUin", req, cb);
599
791
  }
792
+ /**
793
+ * 删除数据实验室
794
+ */
795
+ async DeleteLab(req, cb) {
796
+ return this.request("DeleteLab", req, cb);
797
+ }
600
798
  /**
601
799
  * 本接口(CreateNotebookSessionStatement)用于在session中执行代码片段
602
800
  */
@@ -616,10 +814,22 @@ class Client extends abstract_client_1.AbstractClient {
616
814
  return this.request("DescribeStandardEngineResourceGroupConfigInfo", req, cb);
617
815
  }
618
816
  /**
619
- * 本接口(DescribeDataEngines)用于查询DataEngines信息列表.
817
+ * 本接口(RegisterThirdPartyAccessUser)用于开通第三方平台访问
620
818
  */
621
- async DescribeDataEngines(req, cb) {
622
- return this.request("DescribeDataEngines", req, cb);
819
+ async RegisterThirdPartyAccessUser(req, cb) {
820
+ return this.request("RegisterThirdPartyAccessUser", req, cb);
821
+ }
822
+ /**
823
+ * 获取实验室ide访问地址
824
+ */
825
+ async GetLabServiceUrls(req, cb) {
826
+ return this.request("GetLabServiceUrls", req, cb);
827
+ }
828
+ /**
829
+ * DMS元数据更新库
830
+ */
831
+ async AlterDMSDatabase(req, cb) {
832
+ return this.request("AlterDMSDatabase", req, cb);
623
833
  }
624
834
  /**
625
835
  * 本接口(DescribeSparkSessionBatchSQL)用于查询Spark SQL批任务运行状态
@@ -628,10 +838,10 @@ class Client extends abstract_client_1.AbstractClient {
628
838
  return this.request("DescribeSparkSessionBatchSQL", req, cb);
629
839
  }
630
840
  /**
631
- * DMS元数据删除库
841
+ * 创建作业配置
632
842
  */
633
- async DropDMSDatabase(req, cb) {
634
- return this.request("DropDMSDatabase", req, cb);
843
+ async CreateJobSpec(req, cb) {
844
+ return this.request("CreateJobSpec", req, cb);
635
845
  }
636
846
  /**
637
847
  * DMS元数据新增分区
@@ -669,6 +879,12 @@ class Client extends abstract_client_1.AbstractClient {
669
879
  async DescribeTaskResourceUsage(req, cb) {
670
880
  return this.request("DescribeTaskResourceUsage", req, cb);
671
881
  }
882
+ /**
883
+ * 返回标签去重列表,按出现频次从高到低排序。
884
+ */
885
+ async ListExampleTags(req, cb) {
886
+ return this.request("ListExampleTags", req, cb);
887
+ }
672
888
  /**
673
889
  * 本接口(DescribeNotebookSessionLog)用于查询交互式 session日志
674
890
  */
@@ -687,6 +903,12 @@ class Client extends abstract_client_1.AbstractClient {
687
903
  async DescribeResultDownload(req, cb) {
688
904
  return this.request("DescribeResultDownload", req, cb);
689
905
  }
906
+ /**
907
+ * 根据配置ID获取作业配置详情
908
+ */
909
+ async GetJobSpec(req, cb) {
910
+ return this.request("GetJobSpec", req, cb);
911
+ }
690
912
  /**
691
913
  * DMS元数据获取表
692
914
  */
@@ -741,18 +963,42 @@ class Client extends abstract_client_1.AbstractClient {
741
963
  async DescribeDatasourceConnection(req, cb) {
742
964
  return this.request("DescribeDatasourceConnection", req, cb);
743
965
  }
966
+ /**
967
+ * 查询指定 Ray 集群下提交的所有作业,分页返回。底层委托给 ListRayJobs,强制注入 ClusterId 作为过滤条件。
968
+ */
969
+ async ListRayClusterJobs(req, cb) {
970
+ return this.request("ListRayClusterJobs", req, cb);
971
+ }
744
972
  /**
745
973
  * 本接口(DescribeTablePartitions)用于查询数据表分区信息
746
974
  */
747
975
  async DescribeTablePartitions(req, cb) {
748
976
  return this.request("DescribeTablePartitions", req, cb);
749
977
  }
978
+ /**
979
+ * 修改作业配置的调度优先级(1-9,数字越大优先级越高)
980
+ */
981
+ async UpdateJobSpecPriority(req, cb) {
982
+ return this.request("UpdateJobSpecPriority", req, cb);
983
+ }
750
984
  /**
751
985
  * 本接口(CheckDataEngineImageCanBeRollback)用于查看集群是否能回滚。
752
986
  */
753
987
  async CheckDataEngineImageCanBeRollback(req, cb) {
754
988
  return this.request("CheckDataEngineImageCanBeRollback", req, cb);
755
989
  }
990
+ /**
991
+ * 根据配置ID删除作业配置
992
+ */
993
+ async DeleteJobSpec(req, cb) {
994
+ return this.request("DeleteJobSpec", req, cb);
995
+ }
996
+ /**
997
+ * 获取实验室的事件流(基于 K8s Event + CLS 日志)
998
+ */
999
+ async GetLabEvent(req, cb) {
1000
+ return this.request("GetLabEvent", req, cb);
1001
+ }
756
1002
  /**
757
1003
  * 本接口(CancelSparkSessionBatchSQL)用于取消Spark SQL批任务。
758
1004
  */
@@ -760,10 +1006,10 @@ class Client extends abstract_client_1.AbstractClient {
760
1006
  return this.request("CancelSparkSessionBatchSQL", req, cb);
761
1007
  }
762
1008
  /**
763
- * 修改用户信息
1009
+ * 根据任务ID获取Ray任务的历史执行记录
764
1010
  */
765
- async ModifyUser(req, cb) {
766
- return this.request("ModifyUser", req, cb);
1011
+ async GetRayJobHistory(req, cb) {
1012
+ return this.request("GetRayJobHistory", req, cb);
767
1013
  }
768
1014
  /**
769
1015
  * 本接口(DescribeSparkSessionBatchSqlLog)用于查询Spark SQL批任务日志
@@ -795,6 +1041,12 @@ class Client extends abstract_client_1.AbstractClient {
795
1041
  async DeleteUserVpcConnection(req, cb) {
796
1042
  return this.request("DeleteUserVpcConnection", req, cb);
797
1043
  }
1044
+ /**
1045
+ * 获取作业的Pod列表
1046
+ */
1047
+ async GetRayJobPods(req, cb) {
1048
+ return this.request("GetRayJobPods", req, cb);
1049
+ }
798
1050
  /**
799
1051
  * 根据spark session名称销毁eg spark session
800
1052
  */
@@ -807,6 +1059,12 @@ class Client extends abstract_client_1.AbstractClient {
807
1059
  async CheckDataEngineConfigPairsValidity(req, cb) {
808
1060
  return this.request("CheckDataEngineConfigPairsValidity", req, cb);
809
1061
  }
1062
+ /**
1063
+ * 通过 ResourceManager 调用 CLS SearchLog API 查询作业相关日志。不返回总数,使用 Context 进行翻页,ListOver 标识是否还有更多数据。
1064
+ */
1065
+ async GetRayJobEvent(req, cb) {
1066
+ return this.request("GetRayJobEvent", req, cb);
1067
+ }
810
1068
  /**
811
1069
  * 查询用户vpc到引擎网络的连接
812
1070
  */
@@ -814,10 +1072,10 @@ class Client extends abstract_client_1.AbstractClient {
814
1072
  return this.request("DescribeUserVpcConnection", req, cb);
815
1073
  }
816
1074
  /**
817
- * 删除数据引擎
1075
+ * 删除集群
818
1076
  */
819
- async DeleteDataEngine(req, cb) {
820
- return this.request("DeleteDataEngine", req, cb);
1077
+ async DeleteRayCluster(req, cb) {
1078
+ return this.request("DeleteRayCluster", req, cb);
821
1079
  }
822
1080
  /**
823
1081
  * 删除用户
@@ -826,10 +1084,16 @@ class Client extends abstract_client_1.AbstractClient {
826
1084
  return this.request("DeleteUser", req, cb);
827
1085
  }
828
1086
  /**
829
- * 本接口(DescribeDataEngineSessionParameters)用于获取指定小版本下的Session配置。
1087
+ * DMS元数据获取表列表
830
1088
  */
831
- async DescribeDataEngineSessionParameters(req, cb) {
832
- return this.request("DescribeDataEngineSessionParameters", req, cb);
1089
+ async DescribeDMSTables(req, cb) {
1090
+ return this.request("DescribeDMSTables", req, cb);
1091
+ }
1092
+ /**
1093
+ * 删除表
1094
+ */
1095
+ async DeleteTable(req, cb) {
1096
+ return this.request("DeleteTable", req, cb);
833
1097
  }
834
1098
  /**
835
1099
  * 本接口根据引擎ID查询数据引擎资源使用情况
@@ -864,10 +1128,10 @@ class Client extends abstract_client_1.AbstractClient {
864
1128
  return this.request("CreateTasksInOrder", req, cb);
865
1129
  }
866
1130
  /**
867
- * 本接口(DescribeDataEngineImageVersions)用于获取独享集群大版本镜像列表。
1131
+ * 删除集群组
868
1132
  */
869
- async DescribeDataEngineImageVersions(req, cb) {
870
- return this.request("DescribeDataEngineImageVersions", req, cb);
1133
+ async DeleteClusterGroup(req, cb) {
1134
+ return this.request("DeleteClusterGroup", req, cb);
871
1135
  }
872
1136
  /**
873
1137
  * 元数据锁
@@ -917,6 +1181,12 @@ class Client extends abstract_client_1.AbstractClient {
917
1181
  async DetachWorkGroupPolicy(req, cb) {
918
1182
  return this.request("DetachWorkGroupPolicy", req, cb);
919
1183
  }
1184
+ /**
1185
+ * 根据任务ID获取Ray任务详情
1186
+ */
1187
+ async GetRayJob(req, cb) {
1188
+ return this.request("GetRayJob", req, cb);
1189
+ }
920
1190
  /**
921
1191
  * DMS元数据删除表
922
1192
  */
@@ -947,6 +1217,18 @@ class Client extends abstract_client_1.AbstractClient {
947
1217
  async CreateImportTask(req, cb) {
948
1218
  return this.request("CreateImportTask", req, cb);
949
1219
  }
1220
+ /**
1221
+ * 停止集群
1222
+ */
1223
+ async StopRayCluster(req, cb) {
1224
+ return this.request("StopRayCluster", req, cb);
1225
+ }
1226
+ /**
1227
+ * 获取集群的Pod列表
1228
+ */
1229
+ async GetRayClusterPods(req, cb) {
1230
+ return this.request("GetRayClusterPods", req, cb);
1231
+ }
950
1232
  /**
951
1233
  * 更新标准引擎资源组基础信息
952
1234
  */
@@ -977,6 +1259,12 @@ class Client extends abstract_client_1.AbstractClient {
977
1259
  async CreateExportTask(req, cb) {
978
1260
  return this.request("CreateExportTask", req, cb);
979
1261
  }
1262
+ /**
1263
+ * 创建资源配置模板
1264
+ */
1265
+ async CreateResourceConfig(req, cb) {
1266
+ return this.request("CreateResourceConfig", req, cb);
1267
+ }
980
1268
  /**
981
1269
  * 创建tdlc spark作业
982
1270
  */
@@ -984,10 +1272,22 @@ class Client extends abstract_client_1.AbstractClient {
984
1272
  return this.request("CreateSparkAppForTDLC", req, cb);
985
1273
  }
986
1274
  /**
987
- * 本接口(RegisterThirdPartyAccessUser)用于开通第三方平台访问
1275
+ * 列出所有集群组
988
1276
  */
989
- async RegisterThirdPartyAccessUser(req, cb) {
990
- return this.request("RegisterThirdPartyAccessUser", req, cb);
1277
+ async ListClusterGroups(req, cb) {
1278
+ return this.request("ListClusterGroups", req, cb);
1279
+ }
1280
+ /**
1281
+ * 列出所有集群
1282
+ */
1283
+ async ListRayClusters(req, cb) {
1284
+ return this.request("ListRayClusters", req, cb);
1285
+ }
1286
+ /**
1287
+ * 根据任务ID取消正在运行的Ray任务
1288
+ */
1289
+ async CancelRayJob(req, cb) {
1290
+ return this.request("CancelRayJob", req, cb);
991
1291
  }
992
1292
  /**
993
1293
  * 该接口用于洞察分析列表
@@ -995,6 +1295,12 @@ class Client extends abstract_client_1.AbstractClient {
995
1295
  async DescribeTasksAnalysis(req, cb) {
996
1296
  return this.request("DescribeTasksAnalysis", req, cb);
997
1297
  }
1298
+ /**
1299
+ * 列出实验室列表
1300
+ */
1301
+ async ListLabs(req, cb) {
1302
+ return this.request("ListLabs", req, cb);
1303
+ }
998
1304
  /**
999
1305
  * 从工作组中删除用户
1000
1306
  */
@@ -1007,6 +1313,24 @@ class Client extends abstract_client_1.AbstractClient {
1007
1313
  async UpdateNetworkConnection(req, cb) {
1008
1314
  return this.request("UpdateNetworkConnection", req, cb);
1009
1315
  }
1316
+ /**
1317
+ * 获取Pod的YAML内容
1318
+ */
1319
+ async GetRayJobPodYaml(req, cb) {
1320
+ return this.request("GetRayJobPodYaml", req, cb);
1321
+ }
1322
+ /**
1323
+ * 根据集群ID列出所有Ray任务
1324
+ */
1325
+ async ListRayJobs(req, cb) {
1326
+ return this.request("ListRayJobs", req, cb);
1327
+ }
1328
+ /**
1329
+ * 更新已有作业配置的字段
1330
+ */
1331
+ async UpdateJobSpec(req, cb) {
1332
+ return this.request("UpdateJobSpec", req, cb);
1333
+ }
1010
1334
  /**
1011
1335
  * 查询Spark作业的运行任务列表
1012
1336
  */
@@ -1025,6 +1349,12 @@ class Client extends abstract_client_1.AbstractClient {
1025
1349
  async UnbindWorkGroupsFromUser(req, cb) {
1026
1350
  return this.request("UnbindWorkGroupsFromUser", req, cb);
1027
1351
  }
1352
+ /**
1353
+ * 本接口(DescribeDataEnginePythonSparkImages)用于获取PYSPARK镜像列表
1354
+ */
1355
+ async DescribeDataEnginePythonSparkImages(req, cb) {
1356
+ return this.request("DescribeDataEnginePythonSparkImages", req, cb);
1357
+ }
1028
1358
  /**
1029
1359
  * 本接口(CreateSparkSubmitTask)用于提交SparkSbumit批流任务。
1030
1360
  */
@@ -1068,10 +1398,10 @@ class Client extends abstract_client_1.AbstractClient {
1068
1398
  return this.request("DescribeNotebookSessionStatement", req, cb);
1069
1399
  }
1070
1400
  /**
1071
- * 查询任务监控指标信息
1401
+ * 绑定数据脱敏策略
1072
1402
  */
1073
- async DescribeClusterMonitorInfos(req, cb) {
1074
- return this.request("DescribeClusterMonitorInfos", req, cb);
1403
+ async AttachDataMaskPolicy(req, cb) {
1404
+ return this.request("AttachDataMaskPolicy", req, cb);
1075
1405
  }
1076
1406
  /**
1077
1407
  * 查询引擎可用的节点规格
@@ -1109,6 +1439,18 @@ class Client extends abstract_client_1.AbstractClient {
1109
1439
  async UpdateEngineResourceGroupNetworkConfigInfo(req, cb) {
1110
1440
  return this.request("UpdateEngineResourceGroupNetworkConfigInfo", req, cb);
1111
1441
  }
1442
+ /**
1443
+ * 启动实验室
1444
+ */
1445
+ async StartLab(req, cb) {
1446
+ return this.request("StartLab", req, cb);
1447
+ }
1448
+ /**
1449
+ * 修改实验室的调度优先级(1-9,数字越大优先级越高)
1450
+ */
1451
+ async ModifyLabPriority(req, cb) {
1452
+ return this.request("ModifyLabPriority", req, cb);
1453
+ }
1112
1454
  /**
1113
1455
  * 本接口(ModifySparkAppBatch)用于批量修改Spark作业参数配置
1114
1456
  */
@@ -1121,6 +1463,12 @@ class Client extends abstract_client_1.AbstractClient {
1121
1463
  async DescribeDMSDatabase(req, cb) {
1122
1464
  return this.request("DescribeDMSDatabase", req, cb);
1123
1465
  }
1466
+ /**
1467
+ * 创建集群
1468
+ */
1469
+ async CreateRayCluster(req, cb) {
1470
+ return this.request("CreateRayCluster", req, cb);
1471
+ }
1124
1472
  /**
1125
1473
  * 绑定工作组到用户
1126
1474
  */
@@ -1139,6 +1487,24 @@ class Client extends abstract_client_1.AbstractClient {
1139
1487
  async DescribeTaskLog(req, cb) {
1140
1488
  return this.request("DescribeTaskLog", req, cb);
1141
1489
  }
1490
+ /**
1491
+ * 获取RayCluster的YAML内容
1492
+ */
1493
+ async GetRayClusterYaml(req, cb) {
1494
+ return this.request("GetRayClusterYaml", req, cb);
1495
+ }
1496
+ /**
1497
+ * 获取数据实验室对应的RayCluster YAML内容
1498
+ */
1499
+ async GetLabYaml(req, cb) {
1500
+ return this.request("GetLabYaml", req, cb);
1501
+ }
1502
+ /**
1503
+ * 获取资源配置模板详情
1504
+ */
1505
+ async GetResourceConfig(req, cb) {
1506
+ return this.request("GetResourceConfig", req, cb);
1507
+ }
1142
1508
  /**
1143
1509
  * 获取任务结果查询
1144
1510
  */
@@ -1194,10 +1560,16 @@ class Client extends abstract_client_1.AbstractClient {
1194
1560
  return this.request("CreateDataEngine", req, cb);
1195
1561
  }
1196
1562
  /**
1197
- * 本接口(DescribeDataEnginePythonSparkImages)用于获取PYSPARK镜像列表
1563
+ * 删除资源配置模板
1198
1564
  */
1199
- async DescribeDataEnginePythonSparkImages(req, cb) {
1200
- return this.request("DescribeDataEnginePythonSparkImages", req, cb);
1565
+ async DeleteResourceConfig(req, cb) {
1566
+ return this.request("DeleteResourceConfig", req, cb);
1567
+ }
1568
+ /**
1569
+ * DMS元数据删除库
1570
+ */
1571
+ async DropDMSDatabase(req, cb) {
1572
+ return this.request("DropDMSDatabase", req, cb);
1201
1573
  }
1202
1574
  /**
1203
1575
  * 查询标准引擎资源组信息
@@ -1211,6 +1583,18 @@ class Client extends abstract_client_1.AbstractClient {
1211
1583
  async ListTaskJobLogDetail(req, cb) {
1212
1584
  return this.request("ListTaskJobLogDetail", req, cb);
1213
1585
  }
1586
+ /**
1587
+ * 根据任务ID删除Ray任务
1588
+ */
1589
+ async DeleteRayJob(req, cb) {
1590
+ return this.request("DeleteRayJob", req, cb);
1591
+ }
1592
+ /**
1593
+ * 更新实验室配置:仅在 CREATED / STOPPED / FAILED 终态可用;变更落 MySQL,下次 Start 按新 spec 创建 K8s 资源
1594
+ */
1595
+ async UpdateLab(req, cb) {
1596
+ return this.request("UpdateLab", req, cb);
1597
+ }
1214
1598
  /**
1215
1599
  * 查询引擎网络信息
1216
1600
  */