tencentcloud-sdk-nodejs 4.0.644 → 4.0.646

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 (107) hide show
  1. package/CHANGELOG.md +674 -0
  2. package/SERVICE_CHANGELOG.md +829 -225
  3. package/package.json +1 -1
  4. package/products.md +36 -36
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
  7. package/src/services/apigateway/v20180808/apigateway_models.ts +10 -8
  8. package/src/services/as/v20180419/as_client.ts +1 -0
  9. package/src/services/as/v20180419/as_models.ts +41 -18
  10. package/src/services/batch/v20170312/batch_models.ts +3 -3
  11. package/src/services/cam/v20190116/cam_models.ts +11 -6
  12. package/src/services/cdb/v20170320/cdb_client.ts +0 -14
  13. package/src/services/cdb/v20170320/cdb_models.ts +1 -29
  14. package/src/services/cdwch/v20200915/cdwch_models.ts +66 -41
  15. package/src/services/cloudstudio/v20230508/cloudstudio_client.ts +1 -1
  16. package/src/services/cloudstudio/v20230508/cloudstudio_models.ts +1 -1
  17. package/src/services/cls/v20201016/cls_client.ts +31 -18
  18. package/src/services/cls/v20201016/cls_models.ts +97 -11
  19. package/src/services/cvm/v20170312/cvm_models.ts +6 -6
  20. package/src/services/dlc/v20210125/dlc_models.ts +39 -34
  21. package/src/services/ess/v20201111/ess_models.ts +4 -0
  22. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  23. package/src/services/goosefs/v20220519/goosefs_models.ts +19 -0
  24. package/src/services/iai/v20200303/iai_models.ts +32 -32
  25. package/src/services/keewidb/v20220308/keewidb_models.ts +9 -5
  26. package/src/services/lighthouse/v20200324/lighthouse_models.ts +4 -0
  27. package/src/services/live/v20180801/live_models.ts +1 -1
  28. package/src/services/monitor/v20180724/monitor_client.ts +2 -23
  29. package/src/services/monitor/v20180724/monitor_models.ts +28 -74
  30. package/src/services/mps/v20190612/mps_models.ts +3 -1
  31. package/src/services/ocr/v20181119/ocr_client.ts +2 -2
  32. package/src/services/ocr/v20181119/ocr_models.ts +19 -2
  33. package/src/services/omics/v20221128/omics_models.ts +4 -0
  34. package/src/services/scf/v20180416/scf_client.ts +6 -2
  35. package/src/services/scf/v20180416/scf_models.ts +114 -16
  36. package/src/services/ssl/v20191205/ssl_models.ts +1 -1
  37. package/src/services/tbaas/v20180416/tbaas_client.ts +103 -220
  38. package/src/services/tbaas/v20180416/tbaas_models.ts +117 -615
  39. package/src/services/tcb/v20180608/tcb_models.ts +5 -5
  40. package/src/services/trtc/v20190722/trtc_client.ts +96 -22
  41. package/src/services/tse/v20201207/tse_client.ts +14 -0
  42. package/src/services/tse/v20201207/tse_models.ts +57 -0
  43. package/src/services/vod/v20180717/vod_models.ts +17 -17
  44. package/src/services/vpc/v20170312/vpc_client.ts +2 -3
  45. package/src/services/vpc/v20170312/vpc_models.ts +2 -2
  46. package/src/services/wedata/v20210820/wedata_client.ts +1616 -385
  47. package/src/services/wedata/v20210820/wedata_models.ts +16017 -7609
  48. package/tencentcloud/common/sdk_version.d.ts +1 -1
  49. package/tencentcloud/common/sdk_version.js +1 -1
  50. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
  51. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
  52. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +10 -8
  53. package/tencentcloud/services/as/v20180419/as_models.d.ts +40 -18
  54. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +3 -3
  55. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -6
  56. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -7
  57. package/tencentcloud/services/cdb/v20170320/cdb_client.js +0 -8
  58. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -27
  59. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +66 -41
  60. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_client.d.ts +1 -1
  61. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_client.js +1 -1
  62. package/tencentcloud/services/cloudstudio/v20230508/cloudstudio_models.d.ts +1 -1
  63. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +11 -7
  64. package/tencentcloud/services/cls/v20201016/cls_client.js +15 -9
  65. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +94 -11
  66. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
  67. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +39 -34
  68. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  70. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +19 -0
  71. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +32 -32
  72. package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +9 -5
  73. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -0
  74. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  75. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -13
  76. package/tencentcloud/services/monitor/v20180724/monitor_client.js +0 -14
  77. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +28 -71
  78. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +3 -1
  79. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -2
  80. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -2
  81. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +19 -2
  82. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +4 -0
  83. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
  84. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +110 -16
  85. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  86. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +35 -83
  87. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +51 -115
  88. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +107 -584
  89. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +5 -5
  90. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +94 -20
  91. package/tencentcloud/services/trtc/v20190722/trtc_client.js +94 -20
  92. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  93. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  94. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +53 -0
  95. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +17 -17
  96. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +0 -1
  97. package/tencentcloud/services/vpc/v20170312/vpc_client.js +0 -1
  98. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +2 -2
  99. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +488 -104
  100. package/tencentcloud/services/wedata/v20210820/wedata_client.js +725 -149
  101. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +15405 -7268
  102. package/test/cdb.v20170320.test.js +0 -10
  103. package/test/cls.v20201016.test.js +16 -6
  104. package/test/monitor.v20180724.test.js +0 -10
  105. package/test/tbaas.v20180416.test.js +34 -114
  106. package/test/tse.v20201207.test.js +10 -0
  107. package/test/wedata.v20210820.test.js +1287 -327
@@ -28,6 +28,16 @@ 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
+
31
41
  it("wedata.v20210820.CreateTaskAlarmRegular", async function () {
32
42
  try {
33
43
  const data = await client.CreateTaskAlarmRegular({})
@@ -38,6 +48,16 @@ it("wedata.v20210820.CreateTaskAlarmRegular", async function () {
38
48
  }
39
49
  })
40
50
 
51
+ it("wedata.v20210820.DescribeIntegrationStatisticsRecordsTrend", async function () {
52
+ try {
53
+ const data = await client.DescribeIntegrationStatisticsRecordsTrend({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
41
61
  it("wedata.v20210820.DeleteIntegrationTask", async function () {
42
62
  try {
43
63
  const data = await client.DeleteIntegrationTask({})
@@ -48,6 +68,16 @@ it("wedata.v20210820.DeleteIntegrationTask", async function () {
48
68
  }
49
69
  })
50
70
 
71
+ it("wedata.v20210820.KillScheduleInstances", async function () {
72
+ try {
73
+ const data = await client.KillScheduleInstances({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
51
81
  it("wedata.v20210820.CheckDuplicateRuleName", async function () {
52
82
  try {
53
83
  const data = await client.CheckDuplicateRuleName({})
@@ -58,9 +88,9 @@ it("wedata.v20210820.CheckDuplicateRuleName", async function () {
58
88
  }
59
89
  })
60
90
 
61
- it("wedata.v20210820.RunTask", async function () {
91
+ it("wedata.v20210820.ModifyDataSource", async function () {
62
92
  try {
63
- const data = await client.RunTask({})
93
+ const data = await client.ModifyDataSource({})
64
94
  expect(data).to.be.ok
65
95
  } catch(error) {
66
96
  expect(error.requestId).to.be.ok
@@ -88,9 +118,29 @@ it("wedata.v20210820.DescribeRealTimeTaskMetricOverview", async function () {
88
118
  }
89
119
  })
90
120
 
91
- it("wedata.v20210820.GetOfflineInstanceList", async function () {
121
+ it("wedata.v20210820.DescribeScheduleInstances", async function () {
92
122
  try {
93
- const data = await client.GetOfflineInstanceList({})
123
+ const data = await client.DescribeScheduleInstances({})
124
+ expect(data).to.be.ok
125
+ } catch(error) {
126
+ expect(error.requestId).to.be.ok
127
+ expect(error.code).to.be.ok
128
+ }
129
+ })
130
+
131
+ it("wedata.v20210820.BatchStopOpsTasks", async function () {
132
+ try {
133
+ const data = await client.BatchStopOpsTasks({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
141
+ it("wedata.v20210820.DescribeTaskByCycleReport", async function () {
142
+ try {
143
+ const data = await client.DescribeTaskByCycleReport({})
94
144
  expect(data).to.be.ok
95
145
  } catch(error) {
96
146
  expect(error.requestId).to.be.ok
@@ -128,9 +178,9 @@ it("wedata.v20210820.DescribeInLongAgentVpcList", async function () {
128
178
  }
129
179
  })
130
180
 
131
- it("wedata.v20210820.KillInstances", async function () {
181
+ it("wedata.v20210820.DescribeWorkflowOpsCanvasInfo", async function () {
132
182
  try {
133
- const data = await client.KillInstances({})
183
+ const data = await client.DescribeWorkflowOpsCanvasInfo({})
134
184
  expect(data).to.be.ok
135
185
  } catch(error) {
136
186
  expect(error.requestId).to.be.ok
@@ -188,9 +238,9 @@ it("wedata.v20210820.DescribeClusterNamespaceList", async function () {
188
238
  }
189
239
  })
190
240
 
191
- it("wedata.v20210820.DescribeTaskDetail", async function () {
241
+ it("wedata.v20210820.DescribeOperateOpsTasks", async function () {
192
242
  try {
193
- const data = await client.DescribeTaskDetail({})
243
+ const data = await client.DescribeOperateOpsTasks({})
194
244
  expect(data).to.be.ok
195
245
  } catch(error) {
196
246
  expect(error.requestId).to.be.ok
@@ -198,9 +248,9 @@ it("wedata.v20210820.DescribeTaskDetail", async function () {
198
248
  }
199
249
  })
200
250
 
201
- it("wedata.v20210820.DescribeIntegrationNode", async function () {
251
+ it("wedata.v20210820.DescribeInstanceByCycle", async function () {
202
252
  try {
203
- const data = await client.DescribeIntegrationNode({})
253
+ const data = await client.DescribeInstanceByCycle({})
204
254
  expect(data).to.be.ok
205
255
  } catch(error) {
206
256
  expect(error.requestId).to.be.ok
@@ -208,9 +258,9 @@ it("wedata.v20210820.DescribeIntegrationNode", async function () {
208
258
  }
209
259
  })
210
260
 
211
- it("wedata.v20210820.DescribeStandardRuleDetailInfoList", async function () {
261
+ it("wedata.v20210820.DescribeIntegrationNode", async function () {
212
262
  try {
213
- const data = await client.DescribeStandardRuleDetailInfoList({})
263
+ const data = await client.DescribeIntegrationNode({})
214
264
  expect(data).to.be.ok
215
265
  } catch(error) {
216
266
  expect(error.requestId).to.be.ok
@@ -218,9 +268,9 @@ it("wedata.v20210820.DescribeStandardRuleDetailInfoList", async function () {
218
268
  }
219
269
  })
220
270
 
221
- it("wedata.v20210820.FreezeTasksByMultiWorkflow", async function () {
271
+ it("wedata.v20210820.DescribeScheduleInstance", async function () {
222
272
  try {
223
- const data = await client.FreezeTasksByMultiWorkflow({})
273
+ const data = await client.DescribeScheduleInstance({})
224
274
  expect(data).to.be.ok
225
275
  } catch(error) {
226
276
  expect(error.requestId).to.be.ok
@@ -228,9 +278,9 @@ it("wedata.v20210820.FreezeTasksByMultiWorkflow", async function () {
228
278
  }
229
279
  })
230
280
 
231
- it("wedata.v20210820.DescribeInLongAgentList", async function () {
281
+ it("wedata.v20210820.DescribeTaskByCycle", async function () {
232
282
  try {
233
- const data = await client.DescribeInLongAgentList({})
283
+ const data = await client.DescribeTaskByCycle({})
234
284
  expect(data).to.be.ok
235
285
  } catch(error) {
236
286
  expect(error.requestId).to.be.ok
@@ -238,9 +288,9 @@ it("wedata.v20210820.DescribeInLongAgentList", async function () {
238
288
  }
239
289
  })
240
290
 
241
- it("wedata.v20210820.BatchDeleteTasksNew", async function () {
291
+ it("wedata.v20210820.BatchDeleteOpsTasks", async function () {
242
292
  try {
243
- const data = await client.BatchDeleteTasksNew({})
293
+ const data = await client.BatchDeleteOpsTasks({})
244
294
  expect(data).to.be.ok
245
295
  } catch(error) {
246
296
  expect(error.requestId).to.be.ok
@@ -248,9 +298,9 @@ it("wedata.v20210820.BatchDeleteTasksNew", async function () {
248
298
  }
249
299
  })
250
300
 
251
- it("wedata.v20210820.ResumeIntegrationTask", async function () {
301
+ it("wedata.v20210820.ModifyRule", async function () {
252
302
  try {
253
- const data = await client.ResumeIntegrationTask({})
303
+ const data = await client.ModifyRule({})
254
304
  expect(data).to.be.ok
255
305
  } catch(error) {
256
306
  expect(error.requestId).to.be.ok
@@ -258,9 +308,9 @@ it("wedata.v20210820.ResumeIntegrationTask", async function () {
258
308
  }
259
309
  })
260
310
 
261
- it("wedata.v20210820.DeleteWorkflowNew", async function () {
311
+ it("wedata.v20210820.SubmitCustomFunction", async function () {
262
312
  try {
263
- const data = await client.DeleteWorkflowNew({})
313
+ const data = await client.SubmitCustomFunction({})
264
314
  expect(data).to.be.ok
265
315
  } catch(error) {
266
316
  expect(error.requestId).to.be.ok
@@ -268,9 +318,9 @@ it("wedata.v20210820.DeleteWorkflowNew", async function () {
268
318
  }
269
319
  })
270
320
 
271
- it("wedata.v20210820.DescribeIntegrationStatisticsAgentStatus", async function () {
321
+ it("wedata.v20210820.DescribeRuleGroupExecResultsByPageWithoutAuth", async function () {
272
322
  try {
273
- const data = await client.DescribeIntegrationStatisticsAgentStatus({})
323
+ const data = await client.DescribeRuleGroupExecResultsByPageWithoutAuth({})
274
324
  expect(data).to.be.ok
275
325
  } catch(error) {
276
326
  expect(error.requestId).to.be.ok
@@ -278,9 +328,9 @@ it("wedata.v20210820.DescribeIntegrationStatisticsAgentStatus", async function (
278
328
  }
279
329
  })
280
330
 
281
- it("wedata.v20210820.DescribeInstanceLogList", async function () {
331
+ it("wedata.v20210820.RemoveWorkflowDs", async function () {
282
332
  try {
283
- const data = await client.DescribeInstanceLogList({})
333
+ const data = await client.RemoveWorkflowDs({})
284
334
  expect(data).to.be.ok
285
335
  } catch(error) {
286
336
  expect(error.requestId).to.be.ok
@@ -288,9 +338,9 @@ it("wedata.v20210820.DescribeInstanceLogList", async function () {
288
338
  }
289
339
  })
290
340
 
291
- it("wedata.v20210820.CreateCustomFunction", async function () {
341
+ it("wedata.v20210820.DescribeThirdTaskRunLog", async function () {
292
342
  try {
293
- const data = await client.CreateCustomFunction({})
343
+ const data = await client.DescribeThirdTaskRunLog({})
294
344
  expect(data).to.be.ok
295
345
  } catch(error) {
296
346
  expect(error.requestId).to.be.ok
@@ -298,9 +348,9 @@ it("wedata.v20210820.CreateCustomFunction", async function () {
298
348
  }
299
349
  })
300
350
 
301
- it("wedata.v20210820.UnlockIntegrationTask", async function () {
351
+ it("wedata.v20210820.BatchDeleteTasksNew", async function () {
302
352
  try {
303
- const data = await client.UnlockIntegrationTask({})
353
+ const data = await client.BatchDeleteTasksNew({})
304
354
  expect(data).to.be.ok
305
355
  } catch(error) {
306
356
  expect(error.requestId).to.be.ok
@@ -308,9 +358,9 @@ it("wedata.v20210820.UnlockIntegrationTask", async function () {
308
358
  }
309
359
  })
310
360
 
311
- it("wedata.v20210820.BatchStopTasksNew", async function () {
361
+ it("wedata.v20210820.ResumeIntegrationTask", async function () {
312
362
  try {
313
- const data = await client.BatchStopTasksNew({})
363
+ const data = await client.ResumeIntegrationTask({})
314
364
  expect(data).to.be.ok
315
365
  } catch(error) {
316
366
  expect(error.requestId).to.be.ok
@@ -318,9 +368,9 @@ it("wedata.v20210820.BatchStopTasksNew", async function () {
318
368
  }
319
369
  })
320
370
 
321
- it("wedata.v20210820.DeleteFolder", async function () {
371
+ it("wedata.v20210820.DeleteWorkflowNew", async function () {
322
372
  try {
323
- const data = await client.DeleteFolder({})
373
+ const data = await client.DeleteWorkflowNew({})
324
374
  expect(data).to.be.ok
325
375
  } catch(error) {
326
376
  expect(error.requestId).to.be.ok
@@ -328,9 +378,9 @@ it("wedata.v20210820.DeleteFolder", async function () {
328
378
  }
329
379
  })
330
380
 
331
- it("wedata.v20210820.CreateDataSource", async function () {
381
+ it("wedata.v20210820.DescribeIntegrationStatisticsAgentStatus", async function () {
332
382
  try {
333
- const data = await client.CreateDataSource({})
383
+ const data = await client.DescribeIntegrationStatisticsAgentStatus({})
334
384
  expect(data).to.be.ok
335
385
  } catch(error) {
336
386
  expect(error.requestId).to.be.ok
@@ -338,9 +388,9 @@ it("wedata.v20210820.CreateDataSource", async function () {
338
388
  }
339
389
  })
340
390
 
341
- it("wedata.v20210820.SetTaskAlarmNew", async function () {
391
+ it("wedata.v20210820.StopBaseline", async function () {
342
392
  try {
343
- const data = await client.SetTaskAlarmNew({})
393
+ const data = await client.StopBaseline({})
344
394
  expect(data).to.be.ok
345
395
  } catch(error) {
346
396
  expect(error.requestId).to.be.ok
@@ -348,9 +398,9 @@ it("wedata.v20210820.SetTaskAlarmNew", async function () {
348
398
  }
349
399
  })
350
400
 
351
- it("wedata.v20210820.DescribeOfflineTaskToken", async function () {
401
+ it("wedata.v20210820.DescribeInstanceLastLog", async function () {
352
402
  try {
353
- const data = await client.DescribeOfflineTaskToken({})
403
+ const data = await client.DescribeInstanceLastLog({})
354
404
  expect(data).to.be.ok
355
405
  } catch(error) {
356
406
  expect(error.requestId).to.be.ok
@@ -358,9 +408,9 @@ it("wedata.v20210820.DescribeOfflineTaskToken", async function () {
358
408
  }
359
409
  })
360
410
 
361
- it("wedata.v20210820.DeleteRuleTemplate", async function () {
411
+ it("wedata.v20210820.BatchModifyOpsOwners", async function () {
362
412
  try {
363
- const data = await client.DeleteRuleTemplate({})
413
+ const data = await client.BatchModifyOpsOwners({})
364
414
  expect(data).to.be.ok
365
415
  } catch(error) {
366
416
  expect(error.requestId).to.be.ok
@@ -368,9 +418,9 @@ it("wedata.v20210820.DeleteRuleTemplate", async function () {
368
418
  }
369
419
  })
370
420
 
371
- it("wedata.v20210820.RobAndLockIntegrationTask", async function () {
421
+ it("wedata.v20210820.CreateCustomFunction", async function () {
372
422
  try {
373
- const data = await client.RobAndLockIntegrationTask({})
423
+ const data = await client.CreateCustomFunction({})
374
424
  expect(data).to.be.ok
375
425
  } catch(error) {
376
426
  expect(error.requestId).to.be.ok
@@ -378,9 +428,9 @@ it("wedata.v20210820.RobAndLockIntegrationTask", async function () {
378
428
  }
379
429
  })
380
430
 
381
- it("wedata.v20210820.CheckIntegrationNodeNameExists", async function () {
431
+ it("wedata.v20210820.EditBaseline", async function () {
382
432
  try {
383
- const data = await client.CheckIntegrationNodeNameExists({})
433
+ const data = await client.EditBaseline({})
384
434
  expect(data).to.be.ok
385
435
  } catch(error) {
386
436
  expect(error.requestId).to.be.ok
@@ -388,9 +438,9 @@ it("wedata.v20210820.CheckIntegrationNodeNameExists", async function () {
388
438
  }
389
439
  })
390
440
 
391
- it("wedata.v20210820.DescribeAlarmEvents", async function () {
441
+ it("wedata.v20210820.BatchStopTasksNew", async function () {
392
442
  try {
393
- const data = await client.DescribeAlarmEvents({})
443
+ const data = await client.BatchStopTasksNew({})
394
444
  expect(data).to.be.ok
395
445
  } catch(error) {
396
446
  expect(error.requestId).to.be.ok
@@ -398,9 +448,9 @@ it("wedata.v20210820.DescribeAlarmEvents", async function () {
398
448
  }
399
449
  })
400
450
 
401
- it("wedata.v20210820.ForceSucInstances", async function () {
451
+ it("wedata.v20210820.DeleteFolder", async function () {
402
452
  try {
403
- const data = await client.ForceSucInstances({})
453
+ const data = await client.DeleteFolder({})
404
454
  expect(data).to.be.ok
405
455
  } catch(error) {
406
456
  expect(error.requestId).to.be.ok
@@ -408,9 +458,9 @@ it("wedata.v20210820.ForceSucInstances", async function () {
408
458
  }
409
459
  })
410
460
 
411
- it("wedata.v20210820.DescribeQualityScore", async function () {
461
+ it("wedata.v20210820.DescribeSchedulerTaskTypeCnt", async function () {
412
462
  try {
413
- const data = await client.DescribeQualityScore({})
463
+ const data = await client.DescribeSchedulerTaskTypeCnt({})
414
464
  expect(data).to.be.ok
415
465
  } catch(error) {
416
466
  expect(error.requestId).to.be.ok
@@ -418,9 +468,9 @@ it("wedata.v20210820.DescribeQualityScore", async function () {
418
468
  }
419
469
  })
420
470
 
421
- it("wedata.v20210820.CreateResourcePath", async function () {
471
+ it("wedata.v20210820.DeleteProjectParamDs", async function () {
422
472
  try {
423
- const data = await client.CreateResourcePath({})
473
+ const data = await client.DeleteProjectParamDs({})
424
474
  expect(data).to.be.ok
425
475
  } catch(error) {
426
476
  expect(error.requestId).to.be.ok
@@ -428,9 +478,9 @@ it("wedata.v20210820.CreateResourcePath", async function () {
428
478
  }
429
479
  })
430
480
 
431
- it("wedata.v20210820.DescribeRuleDimStat", async function () {
481
+ it("wedata.v20210820.DescribeWorkflowListByProjectId", async function () {
432
482
  try {
433
- const data = await client.DescribeRuleDimStat({})
483
+ const data = await client.DescribeWorkflowListByProjectId({})
434
484
  expect(data).to.be.ok
435
485
  } catch(error) {
436
486
  expect(error.requestId).to.be.ok
@@ -438,9 +488,9 @@ it("wedata.v20210820.DescribeRuleDimStat", async function () {
438
488
  }
439
489
  })
440
490
 
441
- it("wedata.v20210820.GenHiveTableDDLSql", async function () {
491
+ it("wedata.v20210820.CreateDataSource", async function () {
442
492
  try {
443
- const data = await client.GenHiveTableDDLSql({})
493
+ const data = await client.CreateDataSource({})
444
494
  expect(data).to.be.ok
445
495
  } catch(error) {
446
496
  expect(error.requestId).to.be.ok
@@ -448,9 +498,9 @@ it("wedata.v20210820.GenHiveTableDDLSql", async function () {
448
498
  }
449
499
  })
450
500
 
451
- it("wedata.v20210820.DescribeTaskScript", async function () {
501
+ it("wedata.v20210820.DescribeOpsInstanceLogList", async function () {
452
502
  try {
453
- const data = await client.DescribeTaskScript({})
503
+ const data = await client.DescribeOpsInstanceLogList({})
454
504
  expect(data).to.be.ok
455
505
  } catch(error) {
456
506
  expect(error.requestId).to.be.ok
@@ -458,9 +508,9 @@ it("wedata.v20210820.DescribeTaskScript", async function () {
458
508
  }
459
509
  })
460
510
 
461
- it("wedata.v20210820.SaveCustomFunction", async function () {
511
+ it("wedata.v20210820.SetTaskAlarmNew", async function () {
462
512
  try {
463
- const data = await client.SaveCustomFunction({})
513
+ const data = await client.SetTaskAlarmNew({})
464
514
  expect(data).to.be.ok
465
515
  } catch(error) {
466
516
  expect(error.requestId).to.be.ok
@@ -468,9 +518,9 @@ it("wedata.v20210820.SaveCustomFunction", async function () {
468
518
  }
469
519
  })
470
520
 
471
- it("wedata.v20210820.DescribeTopTableStat", async function () {
521
+ it("wedata.v20210820.DescribeEventConsumeTasks", async function () {
472
522
  try {
473
- const data = await client.DescribeTopTableStat({})
523
+ const data = await client.DescribeEventConsumeTasks({})
474
524
  expect(data).to.be.ok
475
525
  } catch(error) {
476
526
  expect(error.requestId).to.be.ok
@@ -478,9 +528,9 @@ it("wedata.v20210820.DescribeTopTableStat", async function () {
478
528
  }
479
529
  })
480
530
 
481
- it("wedata.v20210820.DescribeOrganizationalFunctions", async function () {
531
+ it("wedata.v20210820.DescribeDiagnosticInfoByBaselineId", async function () {
482
532
  try {
483
- const data = await client.DescribeOrganizationalFunctions({})
533
+ const data = await client.DescribeDiagnosticInfoByBaselineId({})
484
534
  expect(data).to.be.ok
485
535
  } catch(error) {
486
536
  expect(error.requestId).to.be.ok
@@ -488,9 +538,9 @@ it("wedata.v20210820.DescribeOrganizationalFunctions", async function () {
488
538
  }
489
539
  })
490
540
 
491
- it("wedata.v20210820.DeleteInLongAgent", async function () {
541
+ it("wedata.v20210820.DescribeOfflineTaskToken", async function () {
492
542
  try {
493
- const data = await client.DeleteInLongAgent({})
543
+ const data = await client.DescribeOfflineTaskToken({})
494
544
  expect(data).to.be.ok
495
545
  } catch(error) {
496
546
  expect(error.requestId).to.be.ok
@@ -498,9 +548,9 @@ it("wedata.v20210820.DeleteInLongAgent", async function () {
498
548
  }
499
549
  })
500
550
 
501
- it("wedata.v20210820.CommitRuleGroupExecResult", async function () {
551
+ it("wedata.v20210820.DeleteRuleTemplate", async function () {
502
552
  try {
503
- const data = await client.CommitRuleGroupExecResult({})
553
+ const data = await client.DeleteRuleTemplate({})
504
554
  expect(data).to.be.ok
505
555
  } catch(error) {
506
556
  expect(error.requestId).to.be.ok
@@ -508,9 +558,9 @@ it("wedata.v20210820.CommitRuleGroupExecResult", async function () {
508
558
  }
509
559
  })
510
560
 
511
- it("wedata.v20210820.TaskLog", async function () {
561
+ it("wedata.v20210820.KillInstances", async function () {
512
562
  try {
513
- const data = await client.TaskLog({})
563
+ const data = await client.KillInstances({})
514
564
  expect(data).to.be.ok
515
565
  } catch(error) {
516
566
  expect(error.requestId).to.be.ok
@@ -518,9 +568,9 @@ it("wedata.v20210820.TaskLog", async function () {
518
568
  }
519
569
  })
520
570
 
521
- it("wedata.v20210820.DryRunDIOfflineTask", async function () {
571
+ it("wedata.v20210820.ModifyIntegrationNode", async function () {
522
572
  try {
523
- const data = await client.DryRunDIOfflineTask({})
573
+ const data = await client.ModifyIntegrationNode({})
524
574
  expect(data).to.be.ok
525
575
  } catch(error) {
526
576
  expect(error.requestId).to.be.ok
@@ -528,9 +578,9 @@ it("wedata.v20210820.DryRunDIOfflineTask", async function () {
528
578
  }
529
579
  })
530
580
 
531
- it("wedata.v20210820.DescribeDimensionScore", async function () {
581
+ it("wedata.v20210820.RobAndLockIntegrationTask", async function () {
532
582
  try {
533
- const data = await client.DescribeDimensionScore({})
583
+ const data = await client.RobAndLockIntegrationTask({})
534
584
  expect(data).to.be.ok
535
585
  } catch(error) {
536
586
  expect(error.requestId).to.be.ok
@@ -538,9 +588,9 @@ it("wedata.v20210820.DescribeDimensionScore", async function () {
538
588
  }
539
589
  })
540
590
 
541
- it("wedata.v20210820.DescribeRuleGroupTable", async function () {
591
+ it("wedata.v20210820.CheckIntegrationNodeNameExists", async function () {
542
592
  try {
543
- const data = await client.DescribeRuleGroupTable({})
593
+ const data = await client.CheckIntegrationNodeNameExists({})
544
594
  expect(data).to.be.ok
545
595
  } catch(error) {
546
596
  expect(error.requestId).to.be.ok
@@ -548,9 +598,9 @@ it("wedata.v20210820.DescribeRuleGroupTable", async function () {
548
598
  }
549
599
  })
550
600
 
551
- it("wedata.v20210820.DescribeInLongTkeClusterList", async function () {
601
+ it("wedata.v20210820.DescribeAlarmEvents", async function () {
552
602
  try {
553
- const data = await client.DescribeInLongTkeClusterList({})
603
+ const data = await client.DescribeAlarmEvents({})
554
604
  expect(data).to.be.ok
555
605
  } catch(error) {
556
606
  expect(error.requestId).to.be.ok
@@ -558,9 +608,9 @@ it("wedata.v20210820.DescribeInLongTkeClusterList", async function () {
558
608
  }
559
609
  })
560
610
 
561
- it("wedata.v20210820.CreateIntegrationTask", async function () {
611
+ it("wedata.v20210820.DescribeRuleTablesByPage", async function () {
562
612
  try {
563
- const data = await client.CreateIntegrationTask({})
613
+ const data = await client.DescribeRuleTablesByPage({})
564
614
  expect(data).to.be.ok
565
615
  } catch(error) {
566
616
  expect(error.requestId).to.be.ok
@@ -568,9 +618,9 @@ it("wedata.v20210820.CreateIntegrationTask", async function () {
568
618
  }
569
619
  })
570
620
 
571
- it("wedata.v20210820.CommitExportTask", async function () {
621
+ it("wedata.v20210820.DescribeQualityScore", async function () {
572
622
  try {
573
- const data = await client.CommitExportTask({})
623
+ const data = await client.DescribeQualityScore({})
574
624
  expect(data).to.be.ok
575
625
  } catch(error) {
576
626
  expect(error.requestId).to.be.ok
@@ -578,9 +628,9 @@ it("wedata.v20210820.CommitExportTask", async function () {
578
628
  }
579
629
  })
580
630
 
581
- it("wedata.v20210820.DescribeRuleHistoryByPage", async function () {
631
+ it("wedata.v20210820.CreateResourcePath", async function () {
582
632
  try {
583
- const data = await client.DescribeRuleHistoryByPage({})
633
+ const data = await client.CreateResourcePath({})
584
634
  expect(data).to.be.ok
585
635
  } catch(error) {
586
636
  expect(error.requestId).to.be.ok
@@ -588,9 +638,9 @@ it("wedata.v20210820.DescribeRuleHistoryByPage", async function () {
588
638
  }
589
639
  })
590
640
 
591
- it("wedata.v20210820.DescribeDataSourceList", async function () {
641
+ it("wedata.v20210820.DescribeRuleDimStat", async function () {
592
642
  try {
593
- const data = await client.DescribeDataSourceList({})
643
+ const data = await client.DescribeRuleDimStat({})
594
644
  expect(data).to.be.ok
595
645
  } catch(error) {
596
646
  expect(error.requestId).to.be.ok
@@ -598,9 +648,9 @@ it("wedata.v20210820.DescribeDataSourceList", async function () {
598
648
  }
599
649
  })
600
650
 
601
- it("wedata.v20210820.ModifyTaskInfo", async function () {
651
+ it("wedata.v20210820.GenHiveTableDDLSql", async function () {
602
652
  try {
603
- const data = await client.ModifyTaskInfo({})
653
+ const data = await client.GenHiveTableDDLSql({})
604
654
  expect(data).to.be.ok
605
655
  } catch(error) {
606
656
  expect(error.requestId).to.be.ok
@@ -608,9 +658,9 @@ it("wedata.v20210820.ModifyTaskInfo", async function () {
608
658
  }
609
659
  })
610
660
 
611
- it("wedata.v20210820.DescribeRuleTablesByPage", async function () {
661
+ it("wedata.v20210820.DescribeTaskRunHistory", async function () {
612
662
  try {
613
- const data = await client.DescribeRuleTablesByPage({})
663
+ const data = await client.DescribeTaskRunHistory({})
614
664
  expect(data).to.be.ok
615
665
  } catch(error) {
616
666
  expect(error.requestId).to.be.ok
@@ -618,9 +668,9 @@ it("wedata.v20210820.DescribeRuleTablesByPage", async function () {
618
668
  }
619
669
  })
620
670
 
621
- it("wedata.v20210820.ModifyIntegrationTask", async function () {
671
+ it("wedata.v20210820.DescribeOpsMakePlanTasks", async function () {
622
672
  try {
623
- const data = await client.ModifyIntegrationTask({})
673
+ const data = await client.DescribeOpsMakePlanTasks({})
624
674
  expect(data).to.be.ok
625
675
  } catch(error) {
626
676
  expect(error.requestId).to.be.ok
@@ -628,9 +678,9 @@ it("wedata.v20210820.ModifyIntegrationTask", async function () {
628
678
  }
629
679
  })
630
680
 
631
- it("wedata.v20210820.DescribeIntegrationStatisticsTaskStatus", async function () {
681
+ it("wedata.v20210820.DescribeAllUsedVersionSon", async function () {
632
682
  try {
633
- const data = await client.DescribeIntegrationStatisticsTaskStatus({})
683
+ const data = await client.DescribeAllUsedVersionSon({})
634
684
  expect(data).to.be.ok
635
685
  } catch(error) {
636
686
  expect(error.requestId).to.be.ok
@@ -638,9 +688,9 @@ it("wedata.v20210820.DescribeIntegrationStatisticsTaskStatus", async function ()
638
688
  }
639
689
  })
640
690
 
641
- it("wedata.v20210820.BatchStartIntegrationTasks", async function () {
691
+ it("wedata.v20210820.DescribeOrganizationalFunctions", async function () {
642
692
  try {
643
- const data = await client.BatchStartIntegrationTasks({})
693
+ const data = await client.DescribeOrganizationalFunctions({})
644
694
  expect(data).to.be.ok
645
695
  } catch(error) {
646
696
  expect(error.requestId).to.be.ok
@@ -648,9 +698,9 @@ it("wedata.v20210820.BatchStartIntegrationTasks", async function () {
648
698
  }
649
699
  })
650
700
 
651
- it("wedata.v20210820.DescribeMonitorsByPage", async function () {
701
+ it("wedata.v20210820.DeleteInLongAgent", async function () {
652
702
  try {
653
- const data = await client.DescribeMonitorsByPage({})
703
+ const data = await client.DeleteInLongAgent({})
654
704
  expect(data).to.be.ok
655
705
  } catch(error) {
656
706
  expect(error.requestId).to.be.ok
@@ -658,9 +708,9 @@ it("wedata.v20210820.DescribeMonitorsByPage", async function () {
658
708
  }
659
709
  })
660
710
 
661
- it("wedata.v20210820.ModifyTaskName", async function () {
711
+ it("wedata.v20210820.SubmitTaskTestRun", async function () {
662
712
  try {
663
- const data = await client.ModifyTaskName({})
713
+ const data = await client.SubmitTaskTestRun({})
664
714
  expect(data).to.be.ok
665
715
  } catch(error) {
666
716
  expect(error.requestId).to.be.ok
@@ -668,9 +718,9 @@ it("wedata.v20210820.ModifyTaskName", async function () {
668
718
  }
669
719
  })
670
720
 
671
- it("wedata.v20210820.DescribeRuleExecDetail", async function () {
721
+ it("wedata.v20210820.ModifyBaselineTaskAlarmStatus", async function () {
672
722
  try {
673
- const data = await client.DescribeRuleExecDetail({})
723
+ const data = await client.ModifyBaselineTaskAlarmStatus({})
674
724
  expect(data).to.be.ok
675
725
  } catch(error) {
676
726
  expect(error.requestId).to.be.ok
@@ -678,9 +728,9 @@ it("wedata.v20210820.DescribeRuleExecDetail", async function () {
678
728
  }
679
729
  })
680
730
 
681
- it("wedata.v20210820.CheckTaskNameExist", async function () {
731
+ it("wedata.v20210820.CommitRuleGroupExecResult", async function () {
682
732
  try {
683
- const data = await client.CheckTaskNameExist({})
733
+ const data = await client.CommitRuleGroupExecResult({})
684
734
  expect(data).to.be.ok
685
735
  } catch(error) {
686
736
  expect(error.requestId).to.be.ok
@@ -688,9 +738,9 @@ it("wedata.v20210820.CheckTaskNameExist", async function () {
688
738
  }
689
739
  })
690
740
 
691
- it("wedata.v20210820.DescribeRelatedInstances", async function () {
741
+ it("wedata.v20210820.DeleteFilePath", async function () {
692
742
  try {
693
- const data = await client.DescribeRelatedInstances({})
743
+ const data = await client.DeleteFilePath({})
694
744
  expect(data).to.be.ok
695
745
  } catch(error) {
696
746
  expect(error.requestId).to.be.ok
@@ -698,9 +748,9 @@ it("wedata.v20210820.DescribeRelatedInstances", async function () {
698
748
  }
699
749
  })
700
750
 
701
- it("wedata.v20210820.DescribeDatasource", async function () {
751
+ it("wedata.v20210820.MakeUpOpsTasks", async function () {
702
752
  try {
703
- const data = await client.DescribeDatasource({})
753
+ const data = await client.MakeUpOpsTasks({})
704
754
  expect(data).to.be.ok
705
755
  } catch(error) {
706
756
  expect(error.requestId).to.be.ok
@@ -708,9 +758,9 @@ it("wedata.v20210820.DescribeDatasource", async function () {
708
758
  }
709
759
  })
710
760
 
711
- it("wedata.v20210820.CreateInLongAgent", async function () {
761
+ it("wedata.v20210820.SubmitWorkflow", async function () {
712
762
  try {
713
- const data = await client.CreateInLongAgent({})
763
+ const data = await client.SubmitWorkflow({})
714
764
  expect(data).to.be.ok
715
765
  } catch(error) {
716
766
  expect(error.requestId).to.be.ok
@@ -718,9 +768,9 @@ it("wedata.v20210820.CreateInLongAgent", async function () {
718
768
  }
719
769
  })
720
770
 
721
- it("wedata.v20210820.UpdateInLongAgent", async function () {
771
+ it("wedata.v20210820.DescribeSuccessorOpsTaskInfos", async function () {
722
772
  try {
723
- const data = await client.UpdateInLongAgent({})
773
+ const data = await client.DescribeSuccessorOpsTaskInfos({})
724
774
  expect(data).to.be.ok
725
775
  } catch(error) {
726
776
  expect(error.requestId).to.be.ok
@@ -728,9 +778,9 @@ it("wedata.v20210820.UpdateInLongAgent", async function () {
728
778
  }
729
779
  })
730
780
 
731
- it("wedata.v20210820.CreateOfflineTask", async function () {
781
+ it("wedata.v20210820.DescribeSonInstances", async function () {
732
782
  try {
733
- const data = await client.CreateOfflineTask({})
783
+ const data = await client.DescribeSonInstances({})
734
784
  expect(data).to.be.ok
735
785
  } catch(error) {
736
786
  expect(error.requestId).to.be.ok
@@ -738,9 +788,9 @@ it("wedata.v20210820.CreateOfflineTask", async function () {
738
788
  }
739
789
  })
740
790
 
741
- it("wedata.v20210820.ModifyWorkflowSchedule", async function () {
791
+ it("wedata.v20210820.DryRunDIOfflineTask", async function () {
742
792
  try {
743
- const data = await client.ModifyWorkflowSchedule({})
793
+ const data = await client.DryRunDIOfflineTask({})
744
794
  expect(data).to.be.ok
745
795
  } catch(error) {
746
796
  expect(error.requestId).to.be.ok
@@ -748,9 +798,9 @@ it("wedata.v20210820.ModifyWorkflowSchedule", async function () {
748
798
  }
749
799
  })
750
800
 
751
- it("wedata.v20210820.DescribeTasksByPage", async function () {
801
+ it("wedata.v20210820.DescribeDimensionScore", async function () {
752
802
  try {
753
- const data = await client.DescribeTasksByPage({})
803
+ const data = await client.DescribeDimensionScore({})
754
804
  expect(data).to.be.ok
755
805
  } catch(error) {
756
806
  expect(error.requestId).to.be.ok
@@ -758,9 +808,9 @@ it("wedata.v20210820.DescribeTasksByPage", async function () {
758
808
  }
759
809
  })
760
810
 
761
- it("wedata.v20210820.CreateFolder", async function () {
811
+ it("wedata.v20210820.DescribeRuleGroupTable", async function () {
762
812
  try {
763
- const data = await client.CreateFolder({})
813
+ const data = await client.DescribeRuleGroupTable({})
764
814
  expect(data).to.be.ok
765
815
  } catch(error) {
766
816
  expect(error.requestId).to.be.ok
@@ -768,9 +818,9 @@ it("wedata.v20210820.CreateFolder", async function () {
768
818
  }
769
819
  })
770
820
 
771
- it("wedata.v20210820.DescribeTableSchemaInfo", async function () {
821
+ it("wedata.v20210820.DeleteBaseline", async function () {
772
822
  try {
773
- const data = await client.DescribeTableSchemaInfo({})
823
+ const data = await client.DeleteBaseline({})
774
824
  expect(data).to.be.ok
775
825
  } catch(error) {
776
826
  expect(error.requestId).to.be.ok
@@ -778,9 +828,9 @@ it("wedata.v20210820.DescribeTableSchemaInfo", async function () {
778
828
  }
779
829
  })
780
830
 
781
- it("wedata.v20210820.ModifyRule", async function () {
831
+ it("wedata.v20210820.CreateIntegrationTask", async function () {
782
832
  try {
783
- const data = await client.ModifyRule({})
833
+ const data = await client.CreateIntegrationTask({})
784
834
  expect(data).to.be.ok
785
835
  } catch(error) {
786
836
  expect(error.requestId).to.be.ok
@@ -788,9 +838,9 @@ it("wedata.v20210820.ModifyRule", async function () {
788
838
  }
789
839
  })
790
840
 
791
- it("wedata.v20210820.DescribeFunctionTypes", async function () {
841
+ it("wedata.v20210820.ModifyTaskScript", async function () {
792
842
  try {
793
- const data = await client.DescribeFunctionTypes({})
843
+ const data = await client.ModifyTaskScript({})
794
844
  expect(data).to.be.ok
795
845
  } catch(error) {
796
846
  expect(error.requestId).to.be.ok
@@ -798,9 +848,9 @@ it("wedata.v20210820.DescribeFunctionTypes", async function () {
798
848
  }
799
849
  })
800
850
 
801
- it("wedata.v20210820.DescribeTaskReportDetailList", async function () {
851
+ it("wedata.v20210820.CommitExportTask", async function () {
802
852
  try {
803
- const data = await client.DescribeTaskReportDetailList({})
853
+ const data = await client.CommitExportTask({})
804
854
  expect(data).to.be.ok
805
855
  } catch(error) {
806
856
  expect(error.requestId).to.be.ok
@@ -808,9 +858,9 @@ it("wedata.v20210820.DescribeTaskReportDetailList", async function () {
808
858
  }
809
859
  })
810
860
 
811
- it("wedata.v20210820.SubmitWorkflow", async function () {
861
+ it("wedata.v20210820.DescribeRuleHistoryByPage", async function () {
812
862
  try {
813
- const data = await client.SubmitWorkflow({})
863
+ const data = await client.DescribeRuleHistoryByPage({})
814
864
  expect(data).to.be.ok
815
865
  } catch(error) {
816
866
  expect(error.requestId).to.be.ok
@@ -818,9 +868,9 @@ it("wedata.v20210820.SubmitWorkflow", async function () {
818
868
  }
819
869
  })
820
870
 
821
- it("wedata.v20210820.DeleteIntegrationNode", async function () {
871
+ it("wedata.v20210820.KillOpsMakePlanInstances", async function () {
822
872
  try {
823
- const data = await client.DeleteIntegrationNode({})
873
+ const data = await client.KillOpsMakePlanInstances({})
824
874
  expect(data).to.be.ok
825
875
  } catch(error) {
826
876
  expect(error.requestId).to.be.ok
@@ -828,9 +878,369 @@ it("wedata.v20210820.DeleteIntegrationNode", async function () {
828
878
  }
829
879
  })
830
880
 
831
- it("wedata.v20210820.StopIntegrationTask", async function () {
881
+ it("wedata.v20210820.DescribeDataSourceList", async function () {
832
882
  try {
833
- const data = await client.StopIntegrationTask({})
883
+ const data = await client.DescribeDataSourceList({})
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.ModifyTaskInfo", async function () {
892
+ try {
893
+ const data = await client.ModifyTaskInfo({})
894
+ expect(data).to.be.ok
895
+ } catch(error) {
896
+ expect(error.requestId).to.be.ok
897
+ expect(error.code).to.be.ok
898
+ }
899
+ })
900
+
901
+ it("wedata.v20210820.DescribeIntegrationVersionNodesInfo", async function () {
902
+ try {
903
+ const data = await client.DescribeIntegrationVersionNodesInfo({})
904
+ expect(data).to.be.ok
905
+ } catch(error) {
906
+ expect(error.requestId).to.be.ok
907
+ expect(error.code).to.be.ok
908
+ }
909
+ })
910
+
911
+ it("wedata.v20210820.DescribeEventTypes", async function () {
912
+ try {
913
+ const data = await client.DescribeEventTypes({})
914
+ expect(data).to.be.ok
915
+ } catch(error) {
916
+ expect(error.requestId).to.be.ok
917
+ expect(error.code).to.be.ok
918
+ }
919
+ })
920
+
921
+ it("wedata.v20210820.DescribeSchedulerTaskCntByStatus", async function () {
922
+ try {
923
+ const data = await client.DescribeSchedulerTaskCntByStatus({})
924
+ expect(data).to.be.ok
925
+ } catch(error) {
926
+ expect(error.requestId).to.be.ok
927
+ expect(error.code).to.be.ok
928
+ }
929
+ })
930
+
931
+ it("wedata.v20210820.ModifyIntegrationTask", async function () {
932
+ try {
933
+ const data = await client.ModifyIntegrationTask({})
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
+ it("wedata.v20210820.DescribeTableScoreTrend", async function () {
942
+ try {
943
+ const data = await client.DescribeTableScoreTrend({})
944
+ expect(data).to.be.ok
945
+ } catch(error) {
946
+ expect(error.requestId).to.be.ok
947
+ expect(error.code).to.be.ok
948
+ }
949
+ })
950
+
951
+ it("wedata.v20210820.DescribeIntegrationStatisticsTaskStatus", async function () {
952
+ try {
953
+ const data = await client.DescribeIntegrationStatisticsTaskStatus({})
954
+ expect(data).to.be.ok
955
+ } catch(error) {
956
+ expect(error.requestId).to.be.ok
957
+ expect(error.code).to.be.ok
958
+ }
959
+ })
960
+
961
+ it("wedata.v20210820.BatchStartIntegrationTasks", async function () {
962
+ try {
963
+ const data = await client.BatchStartIntegrationTasks({})
964
+ expect(data).to.be.ok
965
+ } catch(error) {
966
+ expect(error.requestId).to.be.ok
967
+ expect(error.code).to.be.ok
968
+ }
969
+ })
970
+
971
+ it("wedata.v20210820.DescribeMonitorsByPage", async function () {
972
+ try {
973
+ const data = await client.DescribeMonitorsByPage({})
974
+ expect(data).to.be.ok
975
+ } catch(error) {
976
+ expect(error.requestId).to.be.ok
977
+ expect(error.code).to.be.ok
978
+ }
979
+ })
980
+
981
+ it("wedata.v20210820.ModifyTaskName", async function () {
982
+ try {
983
+ const data = await client.ModifyTaskName({})
984
+ expect(data).to.be.ok
985
+ } catch(error) {
986
+ expect(error.requestId).to.be.ok
987
+ expect(error.code).to.be.ok
988
+ }
989
+ })
990
+
991
+ it("wedata.v20210820.DescribeRuleExecDetail", async function () {
992
+ try {
993
+ const data = await client.DescribeRuleExecDetail({})
994
+ expect(data).to.be.ok
995
+ } catch(error) {
996
+ expect(error.requestId).to.be.ok
997
+ expect(error.code).to.be.ok
998
+ }
999
+ })
1000
+
1001
+ it("wedata.v20210820.CheckTaskNameExist", async function () {
1002
+ try {
1003
+ const data = await client.CheckTaskNameExist({})
1004
+ expect(data).to.be.ok
1005
+ } catch(error) {
1006
+ expect(error.requestId).to.be.ok
1007
+ expect(error.code).to.be.ok
1008
+ }
1009
+ })
1010
+
1011
+ it("wedata.v20210820.DescribeOpsMakePlanInstances", async function () {
1012
+ try {
1013
+ const data = await client.DescribeOpsMakePlanInstances({})
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
+ it("wedata.v20210820.DescribeRelatedInstances", async function () {
1022
+ try {
1023
+ const data = await client.DescribeRelatedInstances({})
1024
+ expect(data).to.be.ok
1025
+ } catch(error) {
1026
+ expect(error.requestId).to.be.ok
1027
+ expect(error.code).to.be.ok
1028
+ }
1029
+ })
1030
+
1031
+ it("wedata.v20210820.DescribeDatasource", async function () {
1032
+ try {
1033
+ const data = await client.DescribeDatasource({})
1034
+ expect(data).to.be.ok
1035
+ } catch(error) {
1036
+ expect(error.requestId).to.be.ok
1037
+ expect(error.code).to.be.ok
1038
+ }
1039
+ })
1040
+
1041
+ it("wedata.v20210820.DescribeOperateOpsTaskDatasource", async function () {
1042
+ try {
1043
+ const data = await client.DescribeOperateOpsTaskDatasource({})
1044
+ expect(data).to.be.ok
1045
+ } catch(error) {
1046
+ expect(error.requestId).to.be.ok
1047
+ expect(error.code).to.be.ok
1048
+ }
1049
+ })
1050
+
1051
+ it("wedata.v20210820.DescribeWorkflowInfoById", async function () {
1052
+ try {
1053
+ const data = await client.DescribeWorkflowInfoById({})
1054
+ expect(data).to.be.ok
1055
+ } catch(error) {
1056
+ expect(error.requestId).to.be.ok
1057
+ expect(error.code).to.be.ok
1058
+ }
1059
+ })
1060
+
1061
+ it("wedata.v20210820.DescribeTaskByStatusReport", async function () {
1062
+ try {
1063
+ const data = await client.DescribeTaskByStatusReport({})
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
+ it("wedata.v20210820.CreateInLongAgent", async function () {
1072
+ try {
1073
+ const data = await client.CreateInLongAgent({})
1074
+ expect(data).to.be.ok
1075
+ } catch(error) {
1076
+ expect(error.requestId).to.be.ok
1077
+ expect(error.code).to.be.ok
1078
+ }
1079
+ })
1080
+
1081
+ it("wedata.v20210820.RunTask", async function () {
1082
+ try {
1083
+ const data = await client.RunTask({})
1084
+ expect(data).to.be.ok
1085
+ } catch(error) {
1086
+ expect(error.requestId).to.be.ok
1087
+ expect(error.code).to.be.ok
1088
+ }
1089
+ })
1090
+
1091
+ it("wedata.v20210820.GetOfflineInstanceList", async function () {
1092
+ try {
1093
+ const data = await client.GetOfflineInstanceList({})
1094
+ expect(data).to.be.ok
1095
+ } catch(error) {
1096
+ expect(error.requestId).to.be.ok
1097
+ expect(error.code).to.be.ok
1098
+ }
1099
+ })
1100
+
1101
+ it("wedata.v20210820.UpdateInLongAgent", async function () {
1102
+ try {
1103
+ const data = await client.UpdateInLongAgent({})
1104
+ expect(data).to.be.ok
1105
+ } catch(error) {
1106
+ expect(error.requestId).to.be.ok
1107
+ expect(error.code).to.be.ok
1108
+ }
1109
+ })
1110
+
1111
+ it("wedata.v20210820.CreateOfflineTask", async function () {
1112
+ try {
1113
+ const data = await client.CreateOfflineTask({})
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
+ it("wedata.v20210820.ModifyWorkflowSchedule", async function () {
1122
+ try {
1123
+ const data = await client.ModifyWorkflowSchedule({})
1124
+ expect(data).to.be.ok
1125
+ } catch(error) {
1126
+ expect(error.requestId).to.be.ok
1127
+ expect(error.code).to.be.ok
1128
+ }
1129
+ })
1130
+
1131
+ it("wedata.v20210820.DescribeTasksByPage", async function () {
1132
+ try {
1133
+ const data = await client.DescribeTasksByPage({})
1134
+ expect(data).to.be.ok
1135
+ } catch(error) {
1136
+ expect(error.requestId).to.be.ok
1137
+ expect(error.code).to.be.ok
1138
+ }
1139
+ })
1140
+
1141
+ it("wedata.v20210820.CreateFolder", async function () {
1142
+ try {
1143
+ const data = await client.CreateFolder({})
1144
+ expect(data).to.be.ok
1145
+ } catch(error) {
1146
+ expect(error.requestId).to.be.ok
1147
+ expect(error.code).to.be.ok
1148
+ }
1149
+ })
1150
+
1151
+ it("wedata.v20210820.DescribeTableSchemaInfo", async function () {
1152
+ try {
1153
+ const data = await client.DescribeTableSchemaInfo({})
1154
+ expect(data).to.be.ok
1155
+ } catch(error) {
1156
+ expect(error.requestId).to.be.ok
1157
+ expect(error.code).to.be.ok
1158
+ }
1159
+ })
1160
+
1161
+ it("wedata.v20210820.ForceSucInstances", async function () {
1162
+ try {
1163
+ const data = await client.ForceSucInstances({})
1164
+ expect(data).to.be.ok
1165
+ } catch(error) {
1166
+ expect(error.requestId).to.be.ok
1167
+ expect(error.code).to.be.ok
1168
+ }
1169
+ })
1170
+
1171
+ it("wedata.v20210820.DescribeFunctionTypes", async function () {
1172
+ try {
1173
+ const data = await client.DescribeFunctionTypes({})
1174
+ expect(data).to.be.ok
1175
+ } catch(error) {
1176
+ expect(error.requestId).to.be.ok
1177
+ expect(error.code).to.be.ok
1178
+ }
1179
+ })
1180
+
1181
+ it("wedata.v20210820.DescribeTaskReportDetailList", async function () {
1182
+ try {
1183
+ const data = await client.DescribeTaskReportDetailList({})
1184
+ expect(data).to.be.ok
1185
+ } catch(error) {
1186
+ expect(error.requestId).to.be.ok
1187
+ expect(error.code).to.be.ok
1188
+ }
1189
+ })
1190
+
1191
+ it("wedata.v20210820.UnlockIntegrationTask", async function () {
1192
+ try {
1193
+ const data = await client.UnlockIntegrationTask({})
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.CreateBaseline", async function () {
1202
+ try {
1203
+ const data = await client.CreateBaseline({})
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.DiagnosePlus", async function () {
1212
+ try {
1213
+ const data = await client.DiagnosePlus({})
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.DeleteIntegrationNode", async function () {
1222
+ try {
1223
+ const data = await client.DeleteIntegrationNode({})
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.StopIntegrationTask", async function () {
1232
+ try {
1233
+ const data = await client.StopIntegrationTask({})
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.DescribeInstancesInfoWithTaskInfo", async function () {
1242
+ try {
1243
+ const data = await client.DescribeInstancesInfoWithTaskInfo({})
834
1244
  expect(data).to.be.ok
835
1245
  } catch(error) {
836
1246
  expect(error.requestId).to.be.ok
@@ -840,7 +1250,347 @@ it("wedata.v20210820.StopIntegrationTask", async function () {
840
1250
 
841
1251
  it("wedata.v20210820.DescribeRealTimeTaskSpeed", async function () {
842
1252
  try {
843
- const data = await client.DescribeRealTimeTaskSpeed({})
1253
+ const data = await client.DescribeRealTimeTaskSpeed({})
1254
+ expect(data).to.be.ok
1255
+ } catch(error) {
1256
+ expect(error.requestId).to.be.ok
1257
+ expect(error.code).to.be.ok
1258
+ }
1259
+ })
1260
+
1261
+ it("wedata.v20210820.DescribeInstanceList", async function () {
1262
+ try {
1263
+ const data = await client.DescribeInstanceList({})
1264
+ expect(data).to.be.ok
1265
+ } catch(error) {
1266
+ expect(error.requestId).to.be.ok
1267
+ expect(error.code).to.be.ok
1268
+ }
1269
+ })
1270
+
1271
+ it("wedata.v20210820.DescribeTaskScript", async function () {
1272
+ try {
1273
+ const data = await client.DescribeTaskScript({})
1274
+ expect(data).to.be.ok
1275
+ } catch(error) {
1276
+ expect(error.requestId).to.be.ok
1277
+ expect(error.code).to.be.ok
1278
+ }
1279
+ })
1280
+
1281
+ it("wedata.v20210820.DescribeAlarmReceiver", async function () {
1282
+ try {
1283
+ const data = await client.DescribeAlarmReceiver({})
1284
+ expect(data).to.be.ok
1285
+ } catch(error) {
1286
+ expect(error.requestId).to.be.ok
1287
+ expect(error.code).to.be.ok
1288
+ }
1289
+ })
1290
+
1291
+ it("wedata.v20210820.DescribeTaskLockStatus", async function () {
1292
+ try {
1293
+ const data = await client.DescribeTaskLockStatus({})
1294
+ expect(data).to.be.ok
1295
+ } catch(error) {
1296
+ expect(error.requestId).to.be.ok
1297
+ expect(error.code).to.be.ok
1298
+ }
1299
+ })
1300
+
1301
+ it("wedata.v20210820.DescribeSchedulerInstanceStatus", async function () {
1302
+ try {
1303
+ const data = await client.DescribeSchedulerInstanceStatus({})
1304
+ expect(data).to.be.ok
1305
+ } catch(error) {
1306
+ expect(error.requestId).to.be.ok
1307
+ expect(error.code).to.be.ok
1308
+ }
1309
+ })
1310
+
1311
+ it("wedata.v20210820.DescribeInstanceLog", async function () {
1312
+ try {
1313
+ const data = await client.DescribeInstanceLog({})
1314
+ expect(data).to.be.ok
1315
+ } catch(error) {
1316
+ expect(error.requestId).to.be.ok
1317
+ expect(error.code).to.be.ok
1318
+ }
1319
+ })
1320
+
1321
+ it("wedata.v20210820.BatchUpdateIntegrationTasks", async function () {
1322
+ try {
1323
+ const data = await client.BatchUpdateIntegrationTasks({})
1324
+ expect(data).to.be.ok
1325
+ } catch(error) {
1326
+ expect(error.requestId).to.be.ok
1327
+ expect(error.code).to.be.ok
1328
+ }
1329
+ })
1330
+
1331
+ it("wedata.v20210820.DeleteResourceFiles", async function () {
1332
+ try {
1333
+ const data = await client.DeleteResourceFiles({})
1334
+ expect(data).to.be.ok
1335
+ } catch(error) {
1336
+ expect(error.requestId).to.be.ok
1337
+ expect(error.code).to.be.ok
1338
+ }
1339
+ })
1340
+
1341
+ it("wedata.v20210820.CreateOpsMakePlan", async function () {
1342
+ try {
1343
+ const data = await client.CreateOpsMakePlan({})
1344
+ expect(data).to.be.ok
1345
+ } catch(error) {
1346
+ expect(error.requestId).to.be.ok
1347
+ expect(error.code).to.be.ok
1348
+ }
1349
+ })
1350
+
1351
+ it("wedata.v20210820.SubmitBaseline", async function () {
1352
+ try {
1353
+ const data = await client.SubmitBaseline({})
1354
+ expect(data).to.be.ok
1355
+ } catch(error) {
1356
+ expect(error.requestId).to.be.ok
1357
+ expect(error.code).to.be.ok
1358
+ }
1359
+ })
1360
+
1361
+ it("wedata.v20210820.DescribeOperateTasks", async function () {
1362
+ try {
1363
+ const data = await client.DescribeOperateTasks({})
1364
+ expect(data).to.be.ok
1365
+ } catch(error) {
1366
+ expect(error.requestId).to.be.ok
1367
+ expect(error.code).to.be.ok
1368
+ }
1369
+ })
1370
+
1371
+ it("wedata.v20210820.FreezeOpsTasks", async function () {
1372
+ try {
1373
+ const data = await client.FreezeOpsTasks({})
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.DescribeRuleGroup", async function () {
1382
+ try {
1383
+ const data = await client.DescribeRuleGroup({})
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.DescribeRuleExecLog", async function () {
1392
+ try {
1393
+ const data = await client.DescribeRuleExecLog({})
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
+ it("wedata.v20210820.DescribeTopTableStat", async function () {
1402
+ try {
1403
+ const data = await client.DescribeTopTableStat({})
1404
+ expect(data).to.be.ok
1405
+ } catch(error) {
1406
+ expect(error.requestId).to.be.ok
1407
+ expect(error.code).to.be.ok
1408
+ }
1409
+ })
1410
+
1411
+ it("wedata.v20210820.DescribeInstanceLogDetail", async function () {
1412
+ try {
1413
+ const data = await client.DescribeInstanceLogDetail({})
1414
+ expect(data).to.be.ok
1415
+ } catch(error) {
1416
+ expect(error.requestId).to.be.ok
1417
+ expect(error.code).to.be.ok
1418
+ }
1419
+ })
1420
+
1421
+ it("wedata.v20210820.DescribeOperateOpsTaskDatasourceType", async function () {
1422
+ try {
1423
+ const data = await client.DescribeOperateOpsTaskDatasourceType({})
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.DescribeDatabaseInfoList", async function () {
1432
+ try {
1433
+ const data = await client.DescribeDatabaseInfoList({})
1434
+ expect(data).to.be.ok
1435
+ } catch(error) {
1436
+ expect(error.requestId).to.be.ok
1437
+ expect(error.code).to.be.ok
1438
+ }
1439
+ })
1440
+
1441
+ it("wedata.v20210820.DescribeTemplateHistory", async function () {
1442
+ try {
1443
+ const data = await client.DescribeTemplateHistory({})
1444
+ expect(data).to.be.ok
1445
+ } catch(error) {
1446
+ expect(error.requestId).to.be.ok
1447
+ expect(error.code).to.be.ok
1448
+ }
1449
+ })
1450
+
1451
+ it("wedata.v20210820.DescribeDependOpsTasks", async function () {
1452
+ try {
1453
+ const data = await client.DescribeDependOpsTasks({})
1454
+ expect(data).to.be.ok
1455
+ } catch(error) {
1456
+ expect(error.requestId).to.be.ok
1457
+ expect(error.code).to.be.ok
1458
+ }
1459
+ })
1460
+
1461
+ it("wedata.v20210820.SubmitTask", async function () {
1462
+ try {
1463
+ const data = await client.SubmitTask({})
1464
+ expect(data).to.be.ok
1465
+ } catch(error) {
1466
+ expect(error.requestId).to.be.ok
1467
+ expect(error.code).to.be.ok
1468
+ }
1469
+ })
1470
+
1471
+ it("wedata.v20210820.CommitIntegrationTask", async function () {
1472
+ try {
1473
+ const data = await client.CommitIntegrationTask({})
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
+ it("wedata.v20210820.DeleteOfflineTask", async function () {
1482
+ try {
1483
+ const data = await client.DeleteOfflineTask({})
1484
+ expect(data).to.be.ok
1485
+ } catch(error) {
1486
+ expect(error.requestId).to.be.ok
1487
+ expect(error.code).to.be.ok
1488
+ }
1489
+ })
1490
+
1491
+ it("wedata.v20210820.DescribeRuleDataSources", async function () {
1492
+ try {
1493
+ const data = await client.DescribeRuleDataSources({})
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.CreateHiveTableByDDL", async function () {
1502
+ try {
1503
+ const data = await client.CreateHiveTableByDDL({})
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
+ it("wedata.v20210820.ForceSucScheduleInstances", async function () {
1512
+ try {
1513
+ const data = await client.ForceSucScheduleInstances({})
1514
+ expect(data).to.be.ok
1515
+ } catch(error) {
1516
+ expect(error.requestId).to.be.ok
1517
+ expect(error.code).to.be.ok
1518
+ }
1519
+ })
1520
+
1521
+ it("wedata.v20210820.DescribeBaselineInstanceGantt", async function () {
1522
+ try {
1523
+ const data = await client.DescribeBaselineInstanceGantt({})
1524
+ expect(data).to.be.ok
1525
+ } catch(error) {
1526
+ expect(error.requestId).to.be.ok
1527
+ expect(error.code).to.be.ok
1528
+ }
1529
+ })
1530
+
1531
+ it("wedata.v20210820.DescribeEvents", async function () {
1532
+ try {
1533
+ const data = await client.DescribeEvents({})
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
+ it("wedata.v20210820.DescribeResourceManagePathTrees", async function () {
1542
+ try {
1543
+ const data = await client.DescribeResourceManagePathTrees({})
1544
+ expect(data).to.be.ok
1545
+ } catch(error) {
1546
+ expect(error.requestId).to.be.ok
1547
+ expect(error.code).to.be.ok
1548
+ }
1549
+ })
1550
+
1551
+ it("wedata.v20210820.BatchForceSuccessIntegrationTaskInstances", async function () {
1552
+ try {
1553
+ const data = await client.BatchForceSuccessIntegrationTaskInstances({})
1554
+ expect(data).to.be.ok
1555
+ } catch(error) {
1556
+ expect(error.requestId).to.be.ok
1557
+ expect(error.code).to.be.ok
1558
+ }
1559
+ })
1560
+
1561
+ it("wedata.v20210820.FreezeTasks", async function () {
1562
+ try {
1563
+ const data = await client.FreezeTasks({})
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.DescribeStreamTaskLogList", async function () {
1572
+ try {
1573
+ const data = await client.DescribeStreamTaskLogList({})
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.CreateRule", async function () {
1582
+ try {
1583
+ const data = await client.CreateRule({})
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
+ it("wedata.v20210820.DescribeInstanceLogFile", async function () {
1592
+ try {
1593
+ const data = await client.DescribeInstanceLogFile({})
844
1594
  expect(data).to.be.ok
845
1595
  } catch(error) {
846
1596
  expect(error.requestId).to.be.ok
@@ -848,9 +1598,9 @@ it("wedata.v20210820.DescribeRealTimeTaskSpeed", async function () {
848
1598
  }
849
1599
  })
850
1600
 
851
- it("wedata.v20210820.DescribeInstanceList", async function () {
1601
+ it("wedata.v20210820.ModifyRuleTemplate", async function () {
852
1602
  try {
853
- const data = await client.DescribeInstanceList({})
1603
+ const data = await client.ModifyRuleTemplate({})
854
1604
  expect(data).to.be.ok
855
1605
  } catch(error) {
856
1606
  expect(error.requestId).to.be.ok
@@ -858,9 +1608,9 @@ it("wedata.v20210820.DescribeInstanceList", async function () {
858
1608
  }
859
1609
  })
860
1610
 
861
- it("wedata.v20210820.DescribeAlarmReceiver", async function () {
1611
+ it("wedata.v20210820.DescribeEvent", async function () {
862
1612
  try {
863
- const data = await client.DescribeAlarmReceiver({})
1613
+ const data = await client.DescribeEvent({})
864
1614
  expect(data).to.be.ok
865
1615
  } catch(error) {
866
1616
  expect(error.requestId).to.be.ok
@@ -868,9 +1618,9 @@ it("wedata.v20210820.DescribeAlarmReceiver", async function () {
868
1618
  }
869
1619
  })
870
1620
 
871
- it("wedata.v20210820.DescribeTaskLockStatus", async function () {
1621
+ it("wedata.v20210820.DescribeAllByFolderNew", async function () {
872
1622
  try {
873
- const data = await client.DescribeTaskLockStatus({})
1623
+ const data = await client.DescribeAllByFolderNew({})
874
1624
  expect(data).to.be.ok
875
1625
  } catch(error) {
876
1626
  expect(error.requestId).to.be.ok
@@ -878,9 +1628,9 @@ it("wedata.v20210820.DescribeTaskLockStatus", async function () {
878
1628
  }
879
1629
  })
880
1630
 
881
- it("wedata.v20210820.DescribeInstanceLog", async function () {
1631
+ it("wedata.v20210820.DescribeBelongTo", async function () {
882
1632
  try {
883
- const data = await client.DescribeInstanceLog({})
1633
+ const data = await client.DescribeBelongTo({})
884
1634
  expect(data).to.be.ok
885
1635
  } catch(error) {
886
1636
  expect(error.requestId).to.be.ok
@@ -888,9 +1638,9 @@ it("wedata.v20210820.DescribeInstanceLog", async function () {
888
1638
  }
889
1639
  })
890
1640
 
891
- it("wedata.v20210820.BatchUpdateIntegrationTasks", async function () {
1641
+ it("wedata.v20210820.DescribeTableQualityDetails", async function () {
892
1642
  try {
893
- const data = await client.BatchUpdateIntegrationTasks({})
1643
+ const data = await client.DescribeTableQualityDetails({})
894
1644
  expect(data).to.be.ok
895
1645
  } catch(error) {
896
1646
  expect(error.requestId).to.be.ok
@@ -898,9 +1648,9 @@ it("wedata.v20210820.BatchUpdateIntegrationTasks", async function () {
898
1648
  }
899
1649
  })
900
1650
 
901
- it("wedata.v20210820.ModifyTaskScript", async function () {
1651
+ it("wedata.v20210820.DescribeRuleGroupsByPage", async function () {
902
1652
  try {
903
- const data = await client.ModifyTaskScript({})
1653
+ const data = await client.DescribeRuleGroupsByPage({})
904
1654
  expect(data).to.be.ok
905
1655
  } catch(error) {
906
1656
  expect(error.requestId).to.be.ok
@@ -908,9 +1658,9 @@ it("wedata.v20210820.ModifyTaskScript", async function () {
908
1658
  }
909
1659
  })
910
1660
 
911
- it("wedata.v20210820.DescribeOperateTasks", async function () {
1661
+ it("wedata.v20210820.DeleteDataSources", async function () {
912
1662
  try {
913
- const data = await client.DescribeOperateTasks({})
1663
+ const data = await client.DeleteDataSources({})
914
1664
  expect(data).to.be.ok
915
1665
  } catch(error) {
916
1666
  expect(error.requestId).to.be.ok
@@ -918,9 +1668,9 @@ it("wedata.v20210820.DescribeOperateTasks", async function () {
918
1668
  }
919
1669
  })
920
1670
 
921
- it("wedata.v20210820.DescribeRuleGroup", async function () {
1671
+ it("wedata.v20210820.DescribeEventDetail", async function () {
922
1672
  try {
923
- const data = await client.DescribeRuleGroup({})
1673
+ const data = await client.DescribeEventDetail({})
924
1674
  expect(data).to.be.ok
925
1675
  } catch(error) {
926
1676
  expect(error.requestId).to.be.ok
@@ -928,9 +1678,9 @@ it("wedata.v20210820.DescribeRuleGroup", async function () {
928
1678
  }
929
1679
  })
930
1680
 
931
- it("wedata.v20210820.DescribeDatabaseInfoList", async function () {
1681
+ it("wedata.v20210820.ModifyFolder", async function () {
932
1682
  try {
933
- const data = await client.DescribeDatabaseInfoList({})
1683
+ const data = await client.ModifyFolder({})
934
1684
  expect(data).to.be.ok
935
1685
  } catch(error) {
936
1686
  expect(error.requestId).to.be.ok
@@ -938,9 +1688,9 @@ it("wedata.v20210820.DescribeDatabaseInfoList", async function () {
938
1688
  }
939
1689
  })
940
1690
 
941
- it("wedata.v20210820.DescribeTemplateHistory", async function () {
1691
+ it("wedata.v20210820.DescribeTaskDetail", async function () {
942
1692
  try {
943
- const data = await client.DescribeTemplateHistory({})
1693
+ const data = await client.DescribeTaskDetail({})
944
1694
  expect(data).to.be.ok
945
1695
  } catch(error) {
946
1696
  expect(error.requestId).to.be.ok
@@ -948,9 +1698,9 @@ it("wedata.v20210820.DescribeTemplateHistory", async function () {
948
1698
  }
949
1699
  })
950
1700
 
951
- it("wedata.v20210820.CommitIntegrationTask", async function () {
1701
+ it("wedata.v20210820.RerunInstances", async function () {
952
1702
  try {
953
- const data = await client.CommitIntegrationTask({})
1703
+ const data = await client.RerunInstances({})
954
1704
  expect(data).to.be.ok
955
1705
  } catch(error) {
956
1706
  expect(error.requestId).to.be.ok
@@ -958,9 +1708,9 @@ it("wedata.v20210820.CommitIntegrationTask", async function () {
958
1708
  }
959
1709
  })
960
1710
 
961
- it("wedata.v20210820.DeleteOfflineTask", async function () {
1711
+ it("wedata.v20210820.DescribeBatchOperateTask", async function () {
962
1712
  try {
963
- const data = await client.DeleteOfflineTask({})
1713
+ const data = await client.DescribeBatchOperateTask({})
964
1714
  expect(data).to.be.ok
965
1715
  } catch(error) {
966
1716
  expect(error.requestId).to.be.ok
@@ -968,9 +1718,9 @@ it("wedata.v20210820.DeleteOfflineTask", async function () {
968
1718
  }
969
1719
  })
970
1720
 
971
- it("wedata.v20210820.DescribeRuleDataSources", async function () {
1721
+ it("wedata.v20210820.DeleteRule", async function () {
972
1722
  try {
973
- const data = await client.DescribeRuleDataSources({})
1723
+ const data = await client.DeleteRule({})
974
1724
  expect(data).to.be.ok
975
1725
  } catch(error) {
976
1726
  expect(error.requestId).to.be.ok
@@ -978,9 +1728,9 @@ it("wedata.v20210820.DescribeRuleDataSources", async function () {
978
1728
  }
979
1729
  })
980
1730
 
981
- it("wedata.v20210820.CreateHiveTableByDDL", async function () {
1731
+ it("wedata.v20210820.CheckAlarmRegularNameExist", async function () {
982
1732
  try {
983
- const data = await client.CreateHiveTableByDDL({})
1733
+ const data = await client.CheckAlarmRegularNameExist({})
984
1734
  expect(data).to.be.ok
985
1735
  } catch(error) {
986
1736
  expect(error.requestId).to.be.ok
@@ -988,9 +1738,9 @@ it("wedata.v20210820.CreateHiveTableByDDL", async function () {
988
1738
  }
989
1739
  })
990
1740
 
991
- it("wedata.v20210820.DescribeRuleGroupExecResultsByPageWithoutAuth", async function () {
1741
+ it("wedata.v20210820.CheckIntegrationTaskNameExists", async function () {
992
1742
  try {
993
- const data = await client.DescribeRuleGroupExecResultsByPageWithoutAuth({})
1743
+ const data = await client.CheckIntegrationTaskNameExists({})
994
1744
  expect(data).to.be.ok
995
1745
  } catch(error) {
996
1746
  expect(error.requestId).to.be.ok
@@ -998,9 +1748,9 @@ it("wedata.v20210820.DescribeRuleGroupExecResultsByPageWithoutAuth", async funct
998
1748
  }
999
1749
  })
1000
1750
 
1001
- it("wedata.v20210820.DescribeResourceManagePathTrees", async function () {
1751
+ it("wedata.v20210820.DescribeDataTypes", async function () {
1002
1752
  try {
1003
- const data = await client.DescribeResourceManagePathTrees({})
1753
+ const data = await client.DescribeDataTypes({})
1004
1754
  expect(data).to.be.ok
1005
1755
  } catch(error) {
1006
1756
  expect(error.requestId).to.be.ok
@@ -1008,9 +1758,9 @@ it("wedata.v20210820.DescribeResourceManagePathTrees", async function () {
1008
1758
  }
1009
1759
  })
1010
1760
 
1011
- it("wedata.v20210820.BatchForceSuccessIntegrationTaskInstances", async function () {
1761
+ it("wedata.v20210820.DescribeRulesByPage", async function () {
1012
1762
  try {
1013
- const data = await client.BatchForceSuccessIntegrationTaskInstances({})
1763
+ const data = await client.DescribeRulesByPage({})
1014
1764
  expect(data).to.be.ok
1015
1765
  } catch(error) {
1016
1766
  expect(error.requestId).to.be.ok
@@ -1018,9 +1768,9 @@ it("wedata.v20210820.BatchForceSuccessIntegrationTaskInstances", async function
1018
1768
  }
1019
1769
  })
1020
1770
 
1021
- it("wedata.v20210820.FreezeTasks", async function () {
1771
+ it("wedata.v20210820.StartIntegrationTask", async function () {
1022
1772
  try {
1023
- const data = await client.FreezeTasks({})
1773
+ const data = await client.StartIntegrationTask({})
1024
1774
  expect(data).to.be.ok
1025
1775
  } catch(error) {
1026
1776
  expect(error.requestId).to.be.ok
@@ -1028,9 +1778,9 @@ it("wedata.v20210820.FreezeTasks", async function () {
1028
1778
  }
1029
1779
  })
1030
1780
 
1031
- it("wedata.v20210820.DescribeStreamTaskLogList", async function () {
1781
+ it("wedata.v20210820.FreezeTasksByMultiWorkflow", async function () {
1032
1782
  try {
1033
- const data = await client.DescribeStreamTaskLogList({})
1783
+ const data = await client.FreezeTasksByMultiWorkflow({})
1034
1784
  expect(data).to.be.ok
1035
1785
  } catch(error) {
1036
1786
  expect(error.requestId).to.be.ok
@@ -1038,9 +1788,9 @@ it("wedata.v20210820.DescribeStreamTaskLogList", async function () {
1038
1788
  }
1039
1789
  })
1040
1790
 
1041
- it("wedata.v20210820.CreateRule", async function () {
1791
+ it("wedata.v20210820.DescribeBaselineInstances", async function () {
1042
1792
  try {
1043
- const data = await client.CreateRule({})
1793
+ const data = await client.DescribeBaselineInstances({})
1044
1794
  expect(data).to.be.ok
1045
1795
  } catch(error) {
1046
1796
  expect(error.requestId).to.be.ok
@@ -1048,9 +1798,9 @@ it("wedata.v20210820.CreateRule", async function () {
1048
1798
  }
1049
1799
  })
1050
1800
 
1051
- it("wedata.v20210820.ModifyRuleTemplate", async function () {
1801
+ it("wedata.v20210820.DescribeAllTaskType", async function () {
1052
1802
  try {
1053
- const data = await client.ModifyRuleTemplate({})
1803
+ const data = await client.DescribeAllTaskType({})
1054
1804
  expect(data).to.be.ok
1055
1805
  } catch(error) {
1056
1806
  expect(error.requestId).to.be.ok
@@ -1058,9 +1808,9 @@ it("wedata.v20210820.ModifyRuleTemplate", async function () {
1058
1808
  }
1059
1809
  })
1060
1810
 
1061
- it("wedata.v20210820.DescribeTableScoreTrend", async function () {
1811
+ it("wedata.v20210820.DeleteFile", async function () {
1062
1812
  try {
1063
- const data = await client.DescribeTableScoreTrend({})
1813
+ const data = await client.DeleteFile({})
1064
1814
  expect(data).to.be.ok
1065
1815
  } catch(error) {
1066
1816
  expect(error.requestId).to.be.ok
@@ -1068,9 +1818,9 @@ it("wedata.v20210820.DescribeTableScoreTrend", async function () {
1068
1818
  }
1069
1819
  })
1070
1820
 
1071
- it("wedata.v20210820.DescribeTableQualityDetails", async function () {
1821
+ it("wedata.v20210820.BatchMakeUpIntegrationTasks", async function () {
1072
1822
  try {
1073
- const data = await client.DescribeTableQualityDetails({})
1823
+ const data = await client.BatchMakeUpIntegrationTasks({})
1074
1824
  expect(data).to.be.ok
1075
1825
  } catch(error) {
1076
1826
  expect(error.requestId).to.be.ok
@@ -1078,9 +1828,9 @@ it("wedata.v20210820.DescribeTableQualityDetails", async function () {
1078
1828
  }
1079
1829
  })
1080
1830
 
1081
- it("wedata.v20210820.DescribeRuleGroupsByPage", async function () {
1831
+ it("wedata.v20210820.UploadContent", async function () {
1082
1832
  try {
1083
- const data = await client.DescribeRuleGroupsByPage({})
1833
+ const data = await client.UploadContent({})
1084
1834
  expect(data).to.be.ok
1085
1835
  } catch(error) {
1086
1836
  expect(error.requestId).to.be.ok
@@ -1088,9 +1838,9 @@ it("wedata.v20210820.DescribeRuleGroupsByPage", async function () {
1088
1838
  }
1089
1839
  })
1090
1840
 
1091
- it("wedata.v20210820.DeleteDataSources", async function () {
1841
+ it("wedata.v20210820.DescribeFathers", async function () {
1092
1842
  try {
1093
- const data = await client.DeleteDataSources({})
1843
+ const data = await client.DescribeFathers({})
1094
1844
  expect(data).to.be.ok
1095
1845
  } catch(error) {
1096
1846
  expect(error.requestId).to.be.ok
@@ -1098,9 +1848,9 @@ it("wedata.v20210820.DeleteDataSources", async function () {
1098
1848
  }
1099
1849
  })
1100
1850
 
1101
- it("wedata.v20210820.ModifyFolder", async function () {
1851
+ it("wedata.v20210820.DescribeBaselines", async function () {
1102
1852
  try {
1103
- const data = await client.ModifyFolder({})
1853
+ const data = await client.DescribeBaselines({})
1104
1854
  expect(data).to.be.ok
1105
1855
  } catch(error) {
1106
1856
  expect(error.requestId).to.be.ok
@@ -1108,9 +1858,9 @@ it("wedata.v20210820.ModifyFolder", async function () {
1108
1858
  }
1109
1859
  })
1110
1860
 
1111
- it("wedata.v20210820.RerunInstances", async function () {
1861
+ it("wedata.v20210820.DescribeFolderWorkflowList", async function () {
1112
1862
  try {
1113
- const data = await client.RerunInstances({})
1863
+ const data = await client.DescribeFolderWorkflowList({})
1114
1864
  expect(data).to.be.ok
1115
1865
  } catch(error) {
1116
1866
  expect(error.requestId).to.be.ok
@@ -1118,9 +1868,9 @@ it("wedata.v20210820.RerunInstances", async function () {
1118
1868
  }
1119
1869
  })
1120
1870
 
1121
- it("wedata.v20210820.DescribeBatchOperateTask", async function () {
1871
+ it("wedata.v20210820.DescribeDataBases", async function () {
1122
1872
  try {
1123
- const data = await client.DescribeBatchOperateTask({})
1873
+ const data = await client.DescribeDataBases({})
1124
1874
  expect(data).to.be.ok
1125
1875
  } catch(error) {
1126
1876
  expect(error.requestId).to.be.ok
@@ -1128,9 +1878,9 @@ it("wedata.v20210820.DescribeBatchOperateTask", async function () {
1128
1878
  }
1129
1879
  })
1130
1880
 
1131
- it("wedata.v20210820.DeleteRule", async function () {
1881
+ it("wedata.v20210820.BatchRunOpsTask", async function () {
1132
1882
  try {
1133
- const data = await client.DeleteRule({})
1883
+ const data = await client.BatchRunOpsTask({})
1134
1884
  expect(data).to.be.ok
1135
1885
  } catch(error) {
1136
1886
  expect(error.requestId).to.be.ok
@@ -1138,9 +1888,9 @@ it("wedata.v20210820.DeleteRule", async function () {
1138
1888
  }
1139
1889
  })
1140
1890
 
1141
- it("wedata.v20210820.CheckAlarmRegularNameExist", async function () {
1891
+ it("wedata.v20210820.DescribeRuleTemplatesByPage", async function () {
1142
1892
  try {
1143
- const data = await client.CheckAlarmRegularNameExist({})
1893
+ const data = await client.DescribeRuleTemplatesByPage({})
1144
1894
  expect(data).to.be.ok
1145
1895
  } catch(error) {
1146
1896
  expect(error.requestId).to.be.ok
@@ -1148,9 +1898,9 @@ it("wedata.v20210820.CheckAlarmRegularNameExist", async function () {
1148
1898
  }
1149
1899
  })
1150
1900
 
1151
- it("wedata.v20210820.CheckIntegrationTaskNameExists", async function () {
1901
+ it("wedata.v20210820.DescribeStandardRuleDetailInfoList", async function () {
1152
1902
  try {
1153
- const data = await client.CheckIntegrationTaskNameExists({})
1903
+ const data = await client.DescribeStandardRuleDetailInfoList({})
1154
1904
  expect(data).to.be.ok
1155
1905
  } catch(error) {
1156
1906
  expect(error.requestId).to.be.ok
@@ -1158,9 +1908,9 @@ it("wedata.v20210820.CheckIntegrationTaskNameExists", async function () {
1158
1908
  }
1159
1909
  })
1160
1910
 
1161
- it("wedata.v20210820.DescribeDataTypes", async function () {
1911
+ it("wedata.v20210820.DescribeRuleExecStat", async function () {
1162
1912
  try {
1163
- const data = await client.DescribeDataTypes({})
1913
+ const data = await client.DescribeRuleExecStat({})
1164
1914
  expect(data).to.be.ok
1165
1915
  } catch(error) {
1166
1916
  expect(error.requestId).to.be.ok
@@ -1168,9 +1918,9 @@ it("wedata.v20210820.DescribeDataTypes", async function () {
1168
1918
  }
1169
1919
  })
1170
1920
 
1171
- it("wedata.v20210820.DescribeRulesByPage", async function () {
1921
+ it("wedata.v20210820.ModifyTaskLinks", async function () {
1172
1922
  try {
1173
- const data = await client.DescribeRulesByPage({})
1923
+ const data = await client.ModifyTaskLinks({})
1174
1924
  expect(data).to.be.ok
1175
1925
  } catch(error) {
1176
1926
  expect(error.requestId).to.be.ok
@@ -1178,9 +1928,149 @@ it("wedata.v20210820.DescribeRulesByPage", async function () {
1178
1928
  }
1179
1929
  })
1180
1930
 
1181
- it("wedata.v20210820.GetOfflineDIInstanceList", async function () {
1931
+ it("wedata.v20210820.DescribeRuleGroupExecResultsByPage", async function () {
1182
1932
  try {
1183
- const data = await client.GetOfflineDIInstanceList({})
1933
+ const data = await client.DescribeRuleGroupExecResultsByPage({})
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.DeleteResourceFile", async function () {
1942
+ try {
1943
+ const data = await client.DeleteResourceFile({})
1944
+ expect(data).to.be.ok
1945
+ } catch(error) {
1946
+ expect(error.requestId).to.be.ok
1947
+ expect(error.code).to.be.ok
1948
+ }
1949
+ })
1950
+
1951
+ it("wedata.v20210820.BatchCreateIntegrationTaskAlarms", async function () {
1952
+ try {
1953
+ const data = await client.BatchCreateIntegrationTaskAlarms({})
1954
+ expect(data).to.be.ok
1955
+ } catch(error) {
1956
+ expect(error.requestId).to.be.ok
1957
+ expect(error.code).to.be.ok
1958
+ }
1959
+ })
1960
+
1961
+ it("wedata.v20210820.DagInstances", async function () {
1962
+ try {
1963
+ const data = await client.DagInstances({})
1964
+ expect(data).to.be.ok
1965
+ } catch(error) {
1966
+ expect(error.requestId).to.be.ok
1967
+ expect(error.code).to.be.ok
1968
+ }
1969
+ })
1970
+
1971
+ it("wedata.v20210820.DescribeFolderList", async function () {
1972
+ try {
1973
+ const data = await client.DescribeFolderList({})
1974
+ expect(data).to.be.ok
1975
+ } catch(error) {
1976
+ expect(error.requestId).to.be.ok
1977
+ expect(error.code).to.be.ok
1978
+ }
1979
+ })
1980
+
1981
+ it("wedata.v20210820.DescribeDataSourceWithoutInfo", async function () {
1982
+ try {
1983
+ const data = await client.DescribeDataSourceWithoutInfo({})
1984
+ expect(data).to.be.ok
1985
+ } catch(error) {
1986
+ expect(error.requestId).to.be.ok
1987
+ expect(error.code).to.be.ok
1988
+ }
1989
+ })
1990
+
1991
+ it("wedata.v20210820.SuspendIntegrationTask", async function () {
1992
+ try {
1993
+ const data = await client.SuspendIntegrationTask({})
1994
+ expect(data).to.be.ok
1995
+ } catch(error) {
1996
+ expect(error.requestId).to.be.ok
1997
+ expect(error.code).to.be.ok
1998
+ }
1999
+ })
2000
+
2001
+ it("wedata.v20210820.MakeUpWorkflowNew", async function () {
2002
+ try {
2003
+ const data = await client.MakeUpWorkflowNew({})
2004
+ expect(data).to.be.ok
2005
+ } catch(error) {
2006
+ expect(error.requestId).to.be.ok
2007
+ expect(error.code).to.be.ok
2008
+ }
2009
+ })
2010
+
2011
+ it("wedata.v20210820.DescribeIntegrationStatisticsTaskStatusTrend", async function () {
2012
+ try {
2013
+ const data = await client.DescribeIntegrationStatisticsTaskStatusTrend({})
2014
+ expect(data).to.be.ok
2015
+ } catch(error) {
2016
+ expect(error.requestId).to.be.ok
2017
+ expect(error.code).to.be.ok
2018
+ }
2019
+ })
2020
+
2021
+ it("wedata.v20210820.DescribeInstanceLogs", async function () {
2022
+ try {
2023
+ const data = await client.DescribeInstanceLogs({})
2024
+ expect(data).to.be.ok
2025
+ } catch(error) {
2026
+ expect(error.requestId).to.be.ok
2027
+ expect(error.code).to.be.ok
2028
+ }
2029
+ })
2030
+
2031
+ it("wedata.v20210820.ModifyMonitorStatus", async function () {
2032
+ try {
2033
+ const data = await client.ModifyMonitorStatus({})
2034
+ expect(data).to.be.ok
2035
+ } catch(error) {
2036
+ expect(error.requestId).to.be.ok
2037
+ expect(error.code).to.be.ok
2038
+ }
2039
+ })
2040
+
2041
+ it("wedata.v20210820.DescribeExecStrategy", async function () {
2042
+ try {
2043
+ const data = await client.DescribeExecStrategy({})
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
+ it("wedata.v20210820.CreateWorkflow", async function () {
2052
+ try {
2053
+ const data = await client.CreateWorkflow({})
2054
+ expect(data).to.be.ok
2055
+ } catch(error) {
2056
+ expect(error.requestId).to.be.ok
2057
+ expect(error.code).to.be.ok
2058
+ }
2059
+ })
2060
+
2061
+ it("wedata.v20210820.DescribeInstanceByCycleReport", async function () {
2062
+ try {
2063
+ const data = await client.DescribeInstanceByCycleReport({})
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.DescribeRule", async function () {
2072
+ try {
2073
+ const data = await client.DescribeRule({})
1184
2074
  expect(data).to.be.ok
1185
2075
  } catch(error) {
1186
2076
  expect(error.requestId).to.be.ok
@@ -1188,9 +2078,9 @@ it("wedata.v20210820.GetOfflineDIInstanceList", async function () {
1188
2078
  }
1189
2079
  })
1190
2080
 
1191
- it("wedata.v20210820.BatchMakeUpIntegrationTasks", async function () {
2081
+ it("wedata.v20210820.RunTasksByMultiWorkflow", async function () {
1192
2082
  try {
1193
- const data = await client.BatchMakeUpIntegrationTasks({})
2083
+ const data = await client.RunTasksByMultiWorkflow({})
1194
2084
  expect(data).to.be.ok
1195
2085
  } catch(error) {
1196
2086
  expect(error.requestId).to.be.ok
@@ -1198,9 +2088,9 @@ it("wedata.v20210820.BatchMakeUpIntegrationTasks", async function () {
1198
2088
  }
1199
2089
  })
1200
2090
 
1201
- it("wedata.v20210820.UploadContent", async function () {
2091
+ it("wedata.v20210820.UpdateWorkflowOwner", async function () {
1202
2092
  try {
1203
- const data = await client.UploadContent({})
2093
+ const data = await client.UpdateWorkflowOwner({})
1204
2094
  expect(data).to.be.ok
1205
2095
  } catch(error) {
1206
2096
  expect(error.requestId).to.be.ok
@@ -1208,9 +2098,9 @@ it("wedata.v20210820.UploadContent", async function () {
1208
2098
  }
1209
2099
  })
1210
2100
 
1211
- it("wedata.v20210820.DescribeRuleExecLog", async function () {
2101
+ it("wedata.v20210820.DescribeTaskReport", async function () {
1212
2102
  try {
1213
- const data = await client.DescribeRuleExecLog({})
2103
+ const data = await client.DescribeTaskReport({})
1214
2104
  expect(data).to.be.ok
1215
2105
  } catch(error) {
1216
2106
  expect(error.requestId).to.be.ok
@@ -1218,9 +2108,9 @@ it("wedata.v20210820.DescribeRuleExecLog", async function () {
1218
2108
  }
1219
2109
  })
1220
2110
 
1221
- it("wedata.v20210820.DescribeDataBases", async function () {
2111
+ it("wedata.v20210820.DescribeDrSonInstance", async function () {
1222
2112
  try {
1223
- const data = await client.DescribeDataBases({})
2113
+ const data = await client.DescribeDrSonInstance({})
1224
2114
  expect(data).to.be.ok
1225
2115
  } catch(error) {
1226
2116
  expect(error.requestId).to.be.ok
@@ -1228,9 +2118,9 @@ it("wedata.v20210820.DescribeDataBases", async function () {
1228
2118
  }
1229
2119
  })
1230
2120
 
1231
- it("wedata.v20210820.DescribeRule", async function () {
2121
+ it("wedata.v20210820.DescribeTableLineage", async function () {
1232
2122
  try {
1233
- const data = await client.DescribeRule({})
2123
+ const data = await client.DescribeTableLineage({})
1234
2124
  expect(data).to.be.ok
1235
2125
  } catch(error) {
1236
2126
  expect(error.requestId).to.be.ok
@@ -1238,9 +2128,9 @@ it("wedata.v20210820.DescribeRule", async function () {
1238
2128
  }
1239
2129
  })
1240
2130
 
1241
- it("wedata.v20210820.DescribeRuleTemplatesByPage", async function () {
2131
+ it("wedata.v20210820.DescribeEventCases", async function () {
1242
2132
  try {
1243
- const data = await client.DescribeRuleTemplatesByPage({})
2133
+ const data = await client.DescribeEventCases({})
1244
2134
  expect(data).to.be.ok
1245
2135
  } catch(error) {
1246
2136
  expect(error.requestId).to.be.ok
@@ -1248,9 +2138,9 @@ it("wedata.v20210820.DescribeRuleTemplatesByPage", async function () {
1248
2138
  }
1249
2139
  })
1250
2140
 
1251
- it("wedata.v20210820.ModifyWorkflowInfo", async function () {
2141
+ it("wedata.v20210820.DescribeRuleExecExportResult", async function () {
1252
2142
  try {
1253
- const data = await client.ModifyWorkflowInfo({})
2143
+ const data = await client.DescribeRuleExecExportResult({})
1254
2144
  expect(data).to.be.ok
1255
2145
  } catch(error) {
1256
2146
  expect(error.requestId).to.be.ok
@@ -1258,9 +2148,9 @@ it("wedata.v20210820.ModifyWorkflowInfo", async function () {
1258
2148
  }
1259
2149
  })
1260
2150
 
1261
- it("wedata.v20210820.DescribeRuleExecStat", async function () {
2151
+ it("wedata.v20210820.DeleteWorkflowById", async function () {
1262
2152
  try {
1263
- const data = await client.DescribeRuleExecStat({})
2153
+ const data = await client.DeleteWorkflowById({})
1264
2154
  expect(data).to.be.ok
1265
2155
  } catch(error) {
1266
2156
  expect(error.requestId).to.be.ok
@@ -1268,9 +2158,9 @@ it("wedata.v20210820.DescribeRuleExecStat", async function () {
1268
2158
  }
1269
2159
  })
1270
2160
 
1271
- it("wedata.v20210820.ModifyTaskLinks", async function () {
2161
+ it("wedata.v20210820.DescribeRules", async function () {
1272
2162
  try {
1273
- const data = await client.ModifyTaskLinks({})
2163
+ const data = await client.DescribeRules({})
1274
2164
  expect(data).to.be.ok
1275
2165
  } catch(error) {
1276
2166
  expect(error.requestId).to.be.ok
@@ -1278,9 +2168,9 @@ it("wedata.v20210820.ModifyTaskLinks", async function () {
1278
2168
  }
1279
2169
  })
1280
2170
 
1281
- it("wedata.v20210820.DescribeRuleGroupExecResultsByPage", async function () {
2171
+ it("wedata.v20210820.DescribeEventIsAlarmTypes", async function () {
1282
2172
  try {
1283
- const data = await client.DescribeRuleGroupExecResultsByPage({})
2173
+ const data = await client.DescribeEventIsAlarmTypes({})
1284
2174
  expect(data).to.be.ok
1285
2175
  } catch(error) {
1286
2176
  expect(error.requestId).to.be.ok
@@ -1288,9 +2178,9 @@ it("wedata.v20210820.DescribeRuleGroupExecResultsByPage", async function () {
1288
2178
  }
1289
2179
  })
1290
2180
 
1291
- it("wedata.v20210820.ModifyIntegrationNode", async function () {
2181
+ it("wedata.v20210820.LockIntegrationTask", async function () {
1292
2182
  try {
1293
- const data = await client.ModifyIntegrationNode({})
2183
+ const data = await client.LockIntegrationTask({})
1294
2184
  expect(data).to.be.ok
1295
2185
  } catch(error) {
1296
2186
  expect(error.requestId).to.be.ok
@@ -1298,9 +2188,9 @@ it("wedata.v20210820.ModifyIntegrationNode", async function () {
1298
2188
  }
1299
2189
  })
1300
2190
 
1301
- it("wedata.v20210820.BatchCreateIntegrationTaskAlarms", async function () {
2191
+ it("wedata.v20210820.DescribeQualityScoreTrend", async function () {
1302
2192
  try {
1303
- const data = await client.BatchCreateIntegrationTaskAlarms({})
2193
+ const data = await client.DescribeQualityScoreTrend({})
1304
2194
  expect(data).to.be.ok
1305
2195
  } catch(error) {
1306
2196
  expect(error.requestId).to.be.ok
@@ -1308,9 +2198,9 @@ it("wedata.v20210820.BatchCreateIntegrationTaskAlarms", async function () {
1308
2198
  }
1309
2199
  })
1310
2200
 
1311
- it("wedata.v20210820.DescribeFolderList", async function () {
2201
+ it("wedata.v20210820.BatchDeleteIntegrationTasks", async function () {
1312
2202
  try {
1313
- const data = await client.DescribeFolderList({})
2203
+ const data = await client.BatchDeleteIntegrationTasks({})
1314
2204
  expect(data).to.be.ok
1315
2205
  } catch(error) {
1316
2206
  expect(error.requestId).to.be.ok
@@ -1318,9 +2208,9 @@ it("wedata.v20210820.DescribeFolderList", async function () {
1318
2208
  }
1319
2209
  })
1320
2210
 
1321
- it("wedata.v20210820.DescribeDataSourceWithoutInfo", async function () {
2211
+ it("wedata.v20210820.DescribeIntegrationTasks", async function () {
1322
2212
  try {
1323
- const data = await client.DescribeDataSourceWithoutInfo({})
2213
+ const data = await client.DescribeIntegrationTasks({})
1324
2214
  expect(data).to.be.ok
1325
2215
  } catch(error) {
1326
2216
  expect(error.requestId).to.be.ok
@@ -1328,9 +2218,9 @@ it("wedata.v20210820.DescribeDataSourceWithoutInfo", async function () {
1328
2218
  }
1329
2219
  })
1330
2220
 
1331
- it("wedata.v20210820.MakeUpWorkflowNew", async function () {
2221
+ it("wedata.v20210820.DescribeStatisticInstanceStatusTrendOps", async function () {
1332
2222
  try {
1333
- const data = await client.MakeUpWorkflowNew({})
2223
+ const data = await client.DescribeStatisticInstanceStatusTrendOps({})
1334
2224
  expect(data).to.be.ok
1335
2225
  } catch(error) {
1336
2226
  expect(error.requestId).to.be.ok
@@ -1338,9 +2228,9 @@ it("wedata.v20210820.MakeUpWorkflowNew", async function () {
1338
2228
  }
1339
2229
  })
1340
2230
 
1341
- it("wedata.v20210820.DescribeIntegrationStatisticsTaskStatusTrend", async function () {
2231
+ it("wedata.v20210820.DescribeColumnLineage", async function () {
1342
2232
  try {
1343
- const data = await client.DescribeIntegrationStatisticsTaskStatusTrend({})
2233
+ const data = await client.DescribeColumnLineage({})
1344
2234
  expect(data).to.be.ok
1345
2235
  } catch(error) {
1346
2236
  expect(error.requestId).to.be.ok
@@ -1348,9 +2238,9 @@ it("wedata.v20210820.DescribeIntegrationStatisticsTaskStatusTrend", async functi
1348
2238
  }
1349
2239
  })
1350
2240
 
1351
- it("wedata.v20210820.BatchRerunIntegrationTaskInstances", async function () {
2241
+ it("wedata.v20210820.DescribeTrendStat", async function () {
1352
2242
  try {
1353
- const data = await client.BatchRerunIntegrationTaskInstances({})
2243
+ const data = await client.DescribeTrendStat({})
1354
2244
  expect(data).to.be.ok
1355
2245
  } catch(error) {
1356
2246
  expect(error.requestId).to.be.ok
@@ -1358,9 +2248,9 @@ it("wedata.v20210820.BatchRerunIntegrationTaskInstances", async function () {
1358
2248
  }
1359
2249
  })
1360
2250
 
1361
- it("wedata.v20210820.DescribeExecStrategy", async function () {
2251
+ it("wedata.v20210820.DescribeTableInfoList", async function () {
1362
2252
  try {
1363
- const data = await client.DescribeExecStrategy({})
2253
+ const data = await client.DescribeTableInfoList({})
1364
2254
  expect(data).to.be.ok
1365
2255
  } catch(error) {
1366
2256
  expect(error.requestId).to.be.ok
@@ -1368,9 +2258,9 @@ it("wedata.v20210820.DescribeExecStrategy", async function () {
1368
2258
  }
1369
2259
  })
1370
2260
 
1371
- it("wedata.v20210820.CreateWorkflow", async function () {
2261
+ it("wedata.v20210820.DescribeRuleGroupSubscription", async function () {
1372
2262
  try {
1373
- const data = await client.CreateWorkflow({})
2263
+ const data = await client.DescribeRuleGroupSubscription({})
1374
2264
  expect(data).to.be.ok
1375
2265
  } catch(error) {
1376
2266
  expect(error.requestId).to.be.ok
@@ -1378,9 +2268,9 @@ it("wedata.v20210820.CreateWorkflow", async function () {
1378
2268
  }
1379
2269
  })
1380
2270
 
1381
- it("wedata.v20210820.SuspendIntegrationTask", async function () {
2271
+ it("wedata.v20210820.DeleteTaskDs", async function () {
1382
2272
  try {
1383
- const data = await client.SuspendIntegrationTask({})
2273
+ const data = await client.DeleteTaskDs({})
1384
2274
  expect(data).to.be.ok
1385
2275
  } catch(error) {
1386
2276
  expect(error.requestId).to.be.ok
@@ -1388,9 +2278,9 @@ it("wedata.v20210820.SuspendIntegrationTask", async function () {
1388
2278
  }
1389
2279
  })
1390
2280
 
1391
- it("wedata.v20210820.DescribeTableLineage", async function () {
2281
+ it("wedata.v20210820.ModifyRuleGroupSubscription", async function () {
1392
2282
  try {
1393
- const data = await client.DescribeTableLineage({})
2283
+ const data = await client.ModifyRuleGroupSubscription({})
1394
2284
  expect(data).to.be.ok
1395
2285
  } catch(error) {
1396
2286
  expect(error.requestId).to.be.ok
@@ -1398,9 +2288,9 @@ it("wedata.v20210820.DescribeTableLineage", async function () {
1398
2288
  }
1399
2289
  })
1400
2290
 
1401
- it("wedata.v20210820.DescribeRuleExecExportResult", async function () {
2291
+ it("wedata.v20210820.DescribeTaskInstances", async function () {
1402
2292
  try {
1403
- const data = await client.DescribeRuleExecExportResult({})
2293
+ const data = await client.DescribeTaskInstances({})
1404
2294
  expect(data).to.be.ok
1405
2295
  } catch(error) {
1406
2296
  expect(error.requestId).to.be.ok
@@ -1408,9 +2298,9 @@ it("wedata.v20210820.DescribeRuleExecExportResult", async function () {
1408
2298
  }
1409
2299
  })
1410
2300
 
1411
- it("wedata.v20210820.DescribeRules", async function () {
2301
+ it("wedata.v20210820.DeleteTaskAlarmRegular", async function () {
1412
2302
  try {
1413
- const data = await client.DescribeRules({})
2303
+ const data = await client.DeleteTaskAlarmRegular({})
1414
2304
  expect(data).to.be.ok
1415
2305
  } catch(error) {
1416
2306
  expect(error.requestId).to.be.ok
@@ -1418,9 +2308,9 @@ it("wedata.v20210820.DescribeRules", async function () {
1418
2308
  }
1419
2309
  })
1420
2310
 
1421
- it("wedata.v20210820.StartIntegrationTask", async function () {
2311
+ it("wedata.v20210820.DescribeRuleExecResults", async function () {
1422
2312
  try {
1423
- const data = await client.StartIntegrationTask({})
2313
+ const data = await client.DescribeRuleExecResults({})
1424
2314
  expect(data).to.be.ok
1425
2315
  } catch(error) {
1426
2316
  expect(error.requestId).to.be.ok
@@ -1428,9 +2318,9 @@ it("wedata.v20210820.StartIntegrationTask", async function () {
1428
2318
  }
1429
2319
  })
1430
2320
 
1431
- it("wedata.v20210820.LockIntegrationTask", async function () {
2321
+ it("wedata.v20210820.TriggerEvent", async function () {
1432
2322
  try {
1433
- const data = await client.LockIntegrationTask({})
2323
+ const data = await client.TriggerEvent({})
1434
2324
  expect(data).to.be.ok
1435
2325
  } catch(error) {
1436
2326
  expect(error.requestId).to.be.ok
@@ -1438,9 +2328,9 @@ it("wedata.v20210820.LockIntegrationTask", async function () {
1438
2328
  }
1439
2329
  })
1440
2330
 
1441
- it("wedata.v20210820.DescribeTaskReport", async function () {
2331
+ it("wedata.v20210820.FreezeTasksByWorkflowIds", async function () {
1442
2332
  try {
1443
- const data = await client.DescribeTaskReport({})
2333
+ const data = await client.FreezeTasksByWorkflowIds({})
1444
2334
  expect(data).to.be.ok
1445
2335
  } catch(error) {
1446
2336
  expect(error.requestId).to.be.ok
@@ -1448,9 +2338,9 @@ it("wedata.v20210820.DescribeTaskReport", async function () {
1448
2338
  }
1449
2339
  })
1450
2340
 
1451
- it("wedata.v20210820.BatchDeleteIntegrationTasks", async function () {
2341
+ it("wedata.v20210820.DescribeBaselineById", async function () {
1452
2342
  try {
1453
- const data = await client.BatchDeleteIntegrationTasks({})
2343
+ const data = await client.DescribeBaselineById({})
1454
2344
  expect(data).to.be.ok
1455
2345
  } catch(error) {
1456
2346
  expect(error.requestId).to.be.ok
@@ -1458,9 +2348,9 @@ it("wedata.v20210820.BatchDeleteIntegrationTasks", async function () {
1458
2348
  }
1459
2349
  })
1460
2350
 
1461
- it("wedata.v20210820.DescribeIntegrationTasks", async function () {
2351
+ it("wedata.v20210820.DeleteResource", async function () {
1462
2352
  try {
1463
- const data = await client.DescribeIntegrationTasks({})
2353
+ const data = await client.DeleteResource({})
1464
2354
  expect(data).to.be.ok
1465
2355
  } catch(error) {
1466
2356
  expect(error.requestId).to.be.ok
@@ -1468,9 +2358,9 @@ it("wedata.v20210820.DescribeIntegrationTasks", async function () {
1468
2358
  }
1469
2359
  })
1470
2360
 
1471
- it("wedata.v20210820.ModifyMonitorStatus", async function () {
2361
+ it("wedata.v20210820.BatchDeleteTasksDs", async function () {
1472
2362
  try {
1473
- const data = await client.ModifyMonitorStatus({})
2363
+ const data = await client.BatchDeleteTasksDs({})
1474
2364
  expect(data).to.be.ok
1475
2365
  } catch(error) {
1476
2366
  expect(error.requestId).to.be.ok
@@ -1478,9 +2368,9 @@ it("wedata.v20210820.ModifyMonitorStatus", async function () {
1478
2368
  }
1479
2369
  })
1480
2370
 
1481
- it("wedata.v20210820.DescribeColumnLineage", async function () {
2371
+ it("wedata.v20210820.DescribeDependTaskLists", async function () {
1482
2372
  try {
1483
- const data = await client.DescribeColumnLineage({})
2373
+ const data = await client.DescribeDependTaskLists({})
1484
2374
  expect(data).to.be.ok
1485
2375
  } catch(error) {
1486
2376
  expect(error.requestId).to.be.ok
@@ -1488,9 +2378,9 @@ it("wedata.v20210820.DescribeColumnLineage", async function () {
1488
2378
  }
1489
2379
  })
1490
2380
 
1491
- it("wedata.v20210820.DescribeTrendStat", async function () {
2381
+ it("wedata.v20210820.SaveCustomFunction", async function () {
1492
2382
  try {
1493
- const data = await client.DescribeTrendStat({})
2383
+ const data = await client.SaveCustomFunction({})
1494
2384
  expect(data).to.be.ok
1495
2385
  } catch(error) {
1496
2386
  expect(error.requestId).to.be.ok
@@ -1498,9 +2388,9 @@ it("wedata.v20210820.DescribeTrendStat", async function () {
1498
2388
  }
1499
2389
  })
1500
2390
 
1501
- it("wedata.v20210820.DescribeTableInfoList", async function () {
2391
+ it("wedata.v20210820.DescribeInLongTkeClusterList", async function () {
1502
2392
  try {
1503
- const data = await client.DescribeTableInfoList({})
2393
+ const data = await client.DescribeInLongTkeClusterList({})
1504
2394
  expect(data).to.be.ok
1505
2395
  } catch(error) {
1506
2396
  expect(error.requestId).to.be.ok
@@ -1508,9 +2398,9 @@ it("wedata.v20210820.DescribeTableInfoList", async function () {
1508
2398
  }
1509
2399
  })
1510
2400
 
1511
- it("wedata.v20210820.DescribeRuleGroupSubscription", async function () {
2401
+ it("wedata.v20210820.DescribeTaskAlarmRegulations", async function () {
1512
2402
  try {
1513
- const data = await client.DescribeRuleGroupSubscription({})
2403
+ const data = await client.DescribeTaskAlarmRegulations({})
1514
2404
  expect(data).to.be.ok
1515
2405
  } catch(error) {
1516
2406
  expect(error.requestId).to.be.ok
@@ -1518,9 +2408,9 @@ it("wedata.v20210820.DescribeRuleGroupSubscription", async function () {
1518
2408
  }
1519
2409
  })
1520
2410
 
1521
- it("wedata.v20210820.DescribeTaskInstances", async function () {
2411
+ it("wedata.v20210820.DescribeDependTasksNew", async function () {
1522
2412
  try {
1523
- const data = await client.DescribeTaskInstances({})
2413
+ const data = await client.DescribeDependTasksNew({})
1524
2414
  expect(data).to.be.ok
1525
2415
  } catch(error) {
1526
2416
  expect(error.requestId).to.be.ok
@@ -1528,9 +2418,9 @@ it("wedata.v20210820.DescribeTaskInstances", async function () {
1528
2418
  }
1529
2419
  })
1530
2420
 
1531
- it("wedata.v20210820.DeleteTaskAlarmRegular", async function () {
2421
+ it("wedata.v20210820.ModifyTaskAlarmRegular", async function () {
1532
2422
  try {
1533
- const data = await client.DeleteTaskAlarmRegular({})
2423
+ const data = await client.ModifyTaskAlarmRegular({})
1534
2424
  expect(data).to.be.ok
1535
2425
  } catch(error) {
1536
2426
  expect(error.requestId).to.be.ok
@@ -1538,9 +2428,9 @@ it("wedata.v20210820.DeleteTaskAlarmRegular", async function () {
1538
2428
  }
1539
2429
  })
1540
2430
 
1541
- it("wedata.v20210820.DescribeRuleExecResults", async function () {
2431
+ it("wedata.v20210820.DeleteCustomFunction", async function () {
1542
2432
  try {
1543
- const data = await client.DescribeRuleExecResults({})
2433
+ const data = await client.DeleteCustomFunction({})
1544
2434
  expect(data).to.be.ok
1545
2435
  } catch(error) {
1546
2436
  expect(error.requestId).to.be.ok
@@ -1548,9 +2438,9 @@ it("wedata.v20210820.DescribeRuleExecResults", async function () {
1548
2438
  }
1549
2439
  })
1550
2440
 
1551
- it("wedata.v20210820.TriggerEvent", async function () {
2441
+ it("wedata.v20210820.DescribeTemplateDimCount", async function () {
1552
2442
  try {
1553
- const data = await client.TriggerEvent({})
2443
+ const data = await client.DescribeTemplateDimCount({})
1554
2444
  expect(data).to.be.ok
1555
2445
  } catch(error) {
1556
2446
  expect(error.requestId).to.be.ok
@@ -1558,9 +2448,9 @@ it("wedata.v20210820.TriggerEvent", async function () {
1558
2448
  }
1559
2449
  })
1560
2450
 
1561
- it("wedata.v20210820.DeleteResource", async function () {
2451
+ it("wedata.v20210820.DescribeBaselineInstanceDag", async function () {
1562
2452
  try {
1563
- const data = await client.DeleteResource({})
2453
+ const data = await client.DescribeBaselineInstanceDag({})
1564
2454
  expect(data).to.be.ok
1565
2455
  } catch(error) {
1566
2456
  expect(error.requestId).to.be.ok
@@ -1568,9 +2458,9 @@ it("wedata.v20210820.DeleteResource", async function () {
1568
2458
  }
1569
2459
  })
1570
2460
 
1571
- it("wedata.v20210820.DescribeQualityScoreTrend", async function () {
2461
+ it("wedata.v20210820.DescribeIntegrationTask", async function () {
1572
2462
  try {
1573
- const data = await client.DescribeQualityScoreTrend({})
2463
+ const data = await client.DescribeIntegrationTask({})
1574
2464
  expect(data).to.be.ok
1575
2465
  } catch(error) {
1576
2466
  expect(error.requestId).to.be.ok
@@ -1578,9 +2468,9 @@ it("wedata.v20210820.DescribeQualityScoreTrend", async function () {
1578
2468
  }
1579
2469
  })
1580
2470
 
1581
- it("wedata.v20210820.ModifyDataSource", async function () {
2471
+ it("wedata.v20210820.DescribeWorkflowTaskCount", async function () {
1582
2472
  try {
1583
- const data = await client.ModifyDataSource({})
2473
+ const data = await client.DescribeWorkflowTaskCount({})
1584
2474
  expect(data).to.be.ok
1585
2475
  } catch(error) {
1586
2476
  expect(error.requestId).to.be.ok
@@ -1588,9 +2478,9 @@ it("wedata.v20210820.ModifyDataSource", async function () {
1588
2478
  }
1589
2479
  })
1590
2480
 
1591
- it("wedata.v20210820.DescribeTaskAlarmRegulations", async function () {
2481
+ it("wedata.v20210820.CountOpsInstanceState", async function () {
1592
2482
  try {
1593
- const data = await client.DescribeTaskAlarmRegulations({})
2483
+ const data = await client.CountOpsInstanceState({})
1594
2484
  expect(data).to.be.ok
1595
2485
  } catch(error) {
1596
2486
  expect(error.requestId).to.be.ok
@@ -1598,9 +2488,9 @@ it("wedata.v20210820.DescribeTaskAlarmRegulations", async function () {
1598
2488
  }
1599
2489
  })
1600
2490
 
1601
- it("wedata.v20210820.DescribeIntegrationVersionNodesInfo", async function () {
2491
+ it("wedata.v20210820.DescribeIntegrationStatisticsInstanceTrend", async function () {
1602
2492
  try {
1603
- const data = await client.DescribeIntegrationVersionNodesInfo({})
2493
+ const data = await client.DescribeIntegrationStatisticsInstanceTrend({})
1604
2494
  expect(data).to.be.ok
1605
2495
  } catch(error) {
1606
2496
  expect(error.requestId).to.be.ok
@@ -1608,9 +2498,9 @@ it("wedata.v20210820.DescribeIntegrationVersionNodesInfo", async function () {
1608
2498
  }
1609
2499
  })
1610
2500
 
1611
- it("wedata.v20210820.ModifyTaskAlarmRegular", async function () {
2501
+ it("wedata.v20210820.DescribeDrInstanceScriptContent", async function () {
1612
2502
  try {
1613
- const data = await client.ModifyTaskAlarmRegular({})
2503
+ const data = await client.DescribeDrInstanceScriptContent({})
1614
2504
  expect(data).to.be.ok
1615
2505
  } catch(error) {
1616
2506
  expect(error.requestId).to.be.ok
@@ -1618,9 +2508,9 @@ it("wedata.v20210820.ModifyTaskAlarmRegular", async function () {
1618
2508
  }
1619
2509
  })
1620
2510
 
1621
- it("wedata.v20210820.DeleteCustomFunction", async function () {
2511
+ it("wedata.v20210820.DescribeWorkflowExecuteById", async function () {
1622
2512
  try {
1623
- const data = await client.DeleteCustomFunction({})
2513
+ const data = await client.DescribeWorkflowExecuteById({})
1624
2514
  expect(data).to.be.ok
1625
2515
  } catch(error) {
1626
2516
  expect(error.requestId).to.be.ok
@@ -1628,9 +2518,9 @@ it("wedata.v20210820.DeleteCustomFunction", async function () {
1628
2518
  }
1629
2519
  })
1630
2520
 
1631
- it("wedata.v20210820.DescribeDataObjects", async function () {
2521
+ it("wedata.v20210820.CreateIntegrationNode", async function () {
1632
2522
  try {
1633
- const data = await client.DescribeDataObjects({})
2523
+ const data = await client.CreateIntegrationNode({})
1634
2524
  expect(data).to.be.ok
1635
2525
  } catch(error) {
1636
2526
  expect(error.requestId).to.be.ok
@@ -1638,9 +2528,9 @@ it("wedata.v20210820.DescribeDataObjects", async function () {
1638
2528
  }
1639
2529
  })
1640
2530
 
1641
- it("wedata.v20210820.DescribeIntegrationTask", async function () {
2531
+ it("wedata.v20210820.BatchSuspendIntegrationTasks", async function () {
1642
2532
  try {
1643
- const data = await client.DescribeIntegrationTask({})
2533
+ const data = await client.BatchSuspendIntegrationTasks({})
1644
2534
  expect(data).to.be.ok
1645
2535
  } catch(error) {
1646
2536
  expect(error.requestId).to.be.ok
@@ -1648,9 +2538,9 @@ it("wedata.v20210820.DescribeIntegrationTask", async function () {
1648
2538
  }
1649
2539
  })
1650
2540
 
1651
- it("wedata.v20210820.DescribeIntegrationStatisticsRecordsTrend", async function () {
2541
+ it("wedata.v20210820.CommitRuleGroupTask", async function () {
1652
2542
  try {
1653
- const data = await client.DescribeIntegrationStatisticsRecordsTrend({})
2543
+ const data = await client.CommitRuleGroupTask({})
1654
2544
  expect(data).to.be.ok
1655
2545
  } catch(error) {
1656
2546
  expect(error.requestId).to.be.ok
@@ -1658,9 +2548,9 @@ it("wedata.v20210820.DescribeIntegrationStatisticsRecordsTrend", async function
1658
2548
  }
1659
2549
  })
1660
2550
 
1661
- it("wedata.v20210820.DescribeIntegrationStatisticsInstanceTrend", async function () {
2551
+ it("wedata.v20210820.DescribeDependOpsTaskList", async function () {
1662
2552
  try {
1663
- const data = await client.DescribeIntegrationStatisticsInstanceTrend({})
2553
+ const data = await client.DescribeDependOpsTaskList({})
1664
2554
  expect(data).to.be.ok
1665
2555
  } catch(error) {
1666
2556
  expect(error.requestId).to.be.ok
@@ -1668,9 +2558,9 @@ it("wedata.v20210820.DescribeIntegrationStatisticsInstanceTrend", async function
1668
2558
  }
1669
2559
  })
1670
2560
 
1671
- it("wedata.v20210820.CreateIntegrationNode", async function () {
2561
+ it("wedata.v20210820.DescribeInLongAgentList", async function () {
1672
2562
  try {
1673
- const data = await client.CreateIntegrationNode({})
2563
+ const data = await client.DescribeInLongAgentList({})
1674
2564
  expect(data).to.be.ok
1675
2565
  } catch(error) {
1676
2566
  expect(error.requestId).to.be.ok
@@ -1678,9 +2568,9 @@ it("wedata.v20210820.CreateIntegrationNode", async function () {
1678
2568
  }
1679
2569
  })
1680
2570
 
1681
- it("wedata.v20210820.BatchSuspendIntegrationTasks", async function () {
2571
+ it("wedata.v20210820.RegisterEvent", async function () {
1682
2572
  try {
1683
- const data = await client.BatchSuspendIntegrationTasks({})
2573
+ const data = await client.RegisterEvent({})
1684
2574
  expect(data).to.be.ok
1685
2575
  } catch(error) {
1686
2576
  expect(error.requestId).to.be.ok
@@ -1688,9 +2578,9 @@ it("wedata.v20210820.BatchSuspendIntegrationTasks", async function () {
1688
2578
  }
1689
2579
  })
1690
2580
 
1691
- it("wedata.v20210820.CommitRuleGroupTask", async function () {
2581
+ it("wedata.v20210820.DescribeOpsMakePlans", async function () {
1692
2582
  try {
1693
- const data = await client.CommitRuleGroupTask({})
2583
+ const data = await client.DescribeOpsMakePlans({})
1694
2584
  expect(data).to.be.ok
1695
2585
  } catch(error) {
1696
2586
  expect(error.requestId).to.be.ok
@@ -1698,9 +2588,9 @@ it("wedata.v20210820.CommitRuleGroupTask", async function () {
1698
2588
  }
1699
2589
  })
1700
2590
 
1701
- it("wedata.v20210820.DescribeInstanceLastLog", async function () {
2591
+ it("wedata.v20210820.ModifyWorkflowInfo", async function () {
1702
2592
  try {
1703
- const data = await client.DescribeInstanceLastLog({})
2593
+ const data = await client.ModifyWorkflowInfo({})
1704
2594
  expect(data).to.be.ok
1705
2595
  } catch(error) {
1706
2596
  expect(error.requestId).to.be.ok
@@ -1708,9 +2598,9 @@ it("wedata.v20210820.DescribeInstanceLastLog", async function () {
1708
2598
  }
1709
2599
  })
1710
2600
 
1711
- it("wedata.v20210820.DescribeInstanceLogs", async function () {
2601
+ it("wedata.v20210820.DescribeInstanceLogList", async function () {
1712
2602
  try {
1713
- const data = await client.DescribeInstanceLogs({})
2603
+ const data = await client.DescribeInstanceLogList({})
1714
2604
  expect(data).to.be.ok
1715
2605
  } catch(error) {
1716
2606
  expect(error.requestId).to.be.ok
@@ -1718,9 +2608,9 @@ it("wedata.v20210820.DescribeInstanceLogs", async function () {
1718
2608
  }
1719
2609
  })
1720
2610
 
1721
- it("wedata.v20210820.RegisterEvent", async function () {
2611
+ it("wedata.v20210820.RerunOpsMakePlanInstances", async function () {
1722
2612
  try {
1723
- const data = await client.RegisterEvent({})
2613
+ const data = await client.RerunOpsMakePlanInstances({})
1724
2614
  expect(data).to.be.ok
1725
2615
  } catch(error) {
1726
2616
  expect(error.requestId).to.be.ok
@@ -1728,9 +2618,9 @@ it("wedata.v20210820.RegisterEvent", async function () {
1728
2618
  }
1729
2619
  })
1730
2620
 
1731
- it("wedata.v20210820.SubmitCustomFunction", async function () {
2621
+ it("wedata.v20210820.DescribeWorkflowCanvasInfo", async function () {
1732
2622
  try {
1733
- const data = await client.SubmitCustomFunction({})
2623
+ const data = await client.DescribeWorkflowCanvasInfo({})
1734
2624
  expect(data).to.be.ok
1735
2625
  } catch(error) {
1736
2626
  expect(error.requestId).to.be.ok
@@ -1788,9 +2678,29 @@ it("wedata.v20210820.DescribeRuleTemplate", async function () {
1788
2678
  }
1789
2679
  })
1790
2680
 
1791
- it("wedata.v20210820.SubmitTask", async function () {
2681
+ it("wedata.v20210820.RerunScheduleInstances", async function () {
1792
2682
  try {
1793
- const data = await client.SubmitTask({})
2683
+ const data = await client.RerunScheduleInstances({})
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.SubmitSqlTask", async function () {
2692
+ try {
2693
+ const data = await client.SubmitSqlTask({})
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
+ it("wedata.v20210820.DescribeProdTasks", async function () {
2702
+ try {
2703
+ const data = await client.DescribeProdTasks({})
1794
2704
  expect(data).to.be.ok
1795
2705
  } catch(error) {
1796
2706
  expect(error.requestId).to.be.ok
@@ -1848,6 +2758,16 @@ it("wedata.v20210820.DescribeRuleExecHistory", async function () {
1848
2758
  }
1849
2759
  })
1850
2760
 
2761
+ it("wedata.v20210820.TaskLog", async function () {
2762
+ try {
2763
+ const data = await client.TaskLog({})
2764
+ expect(data).to.be.ok
2765
+ } catch(error) {
2766
+ expect(error.requestId).to.be.ok
2767
+ expect(error.code).to.be.ok
2768
+ }
2769
+ })
2770
+
1851
2771
  it("wedata.v20210820.DescribeRuleTemplates", async function () {
1852
2772
  try {
1853
2773
  const data = await client.DescribeRuleTemplates({})
@@ -1868,9 +2788,9 @@ it("wedata.v20210820.DescribeTaskInstanceReportDetail", async function () {
1868
2788
  }
1869
2789
  })
1870
2790
 
1871
- it("wedata.v20210820.DescribeFolderWorkflowList", async function () {
2791
+ it("wedata.v20210820.DescribeDataObjects", async function () {
1872
2792
  try {
1873
- const data = await client.DescribeFolderWorkflowList({})
2793
+ const data = await client.DescribeDataObjects({})
1874
2794
  expect(data).to.be.ok
1875
2795
  } catch(error) {
1876
2796
  expect(error.requestId).to.be.ok
@@ -1878,9 +2798,19 @@ it("wedata.v20210820.DescribeFolderWorkflowList", async function () {
1878
2798
  }
1879
2799
  })
1880
2800
 
1881
- it("wedata.v20210820.ModifyRuleGroupSubscription", async function () {
2801
+ it("wedata.v20210820.GetOfflineDIInstanceList", async function () {
1882
2802
  try {
1883
- const data = await client.ModifyRuleGroupSubscription({})
2803
+ const data = await client.GetOfflineDIInstanceList({})
2804
+ expect(data).to.be.ok
2805
+ } catch(error) {
2806
+ expect(error.requestId).to.be.ok
2807
+ expect(error.code).to.be.ok
2808
+ }
2809
+ })
2810
+
2811
+ it("wedata.v20210820.ModifyBaselineAlarmStatus", async function () {
2812
+ try {
2813
+ const data = await client.ModifyBaselineAlarmStatus({})
1884
2814
  expect(data).to.be.ok
1885
2815
  } catch(error) {
1886
2816
  expect(error.requestId).to.be.ok
@@ -1918,6 +2848,16 @@ it("wedata.v20210820.GetIntegrationNodeColumnSchema", async function () {
1918
2848
  }
1919
2849
  })
1920
2850
 
2851
+ it("wedata.v20210820.DescribeOpsWorkflows", async function () {
2852
+ try {
2853
+ const data = await client.DescribeOpsWorkflows({})
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
+
1921
2861
  it("wedata.v20210820.CreateOrUpdateResource", async function () {
1922
2862
  try {
1923
2863
  const data = await client.CreateOrUpdateResource({})
@@ -1928,9 +2868,9 @@ it("wedata.v20210820.CreateOrUpdateResource", async function () {
1928
2868
  }
1929
2869
  })
1930
2870
 
1931
- it("wedata.v20210820.DescribeDependTasksNew", async function () {
2871
+ it("wedata.v20210820.BatchRerunIntegrationTaskInstances", async function () {
1932
2872
  try {
1933
- const data = await client.DescribeDependTasksNew({})
2873
+ const data = await client.BatchRerunIntegrationTaskInstances({})
1934
2874
  expect(data).to.be.ok
1935
2875
  } catch(error) {
1936
2876
  expect(error.requestId).to.be.ok
@@ -1978,9 +2918,9 @@ it("wedata.v20210820.MakeUpTasksNew", async function () {
1978
2918
  }
1979
2919
  })
1980
2920
 
1981
- it("wedata.v20210820.DescribeTemplateDimCount", async function () {
2921
+ it("wedata.v20210820.MakeUpTasksByWorkflow", async function () {
1982
2922
  try {
1983
- const data = await client.DescribeTemplateDimCount({})
2923
+ const data = await client.MakeUpTasksByWorkflow({})
1984
2924
  expect(data).to.be.ok
1985
2925
  } catch(error) {
1986
2926
  expect(error.requestId).to.be.ok
@@ -1988,9 +2928,19 @@ it("wedata.v20210820.DescribeTemplateDimCount", async function () {
1988
2928
  }
1989
2929
  })
1990
2930
 
1991
- it("wedata.v20210820.DescribeProdTasks", async function () {
2931
+ it("wedata.v20210820.BatchStopWorkflowsByIds", async function () {
1992
2932
  try {
1993
- const data = await client.DescribeProdTasks({})
2933
+ const data = await client.BatchStopWorkflowsByIds({})
2934
+ expect(data).to.be.ok
2935
+ } catch(error) {
2936
+ expect(error.requestId).to.be.ok
2937
+ expect(error.code).to.be.ok
2938
+ }
2939
+ })
2940
+
2941
+ it("wedata.v20210820.DescribeDrInstancePage", async function () {
2942
+ try {
2943
+ const data = await client.DescribeDrInstancePage({})
1994
2944
  expect(data).to.be.ok
1995
2945
  } catch(error) {
1996
2946
  expect(error.requestId).to.be.ok
@@ -2008,6 +2958,16 @@ it("wedata.v20210820.BatchModifyOwnersNew", async function () {
2008
2958
  }
2009
2959
  })
2010
2960
 
2961
+ it("wedata.v20210820.DescribeSchedulerRunTimeInstanceCntByStatus", async function () {
2962
+ try {
2963
+ const data = await client.DescribeSchedulerRunTimeInstanceCntByStatus({})
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
+
2011
2971
  it("wedata.v20210820.BatchStopIntegrationTasks", async function () {
2012
2972
  try {
2013
2973
  const data = await client.BatchStopIntegrationTasks({})