tencentcloud-sdk-nodejs 4.0.474 → 4.0.476

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 (90) hide show
  1. package/CHANGELOG.md +233 -0
  2. package/SERVICE_CHANGELOG.md +559 -95
  3. package/package.json +1 -1
  4. package/products.md +26 -26
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +2 -2
  7. package/src/services/bma/v20210624/bma_models.ts +40 -0
  8. package/src/services/cam/v20190116/cam_client.ts +534 -496
  9. package/src/services/cam/v20190116/cam_models.ts +133 -27
  10. package/src/services/cls/v20201016/cls_client.ts +37 -13
  11. package/src/services/cls/v20201016/cls_models.ts +226 -174
  12. package/src/services/cwp/v20180228/cwp_models.ts +22 -1
  13. package/src/services/dasb/v20191018/dasb_models.ts +7 -7
  14. package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
  15. package/src/services/dcdb/v20180411/dcdb_models.ts +25 -0
  16. package/src/services/dts/v20211206/dts_client.ts +4 -4
  17. package/src/services/emr/v20190103/emr_models.ts +4 -2
  18. package/src/services/ess/v20201111/ess_models.ts +23 -15
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +8 -0
  20. package/src/services/mariadb/v20170312/mariadb_client.ts +42 -18
  21. package/src/services/mariadb/v20170312/mariadb_models.ts +55 -0
  22. package/src/services/mps/v20190612/mps_client.ts +327 -52
  23. package/src/services/mps/v20190612/mps_models.ts +2669 -542
  24. package/src/services/pts/v20210728/pts_models.ts +12 -0
  25. package/src/services/redis/v20180412/redis_models.ts +8 -2
  26. package/src/services/soe/v20180724/soe_models.ts +38 -35
  27. package/src/services/ssl/v20191205/ssl_models.ts +1 -1
  28. package/src/services/tag/v20180813/tag_client.ts +1 -1
  29. package/src/services/tcr/v20190924/tcr_models.ts +5 -0
  30. package/src/services/tdmq/v20200217/tdmq_models.ts +6 -0
  31. package/src/services/teo/v20220901/teo_client.ts +73 -12
  32. package/src/services/teo/v20220901/teo_models.ts +418 -166
  33. package/src/services/thpc/v20220401/thpc_models.ts +5 -0
  34. package/src/services/tiia/v20190529/tiia_client.ts +22 -24
  35. package/src/services/tiia/v20190529/tiia_models.ts +19 -19
  36. package/src/services/trtc/v20190722/trtc_client.ts +76 -1
  37. package/src/services/trtc/v20190722/trtc_models.ts +215 -7
  38. package/src/services/vod/v20180717/vod_models.ts +5 -0
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -2
  42. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +32 -0
  43. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +177 -164
  44. package/tencentcloud/services/cam/v20190116/cam_client.js +263 -244
  45. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +116 -24
  46. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +11 -3
  47. package/tencentcloud/services/cls/v20201016/cls_client.js +15 -3
  48. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +205 -159
  49. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +18 -1
  50. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +7 -7
  51. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  52. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  53. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +22 -0
  54. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +4 -4
  55. package/tencentcloud/services/dts/v20211206/dts_client.js +4 -4
  56. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +3 -1
  57. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +20 -13
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -0
  59. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +15 -7
  60. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +21 -9
  61. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +48 -0
  62. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +89 -15
  63. package/tencentcloud/services/mps/v20190612/mps_client.js +127 -17
  64. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2281 -477
  65. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +10 -0
  66. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +7 -2
  67. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +35 -32
  68. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
  69. package/tencentcloud/services/tag/v20180813/tag_client.d.ts +1 -1
  70. package/tencentcloud/services/tag/v20180813/tag_client.js +1 -1
  71. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
  72. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -0
  73. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +23 -3
  74. package/tencentcloud/services/teo/v20220901/teo_client.js +33 -3
  75. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +359 -142
  76. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +4 -0
  77. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +19 -21
  78. package/tencentcloud/services/tiia/v20190529/tiia_client.js +19 -21
  79. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +17 -17
  80. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +42 -1
  81. package/tencentcloud/services/trtc/v20190722/trtc_client.js +49 -0
  82. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +185 -6
  83. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
  84. package/test/cam.v20190116.test.js +192 -162
  85. package/test/cls.v20201016.test.js +22 -2
  86. package/test/dcdb.v20180411.test.js +10 -0
  87. package/test/mariadb.v20170312.test.js +26 -6
  88. package/test/mps.v20190612.test.js +186 -6
  89. package/test/teo.v20220901.test.js +52 -2
  90. package/test/trtc.v20190722.test.js +40 -0
@@ -28,9 +28,9 @@ it("cls.v20201016.CreateMachineGroup", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("cls.v20201016.DescribeMachineGroups", async function () {
31
+ it("cls.v20201016.DeleteMachineGroupInfo", async function () {
32
32
  try {
33
- const data = await client.DescribeMachineGroups({})
33
+ const data = await client.DeleteMachineGroupInfo({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -308,6 +308,16 @@ it("cls.v20201016.DescribeAlarms", async function () {
308
308
  }
309
309
  })
310
310
 
311
+ it("cls.v20201016.AddMachineGroupInfo", async function () {
312
+ try {
313
+ const data = await client.AddMachineGroupInfo({})
314
+ expect(data).to.be.ok
315
+ } catch(error) {
316
+ expect(error.requestId).to.be.ok
317
+ expect(error.code).to.be.ok
318
+ }
319
+ })
320
+
311
321
  it("cls.v20201016.DescribeAlarmNotices", async function () {
312
322
  try {
313
323
  const data = await client.DescribeAlarmNotices({})
@@ -528,6 +538,16 @@ it("cls.v20201016.DescribeConfigs", async function () {
528
538
  }
529
539
  })
530
540
 
541
+ it("cls.v20201016.DescribeMachineGroups", async function () {
542
+ try {
543
+ const data = await client.DescribeMachineGroups({})
544
+ expect(data).to.be.ok
545
+ } catch(error) {
546
+ expect(error.requestId).to.be.ok
547
+ expect(error.code).to.be.ok
548
+ }
549
+ })
550
+
531
551
  it("cls.v20201016.MergePartition", async function () {
532
552
  try {
533
553
  const data = await client.MergePartition({})
@@ -198,6 +198,16 @@ it("dcdb.v20180411.InitDCDBInstances", async function () {
198
198
  }
199
199
  })
200
200
 
201
+ it("dcdb.v20180411.IsolateDedicatedDBInstance", async function () {
202
+ try {
203
+ const data = await client.IsolateDedicatedDBInstance({})
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
+
201
211
  it("dcdb.v20180411.DescribeOrders", async function () {
202
212
  try {
203
213
  const data = await client.DescribeOrders({})
@@ -168,9 +168,9 @@ it("mariadb.v20170312.ModifyDBParameters", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("mariadb.v20170312.ModifyLogFileRetentionPeriod", async function () {
171
+ it("mariadb.v20170312.KillSession", async function () {
172
172
  try {
173
- const data = await client.ModifyLogFileRetentionPeriod({})
173
+ const data = await client.KillSession({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -218,9 +218,9 @@ it("mariadb.v20170312.ModifyDBInstanceName", async function () {
218
218
  }
219
219
  })
220
220
 
221
- it("mariadb.v20170312.RestartDBInstances", async function () {
221
+ it("mariadb.v20170312.IsolateDedicatedDBInstance", async function () {
222
222
  try {
223
- const data = await client.RestartDBInstances({})
223
+ const data = await client.IsolateDedicatedDBInstance({})
224
224
  expect(data).to.be.ok
225
225
  } catch(error) {
226
226
  expect(error.requestId).to.be.ok
@@ -278,6 +278,16 @@ it("mariadb.v20170312.ModifyDBInstancesProject", async function () {
278
278
  }
279
279
  })
280
280
 
281
+ it("mariadb.v20170312.RestartDBInstances", async function () {
282
+ try {
283
+ const data = await client.RestartDBInstances({})
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
+
281
291
  it("mariadb.v20170312.ModifyInstanceVip", async function () {
282
292
  try {
283
293
  const data = await client.ModifyInstanceVip({})
@@ -288,9 +298,9 @@ it("mariadb.v20170312.ModifyInstanceVip", async function () {
288
298
  }
289
299
  })
290
300
 
291
- it("mariadb.v20170312.KillSession", async function () {
301
+ it("mariadb.v20170312.IsolateDBInstance", async function () {
292
302
  try {
293
- const data = await client.KillSession({})
303
+ const data = await client.IsolateDBInstance({})
294
304
  expect(data).to.be.ok
295
305
  } catch(error) {
296
306
  expect(error.requestId).to.be.ok
@@ -648,4 +658,14 @@ it("mariadb.v20170312.DisassociateSecurityGroups", async function () {
648
658
  }
649
659
  })
650
660
 
661
+ it("mariadb.v20170312.ModifyLogFileRetentionPeriod", async function () {
662
+ try {
663
+ const data = await client.ModifyLogFileRetentionPeriod({})
664
+ expect(data).to.be.ok
665
+ } catch(error) {
666
+ expect(error.requestId).to.be.ok
667
+ expect(error.code).to.be.ok
668
+ }
669
+ })
670
+
651
671
  })
@@ -18,6 +18,36 @@ const client = new tencentcloud.mps.v20190612.Client({
18
18
  })
19
19
  describe("mps.v20190612.test.js", function () {
20
20
 
21
+ it("mps.v20190612.DescribeStreamLinkFlows", async function () {
22
+ try {
23
+ const data = await client.DescribeStreamLinkFlows({})
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("mps.v20190612.StopStreamLinkFlow", async function () {
32
+ try {
33
+ const data = await client.StopStreamLinkFlow({})
34
+ expect(data).to.be.ok
35
+ } catch(error) {
36
+ expect(error.requestId).to.be.ok
37
+ expect(error.code).to.be.ok
38
+ }
39
+ })
40
+
41
+ it("mps.v20190612.ModifyStreamLinkOutputInfo", async function () {
42
+ try {
43
+ const data = await client.ModifyStreamLinkOutputInfo({})
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
+
21
51
  it("mps.v20190612.CreateSnapshotByTimeOffsetTemplate", async function () {
22
52
  try {
23
53
  const data = await client.CreateSnapshotByTimeOffsetTemplate({})
@@ -28,9 +58,29 @@ it("mps.v20190612.CreateSnapshotByTimeOffsetTemplate", async function () {
28
58
  }
29
59
  })
30
60
 
31
- it("mps.v20190612.ParseNotification", async function () {
61
+ it("mps.v20190612.DescribeStreamLinkFlowRealtimeStatus", async function () {
32
62
  try {
33
- const data = await client.ParseNotification({})
63
+ const data = await client.DescribeStreamLinkFlowRealtimeStatus({})
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
+
71
+ it("mps.v20190612.ModifyAIAnalysisTemplate", async function () {
72
+ try {
73
+ const data = await client.ModifyAIAnalysisTemplate({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
81
+ it("mps.v20190612.DeleteStreamLinkOutput", async function () {
82
+ try {
83
+ const data = await client.DeleteStreamLinkOutput({})
34
84
  expect(data).to.be.ok
35
85
  } catch(error) {
36
86
  expect(error.requestId).to.be.ok
@@ -158,6 +208,26 @@ it("mps.v20190612.DeleteAnimatedGraphicsTemplate", async function () {
158
208
  }
159
209
  })
160
210
 
211
+ it("mps.v20190612.DescribeStreamLinkFlow", async function () {
212
+ try {
213
+ const data = await client.DescribeStreamLinkFlow({})
214
+ expect(data).to.be.ok
215
+ } catch(error) {
216
+ expect(error.requestId).to.be.ok
217
+ expect(error.code).to.be.ok
218
+ }
219
+ })
220
+
221
+ it("mps.v20190612.DeleteStreamLinkFlow", async function () {
222
+ try {
223
+ const data = await client.DeleteStreamLinkFlow({})
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
+
161
231
  it("mps.v20190612.DescribeAIAnalysisTemplates", async function () {
162
232
  try {
163
233
  const data = await client.DescribeAIAnalysisTemplates({})
@@ -168,6 +238,26 @@ it("mps.v20190612.DescribeAIAnalysisTemplates", async function () {
168
238
  }
169
239
  })
170
240
 
241
+ it("mps.v20190612.DescribeStreamLinkFlowLogs", async function () {
242
+ try {
243
+ const data = await client.DescribeStreamLinkFlowLogs({})
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("mps.v20190612.DescribeStreamLinkFlowSRTStatistics", async function () {
252
+ try {
253
+ const data = await client.DescribeStreamLinkFlowSRTStatistics({})
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
+
171
261
  it("mps.v20190612.DescribeTaskDetail", async function () {
172
262
  try {
173
263
  const data = await client.DescribeTaskDetail({})
@@ -188,9 +278,9 @@ it("mps.v20190612.ModifyAIRecognitionTemplate", async function () {
188
278
  }
189
279
  })
190
280
 
191
- it("mps.v20190612.ModifyAdaptiveDynamicStreamingTemplate", async function () {
281
+ it("mps.v20190612.CreateStreamLinkOutputInfo", async function () {
192
282
  try {
193
- const data = await client.ModifyAdaptiveDynamicStreamingTemplate({})
283
+ const data = await client.CreateStreamLinkOutputInfo({})
194
284
  expect(data).to.be.ok
195
285
  } catch(error) {
196
286
  expect(error.requestId).to.be.ok
@@ -338,6 +428,16 @@ it("mps.v20190612.DescribeSampleSnapshotTemplates", async function () {
338
428
  }
339
429
  })
340
430
 
431
+ it("mps.v20190612.DescribeStreamLinkFlowStatistics", async function () {
432
+ try {
433
+ const data = await client.DescribeStreamLinkFlowStatistics({})
434
+ expect(data).to.be.ok
435
+ } catch(error) {
436
+ expect(error.requestId).to.be.ok
437
+ expect(error.code).to.be.ok
438
+ }
439
+ })
440
+
341
441
  it("mps.v20190612.CreateWatermarkTemplate", async function () {
342
442
  try {
343
443
  const data = await client.CreateWatermarkTemplate({})
@@ -378,6 +478,16 @@ it("mps.v20190612.DeleteAIRecognitionTemplate", async function () {
378
478
  }
379
479
  })
380
480
 
481
+ it("mps.v20190612.StartStreamLinkFlow", async function () {
482
+ try {
483
+ const data = await client.StartStreamLinkFlow({})
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
+
381
491
  it("mps.v20190612.CreateAnimatedGraphicsTemplate", async function () {
382
492
  try {
383
493
  const data = await client.CreateAnimatedGraphicsTemplate({})
@@ -398,6 +508,16 @@ it("mps.v20190612.DescribeAnimatedGraphicsTemplates", async function () {
398
508
  }
399
509
  })
400
510
 
511
+ it("mps.v20190612.ModifyStreamLinkInput", async function () {
512
+ try {
513
+ const data = await client.ModifyStreamLinkInput({})
514
+ expect(data).to.be.ok
515
+ } catch(error) {
516
+ expect(error.requestId).to.be.ok
517
+ expect(error.code).to.be.ok
518
+ }
519
+ })
520
+
401
521
  it("mps.v20190612.EnableWorkflow", async function () {
402
522
  try {
403
523
  const data = await client.EnableWorkflow({})
@@ -408,6 +528,26 @@ it("mps.v20190612.EnableWorkflow", async function () {
408
528
  }
409
529
  })
410
530
 
531
+ it("mps.v20190612.DescribeStreamLinkFlowMediaStatistics", async function () {
532
+ try {
533
+ const data = await client.DescribeStreamLinkFlowMediaStatistics({})
534
+ expect(data).to.be.ok
535
+ } catch(error) {
536
+ expect(error.requestId).to.be.ok
537
+ expect(error.code).to.be.ok
538
+ }
539
+ })
540
+
541
+ it("mps.v20190612.ParseNotification", async function () {
542
+ try {
543
+ const data = await client.ParseNotification({})
544
+ expect(data).to.be.ok
545
+ } catch(error) {
546
+ expect(error.requestId).to.be.ok
547
+ expect(error.code).to.be.ok
548
+ }
549
+ })
550
+
411
551
  it("mps.v20190612.RecognizeMediaForZhiXue", async function () {
412
552
  try {
413
553
  const data = await client.RecognizeMediaForZhiXue({})
@@ -428,9 +568,19 @@ it("mps.v20190612.ManageTask", async function () {
428
568
  }
429
569
  })
430
570
 
431
- it("mps.v20190612.ModifyAIAnalysisTemplate", async function () {
571
+ it("mps.v20190612.DescribeStreamLinkActivateState", async function () {
432
572
  try {
433
- const data = await client.ModifyAIAnalysisTemplate({})
573
+ const data = await client.DescribeStreamLinkActivateState({})
574
+ expect(data).to.be.ok
575
+ } catch(error) {
576
+ expect(error.requestId).to.be.ok
577
+ expect(error.code).to.be.ok
578
+ }
579
+ })
580
+
581
+ it("mps.v20190612.ModifyStreamLinkFlow", async function () {
582
+ try {
583
+ const data = await client.ModifyStreamLinkFlow({})
434
584
  expect(data).to.be.ok
435
585
  } catch(error) {
436
586
  expect(error.requestId).to.be.ok
@@ -448,6 +598,16 @@ it("mps.v20190612.DescribeTasks", async function () {
448
598
  }
449
599
  })
450
600
 
601
+ it("mps.v20190612.DescribeStreamLinkRegions", async function () {
602
+ try {
603
+ const data = await client.DescribeStreamLinkRegions({})
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
+
451
611
  it("mps.v20190612.ModifySnapshotByTimeOffsetTemplate", async function () {
452
612
  try {
453
613
  const data = await client.ModifySnapshotByTimeOffsetTemplate({})
@@ -518,6 +678,16 @@ it("mps.v20190612.CreateWorkflow", async function () {
518
678
  }
519
679
  })
520
680
 
681
+ it("mps.v20190612.CreateStreamLinkFlow", async function () {
682
+ try {
683
+ const data = await client.CreateStreamLinkFlow({})
684
+ expect(data).to.be.ok
685
+ } catch(error) {
686
+ expect(error.requestId).to.be.ok
687
+ expect(error.code).to.be.ok
688
+ }
689
+ })
690
+
521
691
  it("mps.v20190612.ProcessLiveStream", async function () {
522
692
  try {
523
693
  const data = await client.ProcessLiveStream({})
@@ -608,6 +778,16 @@ it("mps.v20190612.CreateAIAnalysisTemplate", async function () {
608
778
  }
609
779
  })
610
780
 
781
+ it("mps.v20190612.ModifyAdaptiveDynamicStreamingTemplate", async function () {
782
+ try {
783
+ const data = await client.ModifyAdaptiveDynamicStreamingTemplate({})
784
+ expect(data).to.be.ok
785
+ } catch(error) {
786
+ expect(error.requestId).to.be.ok
787
+ expect(error.code).to.be.ok
788
+ }
789
+ })
790
+
611
791
  it("mps.v20190612.DescribeAIRecognitionTemplates", async function () {
612
792
  try {
613
793
  const data = await client.DescribeAIRecognitionTemplates({})
@@ -318,9 +318,9 @@ it("teo.v20220901.CreatePrefetchTask", async function () {
318
318
  }
319
319
  })
320
320
 
321
- it("teo.v20220901.DescribeLogTopicTaskDetail", async function () {
321
+ it("teo.v20220901.DeleteAliasDomain", async function () {
322
322
  try {
323
- const data = await client.DescribeLogTopicTaskDetail({})
323
+ const data = await client.DeleteAliasDomain({})
324
324
  expect(data).to.be.ok
325
325
  } catch(error) {
326
326
  expect(error.requestId).to.be.ok
@@ -548,6 +548,16 @@ it("teo.v20220901.DescribeBotData", async function () {
548
548
  }
549
549
  })
550
550
 
551
+ it("teo.v20220901.CreateAliasDomain", async function () {
552
+ try {
553
+ const data = await client.CreateAliasDomain({})
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
+
551
561
  it("teo.v20220901.DescribeWebProtectionHitRuleDetail", async function () {
552
562
  try {
553
563
  const data = await client.DescribeWebProtectionHitRuleDetail({})
@@ -558,6 +568,16 @@ it("teo.v20220901.DescribeWebProtectionHitRuleDetail", async function () {
558
568
  }
559
569
  })
560
570
 
571
+ it("teo.v20220901.ModifyAliasDomainStatus", async function () {
572
+ try {
573
+ const data = await client.ModifyAliasDomainStatus({})
574
+ expect(data).to.be.ok
575
+ } catch(error) {
576
+ expect(error.requestId).to.be.ok
577
+ expect(error.code).to.be.ok
578
+ }
579
+ })
580
+
561
581
  it("teo.v20220901.DescribeTopL7CacheData", async function () {
562
582
  try {
563
583
  const data = await client.DescribeTopL7CacheData({})
@@ -618,6 +638,16 @@ it("teo.v20220901.ModifySecurityPolicy", async function () {
618
638
  }
619
639
  })
620
640
 
641
+ it("teo.v20220901.DescribeLogTopicTaskDetail", async function () {
642
+ try {
643
+ const data = await client.DescribeLogTopicTaskDetail({})
644
+ expect(data).to.be.ok
645
+ } catch(error) {
646
+ expect(error.requestId).to.be.ok
647
+ expect(error.code).to.be.ok
648
+ }
649
+ })
650
+
621
651
  it("teo.v20220901.ModifyRulePriority", async function () {
622
652
  try {
623
653
  const data = await client.ModifyRulePriority({})
@@ -968,6 +998,16 @@ it("teo.v20220901.SwitchLogTopicTask", async function () {
968
998
  }
969
999
  })
970
1000
 
1001
+ it("teo.v20220901.ModifyAliasDomain", async function () {
1002
+ try {
1003
+ const data = await client.ModifyAliasDomain({})
1004
+ expect(data).to.be.ok
1005
+ } catch(error) {
1006
+ expect(error.requestId).to.be.ok
1007
+ expect(error.code).to.be.ok
1008
+ }
1009
+ })
1010
+
971
1011
  it("teo.v20220901.DescribeDnssec", async function () {
972
1012
  try {
973
1013
  const data = await client.DescribeDnssec({})
@@ -1198,6 +1238,16 @@ it("teo.v20220901.DescribeWebManagedRulesData", async function () {
1198
1238
  }
1199
1239
  })
1200
1240
 
1241
+ it("teo.v20220901.DescribeAliasDomains", async function () {
1242
+ try {
1243
+ const data = await client.DescribeAliasDomains({})
1244
+ expect(data).to.be.ok
1245
+ } catch(error) {
1246
+ expect(error.requestId).to.be.ok
1247
+ expect(error.code).to.be.ok
1248
+ }
1249
+ })
1250
+
1201
1251
  it("teo.v20220901.DescribeBillingData", async function () {
1202
1252
  try {
1203
1253
  const data = await client.DescribeBillingData({})
@@ -38,6 +38,16 @@ it("trtc.v20190722.DescribeTrtcUsage", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("trtc.v20190722.DescribeTRTCMarketQualityMetricData", async function () {
42
+ try {
43
+ const data = await client.DescribeTRTCMarketQualityMetricData({})
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
+
41
51
  it("trtc.v20190722.DescribeCallDetailInfo", async function () {
42
52
  try {
43
53
  const data = await client.DescribeCallDetailInfo({})
@@ -58,6 +68,16 @@ it("trtc.v20190722.StopMCUMixTranscode", async function () {
58
68
  }
59
69
  })
60
70
 
71
+ it("trtc.v20190722.DescribeTRTCMarketScaleMetricData", async function () {
72
+ try {
73
+ const data = await client.DescribeTRTCMarketScaleMetricData({})
74
+ expect(data).to.be.ok
75
+ } catch(error) {
76
+ expect(error.requestId).to.be.ok
77
+ expect(error.code).to.be.ok
78
+ }
79
+ })
80
+
61
81
  it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
62
82
  try {
63
83
  const data = await client.StartMCUMixTranscodeByStrRoomId({})
@@ -78,6 +98,16 @@ it("trtc.v20190722.DeletePicture", async function () {
78
98
  }
79
99
  })
80
100
 
101
+ it("trtc.v20190722.DescribeTRTCRealTimeQualityMetricData", async function () {
102
+ try {
103
+ const data = await client.DescribeTRTCRealTimeQualityMetricData({})
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
+
81
111
  it("trtc.v20190722.CreatePicture", async function () {
82
112
  try {
83
113
  const data = await client.CreatePicture({})
@@ -308,4 +338,14 @@ it("trtc.v20190722.DescribeUnusualEvent", async function () {
308
338
  }
309
339
  })
310
340
 
341
+ it("trtc.v20190722.DescribeTRTCRealTimeScaleMetricData", async function () {
342
+ try {
343
+ const data = await client.DescribeTRTCRealTimeScaleMetricData({})
344
+ expect(data).to.be.ok
345
+ } catch(error) {
346
+ expect(error.requestId).to.be.ok
347
+ expect(error.code).to.be.ok
348
+ }
349
+ })
350
+
311
351
  })