tencentcloud-sdk-nodejs 4.0.565 → 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.
Files changed (125) hide show
  1. package/CHANGELOG.md +624 -0
  2. package/SERVICE_CHANGELOG.md +722 -87
  3. package/package.json +1 -1
  4. package/products.md +45 -45
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_client.ts +0 -1
  7. package/src/services/as/v20180419/as_models.ts +23 -1
  8. package/src/services/asr/v20190614/asr_client.ts +2 -2
  9. package/src/services/asr/v20190614/asr_models.ts +3 -0
  10. package/src/services/batch/v20170312/batch_models.ts +6 -4
  11. package/src/services/billing/v20180709/billing_models.ts +18 -18
  12. package/src/services/ccc/v20200210/ccc_models.ts +8 -8
  13. package/src/services/cdb/v20170320/cdb_models.ts +7 -2
  14. package/src/services/ckafka/v20190819/ckafka_client.ts +44 -7
  15. package/src/services/ckafka/v20190819/ckafka_models.ts +411 -243
  16. package/src/services/clb/v20180317/clb_models.ts +5 -0
  17. package/src/services/cme/v20191029/cme_client.ts +41 -12
  18. package/src/services/cme/v20191029/cme_models.ts +228 -50
  19. package/src/services/cvm/v20170312/cvm_models.ts +38 -18
  20. package/src/services/dbbrain/v20210527/dbbrain_models.ts +23 -0
  21. package/src/services/dcdb/v20180411/dcdb_client.ts +17 -3
  22. package/src/services/dcdb/v20180411/dcdb_models.ts +403 -26
  23. package/src/services/dlc/v20210125/dlc_models.ts +6 -0
  24. package/src/services/eb/v20210416/eb_client.ts +32 -5
  25. package/src/services/eb/v20210416/eb_models.ts +277 -37
  26. package/src/services/emr/v20190103/emr_models.ts +6 -0
  27. package/src/services/ess/v20201111/ess_client.ts +14 -2
  28. package/src/services/ess/v20201111/ess_models.ts +128 -38
  29. package/src/services/essbasic/v20210526/essbasic_client.ts +49 -11
  30. package/src/services/essbasic/v20210526/essbasic_models.ts +472 -290
  31. package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
  32. package/src/services/mariadb/v20170312/mariadb_models.ts +308 -0
  33. package/src/services/monitor/v20180724/monitor_client.ts +2 -2
  34. package/src/services/monitor/v20180724/monitor_models.ts +5 -0
  35. package/src/services/ocr/v20181119/ocr_client.ts +23 -12
  36. package/src/services/ocr/v20181119/ocr_models.ts +2 -2
  37. package/src/services/redis/v20180412/redis_client.ts +17 -5
  38. package/src/services/redis/v20180412/redis_models.ts +190 -61
  39. package/src/services/scf/v20180416/scf_models.ts +9 -0
  40. package/src/services/tcb/v20180608/tcb_models.ts +7 -7
  41. package/src/services/tdid/v20210519/tdid_client.ts +133 -65
  42. package/src/services/tiw/v20190919/tiw_client.ts +403 -91
  43. package/src/services/tiw/v20190919/tiw_models.ts +2181 -976
  44. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  45. package/src/services/tsf/v20180326/tsf_client.ts +123 -26
  46. package/src/services/tsf/v20180326/tsf_models.ts +383 -81
  47. package/src/services/vod/v20180717/vod_models.ts +4 -4
  48. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  49. package/src/services/vpc/v20170312/vpc_models.ts +17 -16
  50. package/src/services/waf/v20180125/waf_client.ts +1 -1
  51. package/src/services/waf/v20180125/waf_models.ts +36 -6
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/as/v20180419/as_client.d.ts +0 -1
  55. package/tencentcloud/services/as/v20180419/as_client.js +0 -1
  56. package/tencentcloud/services/as/v20180419/as_models.d.ts +19 -1
  57. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
  58. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
  59. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -0
  60. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +2 -0
  61. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +18 -18
  62. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +7 -7
  63. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -2
  64. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +13 -1
  65. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +18 -0
  66. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +331 -189
  67. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  68. package/tencentcloud/services/cme/v20191029/cme_client.d.ts +27 -9
  69. package/tencentcloud/services/cme/v20191029/cme_client.js +29 -9
  70. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +193 -43
  71. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +19 -0
  72. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +19 -0
  73. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  74. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  75. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +334 -25
  76. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
  77. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +9 -1
  78. package/tencentcloud/services/eb/v20210416/eb_client.js +12 -0
  79. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +238 -36
  80. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -0
  81. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -2
  82. package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
  83. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +110 -35
  84. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +15 -3
  85. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +21 -3
  86. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +356 -201
  87. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  88. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  89. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +252 -0
  90. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +2 -2
  91. package/tencentcloud/services/monitor/v20180724/monitor_client.js +2 -2
  92. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
  93. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +13 -2
  94. package/tencentcloud/services/ocr/v20181119/ocr_client.js +13 -2
  95. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
  96. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +8 -4
  97. package/tencentcloud/services/redis/v20180412/redis_client.js +9 -3
  98. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +159 -52
  99. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +8 -0
  100. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +7 -7
  101. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +102 -34
  102. package/tencentcloud/services/tdid/v20210519/tdid_client.js +102 -34
  103. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +114 -13
  104. package/tencentcloud/services/tiw/v20190919/tiw_client.js +169 -18
  105. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +1946 -922
  106. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  107. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +39 -7
  108. package/tencentcloud/services/tsf/v20180326/tsf_client.js +57 -9
  109. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +330 -70
  110. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -4
  111. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  112. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  113. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -14
  114. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
  115. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +31 -6
  116. package/test/ckafka.v20190819.test.js +30 -0
  117. package/test/cme.v20191029.test.js +12 -2
  118. package/test/dcdb.v20180411.test.js +10 -0
  119. package/test/eb.v20210416.test.js +20 -0
  120. package/test/ess.v20201111.test.js +10 -0
  121. package/test/essbasic.v20210526.test.js +32 -2
  122. package/test/mariadb.v20170312.test.js +10 -0
  123. package/test/redis.v20180412.test.js +10 -0
  124. package/test/tiw.v20190919.test.js +262 -12
  125. package/test/tsf.v20180326.test.js +86 -6
@@ -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.StartWhiteboardPush", async function () {
281
+ it("tiw.v20190919.DescribeApplicationInfos", async function () {
132
282
  try {
133
- const data = await client.StartWhiteboardPush({})
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.DescribeVideoGenerationTaskCallback", async function () {
321
+ it("tiw.v20190919.DescribeTranscodeSearch", async function () {
162
322
  try {
163
- const data = await client.DescribeVideoGenerationTaskCallback({})
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.StartOnlineRecord", async function () {
351
+ it("tiw.v20190919.DescribeOfflineRecordCallback", async function () {
182
352
  try {
183
- const data = await client.StartOnlineRecord({})
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.StopOnlineRecord", async function () {
361
+ it("tiw.v20190919.CreateOfflineRecord", async function () {
192
362
  try {
193
- const data = await client.StopOnlineRecord({})
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.DescribeTranscodeCallback", async function () {
491
+ it("tiw.v20190919.DescribeApplicationUsage", async function () {
262
492
  try {
263
- const data = await client.DescribeTranscodeCallback({})
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.DescribeVideoGenerationTask", async function () {
531
+ it("tiw.v20190919.DescribeUserStatus", async function () {
292
532
  try {
293
- const data = await client.DescribeVideoGenerationTask({})
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
  })
@@ -328,9 +328,9 @@ it("tsf.v20180326.DescribeFileConfigs", async function () {
328
328
  }
329
329
  })
330
330
 
331
- it("tsf.v20180326.ModifyContainerReplicas", async function () {
331
+ it("tsf.v20180326.CreateConfigTemplateWithDetailResp", async function () {
332
332
  try {
333
- const data = await client.ModifyContainerReplicas({})
333
+ const data = await client.CreateConfigTemplateWithDetailResp({})
334
334
  expect(data).to.be.ok
335
335
  } catch(error) {
336
336
  expect(error.requestId).to.be.ok
@@ -458,6 +458,16 @@ it("tsf.v20180326.DescribeApplications", async function () {
458
458
  }
459
459
  })
460
460
 
461
+ it("tsf.v20180326.CreatePathRewritesWithDetailResp", async function () {
462
+ try {
463
+ const data = await client.CreatePathRewritesWithDetailResp({})
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
+
461
471
  it("tsf.v20180326.DescribeContainerGroupDeployInfo", async function () {
462
472
  try {
463
473
  const data = await client.DescribeContainerGroupDeployInfo({})
@@ -828,6 +838,26 @@ it("tsf.v20180326.DescribeBusinessLogConfigs", async function () {
828
838
  }
829
839
  })
830
840
 
841
+ it("tsf.v20180326.CreatePublicConfigWithDetailResp", async function () {
842
+ try {
843
+ const data = await client.CreatePublicConfigWithDetailResp({})
844
+ expect(data).to.be.ok
845
+ } catch(error) {
846
+ expect(error.requestId).to.be.ok
847
+ expect(error.code).to.be.ok
848
+ }
849
+ })
850
+
851
+ it("tsf.v20180326.CreateUnitRuleWithDetailResp", async function () {
852
+ try {
853
+ const data = await client.CreateUnitRuleWithDetailResp({})
854
+ expect(data).to.be.ok
855
+ } catch(error) {
856
+ expect(error.requestId).to.be.ok
857
+ expect(error.code).to.be.ok
858
+ }
859
+ })
860
+
831
861
  it("tsf.v20180326.ReleaseConfig", async function () {
832
862
  try {
833
863
  const data = await client.ReleaseConfig({})
@@ -1008,6 +1038,16 @@ it("tsf.v20180326.ReleaseFileConfig", async function () {
1008
1038
  }
1009
1039
  })
1010
1040
 
1041
+ it("tsf.v20180326.DeleteApiRateLimitRule", async function () {
1042
+ try {
1043
+ const data = await client.DeleteApiRateLimitRule({})
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
+
1011
1051
  it("tsf.v20180326.DescribeGroupGateways", async function () {
1012
1052
  try {
1013
1053
  const data = await client.DescribeGroupGateways({})
@@ -1368,9 +1408,9 @@ it("tsf.v20180326.CreateLane", async function () {
1368
1408
  }
1369
1409
  })
1370
1410
 
1371
- it("tsf.v20180326.StopGroup", async function () {
1411
+ it("tsf.v20180326.DescribeContainerEvents", async function () {
1372
1412
  try {
1373
- const data = await client.StopGroup({})
1413
+ const data = await client.DescribeContainerEvents({})
1374
1414
  expect(data).to.be.ok
1375
1415
  } catch(error) {
1376
1416
  expect(error.requestId).to.be.ok
@@ -1418,6 +1458,16 @@ it("tsf.v20180326.UpdateApiGroup", async function () {
1418
1458
  }
1419
1459
  })
1420
1460
 
1461
+ it("tsf.v20180326.StopGroup", async function () {
1462
+ try {
1463
+ const data = await client.StopGroup({})
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
+
1421
1471
  it("tsf.v20180326.ModifyLane", async function () {
1422
1472
  try {
1423
1473
  const data = await client.ModifyLane({})
@@ -1638,6 +1688,16 @@ it("tsf.v20180326.DescribeJvmMonitor", async function () {
1638
1688
  }
1639
1689
  })
1640
1690
 
1691
+ it("tsf.v20180326.ReleaseConfigWithDetailResp", async function () {
1692
+ try {
1693
+ const data = await client.ReleaseConfigWithDetailResp({})
1694
+ expect(data).to.be.ok
1695
+ } catch(error) {
1696
+ expect(error.requestId).to.be.ok
1697
+ expect(error.code).to.be.ok
1698
+ }
1699
+ })
1700
+
1641
1701
  it("tsf.v20180326.DeleteRepository", async function () {
1642
1702
  try {
1643
1703
  const data = await client.DeleteRepository({})
@@ -1878,6 +1938,16 @@ it("tsf.v20180326.DescribeEnabledUnitRule", async function () {
1878
1938
  }
1879
1939
  })
1880
1940
 
1941
+ it("tsf.v20180326.ModifyContainerReplicas", async function () {
1942
+ try {
1943
+ const data = await client.ModifyContainerReplicas({})
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
+
1881
1951
  it("tsf.v20180326.DescribeRepository", async function () {
1882
1952
  try {
1883
1953
  const data = await client.DescribeRepository({})
@@ -2018,9 +2088,9 @@ it("tsf.v20180326.UpdateGatewayApi", async function () {
2018
2088
  }
2019
2089
  })
2020
2090
 
2021
- it("tsf.v20180326.DescribeContainerEvents", async function () {
2091
+ it("tsf.v20180326.CreateApiRateLimitRuleWithDetailResp", async function () {
2022
2092
  try {
2023
- const data = await client.DescribeContainerEvents({})
2093
+ const data = await client.CreateApiRateLimitRuleWithDetailResp({})
2024
2094
  expect(data).to.be.ok
2025
2095
  } catch(error) {
2026
2096
  expect(error.requestId).to.be.ok
@@ -2038,6 +2108,16 @@ it("tsf.v20180326.ShrinkGroup", async function () {
2038
2108
  }
2039
2109
  })
2040
2110
 
2111
+ it("tsf.v20180326.DescribeResourceTaskStatus", async function () {
2112
+ try {
2113
+ const data = await client.DescribeResourceTaskStatus({})
2114
+ expect(data).to.be.ok
2115
+ } catch(error) {
2116
+ expect(error.requestId).to.be.ok
2117
+ expect(error.code).to.be.ok
2118
+ }
2119
+ })
2120
+
2041
2121
  it("tsf.v20180326.StartGroup", async function () {
2042
2122
  try {
2043
2123
  const data = await client.StartGroup({})