tencentcloud-sdk-nodejs 4.0.266 → 4.0.267

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 (27) hide show
  1. package/CHANGELOG.md +149 -0
  2. package/SERVICE_CHANGELOG.md +211 -179
  3. package/package.json +1 -1
  4. package/products.md +8 -8
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_models.ts +5 -0
  7. package/src/services/clb/v20180317/clb_models.ts +17 -0
  8. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  9. package/src/services/faceid/v20180301/faceid_models.ts +15 -0
  10. package/src/services/ic/v20190307/ic_models.ts +1 -1
  11. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +831 -391
  12. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +2085 -361
  13. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  14. package/src/services/wav/v20210129/wav_models.ts +1 -1
  15. package/tencentcloud/common/sdk_version.d.ts +1 -1
  16. package/tencentcloud/common/sdk_version.js +1 -1
  17. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
  18. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +14 -0
  19. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  20. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +13 -0
  21. package/tencentcloud/services/ic/v20190307/ic_models.d.ts +1 -1
  22. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +276 -119
  23. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +400 -175
  24. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1776 -294
  25. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  26. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +1 -1
  27. package/test/iotvideoindustry.v20201201.test.js +454 -114
@@ -48,9 +48,9 @@ it("iotvideoindustry.v20201201.DescribeSubGroups", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("iotvideoindustry.v20201201.UpdateDeviceGroup", async function () {
51
+ it("iotvideoindustry.v20201201.DescribeStatisticSummary", async function () {
52
52
  try {
53
- const data = await client.UpdateDeviceGroup({})
53
+ const data = await client.DescribeStatisticSummary({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -58,9 +58,9 @@ it("iotvideoindustry.v20201201.UpdateDeviceGroup", async function () {
58
58
  }
59
59
  })
60
60
 
61
- it("iotvideoindustry.v20201201.ModifyMessageForward", async function () {
61
+ it("iotvideoindustry.v20201201.CreateScene", async function () {
62
62
  try {
63
- const data = await client.ModifyMessageForward({})
63
+ const data = await client.CreateScene({})
64
64
  expect(data).to.be.ok
65
65
  } catch(error) {
66
66
  expect(error.requestId).to.be.ok
@@ -68,9 +68,9 @@ it("iotvideoindustry.v20201201.ModifyMessageForward", async function () {
68
68
  }
69
69
  })
70
70
 
71
- it("iotvideoindustry.v20201201.DescribeDeviceStreams", async function () {
71
+ it("iotvideoindustry.v20201201.DescribeScene", async function () {
72
72
  try {
73
- const data = await client.DescribeDeviceStreams({})
73
+ const data = await client.DescribeScene({})
74
74
  expect(data).to.be.ok
75
75
  } catch(error) {
76
76
  expect(error.requestId).to.be.ok
@@ -78,9 +78,9 @@ it("iotvideoindustry.v20201201.DescribeDeviceStreams", async function () {
78
78
  }
79
79
  })
80
80
 
81
- it("iotvideoindustry.v20201201.DeleteVideoList", async function () {
81
+ it("iotvideoindustry.v20201201.DescribeDevice", async function () {
82
82
  try {
83
- const data = await client.DeleteVideoList({})
83
+ const data = await client.DescribeDevice({})
84
84
  expect(data).to.be.ok
85
85
  } catch(error) {
86
86
  expect(error.requestId).to.be.ok
@@ -88,9 +88,9 @@ it("iotvideoindustry.v20201201.DeleteVideoList", async function () {
88
88
  }
89
89
  })
90
90
 
91
- it("iotvideoindustry.v20201201.CreateDeviceGroup", async function () {
91
+ it("iotvideoindustry.v20201201.ModifyBindRecordingPlan", async function () {
92
92
  try {
93
- const data = await client.CreateDeviceGroup({})
93
+ const data = await client.ModifyBindRecordingPlan({})
94
94
  expect(data).to.be.ok
95
95
  } catch(error) {
96
96
  expect(error.requestId).to.be.ok
@@ -98,9 +98,9 @@ it("iotvideoindustry.v20201201.CreateDeviceGroup", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("iotvideoindustry.v20201201.DescribeRecordStream", async function () {
101
+ it("iotvideoindustry.v20201201.DescribeVideoListByChannel", async function () {
102
102
  try {
103
- const data = await client.DescribeRecordStream({})
103
+ const data = await client.DescribeVideoListByChannel({})
104
104
  expect(data).to.be.ok
105
105
  } catch(error) {
106
106
  expect(error.requestId).to.be.ok
@@ -108,9 +108,9 @@ it("iotvideoindustry.v20201201.DescribeRecordStream", async function () {
108
108
  }
109
109
  })
110
110
 
111
- it("iotvideoindustry.v20201201.DescribeLiveVideoList", async function () {
111
+ it("iotvideoindustry.v20201201.DescribeLiveStream", async function () {
112
112
  try {
113
- const data = await client.DescribeLiveVideoList({})
113
+ const data = await client.DescribeLiveStream({})
114
114
  expect(data).to.be.ok
115
115
  } catch(error) {
116
116
  expect(error.requestId).to.be.ok
@@ -118,9 +118,49 @@ it("iotvideoindustry.v20201201.DescribeLiveVideoList", async function () {
118
118
  }
119
119
  })
120
120
 
121
- it("iotvideoindustry.v20201201.CreateScene", async function () {
121
+ it("iotvideoindustry.v20201201.ModifyScene", async function () {
122
122
  try {
123
- const data = await client.CreateScene({})
123
+ const data = await client.ModifyScene({})
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
+
131
+ it("iotvideoindustry.v20201201.DescribeRecordingPlanById", async function () {
132
+ try {
133
+ const data = await client.DescribeRecordingPlanById({})
134
+ expect(data).to.be.ok
135
+ } catch(error) {
136
+ expect(error.requestId).to.be.ok
137
+ expect(error.code).to.be.ok
138
+ }
139
+ })
140
+
141
+ it("iotvideoindustry.v20201201.DescribeGroupDevices", async function () {
142
+ try {
143
+ const data = await client.DescribeGroupDevices({})
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("iotvideoindustry.v20201201.DescribeCurrentDeviceData", async function () {
152
+ try {
153
+ const data = await client.DescribeCurrentDeviceData({})
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("iotvideoindustry.v20201201.DescribeDeviceStreams", async function () {
162
+ try {
163
+ const data = await client.DescribeDeviceStreams({})
124
164
  expect(data).to.be.ok
125
165
  } catch(error) {
126
166
  expect(error.requestId).to.be.ok
@@ -138,9 +178,9 @@ it("iotvideoindustry.v20201201.GetVideoListByCon", async function () {
138
178
  }
139
179
  })
140
180
 
141
- it("iotvideoindustry.v20201201.UpdateTimeTemplate", async function () {
181
+ it("iotvideoindustry.v20201201.DescribeRecordingPlans", async function () {
142
182
  try {
143
- const data = await client.UpdateTimeTemplate({})
183
+ const data = await client.DescribeRecordingPlans({})
144
184
  expect(data).to.be.ok
145
185
  } catch(error) {
146
186
  expect(error.requestId).to.be.ok
@@ -148,9 +188,9 @@ it("iotvideoindustry.v20201201.UpdateTimeTemplate", async function () {
148
188
  }
149
189
  })
150
190
 
151
- it("iotvideoindustry.v20201201.UpdateDevicePassWord", async function () {
191
+ it("iotvideoindustry.v20201201.DescribeDeviceGroup", async function () {
152
192
  try {
153
- const data = await client.UpdateDevicePassWord({})
193
+ const data = await client.DescribeDeviceGroup({})
154
194
  expect(data).to.be.ok
155
195
  } catch(error) {
156
196
  expect(error.requestId).to.be.ok
@@ -158,9 +198,9 @@ it("iotvideoindustry.v20201201.UpdateDevicePassWord", async function () {
158
198
  }
159
199
  })
160
200
 
161
- it("iotvideoindustry.v20201201.DescribeSubscriptionStatus", async function () {
201
+ it("iotvideoindustry.v20201201.DeleteRecordPlan", async function () {
162
202
  try {
163
- const data = await client.DescribeSubscriptionStatus({})
203
+ const data = await client.DeleteRecordPlan({})
164
204
  expect(data).to.be.ok
165
205
  } catch(error) {
166
206
  expect(error.requestId).to.be.ok
@@ -168,9 +208,9 @@ it("iotvideoindustry.v20201201.DescribeSubscriptionStatus", async function () {
168
208
  }
169
209
  })
170
210
 
171
- it("iotvideoindustry.v20201201.ControlRecordStream", async function () {
211
+ it("iotvideoindustry.v20201201.CreateMessageForward", async function () {
172
212
  try {
173
- const data = await client.ControlRecordStream({})
213
+ const data = await client.CreateMessageForward({})
174
214
  expect(data).to.be.ok
175
215
  } catch(error) {
176
216
  expect(error.requestId).to.be.ok
@@ -178,9 +218,9 @@ it("iotvideoindustry.v20201201.ControlRecordStream", async function () {
178
218
  }
179
219
  })
180
220
 
181
- it("iotvideoindustry.v20201201.ModifyBindPlanLiveChannel", async function () {
221
+ it("iotvideoindustry.v20201201.DeleteTimeTemplate", async function () {
182
222
  try {
183
- const data = await client.ModifyBindPlanLiveChannel({})
223
+ const data = await client.DeleteTimeTemplate({})
184
224
  expect(data).to.be.ok
185
225
  } catch(error) {
186
226
  expect(error.requestId).to.be.ok
@@ -188,9 +228,9 @@ it("iotvideoindustry.v20201201.ModifyBindPlanLiveChannel", async function () {
188
228
  }
189
229
  })
190
230
 
191
- it("iotvideoindustry.v20201201.GetTimeTemplateById", async function () {
231
+ it("iotvideoindustry.v20201201.DescribeChannels", async function () {
192
232
  try {
193
- const data = await client.GetTimeTemplateById({})
233
+ const data = await client.DescribeChannels({})
194
234
  expect(data).to.be.ok
195
235
  } catch(error) {
196
236
  expect(error.requestId).to.be.ok
@@ -198,9 +238,9 @@ it("iotvideoindustry.v20201201.GetTimeTemplateById", async function () {
198
238
  }
199
239
  })
200
240
 
201
- it("iotvideoindustry.v20201201.DeleteLiveVideoList", async function () {
241
+ it("iotvideoindustry.v20201201.ModifyLiveChannel", async function () {
202
242
  try {
203
- const data = await client.DeleteLiveVideoList({})
243
+ const data = await client.ModifyLiveChannel({})
204
244
  expect(data).to.be.ok
205
245
  } catch(error) {
206
246
  expect(error.requestId).to.be.ok
@@ -208,9 +248,9 @@ it("iotvideoindustry.v20201201.DeleteLiveVideoList", async function () {
208
248
  }
209
249
  })
210
250
 
211
- it("iotvideoindustry.v20201201.GetRecordPlanByDev", async function () {
251
+ it("iotvideoindustry.v20201201.ResetWarning", async function () {
212
252
  try {
213
- const data = await client.GetRecordPlanByDev({})
253
+ const data = await client.ResetWarning({})
214
254
  expect(data).to.be.ok
215
255
  } catch(error) {
216
256
  expect(error.requestId).to.be.ok
@@ -218,9 +258,9 @@ it("iotvideoindustry.v20201201.GetRecordPlanByDev", async function () {
218
258
  }
219
259
  })
220
260
 
221
- it("iotvideoindustry.v20201201.ModifyLiveRecordPlan", async function () {
261
+ it("iotvideoindustry.v20201201.ControlDevicePTZ", async function () {
222
262
  try {
223
- const data = await client.ModifyLiveRecordPlan({})
263
+ const data = await client.ControlDevicePTZ({})
224
264
  expect(data).to.be.ok
225
265
  } catch(error) {
226
266
  expect(error.requestId).to.be.ok
@@ -228,9 +268,9 @@ it("iotvideoindustry.v20201201.ModifyLiveRecordPlan", async function () {
228
268
  }
229
269
  })
230
270
 
231
- it("iotvideoindustry.v20201201.DescribeMessageForwards", async function () {
271
+ it("iotvideoindustry.v20201201.ModifySubscriptionStatus", async function () {
232
272
  try {
233
- const data = await client.DescribeMessageForwards({})
273
+ const data = await client.ModifySubscriptionStatus({})
234
274
  expect(data).to.be.ok
235
275
  } catch(error) {
236
276
  expect(error.requestId).to.be.ok
@@ -238,9 +278,9 @@ it("iotvideoindustry.v20201201.DescribeMessageForwards", async function () {
238
278
  }
239
279
  })
240
280
 
241
- it("iotvideoindustry.v20201201.DeleteChannel", async function () {
281
+ it("iotvideoindustry.v20201201.ControlHomePosition", async function () {
242
282
  try {
243
- const data = await client.DeleteChannel({})
283
+ const data = await client.ControlHomePosition({})
244
284
  expect(data).to.be.ok
245
285
  } catch(error) {
246
286
  expect(error.requestId).to.be.ok
@@ -248,9 +288,9 @@ it("iotvideoindustry.v20201201.DeleteChannel", async function () {
248
288
  }
249
289
  })
250
290
 
251
- it("iotvideoindustry.v20201201.DescribeDevicePassWord", async function () {
291
+ it("iotvideoindustry.v20201201.DescribeStatisticDetails", async function () {
252
292
  try {
253
- const data = await client.DescribeDevicePassWord({})
293
+ const data = await client.DescribeStatisticDetails({})
254
294
  expect(data).to.be.ok
255
295
  } catch(error) {
256
296
  expect(error.requestId).to.be.ok
@@ -258,9 +298,9 @@ it("iotvideoindustry.v20201201.DescribeDevicePassWord", async function () {
258
298
  }
259
299
  })
260
300
 
261
- it("iotvideoindustry.v20201201.DescribeGroupDevices", async function () {
301
+ it("iotvideoindustry.v20201201.DescribeGroupById", async function () {
262
302
  try {
263
- const data = await client.DescribeGroupDevices({})
303
+ const data = await client.DescribeGroupById({})
264
304
  expect(data).to.be.ok
265
305
  } catch(error) {
266
306
  expect(error.requestId).to.be.ok
@@ -268,9 +308,9 @@ it("iotvideoindustry.v20201201.DescribeGroupDevices", async function () {
268
308
  }
269
309
  })
270
310
 
271
- it("iotvideoindustry.v20201201.DeleteMessageForward", async function () {
311
+ it("iotvideoindustry.v20201201.CreateTimeTemplate", async function () {
272
312
  try {
273
- const data = await client.DeleteMessageForward({})
313
+ const data = await client.CreateTimeTemplate({})
274
314
  expect(data).to.be.ok
275
315
  } catch(error) {
276
316
  expect(error.requestId).to.be.ok
@@ -278,9 +318,9 @@ it("iotvideoindustry.v20201201.DeleteMessageForward", async function () {
278
318
  }
279
319
  })
280
320
 
281
- it("iotvideoindustry.v20201201.GetRecordPlans", async function () {
321
+ it("iotvideoindustry.v20201201.CreateDeviceGroup", async function () {
282
322
  try {
283
- const data = await client.GetRecordPlans({})
323
+ const data = await client.CreateDeviceGroup({})
284
324
  expect(data).to.be.ok
285
325
  } catch(error) {
286
326
  expect(error.requestId).to.be.ok
@@ -288,9 +328,9 @@ it("iotvideoindustry.v20201201.GetRecordPlans", async function () {
288
328
  }
289
329
  })
290
330
 
291
- it("iotvideoindustry.v20201201.DeleteDevice", async function () {
331
+ it("iotvideoindustry.v20201201.ControlChannelLocalRecord", async function () {
292
332
  try {
293
- const data = await client.DeleteDevice({})
333
+ const data = await client.ControlChannelLocalRecord({})
294
334
  expect(data).to.be.ok
295
335
  } catch(error) {
296
336
  expect(error.requestId).to.be.ok
@@ -298,9 +338,9 @@ it("iotvideoindustry.v20201201.DeleteDevice", async function () {
298
338
  }
299
339
  })
300
340
 
301
- it("iotvideoindustry.v20201201.CreateLiveRecordPlan", async function () {
341
+ it("iotvideoindustry.v20201201.DescribeChannelLocalRecordURL", async function () {
302
342
  try {
303
- const data = await client.CreateLiveRecordPlan({})
343
+ const data = await client.DescribeChannelLocalRecordURL({})
304
344
  expect(data).to.be.ok
305
345
  } catch(error) {
306
346
  expect(error.requestId).to.be.ok
@@ -308,9 +348,9 @@ it("iotvideoindustry.v20201201.CreateLiveRecordPlan", async function () {
308
348
  }
309
349
  })
310
350
 
311
- it("iotvideoindustry.v20201201.DescribeGroupByPath", async function () {
351
+ it("iotvideoindustry.v20201201.UpdateDevicePassWord", async function () {
312
352
  try {
313
- const data = await client.DescribeGroupByPath({})
353
+ const data = await client.UpdateDevicePassWord({})
314
354
  expect(data).to.be.ok
315
355
  } catch(error) {
316
356
  expect(error.requestId).to.be.ok
@@ -318,9 +358,69 @@ it("iotvideoindustry.v20201201.DescribeGroupByPath", async function () {
318
358
  }
319
359
  })
320
360
 
321
- it("iotvideoindustry.v20201201.DescribeStatisticSummary", async function () {
361
+ it("iotvideoindustry.v20201201.DescribeWarnMod", async function () {
322
362
  try {
323
- const data = await client.DescribeStatisticSummary({})
363
+ const data = await client.DescribeWarnMod({})
364
+ expect(data).to.be.ok
365
+ } catch(error) {
366
+ expect(error.requestId).to.be.ok
367
+ expect(error.code).to.be.ok
368
+ }
369
+ })
370
+
371
+ it("iotvideoindustry.v20201201.ModifyBindPlanLiveChannel", async function () {
372
+ try {
373
+ const data = await client.ModifyBindPlanLiveChannel({})
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
+
381
+ it("iotvideoindustry.v20201201.DescribeDeviceEvent", async function () {
382
+ try {
383
+ const data = await client.DescribeDeviceEvent({})
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
+
391
+ it("iotvideoindustry.v20201201.ModifyLiveRecordPlan", async function () {
392
+ try {
393
+ const data = await client.ModifyLiveRecordPlan({})
394
+ expect(data).to.be.ok
395
+ } catch(error) {
396
+ expect(error.requestId).to.be.ok
397
+ expect(error.code).to.be.ok
398
+ }
399
+ })
400
+
401
+ it("iotvideoindustry.v20201201.DeleteChannel", async function () {
402
+ try {
403
+ const data = await client.DeleteChannel({})
404
+ expect(data).to.be.ok
405
+ } catch(error) {
406
+ expect(error.requestId).to.be.ok
407
+ expect(error.code).to.be.ok
408
+ }
409
+ })
410
+
411
+ it("iotvideoindustry.v20201201.DescribeChannelsByLiveRecordPlan", async function () {
412
+ try {
413
+ const data = await client.DescribeChannelsByLiveRecordPlan({})
414
+ expect(data).to.be.ok
415
+ } catch(error) {
416
+ expect(error.requestId).to.be.ok
417
+ expect(error.code).to.be.ok
418
+ }
419
+ })
420
+
421
+ it("iotvideoindustry.v20201201.ModifyBindSceneDevice", async function () {
422
+ try {
423
+ const data = await client.ModifyBindSceneDevice({})
324
424
  expect(data).to.be.ok
325
425
  } catch(error) {
326
426
  expect(error.requestId).to.be.ok
@@ -348,9 +448,9 @@ it("iotvideoindustry.v20201201.GetRecordDatesByDev", async function () {
348
448
  }
349
449
  })
350
450
 
351
- it("iotvideoindustry.v20201201.GetTimeTemplates", async function () {
451
+ it("iotvideoindustry.v20201201.DescribeSubscriptionStatus", async function () {
352
452
  try {
353
- const data = await client.GetTimeTemplates({})
453
+ const data = await client.DescribeSubscriptionStatus({})
354
454
  expect(data).to.be.ok
355
455
  } catch(error) {
356
456
  expect(error.requestId).to.be.ok
@@ -358,9 +458,9 @@ it("iotvideoindustry.v20201201.GetTimeTemplates", async function () {
358
458
  }
359
459
  })
360
460
 
361
- it("iotvideoindustry.v20201201.DeleteLiveChannel", async function () {
461
+ it("iotvideoindustry.v20201201.CreateDevice", async function () {
362
462
  try {
363
- const data = await client.DeleteLiveChannel({})
463
+ const data = await client.CreateDevice({})
364
464
  expect(data).to.be.ok
365
465
  } catch(error) {
366
466
  expect(error.requestId).to.be.ok
@@ -368,9 +468,9 @@ it("iotvideoindustry.v20201201.DeleteLiveChannel", async function () {
368
468
  }
369
469
  })
370
470
 
371
- it("iotvideoindustry.v20201201.DescribeStatisticDetails", async function () {
471
+ it("iotvideoindustry.v20201201.DeleteWarning", async function () {
372
472
  try {
373
- const data = await client.DescribeStatisticDetails({})
473
+ const data = await client.DeleteWarning({})
374
474
  expect(data).to.be.ok
375
475
  } catch(error) {
376
476
  expect(error.requestId).to.be.ok
@@ -378,9 +478,9 @@ it("iotvideoindustry.v20201201.DescribeStatisticDetails", async function () {
378
478
  }
379
479
  })
380
480
 
381
- it("iotvideoindustry.v20201201.DescribeScenes", async function () {
481
+ it("iotvideoindustry.v20201201.DescribeGroups", async function () {
382
482
  try {
383
- const data = await client.DescribeScenes({})
483
+ const data = await client.DescribeGroups({})
384
484
  expect(data).to.be.ok
385
485
  } catch(error) {
386
486
  expect(error.requestId).to.be.ok
@@ -388,9 +488,9 @@ it("iotvideoindustry.v20201201.DescribeScenes", async function () {
388
488
  }
389
489
  })
390
490
 
391
- it("iotvideoindustry.v20201201.CreateDevice", async function () {
491
+ it("iotvideoindustry.v20201201.DescribeLiveRecordPlanIds", async function () {
392
492
  try {
393
- const data = await client.CreateDevice({})
493
+ const data = await client.DescribeLiveRecordPlanIds({})
394
494
  expect(data).to.be.ok
395
495
  } catch(error) {
396
496
  expect(error.requestId).to.be.ok
@@ -398,9 +498,9 @@ it("iotvideoindustry.v20201201.CreateDevice", async function () {
398
498
  }
399
499
  })
400
500
 
401
- it("iotvideoindustry.v20201201.GetRecordPlanById", async function () {
501
+ it("iotvideoindustry.v20201201.ControlPreset", async function () {
402
502
  try {
403
- const data = await client.GetRecordPlanById({})
503
+ const data = await client.ControlPreset({})
404
504
  expect(data).to.be.ok
405
505
  } catch(error) {
406
506
  expect(error.requestId).to.be.ok
@@ -408,9 +508,9 @@ it("iotvideoindustry.v20201201.GetRecordPlanById", async function () {
408
508
  }
409
509
  })
410
510
 
411
- it("iotvideoindustry.v20201201.DescribeChannelsByLiveRecordPlan", async function () {
511
+ it("iotvideoindustry.v20201201.CreateRecordPlan", async function () {
412
512
  try {
413
- const data = await client.DescribeChannelsByLiveRecordPlan({})
513
+ const data = await client.CreateRecordPlan({})
414
514
  expect(data).to.be.ok
415
515
  } catch(error) {
416
516
  expect(error.requestId).to.be.ok
@@ -418,9 +518,9 @@ it("iotvideoindustry.v20201201.DescribeChannelsByLiveRecordPlan", async function
418
518
  }
419
519
  })
420
520
 
421
- it("iotvideoindustry.v20201201.DescribeDeviceGroup", async function () {
521
+ it("iotvideoindustry.v20201201.UpdateDeviceGroup", async function () {
422
522
  try {
423
- const data = await client.DescribeDeviceGroup({})
523
+ const data = await client.UpdateDeviceGroup({})
424
524
  expect(data).to.be.ok
425
525
  } catch(error) {
426
526
  expect(error.requestId).to.be.ok
@@ -428,9 +528,9 @@ it("iotvideoindustry.v20201201.DescribeDeviceGroup", async function () {
428
528
  }
429
529
  })
430
530
 
431
- it("iotvideoindustry.v20201201.DeleteRecordPlan", async function () {
531
+ it("iotvideoindustry.v20201201.DeleteVideoList", async function () {
432
532
  try {
433
- const data = await client.DeleteRecordPlan({})
533
+ const data = await client.DeleteVideoList({})
434
534
  expect(data).to.be.ok
435
535
  } catch(error) {
436
536
  expect(error.requestId).to.be.ok
@@ -438,9 +538,9 @@ it("iotvideoindustry.v20201201.DeleteRecordPlan", async function () {
438
538
  }
439
539
  })
440
540
 
441
- it("iotvideoindustry.v20201201.CreateMessageForward", async function () {
541
+ it("iotvideoindustry.v20201201.DescribeBindSceneDevices", async function () {
442
542
  try {
443
- const data = await client.CreateMessageForward({})
543
+ const data = await client.DescribeBindSceneDevices({})
444
544
  expect(data).to.be.ok
445
545
  } catch(error) {
446
546
  expect(error.requestId).to.be.ok
@@ -448,9 +548,9 @@ it("iotvideoindustry.v20201201.CreateMessageForward", async function () {
448
548
  }
449
549
  })
450
550
 
451
- it("iotvideoindustry.v20201201.DeleteLiveRecordPlan", async function () {
551
+ it("iotvideoindustry.v20201201.UpdateTimeTemplate", async function () {
452
552
  try {
453
- const data = await client.DeleteLiveRecordPlan({})
553
+ const data = await client.UpdateTimeTemplate({})
454
554
  expect(data).to.be.ok
455
555
  } catch(error) {
456
556
  expect(error.requestId).to.be.ok
@@ -458,9 +558,9 @@ it("iotvideoindustry.v20201201.DeleteLiveRecordPlan", async function () {
458
558
  }
459
559
  })
460
560
 
461
- it("iotvideoindustry.v20201201.DeleteTimeTemplate", async function () {
561
+ it("iotvideoindustry.v20201201.CreateRecordingPlan", async function () {
462
562
  try {
463
- const data = await client.DeleteTimeTemplate({})
563
+ const data = await client.CreateRecordingPlan({})
464
564
  expect(data).to.be.ok
465
565
  } catch(error) {
466
566
  expect(error.requestId).to.be.ok
@@ -468,9 +568,9 @@ it("iotvideoindustry.v20201201.DeleteTimeTemplate", async function () {
468
568
  }
469
569
  })
470
570
 
471
- it("iotvideoindustry.v20201201.DescribeGroups", async function () {
571
+ it("iotvideoindustry.v20201201.DescribeDeviceMonitorData", async function () {
472
572
  try {
473
- const data = await client.DescribeGroups({})
573
+ const data = await client.DescribeDeviceMonitorData({})
474
574
  expect(data).to.be.ok
475
575
  } catch(error) {
476
576
  expect(error.requestId).to.be.ok
@@ -478,9 +578,9 @@ it("iotvideoindustry.v20201201.DescribeGroups", async function () {
478
578
  }
479
579
  })
480
580
 
481
- it("iotvideoindustry.v20201201.ModifyDeviceData", async function () {
581
+ it("iotvideoindustry.v20201201.GetTimeTemplateById", async function () {
482
582
  try {
483
- const data = await client.ModifyDeviceData({})
583
+ const data = await client.GetTimeTemplateById({})
484
584
  expect(data).to.be.ok
485
585
  } catch(error) {
486
586
  expect(error.requestId).to.be.ok
@@ -488,9 +588,9 @@ it("iotvideoindustry.v20201201.ModifyDeviceData", async function () {
488
588
  }
489
589
  })
490
590
 
491
- it("iotvideoindustry.v20201201.DescribeLiveStream", async function () {
591
+ it("iotvideoindustry.v20201201.DescribeMessageForwards", async function () {
492
592
  try {
493
- const data = await client.DescribeLiveStream({})
593
+ const data = await client.DescribeMessageForwards({})
494
594
  expect(data).to.be.ok
495
595
  } catch(error) {
496
596
  expect(error.requestId).to.be.ok
@@ -498,9 +598,39 @@ it("iotvideoindustry.v20201201.DescribeLiveStream", async function () {
498
598
  }
499
599
  })
500
600
 
501
- it("iotvideoindustry.v20201201.ModifyLiveChannel", async function () {
601
+ it("iotvideoindustry.v20201201.DescribePresetList", async function () {
502
602
  try {
503
- const data = await client.ModifyLiveChannel({})
603
+ const data = await client.DescribePresetList({})
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.ModifyMessageForward", async function () {
612
+ try {
613
+ const data = await client.ModifyMessageForward({})
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.DescribeDeviceList", async function () {
622
+ try {
623
+ const data = await client.DescribeDeviceList({})
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.CreateLiveRecordPlan", async function () {
632
+ try {
633
+ const data = await client.CreateLiveRecordPlan({})
504
634
  expect(data).to.be.ok
505
635
  } catch(error) {
506
636
  expect(error.requestId).to.be.ok
@@ -518,9 +648,9 @@ it("iotvideoindustry.v20201201.DescribeMessageForward", async function () {
518
648
  }
519
649
  })
520
650
 
521
- it("iotvideoindustry.v20201201.DeleteDeviceGroup", async function () {
651
+ it("iotvideoindustry.v20201201.GetTimeTemplates", async function () {
522
652
  try {
523
- const data = await client.DeleteDeviceGroup({})
653
+ const data = await client.GetTimeTemplates({})
524
654
  expect(data).to.be.ok
525
655
  } catch(error) {
526
656
  expect(error.requestId).to.be.ok
@@ -528,9 +658,9 @@ it("iotvideoindustry.v20201201.DeleteDeviceGroup", async function () {
528
658
  }
529
659
  })
530
660
 
531
- it("iotvideoindustry.v20201201.DescribeBindSceneDevices", async function () {
661
+ it("iotvideoindustry.v20201201.DescribeAbnormalEvents", async function () {
532
662
  try {
533
- const data = await client.DescribeBindSceneDevices({})
663
+ const data = await client.DescribeAbnormalEvents({})
534
664
  expect(data).to.be.ok
535
665
  } catch(error) {
536
666
  expect(error.requestId).to.be.ok
@@ -538,9 +668,9 @@ it("iotvideoindustry.v20201201.DescribeBindSceneDevices", async function () {
538
668
  }
539
669
  })
540
670
 
541
- it("iotvideoindustry.v20201201.ControlDevicePTZ", async function () {
671
+ it("iotvideoindustry.v20201201.GetRecordPlanById", async function () {
542
672
  try {
543
- const data = await client.ControlDevicePTZ({})
673
+ const data = await client.GetRecordPlanById({})
544
674
  expect(data).to.be.ok
545
675
  } catch(error) {
546
676
  expect(error.requestId).to.be.ok
@@ -548,9 +678,9 @@ it("iotvideoindustry.v20201201.ControlDevicePTZ", async function () {
548
678
  }
549
679
  })
550
680
 
551
- it("iotvideoindustry.v20201201.DescribeLiveRecordPlanIds", async function () {
681
+ it("iotvideoindustry.v20201201.DescribeRecordStream", async function () {
552
682
  try {
553
- const data = await client.DescribeLiveRecordPlanIds({})
683
+ const data = await client.DescribeRecordStream({})
554
684
  expect(data).to.be.ok
555
685
  } catch(error) {
556
686
  expect(error.requestId).to.be.ok
@@ -558,9 +688,9 @@ it("iotvideoindustry.v20201201.DescribeLiveRecordPlanIds", async function () {
558
688
  }
559
689
  })
560
690
 
561
- it("iotvideoindustry.v20201201.DescribeVideoList", async function () {
691
+ it("iotvideoindustry.v20201201.DeleteLiveRecordPlan", async function () {
562
692
  try {
563
- const data = await client.DescribeVideoList({})
693
+ const data = await client.DeleteLiveRecordPlan({})
564
694
  expect(data).to.be.ok
565
695
  } catch(error) {
566
696
  expect(error.requestId).to.be.ok
@@ -568,9 +698,49 @@ it("iotvideoindustry.v20201201.DescribeVideoList", async function () {
568
698
  }
569
699
  })
570
700
 
571
- it("iotvideoindustry.v20201201.ModifyLiveVideo", async function () {
701
+ it("iotvideoindustry.v20201201.DescribeMonitorDataByDate", async function () {
572
702
  try {
573
- const data = await client.ModifyLiveVideo({})
703
+ const data = await client.DescribeMonitorDataByDate({})
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
+
711
+ it("iotvideoindustry.v20201201.DescribeWarnings", async function () {
712
+ try {
713
+ const data = await client.DescribeWarnings({})
714
+ expect(data).to.be.ok
715
+ } catch(error) {
716
+ expect(error.requestId).to.be.ok
717
+ expect(error.code).to.be.ok
718
+ }
719
+ })
720
+
721
+ it("iotvideoindustry.v20201201.DeleteDeviceGroup", async function () {
722
+ try {
723
+ const data = await client.DeleteDeviceGroup({})
724
+ expect(data).to.be.ok
725
+ } catch(error) {
726
+ expect(error.requestId).to.be.ok
727
+ expect(error.code).to.be.ok
728
+ }
729
+ })
730
+
731
+ it("iotvideoindustry.v20201201.ModifyRecordingPlan", async function () {
732
+ try {
733
+ const data = await client.ModifyRecordingPlan({})
734
+ expect(data).to.be.ok
735
+ } catch(error) {
736
+ expect(error.requestId).to.be.ok
737
+ expect(error.code).to.be.ok
738
+ }
739
+ })
740
+
741
+ it("iotvideoindustry.v20201201.DescribeChannelStreamURL", async function () {
742
+ try {
743
+ const data = await client.DescribeChannelStreamURL({})
574
744
  expect(data).to.be.ok
575
745
  } catch(error) {
576
746
  expect(error.requestId).to.be.ok
@@ -608,9 +778,9 @@ it("iotvideoindustry.v20201201.DeleteScene", async function () {
608
778
  }
609
779
  })
610
780
 
611
- it("iotvideoindustry.v20201201.DescribeSIPServer", async function () {
781
+ it("iotvideoindustry.v20201201.CreateLiveChannel", async function () {
612
782
  try {
613
- const data = await client.DescribeSIPServer({})
783
+ const data = await client.CreateLiveChannel({})
614
784
  expect(data).to.be.ok
615
785
  } catch(error) {
616
786
  expect(error.requestId).to.be.ok
@@ -618,9 +788,9 @@ it("iotvideoindustry.v20201201.DescribeSIPServer", async function () {
618
788
  }
619
789
  })
620
790
 
621
- it("iotvideoindustry.v20201201.ModifySubscriptionStatus", async function () {
791
+ it("iotvideoindustry.v20201201.DescribeBindSceneChannels", async function () {
622
792
  try {
623
- const data = await client.ModifySubscriptionStatus({})
793
+ const data = await client.DescribeBindSceneChannels({})
624
794
  expect(data).to.be.ok
625
795
  } catch(error) {
626
796
  expect(error.requestId).to.be.ok
@@ -638,9 +808,9 @@ it("iotvideoindustry.v20201201.UpdateRecordPlan", async function () {
638
808
  }
639
809
  })
640
810
 
641
- it("iotvideoindustry.v20201201.CreateLiveChannel", async function () {
811
+ it("iotvideoindustry.v20201201.DeleteRecordingPlan", async function () {
642
812
  try {
643
- const data = await client.CreateLiveChannel({})
813
+ const data = await client.DeleteRecordingPlan({})
644
814
  expect(data).to.be.ok
645
815
  } catch(error) {
646
816
  expect(error.requestId).to.be.ok
@@ -648,9 +818,9 @@ it("iotvideoindustry.v20201201.CreateLiveChannel", async function () {
648
818
  }
649
819
  })
650
820
 
651
- it("iotvideoindustry.v20201201.BindGroupDevices", async function () {
821
+ it("iotvideoindustry.v20201201.ControlChannelPTZ", async function () {
652
822
  try {
653
- const data = await client.BindGroupDevices({})
823
+ const data = await client.ControlChannelPTZ({})
654
824
  expect(data).to.be.ok
655
825
  } catch(error) {
656
826
  expect(error.requestId).to.be.ok
@@ -658,9 +828,9 @@ it("iotvideoindustry.v20201201.BindGroupDevices", async function () {
658
828
  }
659
829
  })
660
830
 
661
- it("iotvideoindustry.v20201201.DescribeLiveRecordPlanById", async function () {
831
+ it("iotvideoindustry.v20201201.ControlRecordStream", async function () {
662
832
  try {
663
- const data = await client.DescribeLiveRecordPlanById({})
833
+ const data = await client.ControlRecordStream({})
664
834
  expect(data).to.be.ok
665
835
  } catch(error) {
666
836
  expect(error.requestId).to.be.ok
@@ -668,9 +838,9 @@ it("iotvideoindustry.v20201201.DescribeLiveRecordPlanById", async function () {
668
838
  }
669
839
  })
670
840
 
671
- it("iotvideoindustry.v20201201.DescribeGroupById", async function () {
841
+ it("iotvideoindustry.v20201201.DescribeLiveVideoList", async function () {
672
842
  try {
673
- const data = await client.DescribeGroupById({})
843
+ const data = await client.DescribeLiveVideoList({})
674
844
  expect(data).to.be.ok
675
845
  } catch(error) {
676
846
  expect(error.requestId).to.be.ok
@@ -678,9 +848,9 @@ it("iotvideoindustry.v20201201.DescribeGroupById", async function () {
678
848
  }
679
849
  })
680
850
 
681
- it("iotvideoindustry.v20201201.CreateRecordPlan", async function () {
851
+ it("iotvideoindustry.v20201201.ModifyBindSceneChannels", async function () {
682
852
  try {
683
- const data = await client.CreateRecordPlan({})
853
+ const data = await client.ModifyBindSceneChannels({})
684
854
  expect(data).to.be.ok
685
855
  } catch(error) {
686
856
  expect(error.requestId).to.be.ok
@@ -688,9 +858,9 @@ it("iotvideoindustry.v20201201.CreateRecordPlan", async function () {
688
858
  }
689
859
  })
690
860
 
691
- it("iotvideoindustry.v20201201.CreateTimeTemplate", async function () {
861
+ it("iotvideoindustry.v20201201.DescribeDevicePassWord", async function () {
692
862
  try {
693
- const data = await client.CreateTimeTemplate({})
863
+ const data = await client.DescribeDevicePassWord({})
694
864
  expect(data).to.be.ok
695
865
  } catch(error) {
696
866
  expect(error.requestId).to.be.ok
@@ -708,4 +878,174 @@ it("iotvideoindustry.v20201201.DescribeLiveChannelList", async function () {
708
878
  }
709
879
  })
710
880
 
881
+ it("iotvideoindustry.v20201201.DeleteMessageForward", async function () {
882
+ try {
883
+ const data = await client.DeleteMessageForward({})
884
+ expect(data).to.be.ok
885
+ } catch(error) {
886
+ expect(error.requestId).to.be.ok
887
+ expect(error.code).to.be.ok
888
+ }
889
+ })
890
+
891
+ it("iotvideoindustry.v20201201.ModifyPreset", async function () {
892
+ try {
893
+ const data = await client.ModifyPreset({})
894
+ expect(data).to.be.ok
895
+ } catch(error) {
896
+ expect(error.requestId).to.be.ok
897
+ expect(error.code).to.be.ok
898
+ }
899
+ })
900
+
901
+ it("iotvideoindustry.v20201201.DeleteDevice", async function () {
902
+ try {
903
+ const data = await client.DeleteDevice({})
904
+ expect(data).to.be.ok
905
+ } catch(error) {
906
+ expect(error.requestId).to.be.ok
907
+ expect(error.code).to.be.ok
908
+ }
909
+ })
910
+
911
+ it("iotvideoindustry.v20201201.ModifyDeviceData", async function () {
912
+ try {
913
+ const data = await client.ModifyDeviceData({})
914
+ expect(data).to.be.ok
915
+ } catch(error) {
916
+ expect(error.requestId).to.be.ok
917
+ expect(error.code).to.be.ok
918
+ }
919
+ })
920
+
921
+ it("iotvideoindustry.v20201201.DescribeGroupByPath", async function () {
922
+ try {
923
+ const data = await client.DescribeGroupByPath({})
924
+ expect(data).to.be.ok
925
+ } catch(error) {
926
+ expect(error.requestId).to.be.ok
927
+ expect(error.code).to.be.ok
928
+ }
929
+ })
930
+
931
+ it("iotvideoindustry.v20201201.DeleteLiveChannel", async function () {
932
+ try {
933
+ const data = await client.DeleteLiveChannel({})
934
+ expect(data).to.be.ok
935
+ } catch(error) {
936
+ expect(error.requestId).to.be.ok
937
+ expect(error.code).to.be.ok
938
+ }
939
+ })
940
+
941
+ it("iotvideoindustry.v20201201.GetRecordPlans", async function () {
942
+ try {
943
+ const data = await client.GetRecordPlans({})
944
+ expect(data).to.be.ok
945
+ } catch(error) {
946
+ expect(error.requestId).to.be.ok
947
+ expect(error.code).to.be.ok
948
+ }
949
+ })
950
+
951
+ it("iotvideoindustry.v20201201.GetRecordPlanByDev", async function () {
952
+ try {
953
+ const data = await client.GetRecordPlanByDev({})
954
+ expect(data).to.be.ok
955
+ } catch(error) {
956
+ expect(error.requestId).to.be.ok
957
+ expect(error.code).to.be.ok
958
+ }
959
+ })
960
+
961
+ it("iotvideoindustry.v20201201.DescribeSIPServer", async function () {
962
+ try {
963
+ const data = await client.DescribeSIPServer({})
964
+ expect(data).to.be.ok
965
+ } catch(error) {
966
+ expect(error.requestId).to.be.ok
967
+ expect(error.code).to.be.ok
968
+ }
969
+ })
970
+
971
+ it("iotvideoindustry.v20201201.DeleteLiveVideoList", async function () {
972
+ try {
973
+ const data = await client.DeleteLiveVideoList({})
974
+ expect(data).to.be.ok
975
+ } catch(error) {
976
+ expect(error.requestId).to.be.ok
977
+ expect(error.code).to.be.ok
978
+ }
979
+ })
980
+
981
+ it("iotvideoindustry.v20201201.DescribeVideoList", async function () {
982
+ try {
983
+ const data = await client.DescribeVideoList({})
984
+ expect(data).to.be.ok
985
+ } catch(error) {
986
+ expect(error.requestId).to.be.ok
987
+ expect(error.code).to.be.ok
988
+ }
989
+ })
990
+
991
+ it("iotvideoindustry.v20201201.ModifyLiveVideo", async function () {
992
+ try {
993
+ const data = await client.ModifyLiveVideo({})
994
+ expect(data).to.be.ok
995
+ } catch(error) {
996
+ expect(error.requestId).to.be.ok
997
+ expect(error.code).to.be.ok
998
+ }
999
+ })
1000
+
1001
+ it("iotvideoindustry.v20201201.DescribeXP2PData", async function () {
1002
+ try {
1003
+ const data = await client.DescribeXP2PData({})
1004
+ expect(data).to.be.ok
1005
+ } catch(error) {
1006
+ expect(error.requestId).to.be.ok
1007
+ expect(error.code).to.be.ok
1008
+ }
1009
+ })
1010
+
1011
+ it("iotvideoindustry.v20201201.DescribeScenes", async function () {
1012
+ try {
1013
+ const data = await client.DescribeScenes({})
1014
+ expect(data).to.be.ok
1015
+ } catch(error) {
1016
+ expect(error.requestId).to.be.ok
1017
+ expect(error.code).to.be.ok
1018
+ }
1019
+ })
1020
+
1021
+ it("iotvideoindustry.v20201201.BindGroupDevices", async function () {
1022
+ try {
1023
+ const data = await client.BindGroupDevices({})
1024
+ expect(data).to.be.ok
1025
+ } catch(error) {
1026
+ expect(error.requestId).to.be.ok
1027
+ expect(error.code).to.be.ok
1028
+ }
1029
+ })
1030
+
1031
+ it("iotvideoindustry.v20201201.DescribeLiveRecordPlanById", async function () {
1032
+ try {
1033
+ const data = await client.DescribeLiveRecordPlanById({})
1034
+ expect(data).to.be.ok
1035
+ } catch(error) {
1036
+ expect(error.requestId).to.be.ok
1037
+ expect(error.code).to.be.ok
1038
+ }
1039
+ })
1040
+
1041
+ it("iotvideoindustry.v20201201.DescribeRecordDatesByChannel", async function () {
1042
+ try {
1043
+ const data = await client.DescribeRecordDatesByChannel({})
1044
+ expect(data).to.be.ok
1045
+ } catch(error) {
1046
+ expect(error.requestId).to.be.ok
1047
+ expect(error.code).to.be.ok
1048
+ }
1049
+ })
1050
+
711
1051
  })