tencentcloud-sdk-nodejs 4.0.378 → 4.0.381

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 (172) hide show
  1. package/CHANGELOG.md +530 -0
  2. package/SERVICE_CHANGELOG.md +885 -103
  3. package/package.json +1 -1
  4. package/products.md +45 -44
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/acp/v20220105/acp_models.ts +16 -16
  7. package/src/services/antiddos/v20200309/antiddos_client.ts +25 -0
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +165 -0
  9. package/src/services/apm/v20210622/apm_models.ts +25 -10
  10. package/src/services/cat/v20180409/cat_models.ts +59 -14
  11. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  12. package/src/services/cdn/v20180606/cdn_client.ts +273 -272
  13. package/src/services/cdn/v20180606/cdn_models.ts +6322 -6296
  14. package/src/services/clb/v20180317/clb_client.ts +2 -2
  15. package/src/services/clb/v20180317/clb_models.ts +2 -2
  16. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +2 -2
  17. package/src/services/cls/v20201016/cls_client.ts +1 -0
  18. package/src/services/cls/v20201016/cls_models.ts +21 -1
  19. package/src/services/cpdp/v20190820/cpdp_client.ts +40 -1
  20. package/src/services/cpdp/v20190820/cpdp_models.ts +352 -11
  21. package/src/services/cvm/v20170312/cvm_client.ts +0 -2
  22. package/src/services/cvm/v20170312/cvm_models.ts +11 -1
  23. package/src/services/cwp/v20180228/cwp_models.ts +12 -0
  24. package/src/services/cynosdb/v20190107/cynosdb_models.ts +24 -9
  25. package/src/services/dlc/v20210125/dlc_models.ts +46 -2
  26. package/src/services/emr/v20190103/emr_models.ts +5 -0
  27. package/src/services/es/v20180416/es_client.ts +247 -78
  28. package/src/services/es/v20180416/es_models.ts +2070 -1136
  29. package/src/services/ess/v20201111/ess_models.ts +6 -3
  30. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -3
  31. package/src/services/faceid/v20180301/faceid_client.ts +3 -16
  32. package/src/services/faceid/v20180301/faceid_models.ts +59 -103
  33. package/src/services/gaap/v20180529/gaap_client.ts +25 -1
  34. package/src/services/gaap/v20180529/gaap_models.ts +78 -32
  35. package/src/services/gpm/v20200820/gpm_client.ts +72 -36
  36. package/src/services/gse/v20191112/gse_client.ts +288 -140
  37. package/src/services/iai/v20180301/iai_client.ts +11 -1
  38. package/src/services/index.ts +1 -0
  39. package/src/services/iotvideo/index.ts +2 -0
  40. package/src/services/iotvideo/v20211125/index.ts +6 -0
  41. package/src/services/iotvideo/v20211125/iotvideo_client.ts +107 -0
  42. package/src/services/iotvideo/v20211125/iotvideo_models.ts +448 -0
  43. package/src/services/irp/index.ts +5 -0
  44. package/src/services/irp/v20220324/index.ts +6 -0
  45. package/src/services/irp/v20220324/irp_client.ts +87 -0
  46. package/src/services/irp/v20220324/irp_models.ts +708 -0
  47. package/src/services/live/v20180801/live_client.ts +28 -89
  48. package/src/services/live/v20180801/live_models.ts +235 -406
  49. package/src/services/mgobe/v20201014/mgobe_client.ts +28 -14
  50. package/src/services/mmps/v20200710/mmps_models.ts +6 -6
  51. package/src/services/monitor/v20180724/monitor_models.ts +27 -12
  52. package/src/services/oceanus/v20190422/oceanus_client.ts +140 -99
  53. package/src/services/oceanus/v20190422/oceanus_models.ts +435 -54
  54. package/src/services/ocr/v20181119/ocr_client.ts +0 -1
  55. package/src/services/ocr/v20181119/ocr_models.ts +17 -7
  56. package/src/services/redis/v20180412/redis_models.ts +21 -1
  57. package/src/services/rum/v20210622/rum_models.ts +26 -1
  58. package/src/services/ssl/v20191205/ssl_models.ts +12 -1
  59. package/src/services/tan/v20220420/tan_client.ts +1 -1
  60. package/src/services/tem/v20210701/tem_models.ts +9 -3
  61. package/src/services/teo/v20220106/teo_client.ts +2 -1
  62. package/src/services/teo/v20220106/teo_models.ts +44 -8
  63. package/src/services/tke/v20180525/tke_models.ts +8 -1
  64. package/src/services/trtc/v20190722/trtc_client.ts +130 -142
  65. package/src/services/trtc/v20190722/trtc_models.ts +0 -63
  66. package/src/services/tse/v20201207/tse_models.ts +16 -0
  67. package/src/services/vod/v20180717/vod_models.ts +43 -12
  68. package/src/services/waf/v20180125/waf_client.ts +14 -28
  69. package/src/services/waf/v20180125/waf_models.ts +27 -147
  70. package/src/services/yinsuda/v20220527/yinsuda_models.ts +10 -0
  71. package/tencentcloud/common/sdk_version.d.ts +1 -1
  72. package/tencentcloud/common/sdk_version.js +1 -1
  73. package/tencentcloud/services/acp/v20220105/acp_models.d.ts +16 -16
  74. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +9 -1
  75. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +12 -0
  76. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +137 -0
  77. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +23 -10
  78. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +45 -0
  79. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  80. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  81. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5485 -5463
  82. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +2 -2
  83. package/tencentcloud/services/clb/v20180317/clb_client.js +2 -2
  84. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
  85. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +2 -2
  86. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +18 -1
  87. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +14 -2
  88. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +19 -1
  89. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +297 -8
  90. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +0 -2
  91. package/tencentcloud/services/cvm/v20170312/cvm_client.js +0 -2
  92. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -1
  93. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +10 -0
  94. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +21 -9
  95. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +38 -2
  96. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  97. package/tencentcloud/services/es/v20180416/es_client.d.ts +66 -9
  98. package/tencentcloud/services/es/v20180416/es_client.js +95 -12
  99. package/tencentcloud/services/es/v20180416/es_models.d.ts +2021 -1235
  100. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -2
  101. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -3
  102. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -6
  103. package/tencentcloud/services/faceid/v20180301/faceid_client.js +0 -7
  104. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +50 -87
  105. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +9 -1
  106. package/tencentcloud/services/gaap/v20180529/gaap_client.js +12 -0
  107. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +66 -27
  108. package/tencentcloud/services/gpm/v20200820/gpm_client.d.ts +54 -18
  109. package/tencentcloud/services/gpm/v20200820/gpm_client.js +54 -18
  110. package/tencentcloud/services/gse/v20191112/gse_client.d.ts +222 -74
  111. package/tencentcloud/services/gse/v20191112/gse_client.js +222 -74
  112. package/tencentcloud/services/iai/v20180301/iai_client.d.ts +10 -0
  113. package/tencentcloud/services/iai/v20180301/iai_client.js +10 -0
  114. package/tencentcloud/services/index.d.ts +1 -0
  115. package/tencentcloud/services/index.js +2 -0
  116. package/tencentcloud/services/iotvideo/index.d.ts +4 -0
  117. package/tencentcloud/services/iotvideo/index.js +2 -0
  118. package/tencentcloud/services/iotvideo/v20211125/index.d.ts +6 -0
  119. package/tencentcloud/services/iotvideo/v20211125/index.js +9 -0
  120. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +34 -0
  121. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +67 -0
  122. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +365 -0
  123. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.js +18 -0
  124. package/tencentcloud/services/irp/index.d.ts +6 -0
  125. package/tencentcloud/services/irp/index.js +7 -0
  126. package/tencentcloud/services/irp/v20220324/index.d.ts +6 -0
  127. package/tencentcloud/services/irp/v20220324/index.js +9 -0
  128. package/tencentcloud/services/irp/v20220324/irp_client.d.ts +26 -0
  129. package/tencentcloud/services/irp/v20220324/irp_client.js +55 -0
  130. package/tencentcloud/services/irp/v20220324/irp_models.d.ts +572 -0
  131. package/tencentcloud/services/irp/v20220324/irp_models.js +18 -0
  132. package/tencentcloud/services/live/v20180801/live_client.d.ts +7 -28
  133. package/tencentcloud/services/live/v20180801/live_client.js +8 -39
  134. package/tencentcloud/services/live/v20180801/live_models.d.ts +207 -354
  135. package/tencentcloud/services/mgobe/v20201014/mgobe_client.d.ts +21 -7
  136. package/tencentcloud/services/mgobe/v20201014/mgobe_client.js +21 -7
  137. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +6 -6
  138. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +22 -10
  139. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +49 -37
  140. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +72 -54
  141. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +366 -46
  142. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -1
  143. package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -1
  144. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +14 -6
  145. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +17 -1
  146. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +21 -1
  147. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -1
  148. package/tencentcloud/services/tan/v20220420/tan_client.d.ts +1 -1
  149. package/tencentcloud/services/tan/v20220420/tan_client.js +1 -1
  150. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +7 -2
  151. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +37 -6
  152. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +7 -1
  153. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +55 -59
  154. package/tencentcloud/services/trtc/v20190722/trtc_client.js +75 -81
  155. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -54
  156. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +13 -0
  157. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +38 -11
  158. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -9
  159. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -12
  160. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +24 -124
  161. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +8 -0
  162. package/test/antiddos.v20200309.test.js +20 -0
  163. package/test/cpdp.v20190820.test.js +30 -0
  164. package/test/es.v20180416.test.js +138 -8
  165. package/test/faceid.v20180301.test.js +0 -10
  166. package/test/gaap.v20180529.test.js +20 -0
  167. package/test/iotvideo.v20211125.test.js +81 -0
  168. package/test/irp.v20220324.test.js +61 -0
  169. package/test/live.v20180801.test.js +4 -54
  170. package/test/oceanus.v20190422.test.js +64 -34
  171. package/test/trtc.v20190722.test.js +38 -48
  172. package/test/waf.v20180125.test.js +4 -14
@@ -18,9 +18,9 @@ const client = new tencentcloud.oceanus.v20190422.Client({
18
18
  })
19
19
  describe("oceanus.v20190422.test.js", function () {
20
20
 
21
- it("oceanus.v20190422.StopJobs", async function () {
21
+ it("oceanus.v20190422.DescribeTreeJobs", async function () {
22
22
  try {
23
- const data = await client.StopJobs({})
23
+ const data = await client.DescribeTreeJobs({})
24
24
  expect(data).to.be.ok
25
25
  } catch(error) {
26
26
  expect(error.requestId).to.be.ok
@@ -28,9 +28,9 @@ it("oceanus.v20190422.StopJobs", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("oceanus.v20190422.TriggerJobSavepoint", async function () {
31
+ it("oceanus.v20190422.DeleteResourceConfigs", async function () {
32
32
  try {
33
- const data = await client.TriggerJobSavepoint({})
33
+ const data = await client.DeleteResourceConfigs({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -38,9 +38,9 @@ it("oceanus.v20190422.TriggerJobSavepoint", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("oceanus.v20190422.DescribeResources", async function () {
41
+ it("oceanus.v20190422.CreateResourceConfig", async function () {
42
42
  try {
43
- const data = await client.DescribeResources({})
43
+ const data = await client.CreateResourceConfig({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -48,9 +48,9 @@ it("oceanus.v20190422.DescribeResources", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("oceanus.v20190422.CreateJob", async function () {
51
+ it("oceanus.v20190422.DeleteTableConfig", async function () {
52
52
  try {
53
- const data = await client.CreateJob({})
53
+ const data = await client.DeleteTableConfig({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("oceanus.v20190422.CreateJob", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("oceanus.v20190422.CreateResource", async function () {
61
+ it("oceanus.v20190422.DescribeResourceConfigs", async function () {
62
62
  try {
63
- const data = await client.CreateResource({})
63
+ const data = await client.DescribeResourceConfigs({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("oceanus.v20190422.DescribeJobSavepoint", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("oceanus.v20190422.RunJobs", async function () {
81
+ it("oceanus.v20190422.DescribeResources", async function () {
82
82
  try {
83
- const data = await client.RunJobs({})
83
+ const data = await client.DescribeResources({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("oceanus.v20190422.RunJobs", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("oceanus.v20190422.DeleteResources", async function () {
91
+ it("oceanus.v20190422.DescribeClusters", async function () {
92
92
  try {
93
- const data = await client.DeleteResources({})
93
+ const data = await client.DescribeClusters({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("oceanus.v20190422.DeleteResources", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("oceanus.v20190422.DescribeResourceRelatedJobs", async function () {
101
+ it("oceanus.v20190422.CreateJob", async function () {
102
102
  try {
103
- const data = await client.DescribeResourceRelatedJobs({})
103
+ const data = await client.CreateJob({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("oceanus.v20190422.DescribeResourceRelatedJobs", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("oceanus.v20190422.DescribeJobs", async function () {
111
+ it("oceanus.v20190422.TriggerJobSavepoint", async function () {
112
112
  try {
113
- const data = await client.DescribeJobs({})
113
+ const data = await client.TriggerJobSavepoint({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,9 @@ it("oceanus.v20190422.DescribeJobs", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("oceanus.v20190422.DescribeSystemResources", async function () {
121
+ it("oceanus.v20190422.RunJobs", async function () {
122
122
  try {
123
- const data = await client.DescribeSystemResources({})
123
+ const data = await client.RunJobs({})
124
124
  expect(data).to.be.ok
125
125
  } catch(error) {
126
126
  expect(error.requestId).to.be.ok
@@ -128,9 +128,9 @@ it("oceanus.v20190422.DescribeSystemResources", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("oceanus.v20190422.ModifyJob", async function () {
131
+ it("oceanus.v20190422.DeleteJobs", async function () {
132
132
  try {
133
- const data = await client.ModifyJob({})
133
+ const data = await client.DeleteJobs({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -138,9 +138,9 @@ it("oceanus.v20190422.ModifyJob", async function () {
138
138
  }
139
139
  })
140
140
 
141
- it("oceanus.v20190422.DeleteResourceConfigs", async function () {
141
+ it("oceanus.v20190422.CheckSavepoint", async function () {
142
142
  try {
143
- const data = await client.DeleteResourceConfigs({})
143
+ const data = await client.CheckSavepoint({})
144
144
  expect(data).to.be.ok
145
145
  } catch(error) {
146
146
  expect(error.requestId).to.be.ok
@@ -148,9 +148,9 @@ it("oceanus.v20190422.DeleteResourceConfigs", async function () {
148
148
  }
149
149
  })
150
150
 
151
- it("oceanus.v20190422.CheckSavepoint", async function () {
151
+ it("oceanus.v20190422.CreateJobConfig", async function () {
152
152
  try {
153
- const data = await client.CheckSavepoint({})
153
+ const data = await client.CreateJobConfig({})
154
154
  expect(data).to.be.ok
155
155
  } catch(error) {
156
156
  expect(error.requestId).to.be.ok
@@ -158,9 +158,9 @@ it("oceanus.v20190422.CheckSavepoint", async function () {
158
158
  }
159
159
  })
160
160
 
161
- it("oceanus.v20190422.CreateResourceConfig", async function () {
161
+ it("oceanus.v20190422.StopJobs", async function () {
162
162
  try {
163
- const data = await client.CreateResourceConfig({})
163
+ const data = await client.StopJobs({})
164
164
  expect(data).to.be.ok
165
165
  } catch(error) {
166
166
  expect(error.requestId).to.be.ok
@@ -168,9 +168,9 @@ it("oceanus.v20190422.CreateResourceConfig", async function () {
168
168
  }
169
169
  })
170
170
 
171
- it("oceanus.v20190422.CreateJobConfig", async function () {
171
+ it("oceanus.v20190422.DescribeResourceRelatedJobs", async function () {
172
172
  try {
173
- const data = await client.CreateJobConfig({})
173
+ const data = await client.DescribeResourceRelatedJobs({})
174
174
  expect(data).to.be.ok
175
175
  } catch(error) {
176
176
  expect(error.requestId).to.be.ok
@@ -178,9 +178,9 @@ it("oceanus.v20190422.CreateJobConfig", async function () {
178
178
  }
179
179
  })
180
180
 
181
- it("oceanus.v20190422.DeleteTableConfig", async function () {
181
+ it("oceanus.v20190422.DeleteResources", async function () {
182
182
  try {
183
- const data = await client.DeleteTableConfig({})
183
+ const data = await client.DeleteResources({})
184
184
  expect(data).to.be.ok
185
185
  } catch(error) {
186
186
  expect(error.requestId).to.be.ok
@@ -188,9 +188,39 @@ it("oceanus.v20190422.DeleteTableConfig", async function () {
188
188
  }
189
189
  })
190
190
 
191
- it("oceanus.v20190422.DescribeResourceConfigs", async function () {
191
+ it("oceanus.v20190422.DescribeJobs", async function () {
192
192
  try {
193
- const data = await client.DescribeResourceConfigs({})
193
+ const data = await client.DescribeJobs({})
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("oceanus.v20190422.ModifyJob", async function () {
202
+ try {
203
+ const data = await client.ModifyJob({})
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
+
211
+ it("oceanus.v20190422.CreateResource", async function () {
212
+ try {
213
+ const data = await client.CreateResource({})
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("oceanus.v20190422.DescribeSystemResources", async function () {
222
+ try {
223
+ const data = await client.DescribeSystemResources({})
194
224
  expect(data).to.be.ok
195
225
  } catch(error) {
196
226
  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.StartMCUMixTranscode", async function () {
21
+ it("trtc.v20190722.DescribeRecordStatistic", async function () {
22
22
  try {
23
- const data = await client.StartMCUMixTranscode({})
23
+ const data = await client.DescribeRecordStatistic({})
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.StartMCUMixTranscode", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("trtc.v20190722.DescribeRoomInformation", async function () {
31
+ it("trtc.v20190722.DescribeTrtcMcuTranscodeTime", async function () {
32
32
  try {
33
- const data = await client.DescribeRoomInformation({})
33
+ const data = await client.DescribeTrtcMcuTranscodeTime({})
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.DescribeRoomInformation", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("trtc.v20190722.StopMCUMixTranscode", async function () {
41
+ it("trtc.v20190722.DescribeHistoryScale", async function () {
42
42
  try {
43
- const data = await client.StopMCUMixTranscode({})
43
+ const data = await client.DescribeHistoryScale({})
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.StopMCUMixTranscode", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("trtc.v20190722.CreateTroubleInfo", async function () {
51
+ it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
52
52
  try {
53
- const data = await client.CreateTroubleInfo({})
53
+ const data = await client.StartMCUMixTranscodeByStrRoomId({})
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.CreateTroubleInfo", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("trtc.v20190722.DescribeHistoryScale", async function () {
61
+ it("trtc.v20190722.DescribeExternalTrtcMeasure", async function () {
62
62
  try {
63
- const data = await client.DescribeHistoryScale({})
63
+ const data = await client.DescribeExternalTrtcMeasure({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -78,19 +78,9 @@ it("trtc.v20190722.DeletePicture", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("trtc.v20190722.CreatePicture", async function () {
82
- try {
83
- const data = await client.CreatePicture({})
84
- expect(data).to.be.ok
85
- } catch(error) {
86
- expect(error.requestId).to.be.ok
87
- expect(error.code).to.be.ok
88
- }
89
- })
90
-
91
- it("trtc.v20190722.RemoveUser", async function () {
81
+ it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
92
82
  try {
93
- const data = await client.RemoveUser({})
83
+ const data = await client.StopMCUMixTranscodeByStrRoomId({})
94
84
  expect(data).to.be.ok
95
85
  } catch(error) {
96
86
  expect(error.requestId).to.be.ok
@@ -98,9 +88,9 @@ it("trtc.v20190722.RemoveUser", async function () {
98
88
  }
99
89
  })
100
90
 
101
- it("trtc.v20190722.DescribeCallDetail", async function () {
91
+ it("trtc.v20190722.CreatePicture", async function () {
102
92
  try {
103
- const data = await client.DescribeCallDetail({})
93
+ const data = await client.CreatePicture({})
104
94
  expect(data).to.be.ok
105
95
  } catch(error) {
106
96
  expect(error.requestId).to.be.ok
@@ -108,9 +98,9 @@ it("trtc.v20190722.DescribeCallDetail", async function () {
108
98
  }
109
99
  })
110
100
 
111
- it("trtc.v20190722.DescribeExternalTrtcMeasure", async function () {
101
+ it("trtc.v20190722.DescribePicture", async function () {
112
102
  try {
113
- const data = await client.DescribeExternalTrtcMeasure({})
103
+ const data = await client.DescribePicture({})
114
104
  expect(data).to.be.ok
115
105
  } catch(error) {
116
106
  expect(error.requestId).to.be.ok
@@ -118,9 +108,9 @@ it("trtc.v20190722.DescribeExternalTrtcMeasure", async function () {
118
108
  }
119
109
  })
120
110
 
121
- it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
111
+ it("trtc.v20190722.ModifyPicture", async function () {
122
112
  try {
123
- const data = await client.StopMCUMixTranscodeByStrRoomId({})
113
+ const data = await client.ModifyPicture({})
124
114
  expect(data).to.be.ok
125
115
  } catch(error) {
126
116
  expect(error.requestId).to.be.ok
@@ -128,9 +118,9 @@ it("trtc.v20190722.StopMCUMixTranscodeByStrRoomId", async function () {
128
118
  }
129
119
  })
130
120
 
131
- it("trtc.v20190722.ModifyPicture", async function () {
121
+ it("trtc.v20190722.RemoveUser", async function () {
132
122
  try {
133
- const data = await client.ModifyPicture({})
123
+ const data = await client.RemoveUser({})
134
124
  expect(data).to.be.ok
135
125
  } catch(error) {
136
126
  expect(error.requestId).to.be.ok
@@ -138,9 +128,9 @@ it("trtc.v20190722.ModifyPicture", async function () {
138
128
  }
139
129
  })
140
130
 
141
- it("trtc.v20190722.DismissRoomByStrRoomId", async function () {
131
+ it("trtc.v20190722.DescribeDetailEvent", async function () {
142
132
  try {
143
- const data = await client.DismissRoomByStrRoomId({})
133
+ const data = await client.DescribeDetailEvent({})
144
134
  expect(data).to.be.ok
145
135
  } catch(error) {
146
136
  expect(error.requestId).to.be.ok
@@ -148,9 +138,9 @@ it("trtc.v20190722.DismissRoomByStrRoomId", async function () {
148
138
  }
149
139
  })
150
140
 
151
- it("trtc.v20190722.DescribeAbnormalEvent", async function () {
141
+ it("trtc.v20190722.DescribeCallDetail", async function () {
152
142
  try {
153
- const data = await client.DescribeAbnormalEvent({})
143
+ const data = await client.DescribeCallDetail({})
154
144
  expect(data).to.be.ok
155
145
  } catch(error) {
156
146
  expect(error.requestId).to.be.ok
@@ -158,9 +148,9 @@ it("trtc.v20190722.DescribeAbnormalEvent", async function () {
158
148
  }
159
149
  })
160
150
 
161
- it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
151
+ it("trtc.v20190722.DismissRoomByStrRoomId", async function () {
162
152
  try {
163
- const data = await client.StartMCUMixTranscodeByStrRoomId({})
153
+ const data = await client.DismissRoomByStrRoomId({})
164
154
  expect(data).to.be.ok
165
155
  } catch(error) {
166
156
  expect(error.requestId).to.be.ok
@@ -168,9 +158,9 @@ it("trtc.v20190722.StartMCUMixTranscodeByStrRoomId", async function () {
168
158
  }
169
159
  })
170
160
 
171
- it("trtc.v20190722.RemoveUserByStrRoomId", async function () {
161
+ it("trtc.v20190722.DescribeAbnormalEvent", async function () {
172
162
  try {
173
- const data = await client.RemoveUserByStrRoomId({})
163
+ const data = await client.DescribeAbnormalEvent({})
174
164
  expect(data).to.be.ok
175
165
  } catch(error) {
176
166
  expect(error.requestId).to.be.ok
@@ -178,9 +168,9 @@ it("trtc.v20190722.RemoveUserByStrRoomId", async function () {
178
168
  }
179
169
  })
180
170
 
181
- it("trtc.v20190722.DismissRoom", async function () {
171
+ it("trtc.v20190722.StopMCUMixTranscode", async function () {
182
172
  try {
183
- const data = await client.DismissRoom({})
173
+ const data = await client.StopMCUMixTranscode({})
184
174
  expect(data).to.be.ok
185
175
  } catch(error) {
186
176
  expect(error.requestId).to.be.ok
@@ -188,9 +178,9 @@ it("trtc.v20190722.DismissRoom", async function () {
188
178
  }
189
179
  })
190
180
 
191
- it("trtc.v20190722.DescribeRecordStatistic", async function () {
181
+ it("trtc.v20190722.DescribeRoomInformation", async function () {
192
182
  try {
193
- const data = await client.DescribeRecordStatistic({})
183
+ const data = await client.DescribeRoomInformation({})
194
184
  expect(data).to.be.ok
195
185
  } catch(error) {
196
186
  expect(error.requestId).to.be.ok
@@ -198,9 +188,9 @@ it("trtc.v20190722.DescribeRecordStatistic", async function () {
198
188
  }
199
189
  })
200
190
 
201
- it("trtc.v20190722.DescribeTrtcMcuTranscodeTime", async function () {
191
+ it("trtc.v20190722.RemoveUserByStrRoomId", async function () {
202
192
  try {
203
- const data = await client.DescribeTrtcMcuTranscodeTime({})
193
+ const data = await client.RemoveUserByStrRoomId({})
204
194
  expect(data).to.be.ok
205
195
  } catch(error) {
206
196
  expect(error.requestId).to.be.ok
@@ -208,9 +198,9 @@ it("trtc.v20190722.DescribeTrtcMcuTranscodeTime", async function () {
208
198
  }
209
199
  })
210
200
 
211
- it("trtc.v20190722.DescribePicture", async function () {
201
+ it("trtc.v20190722.StartMCUMixTranscode", async function () {
212
202
  try {
213
- const data = await client.DescribePicture({})
203
+ const data = await client.StartMCUMixTranscode({})
214
204
  expect(data).to.be.ok
215
205
  } catch(error) {
216
206
  expect(error.requestId).to.be.ok
@@ -218,9 +208,9 @@ it("trtc.v20190722.DescribePicture", async function () {
218
208
  }
219
209
  })
220
210
 
221
- it("trtc.v20190722.DescribeDetailEvent", async function () {
211
+ it("trtc.v20190722.DismissRoom", async function () {
222
212
  try {
223
- const data = await client.DescribeDetailEvent({})
213
+ const data = await client.DismissRoom({})
224
214
  expect(data).to.be.ok
225
215
  } catch(error) {
226
216
  expect(error.requestId).to.be.ok
@@ -28,16 +28,6 @@ it("waf.v20180125.DescribeAccessExports", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("waf.v20180125.DescribeCustomRules", async function () {
32
- try {
33
- const data = await client.DescribeCustomRules({})
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
31
  it("waf.v20180125.ModifyCustomRuleStatus", async function () {
42
32
  try {
43
33
  const data = await client.ModifyCustomRuleStatus({})
@@ -148,9 +138,9 @@ it("waf.v20180125.DescribeFlowTrend", async function () {
148
138
  }
149
139
  })
150
140
 
151
- it("waf.v20180125.DescribeUserClbWafRegions", async function () {
141
+ it("waf.v20180125.CreateAttackDownloadTask", async function () {
152
142
  try {
153
- const data = await client.DescribeUserClbWafRegions({})
143
+ const data = await client.CreateAttackDownloadTask({})
154
144
  expect(data).to.be.ok
155
145
  } catch(error) {
156
146
  expect(error.requestId).to.be.ok
@@ -238,9 +228,9 @@ it("waf.v20180125.ModifyWafAutoDenyRules", async function () {
238
228
  }
239
229
  })
240
230
 
241
- it("waf.v20180125.CreateAttackDownloadTask", async function () {
231
+ it("waf.v20180125.DescribeUserClbWafRegions", async function () {
242
232
  try {
243
- const data = await client.CreateAttackDownloadTask({})
233
+ const data = await client.DescribeUserClbWafRegions({})
244
234
  expect(data).to.be.ok
245
235
  } catch(error) {
246
236
  expect(error.requestId).to.be.ok