tencentcloud-sdk-nodejs 4.0.386 → 4.0.389

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 (124) hide show
  1. package/CHANGELOG.md +597 -0
  2. package/SERVICE_CHANGELOG.md +620 -67
  3. package/package.json +1 -1
  4. package/products.md +30 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +42 -0
  7. package/src/services/as/v20180419/as_client.ts +1 -0
  8. package/src/services/as/v20180419/as_models.ts +65 -3
  9. package/src/services/bma/index.ts +5 -0
  10. package/src/services/bma/v20210624/bma_client.ts +79 -0
  11. package/src/services/bma/v20210624/bma_models.ts +316 -0
  12. package/src/services/bma/v20210624/index.ts +6 -0
  13. package/src/services/cdn/v20180606/cdn_client.ts +1 -0
  14. package/src/services/cdn/v20180606/cdn_models.ts +11 -0
  15. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  16. package/src/services/ckafka/v20190819/ckafka_client.ts +275 -48
  17. package/src/services/ckafka/v20190819/ckafka_models.ts +3607 -471
  18. package/src/services/clb/v20180317/clb_models.ts +1 -1
  19. package/src/services/cpdp/v20190820/cpdp_models.ts +6 -0
  20. package/src/services/cynosdb/v20190107/cynosdb_client.ts +54 -16
  21. package/src/services/cynosdb/v20190107/cynosdb_models.ts +270 -51
  22. package/src/services/dataintegration/index.ts +5 -0
  23. package/src/services/dataintegration/v20220613/dataintegration_client.ts +40 -0
  24. package/src/services/dataintegration/v20220613/dataintegration_models.ts +61 -0
  25. package/src/services/dataintegration/v20220613/index.ts +6 -0
  26. package/src/services/dbdc/v20201029/dbdc_models.ts +31 -4
  27. package/src/services/ess/v20201111/ess_models.ts +93 -93
  28. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -3
  29. package/src/services/gaap/v20180529/gaap_models.ts +195 -20
  30. package/src/services/index.ts +2 -0
  31. package/src/services/live/v20180801/live_models.ts +1 -1
  32. package/src/services/mariadb/v20170312/mariadb_models.ts +10 -0
  33. package/src/services/oceanus/v20190422/oceanus_client.ts +37 -11
  34. package/src/services/oceanus/v20190422/oceanus_models.ts +219 -126
  35. package/src/services/ocr/v20181119/ocr_client.ts +24 -8
  36. package/src/services/ocr/v20181119/ocr_models.ts +2 -2
  37. package/src/services/redis/v20180412/redis_client.ts +85 -61
  38. package/src/services/redis/v20180412/redis_models.ts +76 -6
  39. package/src/services/ssa/v20180608/ssa_models.ts +7 -7
  40. package/src/services/tdmq/v20200217/tdmq_client.ts +1 -1
  41. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  42. package/src/services/tke/v20180525/tke_client.ts +58 -10
  43. package/src/services/tke/v20180525/tke_models.ts +199 -82
  44. package/src/services/trp/v20210515/trp_models.ts +21 -1
  45. package/src/services/trtc/v20190722/trtc_client.ts +210 -134
  46. package/src/services/trtc/v20190722/trtc_models.ts +508 -150
  47. package/src/services/tsf/v20180326/tsf_models.ts +6 -1
  48. package/src/services/waf/v20180125/waf_client.ts +2 -14
  49. package/src/services/waf/v20180125/waf_models.ts +31 -96
  50. package/tencentcloud/common/sdk_version.d.ts +1 -1
  51. package/tencentcloud/common/sdk_version.js +1 -1
  52. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +34 -0
  53. package/tencentcloud/services/as/v20180419/as_models.d.ts +56 -3
  54. package/tencentcloud/services/bma/index.d.ts +6 -0
  55. package/tencentcloud/services/bma/index.js +7 -0
  56. package/tencentcloud/services/bma/v20210624/bma_client.d.ts +26 -0
  57. package/tencentcloud/services/bma/v20210624/bma_client.js +55 -0
  58. package/tencentcloud/services/bma/v20210624/bma_models.d.ts +248 -0
  59. package/tencentcloud/services/bma/v20210624/bma_models.js +18 -0
  60. package/tencentcloud/services/bma/v20210624/index.d.ts +6 -0
  61. package/tencentcloud/services/bma/v20210624/index.js +9 -0
  62. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -0
  63. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -0
  64. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +9 -0
  65. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  66. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  67. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +65 -9
  68. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +96 -12
  69. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +3113 -469
  70. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  71. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +5 -0
  72. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -5
  73. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +24 -6
  74. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +228 -45
  75. package/tencentcloud/services/dataintegration/index.d.ts +6 -0
  76. package/tencentcloud/services/dataintegration/index.js +7 -0
  77. package/tencentcloud/services/dataintegration/v20220613/dataintegration_client.d.ts +14 -0
  78. package/tencentcloud/services/dataintegration/v20220613/dataintegration_client.js +37 -0
  79. package/tencentcloud/services/dataintegration/v20220613/dataintegration_models.d.ts +39 -0
  80. package/tencentcloud/services/dataintegration/v20220613/dataintegration_models.js +18 -0
  81. package/tencentcloud/services/dataintegration/v20220613/index.d.ts +6 -0
  82. package/tencentcloud/services/dataintegration/v20220613/index.js +9 -0
  83. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +26 -4
  84. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +81 -81
  85. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -2
  86. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -2
  87. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +159 -18
  88. package/tencentcloud/services/index.d.ts +2 -0
  89. package/tencentcloud/services/index.js +4 -0
  90. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  91. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +8 -0
  92. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +9 -1
  93. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +12 -0
  94. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +195 -116
  95. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +16 -0
  96. package/tencentcloud/services/ocr/v20181119/ocr_client.js +16 -0
  97. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
  98. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +29 -21
  99. package/tencentcloud/services/redis/v20180412/redis_client.js +42 -30
  100. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +66 -6
  101. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +7 -7
  102. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +1 -1
  103. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +1 -1
  104. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  105. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +19 -3
  106. package/tencentcloud/services/tke/v20180525/tke_client.js +27 -3
  107. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +170 -68
  108. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +17 -1
  109. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +80 -52
  110. package/tencentcloud/services/trtc/v20190722/trtc_client.js +111 -71
  111. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +436 -130
  112. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +5 -1
  113. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -5
  114. package/tencentcloud/services/waf/v20180125/waf_client.js +0 -6
  115. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +27 -81
  116. package/test/bma.v20210624.test.js +61 -0
  117. package/test/ckafka.v20190819.test.js +148 -8
  118. package/test/cynosdb.v20190107.test.js +34 -4
  119. package/test/dataintegration.v20220613.test.js +31 -0
  120. package/test/oceanus.v20190422.test.js +20 -0
  121. package/test/redis.v20180412.test.js +40 -20
  122. package/test/tke.v20180525.test.js +42 -2
  123. package/test/trtc.v20190722.test.js +94 -34
  124. package/test/waf.v20180125.test.js +0 -10
@@ -158,9 +158,9 @@ it("redis.v20180412.DescribeParamTemplateInfo", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("redis.v20180412.DescribeInstanceAccount", async function () {
161
+ it("redis.v20180412.DescribeInstanceBackups", async function () {
162
162
  try {
163
- const data = await client.DescribeInstanceAccount({})
163
+ const data = await client.DescribeInstanceBackups({})
164
164
  expect(data).to.be.ok
165
165
  } catch(error) {
166
166
  expect(error.requestId).to.be.ok
@@ -168,9 +168,9 @@ it("redis.v20180412.DescribeInstanceAccount", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("redis.v20180412.DescribeAutoBackupConfig", async function () {
171
+ it("redis.v20180412.DescribeInstanceDTSInfo", async function () {
172
172
  try {
173
- const data = await client.DescribeAutoBackupConfig({})
173
+ const data = await client.DescribeInstanceDTSInfo({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -308,9 +308,9 @@ it("redis.v20180412.DisableReplicaReadonly", async function () {
308
308
  }
309
309
  })
310
310
 
311
- it("redis.v20180412.DescribeInstanceDTSInfo", async function () {
311
+ it("redis.v20180412.DescribeAutoBackupConfig", async function () {
312
312
  try {
313
- const data = await client.DescribeInstanceDTSInfo({})
313
+ const data = await client.DescribeAutoBackupConfig({})
314
314
  expect(data).to.be.ok
315
315
  } catch(error) {
316
316
  expect(error.requestId).to.be.ok
@@ -348,9 +348,9 @@ it("redis.v20180412.DescribeInstanceMonitorSIP", async function () {
348
348
  }
349
349
  })
350
350
 
351
- it("redis.v20180412.CreateInstances", async function () {
351
+ it("redis.v20180412.ClearInstance", async function () {
352
352
  try {
353
- const data = await client.CreateInstances({})
353
+ const data = await client.ClearInstance({})
354
354
  expect(data).to.be.ok
355
355
  } catch(error) {
356
356
  expect(error.requestId).to.be.ok
@@ -428,9 +428,9 @@ it("redis.v20180412.DescribeTaskInfo", async function () {
428
428
  }
429
429
  })
430
430
 
431
- it("redis.v20180412.AllocateWanAddress", async function () {
431
+ it("redis.v20180412.DescribeBackupUrl", async function () {
432
432
  try {
433
- const data = await client.AllocateWanAddress({})
433
+ const data = await client.DescribeBackupUrl({})
434
434
  expect(data).to.be.ok
435
435
  } catch(error) {
436
436
  expect(error.requestId).to.be.ok
@@ -478,6 +478,16 @@ it("redis.v20180412.AssociateSecurityGroups", async function () {
478
478
  }
479
479
  })
480
480
 
481
+ it("redis.v20180412.UpgradeProxyVersion", async function () {
482
+ try {
483
+ const data = await client.UpgradeProxyVersion({})
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
+
481
491
  it("redis.v20180412.ModifyInstanceParams", async function () {
482
492
  try {
483
493
  const data = await client.ModifyInstanceParams({})
@@ -488,9 +498,9 @@ it("redis.v20180412.ModifyInstanceParams", async function () {
488
498
  }
489
499
  })
490
500
 
491
- it("redis.v20180412.UpgradeProxyVersion", async function () {
501
+ it("redis.v20180412.DescribeInstanceDealDetail", async function () {
492
502
  try {
493
- const data = await client.UpgradeProxyVersion({})
503
+ const data = await client.DescribeInstanceDealDetail({})
494
504
  expect(data).to.be.ok
495
505
  } catch(error) {
496
506
  expect(error.requestId).to.be.ok
@@ -578,6 +588,16 @@ it("redis.v20180412.DescribeInstanceMonitorBigKeyTypeDist", async function () {
578
588
  }
579
589
  })
580
590
 
591
+ it("redis.v20180412.ChangeMasterInstance", async function () {
592
+ try {
593
+ const data = await client.ChangeMasterInstance({})
594
+ expect(data).to.be.ok
595
+ } catch(error) {
596
+ expect(error.requestId).to.be.ok
597
+ expect(error.code).to.be.ok
598
+ }
599
+ })
600
+
581
601
  it("redis.v20180412.ResetPassword", async function () {
582
602
  try {
583
603
  const data = await client.ResetPassword({})
@@ -728,9 +748,9 @@ it("redis.v20180412.DescribeInstanceParamRecords", async function () {
728
748
  }
729
749
  })
730
750
 
731
- it("redis.v20180412.ClearInstance", async function () {
751
+ it("redis.v20180412.CreateInstances", async function () {
732
752
  try {
733
- const data = await client.ClearInstance({})
753
+ const data = await client.CreateInstances({})
734
754
  expect(data).to.be.ok
735
755
  } catch(error) {
736
756
  expect(error.requestId).to.be.ok
@@ -748,9 +768,9 @@ it("redis.v20180412.DescribeInstanceZoneInfo", async function () {
748
768
  }
749
769
  })
750
770
 
751
- it("redis.v20180412.DescribeInstanceDealDetail", async function () {
771
+ it("redis.v20180412.AllocateWanAddress", async function () {
752
772
  try {
753
- const data = await client.DescribeInstanceDealDetail({})
773
+ const data = await client.AllocateWanAddress({})
754
774
  expect(data).to.be.ok
755
775
  } catch(error) {
756
776
  expect(error.requestId).to.be.ok
@@ -768,9 +788,9 @@ it("redis.v20180412.DeleteInstanceAccount", async function () {
768
788
  }
769
789
  })
770
790
 
771
- it("redis.v20180412.DescribeInstanceBackups", async function () {
791
+ it("redis.v20180412.DescribeInstanceAccount", async function () {
772
792
  try {
773
- const data = await client.DescribeInstanceBackups({})
793
+ const data = await client.DescribeInstanceAccount({})
774
794
  expect(data).to.be.ok
775
795
  } catch(error) {
776
796
  expect(error.requestId).to.be.ok
@@ -818,9 +838,9 @@ it("redis.v20180412.DescribeInstanceMonitorTookDist", async function () {
818
838
  }
819
839
  })
820
840
 
821
- it("redis.v20180412.DescribeBackupUrl", async function () {
841
+ it("redis.v20180412.ChangeInstanceRole", async function () {
822
842
  try {
823
- const data = await client.DescribeBackupUrl({})
843
+ const data = await client.ChangeInstanceRole({})
824
844
  expect(data).to.be.ok
825
845
  } catch(error) {
826
846
  expect(error.requestId).to.be.ok
@@ -58,6 +58,16 @@ it("tke.v20180525.CreateCluster", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("tke.v20180525.InstallEdgeLogAgent", async function () {
62
+ try {
63
+ const data = await client.InstallEdgeLogAgent({})
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
+
61
71
  it("tke.v20180525.ModifyClusterAsGroupOptionAttribute", async function () {
62
72
  try {
63
73
  const data = await client.ModifyClusterAsGroupOptionAttribute({})
@@ -88,6 +98,16 @@ it("tke.v20180525.DeleteCluster", async function () {
88
98
  }
89
99
  })
90
100
 
101
+ it("tke.v20180525.UninstallEdgeLogAgent", async function () {
102
+ try {
103
+ const data = await client.UninstallEdgeLogAgent({})
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
+
91
111
  it("tke.v20180525.DeleteEdgeClusterInstances", async function () {
92
112
  try {
93
113
  const data = await client.DeleteEdgeClusterInstances({})
@@ -348,6 +368,16 @@ it("tke.v20180525.UpdateClusterVersion", async function () {
348
368
  }
349
369
  })
350
370
 
371
+ it("tke.v20180525.CreatePrometheusRecordRuleYaml", async function () {
372
+ try {
373
+ const data = await client.CreatePrometheusRecordRuleYaml({})
374
+ expect(data).to.be.ok
375
+ } catch(error) {
376
+ expect(error.requestId).to.be.ok
377
+ expect(error.code).to.be.ok
378
+ }
379
+ })
380
+
351
381
  it("tke.v20180525.DescribeAvailableClusterVersion", async function () {
352
382
  try {
353
383
  const data = await client.DescribeAvailableClusterVersion({})
@@ -1098,6 +1128,16 @@ it("tke.v20180525.DescribeClusterSecurity", async function () {
1098
1128
  }
1099
1129
  })
1100
1130
 
1131
+ it("tke.v20180525.DescribeClusterEndpoints", async function () {
1132
+ try {
1133
+ const data = await client.DescribeClusterEndpoints({})
1134
+ expect(data).to.be.ok
1135
+ } catch(error) {
1136
+ expect(error.requestId).to.be.ok
1137
+ expect(error.code).to.be.ok
1138
+ }
1139
+ })
1140
+
1101
1141
  it("tke.v20180525.DescribePrometheusClusterAgents", async function () {
1102
1142
  try {
1103
1143
  const data = await client.DescribePrometheusClusterAgents({})
@@ -1468,9 +1508,9 @@ it("tke.v20180525.CreateClusterNodePool", async function () {
1468
1508
  }
1469
1509
  })
1470
1510
 
1471
- it("tke.v20180525.CreatePrometheusRecordRuleYaml", async function () {
1511
+ it("tke.v20180525.CreateEdgeLogConfig", async function () {
1472
1512
  try {
1473
- const data = await client.CreatePrometheusRecordRuleYaml({})
1513
+ const data = await client.CreateEdgeLogConfig({})
1474
1514
  expect(data).to.be.ok
1475
1515
  } catch(error) {
1476
1516
  expect(error.requestId).to.be.ok
@@ -18,9 +18,9 @@ const client = new tencentcloud.trtc.v20190722.Client({
18
18
  })
19
19
  describe("trtc.v20190722.test.js", function () {
20
20
 
21
- it("trtc.v20190722.DescribeRecordStatistic", async function () {
21
+ it("trtc.v20190722.DescribeRoomInfo", async function () {
22
22
  try {
23
- const data = await client.DescribeRecordStatistic({})
23
+ const data = await client.DescribeRoomInfo({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("trtc.v20190722.DescribeRecordStatistic", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("trtc.v20190722.DescribeTrtcMcuTranscodeTime", async function () {
31
+ it("trtc.v20190722.StartMCUMixTranscode", async function () {
32
32
  try {
33
- const data = await client.DescribeTrtcMcuTranscodeTime({})
33
+ const data = await client.StartMCUMixTranscode({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("trtc.v20190722.DescribeTrtcMcuTranscodeTime", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("trtc.v20190722.DescribeHistoryScale", async function () {
41
+ it("trtc.v20190722.DescribeRoomInformation", async function () {
42
42
  try {
43
- const data = await client.DescribeHistoryScale({})
43
+ const data = await client.DescribeRoomInformation({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("trtc.v20190722.DescribeHistoryScale", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
51
+ it("trtc.v20190722.DescribeCallDetailInfo", async function () {
52
52
  try {
53
- const data = await client.StartMCUMixTranscodeByStrRoomId({})
53
+ const data = await client.DescribeCallDetailInfo({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("trtc.v20190722.DescribeExternalTrtcMeasure", async function () {
61
+ it("trtc.v20190722.StopMCUMixTranscode", async function () {
62
62
  try {
63
- const data = await client.DescribeExternalTrtcMeasure({})
63
+ const data = await client.StopMCUMixTranscode({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("trtc.v20190722.DescribeExternalTrtcMeasure", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("trtc.v20190722.DeletePicture", async function () {
71
+ it("trtc.v20190722.DescribeHistoryScale", async function () {
72
72
  try {
73
- const data = await client.DeletePicture({})
73
+ const data = await client.DescribeHistoryScale({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("trtc.v20190722.DeletePicture", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
81
+ it("trtc.v20190722.DeletePicture", async function () {
82
82
  try {
83
- const data = await client.StopMCUMixTranscodeByStrRoomId({})
83
+ const data = await client.DeletePicture({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("trtc.v20190722.CreatePicture", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("trtc.v20190722.DescribePicture", async function () {
101
+ it("trtc.v20190722.RemoveUser", async function () {
102
102
  try {
103
- const data = await client.DescribePicture({})
103
+ const data = await client.RemoveUser({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("trtc.v20190722.DescribePicture", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("trtc.v20190722.ModifyPicture", async function () {
111
+ it("trtc.v20190722.DescribeCallDetail", async function () {
112
112
  try {
113
- const data = await client.ModifyPicture({})
113
+ const data = await client.DescribeCallDetail({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("trtc.v20190722.ModifyPicture", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("trtc.v20190722.RemoveUser", async function () {
121
+ it("trtc.v20190722.DescribeUserEvent", async function () {
122
122
  try {
123
- const data = await client.RemoveUser({})
123
+ const data = await client.DescribeUserEvent({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -128,9 +128,9 @@ it("trtc.v20190722.RemoveUser", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("trtc.v20190722.DescribeDetailEvent", async function () {
131
+ it("trtc.v20190722.DescribeExternalTrtcMeasure", async function () {
132
132
  try {
133
- const data = await client.DescribeDetailEvent({})
133
+ const data = await client.DescribeExternalTrtcMeasure({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -138,9 +138,29 @@ it("trtc.v20190722.DescribeDetailEvent", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("trtc.v20190722.DescribeCallDetail", async function () {
141
+ it("trtc.v20190722.DescribeScaleInfo", async function () {
142
142
  try {
143
- const data = await client.DescribeCallDetail({})
143
+ const data = await client.DescribeScaleInfo({})
144
+ expect(data).to.be.ok
145
+ } catch(error) {
146
+ expect(error.requestId).to.be.ok
147
+ expect(error.code).to.be.ok
148
+ }
149
+ })
150
+
151
+ it("trtc.v20190722.ModifyPicture", async function () {
152
+ try {
153
+ const data = await client.ModifyPicture({})
154
+ expect(data).to.be.ok
155
+ } catch(error) {
156
+ expect(error.requestId).to.be.ok
157
+ expect(error.code).to.be.ok
158
+ }
159
+ })
160
+
161
+ it("trtc.v20190722.DescribeUserInfo", async function () {
162
+ try {
163
+ const data = await client.DescribeUserInfo({})
144
164
  expect(data).to.be.ok
145
165
  } catch(error) {
146
166
  expect(error.requestId).to.be.ok
@@ -158,9 +178,9 @@ it("trtc.v20190722.DismissRoomByStrRoomId", async function () {
158
178
  }
159
179
  })
160
180
 
161
- it("trtc.v20190722.DescribeAbnormalEvent", async function () {
181
+ it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
162
182
  try {
163
- const data = await client.DescribeAbnormalEvent({})
183
+ const data = await client.StopMCUMixTranscodeByStrRoomId({})
164
184
  expect(data).to.be.ok
165
185
  } catch(error) {
166
186
  expect(error.requestId).to.be.ok
@@ -168,9 +188,9 @@ it("trtc.v20190722.DescribeAbnormalEvent", async function () {
168
188
  }
169
189
  })
170
190
 
171
- it("trtc.v20190722.StopMCUMixTranscode", async function () {
191
+ it("trtc.v20190722.DescribeAbnormalEvent", async function () {
172
192
  try {
173
- const data = await client.StopMCUMixTranscode({})
193
+ const data = await client.DescribeAbnormalEvent({})
174
194
  expect(data).to.be.ok
175
195
  } catch(error) {
176
196
  expect(error.requestId).to.be.ok
@@ -178,9 +198,9 @@ it("trtc.v20190722.StopMCUMixTranscode", async function () {
178
198
  }
179
199
  })
180
200
 
181
- it("trtc.v20190722.DescribeRoomInformation", async function () {
201
+ it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
182
202
  try {
183
- const data = await client.DescribeRoomInformation({})
203
+ const data = await client.StartMCUMixTranscodeByStrRoomId({})
184
204
  expect(data).to.be.ok
185
205
  } catch(error) {
186
206
  expect(error.requestId).to.be.ok
@@ -198,9 +218,9 @@ it("trtc.v20190722.RemoveUserByStrRoomId", async function () {
198
218
  }
199
219
  })
200
220
 
201
- it("trtc.v20190722.StartMCUMixTranscode", async function () {
221
+ it("trtc.v20190722.DismissRoom", async function () {
202
222
  try {
203
- const data = await client.StartMCUMixTranscode({})
223
+ const data = await client.DismissRoom({})
204
224
  expect(data).to.be.ok
205
225
  } catch(error) {
206
226
  expect(error.requestId).to.be.ok
@@ -208,9 +228,49 @@ it("trtc.v20190722.StartMCUMixTranscode", async function () {
208
228
  }
209
229
  })
210
230
 
211
- it("trtc.v20190722.DismissRoom", async function () {
231
+ it("trtc.v20190722.DescribeRecordStatistic", async function () {
212
232
  try {
213
- const data = await client.DismissRoom({})
233
+ const data = await client.DescribeRecordStatistic({})
234
+ expect(data).to.be.ok
235
+ } catch(error) {
236
+ expect(error.requestId).to.be.ok
237
+ expect(error.code).to.be.ok
238
+ }
239
+ })
240
+
241
+ it("trtc.v20190722.DescribeTrtcMcuTranscodeTime", async function () {
242
+ try {
243
+ const data = await client.DescribeTrtcMcuTranscodeTime({})
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("trtc.v20190722.DescribePicture", async function () {
252
+ try {
253
+ const data = await client.DescribePicture({})
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("trtc.v20190722.DescribeDetailEvent", async function () {
262
+ try {
263
+ const data = await client.DescribeDetailEvent({})
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
+
271
+ it("trtc.v20190722.DescribeUnusualEvent", async function () {
272
+ try {
273
+ const data = await client.DescribeUnusualEvent({})
214
274
  expect(data).to.be.ok
215
275
  } catch(error) {
216
276
  expect(error.requestId).to.be.ok
@@ -138,16 +138,6 @@ it("waf.v20180125.DescribeFlowTrend", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("waf.v20180125.CreateAttackDownloadTask", async function () {
142
- try {
143
- const data = await client.CreateAttackDownloadTask({})
144
- expect(data).to.be.ok
145
- } catch(error) {
146
- expect(error.requestId).to.be.ok
147
- expect(error.code).to.be.ok
148
- }
149
- })
150
-
151
141
  it("waf.v20180125.ModifyDomainWhiteRule", async function () {
152
142
  try {
153
143
  const data = await client.ModifyDomainWhiteRule({})