tencentcloud-sdk-nodejs 4.0.785 → 4.0.787

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 (93) hide show
  1. package/CHANGELOG.md +319 -0
  2. package/SERVICE_CHANGELOG.md +351 -165
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +1 -1
  7. package/src/services/cfs/v20190719/cfs_models.ts +44 -37
  8. package/src/services/csip/v20221121/csip_client.ts +12 -0
  9. package/src/services/csip/v20221121/csip_models.ts +68 -0
  10. package/src/services/ess/v20201111/ess_client.ts +2 -1
  11. package/src/services/facefusion/v20181201/facefusion_client.ts +2 -16
  12. package/src/services/facefusion/v20181201/facefusion_models.ts +37 -86
  13. package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -2
  14. package/src/services/iotvideo/v20211125/iotvideo_client.ts +12 -0
  15. package/src/services/iotvideo/v20211125/iotvideo_models.ts +32 -0
  16. package/src/services/live/v20180801/live_client.ts +1 -1
  17. package/src/services/live/v20180801/live_models.ts +9 -2
  18. package/src/services/partners/v20180321/partners_models.ts +11 -6
  19. package/src/services/redis/v20180412/redis_client.ts +1 -1
  20. package/src/services/redis/v20180412/redis_models.ts +17 -13
  21. package/src/services/rum/v20210622/rum_client.ts +8 -69
  22. package/src/services/rum/v20210622/rum_models.ts +85 -292
  23. package/src/services/tcb/v20180608/tcb_models.ts +79 -43
  24. package/src/services/tke/index.ts +2 -0
  25. package/src/services/tke/v20180525/tke_client.ts +1 -1
  26. package/src/services/tke/v20180525/tke_models.ts +5 -5
  27. package/src/services/tke/v20220501/index.ts +6 -0
  28. package/src/services/tke/v20220501/tke_client.ts +77 -0
  29. package/src/services/tke/v20220501/tke_models.ts +795 -0
  30. package/src/services/trocket/v20230308/trocket_client.ts +375 -98
  31. package/src/services/trocket/v20230308/trocket_models.ts +1791 -800
  32. package/src/services/tse/v20201207/tse_client.ts +2 -2
  33. package/src/services/ump/v20200918/ump_client.ts +66 -32
  34. package/src/services/vod/v20180717/vod_client.ts +3 -2
  35. package/src/services/wedata/v20210820/wedata_client.ts +13 -1
  36. package/src/services/wedata/v20210820/wedata_models.ts +50 -35
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  40. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +44 -37
  41. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  42. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  43. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +66 -0
  44. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
  45. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
  46. package/tencentcloud/services/facefusion/v20181201/facefusion_client.d.ts +1 -7
  47. package/tencentcloud/services/facefusion/v20181201/facefusion_client.js +0 -8
  48. package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +37 -84
  49. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +2 -2
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +2 -2
  51. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
  52. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
  53. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +30 -0
  54. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  55. package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -2
  56. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +11 -6
  57. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  58. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  59. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +17 -13
  60. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +3 -31
  61. package/tencentcloud/services/rum/v20210622/rum_client.js +3 -39
  62. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +85 -283
  63. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +79 -43
  64. package/tencentcloud/services/tke/index.d.ts +4 -0
  65. package/tencentcloud/services/tke/index.js +2 -0
  66. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  67. package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
  68. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
  69. package/tencentcloud/services/tke/v20220501/index.d.ts +6 -0
  70. package/tencentcloud/services/tke/v20220501/index.js +9 -0
  71. package/tencentcloud/services/tke/v20220501/tke_client.d.ts +18 -0
  72. package/tencentcloud/services/tke/v20220501/tke_client.js +43 -0
  73. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +753 -0
  74. package/tencentcloud/services/tke/v20220501/tke_models.js +18 -0
  75. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +117 -23
  76. package/tencentcloud/services/trocket/v20230308/trocket_client.js +167 -29
  77. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1721 -781
  78. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +2 -2
  79. package/tencentcloud/services/tse/v20201207/tse_client.js +2 -2
  80. package/tencentcloud/services/ump/v20200918/ump_client.d.ts +51 -17
  81. package/tencentcloud/services/ump/v20200918/ump_client.js +51 -17
  82. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
  83. package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
  84. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  85. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  86. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +48 -35
  87. package/test/csip.v20221121.test.js +10 -0
  88. package/test/facefusion.v20181201.test.js +0 -10
  89. package/test/iotvideo.v20211125.test.js +10 -0
  90. package/test/rum.v20210622.test.js +2 -42
  91. package/test/tke.v20220501.test.js +41 -0
  92. package/test/trocket.v20230308.test.js +234 -14
  93. package/test/wedata.v20210820.test.js +10 -0
@@ -188,9 +188,9 @@ it("rum.v20210622.DescribeRumGroupLog", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("rum.v20210622.DescribeLogList", async function () {
191
+ it("rum.v20210622.StopProject", async function () {
192
192
  try {
193
- const data = await client.DescribeLogList({})
193
+ const data = await client.StopProject({})
194
194
  expect(data).to.be.ok
195
195
  } catch(error) {
196
196
  expect(error.requestId).to.be.ok
@@ -218,16 +218,6 @@ it("rum.v20210622.DescribePvList", async function () {
218
218
  }
219
219
  })
220
220
 
221
- it("rum.v20210622.DescribeLogExports", async function () {
222
- try {
223
- const data = await client.DescribeLogExports({})
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
221
  it("rum.v20210622.DescribeDataWebVitalsPage", async function () {
232
222
  try {
233
223
  const data = await client.DescribeDataWebVitalsPage({})
@@ -288,16 +278,6 @@ it("rum.v20210622.DescribeAppMetricsData", async function () {
288
278
  }
289
279
  })
290
280
 
291
- it("rum.v20210622.CreateLogExport", async function () {
292
- try {
293
- const data = await client.CreateLogExport({})
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
281
  it("rum.v20210622.DescribeDataSetUrlStatistics", async function () {
302
282
  try {
303
283
  const data = await client.DescribeDataSetUrlStatistics({})
@@ -388,16 +368,6 @@ it("rum.v20210622.ResumeProject", async function () {
388
368
  }
389
369
  })
390
370
 
391
- it("rum.v20210622.StopProject", async function () {
392
- try {
393
- const data = await client.StopProject({})
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
-
401
371
  it("rum.v20210622.CreateStarProject", async function () {
402
372
  try {
403
373
  const data = await client.CreateStarProject({})
@@ -458,16 +428,6 @@ it("rum.v20210622.DescribeReleaseFiles", async function () {
458
428
  }
459
429
  })
460
430
 
461
- it("rum.v20210622.DeleteLogExport", async function () {
462
- try {
463
- const data = await client.DeleteLogExport({})
464
- expect(data).to.be.ok
465
- } catch(error) {
466
- expect(error.requestId).to.be.ok
467
- expect(error.code).to.be.ok
468
- }
469
- })
470
-
471
431
  it("rum.v20210622.DescribeWhitelists", async function () {
472
432
  try {
473
433
  const data = await client.DescribeWhitelists({})
@@ -0,0 +1,41 @@
1
+
2
+ const expect = require("chai").expect
3
+ const tencentcloud = require("../../tencentcloud-sdk-nodejs")
4
+ const client = new tencentcloud.tke.v20220501.Client({
5
+ credential: {
6
+ secretId: process.env.secretId,
7
+ secretKey: process.env.secretKey,
8
+ },
9
+ region: "ap-shanghai",
10
+ profile: {
11
+ signMethod: "TC3-HMAC-SHA256",
12
+ httpProfile: {
13
+ reqMethod: "POST",
14
+ reqTimeout: 30,
15
+ endpoint: "cvm.ap-shanghai.tencentcloudapi.com",
16
+ },
17
+ },
18
+ })
19
+ describe("tke.v20220501.test.js", function () {
20
+
21
+ it("tke.v20220501.DescribeClusterInstances", async function () {
22
+ try {
23
+ const data = await client.DescribeClusterInstances({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("tke.v20220501.DescribeNodePools", async function () {
32
+ try {
33
+ const data = await client.DescribeNodePools({})
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
+ })
@@ -18,6 +18,26 @@ const client = new tencentcloud.trocket.v20230308.Client({
18
18
  })
19
19
  describe("trocket.v20230308.test.js", function () {
20
20
 
21
+ it("trocket.v20230308.DescribeMQTTMessageList", async function () {
22
+ try {
23
+ const data = await client.DescribeMQTTMessageList({})
24
+ expect(data).to.be.ok
25
+ } catch(error) {
26
+ expect(error.requestId).to.be.ok
27
+ expect(error.code).to.be.ok
28
+ }
29
+ })
30
+
31
+ it("trocket.v20230308.ModifyMQTTInstanceCertBinding", async function () {
32
+ try {
33
+ const data = await client.ModifyMQTTInstanceCertBinding({})
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
+
21
41
  it("trocket.v20230308.ModifyTopic", async function () {
22
42
  try {
23
43
  const data = await client.ModifyTopic({})
@@ -28,6 +48,26 @@ it("trocket.v20230308.ModifyTopic", async function () {
28
48
  }
29
49
  })
30
50
 
51
+ it("trocket.v20230308.ModifyMQTTTopic", async function () {
52
+ try {
53
+ const data = await client.ModifyMQTTTopic({})
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("trocket.v20230308.DeleteMQTTUser", async function () {
62
+ try {
63
+ const data = await client.DeleteMQTTUser({})
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
+
31
71
  it("trocket.v20230308.CreateRole", async function () {
32
72
  try {
33
73
  const data = await client.CreateRole({})
@@ -68,9 +108,19 @@ it("trocket.v20230308.CreateConsumerGroup", async function () {
68
108
  }
69
109
  })
70
110
 
71
- it("trocket.v20230308.DescribeRoleList", async function () {
111
+ it("trocket.v20230308.DescribeMQTTProductSKUList", async function () {
72
112
  try {
73
- const data = await client.DescribeRoleList({})
113
+ const data = await client.DescribeMQTTProductSKUList({})
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("trocket.v20230308.ImportSourceClusterTopics", async function () {
122
+ try {
123
+ const data = await client.ImportSourceClusterTopics({})
74
124
  expect(data).to.be.ok
75
125
  } catch(error) {
76
126
  expect(error.requestId).to.be.ok
@@ -88,9 +138,39 @@ it("trocket.v20230308.DescribeTopicStatsOp", async function () {
88
138
  }
89
139
  })
90
140
 
91
- it("trocket.v20230308.DescribeMQTTProductSKUList", async function () {
141
+ it("trocket.v20230308.DescribeMQTTUserList", async function () {
92
142
  try {
93
- const data = await client.DescribeMQTTProductSKUList({})
143
+ const data = await client.DescribeMQTTUserList({})
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("trocket.v20230308.DeleteMQTTInsPublicEndpoint", async function () {
152
+ try {
153
+ const data = await client.DeleteMQTTInsPublicEndpoint({})
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("trocket.v20230308.DescribeRoleList", async function () {
162
+ try {
163
+ const data = await client.DescribeRoleList({})
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("trocket.v20230308.ModifyMQTTUser", async function () {
172
+ try {
173
+ const data = await client.ModifyMQTTUser({})
94
174
  expect(data).to.be.ok
95
175
  } catch(error) {
96
176
  expect(error.requestId).to.be.ok
@@ -118,6 +198,16 @@ it("trocket.v20230308.ModifyConsumerGroup", async function () {
118
198
  }
119
199
  })
120
200
 
201
+ it("trocket.v20230308.DescribeMQTTInsVPCEndpoints", async function () {
202
+ try {
203
+ const data = await client.DescribeMQTTInsVPCEndpoints({})
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
+
121
211
  it("trocket.v20230308.DeleteRole", async function () {
122
212
  try {
123
213
  const data = await client.DeleteRole({})
@@ -128,6 +218,46 @@ it("trocket.v20230308.DeleteRole", async function () {
128
218
  }
129
219
  })
130
220
 
221
+ it("trocket.v20230308.DeleteMQTTInstance", async function () {
222
+ try {
223
+ const data = await client.DeleteMQTTInstance({})
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("trocket.v20230308.DescribeMQTTMessage", async function () {
232
+ try {
233
+ const data = await client.DescribeMQTTMessage({})
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("trocket.v20230308.DescribeMQTTTopic", async function () {
242
+ try {
243
+ const data = await client.DescribeMQTTTopic({})
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("trocket.v20230308.ModifyMQTTInsPublicEndpoint", async function () {
252
+ try {
253
+ const data = await client.ModifyMQTTInsPublicEndpoint({})
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
+
131
261
  it("trocket.v20230308.DescribeConsumerGroup", async function () {
132
262
  try {
133
263
  const data = await client.DescribeConsumerGroup({})
@@ -148,6 +278,36 @@ it("trocket.v20230308.CreateTopic", async function () {
148
278
  }
149
279
  })
150
280
 
281
+ it("trocket.v20230308.DescribeMQTTTopicList", async function () {
282
+ try {
283
+ const data = await client.DescribeMQTTTopicList({})
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("trocket.v20230308.DescribeMQTTInstance", async function () {
292
+ try {
293
+ const data = await client.DescribeMQTTInstance({})
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("trocket.v20230308.CreateMQTTTopic", async function () {
302
+ try {
303
+ const data = await client.CreateMQTTTopic({})
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
+
151
311
  it("trocket.v20230308.CreateInstance", async function () {
152
312
  try {
153
313
  const data = await client.CreateInstance({})
@@ -158,6 +318,16 @@ it("trocket.v20230308.CreateInstance", async function () {
158
318
  }
159
319
  })
160
320
 
321
+ it("trocket.v20230308.DeleteMQTTTopic", async function () {
322
+ try {
323
+ const data = await client.DeleteMQTTTopic({})
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
+
161
331
  it("trocket.v20230308.DescribeInstance", async function () {
162
332
  try {
163
333
  const data = await client.DescribeInstance({})
@@ -168,9 +338,29 @@ it("trocket.v20230308.DescribeInstance", async function () {
168
338
  }
169
339
  })
170
340
 
171
- it("trocket.v20230308.DeleteTopic", async function () {
341
+ it("trocket.v20230308.DescribeTopicList", async function () {
172
342
  try {
173
- const data = await client.DeleteTopic({})
343
+ const data = await client.DescribeTopicList({})
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("trocket.v20230308.DescribeMQTTInstanceCert", async function () {
352
+ try {
353
+ const data = await client.DescribeMQTTInstanceCert({})
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("trocket.v20230308.ModifyMQTTInstance", async function () {
362
+ try {
363
+ const data = await client.ModifyMQTTInstance({})
174
364
  expect(data).to.be.ok
175
365
  } catch(error) {
176
366
  expect(error.requestId).to.be.ok
@@ -188,9 +378,9 @@ it("trocket.v20230308.DescribeMQTTInstanceList", async function () {
188
378
  }
189
379
  })
190
380
 
191
- it("trocket.v20230308.ImportSourceClusterTopics", async function () {
381
+ it("trocket.v20230308.DescribeConsumerGroupList", async function () {
192
382
  try {
193
- const data = await client.ImportSourceClusterTopics({})
383
+ const data = await client.DescribeConsumerGroupList({})
194
384
  expect(data).to.be.ok
195
385
  } catch(error) {
196
386
  expect(error.requestId).to.be.ok
@@ -218,9 +408,19 @@ it("trocket.v20230308.DescribeInstanceList", async function () {
218
408
  }
219
409
  })
220
410
 
221
- it("trocket.v20230308.DescribeConsumerGroupList", async function () {
411
+ it("trocket.v20230308.DescribeMQTTInsPublicEndpoints", async function () {
222
412
  try {
223
- const data = await client.DescribeConsumerGroupList({})
413
+ const data = await client.DescribeMQTTInsPublicEndpoints({})
414
+ expect(data).to.be.ok
415
+ } catch(error) {
416
+ expect(error.requestId).to.be.ok
417
+ expect(error.code).to.be.ok
418
+ }
419
+ })
420
+
421
+ it("trocket.v20230308.CreateMQTTUser", async function () {
422
+ try {
423
+ const data = await client.CreateMQTTUser({})
224
424
  expect(data).to.be.ok
225
425
  } catch(error) {
226
426
  expect(error.requestId).to.be.ok
@@ -238,9 +438,9 @@ it("trocket.v20230308.ModifyRole", async function () {
238
438
  }
239
439
  })
240
440
 
241
- it("trocket.v20230308.DescribeTopic", async function () {
441
+ it("trocket.v20230308.DescribeMQTTClient", async function () {
242
442
  try {
243
- const data = await client.DescribeTopic({})
443
+ const data = await client.DescribeMQTTClient({})
244
444
  expect(data).to.be.ok
245
445
  } catch(error) {
246
446
  expect(error.requestId).to.be.ok
@@ -248,9 +448,9 @@ it("trocket.v20230308.DescribeTopic", async function () {
248
448
  }
249
449
  })
250
450
 
251
- it("trocket.v20230308.DescribeTopicList", async function () {
451
+ it("trocket.v20230308.DescribeTopic", async function () {
252
452
  try {
253
- const data = await client.DescribeTopicList({})
453
+ const data = await client.DescribeTopic({})
254
454
  expect(data).to.be.ok
255
455
  } catch(error) {
256
456
  expect(error.requestId).to.be.ok
@@ -268,4 +468,24 @@ it("trocket.v20230308.ModifyInstance", async function () {
268
468
  }
269
469
  })
270
470
 
471
+ it("trocket.v20230308.DeleteTopic", async function () {
472
+ try {
473
+ const data = await client.DeleteTopic({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
481
+ it("trocket.v20230308.CreateMQTTInsPublicEndpoint", async function () {
482
+ try {
483
+ const data = await client.CreateMQTTInsPublicEndpoint({})
484
+ expect(data).to.be.ok
485
+ } catch(error) {
486
+ expect(error.requestId).to.be.ok
487
+ expect(error.code).to.be.ok
488
+ }
489
+ })
490
+
271
491
  })
@@ -1928,6 +1928,16 @@ it("wedata.v20210820.FreezeTasksByMultiWorkflow", async function () {
1928
1928
  }
1929
1929
  })
1930
1930
 
1931
+ it("wedata.v20210820.DeleteProjectUsers", async function () {
1932
+ try {
1933
+ const data = await client.DeleteProjectUsers({})
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
+
1931
1941
  it("wedata.v20210820.DescribeBaselineInstances", async function () {
1932
1942
  try {
1933
1943
  const data = await client.DescribeBaselineInstances({})