tencentcloud-sdk-nodejs 4.0.411 → 4.0.414

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 (116) hide show
  1. package/CHANGELOG.md +566 -0
  2. package/SERVICE_CHANGELOG.md +471 -32
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aa/v20200224/aa_client.ts +1 -42
  7. package/src/services/aa/v20200224/aa_models.ts +0 -624
  8. package/src/services/antiddos/v20200309/antiddos_client.ts +13 -13
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +78 -43
  10. package/src/services/batch/v20170312/batch_models.ts +2 -2
  11. package/src/services/bm/v20180423/bm_models.ts +2 -2
  12. package/src/services/captcha/v20190722/captcha_models.ts +4 -1
  13. package/src/services/cbs/v20170312/cbs_models.ts +13 -13
  14. package/src/services/cfw/v20190904/cfw_models.ts +2 -2
  15. package/src/services/ckafka/v20190819/ckafka_client.ts +13 -1
  16. package/src/services/ckafka/v20190819/ckafka_models.ts +55 -10
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +5 -0
  18. package/src/services/cvm/v20170312/cvm_client.ts +24 -11
  19. package/src/services/cvm/v20170312/cvm_models.ts +237 -192
  20. package/src/services/ess/v20201111/ess_client.ts +1 -0
  21. package/src/services/ess/v20201111/ess_models.ts +60 -40
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +47 -22
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +276 -113
  24. package/src/services/gme/v20180711/gme_client.ts +14 -1
  25. package/src/services/gme/v20180711/gme_models.ts +68 -13
  26. package/src/services/iai/v20180301/iai_models.ts +2 -2
  27. package/src/services/iai/v20200303/iai_models.ts +1 -1
  28. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
  29. package/src/services/lighthouse/v20200324/lighthouse_models.ts +54 -4
  30. package/src/services/live/v20180801/live_client.ts +4 -2
  31. package/src/services/live/v20180801/live_models.ts +173 -87
  32. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  33. package/src/services/monitor/v20180724/monitor_models.ts +25 -0
  34. package/src/services/ocr/v20181119/ocr_client.ts +28 -12
  35. package/src/services/organization/v20181225/organization_models.ts +1 -1
  36. package/src/services/tag/v20180813/tag_client.ts +16 -3
  37. package/src/services/tag/v20180813/tag_models.ts +113 -43
  38. package/src/services/tcss/v20201101/tcss_models.ts +10 -0
  39. package/src/services/tione/v20211111/tione_models.ts +23 -1
  40. package/src/services/tke/v20180525/tke_models.ts +6 -0
  41. package/src/services/trtc/v20190722/trtc_client.ts +16 -91
  42. package/src/services/trtc/v20190722/trtc_models.ts +5 -357
  43. package/src/services/tse/v20201207/tse_client.ts +16 -2
  44. package/src/services/tse/v20201207/tse_models.ts +93 -17
  45. package/src/services/vod/v20180717/vod_client.ts +4 -4
  46. package/src/services/vod/v20180717/vod_models.ts +26 -13
  47. package/src/services/vpc/v20170312/vpc_models.ts +29 -0
  48. package/src/services/wedata/v20210820/wedata_client.ts +469 -16
  49. package/src/services/wedata/v20210820/wedata_models.ts +3015 -114
  50. package/tencentcloud/common/sdk_version.d.ts +1 -1
  51. package/tencentcloud/common/sdk_version.js +1 -1
  52. package/tencentcloud/services/aa/v20200224/aa_client.d.ts +1 -9
  53. package/tencentcloud/services/aa/v20200224/aa_client.js +0 -12
  54. package/tencentcloud/services/aa/v20200224/aa_models.d.ts +0 -529
  55. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -5
  56. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -6
  57. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +68 -40
  58. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -2
  59. package/tencentcloud/services/bm/v20180423/bm_models.d.ts +2 -2
  60. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -1
  61. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +13 -13
  62. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
  63. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  64. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  65. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -8
  66. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +4 -0
  67. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -1
  68. package/tencentcloud/services/cvm/v20170312/cvm_client.js +6 -0
  69. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +211 -172
  70. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
  71. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
  72. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +56 -36
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +15 -7
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +20 -8
  75. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +241 -100
  76. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +5 -1
  77. package/tencentcloud/services/gme/v20180711/gme_client.js +6 -0
  78. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +59 -12
  79. package/tencentcloud/services/iai/v20180301/iai_models.d.ts +2 -2
  80. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  81. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +45 -3
  82. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  83. package/tencentcloud/services/live/v20180801/live_models.d.ts +148 -76
  84. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -0
  85. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +16 -0
  86. package/tencentcloud/services/ocr/v20181119/ocr_client.js +16 -0
  87. package/tencentcloud/services/organization/v20181225/organization_models.d.ts +1 -1
  88. package/tencentcloud/services/tag/v20180813/tag_client.d.ts +5 -1
  89. package/tencentcloud/services/tag/v20180813/tag_client.js +6 -0
  90. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +95 -36
  91. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +8 -0
  92. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -1
  93. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  94. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +10 -37
  95. package/tencentcloud/services/trtc/v20190722/trtc_client.js +10 -49
  96. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -306
  97. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  98. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  99. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +81 -16
  100. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +4 -4
  101. package/tencentcloud/services/vod/v20180717/vod_client.js +4 -4
  102. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +22 -11
  103. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +24 -0
  104. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +147 -5
  105. package/tencentcloud/services/wedata/v20210820/wedata_client.js +218 -6
  106. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +2583 -125
  107. package/test/aa.v20200224.test.js +0 -20
  108. package/test/antiddos.v20200309.test.js +10 -10
  109. package/test/ckafka.v20190819.test.js +10 -0
  110. package/test/cvm.v20170312.test.js +10 -0
  111. package/test/essbasic.v20210526.test.js +24 -4
  112. package/test/gme.v20180711.test.js +10 -0
  113. package/test/tag.v20180813.test.js +10 -0
  114. package/test/trtc.v20190722.test.js +2 -62
  115. package/test/tse.v20201207.test.js +10 -0
  116. package/test/wedata.v20210820.test.js +354 -4
@@ -28,24 +28,4 @@ it("aa.v20200224.QueryActivityAntiRush", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("aa.v20200224.ManageMarketingRisk", async function () {
32
- try {
33
- const data = await client.ManageMarketingRisk({})
34
- expect(data).to.be.ok
35
- } catch(error) {
36
- expect(error.requestId).to.be.ok
37
- expect(error.code).to.be.ok
38
- }
39
- })
40
-
41
- it("aa.v20200224.QueryActivityAntiRushAdvanced", async function () {
42
- try {
43
- const data = await client.QueryActivityAntiRushAdvanced({})
44
- expect(data).to.be.ok
45
- } catch(error) {
46
- expect(error.requestId).to.be.ok
47
- expect(error.code).to.be.ok
48
- }
49
- })
50
-
51
31
  })
@@ -398,6 +398,16 @@ it("antiddos.v20200309.CreateDDoSGeoIPBlockConfig", async function () {
398
398
  }
399
399
  })
400
400
 
401
+ it("antiddos.v20200309.DescribeBgpBizTrend", async function () {
402
+ try {
403
+ const data = await client.DescribeBgpBizTrend({})
404
+ expect(data).to.be.ok
405
+ } catch(error) {
406
+ expect(error.requestId).to.be.ok
407
+ expect(error.code).to.be.ok
408
+ }
409
+ })
410
+
401
411
  it("antiddos.v20200309.DescribeCCReqLimitPolicyList", async function () {
402
412
  try {
403
413
  const data = await client.DescribeCCReqLimitPolicyList({})
@@ -448,16 +458,6 @@ it("antiddos.v20200309.DescribeListBGPInstances", async function () {
448
458
  }
449
459
  })
450
460
 
451
- it("antiddos.v20200309.DeleteBlackWhiteIpList", async function () {
452
- try {
453
- const data = await client.DeleteBlackWhiteIpList({})
454
- expect(data).to.be.ok
455
- } catch(error) {
456
- expect(error.requestId).to.be.ok
457
- expect(error.code).to.be.ok
458
- }
459
- })
460
-
461
461
  it("antiddos.v20200309.DeletePortAclConfig", async function () {
462
462
  try {
463
463
  const data = await client.DeletePortAclConfig({})
@@ -238,6 +238,16 @@ it("ckafka.v20190819.DescribeUser", async function () {
238
238
  }
239
239
  })
240
240
 
241
+ it("ckafka.v20190819.FetchMessageListByOffset", async function () {
242
+ try {
243
+ const data = await client.FetchMessageListByOffset({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
241
251
  it("ckafka.v20190819.DescribeACL", async function () {
242
252
  try {
243
253
  const data = await client.DescribeACL({})
@@ -758,6 +758,16 @@ it("cvm.v20170312.DescribeImageQuota", async function () {
758
758
  }
759
759
  })
760
760
 
761
+ it("cvm.v20170312.DescribeChcDeniedActions", async function () {
762
+ try {
763
+ const data = await client.DescribeChcDeniedActions({})
764
+ expect(data).to.be.ok
765
+ } catch(error) {
766
+ expect(error.requestId).to.be.ok
767
+ expect(error.code).to.be.ok
768
+ }
769
+ })
770
+
761
771
  it("cvm.v20170312.DescribeAccountQuota", async function () {
762
772
  try {
763
773
  const data = await client.DescribeAccountQuota({})
@@ -28,6 +28,16 @@ it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
32
+ try {
33
+ const data = await client.DescribeResourceUrlsByFlows({})
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("essbasic.v20210526.GetDownloadFlowUrl", async function () {
32
42
  try {
33
43
  const data = await client.GetDownloadFlowUrl({})
@@ -148,6 +158,16 @@ it("essbasic.v20210526.ChannelCreateBatchCancelFlowUrl", async function () {
148
158
  }
149
159
  })
150
160
 
161
+ it("essbasic.v20210526.ChannelCreateConvertTaskApi", async function () {
162
+ try {
163
+ const data = await client.ChannelCreateConvertTaskApi({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
151
171
  it("essbasic.v20210526.DescribeUsage", async function () {
152
172
  try {
153
173
  const data = await client.DescribeUsage({})
@@ -158,9 +178,9 @@ it("essbasic.v20210526.DescribeUsage", async function () {
158
178
  }
159
179
  })
160
180
 
161
- it("essbasic.v20210526.DescribeFlowDetailInfo", async function () {
181
+ it("essbasic.v20210526.ChannelGetTaskResultApi", async function () {
162
182
  try {
163
- const data = await client.DescribeFlowDetailInfo({})
183
+ const data = await client.ChannelGetTaskResultApi({})
164
184
  expect(data).to.be.ok
165
185
  } catch(error) {
166
186
  expect(error.requestId).to.be.ok
@@ -178,9 +198,9 @@ it("essbasic.v20210526.SyncProxyOrganization", async function () {
178
198
  }
179
199
  })
180
200
 
181
- it("essbasic.v20210526.DescribeResourceUrlsByFlows", async function () {
201
+ it("essbasic.v20210526.DescribeFlowDetailInfo", async function () {
182
202
  try {
183
- const data = await client.DescribeResourceUrlsByFlows({})
203
+ const data = await client.DescribeFlowDetailInfo({})
184
204
  expect(data).to.be.ok
185
205
  } catch(error) {
186
206
  expect(error.requestId).to.be.ok
@@ -58,6 +58,16 @@ it("gme.v20180711.DescribeScanResultList", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("gme.v20180711.ModifyUserMicStatus", async function () {
62
+ try {
63
+ const data = await client.ModifyUserMicStatus({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
61
71
  it("gme.v20180711.VoiceFilter", async function () {
62
72
  try {
63
73
  const data = await client.VoiceFilter({})
@@ -238,6 +238,16 @@ it("tag.v20180813.DescribeTags", async function () {
238
238
  }
239
239
  })
240
240
 
241
+ it("tag.v20180813.DescribeProjects", async function () {
242
+ try {
243
+ const data = await client.DescribeProjects({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
241
251
  it("tag.v20180813.DescribeTagKeys", async function () {
242
252
  try {
243
253
  const data = await client.DescribeTagKeys({})
@@ -38,16 +38,6 @@ it("trtc.v20190722.StartMCUMixTranscode", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("trtc.v20190722.DescribeRoomInformation", async function () {
42
- try {
43
- const data = await client.DescribeRoomInformation({})
44
- expect(data).to.be.ok
45
- } catch(error) {
46
- expect(error.requestId).to.be.ok
47
- expect(error.code).to.be.ok
48
- }
49
- })
50
-
51
41
  it("trtc.v20190722.DescribeCallDetailInfo", async function () {
52
42
  try {
53
43
  const data = await client.DescribeCallDetailInfo({})
@@ -68,16 +58,6 @@ it("trtc.v20190722.StopMCUMixTranscode", async function () {
68
58
  }
69
59
  })
70
60
 
71
- it("trtc.v20190722.DescribeHistoryScale", async function () {
72
- try {
73
- const data = await client.DescribeHistoryScale({})
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
-
81
61
  it("trtc.v20190722.DeletePicture", async function () {
82
62
  try {
83
63
  const data = await client.DeletePicture({})
@@ -108,9 +88,9 @@ it("trtc.v20190722.RemoveUser", async function () {
108
88
  }
109
89
  })
110
90
 
111
- it("trtc.v20190722.DescribeCallDetail", async function () {
91
+ it("trtc.v20190722.ModifyCloudRecording", async function () {
112
92
  try {
113
- const data = await client.DescribeCallDetail({})
93
+ const data = await client.ModifyCloudRecording({})
114
94
  expect(data).to.be.ok
115
95
  } catch(error) {
116
96
  expect(error.requestId).to.be.ok
@@ -128,16 +108,6 @@ it("trtc.v20190722.DescribeUserEvent", async function () {
128
108
  }
129
109
  })
130
110
 
131
- it("trtc.v20190722.ModifyCloudRecording", async function () {
132
- try {
133
- const data = await client.ModifyCloudRecording({})
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
111
  it("trtc.v20190722.CreateCloudRecording", async function () {
142
112
  try {
143
113
  const data = await client.CreateCloudRecording({})
@@ -208,16 +178,6 @@ it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
208
178
  }
209
179
  })
210
180
 
211
- it("trtc.v20190722.DescribeAbnormalEvent", async function () {
212
- try {
213
- const data = await client.DescribeAbnormalEvent({})
214
- expect(data).to.be.ok
215
- } catch(error) {
216
- expect(error.requestId).to.be.ok
217
- expect(error.code).to.be.ok
218
- }
219
- })
220
-
221
181
  it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
222
182
  try {
223
183
  const data = await client.StartMCUMixTranscodeByStrRoomId({})
@@ -298,16 +258,6 @@ it("trtc.v20190722.DescribePicture", async function () {
298
258
  }
299
259
  })
300
260
 
301
- it("trtc.v20190722.DescribeDetailEvent", async function () {
302
- try {
303
- const data = await client.DescribeDetailEvent({})
304
- expect(data).to.be.ok
305
- } catch(error) {
306
- expect(error.requestId).to.be.ok
307
- expect(error.code).to.be.ok
308
- }
309
- })
310
-
311
261
  it("trtc.v20190722.DescribeUnusualEvent", async function () {
312
262
  try {
313
263
  const data = await client.DescribeUnusualEvent({})
@@ -318,14 +268,4 @@ it("trtc.v20190722.DescribeUnusualEvent", async function () {
318
268
  }
319
269
  })
320
270
 
321
- it("trtc.v20190722.DescribeUserInformation", async function () {
322
- try {
323
- const data = await client.DescribeUserInformation({})
324
- expect(data).to.be.ok
325
- } catch(error) {
326
- expect(error.requestId).to.be.ok
327
- expect(error.code).to.be.ok
328
- }
329
- })
330
-
331
271
  })
@@ -58,6 +58,16 @@ it("tse.v20201207.DescribeNacosReplicas", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("tse.v20201207.DescribeCloudNativeAPIGatewayNodes", async function () {
62
+ try {
63
+ const data = await client.DescribeCloudNativeAPIGatewayNodes({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
61
71
  it("tse.v20201207.DescribeZookeeperServerInterfaces", async function () {
62
72
  try {
63
73
  const data = await client.DescribeZookeeperServerInterfaces({})
@@ -18,9 +18,9 @@ const client = new tencentcloud.wedata.v20210820.Client({
18
18
  })
19
19
  describe("wedata.v20210820.test.js", function () {
20
20
 
21
- it("wedata.v20210820.DescribeProject", async function () {
21
+ it("wedata.v20210820.CreateTask", async function () {
22
22
  try {
23
- const data = await client.DescribeProject({})
23
+ const data = await client.CreateTask({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("wedata.v20210820.DescribeProject", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("wedata.v20210820.DescribeRelatedInstances", async function () {
31
+ it("wedata.v20210820.SetTaskAlarmNew", async function () {
32
32
  try {
33
- const data = await client.DescribeRelatedInstances({})
33
+ const data = await client.SetTaskAlarmNew({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -48,4 +48,354 @@ it("wedata.v20210820.DescribeTaskInstances", async function () {
48
48
  }
49
49
  })
50
50
 
51
+ it("wedata.v20210820.ModifyTaskScript", async function () {
52
+ try {
53
+ const data = await client.ModifyTaskScript({})
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
+
61
+ it("wedata.v20210820.SubmitTask", async function () {
62
+ try {
63
+ const data = await client.SubmitTask({})
64
+ expect(data).to.be.ok
65
+ } catch(error) {
66
+ expect(error.requestId).to.be.ok
67
+ expect(error.code).to.be.ok
68
+ }
69
+ })
70
+
71
+ it("wedata.v20210820.FreezeTasks", async function () {
72
+ try {
73
+ const data = await client.FreezeTasks({})
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
+
81
+ it("wedata.v20210820.MakeUpWorkflowNew", async function () {
82
+ try {
83
+ const data = await client.MakeUpWorkflowNew({})
84
+ expect(data).to.be.ok
85
+ } catch(error) {
86
+ expect(error.requestId).to.be.ok
87
+ expect(error.code).to.be.ok
88
+ }
89
+ })
90
+
91
+ it("wedata.v20210820.RegisterEvent", async function () {
92
+ try {
93
+ const data = await client.RegisterEvent({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
101
+ it("wedata.v20210820.ModifyTaskInfo", async function () {
102
+ try {
103
+ const data = await client.ModifyTaskInfo({})
104
+ expect(data).to.be.ok
105
+ } catch(error) {
106
+ expect(error.requestId).to.be.ok
107
+ expect(error.code).to.be.ok
108
+ }
109
+ })
110
+
111
+ it("wedata.v20210820.KillInstances", async function () {
112
+ try {
113
+ const data = await client.KillInstances({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
121
+ it("wedata.v20210820.DescribeFolderWorkflowList", async function () {
122
+ try {
123
+ const data = await client.DescribeFolderWorkflowList({})
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.RerunInstances", async function () {
132
+ try {
133
+ const data = await client.RerunInstances({})
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.DescribeTaskDetail", async function () {
142
+ try {
143
+ const data = await client.DescribeTaskDetail({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
151
+ it("wedata.v20210820.MakeUpTasksNew", async function () {
152
+ try {
153
+ const data = await client.MakeUpTasksNew({})
154
+ expect(data).to.be.ok
155
+ } catch(error) {
156
+ expect(error.requestId).to.be.ok
157
+ expect(error.code).to.be.ok
158
+ }
159
+ })
160
+
161
+ it("wedata.v20210820.FreezeTasksByMultiWorkflow", async function () {
162
+ try {
163
+ const data = await client.FreezeTasksByMultiWorkflow({})
164
+ expect(data).to.be.ok
165
+ } catch(error) {
166
+ expect(error.requestId).to.be.ok
167
+ expect(error.code).to.be.ok
168
+ }
169
+ })
170
+
171
+ it("wedata.v20210820.DescribeInstanceLogs", async function () {
172
+ try {
173
+ const data = await client.DescribeInstanceLogs({})
174
+ expect(data).to.be.ok
175
+ } catch(error) {
176
+ expect(error.requestId).to.be.ok
177
+ expect(error.code).to.be.ok
178
+ }
179
+ })
180
+
181
+ it("wedata.v20210820.DescribeRelatedInstances", async function () {
182
+ try {
183
+ const data = await client.DescribeRelatedInstances({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
191
+ it("wedata.v20210820.BatchDeleteTasksNew", async function () {
192
+ try {
193
+ const data = await client.BatchDeleteTasksNew({})
194
+ expect(data).to.be.ok
195
+ } catch(error) {
196
+ expect(error.requestId).to.be.ok
197
+ expect(error.code).to.be.ok
198
+ }
199
+ })
200
+
201
+ it("wedata.v20210820.DeleteWorkflowNew", async function () {
202
+ try {
203
+ const data = await client.DeleteWorkflowNew({})
204
+ expect(data).to.be.ok
205
+ } catch(error) {
206
+ expect(error.requestId).to.be.ok
207
+ expect(error.code).to.be.ok
208
+ }
209
+ })
210
+
211
+ it("wedata.v20210820.ModifyWorkflowSchedule", async function () {
212
+ try {
213
+ const data = await client.ModifyWorkflowSchedule({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
221
+ it("wedata.v20210820.DescribeTasksByPage", async function () {
222
+ try {
223
+ const data = await client.DescribeTasksByPage({})
224
+ expect(data).to.be.ok
225
+ } catch(error) {
226
+ expect(error.requestId).to.be.ok
227
+ expect(error.code).to.be.ok
228
+ }
229
+ })
230
+
231
+ it("wedata.v20210820.ModifyWorkflowInfo", async function () {
232
+ try {
233
+ const data = await client.ModifyWorkflowInfo({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
241
+ it("wedata.v20210820.CreateFolder", async function () {
242
+ try {
243
+ const data = await client.CreateFolder({})
244
+ expect(data).to.be.ok
245
+ } catch(error) {
246
+ expect(error.requestId).to.be.ok
247
+ expect(error.code).to.be.ok
248
+ }
249
+ })
250
+
251
+ it("wedata.v20210820.ModifyFolder", async function () {
252
+ try {
253
+ const data = await client.ModifyFolder({})
254
+ expect(data).to.be.ok
255
+ } catch(error) {
256
+ expect(error.requestId).to.be.ok
257
+ expect(error.code).to.be.ok
258
+ }
259
+ })
260
+
261
+ it("wedata.v20210820.DescribeFolderList", async function () {
262
+ try {
263
+ const data = await client.DescribeFolderList({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
271
+ it("wedata.v20210820.DeleteFolder", async function () {
272
+ try {
273
+ const data = await client.DeleteFolder({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
281
+ it("wedata.v20210820.RegisterEventListener", async function () {
282
+ try {
283
+ const data = await client.RegisterEventListener({})
284
+ expect(data).to.be.ok
285
+ } catch(error) {
286
+ expect(error.requestId).to.be.ok
287
+ expect(error.code).to.be.ok
288
+ }
289
+ })
290
+
291
+ it("wedata.v20210820.TriggerEvent", async function () {
292
+ try {
293
+ const data = await client.TriggerEvent({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
301
+ it("wedata.v20210820.ModifyTaskLinks", async function () {
302
+ try {
303
+ const data = await client.ModifyTaskLinks({})
304
+ expect(data).to.be.ok
305
+ } catch(error) {
306
+ expect(error.requestId).to.be.ok
307
+ expect(error.code).to.be.ok
308
+ }
309
+ })
310
+
311
+ it("wedata.v20210820.CreateWorkflow", async function () {
312
+ try {
313
+ const data = await client.CreateWorkflow({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
321
+ it("wedata.v20210820.DescribeProject", async function () {
322
+ try {
323
+ const data = await client.DescribeProject({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
331
+ it("wedata.v20210820.ForceSucInstances", async function () {
332
+ try {
333
+ const data = await client.ForceSucInstances({})
334
+ expect(data).to.be.ok
335
+ } catch(error) {
336
+ expect(error.requestId).to.be.ok
337
+ expect(error.code).to.be.ok
338
+ }
339
+ })
340
+
341
+ it("wedata.v20210820.RunTask", async function () {
342
+ try {
343
+ const data = await client.RunTask({})
344
+ expect(data).to.be.ok
345
+ } catch(error) {
346
+ expect(error.requestId).to.be.ok
347
+ expect(error.code).to.be.ok
348
+ }
349
+ })
350
+
351
+ it("wedata.v20210820.DescribeDependTasksNew", async function () {
352
+ try {
353
+ const data = await client.DescribeDependTasksNew({})
354
+ expect(data).to.be.ok
355
+ } catch(error) {
356
+ expect(error.requestId).to.be.ok
357
+ expect(error.code).to.be.ok
358
+ }
359
+ })
360
+
361
+ it("wedata.v20210820.SubmitWorkflow", async function () {
362
+ try {
363
+ const data = await client.SubmitWorkflow({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
371
+ it("wedata.v20210820.DescribeTaskScript", async function () {
372
+ try {
373
+ const data = await client.DescribeTaskScript({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
381
+ it("wedata.v20210820.BatchModifyOwnersNew", async function () {
382
+ try {
383
+ const data = await client.BatchModifyOwnersNew({})
384
+ expect(data).to.be.ok
385
+ } catch(error) {
386
+ expect(error.requestId).to.be.ok
387
+ expect(error.code).to.be.ok
388
+ }
389
+ })
390
+
391
+ it("wedata.v20210820.BatchStopTasksNew", async function () {
392
+ try {
393
+ const data = await client.BatchStopTasksNew({})
394
+ expect(data).to.be.ok
395
+ } catch(error) {
396
+ expect(error.requestId).to.be.ok
397
+ expect(error.code).to.be.ok
398
+ }
399
+ })
400
+
51
401
  })