tencentcloud-sdk-nodejs 4.0.919 → 4.0.921

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 (76) hide show
  1. package/CHANGELOG.md +372 -0
  2. package/SERVICE_CHANGELOG.md +393 -145
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/batch/v20170312/batch_models.ts +1 -1
  7. package/src/services/ccc/v20200210/ccc_models.ts +4 -4
  8. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +167 -171
  9. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +559 -733
  10. package/src/services/clb/v20180317/clb_models.ts +1 -1
  11. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  12. package/src/services/cynosdb/v20190107/cynosdb_client.ts +43 -18
  13. package/src/services/cynosdb/v20190107/cynosdb_models.ts +239 -164
  14. package/src/services/dbbrain/v20210527/dbbrain_client.ts +3 -0
  15. package/src/services/dbbrain/v20210527/dbbrain_models.ts +71 -1
  16. package/src/services/emr/v20190103/emr_models.ts +4 -0
  17. package/src/services/ess/v20201111/ess_models.ts +4 -0
  18. package/src/services/faceid/v20180301/faceid_models.ts +10 -2
  19. package/src/services/hunyuan/v20230901/hunyuan_client.ts +1 -1
  20. package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -2
  21. package/src/services/ims/v20201229/ims_client.ts +1 -1
  22. package/src/services/ims/v20201229/ims_models.ts +1 -1
  23. package/src/services/lke/v20231130/lke_models.ts +12 -0
  24. package/src/services/mps/v20190612/mps_models.ts +152 -14
  25. package/src/services/sqlserver/v20180328/sqlserver_client.ts +17 -3
  26. package/src/services/sqlserver/v20180328/sqlserver_models.ts +125 -69
  27. package/src/services/tiia/v20190529/tiia_client.ts +11 -33
  28. package/src/services/tiia/v20190529/tiia_models.ts +38 -196
  29. package/src/services/trtc/v20190722/trtc_client.ts +12 -0
  30. package/src/services/trtc/v20190722/trtc_models.ts +32 -0
  31. package/src/services/vod/v20180717/vod_client.ts +66 -28
  32. package/src/services/vod/v20180717/vod_models.ts +275 -78
  33. package/src/services/vpc/v20170312/vpc_models.ts +1 -1
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
  37. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -4
  38. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +49 -49
  39. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +72 -72
  40. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +540 -710
  41. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  42. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +13 -5
  44. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +18 -6
  45. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +233 -163
  46. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +68 -1
  47. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  48. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  49. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +10 -2
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
  51. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +1 -1
  52. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -2
  53. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
  54. package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
  55. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
  56. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +12 -0
  57. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +152 -14
  58. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
  59. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
  60. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +120 -68
  61. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -14
  62. package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -16
  63. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +38 -190
  64. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -1
  65. package/tencentcloud/services/trtc/v20190722/trtc_client.js +6 -0
  66. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +30 -0
  67. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +24 -12
  68. package/tencentcloud/services/vod/v20180717/vod_client.js +32 -14
  69. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +266 -77
  70. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
  71. package/test/cdwdoris.v20211228.test.js +66 -66
  72. package/test/cynosdb.v20190107.test.js +24 -4
  73. package/test/sqlserver.v20180328.test.js +10 -0
  74. package/test/tiia.v20190529.test.js +2 -12
  75. package/test/trtc.v20190722.test.js +10 -0
  76. package/test/vod.v20180717.test.js +36 -6
@@ -28,9 +28,9 @@ it("cdwdoris.v20211228.CreateBackUpSchedule", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("cdwdoris.v20211228.DescribeFrontEnd", async function () {
31
+ it("cdwdoris.v20211228.OpenCoolDownPolicy", async function () {
32
32
  try {
33
- const data = await client.DescribeFrontEnd({})
33
+ const data = await client.OpenCoolDownPolicy({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("cdwdoris.v20211228.DestroyInstance", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("cdwdoris.v20211228.DescribeDorisMetricFiles", async function () {
71
+ it("cdwdoris.v20211228.DescribeCoolDownTableData", async function () {
72
72
  try {
73
- const data = await client.DescribeDorisMetricFiles({})
73
+ const data = await client.DescribeCoolDownTableData({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -118,6 +118,16 @@ it("cdwdoris.v20211228.DescribeDatabaseAuditDownload", async function () {
118
118
  }
119
119
  })
120
120
 
121
+ it("cdwdoris.v20211228.DescribeUserBindWorkloadGroup", async function () {
122
+ try {
123
+ const data = await client.DescribeUserBindWorkloadGroup({})
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
+
121
131
  it("cdwdoris.v20211228.DescribeInstanceNodesInfo", async function () {
122
132
  try {
123
133
  const data = await client.DescribeInstanceNodesInfo({})
@@ -138,9 +148,9 @@ it("cdwdoris.v20211228.DescribeInstanceUsedSubnets", async function () {
138
148
  }
139
149
  })
140
150
 
141
- it("cdwdoris.v20211228.DescribeUserBindWorkloadGroup", async function () {
151
+ it("cdwdoris.v20211228.DescribeTableList", async function () {
142
152
  try {
143
- const data = await client.DescribeUserBindWorkloadGroup({})
153
+ const data = await client.DescribeTableList({})
144
154
  expect(data).to.be.ok
145
155
  } catch(error) {
146
156
  expect(error.requestId).to.be.ok
@@ -158,9 +168,9 @@ it("cdwdoris.v20211228.DescribeBackUpTables", async function () {
158
168
  }
159
169
  })
160
170
 
161
- it("cdwdoris.v20211228.DescribeRegionZone", async function () {
171
+ it("cdwdoris.v20211228.ScaleOutInstance", async function () {
162
172
  try {
163
- const data = await client.DescribeRegionZone({})
173
+ const data = await client.ScaleOutInstance({})
164
174
  expect(data).to.be.ok
165
175
  } catch(error) {
166
176
  expect(error.requestId).to.be.ok
@@ -198,9 +208,9 @@ it("cdwdoris.v20211228.DescribeSlowQueryRecords", async function () {
198
208
  }
199
209
  })
200
210
 
201
- it("cdwdoris.v20211228.ModifyWorkloadGroupStatus", async function () {
211
+ it("cdwdoris.v20211228.RecoverBackUpJob", async function () {
202
212
  try {
203
- const data = await client.ModifyWorkloadGroupStatus({})
213
+ const data = await client.RecoverBackUpJob({})
204
214
  expect(data).to.be.ok
205
215
  } catch(error) {
206
216
  expect(error.requestId).to.be.ok
@@ -238,9 +248,9 @@ it("cdwdoris.v20211228.DescribeInstances", async function () {
238
248
  }
239
249
  })
240
250
 
241
- it("cdwdoris.v20211228.ModifyWorkloadGroup", async function () {
251
+ it("cdwdoris.v20211228.ResizeDisk", async function () {
242
252
  try {
243
- const data = await client.ModifyWorkloadGroup({})
253
+ const data = await client.ResizeDisk({})
244
254
  expect(data).to.be.ok
245
255
  } catch(error) {
246
256
  expect(error.requestId).to.be.ok
@@ -248,9 +258,9 @@ it("cdwdoris.v20211228.ModifyWorkloadGroup", async function () {
248
258
  }
249
259
  })
250
260
 
251
- it("cdwdoris.v20211228.DescribeInstanceState", async function () {
261
+ it("cdwdoris.v20211228.CreateCoolDownPolicy", async function () {
252
262
  try {
253
- const data = await client.DescribeInstanceState({})
263
+ const data = await client.CreateCoolDownPolicy({})
254
264
  expect(data).to.be.ok
255
265
  } catch(error) {
256
266
  expect(error.requestId).to.be.ok
@@ -258,9 +268,9 @@ it("cdwdoris.v20211228.DescribeInstanceState", async function () {
258
268
  }
259
269
  })
260
270
 
261
- it("cdwdoris.v20211228.DescribeClusterConfigs", async function () {
271
+ it("cdwdoris.v20211228.UpdateCoolDown", async function () {
262
272
  try {
263
- const data = await client.DescribeClusterConfigs({})
273
+ const data = await client.UpdateCoolDown({})
264
274
  expect(data).to.be.ok
265
275
  } catch(error) {
266
276
  expect(error.requestId).to.be.ok
@@ -268,9 +278,9 @@ it("cdwdoris.v20211228.DescribeClusterConfigs", async function () {
268
278
  }
269
279
  })
270
280
 
271
- it("cdwdoris.v20211228.DeleteWorkloadGroup", async function () {
281
+ it("cdwdoris.v20211228.DescribeInstanceState", async function () {
272
282
  try {
273
- const data = await client.DeleteWorkloadGroup({})
283
+ const data = await client.DescribeInstanceState({})
274
284
  expect(data).to.be.ok
275
285
  } catch(error) {
276
286
  expect(error.requestId).to.be.ok
@@ -278,9 +288,9 @@ it("cdwdoris.v20211228.DeleteWorkloadGroup", async function () {
278
288
  }
279
289
  })
280
290
 
281
- it("cdwdoris.v20211228.OpenBackUp", async function () {
291
+ it("cdwdoris.v20211228.DescribeClusterConfigs", async function () {
282
292
  try {
283
- const data = await client.OpenBackUp({})
293
+ const data = await client.DescribeClusterConfigs({})
284
294
  expect(data).to.be.ok
285
295
  } catch(error) {
286
296
  expect(error.requestId).to.be.ok
@@ -288,9 +298,9 @@ it("cdwdoris.v20211228.OpenBackUp", async function () {
288
298
  }
289
299
  })
290
300
 
291
- it("cdwdoris.v20211228.DescribeDmsSqlHistory", async function () {
301
+ it("cdwdoris.v20211228.DeleteWorkloadGroup", async function () {
292
302
  try {
293
- const data = await client.DescribeDmsSqlHistory({})
303
+ const data = await client.DeleteWorkloadGroup({})
294
304
  expect(data).to.be.ok
295
305
  } catch(error) {
296
306
  expect(error.requestId).to.be.ok
@@ -298,9 +308,9 @@ it("cdwdoris.v20211228.DescribeDmsSqlHistory", async function () {
298
308
  }
299
309
  })
300
310
 
301
- it("cdwdoris.v20211228.DescribeReplicaVersion", async function () {
311
+ it("cdwdoris.v20211228.ModifySecurityGroups", async function () {
302
312
  try {
303
- const data = await client.DescribeReplicaVersion({})
313
+ const data = await client.ModifySecurityGroups({})
304
314
  expect(data).to.be.ok
305
315
  } catch(error) {
306
316
  expect(error.requestId).to.be.ok
@@ -308,9 +318,9 @@ it("cdwdoris.v20211228.DescribeReplicaVersion", async function () {
308
318
  }
309
319
  })
310
320
 
311
- it("cdwdoris.v20211228.DescribeFederationToken", async function () {
321
+ it("cdwdoris.v20211228.DescribeCoolDownBackends", async function () {
312
322
  try {
313
- const data = await client.DescribeFederationToken({})
323
+ const data = await client.DescribeCoolDownBackends({})
314
324
  expect(data).to.be.ok
315
325
  } catch(error) {
316
326
  expect(error.requestId).to.be.ok
@@ -318,9 +328,9 @@ it("cdwdoris.v20211228.DescribeFederationToken", async function () {
318
328
  }
319
329
  })
320
330
 
321
- it("cdwdoris.v20211228.ModifySecurityGroups", async function () {
331
+ it("cdwdoris.v20211228.ScaleUpInstance", async function () {
322
332
  try {
323
- const data = await client.ModifySecurityGroups({})
333
+ const data = await client.ScaleUpInstance({})
324
334
  expect(data).to.be.ok
325
335
  } catch(error) {
326
336
  expect(error.requestId).to.be.ok
@@ -328,9 +338,9 @@ it("cdwdoris.v20211228.ModifySecurityGroups", async function () {
328
338
  }
329
339
  })
330
340
 
331
- it("cdwdoris.v20211228.RecoverBackUpJob", async function () {
341
+ it("cdwdoris.v20211228.ReduceInstance", async function () {
332
342
  try {
333
- const data = await client.RecoverBackUpJob({})
343
+ const data = await client.ReduceInstance({})
334
344
  expect(data).to.be.ok
335
345
  } catch(error) {
336
346
  expect(error.requestId).to.be.ok
@@ -338,9 +348,9 @@ it("cdwdoris.v20211228.RecoverBackUpJob", async function () {
338
348
  }
339
349
  })
340
350
 
341
- it("cdwdoris.v20211228.ReduceInstance", async function () {
351
+ it("cdwdoris.v20211228.ModifyUserPrivilegesV3", async function () {
342
352
  try {
343
- const data = await client.ReduceInstance({})
353
+ const data = await client.ModifyUserPrivilegesV3({})
344
354
  expect(data).to.be.ok
345
355
  } catch(error) {
346
356
  expect(error.requestId).to.be.ok
@@ -348,9 +358,9 @@ it("cdwdoris.v20211228.ReduceInstance", async function () {
348
358
  }
349
359
  })
350
360
 
351
- it("cdwdoris.v20211228.ModifyUserPrivilegesV3", async function () {
361
+ it("cdwdoris.v20211228.DescribeInstanceOperations", async function () {
352
362
  try {
353
- const data = await client.ModifyUserPrivilegesV3({})
363
+ const data = await client.DescribeInstanceOperations({})
354
364
  expect(data).to.be.ok
355
365
  } catch(error) {
356
366
  expect(error.requestId).to.be.ok
@@ -358,9 +368,9 @@ it("cdwdoris.v20211228.ModifyUserPrivilegesV3", async function () {
358
368
  }
359
369
  })
360
370
 
361
- it("cdwdoris.v20211228.DescribeInstanceOperations", async function () {
371
+ it("cdwdoris.v20211228.ModifyWorkloadGroupStatus", async function () {
362
372
  try {
363
- const data = await client.DescribeInstanceOperations({})
373
+ const data = await client.ModifyWorkloadGroupStatus({})
364
374
  expect(data).to.be.ok
365
375
  } catch(error) {
366
376
  expect(error.requestId).to.be.ok
@@ -368,9 +378,9 @@ it("cdwdoris.v20211228.DescribeInstanceOperations", async function () {
368
378
  }
369
379
  })
370
380
 
371
- it("cdwdoris.v20211228.FitClsLog", async function () {
381
+ it("cdwdoris.v20211228.ModifyCoolDownPolicy", async function () {
372
382
  try {
373
- const data = await client.FitClsLog({})
383
+ const data = await client.ModifyCoolDownPolicy({})
374
384
  expect(data).to.be.ok
375
385
  } catch(error) {
376
386
  expect(error.requestId).to.be.ok
@@ -418,19 +428,9 @@ it("cdwdoris.v20211228.CreateInstanceNew", async function () {
418
428
  }
419
429
  })
420
430
 
421
- it("cdwdoris.v20211228.DescribeGoodsDetail", async function () {
422
- try {
423
- const data = await client.DescribeGoodsDetail({})
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
-
431
- it("cdwdoris.v20211228.DescribeDatabaseAuditResource", async function () {
431
+ it("cdwdoris.v20211228.ModifyWorkloadGroup", async function () {
432
432
  try {
433
- const data = await client.DescribeDatabaseAuditResource({})
433
+ const data = await client.ModifyWorkloadGroup({})
434
434
  expect(data).to.be.ok
435
435
  } catch(error) {
436
436
  expect(error.requestId).to.be.ok
@@ -448,19 +448,9 @@ it("cdwdoris.v20211228.CancelBackupJob", async function () {
448
448
  }
449
449
  })
450
450
 
451
- it("cdwdoris.v20211228.ScaleUpInstance", async function () {
452
- try {
453
- const data = await client.ScaleUpInstance({})
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
- it("cdwdoris.v20211228.ScaleOutInstance", async function () {
451
+ it("cdwdoris.v20211228.DescribeBackUpJobDetail", async function () {
462
452
  try {
463
- const data = await client.ScaleOutInstance({})
453
+ const data = await client.DescribeBackUpJobDetail({})
464
454
  expect(data).to.be.ok
465
455
  } catch(error) {
466
456
  expect(error.requestId).to.be.ok
@@ -468,9 +458,9 @@ it("cdwdoris.v20211228.ScaleOutInstance", async function () {
468
458
  }
469
459
  })
470
460
 
471
- it("cdwdoris.v20211228.DescribeBackUpJobDetail", async function () {
461
+ it("cdwdoris.v20211228.CheckCoolDownWorkingVariableConfigCorrect", async function () {
472
462
  try {
473
- const data = await client.DescribeBackUpJobDetail({})
463
+ const data = await client.CheckCoolDownWorkingVariableConfigCorrect({})
474
464
  expect(data).to.be.ok
475
465
  } catch(error) {
476
466
  expect(error.requestId).to.be.ok
@@ -518,9 +508,9 @@ it("cdwdoris.v20211228.DescribeAreaRegion", async function () {
518
508
  }
519
509
  })
520
510
 
521
- it("cdwdoris.v20211228.ResizeDisk", async function () {
511
+ it("cdwdoris.v20211228.OpenCoolDown", async function () {
522
512
  try {
523
- const data = await client.ResizeDisk({})
513
+ const data = await client.OpenCoolDown({})
524
514
  expect(data).to.be.ok
525
515
  } catch(error) {
526
516
  expect(error.requestId).to.be.ok
@@ -568,6 +558,16 @@ it("cdwdoris.v20211228.DescribeInstanceNodes", async function () {
568
558
  }
569
559
  })
570
560
 
561
+ it("cdwdoris.v20211228.DescribeCoolDownPolicies", async function () {
562
+ try {
563
+ const data = await client.DescribeCoolDownPolicies({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
571
571
  it("cdwdoris.v20211228.DescribeWorkloadGroup", async function () {
572
572
  try {
573
573
  const data = await client.DescribeWorkloadGroup({})
@@ -48,6 +48,16 @@ it("cynosdb.v20190107.DescribeBackupConfig", async function () {
48
48
  }
49
49
  })
50
50
 
51
+ it("cynosdb.v20190107.ModifyBinlogConfig", async function () {
52
+ try {
53
+ const data = await client.ModifyBinlogConfig({})
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
+
51
61
  it("cynosdb.v20190107.CreateProxyEndPoint", async function () {
52
62
  try {
53
63
  const data = await client.CreateProxyEndPoint({})
@@ -928,6 +938,16 @@ it("cynosdb.v20190107.AssociateSecurityGroups", async function () {
928
938
  }
929
939
  })
930
940
 
941
+ it("cynosdb.v20190107.DescribeBinlogConfig", async function () {
942
+ try {
943
+ const data = await client.DescribeBinlogConfig({})
944
+ expect(data).to.be.ok
945
+ } catch(error) {
946
+ expect(error.requestId).to.be.ok
947
+ expect(error.code).to.be.ok
948
+ }
949
+ })
950
+
931
951
  it("cynosdb.v20190107.DescribeResourcePackageSaleSpec", async function () {
932
952
  try {
933
953
  const data = await client.DescribeResourcePackageSaleSpec({})
@@ -958,9 +978,9 @@ it("cynosdb.v20190107.DescribeAuditRuleWithInstanceIds", async function () {
958
978
  }
959
979
  })
960
980
 
961
- it("cynosdb.v20190107.IsolateInstance", async function () {
981
+ it("cynosdb.v20190107.ExportInstanceErrorLogs", async function () {
962
982
  try {
963
- const data = await client.IsolateInstance({})
983
+ const data = await client.ExportInstanceErrorLogs({})
964
984
  expect(data).to.be.ok
965
985
  } catch(error) {
966
986
  expect(error.requestId).to.be.ok
@@ -1448,9 +1468,9 @@ it("cynosdb.v20190107.DescribeParamTemplateDetail", async function () {
1448
1468
  }
1449
1469
  })
1450
1470
 
1451
- it("cynosdb.v20190107.ExportInstanceErrorLogs", async function () {
1471
+ it("cynosdb.v20190107.IsolateInstance", async function () {
1452
1472
  try {
1453
- const data = await client.ExportInstanceErrorLogs({})
1473
+ const data = await client.IsolateInstance({})
1454
1474
  expect(data).to.be.ok
1455
1475
  } catch(error) {
1456
1476
  expect(error.requestId).to.be.ok
@@ -598,6 +598,16 @@ it("sqlserver.v20180328.DescribeInstanceParams", async function () {
598
598
  }
599
599
  })
600
600
 
601
+ it("sqlserver.v20180328.ModifyDatabasePrivilege", async function () {
602
+ try {
603
+ const data = await client.ModifyDatabasePrivilege({})
604
+ expect(data).to.be.ok
605
+ } catch(error) {
606
+ expect(error.requestId).to.be.ok
607
+ expect(error.code).to.be.ok
608
+ }
609
+ })
610
+
601
611
  it("sqlserver.v20180328.ModifyCloseWanIp", async function () {
602
612
  try {
603
613
  const data = await client.ModifyCloseWanIp({})
@@ -38,9 +38,9 @@ it("tiia.v20190529.DescribeImages", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("tiia.v20190529.DetectProductBeta", async function () {
41
+ it("tiia.v20190529.DetectPet", async function () {
42
42
  try {
43
- const data = await client.DetectProductBeta({})
43
+ const data = await client.DetectPet({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -238,14 +238,4 @@ it("tiia.v20190529.UpdateImage", async function () {
238
238
  }
239
239
  })
240
240
 
241
- it("tiia.v20190529.DetectPet", async function () {
242
- try {
243
- const data = await client.DetectPet({})
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
241
  })
@@ -158,6 +158,16 @@ it("trtc.v20190722.StartStreamIngest", async function () {
158
158
  }
159
159
  })
160
160
 
161
+ it("trtc.v20190722.UpdateStreamIngest", async function () {
162
+ try {
163
+ const data = await client.UpdateStreamIngest({})
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
+
161
171
  it("trtc.v20190722.DeletePicture", async function () {
162
172
  try {
163
173
  const data = await client.DeletePicture({})
@@ -768,9 +768,19 @@ it("vod.v20180717.DeleteMedia", async function () {
768
768
  }
769
769
  })
770
770
 
771
- it("vod.v20180717.DescribeImageReviewUsageData", async function () {
771
+ it("vod.v20180717.HandleCurrentPlaylist", async function () {
772
772
  try {
773
- const data = await client.DescribeImageReviewUsageData({})
773
+ const data = await client.HandleCurrentPlaylist({})
774
+ expect(data).to.be.ok
775
+ } catch(error) {
776
+ expect(error.requestId).to.be.ok
777
+ expect(error.code).to.be.ok
778
+ }
779
+ })
780
+
781
+ it("vod.v20180717.CreateSuperPlayerConfig", async function () {
782
+ try {
783
+ const data = await client.CreateSuperPlayerConfig({})
774
784
  expect(data).to.be.ok
775
785
  } catch(error) {
776
786
  expect(error.requestId).to.be.ok
@@ -828,9 +838,9 @@ it("vod.v20180717.CreateRebuildMediaTemplate", async function () {
828
838
  }
829
839
  })
830
840
 
831
- it("vod.v20180717.ModifyRoundPlay", async function () {
841
+ it("vod.v20180717.DescribeCurrentPlaylist", async function () {
832
842
  try {
833
- const data = await client.ModifyRoundPlay({})
843
+ const data = await client.DescribeCurrentPlaylist({})
834
844
  expect(data).to.be.ok
835
845
  } catch(error) {
836
846
  expect(error.requestId).to.be.ok
@@ -968,9 +978,9 @@ it("vod.v20180717.VerifyDomainRecord", async function () {
968
978
  }
969
979
  })
970
980
 
971
- it("vod.v20180717.CreateSuperPlayerConfig", async function () {
981
+ it("vod.v20180717.DescribeImageReviewUsageData", async function () {
972
982
  try {
973
- const data = await client.CreateSuperPlayerConfig({})
983
+ const data = await client.DescribeImageReviewUsageData({})
974
984
  expect(data).to.be.ok
975
985
  } catch(error) {
976
986
  expect(error.requestId).to.be.ok
@@ -1108,6 +1118,16 @@ it("vod.v20180717.DeleteWordSamples", async function () {
1108
1118
  }
1109
1119
  })
1110
1120
 
1121
+ it("vod.v20180717.FastEditMedia", async function () {
1122
+ try {
1123
+ const data = await client.FastEditMedia({})
1124
+ expect(data).to.be.ok
1125
+ } catch(error) {
1126
+ expect(error.requestId).to.be.ok
1127
+ expect(error.code).to.be.ok
1128
+ }
1129
+ })
1130
+
1111
1131
  it("vod.v20180717.CreateVodDomain", async function () {
1112
1132
  try {
1113
1133
  const data = await client.CreateVodDomain({})
@@ -1258,6 +1278,16 @@ it("vod.v20180717.ModifySubAppIdInfo", async function () {
1258
1278
  }
1259
1279
  })
1260
1280
 
1281
+ it("vod.v20180717.ModifyRoundPlay", async function () {
1282
+ try {
1283
+ const data = await client.ModifyRoundPlay({})
1284
+ expect(data).to.be.ok
1285
+ } catch(error) {
1286
+ expect(error.requestId).to.be.ok
1287
+ expect(error.code).to.be.ok
1288
+ }
1289
+ })
1290
+
1261
1291
  it("vod.v20180717.DescribeAdaptiveDynamicStreamingTemplates", async function () {
1262
1292
  try {
1263
1293
  const data = await client.DescribeAdaptiveDynamicStreamingTemplates({})