tencentcloud-sdk-nodejs 4.0.255 → 4.0.259

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 (154) hide show
  1. package/CHANGELOG.md +939 -28
  2. package/package.json +1 -1
  3. package/products.md +42 -42
  4. package/src/common/sdk_version.ts +1 -1
  5. package/src/services/antiddos/v20200309/antiddos_models.ts +15 -0
  6. package/src/services/as/v20180419/as_client.ts +15 -1
  7. package/src/services/as/v20180419/as_models.ts +65 -5
  8. package/src/services/billing/v20180709/billing_models.ts +5 -5
  9. package/src/services/cam/v20190116/cam_models.ts +1 -1
  10. package/src/services/cat/v20180409/cat_client.ts +158 -55
  11. package/src/services/cat/v20180409/cat_models.ts +1535 -863
  12. package/src/services/cbs/v20170312/cbs_client.ts +6 -5
  13. package/src/services/cbs/v20170312/cbs_models.ts +112 -87
  14. package/src/services/cdn/v20180606/cdn_models.ts +11 -0
  15. package/src/services/cii/v20210408/cii_models.ts +7 -7
  16. package/src/services/ckafka/v20190819/ckafka_models.ts +14 -2
  17. package/src/services/clb/v20180317/clb_client.ts +24 -11
  18. package/src/services/clb/v20180317/clb_models.ts +155 -64
  19. package/src/services/cls/v20201016/cls_client.ts +71 -21
  20. package/src/services/cls/v20201016/cls_models.ts +259 -71
  21. package/src/services/cme/v20191029/cme_models.ts +10 -10
  22. package/src/services/dbbrain/v20210527/dbbrain_client.ts +14 -2
  23. package/src/services/dbbrain/v20210527/dbbrain_models.ts +100 -45
  24. package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
  25. package/src/services/dcdb/v20180411/dcdb_models.ts +35 -0
  26. package/src/services/dlc/v20210125/dlc_client.ts +4 -4
  27. package/src/services/dlc/v20210125/dlc_models.ts +170 -8
  28. package/src/services/dnspod/v20210323/dnspod_models.ts +8 -8
  29. package/src/services/eiam/v20210420/eiam_client.ts +230 -65
  30. package/src/services/eiam/v20210420/eiam_models.ts +1525 -729
  31. package/src/services/faceid/v20180301/faceid_client.ts +12 -0
  32. package/src/services/faceid/v20180301/faceid_models.ts +60 -0
  33. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +436 -57
  34. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1721 -303
  35. package/src/services/lighthouse/v20200324/lighthouse_client.ts +202 -38
  36. package/src/services/lighthouse/v20200324/lighthouse_models.ts +765 -77
  37. package/src/services/live/v20180801/live_models.ts +12 -1
  38. package/src/services/mariadb/v20170312/mariadb_client.ts +12 -0
  39. package/src/services/mariadb/v20170312/mariadb_models.ts +30 -0
  40. package/src/services/mongodb/v20190725/mongodb_client.ts +19 -3
  41. package/src/services/mongodb/v20190725/mongodb_models.ts +297 -62
  42. package/src/services/monitor/v20180724/monitor_client.ts +26 -7
  43. package/src/services/monitor/v20180724/monitor_models.ts +320 -0
  44. package/src/services/mrs/v20200910/mrs_models.ts +6 -0
  45. package/src/services/ocr/v20181119/ocr_models.ts +2 -1
  46. package/src/services/rum/v20210622/rum_models.ts +24 -4
  47. package/src/services/scf/v20180416/scf_client.ts +1 -1
  48. package/src/services/scf/v20180416/scf_models.ts +1 -1
  49. package/src/services/sms/v20210111/sms_client.ts +3 -3
  50. package/src/services/sqlserver/v20180328/sqlserver_models.ts +10 -10
  51. package/src/services/sts/v20180813/sts_client.ts +13 -0
  52. package/src/services/sts/v20180813/sts_models.ts +45 -0
  53. package/src/services/tcb/v20180608/tcb_models.ts +1 -1
  54. package/src/services/tdmq/v20200217/tdmq_models.ts +11 -1
  55. package/src/services/thpc/v20211109/thpc_client.ts +14 -1
  56. package/src/services/thpc/v20211109/thpc_models.ts +89 -5
  57. package/src/services/tiia/v20190529/tiia_client.ts +1 -0
  58. package/src/services/tiia/v20190529/tiia_models.ts +31 -0
  59. package/src/services/tiw/v20190919/tiw_models.ts +2 -6
  60. package/src/services/tke/v20180525/tke_models.ts +8 -3
  61. package/src/services/tse/v20201207/tse_models.ts +5 -0
  62. package/src/services/vpc/v20170312/vpc_models.ts +68 -2
  63. package/tencentcloud/common/sdk_version.d.ts +1 -1
  64. package/tencentcloud/common/sdk_version.js +1 -1
  65. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +12 -0
  66. package/tencentcloud/services/as/v20180419/as_client.d.ts +5 -1
  67. package/tencentcloud/services/as/v20180419/as_client.js +6 -0
  68. package/tencentcloud/services/as/v20180419/as_models.d.ts +57 -5
  69. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
  70. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1 -1
  71. package/tencentcloud/services/cat/v20180409/cat_client.d.ts +35 -3
  72. package/tencentcloud/services/cat/v20180409/cat_client.js +51 -3
  73. package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1414 -844
  74. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
  75. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +95 -74
  76. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +9 -0
  77. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +7 -7
  78. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -2
  79. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -5
  80. package/tencentcloud/services/clb/v20180317/clb_client.js +11 -5
  81. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +133 -56
  82. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +27 -11
  83. package/tencentcloud/services/cls/v20201016/cls_client.js +36 -12
  84. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +229 -68
  85. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +8 -9
  86. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  87. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  88. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +83 -37
  89. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  90. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  91. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +30 -0
  92. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +4 -4
  93. package/tencentcloud/services/dlc/v20210125/dlc_client.js +4 -4
  94. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +141 -8
  95. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +8 -8
  96. package/tencentcloud/services/eiam/v20210420/eiam_client.d.ts +57 -5
  97. package/tencentcloud/services/eiam/v20210420/eiam_client.js +84 -6
  98. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +1353 -673
  99. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
  100. package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
  101. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +50 -0
  102. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +139 -15
  103. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +207 -21
  104. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1462 -245
  105. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +66 -14
  106. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +95 -17
  107. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +665 -75
  108. package/tencentcloud/services/live/v20180801/live_models.d.ts +11 -1
  109. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +5 -1
  110. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +6 -0
  111. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +26 -0
  112. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  113. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  114. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +249 -55
  115. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +11 -3
  116. package/tencentcloud/services/monitor/v20180724/monitor_client.js +13 -3
  117. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +275 -0
  118. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +5 -0
  119. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
  120. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +20 -4
  121. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +1 -1
  122. package/tencentcloud/services/scf/v20180416/scf_client.js +1 -1
  123. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  124. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +3 -3
  125. package/tencentcloud/services/sms/v20210111/sms_client.js +3 -3
  126. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +10 -10
  127. package/tencentcloud/services/sts/v20180813/sts_client.d.ts +6 -1
  128. package/tencentcloud/services/sts/v20180813/sts_client.js +7 -0
  129. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +38 -0
  130. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
  131. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +9 -1
  132. package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +5 -1
  133. package/tencentcloud/services/thpc/v20211109/thpc_client.js +6 -0
  134. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +76 -5
  135. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +26 -0
  136. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -6
  137. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +7 -3
  138. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
  139. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +59 -2
  140. package/test/as.v20180419.test.js +10 -0
  141. package/test/cat.v20180409.test.js +82 -2
  142. package/test/clb.v20180317.test.js +12 -2
  143. package/test/cls.v20201016.test.js +44 -4
  144. package/test/dbbrain.v20210527.test.js +10 -0
  145. package/test/dcdb.v20180411.test.js +10 -0
  146. package/test/eiam.v20210420.test.js +134 -4
  147. package/test/faceid.v20180301.test.js +10 -0
  148. package/test/iotvideoindustry.v20201201.test.js +324 -14
  149. package/test/lighthouse.v20200324.test.js +138 -8
  150. package/test/mariadb.v20170312.test.js +10 -0
  151. package/test/mongodb.v20190725.test.js +10 -0
  152. package/test/monitor.v20180724.test.js +12 -2
  153. package/test/sts.v20180813.test.js +10 -0
  154. package/test/thpc.v20211109.test.js +10 -0
@@ -28,6 +28,16 @@ it("eiam.v20210420.DescribeUserGroup", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("eiam.v20210420.CreateAccountGroup", async function () {
32
+ try {
33
+ const data = await client.CreateAccountGroup({})
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
+
31
41
  it("eiam.v20210420.DescribeOrgResourcesAuthorization", async function () {
32
42
  try {
33
43
  const data = await client.DescribeOrgResourcesAuthorization({})
@@ -68,6 +78,26 @@ it("eiam.v20210420.ListUsers", async function () {
68
78
  }
69
79
  })
70
80
 
81
+ it("eiam.v20210420.RemoveAccountFromAccountGroup", async function () {
82
+ try {
83
+ const data = await client.RemoveAccountFromAccountGroup({})
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("eiam.v20210420.ListAccountInAccountGroup", async function () {
92
+ try {
93
+ const data = await client.ListAccountInAccountGroup({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
71
101
  it("eiam.v20210420.ListAuthorizedApplicationsToUserGroup", async function () {
72
102
  try {
73
103
  const data = await client.ListAuthorizedApplicationsToUserGroup({})
@@ -88,6 +118,16 @@ it("eiam.v20210420.ListApplicationAuthorizations", async function () {
88
118
  }
89
119
  })
90
120
 
121
+ it("eiam.v20210420.ModifyAccountGroup", async function () {
122
+ try {
123
+ const data = await client.ModifyAccountGroup({})
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
+
91
131
  it("eiam.v20210420.DescribeUserResourcesAuthorization", async function () {
92
132
  try {
93
133
  const data = await client.DescribeUserResourcesAuthorization({})
@@ -98,6 +138,26 @@ it("eiam.v20210420.DescribeUserResourcesAuthorization", async function () {
98
138
  }
99
139
  })
100
140
 
141
+ it("eiam.v20210420.ModifyAppAccount", async function () {
142
+ try {
143
+ const data = await client.ModifyAppAccount({})
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("eiam.v20210420.DescribeUserThirdPartyAccountInfo", async function () {
152
+ try {
153
+ const data = await client.DescribeUserThirdPartyAccountInfo({})
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
+
101
161
  it("eiam.v20210420.DeleteUserGroup", async function () {
102
162
  try {
103
163
  const data = await client.DeleteUserGroup({})
@@ -108,6 +168,16 @@ it("eiam.v20210420.DeleteUserGroup", async function () {
108
168
  }
109
169
  })
110
170
 
171
+ it("eiam.v20210420.DeleteAccountGroup", async function () {
172
+ try {
173
+ const data = await client.DeleteAccountGroup({})
174
+ expect(data).to.be.ok
175
+ } catch(error) {
176
+ expect(error.requestId).to.be.ok
177
+ expect(error.code).to.be.ok
178
+ }
179
+ })
180
+
111
181
  it("eiam.v20210420.ModifyApplication", async function () {
112
182
  try {
113
183
  const data = await client.ModifyApplication({})
@@ -138,6 +208,36 @@ it("eiam.v20210420.AddUserToUserGroup", async function () {
138
208
  }
139
209
  })
140
210
 
211
+ it("eiam.v20210420.DeleteAppAccount", async function () {
212
+ try {
213
+ const data = await client.DeleteAppAccount({})
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("eiam.v20210420.DescribeAccountGroup", async function () {
222
+ try {
223
+ const data = await client.DescribeAccountGroup({})
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
+
231
+ it("eiam.v20210420.DeleteUsers", async function () {
232
+ try {
233
+ const data = await client.DeleteUsers({})
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
+
141
241
  it("eiam.v20210420.DescribeUserGroupResourcesAuthorization", async function () {
142
242
  try {
143
243
  const data = await client.DescribeUserGroupResourcesAuthorization({})
@@ -148,6 +248,16 @@ it("eiam.v20210420.DescribeUserGroupResourcesAuthorization", async function () {
148
248
  }
149
249
  })
150
250
 
251
+ it("eiam.v20210420.CreateAppAccount", async function () {
252
+ try {
253
+ const data = await client.CreateAppAccount({})
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
+
151
261
  it("eiam.v20210420.ListUsersInUserGroup", async function () {
152
262
  try {
153
263
  const data = await client.ListUsersInUserGroup({})
@@ -158,9 +268,9 @@ it("eiam.v20210420.ListUsersInUserGroup", async function () {
158
268
  }
159
269
  })
160
270
 
161
- it("eiam.v20210420.CreateUser", async function () {
271
+ it("eiam.v20210420.ListUserGroupsOfUser", async function () {
162
272
  try {
163
- const data = await client.CreateUser({})
273
+ const data = await client.ListUserGroupsOfUser({})
164
274
  expect(data).to.be.ok
165
275
  } catch(error) {
166
276
  expect(error.requestId).to.be.ok
@@ -178,6 +288,16 @@ it("eiam.v20210420.ListAuthorizedApplicationsToUser", async function () {
178
288
  }
179
289
  })
180
290
 
291
+ it("eiam.v20210420.DescribeAppAccount", async function () {
292
+ try {
293
+ const data = await client.DescribeAppAccount({})
294
+ expect(data).to.be.ok
295
+ } catch(error) {
296
+ expect(error.requestId).to.be.ok
297
+ expect(error.code).to.be.ok
298
+ }
299
+ })
300
+
181
301
  it("eiam.v20210420.DescribeOrgNode", async function () {
182
302
  try {
183
303
  const data = await client.DescribeOrgNode({})
@@ -258,6 +378,16 @@ it("eiam.v20210420.DeleteOrgNode", async function () {
258
378
  }
259
379
  })
260
380
 
381
+ it("eiam.v20210420.AddAccountToAccountGroup", async function () {
382
+ try {
383
+ const data = await client.AddAccountToAccountGroup({})
384
+ expect(data).to.be.ok
385
+ } catch(error) {
386
+ expect(error.requestId).to.be.ok
387
+ expect(error.code).to.be.ok
388
+ }
389
+ })
390
+
261
391
  it("eiam.v20210420.CreateUserGroup", async function () {
262
392
  try {
263
393
  const data = await client.CreateUserGroup({})
@@ -268,9 +398,9 @@ it("eiam.v20210420.CreateUserGroup", async function () {
268
398
  }
269
399
  })
270
400
 
271
- it("eiam.v20210420.ListUserGroupsOfUser", async function () {
401
+ it("eiam.v20210420.CreateUser", async function () {
272
402
  try {
273
- const data = await client.ListUserGroupsOfUser({})
403
+ const data = await client.CreateUser({})
274
404
  expect(data).to.be.ok
275
405
  } catch(error) {
276
406
  expect(error.requestId).to.be.ok
@@ -208,6 +208,16 @@ it("faceid.v20180301.MinorsVerification", async function () {
208
208
  }
209
209
  })
210
210
 
211
+ it("faceid.v20180301.DetectReflectLivenessAndCompare", async function () {
212
+ try {
213
+ const data = await client.DetectReflectLivenessAndCompare({})
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
+
211
221
  it("faceid.v20180301.CheckIdNameDate", async function () {
212
222
  try {
213
223
  const data = await client.CheckIdNameDate({})
@@ -28,9 +28,9 @@ it("iotvideoindustry.v20201201.DescribeIPCChannels", async function () {
28
28
  }
29
29
  })
30
30
 
31
- it("iotvideoindustry.v20201201.UpdateRecordPlan", async function () {
31
+ it("iotvideoindustry.v20201201.ModifyVideoInfo", async function () {
32
32
  try {
33
- const data = await client.UpdateRecordPlan({})
33
+ const data = await client.ModifyVideoInfo({})
34
34
  expect(data).to.be.ok
35
35
  } catch(error) {
36
36
  expect(error.requestId).to.be.ok
@@ -58,6 +58,36 @@ it("iotvideoindustry.v20201201.UpdateDeviceGroup", async function () {
58
58
  }
59
59
  })
60
60
 
61
+ it("iotvideoindustry.v20201201.ModifyMessageForward", async function () {
62
+ try {
63
+ const data = await client.ModifyMessageForward({})
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("iotvideoindustry.v20201201.DescribeDeviceStreams", async function () {
72
+ try {
73
+ const data = await client.DescribeDeviceStreams({})
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("iotvideoindustry.v20201201.DeleteVideoList", async function () {
82
+ try {
83
+ const data = await client.DeleteVideoList({})
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
+
61
91
  it("iotvideoindustry.v20201201.CreateDeviceGroup", async function () {
62
92
  try {
63
93
  const data = await client.CreateDeviceGroup({})
@@ -78,9 +108,19 @@ it("iotvideoindustry.v20201201.DescribeRecordStream", async function () {
78
108
  }
79
109
  })
80
110
 
81
- it("iotvideoindustry.v20201201.DescribeStatisticSummary", async function () {
111
+ it("iotvideoindustry.v20201201.DescribeLiveVideoList", async function () {
82
112
  try {
83
- const data = await client.DescribeStatisticSummary({})
113
+ const data = await client.DescribeLiveVideoList({})
114
+ expect(data).to.be.ok
115
+ } catch(error) {
116
+ expect(error.requestId).to.be.ok
117
+ expect(error.code).to.be.ok
118
+ }
119
+ })
120
+
121
+ it("iotvideoindustry.v20201201.CreateScene", async function () {
122
+ try {
123
+ const data = await client.CreateScene({})
84
124
  expect(data).to.be.ok
85
125
  } catch(error) {
86
126
  expect(error.requestId).to.be.ok
@@ -118,6 +158,16 @@ it("iotvideoindustry.v20201201.UpdateDevicePassWord", async function () {
118
158
  }
119
159
  })
120
160
 
161
+ it("iotvideoindustry.v20201201.DescribeSubscriptionStatus", async function () {
162
+ try {
163
+ const data = await client.DescribeSubscriptionStatus({})
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
+
121
171
  it("iotvideoindustry.v20201201.ControlRecordStream", async function () {
122
172
  try {
123
173
  const data = await client.ControlRecordStream({})
@@ -128,6 +178,16 @@ it("iotvideoindustry.v20201201.ControlRecordStream", async function () {
128
178
  }
129
179
  })
130
180
 
181
+ it("iotvideoindustry.v20201201.ModifyBindPlanLiveChannel", async function () {
182
+ try {
183
+ const data = await client.ModifyBindPlanLiveChannel({})
184
+ expect(data).to.be.ok
185
+ } catch(error) {
186
+ expect(error.requestId).to.be.ok
187
+ expect(error.code).to.be.ok
188
+ }
189
+ })
190
+
131
191
  it("iotvideoindustry.v20201201.GetTimeTemplateById", async function () {
132
192
  try {
133
193
  const data = await client.GetTimeTemplateById({})
@@ -138,6 +198,56 @@ it("iotvideoindustry.v20201201.GetTimeTemplateById", async function () {
138
198
  }
139
199
  })
140
200
 
201
+ it("iotvideoindustry.v20201201.DeleteLiveVideoList", async function () {
202
+ try {
203
+ const data = await client.DeleteLiveVideoList({})
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("iotvideoindustry.v20201201.GetRecordPlanByDev", async function () {
212
+ try {
213
+ const data = await client.GetRecordPlanByDev({})
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("iotvideoindustry.v20201201.ModifyLiveRecordPlan", async function () {
222
+ try {
223
+ const data = await client.ModifyLiveRecordPlan({})
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
+
231
+ it("iotvideoindustry.v20201201.DescribeMessageForwards", async function () {
232
+ try {
233
+ const data = await client.DescribeMessageForwards({})
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("iotvideoindustry.v20201201.DeleteChannel", async function () {
242
+ try {
243
+ const data = await client.DeleteChannel({})
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
+
141
251
  it("iotvideoindustry.v20201201.DescribeDevicePassWord", async function () {
142
252
  try {
143
253
  const data = await client.DescribeDevicePassWord({})
@@ -158,6 +268,16 @@ it("iotvideoindustry.v20201201.DescribeGroupDevices", async function () {
158
268
  }
159
269
  })
160
270
 
271
+ it("iotvideoindustry.v20201201.DeleteMessageForward", async function () {
272
+ try {
273
+ const data = await client.DeleteMessageForward({})
274
+ expect(data).to.be.ok
275
+ } catch(error) {
276
+ expect(error.requestId).to.be.ok
277
+ expect(error.code).to.be.ok
278
+ }
279
+ })
280
+
161
281
  it("iotvideoindustry.v20201201.GetRecordPlans", async function () {
162
282
  try {
163
283
  const data = await client.GetRecordPlans({})
@@ -178,9 +298,9 @@ it("iotvideoindustry.v20201201.DeleteDevice", async function () {
178
298
  }
179
299
  })
180
300
 
181
- it("iotvideoindustry.v20201201.ModifyDeviceData", async function () {
301
+ it("iotvideoindustry.v20201201.CreateLiveRecordPlan", async function () {
182
302
  try {
183
- const data = await client.ModifyDeviceData({})
303
+ const data = await client.CreateLiveRecordPlan({})
184
304
  expect(data).to.be.ok
185
305
  } catch(error) {
186
306
  expect(error.requestId).to.be.ok
@@ -198,6 +318,26 @@ it("iotvideoindustry.v20201201.DescribeGroupByPath", async function () {
198
318
  }
199
319
  })
200
320
 
321
+ it("iotvideoindustry.v20201201.DescribeStatisticSummary", async function () {
322
+ try {
323
+ const data = await client.DescribeStatisticSummary({})
324
+ expect(data).to.be.ok
325
+ } catch(error) {
326
+ expect(error.requestId).to.be.ok
327
+ expect(error.code).to.be.ok
328
+ }
329
+ })
330
+
331
+ it("iotvideoindustry.v20201201.DescribeRecordDatesByLive", async function () {
332
+ try {
333
+ const data = await client.DescribeRecordDatesByLive({})
334
+ expect(data).to.be.ok
335
+ } catch(error) {
336
+ expect(error.requestId).to.be.ok
337
+ expect(error.code).to.be.ok
338
+ }
339
+ })
340
+
201
341
  it("iotvideoindustry.v20201201.GetRecordDatesByDev", async function () {
202
342
  try {
203
343
  const data = await client.GetRecordDatesByDev({})
@@ -218,9 +358,9 @@ it("iotvideoindustry.v20201201.GetTimeTemplates", async function () {
218
358
  }
219
359
  })
220
360
 
221
- it("iotvideoindustry.v20201201.DescribeDeviceStreams", async function () {
361
+ it("iotvideoindustry.v20201201.DeleteLiveChannel", async function () {
222
362
  try {
223
- const data = await client.DescribeDeviceStreams({})
363
+ const data = await client.DeleteLiveChannel({})
224
364
  expect(data).to.be.ok
225
365
  } catch(error) {
226
366
  expect(error.requestId).to.be.ok
@@ -238,6 +378,16 @@ it("iotvideoindustry.v20201201.DescribeStatisticDetails", async function () {
238
378
  }
239
379
  })
240
380
 
381
+ it("iotvideoindustry.v20201201.DescribeScenes", async function () {
382
+ try {
383
+ const data = await client.DescribeScenes({})
384
+ expect(data).to.be.ok
385
+ } catch(error) {
386
+ expect(error.requestId).to.be.ok
387
+ expect(error.code).to.be.ok
388
+ }
389
+ })
390
+
241
391
  it("iotvideoindustry.v20201201.CreateDevice", async function () {
242
392
  try {
243
393
  const data = await client.CreateDevice({})
@@ -258,9 +408,9 @@ it("iotvideoindustry.v20201201.GetRecordPlanById", async function () {
258
408
  }
259
409
  })
260
410
 
261
- it("iotvideoindustry.v20201201.GetRecordPlanByDev", async function () {
411
+ it("iotvideoindustry.v20201201.DescribeChannelsByLiveRecordPlan", async function () {
262
412
  try {
263
- const data = await client.GetRecordPlanByDev({})
413
+ const data = await client.DescribeChannelsByLiveRecordPlan({})
264
414
  expect(data).to.be.ok
265
415
  } catch(error) {
266
416
  expect(error.requestId).to.be.ok
@@ -288,9 +438,19 @@ it("iotvideoindustry.v20201201.DeleteRecordPlan", async function () {
288
438
  }
289
439
  })
290
440
 
291
- it("iotvideoindustry.v20201201.DescribeGroups", async function () {
441
+ it("iotvideoindustry.v20201201.CreateMessageForward", async function () {
292
442
  try {
293
- const data = await client.DescribeGroups({})
443
+ const data = await client.CreateMessageForward({})
444
+ expect(data).to.be.ok
445
+ } catch(error) {
446
+ expect(error.requestId).to.be.ok
447
+ expect(error.code).to.be.ok
448
+ }
449
+ })
450
+
451
+ it("iotvideoindustry.v20201201.DeleteLiveRecordPlan", async function () {
452
+ try {
453
+ const data = await client.DeleteLiveRecordPlan({})
294
454
  expect(data).to.be.ok
295
455
  } catch(error) {
296
456
  expect(error.requestId).to.be.ok
@@ -308,9 +468,49 @@ it("iotvideoindustry.v20201201.DeleteTimeTemplate", async function () {
308
468
  }
309
469
  })
310
470
 
311
- it("iotvideoindustry.v20201201.DescribeSIPServer", async function () {
471
+ it("iotvideoindustry.v20201201.DescribeGroups", async function () {
312
472
  try {
313
- const data = await client.DescribeSIPServer({})
473
+ const data = await client.DescribeGroups({})
474
+ expect(data).to.be.ok
475
+ } catch(error) {
476
+ expect(error.requestId).to.be.ok
477
+ expect(error.code).to.be.ok
478
+ }
479
+ })
480
+
481
+ it("iotvideoindustry.v20201201.ModifyDeviceData", async function () {
482
+ try {
483
+ const data = await client.ModifyDeviceData({})
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
+
491
+ it("iotvideoindustry.v20201201.DescribeLiveStream", async function () {
492
+ try {
493
+ const data = await client.DescribeLiveStream({})
494
+ expect(data).to.be.ok
495
+ } catch(error) {
496
+ expect(error.requestId).to.be.ok
497
+ expect(error.code).to.be.ok
498
+ }
499
+ })
500
+
501
+ it("iotvideoindustry.v20201201.ModifyLiveChannel", async function () {
502
+ try {
503
+ const data = await client.ModifyLiveChannel({})
504
+ expect(data).to.be.ok
505
+ } catch(error) {
506
+ expect(error.requestId).to.be.ok
507
+ expect(error.code).to.be.ok
508
+ }
509
+ })
510
+
511
+ it("iotvideoindustry.v20201201.DescribeMessageForward", async function () {
512
+ try {
513
+ const data = await client.DescribeMessageForward({})
314
514
  expect(data).to.be.ok
315
515
  } catch(error) {
316
516
  expect(error.requestId).to.be.ok
@@ -328,6 +528,16 @@ it("iotvideoindustry.v20201201.DeleteDeviceGroup", async function () {
328
528
  }
329
529
  })
330
530
 
531
+ it("iotvideoindustry.v20201201.DescribeBindSceneDevices", async function () {
532
+ try {
533
+ const data = await client.DescribeBindSceneDevices({})
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
+
331
541
  it("iotvideoindustry.v20201201.ControlDevicePTZ", async function () {
332
542
  try {
333
543
  const data = await client.ControlDevicePTZ({})
@@ -338,6 +548,16 @@ it("iotvideoindustry.v20201201.ControlDevicePTZ", async function () {
338
548
  }
339
549
  })
340
550
 
551
+ it("iotvideoindustry.v20201201.DescribeLiveRecordPlanIds", async function () {
552
+ try {
553
+ const data = await client.DescribeLiveRecordPlanIds({})
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
+
341
561
  it("iotvideoindustry.v20201201.DescribeVideoList", async function () {
342
562
  try {
343
563
  const data = await client.DescribeVideoList({})
@@ -348,6 +568,26 @@ it("iotvideoindustry.v20201201.DescribeVideoList", async function () {
348
568
  }
349
569
  })
350
570
 
571
+ it("iotvideoindustry.v20201201.ModifyLiveVideo", async function () {
572
+ try {
573
+ const data = await client.ModifyLiveVideo({})
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("iotvideoindustry.v20201201.DescribeLiveChannel", async function () {
582
+ try {
583
+ const data = await client.DescribeLiveChannel({})
584
+ expect(data).to.be.ok
585
+ } catch(error) {
586
+ expect(error.requestId).to.be.ok
587
+ expect(error.code).to.be.ok
588
+ }
589
+ })
590
+
351
591
  it("iotvideoindustry.v20201201.DescribeAllDeviceList", async function () {
352
592
  try {
353
593
  const data = await client.DescribeAllDeviceList({})
@@ -358,6 +598,56 @@ it("iotvideoindustry.v20201201.DescribeAllDeviceList", async function () {
358
598
  }
359
599
  })
360
600
 
601
+ it("iotvideoindustry.v20201201.DeleteScene", async function () {
602
+ try {
603
+ const data = await client.DeleteScene({})
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
+
611
+ it("iotvideoindustry.v20201201.DescribeSIPServer", async function () {
612
+ try {
613
+ const data = await client.DescribeSIPServer({})
614
+ expect(data).to.be.ok
615
+ } catch(error) {
616
+ expect(error.requestId).to.be.ok
617
+ expect(error.code).to.be.ok
618
+ }
619
+ })
620
+
621
+ it("iotvideoindustry.v20201201.ModifySubscriptionStatus", async function () {
622
+ try {
623
+ const data = await client.ModifySubscriptionStatus({})
624
+ expect(data).to.be.ok
625
+ } catch(error) {
626
+ expect(error.requestId).to.be.ok
627
+ expect(error.code).to.be.ok
628
+ }
629
+ })
630
+
631
+ it("iotvideoindustry.v20201201.UpdateRecordPlan", async function () {
632
+ try {
633
+ const data = await client.UpdateRecordPlan({})
634
+ expect(data).to.be.ok
635
+ } catch(error) {
636
+ expect(error.requestId).to.be.ok
637
+ expect(error.code).to.be.ok
638
+ }
639
+ })
640
+
641
+ it("iotvideoindustry.v20201201.CreateLiveChannel", async function () {
642
+ try {
643
+ const data = await client.CreateLiveChannel({})
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
+
361
651
  it("iotvideoindustry.v20201201.BindGroupDevices", async function () {
362
652
  try {
363
653
  const data = await client.BindGroupDevices({})
@@ -368,6 +658,16 @@ it("iotvideoindustry.v20201201.BindGroupDevices", async function () {
368
658
  }
369
659
  })
370
660
 
661
+ it("iotvideoindustry.v20201201.DescribeLiveRecordPlanById", async function () {
662
+ try {
663
+ const data = await client.DescribeLiveRecordPlanById({})
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
+
371
671
  it("iotvideoindustry.v20201201.DescribeGroupById", async function () {
372
672
  try {
373
673
  const data = await client.DescribeGroupById({})
@@ -398,4 +698,14 @@ it("iotvideoindustry.v20201201.CreateTimeTemplate", async function () {
398
698
  }
399
699
  })
400
700
 
701
+ it("iotvideoindustry.v20201201.DescribeLiveChannelList", async function () {
702
+ try {
703
+ const data = await client.DescribeLiveChannelList({})
704
+ expect(data).to.be.ok
705
+ } catch(error) {
706
+ expect(error.requestId).to.be.ok
707
+ expect(error.code).to.be.ok
708
+ }
709
+ })
710
+
401
711
  })