tencentcloud-sdk-nodejs 4.0.566 → 4.0.567
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 +364 -0
- package/SERVICE_CHANGELOG.md +522 -120
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +18 -18
- package/src/services/cdb/v20170320/cdb_models.ts +7 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +23 -0
- package/src/services/dcdb/v20180411/dcdb_client.ts +17 -3
- package/src/services/dcdb/v20180411/dcdb_models.ts +403 -26
- package/src/services/dlc/v20210125/dlc_models.ts +6 -0
- package/src/services/emr/v20190103/emr_models.ts +6 -0
- package/src/services/ess/v20201111/ess_client.ts +14 -2
- package/src/services/ess/v20201111/ess_models.ts +128 -38
- package/src/services/essbasic/v20210526/essbasic_client.ts +49 -11
- package/src/services/essbasic/v20210526/essbasic_models.ts +472 -290
- package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
- package/src/services/mariadb/v20170312/mariadb_models.ts +308 -0
- package/src/services/monitor/v20180724/monitor_client.ts +2 -2
- package/src/services/ocr/v20181119/ocr_client.ts +23 -12
- package/src/services/ocr/v20181119/ocr_models.ts +2 -2
- package/src/services/redis/v20180412/redis_client.ts +14 -2
- package/src/services/redis/v20180412/redis_models.ts +159 -39
- package/src/services/tdid/v20210519/tdid_client.ts +133 -65
- package/src/services/tiw/v20190919/tiw_client.ts +403 -91
- package/src/services/tiw/v20190919/tiw_models.ts +2181 -976
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +17 -16
- package/src/services/waf/v20180125/waf_client.ts +1 -1
- package/src/services/waf/v20180125/waf_models.ts +36 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +18 -18
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +19 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +334 -25
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +110 -35
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +15 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +21 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +356 -201
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +252 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +13 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +13 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +132 -34
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +102 -34
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +102 -34
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +114 -13
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +169 -18
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +1946 -922
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -14
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +31 -6
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +32 -2
- package/test/mariadb.v20170312.test.js +10 -0
- package/test/redis.v20180412.test.js +10 -0
- package/test/tiw.v20190919.test.js +262 -12
|
@@ -18,6 +18,16 @@ const client = new tencentcloud.tiw.v20190919.Client({
|
|
|
18
18
|
})
|
|
19
19
|
describe("tiw.v20190919.test.js", function () {
|
|
20
20
|
|
|
21
|
+
it("tiw.v20190919.DescribeWhiteboardBucketConfig", async function () {
|
|
22
|
+
try {
|
|
23
|
+
const data = await client.DescribeWhiteboardBucketConfig({})
|
|
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
|
+
|
|
21
31
|
it("tiw.v20190919.SetOnlineRecordCallback", async function () {
|
|
22
32
|
try {
|
|
23
33
|
const data = await client.SetOnlineRecordCallback({})
|
|
@@ -28,6 +38,36 @@ it("tiw.v20190919.SetOnlineRecordCallback", async function () {
|
|
|
28
38
|
}
|
|
29
39
|
})
|
|
30
40
|
|
|
41
|
+
it("tiw.v20190919.StopOnlineRecord", async function () {
|
|
42
|
+
try {
|
|
43
|
+
const data = await client.StopOnlineRecord({})
|
|
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
|
+
it("tiw.v20190919.DescribeBoardSDKLog", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.DescribeBoardSDKLog({})
|
|
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("tiw.v20190919.DescribeUserList", async function () {
|
|
62
|
+
try {
|
|
63
|
+
const data = await client.DescribeUserList({})
|
|
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("tiw.v20190919.SetVideoGenerationTaskCallback", async function () {
|
|
32
72
|
try {
|
|
33
73
|
const data = await client.SetVideoGenerationTaskCallback({})
|
|
@@ -58,6 +98,16 @@ it("tiw.v20190919.SetOnlineRecordCallbackKey", async function () {
|
|
|
58
98
|
}
|
|
59
99
|
})
|
|
60
100
|
|
|
101
|
+
it("tiw.v20190919.DescribeWhiteboardApplicationConfig", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.DescribeWhiteboardApplicationConfig({})
|
|
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
|
+
|
|
61
111
|
it("tiw.v20190919.SetTranscodeCallback", async function () {
|
|
62
112
|
try {
|
|
63
113
|
const data = await client.SetTranscodeCallback({})
|
|
@@ -78,6 +128,26 @@ it("tiw.v20190919.ResumeOnlineRecord", async function () {
|
|
|
78
128
|
}
|
|
79
129
|
})
|
|
80
130
|
|
|
131
|
+
it("tiw.v20190919.ApplyTiwTrial", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.ApplyTiwTrial({})
|
|
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("tiw.v20190919.DescribePostpaidUsage", async function () {
|
|
142
|
+
try {
|
|
143
|
+
const data = await client.DescribePostpaidUsage({})
|
|
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
|
+
|
|
81
151
|
it("tiw.v20190919.SetTranscodeCallbackKey", async function () {
|
|
82
152
|
try {
|
|
83
153
|
const data = await client.SetTranscodeCallbackKey({})
|
|
@@ -88,6 +158,16 @@ it("tiw.v20190919.SetTranscodeCallbackKey", async function () {
|
|
|
88
158
|
}
|
|
89
159
|
})
|
|
90
160
|
|
|
161
|
+
it("tiw.v20190919.SetOfflineRecordCallback", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.SetOfflineRecordCallback({})
|
|
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
|
+
|
|
91
171
|
it("tiw.v20190919.CreateSnapshotTask", async function () {
|
|
92
172
|
try {
|
|
93
173
|
const data = await client.CreateSnapshotTask({})
|
|
@@ -98,6 +178,36 @@ it("tiw.v20190919.CreateSnapshotTask", async function () {
|
|
|
98
178
|
}
|
|
99
179
|
})
|
|
100
180
|
|
|
181
|
+
it("tiw.v20190919.DescribeVideoGenerationTaskCallback", async function () {
|
|
182
|
+
try {
|
|
183
|
+
const data = await client.DescribeVideoGenerationTaskCallback({})
|
|
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("tiw.v20190919.ModifyApplication", async function () {
|
|
192
|
+
try {
|
|
193
|
+
const data = await client.ModifyApplication({})
|
|
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("tiw.v20190919.ModifyWhiteboardApplicationConfig", async function () {
|
|
202
|
+
try {
|
|
203
|
+
const data = await client.ModifyWhiteboardApplicationConfig({})
|
|
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
|
+
|
|
101
211
|
it("tiw.v20190919.DescribeOnlineRecord", async function () {
|
|
102
212
|
try {
|
|
103
213
|
const data = await client.DescribeOnlineRecord({})
|
|
@@ -108,6 +218,16 @@ it("tiw.v20190919.DescribeOnlineRecord", async function () {
|
|
|
108
218
|
}
|
|
109
219
|
})
|
|
110
220
|
|
|
221
|
+
it("tiw.v20190919.ModifyAutoRenewFlag", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.ModifyAutoRenewFlag({})
|
|
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
|
+
|
|
111
231
|
it("tiw.v20190919.DescribeOnlineRecordCallback", async function () {
|
|
112
232
|
try {
|
|
113
233
|
const data = await client.DescribeOnlineRecordCallback({})
|
|
@@ -118,6 +238,36 @@ it("tiw.v20190919.DescribeOnlineRecordCallback", async function () {
|
|
|
118
238
|
}
|
|
119
239
|
})
|
|
120
240
|
|
|
241
|
+
it("tiw.v20190919.DescribeTranscodeCallback", async function () {
|
|
242
|
+
try {
|
|
243
|
+
const data = await client.DescribeTranscodeCallback({})
|
|
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("tiw.v20190919.CreateApplication", async function () {
|
|
252
|
+
try {
|
|
253
|
+
const data = await client.CreateApplication({})
|
|
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("tiw.v20190919.DescribeAPIService", async function () {
|
|
262
|
+
try {
|
|
263
|
+
const data = await client.DescribeAPIService({})
|
|
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
|
+
|
|
121
271
|
it("tiw.v20190919.DescribeWhiteboardPushCallback", async function () {
|
|
122
272
|
try {
|
|
123
273
|
const data = await client.DescribeWhiteboardPushCallback({})
|
|
@@ -128,9 +278,19 @@ it("tiw.v20190919.DescribeWhiteboardPushCallback", async function () {
|
|
|
128
278
|
}
|
|
129
279
|
})
|
|
130
280
|
|
|
131
|
-
it("tiw.v20190919.
|
|
281
|
+
it("tiw.v20190919.DescribeApplicationInfos", async function () {
|
|
132
282
|
try {
|
|
133
|
-
const data = await client.
|
|
283
|
+
const data = await client.DescribeApplicationInfos({})
|
|
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("tiw.v20190919.StartOnlineRecord", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.StartOnlineRecord({})
|
|
134
294
|
expect(data).to.be.ok
|
|
135
295
|
} catch(error) {
|
|
136
296
|
expect(error.requestId).to.be.ok
|
|
@@ -158,9 +318,19 @@ it("tiw.v20190919.CreateTranscode", async function () {
|
|
|
158
318
|
}
|
|
159
319
|
})
|
|
160
320
|
|
|
161
|
-
it("tiw.v20190919.
|
|
321
|
+
it("tiw.v20190919.DescribeTranscodeSearch", async function () {
|
|
162
322
|
try {
|
|
163
|
-
const data = await client.
|
|
323
|
+
const data = await client.DescribeTranscodeSearch({})
|
|
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("tiw.v20190919.DescribeUserResources", async function () {
|
|
332
|
+
try {
|
|
333
|
+
const data = await client.DescribeUserResources({})
|
|
164
334
|
expect(data).to.be.ok
|
|
165
335
|
} catch(error) {
|
|
166
336
|
expect(error.requestId).to.be.ok
|
|
@@ -178,9 +348,9 @@ it("tiw.v20190919.SetWhiteboardPushCallback", async function () {
|
|
|
178
348
|
}
|
|
179
349
|
})
|
|
180
350
|
|
|
181
|
-
it("tiw.v20190919.
|
|
351
|
+
it("tiw.v20190919.DescribeOfflineRecordCallback", async function () {
|
|
182
352
|
try {
|
|
183
|
-
const data = await client.
|
|
353
|
+
const data = await client.DescribeOfflineRecordCallback({})
|
|
184
354
|
expect(data).to.be.ok
|
|
185
355
|
} catch(error) {
|
|
186
356
|
expect(error.requestId).to.be.ok
|
|
@@ -188,9 +358,19 @@ it("tiw.v20190919.StartOnlineRecord", async function () {
|
|
|
188
358
|
}
|
|
189
359
|
})
|
|
190
360
|
|
|
191
|
-
it("tiw.v20190919.
|
|
361
|
+
it("tiw.v20190919.CreateOfflineRecord", async function () {
|
|
192
362
|
try {
|
|
193
|
-
const data = await client.
|
|
363
|
+
const data = await client.CreateOfflineRecord({})
|
|
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("tiw.v20190919.DescribeUsageSummary", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.DescribeUsageSummary({})
|
|
194
374
|
expect(data).to.be.ok
|
|
195
375
|
} catch(error) {
|
|
196
376
|
expect(error.requestId).to.be.ok
|
|
@@ -208,6 +388,26 @@ it("tiw.v20190919.SetWhiteboardPushCallbackKey", async function () {
|
|
|
208
388
|
}
|
|
209
389
|
})
|
|
210
390
|
|
|
391
|
+
it("tiw.v20190919.DescribeWhiteboardPushSearch", async function () {
|
|
392
|
+
try {
|
|
393
|
+
const data = await client.DescribeWhiteboardPushSearch({})
|
|
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("tiw.v20190919.DescribeVideoGenerationTask", async function () {
|
|
402
|
+
try {
|
|
403
|
+
const data = await client.DescribeVideoGenerationTask({})
|
|
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
|
+
|
|
211
411
|
it("tiw.v20190919.DescribeTranscode", async function () {
|
|
212
412
|
try {
|
|
213
413
|
const data = await client.DescribeTranscode({})
|
|
@@ -238,6 +438,16 @@ it("tiw.v20190919.StopWhiteboardPush", async function () {
|
|
|
238
438
|
}
|
|
239
439
|
})
|
|
240
440
|
|
|
441
|
+
it("tiw.v20190919.DescribeIMApplications", async function () {
|
|
442
|
+
try {
|
|
443
|
+
const data = await client.DescribeIMApplications({})
|
|
444
|
+
expect(data).to.be.ok
|
|
445
|
+
} catch(error) {
|
|
446
|
+
expect(error.requestId).to.be.ok
|
|
447
|
+
expect(error.code).to.be.ok
|
|
448
|
+
}
|
|
449
|
+
})
|
|
450
|
+
|
|
241
451
|
it("tiw.v20190919.DescribeQualityMetrics", async function () {
|
|
242
452
|
try {
|
|
243
453
|
const data = await client.DescribeQualityMetrics({})
|
|
@@ -248,6 +458,26 @@ it("tiw.v20190919.DescribeQualityMetrics", async function () {
|
|
|
248
458
|
}
|
|
249
459
|
})
|
|
250
460
|
|
|
461
|
+
it("tiw.v20190919.DescribeOfflineRecord", async function () {
|
|
462
|
+
try {
|
|
463
|
+
const data = await client.DescribeOfflineRecord({})
|
|
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
|
+
it("tiw.v20190919.StartWhiteboardPush", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.StartWhiteboardPush({})
|
|
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
|
+
|
|
251
481
|
it("tiw.v20190919.PauseOnlineRecord", async function () {
|
|
252
482
|
try {
|
|
253
483
|
const data = await client.PauseOnlineRecord({})
|
|
@@ -258,9 +488,19 @@ it("tiw.v20190919.PauseOnlineRecord", async function () {
|
|
|
258
488
|
}
|
|
259
489
|
})
|
|
260
490
|
|
|
261
|
-
it("tiw.v20190919.
|
|
491
|
+
it("tiw.v20190919.DescribeApplicationUsage", async function () {
|
|
262
492
|
try {
|
|
263
|
-
const data = await client.
|
|
493
|
+
const data = await client.DescribeApplicationUsage({})
|
|
494
|
+
expect(data).to.be.ok
|
|
495
|
+
} catch(error) {
|
|
496
|
+
expect(error.requestId).to.be.ok
|
|
497
|
+
expect(error.code).to.be.ok
|
|
498
|
+
}
|
|
499
|
+
})
|
|
500
|
+
|
|
501
|
+
it("tiw.v20190919.DescribeRoomList", async function () {
|
|
502
|
+
try {
|
|
503
|
+
const data = await client.DescribeRoomList({})
|
|
264
504
|
expect(data).to.be.ok
|
|
265
505
|
} catch(error) {
|
|
266
506
|
expect(error.requestId).to.be.ok
|
|
@@ -288,9 +528,9 @@ it("tiw.v20190919.DescribeWhiteboardPush", async function () {
|
|
|
288
528
|
}
|
|
289
529
|
})
|
|
290
530
|
|
|
291
|
-
it("tiw.v20190919.
|
|
531
|
+
it("tiw.v20190919.DescribeUserStatus", async function () {
|
|
292
532
|
try {
|
|
293
|
-
const data = await client.
|
|
533
|
+
const data = await client.DescribeUserStatus({})
|
|
294
534
|
expect(data).to.be.ok
|
|
295
535
|
} catch(error) {
|
|
296
536
|
expect(error.requestId).to.be.ok
|
|
@@ -308,4 +548,14 @@ it("tiw.v20190919.DescribeSnapshotTask", async function () {
|
|
|
308
548
|
}
|
|
309
549
|
})
|
|
310
550
|
|
|
551
|
+
it("tiw.v20190919.ModifyWhiteboardBucketConfig", async function () {
|
|
552
|
+
try {
|
|
553
|
+
const data = await client.ModifyWhiteboardBucketConfig({})
|
|
554
|
+
expect(data).to.be.ok
|
|
555
|
+
} catch(error) {
|
|
556
|
+
expect(error.requestId).to.be.ok
|
|
557
|
+
expect(error.code).to.be.ok
|
|
558
|
+
}
|
|
559
|
+
})
|
|
560
|
+
|
|
311
561
|
})
|