tencentcloud-sdk-nodejs 4.0.836 → 4.0.838

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 (100) hide show
  1. package/CHANGELOG.md +197 -0
  2. package/SERVICE_CHANGELOG.md +774 -61
  3. package/package.json +1 -1
  4. package/products.md +38 -38
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +3 -4
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +9 -0
  8. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  9. package/src/services/cdb/v20170320/cdb_models.ts +2 -0
  10. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  11. package/src/services/cfw/v20190904/cfw_client.ts +1 -0
  12. package/src/services/cfw/v20190904/cfw_models.ts +92 -0
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +15 -15
  14. package/src/services/cls/v20201016/cls_models.ts +19 -3
  15. package/src/services/cynosdb/v20190107/cynosdb_models.ts +42 -0
  16. package/src/services/dnspod/v20210323/dnspod_client.ts +8 -3
  17. package/src/services/domain/v20180808/domain_models.ts +16 -0
  18. package/src/services/dsgc/v20190723/dsgc_client.ts +2 -0
  19. package/src/services/dsgc/v20190723/dsgc_models.ts +53 -9
  20. package/src/services/eb/v20210416/eb_client.ts +1 -0
  21. package/src/services/eb/v20210416/eb_models.ts +30 -0
  22. package/src/services/emr/v20190103/emr_models.ts +1 -1
  23. package/src/services/es/v20180416/es_client.ts +25 -9
  24. package/src/services/es/v20180416/es_models.ts +261 -37
  25. package/src/services/ess/v20201111/ess_client.ts +15 -0
  26. package/src/services/ess/v20201111/ess_models.ts +125 -0
  27. package/src/services/facefusion/v20220927/facefusion_models.ts +1 -1
  28. package/src/services/gaap/v20180529/gaap_models.ts +53 -40
  29. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +100 -15
  30. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +419 -124
  31. package/src/services/lcic/v20220817/lcic_models.ts +5 -6
  32. package/src/services/live/v20180801/live_models.ts +13 -0
  33. package/src/services/monitor/v20180724/monitor_models.ts +9 -3
  34. package/src/services/oceanus/v20190422/oceanus_models.ts +1 -1
  35. package/src/services/organization/v20210331/organization_client.ts +183 -36
  36. package/src/services/organization/v20210331/organization_models.ts +598 -52
  37. package/src/services/pts/v20210728/pts_client.ts +1 -1
  38. package/src/services/pts/v20210728/pts_models.ts +8 -3
  39. package/src/services/redis/v20180412/redis_models.ts +7 -0
  40. package/src/services/tke/v20180525/tke_models.ts +5 -0
  41. package/src/services/trocket/v20230308/trocket_client.ts +1 -13
  42. package/src/services/trocket/v20230308/trocket_models.ts +16 -36
  43. package/src/services/tse/v20201207/tse_models.ts +6 -0
  44. package/src/services/vod/v20180717/vod_models.ts +11 -11
  45. package/src/services/wedata/v20210820/wedata_client.ts +388 -1533
  46. package/src/services/wedata/v20210820/wedata_models.ts +10515 -18122
  47. package/tencentcloud/common/sdk_version.d.ts +1 -1
  48. package/tencentcloud/common/sdk_version.js +1 -1
  49. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +3 -4
  50. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +9 -0
  51. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  52. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  53. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +2 -0
  54. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  55. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +91 -0
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +15 -15
  57. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +19 -3
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +42 -0
  59. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +6 -1
  60. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +6 -1
  61. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +16 -0
  62. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +51 -9
  63. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +29 -0
  64. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
  65. package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
  66. package/tencentcloud/services/es/v20180416/es_client.js +6 -0
  67. package/tencentcloud/services/es/v20180416/es_models.d.ts +255 -37
  68. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +5 -1
  69. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -0
  70. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +120 -0
  71. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +1 -1
  72. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +53 -40
  73. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +31 -3
  74. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +45 -3
  75. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +404 -124
  76. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -6
  77. package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -0
  78. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -3
  79. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +1 -1
  80. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +59 -11
  81. package/tencentcloud/services/organization/v20210331/organization_client.js +87 -15
  82. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +571 -52
  83. package/tencentcloud/services/pts/v20210728/pts_client.d.ts +1 -1
  84. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +8 -3
  85. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -0
  86. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  87. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +1 -5
  88. package/tencentcloud/services/trocket/v20230308/trocket_client.js +0 -6
  89. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +16 -34
  90. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +6 -0
  91. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +11 -11
  92. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +109 -494
  93. package/tencentcloud/services/wedata/v20210820/wedata_client.js +149 -708
  94. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8892 -16261
  95. package/test/es.v20180416.test.js +10 -0
  96. package/test/ess.v20201111.test.js +10 -0
  97. package/test/iotexplorer.v20190423.test.js +72 -2
  98. package/test/organization.v20210331.test.js +130 -10
  99. package/test/trocket.v20230308.test.js +0 -10
  100. package/test/wedata.v20210820.test.js +96 -966
@@ -28,16 +28,6 @@ it("wedata.v20210820.CreateTask", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("wedata.v20210820.DescribeBaselineAllTaskDag", async function () {
32
- try {
33
- const data = await client.DescribeBaselineAllTaskDag({})
34
- expect(data).to.be.ok
35
- } catch(error) {
36
- expect(error.requestId).to.be.ok
37
- expect(error.code).to.be.ok
38
- }
39
- })
40
-
41
31
  it("wedata.v20210820.CreateTaskAlarmRegular", async function () {
42
32
  try {
43
33
  const data = await client.CreateTaskAlarmRegular({})
@@ -88,19 +78,9 @@ it("wedata.v20210820.GetFileInfo", async function () {
88
78
  }
89
79
  })
90
80
 
91
- it("wedata.v20210820.DescribeTableMetas", async function () {
92
- try {
93
- const data = await client.DescribeTableMetas({})
94
- expect(data).to.be.ok
95
- } catch(error) {
96
- expect(error.requestId).to.be.ok
97
- expect(error.code).to.be.ok
98
- }
99
- })
100
-
101
- it("wedata.v20210820.CheckDuplicateRuleName", async function () {
81
+ it("wedata.v20210820.DescribeTaskScript", async function () {
102
82
  try {
103
- const data = await client.CheckDuplicateRuleName({})
83
+ const data = await client.DescribeTaskScript({})
104
84
  expect(data).to.be.ok
105
85
  } catch(error) {
106
86
  expect(error.requestId).to.be.ok
@@ -108,9 +88,9 @@ it("wedata.v20210820.CheckDuplicateRuleName", async function () {
108
88
  }
109
89
  })
110
90
 
111
- it("wedata.v20210820.DescribeTaskScript", async function () {
91
+ it("wedata.v20210820.CreateRuleTemplate", async function () {
112
92
  try {
113
- const data = await client.DescribeTaskScript({})
93
+ const data = await client.CreateRuleTemplate({})
114
94
  expect(data).to.be.ok
115
95
  } catch(error) {
116
96
  expect(error.requestId).to.be.ok
@@ -118,9 +98,9 @@ it("wedata.v20210820.DescribeTaskScript", async function () {
118
98
  }
119
99
  })
120
100
 
121
- it("wedata.v20210820.CreateRuleTemplate", async function () {
101
+ it("wedata.v20210820.DiagnosePro", async function () {
122
102
  try {
123
- const data = await client.CreateRuleTemplate({})
103
+ const data = await client.DiagnosePro({})
124
104
  expect(data).to.be.ok
125
105
  } catch(error) {
126
106
  expect(error.requestId).to.be.ok
@@ -178,26 +158,6 @@ it("wedata.v20210820.DescribeDataCheckStat", async function () {
178
158
  }
179
159
  })
180
160
 
181
- it("wedata.v20210820.DescribeRuleExecResultsByPage", async function () {
182
- try {
183
- const data = await client.DescribeRuleExecResultsByPage({})
184
- expect(data).to.be.ok
185
- } catch(error) {
186
- expect(error.requestId).to.be.ok
187
- expect(error.code).to.be.ok
188
- }
189
- })
190
-
191
- it("wedata.v20210820.DescribeWorkflowOpsCanvasInfo", async function () {
192
- try {
193
- const data = await client.DescribeWorkflowOpsCanvasInfo({})
194
- expect(data).to.be.ok
195
- } catch(error) {
196
- expect(error.requestId).to.be.ok
197
- expect(error.code).to.be.ok
198
- }
199
- })
200
-
201
161
  it("wedata.v20210820.BatchKillIntegrationTaskInstances", async function () {
202
162
  try {
203
163
  const data = await client.BatchKillIntegrationTaskInstances({})
@@ -268,16 +228,6 @@ it("wedata.v20210820.DescribeIntegrationNode", async function () {
268
228
  }
269
229
  })
270
230
 
271
- it("wedata.v20210820.DescribeScheduleInstance", async function () {
272
- try {
273
- const data = await client.DescribeScheduleInstance({})
274
- expect(data).to.be.ok
275
- } catch(error) {
276
- expect(error.requestId).to.be.ok
277
- expect(error.code).to.be.ok
278
- }
279
- })
280
-
281
231
  it("wedata.v20210820.DescribeTaskByCycle", async function () {
282
232
  try {
283
233
  const data = await client.DescribeTaskByCycle({})
@@ -288,19 +238,9 @@ it("wedata.v20210820.DescribeTaskByCycle", async function () {
288
238
  }
289
239
  })
290
240
 
291
- it("wedata.v20210820.BatchDeleteOpsTasks", async function () {
292
- try {
293
- const data = await client.BatchDeleteOpsTasks({})
294
- expect(data).to.be.ok
295
- } catch(error) {
296
- expect(error.requestId).to.be.ok
297
- expect(error.code).to.be.ok
298
- }
299
- })
300
-
301
- it("wedata.v20210820.ModifyRule", async function () {
241
+ it("wedata.v20210820.BatchSuspendIntegrationTasks", async function () {
302
242
  try {
303
- const data = await client.ModifyRule({})
243
+ const data = await client.BatchSuspendIntegrationTasks({})
304
244
  expect(data).to.be.ok
305
245
  } catch(error) {
306
246
  expect(error.requestId).to.be.ok
@@ -318,16 +258,6 @@ it("wedata.v20210820.DescribeFieldBasicInfo", async function () {
318
258
  }
319
259
  })
320
260
 
321
- it("wedata.v20210820.DescribeRuleGroupExecResultsByPageWithoutAuth", async function () {
322
- try {
323
- const data = await client.DescribeRuleGroupExecResultsByPageWithoutAuth({})
324
- expect(data).to.be.ok
325
- } catch(error) {
326
- expect(error.requestId).to.be.ok
327
- expect(error.code).to.be.ok
328
- }
329
- })
330
-
331
261
  it("wedata.v20210820.RemoveWorkflowDs", async function () {
332
262
  try {
333
263
  const data = await client.RemoveWorkflowDs({})
@@ -348,9 +278,9 @@ it("wedata.v20210820.DescribeThirdTaskRunLog", async function () {
348
278
  }
349
279
  })
350
280
 
351
- it("wedata.v20210820.BatchDeleteTasksNew", async function () {
281
+ it("wedata.v20210820.DescribeDsParentFolderTree", async function () {
352
282
  try {
353
- const data = await client.BatchDeleteTasksNew({})
283
+ const data = await client.DescribeDsParentFolderTree({})
354
284
  expect(data).to.be.ok
355
285
  } catch(error) {
356
286
  expect(error.requestId).to.be.ok
@@ -368,19 +298,9 @@ it("wedata.v20210820.ResumeIntegrationTask", async function () {
368
298
  }
369
299
  })
370
300
 
371
- it("wedata.v20210820.DeleteWorkflowNew", async function () {
372
- try {
373
- const data = await client.DeleteWorkflowNew({})
374
- expect(data).to.be.ok
375
- } catch(error) {
376
- expect(error.requestId).to.be.ok
377
- expect(error.code).to.be.ok
378
- }
379
- })
380
-
381
- it("wedata.v20210820.StopBaseline", async function () {
301
+ it("wedata.v20210820.ModifyTaskName", async function () {
382
302
  try {
383
- const data = await client.StopBaseline({})
303
+ const data = await client.ModifyTaskName({})
384
304
  expect(data).to.be.ok
385
305
  } catch(error) {
386
306
  expect(error.requestId).to.be.ok
@@ -388,9 +308,9 @@ it("wedata.v20210820.StopBaseline", async function () {
388
308
  }
389
309
  })
390
310
 
391
- it("wedata.v20210820.DescribeInstanceLastLog", async function () {
311
+ it("wedata.v20210820.DescribeInstanceLogList", async function () {
392
312
  try {
393
- const data = await client.DescribeInstanceLastLog({})
313
+ const data = await client.DescribeInstanceLogList({})
394
314
  expect(data).to.be.ok
395
315
  } catch(error) {
396
316
  expect(error.requestId).to.be.ok
@@ -428,19 +348,9 @@ it("wedata.v20210820.CreateCustomFunction", async function () {
428
348
  }
429
349
  })
430
350
 
431
- it("wedata.v20210820.EditBaseline", async function () {
432
- try {
433
- const data = await client.EditBaseline({})
434
- expect(data).to.be.ok
435
- } catch(error) {
436
- expect(error.requestId).to.be.ok
437
- expect(error.code).to.be.ok
438
- }
439
- })
440
-
441
- it("wedata.v20210820.BatchStopTasksNew", async function () {
351
+ it("wedata.v20210820.UnlockIntegrationTask", async function () {
442
352
  try {
443
- const data = await client.BatchStopTasksNew({})
353
+ const data = await client.UnlockIntegrationTask({})
444
354
  expect(data).to.be.ok
445
355
  } catch(error) {
446
356
  expect(error.requestId).to.be.ok
@@ -448,9 +358,9 @@ it("wedata.v20210820.BatchStopTasksNew", async function () {
448
358
  }
449
359
  })
450
360
 
451
- it("wedata.v20210820.DeleteFolder", async function () {
361
+ it("wedata.v20210820.BatchStopIntegrationTasks", async function () {
452
362
  try {
453
- const data = await client.DeleteFolder({})
363
+ const data = await client.BatchStopIntegrationTasks({})
454
364
  expect(data).to.be.ok
455
365
  } catch(error) {
456
366
  expect(error.requestId).to.be.ok
@@ -518,16 +428,6 @@ it("wedata.v20210820.DescribeEventConsumeTasks", async function () {
518
428
  }
519
429
  })
520
430
 
521
- it("wedata.v20210820.DescribeDiagnosticInfoByBaselineId", async function () {
522
- try {
523
- const data = await client.DescribeDiagnosticInfoByBaselineId({})
524
- expect(data).to.be.ok
525
- } catch(error) {
526
- expect(error.requestId).to.be.ok
527
- expect(error.code).to.be.ok
528
- }
529
- })
530
-
531
431
  it("wedata.v20210820.DescribeOfflineTaskToken", async function () {
532
432
  try {
533
433
  const data = await client.DescribeOfflineTaskToken({})
@@ -558,16 +458,6 @@ it("wedata.v20210820.DescribeApproveList", async function () {
558
458
  }
559
459
  })
560
460
 
561
- it("wedata.v20210820.ModifyIntegrationNode", async function () {
562
- try {
563
- const data = await client.ModifyIntegrationNode({})
564
- expect(data).to.be.ok
565
- } catch(error) {
566
- expect(error.requestId).to.be.ok
567
- expect(error.code).to.be.ok
568
- }
569
- })
570
-
571
461
  it("wedata.v20210820.RobAndLockIntegrationTask", async function () {
572
462
  try {
573
463
  const data = await client.RobAndLockIntegrationTask({})
@@ -598,9 +488,9 @@ it("wedata.v20210820.DescribeAlarmEvents", async function () {
598
488
  }
599
489
  })
600
490
 
601
- it("wedata.v20210820.DescribeRuleTablesByPage", async function () {
491
+ it("wedata.v20210820.RunTasksByMultiWorkflow", async function () {
602
492
  try {
603
- const data = await client.DescribeRuleTablesByPage({})
493
+ const data = await client.RunTasksByMultiWorkflow({})
604
494
  expect(data).to.be.ok
605
495
  } catch(error) {
606
496
  expect(error.requestId).to.be.ok
@@ -618,16 +508,6 @@ it("wedata.v20210820.DescribeQualityScore", async function () {
618
508
  }
619
509
  })
620
510
 
621
- it("wedata.v20210820.CreateResourcePath", async function () {
622
- try {
623
- const data = await client.CreateResourcePath({})
624
- expect(data).to.be.ok
625
- } catch(error) {
626
- expect(error.requestId).to.be.ok
627
- expect(error.code).to.be.ok
628
- }
629
- })
630
-
631
511
  it("wedata.v20210820.DescribeRuleDimStat", async function () {
632
512
  try {
633
513
  const data = await client.DescribeRuleDimStat({})
@@ -668,9 +548,9 @@ it("wedata.v20210820.DescribeOpsMakePlanTasks", async function () {
668
548
  }
669
549
  })
670
550
 
671
- it("wedata.v20210820.DescribeAllUsedVersionSon", async function () {
551
+ it("wedata.v20210820.DescribeTopTableStat", async function () {
672
552
  try {
673
- const data = await client.DescribeAllUsedVersionSon({})
553
+ const data = await client.DescribeTopTableStat({})
674
554
  expect(data).to.be.ok
675
555
  } catch(error) {
676
556
  expect(error.requestId).to.be.ok
@@ -688,16 +568,6 @@ it("wedata.v20210820.DescribeOrganizationalFunctions", async function () {
688
568
  }
689
569
  })
690
570
 
691
- it("wedata.v20210820.UnlockIntegrationTask", async function () {
692
- try {
693
- const data = await client.UnlockIntegrationTask({})
694
- expect(data).to.be.ok
695
- } catch(error) {
696
- expect(error.requestId).to.be.ok
697
- expect(error.code).to.be.ok
698
- }
699
- })
700
-
701
571
  it("wedata.v20210820.RunForceSucScheduleInstances", async function () {
702
572
  try {
703
573
  const data = await client.RunForceSucScheduleInstances({})
@@ -718,19 +588,9 @@ it("wedata.v20210820.DescribeDsFolderTree", async function () {
718
588
  }
719
589
  })
720
590
 
721
- it("wedata.v20210820.KillInstances", async function () {
722
- try {
723
- const data = await client.KillInstances({})
724
- expect(data).to.be.ok
725
- } catch(error) {
726
- expect(error.requestId).to.be.ok
727
- expect(error.code).to.be.ok
728
- }
729
- })
730
-
731
- it("wedata.v20210820.ModifyBaselineTaskAlarmStatus", async function () {
591
+ it("wedata.v20210820.SubmitTaskTestRun", async function () {
732
592
  try {
733
- const data = await client.ModifyBaselineTaskAlarmStatus({})
593
+ const data = await client.SubmitTaskTestRun({})
734
594
  expect(data).to.be.ok
735
595
  } catch(error) {
736
596
  expect(error.requestId).to.be.ok
@@ -748,9 +608,9 @@ it("wedata.v20210820.DescribeApproveTypeList", async function () {
748
608
  }
749
609
  })
750
610
 
751
- it("wedata.v20210820.CommitRuleGroupExecResult", async function () {
611
+ it("wedata.v20210820.DescribeRuleExecLog", async function () {
752
612
  try {
753
- const data = await client.CommitRuleGroupExecResult({})
613
+ const data = await client.DescribeRuleExecLog({})
754
614
  expect(data).to.be.ok
755
615
  } catch(error) {
756
616
  expect(error.requestId).to.be.ok
@@ -768,16 +628,6 @@ it("wedata.v20210820.DeleteFilePath", async function () {
768
628
  }
769
629
  })
770
630
 
771
- it("wedata.v20210820.MakeUpOpsTasks", async function () {
772
- try {
773
- const data = await client.MakeUpOpsTasks({})
774
- expect(data).to.be.ok
775
- } catch(error) {
776
- expect(error.requestId).to.be.ok
777
- expect(error.code).to.be.ok
778
- }
779
- })
780
-
781
631
  it("wedata.v20210820.CreateDsFolder", async function () {
782
632
  try {
783
633
  const data = await client.CreateDsFolder({})
@@ -798,16 +648,6 @@ it("wedata.v20210820.DescribeSuccessorOpsTaskInfos", async function () {
798
648
  }
799
649
  })
800
650
 
801
- it("wedata.v20210820.DescribeSonInstances", async function () {
802
- try {
803
- const data = await client.DescribeSonInstances({})
804
- expect(data).to.be.ok
805
- } catch(error) {
806
- expect(error.requestId).to.be.ok
807
- expect(error.code).to.be.ok
808
- }
809
- })
810
-
811
651
  it("wedata.v20210820.DryRunDIOfflineTask", async function () {
812
652
  try {
813
653
  const data = await client.DryRunDIOfflineTask({})
@@ -818,16 +658,6 @@ it("wedata.v20210820.DryRunDIOfflineTask", async function () {
818
658
  }
819
659
  })
820
660
 
821
- it("wedata.v20210820.DescribeEventCases", async function () {
822
- try {
823
- const data = await client.DescribeEventCases({})
824
- expect(data).to.be.ok
825
- } catch(error) {
826
- expect(error.requestId).to.be.ok
827
- expect(error.code).to.be.ok
828
- }
829
- })
830
-
831
661
  it("wedata.v20210820.DescribeDimensionScore", async function () {
832
662
  try {
833
663
  const data = await client.DescribeDimensionScore({})
@@ -848,16 +678,6 @@ it("wedata.v20210820.DescribeRuleGroupTable", async function () {
848
678
  }
849
679
  })
850
680
 
851
- it("wedata.v20210820.DeleteBaseline", async function () {
852
- try {
853
- const data = await client.DeleteBaseline({})
854
- expect(data).to.be.ok
855
- } catch(error) {
856
- expect(error.requestId).to.be.ok
857
- expect(error.code).to.be.ok
858
- }
859
- })
860
-
861
681
  it("wedata.v20210820.CreateIntegrationTask", async function () {
862
682
  try {
863
683
  const data = await client.CreateIntegrationTask({})
@@ -868,29 +688,9 @@ it("wedata.v20210820.CreateIntegrationTask", async function () {
868
688
  }
869
689
  })
870
690
 
871
- it("wedata.v20210820.ModifyTaskScript", async function () {
872
- try {
873
- const data = await client.ModifyTaskScript({})
874
- expect(data).to.be.ok
875
- } catch(error) {
876
- expect(error.requestId).to.be.ok
877
- expect(error.code).to.be.ok
878
- }
879
- })
880
-
881
- it("wedata.v20210820.CommitExportTask", async function () {
882
- try {
883
- const data = await client.CommitExportTask({})
884
- expect(data).to.be.ok
885
- } catch(error) {
886
- expect(error.requestId).to.be.ok
887
- expect(error.code).to.be.ok
888
- }
889
- })
890
-
891
- it("wedata.v20210820.DescribeRuleHistoryByPage", async function () {
691
+ it("wedata.v20210820.DescribeRule", async function () {
892
692
  try {
893
- const data = await client.DescribeRuleHistoryByPage({})
693
+ const data = await client.DescribeRule({})
894
694
  expect(data).to.be.ok
895
695
  } catch(error) {
896
696
  expect(error.requestId).to.be.ok
@@ -928,16 +728,6 @@ it("wedata.v20210820.ModifyTaskInfo", async function () {
928
728
  }
929
729
  })
930
730
 
931
- it("wedata.v20210820.DescribeIntegrationVersionNodesInfo", async function () {
932
- try {
933
- const data = await client.DescribeIntegrationVersionNodesInfo({})
934
- expect(data).to.be.ok
935
- } catch(error) {
936
- expect(error.requestId).to.be.ok
937
- expect(error.code).to.be.ok
938
- }
939
- })
940
-
941
731
  it("wedata.v20210820.TriggerDsEvent", async function () {
942
732
  try {
943
733
  const data = await client.TriggerDsEvent({})
@@ -948,9 +738,9 @@ it("wedata.v20210820.TriggerDsEvent", async function () {
948
738
  }
949
739
  })
950
740
 
951
- it("wedata.v20210820.DescribeEventTypes", async function () {
741
+ it("wedata.v20210820.DescribeSchedulerRunTimeInstanceCntByStatus", async function () {
952
742
  try {
953
- const data = await client.DescribeEventTypes({})
743
+ const data = await client.DescribeSchedulerRunTimeInstanceCntByStatus({})
954
744
  expect(data).to.be.ok
955
745
  } catch(error) {
956
746
  expect(error.requestId).to.be.ok
@@ -1008,16 +798,6 @@ it("wedata.v20210820.BatchStartIntegrationTasks", async function () {
1008
798
  }
1009
799
  })
1010
800
 
1011
- it("wedata.v20210820.DescribeMonitorsByPage", async function () {
1012
- try {
1013
- const data = await client.DescribeMonitorsByPage({})
1014
- expect(data).to.be.ok
1015
- } catch(error) {
1016
- expect(error.requestId).to.be.ok
1017
- expect(error.code).to.be.ok
1018
- }
1019
- })
1020
-
1021
801
  it("wedata.v20210820.ModifyDimensionWeight", async function () {
1022
802
  try {
1023
803
  const data = await client.ModifyDimensionWeight({})
@@ -1058,16 +838,6 @@ it("wedata.v20210820.DescribeOpsMakePlanInstances", async function () {
1058
838
  }
1059
839
  })
1060
840
 
1061
- it("wedata.v20210820.DescribeRelatedInstances", async function () {
1062
- try {
1063
- const data = await client.DescribeRelatedInstances({})
1064
- expect(data).to.be.ok
1065
- } catch(error) {
1066
- expect(error.requestId).to.be.ok
1067
- expect(error.code).to.be.ok
1068
- }
1069
- })
1070
-
1071
841
  it("wedata.v20210820.DescribeDatasource", async function () {
1072
842
  try {
1073
843
  const data = await client.DescribeDatasource({})
@@ -1078,9 +848,9 @@ it("wedata.v20210820.DescribeDatasource", async function () {
1078
848
  }
1079
849
  })
1080
850
 
1081
- it("wedata.v20210820.DescribeOperateOpsTaskDatasource", async function () {
851
+ it("wedata.v20210820.ModifyDsFolder", async function () {
1082
852
  try {
1083
- const data = await client.DescribeOperateOpsTaskDatasource({})
853
+ const data = await client.ModifyDsFolder({})
1084
854
  expect(data).to.be.ok
1085
855
  } catch(error) {
1086
856
  expect(error.requestId).to.be.ok
@@ -1108,16 +878,6 @@ it("wedata.v20210820.DescribeTaskByStatusReport", async function () {
1108
878
  }
1109
879
  })
1110
880
 
1111
- it("wedata.v20210820.RunTask", async function () {
1112
- try {
1113
- const data = await client.RunTask({})
1114
- expect(data).to.be.ok
1115
- } catch(error) {
1116
- expect(error.requestId).to.be.ok
1117
- expect(error.code).to.be.ok
1118
- }
1119
- })
1120
-
1121
881
  it("wedata.v20210820.GetOfflineInstanceList", async function () {
1122
882
  try {
1123
883
  const data = await client.GetOfflineInstanceList({})
@@ -1148,9 +908,9 @@ it("wedata.v20210820.ModifyWorkflowSchedule", async function () {
1148
908
  }
1149
909
  })
1150
910
 
1151
- it("wedata.v20210820.DescribeTasksByPage", async function () {
911
+ it("wedata.v20210820.DescribeTableSchemaInfo", async function () {
1152
912
  try {
1153
- const data = await client.DescribeTasksByPage({})
913
+ const data = await client.DescribeTableSchemaInfo({})
1154
914
  expect(data).to.be.ok
1155
915
  } catch(error) {
1156
916
  expect(error.requestId).to.be.ok
@@ -1158,9 +918,9 @@ it("wedata.v20210820.DescribeTasksByPage", async function () {
1158
918
  }
1159
919
  })
1160
920
 
1161
- it("wedata.v20210820.CreateFolder", async function () {
921
+ it("wedata.v20210820.ModifyRule", async function () {
1162
922
  try {
1163
- const data = await client.CreateFolder({})
923
+ const data = await client.ModifyRule({})
1164
924
  expect(data).to.be.ok
1165
925
  } catch(error) {
1166
926
  expect(error.requestId).to.be.ok
@@ -1168,9 +928,9 @@ it("wedata.v20210820.CreateFolder", async function () {
1168
928
  }
1169
929
  })
1170
930
 
1171
- it("wedata.v20210820.DescribeTableSchemaInfo", async function () {
931
+ it("wedata.v20210820.DescribeFunctionTypes", async function () {
1172
932
  try {
1173
- const data = await client.DescribeTableSchemaInfo({})
933
+ const data = await client.DescribeFunctionTypes({})
1174
934
  expect(data).to.be.ok
1175
935
  } catch(error) {
1176
936
  expect(error.requestId).to.be.ok
@@ -1178,9 +938,9 @@ it("wedata.v20210820.DescribeTableSchemaInfo", async function () {
1178
938
  }
1179
939
  })
1180
940
 
1181
- it("wedata.v20210820.ForceSucInstances", async function () {
941
+ it("wedata.v20210820.DeleteDataSources", async function () {
1182
942
  try {
1183
- const data = await client.ForceSucInstances({})
943
+ const data = await client.DeleteDataSources({})
1184
944
  expect(data).to.be.ok
1185
945
  } catch(error) {
1186
946
  expect(error.requestId).to.be.ok
@@ -1188,57 +948,7 @@ it("wedata.v20210820.ForceSucInstances", async function () {
1188
948
  }
1189
949
  })
1190
950
 
1191
- it("wedata.v20210820.DescribeFunctionTypes", async function () {
1192
- try {
1193
- const data = await client.DescribeFunctionTypes({})
1194
- expect(data).to.be.ok
1195
- } catch(error) {
1196
- expect(error.requestId).to.be.ok
1197
- expect(error.code).to.be.ok
1198
- }
1199
- })
1200
-
1201
- it("wedata.v20210820.DescribeDsParentFolderTree", async function () {
1202
- try {
1203
- const data = await client.DescribeDsParentFolderTree({})
1204
- expect(data).to.be.ok
1205
- } catch(error) {
1206
- expect(error.requestId).to.be.ok
1207
- expect(error.code).to.be.ok
1208
- }
1209
- })
1210
-
1211
- it("wedata.v20210820.DescribeTaskReportDetailList", async function () {
1212
- try {
1213
- const data = await client.DescribeTaskReportDetailList({})
1214
- expect(data).to.be.ok
1215
- } catch(error) {
1216
- expect(error.requestId).to.be.ok
1217
- expect(error.code).to.be.ok
1218
- }
1219
- })
1220
-
1221
- it("wedata.v20210820.CreateBaseline", async function () {
1222
- try {
1223
- const data = await client.CreateBaseline({})
1224
- expect(data).to.be.ok
1225
- } catch(error) {
1226
- expect(error.requestId).to.be.ok
1227
- expect(error.code).to.be.ok
1228
- }
1229
- })
1230
-
1231
- it("wedata.v20210820.DescribeColumnsMeta", async function () {
1232
- try {
1233
- const data = await client.DescribeColumnsMeta({})
1234
- expect(data).to.be.ok
1235
- } catch(error) {
1236
- expect(error.requestId).to.be.ok
1237
- expect(error.code).to.be.ok
1238
- }
1239
- })
1240
-
1241
- it("wedata.v20210820.DeleteIntegrationNode", async function () {
951
+ it("wedata.v20210820.DeleteIntegrationNode", async function () {
1242
952
  try {
1243
953
  const data = await client.DeleteIntegrationNode({})
1244
954
  expect(data).to.be.ok
@@ -1258,9 +968,9 @@ it("wedata.v20210820.StopIntegrationTask", async function () {
1258
968
  }
1259
969
  })
1260
970
 
1261
- it("wedata.v20210820.DescribeInstancesInfoWithTaskInfo", async function () {
971
+ it("wedata.v20210820.DescribeTableMetas", async function () {
1262
972
  try {
1263
- const data = await client.DescribeInstancesInfoWithTaskInfo({})
973
+ const data = await client.DescribeTableMetas({})
1264
974
  expect(data).to.be.ok
1265
975
  } catch(error) {
1266
976
  expect(error.requestId).to.be.ok
@@ -1368,36 +1078,6 @@ it("wedata.v20210820.CreateOpsMakePlan", async function () {
1368
1078
  }
1369
1079
  })
1370
1080
 
1371
- it("wedata.v20210820.SubmitBaseline", async function () {
1372
- try {
1373
- const data = await client.SubmitBaseline({})
1374
- expect(data).to.be.ok
1375
- } catch(error) {
1376
- expect(error.requestId).to.be.ok
1377
- expect(error.code).to.be.ok
1378
- }
1379
- })
1380
-
1381
- it("wedata.v20210820.DescribeOperateTasks", async function () {
1382
- try {
1383
- const data = await client.DescribeOperateTasks({})
1384
- expect(data).to.be.ok
1385
- } catch(error) {
1386
- expect(error.requestId).to.be.ok
1387
- expect(error.code).to.be.ok
1388
- }
1389
- })
1390
-
1391
- it("wedata.v20210820.DiagnosePlus", async function () {
1392
- try {
1393
- const data = await client.DiagnosePlus({})
1394
- expect(data).to.be.ok
1395
- } catch(error) {
1396
- expect(error.requestId).to.be.ok
1397
- expect(error.code).to.be.ok
1398
- }
1399
- })
1400
-
1401
1081
  it("wedata.v20210820.FreezeOpsTasks", async function () {
1402
1082
  try {
1403
1083
  const data = await client.FreezeOpsTasks({})
@@ -1418,19 +1098,9 @@ it("wedata.v20210820.DescribeRuleGroup", async function () {
1418
1098
  }
1419
1099
  })
1420
1100
 
1421
- it("wedata.v20210820.DescribeRuleExecLog", async function () {
1422
- try {
1423
- const data = await client.DescribeRuleExecLog({})
1424
- expect(data).to.be.ok
1425
- } catch(error) {
1426
- expect(error.requestId).to.be.ok
1427
- expect(error.code).to.be.ok
1428
- }
1429
- })
1430
-
1431
- it("wedata.v20210820.DescribeTopTableStat", async function () {
1101
+ it("wedata.v20210820.ModifyTaskScript", async function () {
1432
1102
  try {
1433
- const data = await client.DescribeTopTableStat({})
1103
+ const data = await client.ModifyTaskScript({})
1434
1104
  expect(data).to.be.ok
1435
1105
  } catch(error) {
1436
1106
  expect(error.requestId).to.be.ok
@@ -1448,9 +1118,9 @@ it("wedata.v20210820.DescribeInstanceLogDetail", async function () {
1448
1118
  }
1449
1119
  })
1450
1120
 
1451
- it("wedata.v20210820.DescribeOperateOpsTaskDatasourceType", async function () {
1121
+ it("wedata.v20210820.FindAllFolder", async function () {
1452
1122
  try {
1453
- const data = await client.DescribeOperateOpsTaskDatasourceType({})
1123
+ const data = await client.FindAllFolder({})
1454
1124
  expect(data).to.be.ok
1455
1125
  } catch(error) {
1456
1126
  expect(error.requestId).to.be.ok
@@ -1468,16 +1138,6 @@ it("wedata.v20210820.DescribeDatabaseInfoList", async function () {
1468
1138
  }
1469
1139
  })
1470
1140
 
1471
- it("wedata.v20210820.DescribeTemplateHistory", async function () {
1472
- try {
1473
- const data = await client.DescribeTemplateHistory({})
1474
- expect(data).to.be.ok
1475
- } catch(error) {
1476
- expect(error.requestId).to.be.ok
1477
- expect(error.code).to.be.ok
1478
- }
1479
- })
1480
-
1481
1141
  it("wedata.v20210820.DescribeDependOpsTasks", async function () {
1482
1142
  try {
1483
1143
  const data = await client.DescribeDependOpsTasks({})
@@ -1488,26 +1148,6 @@ it("wedata.v20210820.DescribeDependOpsTasks", async function () {
1488
1148
  }
1489
1149
  })
1490
1150
 
1491
- it("wedata.v20210820.ModifyTaskName", async function () {
1492
- try {
1493
- const data = await client.ModifyTaskName({})
1494
- expect(data).to.be.ok
1495
- } catch(error) {
1496
- expect(error.requestId).to.be.ok
1497
- expect(error.code).to.be.ok
1498
- }
1499
- })
1500
-
1501
- it("wedata.v20210820.SubmitTask", async function () {
1502
- try {
1503
- const data = await client.SubmitTask({})
1504
- expect(data).to.be.ok
1505
- } catch(error) {
1506
- expect(error.requestId).to.be.ok
1507
- expect(error.code).to.be.ok
1508
- }
1509
- })
1510
-
1511
1151
  it("wedata.v20210820.CommitIntegrationTask", async function () {
1512
1152
  try {
1513
1153
  const data = await client.CommitIntegrationTask({})
@@ -1528,16 +1168,6 @@ it("wedata.v20210820.DeleteOfflineTask", async function () {
1528
1168
  }
1529
1169
  })
1530
1170
 
1531
- it("wedata.v20210820.DescribeRuleDataSources", async function () {
1532
- try {
1533
- const data = await client.DescribeRuleDataSources({})
1534
- expect(data).to.be.ok
1535
- } catch(error) {
1536
- expect(error.requestId).to.be.ok
1537
- expect(error.code).to.be.ok
1538
- }
1539
- })
1540
-
1541
1171
  it("wedata.v20210820.CreateHiveTableByDDL", async function () {
1542
1172
  try {
1543
1173
  const data = await client.CreateHiveTableByDDL({})
@@ -1558,36 +1188,6 @@ it("wedata.v20210820.DeleteDsFolder", async function () {
1558
1188
  }
1559
1189
  })
1560
1190
 
1561
- it("wedata.v20210820.ForceSucScheduleInstances", async function () {
1562
- try {
1563
- const data = await client.ForceSucScheduleInstances({})
1564
- expect(data).to.be.ok
1565
- } catch(error) {
1566
- expect(error.requestId).to.be.ok
1567
- expect(error.code).to.be.ok
1568
- }
1569
- })
1570
-
1571
- it("wedata.v20210820.DescribeBaselineInstanceGantt", async function () {
1572
- try {
1573
- const data = await client.DescribeBaselineInstanceGantt({})
1574
- expect(data).to.be.ok
1575
- } catch(error) {
1576
- expect(error.requestId).to.be.ok
1577
- expect(error.code).to.be.ok
1578
- }
1579
- })
1580
-
1581
- it("wedata.v20210820.DescribeEvents", async function () {
1582
- try {
1583
- const data = await client.DescribeEvents({})
1584
- expect(data).to.be.ok
1585
- } catch(error) {
1586
- expect(error.requestId).to.be.ok
1587
- expect(error.code).to.be.ok
1588
- }
1589
- })
1590
-
1591
1191
  it("wedata.v20210820.DescribeResourceManagePathTrees", async function () {
1592
1192
  try {
1593
1193
  const data = await client.DescribeResourceManagePathTrees({})
@@ -1608,16 +1208,6 @@ it("wedata.v20210820.BatchForceSuccessIntegrationTaskInstances", async function
1608
1208
  }
1609
1209
  })
1610
1210
 
1611
- it("wedata.v20210820.FreezeTasks", async function () {
1612
- try {
1613
- const data = await client.FreezeTasks({})
1614
- expect(data).to.be.ok
1615
- } catch(error) {
1616
- expect(error.requestId).to.be.ok
1617
- expect(error.code).to.be.ok
1618
- }
1619
- })
1620
-
1621
1211
  it("wedata.v20210820.DescribeStreamTaskLogList", async function () {
1622
1212
  try {
1623
1213
  const data = await client.DescribeStreamTaskLogList({})
@@ -1638,16 +1228,6 @@ it("wedata.v20210820.CreateRule", async function () {
1638
1228
  }
1639
1229
  })
1640
1230
 
1641
- it("wedata.v20210820.DescribeInstanceLogFile", async function () {
1642
- try {
1643
- const data = await client.DescribeInstanceLogFile({})
1644
- expect(data).to.be.ok
1645
- } catch(error) {
1646
- expect(error.requestId).to.be.ok
1647
- expect(error.code).to.be.ok
1648
- }
1649
- })
1650
-
1651
1231
  it("wedata.v20210820.ModifyRuleTemplate", async function () {
1652
1232
  try {
1653
1233
  const data = await client.ModifyRuleTemplate({})
@@ -1678,16 +1258,6 @@ it("wedata.v20210820.DescribeAllByFolderNew", async function () {
1678
1258
  }
1679
1259
  })
1680
1260
 
1681
- it("wedata.v20210820.DescribeBelongTo", async function () {
1682
- try {
1683
- const data = await client.DescribeBelongTo({})
1684
- expect(data).to.be.ok
1685
- } catch(error) {
1686
- expect(error.requestId).to.be.ok
1687
- expect(error.code).to.be.ok
1688
- }
1689
- })
1690
-
1691
1261
  it("wedata.v20210820.DescribeTableQualityDetails", async function () {
1692
1262
  try {
1693
1263
  const data = await client.DescribeTableQualityDetails({})
@@ -1708,59 +1278,9 @@ it("wedata.v20210820.DescribeRuleGroupsByPage", async function () {
1708
1278
  }
1709
1279
  })
1710
1280
 
1711
- it("wedata.v20210820.DeleteDataSources", async function () {
1712
- try {
1713
- const data = await client.DeleteDataSources({})
1714
- expect(data).to.be.ok
1715
- } catch(error) {
1716
- expect(error.requestId).to.be.ok
1717
- expect(error.code).to.be.ok
1718
- }
1719
- })
1720
-
1721
- it("wedata.v20210820.DescribeEventDetail", async function () {
1722
- try {
1723
- const data = await client.DescribeEventDetail({})
1724
- expect(data).to.be.ok
1725
- } catch(error) {
1726
- expect(error.requestId).to.be.ok
1727
- expect(error.code).to.be.ok
1728
- }
1729
- })
1730
-
1731
- it("wedata.v20210820.ModifyFolder", async function () {
1732
- try {
1733
- const data = await client.ModifyFolder({})
1734
- expect(data).to.be.ok
1735
- } catch(error) {
1736
- expect(error.requestId).to.be.ok
1737
- expect(error.code).to.be.ok
1738
- }
1739
- })
1740
-
1741
- it("wedata.v20210820.DescribeTaskDetail", async function () {
1742
- try {
1743
- const data = await client.DescribeTaskDetail({})
1744
- expect(data).to.be.ok
1745
- } catch(error) {
1746
- expect(error.requestId).to.be.ok
1747
- expect(error.code).to.be.ok
1748
- }
1749
- })
1750
-
1751
- it("wedata.v20210820.RerunInstances", async function () {
1752
- try {
1753
- const data = await client.RerunInstances({})
1754
- expect(data).to.be.ok
1755
- } catch(error) {
1756
- expect(error.requestId).to.be.ok
1757
- expect(error.code).to.be.ok
1758
- }
1759
- })
1760
-
1761
- it("wedata.v20210820.SubmitTaskTestRun", async function () {
1281
+ it("wedata.v20210820.DescribeColumnsMeta", async function () {
1762
1282
  try {
1763
- const data = await client.SubmitTaskTestRun({})
1283
+ const data = await client.DescribeColumnsMeta({})
1764
1284
  expect(data).to.be.ok
1765
1285
  } catch(error) {
1766
1286
  expect(error.requestId).to.be.ok
@@ -1808,16 +1328,6 @@ it("wedata.v20210820.CheckIntegrationTaskNameExists", async function () {
1808
1328
  }
1809
1329
  })
1810
1330
 
1811
- it("wedata.v20210820.DescribeDataTypes", async function () {
1812
- try {
1813
- const data = await client.DescribeDataTypes({})
1814
- expect(data).to.be.ok
1815
- } catch(error) {
1816
- expect(error.requestId).to.be.ok
1817
- expect(error.code).to.be.ok
1818
- }
1819
- })
1820
-
1821
1331
  it("wedata.v20210820.DescribeRulesByPage", async function () {
1822
1332
  try {
1823
1333
  const data = await client.DescribeRulesByPage({})
@@ -1828,26 +1338,6 @@ it("wedata.v20210820.DescribeRulesByPage", async function () {
1828
1338
  }
1829
1339
  })
1830
1340
 
1831
- it("wedata.v20210820.StartIntegrationTask", async function () {
1832
- try {
1833
- const data = await client.StartIntegrationTask({})
1834
- expect(data).to.be.ok
1835
- } catch(error) {
1836
- expect(error.requestId).to.be.ok
1837
- expect(error.code).to.be.ok
1838
- }
1839
- })
1840
-
1841
- it("wedata.v20210820.FreezeTasksByMultiWorkflow", async function () {
1842
- try {
1843
- const data = await client.FreezeTasksByMultiWorkflow({})
1844
- expect(data).to.be.ok
1845
- } catch(error) {
1846
- expect(error.requestId).to.be.ok
1847
- expect(error.code).to.be.ok
1848
- }
1849
- })
1850
-
1851
1341
  it("wedata.v20210820.DeleteProjectUsers", async function () {
1852
1342
  try {
1853
1343
  const data = await client.DeleteProjectUsers({})
@@ -1858,26 +1348,6 @@ it("wedata.v20210820.DeleteProjectUsers", async function () {
1858
1348
  }
1859
1349
  })
1860
1350
 
1861
- it("wedata.v20210820.DescribeBaselineInstances", async function () {
1862
- try {
1863
- const data = await client.DescribeBaselineInstances({})
1864
- expect(data).to.be.ok
1865
- } catch(error) {
1866
- expect(error.requestId).to.be.ok
1867
- expect(error.code).to.be.ok
1868
- }
1869
- })
1870
-
1871
- it("wedata.v20210820.DescribeAllTaskType", async function () {
1872
- try {
1873
- const data = await client.DescribeAllTaskType({})
1874
- expect(data).to.be.ok
1875
- } catch(error) {
1876
- expect(error.requestId).to.be.ok
1877
- expect(error.code).to.be.ok
1878
- }
1879
- })
1880
-
1881
1351
  it("wedata.v20210820.DeleteFile", async function () {
1882
1352
  try {
1883
1353
  const data = await client.DeleteFile({})
@@ -1908,39 +1378,9 @@ it("wedata.v20210820.UploadContent", async function () {
1908
1378
  }
1909
1379
  })
1910
1380
 
1911
- it("wedata.v20210820.DescribeFathers", async function () {
1912
- try {
1913
- const data = await client.DescribeFathers({})
1914
- expect(data).to.be.ok
1915
- } catch(error) {
1916
- expect(error.requestId).to.be.ok
1917
- expect(error.code).to.be.ok
1918
- }
1919
- })
1920
-
1921
- it("wedata.v20210820.DescribeBaselines", async function () {
1922
- try {
1923
- const data = await client.DescribeBaselines({})
1924
- expect(data).to.be.ok
1925
- } catch(error) {
1926
- expect(error.requestId).to.be.ok
1927
- expect(error.code).to.be.ok
1928
- }
1929
- })
1930
-
1931
- it("wedata.v20210820.DescribeFolderWorkflowList", async function () {
1932
- try {
1933
- const data = await client.DescribeFolderWorkflowList({})
1934
- expect(data).to.be.ok
1935
- } catch(error) {
1936
- expect(error.requestId).to.be.ok
1937
- expect(error.code).to.be.ok
1938
- }
1939
- })
1940
-
1941
- it("wedata.v20210820.DescribeDataBases", async function () {
1381
+ it("wedata.v20210820.DescribeRuleTemplate", async function () {
1942
1382
  try {
1943
- const data = await client.DescribeDataBases({})
1383
+ const data = await client.DescribeRuleTemplate({})
1944
1384
  expect(data).to.be.ok
1945
1385
  } catch(error) {
1946
1386
  expect(error.requestId).to.be.ok
@@ -1988,9 +1428,9 @@ it("wedata.v20210820.DescribeRuleExecStat", async function () {
1988
1428
  }
1989
1429
  })
1990
1430
 
1991
- it("wedata.v20210820.ModifyTaskLinks", async function () {
1431
+ it("wedata.v20210820.RunRerunScheduleInstances", async function () {
1992
1432
  try {
1993
- const data = await client.ModifyTaskLinks({})
1433
+ const data = await client.RunRerunScheduleInstances({})
1994
1434
  expect(data).to.be.ok
1995
1435
  } catch(error) {
1996
1436
  expect(error.requestId).to.be.ok
@@ -2038,16 +1478,6 @@ it("wedata.v20210820.DagInstances", async function () {
2038
1478
  }
2039
1479
  })
2040
1480
 
2041
- it("wedata.v20210820.DescribeFolderList", async function () {
2042
- try {
2043
- const data = await client.DescribeFolderList({})
2044
- expect(data).to.be.ok
2045
- } catch(error) {
2046
- expect(error.requestId).to.be.ok
2047
- expect(error.code).to.be.ok
2048
- }
2049
- })
2050
-
2051
1481
  it("wedata.v20210820.ModifyApproveStatus", async function () {
2052
1482
  try {
2053
1483
  const data = await client.ModifyApproveStatus({})
@@ -2058,29 +1488,9 @@ it("wedata.v20210820.ModifyApproveStatus", async function () {
2058
1488
  }
2059
1489
  })
2060
1490
 
2061
- it("wedata.v20210820.DescribeDataSourceWithoutInfo", async function () {
2062
- try {
2063
- const data = await client.DescribeDataSourceWithoutInfo({})
2064
- expect(data).to.be.ok
2065
- } catch(error) {
2066
- expect(error.requestId).to.be.ok
2067
- expect(error.code).to.be.ok
2068
- }
2069
- })
2070
-
2071
- it("wedata.v20210820.SuspendIntegrationTask", async function () {
2072
- try {
2073
- const data = await client.SuspendIntegrationTask({})
2074
- expect(data).to.be.ok
2075
- } catch(error) {
2076
- expect(error.requestId).to.be.ok
2077
- expect(error.code).to.be.ok
2078
- }
2079
- })
2080
-
2081
- it("wedata.v20210820.MakeUpWorkflowNew", async function () {
1491
+ it("wedata.v20210820.DescribeInstanceLogFile", async function () {
2082
1492
  try {
2083
- const data = await client.MakeUpWorkflowNew({})
1493
+ const data = await client.DescribeInstanceLogFile({})
2084
1494
  expect(data).to.be.ok
2085
1495
  } catch(error) {
2086
1496
  expect(error.requestId).to.be.ok
@@ -2090,57 +1500,7 @@ it("wedata.v20210820.MakeUpWorkflowNew", async function () {
2090
1500
 
2091
1501
  it("wedata.v20210820.DescribeIntegrationStatisticsTaskStatusTrend", async function () {
2092
1502
  try {
2093
- const data = await client.DescribeIntegrationStatisticsTaskStatusTrend({})
2094
- expect(data).to.be.ok
2095
- } catch(error) {
2096
- expect(error.requestId).to.be.ok
2097
- expect(error.code).to.be.ok
2098
- }
2099
- })
2100
-
2101
- it("wedata.v20210820.ModifyMonitorStatus", async function () {
2102
- try {
2103
- const data = await client.ModifyMonitorStatus({})
2104
- expect(data).to.be.ok
2105
- } catch(error) {
2106
- expect(error.requestId).to.be.ok
2107
- expect(error.code).to.be.ok
2108
- }
2109
- })
2110
-
2111
- it("wedata.v20210820.DescribeExecStrategy", async function () {
2112
- try {
2113
- const data = await client.DescribeExecStrategy({})
2114
- expect(data).to.be.ok
2115
- } catch(error) {
2116
- expect(error.requestId).to.be.ok
2117
- expect(error.code).to.be.ok
2118
- }
2119
- })
2120
-
2121
- it("wedata.v20210820.CreateWorkflow", async function () {
2122
- try {
2123
- const data = await client.CreateWorkflow({})
2124
- expect(data).to.be.ok
2125
- } catch(error) {
2126
- expect(error.requestId).to.be.ok
2127
- expect(error.code).to.be.ok
2128
- }
2129
- })
2130
-
2131
- it("wedata.v20210820.DescribeInstanceByCycleReport", async function () {
2132
- try {
2133
- const data = await client.DescribeInstanceByCycleReport({})
2134
- expect(data).to.be.ok
2135
- } catch(error) {
2136
- expect(error.requestId).to.be.ok
2137
- expect(error.code).to.be.ok
2138
- }
2139
- })
2140
-
2141
- it("wedata.v20210820.DescribeRule", async function () {
2142
- try {
2143
- const data = await client.DescribeRule({})
1503
+ const data = await client.DescribeIntegrationStatisticsTaskStatusTrend({})
2144
1504
  expect(data).to.be.ok
2145
1505
  } catch(error) {
2146
1506
  expect(error.requestId).to.be.ok
@@ -2148,9 +1508,9 @@ it("wedata.v20210820.DescribeRule", async function () {
2148
1508
  }
2149
1509
  })
2150
1510
 
2151
- it("wedata.v20210820.RunTasksByMultiWorkflow", async function () {
1511
+ it("wedata.v20210820.ModifyMonitorStatus", async function () {
2152
1512
  try {
2153
- const data = await client.RunTasksByMultiWorkflow({})
1513
+ const data = await client.ModifyMonitorStatus({})
2154
1514
  expect(data).to.be.ok
2155
1515
  } catch(error) {
2156
1516
  expect(error.requestId).to.be.ok
@@ -2158,9 +1518,9 @@ it("wedata.v20210820.RunTasksByMultiWorkflow", async function () {
2158
1518
  }
2159
1519
  })
2160
1520
 
2161
- it("wedata.v20210820.UpdateWorkflowOwner", async function () {
1521
+ it("wedata.v20210820.DescribeExecStrategy", async function () {
2162
1522
  try {
2163
- const data = await client.UpdateWorkflowOwner({})
1523
+ const data = await client.DescribeExecStrategy({})
2164
1524
  expect(data).to.be.ok
2165
1525
  } catch(error) {
2166
1526
  expect(error.requestId).to.be.ok
@@ -2168,9 +1528,9 @@ it("wedata.v20210820.UpdateWorkflowOwner", async function () {
2168
1528
  }
2169
1529
  })
2170
1530
 
2171
- it("wedata.v20210820.DescribeTaskReport", async function () {
1531
+ it("wedata.v20210820.DescribeTableLineage", async function () {
2172
1532
  try {
2173
- const data = await client.DescribeTaskReport({})
1533
+ const data = await client.DescribeTableLineage({})
2174
1534
  expect(data).to.be.ok
2175
1535
  } catch(error) {
2176
1536
  expect(error.requestId).to.be.ok
@@ -2178,9 +1538,9 @@ it("wedata.v20210820.DescribeTaskReport", async function () {
2178
1538
  }
2179
1539
  })
2180
1540
 
2181
- it("wedata.v20210820.DescribeDrSonInstance", async function () {
1541
+ it("wedata.v20210820.SuspendIntegrationTask", async function () {
2182
1542
  try {
2183
- const data = await client.DescribeDrSonInstance({})
1543
+ const data = await client.SuspendIntegrationTask({})
2184
1544
  expect(data).to.be.ok
2185
1545
  } catch(error) {
2186
1546
  expect(error.requestId).to.be.ok
@@ -2188,9 +1548,9 @@ it("wedata.v20210820.DescribeDrSonInstance", async function () {
2188
1548
  }
2189
1549
  })
2190
1550
 
2191
- it("wedata.v20210820.DescribeTableLineage", async function () {
1551
+ it("wedata.v20210820.CreateWorkflowDs", async function () {
2192
1552
  try {
2193
- const data = await client.DescribeTableLineage({})
1553
+ const data = await client.CreateWorkflowDs({})
2194
1554
  expect(data).to.be.ok
2195
1555
  } catch(error) {
2196
1556
  expect(error.requestId).to.be.ok
@@ -2198,9 +1558,9 @@ it("wedata.v20210820.DescribeTableLineage", async function () {
2198
1558
  }
2199
1559
  })
2200
1560
 
2201
- it("wedata.v20210820.BatchCreateTaskVersionDs", async function () {
1561
+ it("wedata.v20210820.DescribeEventCases", async function () {
2202
1562
  try {
2203
- const data = await client.BatchCreateTaskVersionDs({})
1563
+ const data = await client.DescribeEventCases({})
2204
1564
  expect(data).to.be.ok
2205
1565
  } catch(error) {
2206
1566
  expect(error.requestId).to.be.ok
@@ -2208,9 +1568,9 @@ it("wedata.v20210820.BatchCreateTaskVersionDs", async function () {
2208
1568
  }
2209
1569
  })
2210
1570
 
2211
- it("wedata.v20210820.DescribeRuleExecExportResult", async function () {
1571
+ it("wedata.v20210820.GetOfflineDIInstanceList", async function () {
2212
1572
  try {
2213
- const data = await client.DescribeRuleExecExportResult({})
1573
+ const data = await client.GetOfflineDIInstanceList({})
2214
1574
  expect(data).to.be.ok
2215
1575
  } catch(error) {
2216
1576
  expect(error.requestId).to.be.ok
@@ -2238,9 +1598,9 @@ it("wedata.v20210820.DescribeRules", async function () {
2238
1598
  }
2239
1599
  })
2240
1600
 
2241
- it("wedata.v20210820.DescribeEventIsAlarmTypes", async function () {
1601
+ it("wedata.v20210820.StartIntegrationTask", async function () {
2242
1602
  try {
2243
- const data = await client.DescribeEventIsAlarmTypes({})
1603
+ const data = await client.StartIntegrationTask({})
2244
1604
  expect(data).to.be.ok
2245
1605
  } catch(error) {
2246
1606
  expect(error.requestId).to.be.ok
@@ -2258,9 +1618,9 @@ it("wedata.v20210820.LockIntegrationTask", async function () {
2258
1618
  }
2259
1619
  })
2260
1620
 
2261
- it("wedata.v20210820.DescribeQualityScoreTrend", async function () {
1621
+ it("wedata.v20210820.SubmitWorkflow", async function () {
2262
1622
  try {
2263
- const data = await client.DescribeQualityScoreTrend({})
1623
+ const data = await client.SubmitWorkflow({})
2264
1624
  expect(data).to.be.ok
2265
1625
  } catch(error) {
2266
1626
  expect(error.requestId).to.be.ok
@@ -2358,16 +1718,6 @@ it("wedata.v20210820.ModifyRuleGroupSubscription", async function () {
2358
1718
  }
2359
1719
  })
2360
1720
 
2361
- it("wedata.v20210820.DescribeTaskInstances", async function () {
2362
- try {
2363
- const data = await client.DescribeTaskInstances({})
2364
- expect(data).to.be.ok
2365
- } catch(error) {
2366
- expect(error.requestId).to.be.ok
2367
- expect(error.code).to.be.ok
2368
- }
2369
- })
2370
-
2371
1721
  it("wedata.v20210820.DeleteTaskAlarmRegular", async function () {
2372
1722
  try {
2373
1723
  const data = await client.DeleteTaskAlarmRegular({})
@@ -2408,16 +1758,6 @@ it("wedata.v20210820.FreezeTasksByWorkflowIds", async function () {
2408
1758
  }
2409
1759
  })
2410
1760
 
2411
- it("wedata.v20210820.DescribeBaselineById", async function () {
2412
- try {
2413
- const data = await client.DescribeBaselineById({})
2414
- expect(data).to.be.ok
2415
- } catch(error) {
2416
- expect(error.requestId).to.be.ok
2417
- expect(error.code).to.be.ok
2418
- }
2419
- })
2420
-
2421
1761
  it("wedata.v20210820.DeleteResource", async function () {
2422
1762
  try {
2423
1763
  const data = await client.DeleteResource({})
@@ -2428,9 +1768,9 @@ it("wedata.v20210820.DeleteResource", async function () {
2428
1768
  }
2429
1769
  })
2430
1770
 
2431
- it("wedata.v20210820.BatchDeleteTasksDs", async function () {
1771
+ it("wedata.v20210820.DescribeQualityScoreTrend", async function () {
2432
1772
  try {
2433
- const data = await client.BatchDeleteTasksDs({})
1773
+ const data = await client.DescribeQualityScoreTrend({})
2434
1774
  expect(data).to.be.ok
2435
1775
  } catch(error) {
2436
1776
  expect(error.requestId).to.be.ok
@@ -2478,19 +1818,9 @@ it("wedata.v20210820.DescribeTaskAlarmRegulations", async function () {
2478
1818
  }
2479
1819
  })
2480
1820
 
2481
- it("wedata.v20210820.DescribeDependTasksNew", async function () {
2482
- try {
2483
- const data = await client.DescribeDependTasksNew({})
2484
- expect(data).to.be.ok
2485
- } catch(error) {
2486
- expect(error.requestId).to.be.ok
2487
- expect(error.code).to.be.ok
2488
- }
2489
- })
2490
-
2491
- it("wedata.v20210820.ModifyDsFolder", async function () {
1821
+ it("wedata.v20210820.DescribeIntegrationVersionNodesInfo", async function () {
2492
1822
  try {
2493
- const data = await client.ModifyDsFolder({})
1823
+ const data = await client.DescribeIntegrationVersionNodesInfo({})
2494
1824
  expect(data).to.be.ok
2495
1825
  } catch(error) {
2496
1826
  expect(error.requestId).to.be.ok
@@ -2498,9 +1828,9 @@ it("wedata.v20210820.ModifyDsFolder", async function () {
2498
1828
  }
2499
1829
  })
2500
1830
 
2501
- it("wedata.v20210820.SubmitWorkflow", async function () {
1831
+ it("wedata.v20210820.ModifyTaskAlarmRegular", async function () {
2502
1832
  try {
2503
- const data = await client.SubmitWorkflow({})
1833
+ const data = await client.ModifyTaskAlarmRegular({})
2504
1834
  expect(data).to.be.ok
2505
1835
  } catch(error) {
2506
1836
  expect(error.requestId).to.be.ok
@@ -2528,9 +1858,9 @@ it("wedata.v20210820.DescribeTemplateDimCount", async function () {
2528
1858
  }
2529
1859
  })
2530
1860
 
2531
- it("wedata.v20210820.DescribeBaselineInstanceDag", async function () {
1861
+ it("wedata.v20210820.DescribeFolderWorkflowList", async function () {
2532
1862
  try {
2533
- const data = await client.DescribeBaselineInstanceDag({})
1863
+ const data = await client.DescribeFolderWorkflowList({})
2534
1864
  expect(data).to.be.ok
2535
1865
  } catch(error) {
2536
1866
  expect(error.requestId).to.be.ok
@@ -2578,16 +1908,6 @@ it("wedata.v20210820.DescribeIntegrationStatisticsInstanceTrend", async function
2578
1908
  }
2579
1909
  })
2580
1910
 
2581
- it("wedata.v20210820.DescribeDrInstanceScriptContent", async function () {
2582
- try {
2583
- const data = await client.DescribeDrInstanceScriptContent({})
2584
- expect(data).to.be.ok
2585
- } catch(error) {
2586
- expect(error.requestId).to.be.ok
2587
- expect(error.code).to.be.ok
2588
- }
2589
- })
2590
-
2591
1911
  it("wedata.v20210820.DescribeWorkflowExecuteById", async function () {
2592
1912
  try {
2593
1913
  const data = await client.DescribeWorkflowExecuteById({})
@@ -2608,9 +1928,9 @@ it("wedata.v20210820.CreateIntegrationNode", async function () {
2608
1928
  }
2609
1929
  })
2610
1930
 
2611
- it("wedata.v20210820.BatchSuspendIntegrationTasks", async function () {
1931
+ it("wedata.v20210820.BatchDeleteOpsTasks", async function () {
2612
1932
  try {
2613
- const data = await client.BatchSuspendIntegrationTasks({})
1933
+ const data = await client.BatchDeleteOpsTasks({})
2614
1934
  expect(data).to.be.ok
2615
1935
  } catch(error) {
2616
1936
  expect(error.requestId).to.be.ok
@@ -2628,9 +1948,9 @@ it("wedata.v20210820.CommitRuleGroupTask", async function () {
2628
1948
  }
2629
1949
  })
2630
1950
 
2631
- it("wedata.v20210820.DescribeDependOpsTaskList", async function () {
1951
+ it("wedata.v20210820.DescribeInstanceLastLog", async function () {
2632
1952
  try {
2633
- const data = await client.DescribeDependOpsTaskList({})
1953
+ const data = await client.DescribeInstanceLastLog({})
2634
1954
  expect(data).to.be.ok
2635
1955
  } catch(error) {
2636
1956
  expect(error.requestId).to.be.ok
@@ -2638,9 +1958,9 @@ it("wedata.v20210820.DescribeDependOpsTaskList", async function () {
2638
1958
  }
2639
1959
  })
2640
1960
 
2641
- it("wedata.v20210820.DescribeInstanceLogs", async function () {
1961
+ it("wedata.v20210820.ModifyTaskLinks", async function () {
2642
1962
  try {
2643
- const data = await client.DescribeInstanceLogs({})
1963
+ const data = await client.ModifyTaskLinks({})
2644
1964
  expect(data).to.be.ok
2645
1965
  } catch(error) {
2646
1966
  expect(error.requestId).to.be.ok
@@ -2668,36 +1988,6 @@ it("wedata.v20210820.DescribeOpsMakePlans", async function () {
2668
1988
  }
2669
1989
  })
2670
1990
 
2671
- it("wedata.v20210820.SubmitCustomFunction", async function () {
2672
- try {
2673
- const data = await client.SubmitCustomFunction({})
2674
- expect(data).to.be.ok
2675
- } catch(error) {
2676
- expect(error.requestId).to.be.ok
2677
- expect(error.code).to.be.ok
2678
- }
2679
- })
2680
-
2681
- it("wedata.v20210820.DescribeInstanceLogList", async function () {
2682
- try {
2683
- const data = await client.DescribeInstanceLogList({})
2684
- expect(data).to.be.ok
2685
- } catch(error) {
2686
- expect(error.requestId).to.be.ok
2687
- expect(error.code).to.be.ok
2688
- }
2689
- })
2690
-
2691
- it("wedata.v20210820.RerunOpsMakePlanInstances", async function () {
2692
- try {
2693
- const data = await client.RerunOpsMakePlanInstances({})
2694
- expect(data).to.be.ok
2695
- } catch(error) {
2696
- expect(error.requestId).to.be.ok
2697
- expect(error.code).to.be.ok
2698
- }
2699
- })
2700
-
2701
1991
  it("wedata.v20210820.DescribeWorkflowCanvasInfo", async function () {
2702
1992
  try {
2703
1993
  const data = await client.DescribeWorkflowCanvasInfo({})
@@ -2718,46 +2008,6 @@ it("wedata.v20210820.DescribeDatabaseMetas", async function () {
2718
2008
  }
2719
2009
  })
2720
2010
 
2721
- it("wedata.v20210820.FindAllFolder", async function () {
2722
- try {
2723
- const data = await client.FindAllFolder({})
2724
- expect(data).to.be.ok
2725
- } catch(error) {
2726
- expect(error.requestId).to.be.ok
2727
- expect(error.code).to.be.ok
2728
- }
2729
- })
2730
-
2731
- it("wedata.v20210820.ModifyTaskAlarmRegular", async function () {
2732
- try {
2733
- const data = await client.ModifyTaskAlarmRegular({})
2734
- expect(data).to.be.ok
2735
- } catch(error) {
2736
- expect(error.requestId).to.be.ok
2737
- expect(error.code).to.be.ok
2738
- }
2739
- })
2740
-
2741
- it("wedata.v20210820.CheckDuplicateTemplateName", async function () {
2742
- try {
2743
- const data = await client.CheckDuplicateTemplateName({})
2744
- expect(data).to.be.ok
2745
- } catch(error) {
2746
- expect(error.requestId).to.be.ok
2747
- expect(error.code).to.be.ok
2748
- }
2749
- })
2750
-
2751
- it("wedata.v20210820.RunRerunScheduleInstances", async function () {
2752
- try {
2753
- const data = await client.RunRerunScheduleInstances({})
2754
- expect(data).to.be.ok
2755
- } catch(error) {
2756
- expect(error.requestId).to.be.ok
2757
- expect(error.code).to.be.ok
2758
- }
2759
- })
2760
-
2761
2011
  it("wedata.v20210820.BatchResumeIntegrationTasks", async function () {
2762
2012
  try {
2763
2013
  const data = await client.BatchResumeIntegrationTasks({})
@@ -2778,19 +2028,9 @@ it("wedata.v20210820.SetTaskAlarmNew", async function () {
2778
2028
  }
2779
2029
  })
2780
2030
 
2781
- it("wedata.v20210820.DescribeRuleTemplate", async function () {
2782
- try {
2783
- const data = await client.DescribeRuleTemplate({})
2784
- expect(data).to.be.ok
2785
- } catch(error) {
2786
- expect(error.requestId).to.be.ok
2787
- expect(error.code).to.be.ok
2788
- }
2789
- })
2790
-
2791
- it("wedata.v20210820.RerunScheduleInstances", async function () {
2031
+ it("wedata.v20210820.SubmitTask", async function () {
2792
2032
  try {
2793
- const data = await client.RerunScheduleInstances({})
2033
+ const data = await client.SubmitTask({})
2794
2034
  expect(data).to.be.ok
2795
2035
  } catch(error) {
2796
2036
  expect(error.requestId).to.be.ok
@@ -2808,26 +2048,6 @@ it("wedata.v20210820.SubmitSqlTask", async function () {
2808
2048
  }
2809
2049
  })
2810
2050
 
2811
- it("wedata.v20210820.DescribeProdTasks", async function () {
2812
- try {
2813
- const data = await client.DescribeProdTasks({})
2814
- expect(data).to.be.ok
2815
- } catch(error) {
2816
- expect(error.requestId).to.be.ok
2817
- expect(error.code).to.be.ok
2818
- }
2819
- })
2820
-
2821
- it("wedata.v20210820.DescribeInstances", async function () {
2822
- try {
2823
- const data = await client.DescribeInstances({})
2824
- expect(data).to.be.ok
2825
- } catch(error) {
2826
- expect(error.requestId).to.be.ok
2827
- expect(error.code).to.be.ok
2828
- }
2829
- })
2830
-
2831
2051
  it("wedata.v20210820.DescribeDataSourceInfoList", async function () {
2832
2052
  try {
2833
2053
  const data = await client.DescribeDataSourceInfoList({})
@@ -2848,16 +2068,6 @@ it("wedata.v20210820.DescribeFunctionKinds", async function () {
2848
2068
  }
2849
2069
  })
2850
2070
 
2851
- it("wedata.v20210820.DescribeRuleExecHistory", async function () {
2852
- try {
2853
- const data = await client.DescribeRuleExecHistory({})
2854
- expect(data).to.be.ok
2855
- } catch(error) {
2856
- expect(error.requestId).to.be.ok
2857
- expect(error.code).to.be.ok
2858
- }
2859
- })
2860
-
2861
2071
  it("wedata.v20210820.TaskLog", async function () {
2862
2072
  try {
2863
2073
  const data = await client.TaskLog({})
@@ -2878,29 +2088,9 @@ it("wedata.v20210820.DescribeRuleTemplates", async function () {
2878
2088
  }
2879
2089
  })
2880
2090
 
2881
- it("wedata.v20210820.DescribeTaskInstanceReportDetail", async function () {
2882
- try {
2883
- const data = await client.DescribeTaskInstanceReportDetail({})
2884
- expect(data).to.be.ok
2885
- } catch(error) {
2886
- expect(error.requestId).to.be.ok
2887
- expect(error.code).to.be.ok
2888
- }
2889
- })
2890
-
2891
- it("wedata.v20210820.DescribeDataObjects", async function () {
2892
- try {
2893
- const data = await client.DescribeDataObjects({})
2894
- expect(data).to.be.ok
2895
- } catch(error) {
2896
- expect(error.requestId).to.be.ok
2897
- expect(error.code).to.be.ok
2898
- }
2899
- })
2900
-
2901
- it("wedata.v20210820.GetOfflineDIInstanceList", async function () {
2091
+ it("wedata.v20210820.UpdateWorkflowOwner", async function () {
2902
2092
  try {
2903
- const data = await client.GetOfflineDIInstanceList({})
2093
+ const data = await client.UpdateWorkflowOwner({})
2904
2094
  expect(data).to.be.ok
2905
2095
  } catch(error) {
2906
2096
  expect(error.requestId).to.be.ok
@@ -2908,9 +2098,9 @@ it("wedata.v20210820.GetOfflineDIInstanceList", async function () {
2908
2098
  }
2909
2099
  })
2910
2100
 
2911
- it("wedata.v20210820.ModifyBaselineAlarmStatus", async function () {
2101
+ it("wedata.v20210820.ModifyIntegrationNode", async function () {
2912
2102
  try {
2913
- const data = await client.ModifyBaselineAlarmStatus({})
2103
+ const data = await client.ModifyIntegrationNode({})
2914
2104
  expect(data).to.be.ok
2915
2105
  } catch(error) {
2916
2106
  expect(error.requestId).to.be.ok
@@ -2958,16 +2148,6 @@ it("wedata.v20210820.DescribeOpsWorkflows", async function () {
2958
2148
  }
2959
2149
  })
2960
2150
 
2961
- it("wedata.v20210820.CreateOrUpdateResource", async function () {
2962
- try {
2963
- const data = await client.CreateOrUpdateResource({})
2964
- expect(data).to.be.ok
2965
- } catch(error) {
2966
- expect(error.requestId).to.be.ok
2967
- expect(error.code).to.be.ok
2968
- }
2969
- })
2970
-
2971
2151
  it("wedata.v20210820.BatchRerunIntegrationTaskInstances", async function () {
2972
2152
  try {
2973
2153
  const data = await client.BatchRerunIntegrationTaskInstances({})
@@ -2988,9 +2168,9 @@ it("wedata.v20210820.DescribeTableLineageInfo", async function () {
2988
2168
  }
2989
2169
  })
2990
2170
 
2991
- it("wedata.v20210820.DescribeTaskInstance", async function () {
2171
+ it("wedata.v20210820.SubmitCustomFunction", async function () {
2992
2172
  try {
2993
- const data = await client.DescribeTaskInstance({})
2173
+ const data = await client.SubmitCustomFunction({})
2994
2174
  expect(data).to.be.ok
2995
2175
  } catch(error) {
2996
2176
  expect(error.requestId).to.be.ok
@@ -3018,26 +2198,6 @@ it("wedata.v20210820.DescribeIntegrationStatistics", async function () {
3018
2198
  }
3019
2199
  })
3020
2200
 
3021
- it("wedata.v20210820.MakeUpTasksNew", async function () {
3022
- try {
3023
- const data = await client.MakeUpTasksNew({})
3024
- expect(data).to.be.ok
3025
- } catch(error) {
3026
- expect(error.requestId).to.be.ok
3027
- expect(error.code).to.be.ok
3028
- }
3029
- })
3030
-
3031
- it("wedata.v20210820.MakeUpTasksByWorkflow", async function () {
3032
- try {
3033
- const data = await client.MakeUpTasksByWorkflow({})
3034
- expect(data).to.be.ok
3035
- } catch(error) {
3036
- expect(error.requestId).to.be.ok
3037
- expect(error.code).to.be.ok
3038
- }
3039
- })
3040
-
3041
2201
  it("wedata.v20210820.BatchStopWorkflowsByIds", async function () {
3042
2202
  try {
3043
2203
  const data = await client.BatchStopWorkflowsByIds({})
@@ -3058,34 +2218,4 @@ it("wedata.v20210820.DescribeDrInstancePage", async function () {
3058
2218
  }
3059
2219
  })
3060
2220
 
3061
- it("wedata.v20210820.BatchModifyOwnersNew", async function () {
3062
- try {
3063
- const data = await client.BatchModifyOwnersNew({})
3064
- expect(data).to.be.ok
3065
- } catch(error) {
3066
- expect(error.requestId).to.be.ok
3067
- expect(error.code).to.be.ok
3068
- }
3069
- })
3070
-
3071
- it("wedata.v20210820.DescribeSchedulerRunTimeInstanceCntByStatus", async function () {
3072
- try {
3073
- const data = await client.DescribeSchedulerRunTimeInstanceCntByStatus({})
3074
- expect(data).to.be.ok
3075
- } catch(error) {
3076
- expect(error.requestId).to.be.ok
3077
- expect(error.code).to.be.ok
3078
- }
3079
- })
3080
-
3081
- it("wedata.v20210820.BatchStopIntegrationTasks", async function () {
3082
- try {
3083
- const data = await client.BatchStopIntegrationTasks({})
3084
- expect(data).to.be.ok
3085
- } catch(error) {
3086
- expect(error.requestId).to.be.ok
3087
- expect(error.code).to.be.ok
3088
- }
3089
- })
3090
-
3091
2221
  })