tencentcloud-sdk-nodejs 4.0.784 → 4.0.786
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.
- package/CHANGELOG.md +384 -0
- package/SERVICE_CHANGELOG.md +376 -80
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +14 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +188 -8
- package/src/services/cfg/v20210820/cfg_models.ts +6 -5
- package/src/services/cls/v20201016/cls_models.ts +32 -19
- package/src/services/csip/v20221121/csip_client.ts +26 -2
- package/src/services/csip/v20221121/csip_models.ts +100 -8
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +3 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +195 -50
- package/src/services/ess/v20201111/ess_client.ts +2 -1
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -2
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +12 -2
- package/src/services/oceanus/v20190422/oceanus_models.ts +17 -3
- package/src/services/privatedns/v20201028/privatedns_models.ts +25 -19
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +17 -13
- package/src/services/ssl/v20191205/ssl_client.ts +0 -15
- package/src/services/ssl/v20191205/ssl_models.ts +0 -53
- package/src/services/teo/v20220901/teo_models.ts +7 -3
- package/src/services/tke/v20180525/tke_client.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +5 -5
- package/src/services/trocket/v20230308/trocket_client.ts +398 -77
- package/src/services/trocket/v20230308/trocket_models.ts +1970 -694
- package/src/services/ump/v20200918/ump_client.ts +4 -2
- package/src/services/wedata/v20210820/wedata_client.ts +13 -1
- package/src/services/wedata/v20210820/wedata_models.ts +50 -35
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +185 -8
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +6 -5
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +32 -19
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +9 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +12 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +96 -8
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +194 -50
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +2 -2
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +2 -2
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +12 -2
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +17 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +25 -19
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +17 -13
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -7
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +0 -8
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +0 -50
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -3
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +127 -15
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +182 -20
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1877 -660
- package/tencentcloud/services/ump/v20200918/ump_client.d.ts +3 -1
- package/tencentcloud/services/ump/v20200918/ump_client.js +3 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +48 -35
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/csip.v20221121.test.js +20 -0
- package/test/ssl.v20191205.test.js +0 -10
- package/test/trocket.v20230308.test.js +262 -12
- package/test/wedata.v20210820.test.js +10 -0
|
@@ -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.
|
|
111
|
+
it("trocket.v20230308.DescribeMQTTProductSKUList", async function () {
|
|
72
112
|
try {
|
|
73
|
-
const data = await client.
|
|
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,6 +138,46 @@ it("trocket.v20230308.DescribeTopicStatsOp", async function () {
|
|
|
88
138
|
}
|
|
89
139
|
})
|
|
90
140
|
|
|
141
|
+
it("trocket.v20230308.DescribeMQTTUserList", async function () {
|
|
142
|
+
try {
|
|
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({})
|
|
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
|
+
|
|
91
181
|
it("trocket.v20230308.DeleteConsumerGroup", async function () {
|
|
92
182
|
try {
|
|
93
183
|
const data = await client.DeleteConsumerGroup({})
|
|
@@ -108,6 +198,16 @@ it("trocket.v20230308.ModifyConsumerGroup", async function () {
|
|
|
108
198
|
}
|
|
109
199
|
})
|
|
110
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
|
+
|
|
111
211
|
it("trocket.v20230308.DeleteRole", async function () {
|
|
112
212
|
try {
|
|
113
213
|
const data = await client.DeleteRole({})
|
|
@@ -118,6 +218,46 @@ it("trocket.v20230308.DeleteRole", async function () {
|
|
|
118
218
|
}
|
|
119
219
|
})
|
|
120
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
|
+
|
|
121
261
|
it("trocket.v20230308.DescribeConsumerGroup", async function () {
|
|
122
262
|
try {
|
|
123
263
|
const data = await client.DescribeConsumerGroup({})
|
|
@@ -138,6 +278,36 @@ it("trocket.v20230308.CreateTopic", async function () {
|
|
|
138
278
|
}
|
|
139
279
|
})
|
|
140
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
|
+
|
|
141
311
|
it("trocket.v20230308.CreateInstance", async function () {
|
|
142
312
|
try {
|
|
143
313
|
const data = await client.CreateInstance({})
|
|
@@ -148,6 +318,16 @@ it("trocket.v20230308.CreateInstance", async function () {
|
|
|
148
318
|
}
|
|
149
319
|
})
|
|
150
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
|
+
|
|
151
331
|
it("trocket.v20230308.DescribeInstance", async function () {
|
|
152
332
|
try {
|
|
153
333
|
const data = await client.DescribeInstance({})
|
|
@@ -158,9 +338,9 @@ it("trocket.v20230308.DescribeInstance", async function () {
|
|
|
158
338
|
}
|
|
159
339
|
})
|
|
160
340
|
|
|
161
|
-
it("trocket.v20230308.
|
|
341
|
+
it("trocket.v20230308.DescribeTopicList", async function () {
|
|
162
342
|
try {
|
|
163
|
-
const data = await client.
|
|
343
|
+
const data = await client.DescribeTopicList({})
|
|
164
344
|
expect(data).to.be.ok
|
|
165
345
|
} catch(error) {
|
|
166
346
|
expect(error.requestId).to.be.ok
|
|
@@ -168,9 +348,9 @@ it("trocket.v20230308.DeleteTopic", async function () {
|
|
|
168
348
|
}
|
|
169
349
|
})
|
|
170
350
|
|
|
171
|
-
it("trocket.v20230308.
|
|
351
|
+
it("trocket.v20230308.DescribeMQTTInstanceCert", async function () {
|
|
172
352
|
try {
|
|
173
|
-
const data = await client.
|
|
353
|
+
const data = await client.DescribeMQTTInstanceCert({})
|
|
174
354
|
expect(data).to.be.ok
|
|
175
355
|
} catch(error) {
|
|
176
356
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +358,19 @@ it("trocket.v20230308.ImportSourceClusterTopics", async function () {
|
|
|
178
358
|
}
|
|
179
359
|
})
|
|
180
360
|
|
|
181
|
-
it("trocket.v20230308.
|
|
361
|
+
it("trocket.v20230308.ModifyMQTTInstance", async function () {
|
|
182
362
|
try {
|
|
183
|
-
const data = await client.
|
|
363
|
+
const data = await client.ModifyMQTTInstance({})
|
|
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("trocket.v20230308.DescribeMQTTInstanceList", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.DescribeMQTTInstanceList({})
|
|
184
374
|
expect(data).to.be.ok
|
|
185
375
|
} catch(error) {
|
|
186
376
|
expect(error.requestId).to.be.ok
|
|
@@ -198,6 +388,46 @@ it("trocket.v20230308.DescribeConsumerGroupList", async function () {
|
|
|
198
388
|
}
|
|
199
389
|
})
|
|
200
390
|
|
|
391
|
+
it("trocket.v20230308.CreateMQTTInstance", async function () {
|
|
392
|
+
try {
|
|
393
|
+
const data = await client.CreateMQTTInstance({})
|
|
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
|
+
it("trocket.v20230308.DescribeInstanceList", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.DescribeInstanceList({})
|
|
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
|
+
|
|
411
|
+
it("trocket.v20230308.DescribeMQTTInsPublicEndpoints", async function () {
|
|
412
|
+
try {
|
|
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({})
|
|
424
|
+
expect(data).to.be.ok
|
|
425
|
+
} catch(error) {
|
|
426
|
+
expect(error.requestId).to.be.ok
|
|
427
|
+
expect(error.code).to.be.ok
|
|
428
|
+
}
|
|
429
|
+
})
|
|
430
|
+
|
|
201
431
|
it("trocket.v20230308.ModifyRole", async function () {
|
|
202
432
|
try {
|
|
203
433
|
const data = await client.ModifyRole({})
|
|
@@ -208,9 +438,9 @@ it("trocket.v20230308.ModifyRole", async function () {
|
|
|
208
438
|
}
|
|
209
439
|
})
|
|
210
440
|
|
|
211
|
-
it("trocket.v20230308.
|
|
441
|
+
it("trocket.v20230308.DescribeMQTTClient", async function () {
|
|
212
442
|
try {
|
|
213
|
-
const data = await client.
|
|
443
|
+
const data = await client.DescribeMQTTClient({})
|
|
214
444
|
expect(data).to.be.ok
|
|
215
445
|
} catch(error) {
|
|
216
446
|
expect(error.requestId).to.be.ok
|
|
@@ -218,9 +448,9 @@ it("trocket.v20230308.DescribeTopic", async function () {
|
|
|
218
448
|
}
|
|
219
449
|
})
|
|
220
450
|
|
|
221
|
-
it("trocket.v20230308.
|
|
451
|
+
it("trocket.v20230308.DescribeTopic", async function () {
|
|
222
452
|
try {
|
|
223
|
-
const data = await client.
|
|
453
|
+
const data = await client.DescribeTopic({})
|
|
224
454
|
expect(data).to.be.ok
|
|
225
455
|
} catch(error) {
|
|
226
456
|
expect(error.requestId).to.be.ok
|
|
@@ -238,4 +468,24 @@ it("trocket.v20230308.ModifyInstance", async function () {
|
|
|
238
468
|
}
|
|
239
469
|
})
|
|
240
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
|
+
|
|
241
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({})
|