tencentcloud-sdk-nodejs 4.0.254 → 4.0.258

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 (130) hide show
  1. package/CHANGELOG.md +642 -98
  2. package/package.json +1 -1
  3. package/products.md +38 -38
  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/asr/v20190614/asr_client.ts +1 -1
  9. package/src/services/billing/v20180709/billing_models.ts +5 -5
  10. package/src/services/cam/v20190116/cam_models.ts +1 -1
  11. package/src/services/cii/v20210408/cii_client.ts +13 -0
  12. package/src/services/cii/v20210408/cii_models.ts +89 -7
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +14 -2
  14. package/src/services/clb/v20180317/clb_client.ts +44 -18
  15. package/src/services/clb/v20180317/clb_models.ts +180 -64
  16. package/src/services/cls/v20201016/cls_client.ts +6 -6
  17. package/src/services/cls/v20201016/cls_models.ts +1 -1
  18. package/src/services/cme/v20191029/cme_models.ts +10 -10
  19. package/src/services/cvm/v20170312/cvm_client.ts +17 -0
  20. package/src/services/cvm/v20170312/cvm_models.ts +30 -0
  21. package/src/services/dbbrain/v20210527/dbbrain_client.ts +14 -2
  22. package/src/services/dbbrain/v20210527/dbbrain_models.ts +100 -45
  23. package/src/services/eiam/v20210420/eiam_client.ts +230 -65
  24. package/src/services/eiam/v20210420/eiam_models.ts +1525 -729
  25. package/src/services/faceid/v20180301/faceid_client.ts +12 -0
  26. package/src/services/faceid/v20180301/faceid_models.ts +60 -0
  27. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_client.ts +436 -57
  28. package/src/services/iotvideoindustry/v20201201/iotvideoindustry_models.ts +1721 -303
  29. package/src/services/lighthouse/v20200324/lighthouse_client.ts +202 -38
  30. package/src/services/lighthouse/v20200324/lighthouse_models.ts +765 -77
  31. package/src/services/live/v20180801/live_models.ts +12 -1
  32. package/src/services/mongodb/v20190725/mongodb_client.ts +19 -3
  33. package/src/services/mongodb/v20190725/mongodb_models.ts +297 -62
  34. package/src/services/monitor/v20180724/monitor_client.ts +26 -7
  35. package/src/services/monitor/v20180724/monitor_models.ts +320 -0
  36. package/src/services/mrs/v20200910/mrs_models.ts +6 -0
  37. package/src/services/ocr/v20181119/ocr_models.ts +2 -1
  38. package/src/services/rum/v20210622/rum_models.ts +24 -4
  39. package/src/services/sms/v20210111/sms_client.ts +3 -3
  40. package/src/services/sts/v20180813/sts_client.ts +13 -0
  41. package/src/services/sts/v20180813/sts_models.ts +45 -0
  42. package/src/services/tcb/v20180608/tcb_models.ts +1 -1
  43. package/src/services/tdmq/v20200217/tdmq_models.ts +11 -1
  44. package/src/services/thpc/v20211109/thpc_client.ts +15 -0
  45. package/src/services/thpc/v20211109/thpc_models.ts +124 -0
  46. package/src/services/tiia/v20190529/tiia_client.ts +1 -0
  47. package/src/services/tiia/v20190529/tiia_models.ts +31 -0
  48. package/src/services/tiw/v20190919/tiw_models.ts +2 -6
  49. package/src/services/tke/v20180525/tke_models.ts +1 -1
  50. package/src/services/tse/v20201207/tse_models.ts +5 -0
  51. package/src/services/vod/v20180717/vod_models.ts +12 -13
  52. package/src/services/vpc/v20170312/vpc_models.ts +15 -1
  53. package/tencentcloud/common/sdk_version.d.ts +1 -1
  54. package/tencentcloud/common/sdk_version.js +1 -1
  55. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +12 -0
  56. package/tencentcloud/services/as/v20180419/as_client.d.ts +5 -1
  57. package/tencentcloud/services/as/v20180419/as_client.js +6 -0
  58. package/tencentcloud/services/as/v20180419/as_models.d.ts +57 -5
  59. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  60. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  61. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
  62. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1 -1
  63. package/tencentcloud/services/cii/v20210408/cii_client.d.ts +5 -1
  64. package/tencentcloud/services/cii/v20210408/cii_client.js +6 -0
  65. package/tencentcloud/services/cii/v20210408/cii_models.d.ts +77 -7
  66. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +12 -2
  67. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +16 -7
  68. package/tencentcloud/services/clb/v20180317/clb_client.js +21 -8
  69. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +155 -56
  70. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +6 -6
  71. package/tencentcloud/services/cls/v20201016/cls_client.js +6 -6
  72. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  73. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +8 -9
  74. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +10 -1
  75. package/tencentcloud/services/cvm/v20170312/cvm_client.js +11 -0
  76. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +26 -0
  77. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  78. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  79. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +83 -37
  80. package/tencentcloud/services/eiam/v20210420/eiam_client.d.ts +57 -5
  81. package/tencentcloud/services/eiam/v20210420/eiam_client.js +84 -6
  82. package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +1353 -673
  83. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +5 -1
  84. package/tencentcloud/services/faceid/v20180301/faceid_client.js +6 -0
  85. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +50 -0
  86. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.d.ts +139 -15
  87. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_client.js +207 -21
  88. package/tencentcloud/services/iotvideoindustry/v20201201/iotvideoindustry_models.d.ts +1462 -245
  89. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +66 -14
  90. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +95 -17
  91. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +665 -75
  92. package/tencentcloud/services/live/v20180801/live_models.d.ts +11 -1
  93. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  94. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  95. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +249 -55
  96. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +11 -3
  97. package/tencentcloud/services/monitor/v20180724/monitor_client.js +13 -3
  98. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +275 -0
  99. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +5 -0
  100. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -1
  101. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +20 -4
  102. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +3 -3
  103. package/tencentcloud/services/sms/v20210111/sms_client.js +3 -3
  104. package/tencentcloud/services/sts/v20180813/sts_client.d.ts +6 -1
  105. package/tencentcloud/services/sts/v20180813/sts_client.js +7 -0
  106. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +38 -0
  107. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
  108. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +9 -1
  109. package/tencentcloud/services/thpc/v20211109/thpc_client.d.ts +5 -1
  110. package/tencentcloud/services/thpc/v20211109/thpc_client.js +6 -0
  111. package/tencentcloud/services/thpc/v20211109/thpc_models.d.ts +105 -0
  112. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +26 -0
  113. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +2 -6
  114. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  115. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
  116. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +8 -9
  117. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +14 -1
  118. package/test/as.v20180419.test.js +10 -0
  119. package/test/cii.v20210408.test.js +10 -0
  120. package/test/clb.v20180317.test.js +24 -4
  121. package/test/cvm.v20170312.test.js +10 -0
  122. package/test/dbbrain.v20210527.test.js +10 -0
  123. package/test/eiam.v20210420.test.js +134 -4
  124. package/test/faceid.v20180301.test.js +10 -0
  125. package/test/iotvideoindustry.v20201201.test.js +324 -14
  126. package/test/lighthouse.v20200324.test.js +138 -8
  127. package/test/mongodb.v20190725.test.js +10 -0
  128. package/test/monitor.v20180724.test.js +12 -2
  129. package/test/sts.v20180813.test.js +10 -0
  130. package/test/thpc.v20211109.test.js +10 -0
@@ -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
  })
@@ -48,9 +48,9 @@ it("lighthouse.v20200324.DeleteBlueprints", async function () {
48
48
  }
49
49
  })
50
50
 
51
- it("lighthouse.v20200324.DescribeModifyInstanceBundles", async function () {
51
+ it("lighthouse.v20200324.DescribeInstancesDiskNum", async function () {
52
52
  try {
53
- const data = await client.DescribeModifyInstanceBundles({})
53
+ const data = await client.DescribeInstancesDiskNum({})
54
54
  expect(data).to.be.ok
55
55
  } catch(error) {
56
56
  expect(error.requestId).to.be.ok
@@ -98,9 +98,19 @@ it("lighthouse.v20200324.ModifyInstancesAttribute", async function () {
98
98
  }
99
99
  })
100
100
 
101
- it("lighthouse.v20200324.DescribeFirewallRulesTemplate", async function () {
101
+ it("lighthouse.v20200324.DescribeModifyInstanceBundles", async function () {
102
102
  try {
103
- const data = await client.DescribeFirewallRulesTemplate({})
103
+ const data = await client.DescribeModifyInstanceBundles({})
104
+ expect(data).to.be.ok
105
+ } catch(error) {
106
+ expect(error.requestId).to.be.ok
107
+ expect(error.code).to.be.ok
108
+ }
109
+ })
110
+
111
+ it("lighthouse.v20200324.DescribeCcnAttachedInstances", async function () {
112
+ try {
113
+ const data = await client.DescribeCcnAttachedInstances({})
104
114
  expect(data).to.be.ok
105
115
  } catch(error) {
106
116
  expect(error.requestId).to.be.ok
@@ -138,9 +148,19 @@ it("lighthouse.v20200324.DeleteKeyPairs", async function () {
138
148
  }
139
149
  })
140
150
 
141
- it("lighthouse.v20200324.DescribeCcnAttachedInstances", async function () {
151
+ it("lighthouse.v20200324.ModifyDisksRenewFlag", async function () {
142
152
  try {
143
- const data = await client.DescribeCcnAttachedInstances({})
153
+ const data = await client.ModifyDisksRenewFlag({})
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("lighthouse.v20200324.DescribeFirewallRulesTemplate", async function () {
162
+ try {
163
+ const data = await client.DescribeFirewallRulesTemplate({})
144
164
  expect(data).to.be.ok
145
165
  } catch(error) {
146
166
  expect(error.requestId).to.be.ok
@@ -188,6 +208,16 @@ it("lighthouse.v20200324.InquirePriceCreateBlueprint", async function () {
188
208
  }
189
209
  })
190
210
 
211
+ it("lighthouse.v20200324.AttachDisks", async function () {
212
+ try {
213
+ const data = await client.AttachDisks({})
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
+
191
221
  it("lighthouse.v20200324.AssociateInstancesKeyPairs", async function () {
192
222
  try {
193
223
  const data = await client.AssociateInstancesKeyPairs({})
@@ -268,9 +298,9 @@ it("lighthouse.v20200324.DescribeInstanceLoginKeyPairAttribute", async function
268
298
  }
269
299
  })
270
300
 
271
- it("lighthouse.v20200324.ResetInstance", async function () {
301
+ it("lighthouse.v20200324.DescribeDisksDeniedActions", async function () {
272
302
  try {
273
- const data = await client.ResetInstance({})
303
+ const data = await client.DescribeDisksDeniedActions({})
274
304
  expect(data).to.be.ok
275
305
  } catch(error) {
276
306
  expect(error.requestId).to.be.ok
@@ -288,6 +318,16 @@ it("lighthouse.v20200324.DescribeFirewallRules", async function () {
288
318
  }
289
319
  })
290
320
 
321
+ it("lighthouse.v20200324.DescribeDisks", async function () {
322
+ try {
323
+ const data = await client.DescribeDisks({})
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
+
291
331
  it("lighthouse.v20200324.DescribeGeneralResourceQuotas", async function () {
292
332
  try {
293
333
  const data = await client.DescribeGeneralResourceQuotas({})
@@ -358,6 +398,16 @@ it("lighthouse.v20200324.CreateInstanceSnapshot", async function () {
358
398
  }
359
399
  })
360
400
 
401
+ it("lighthouse.v20200324.ModifyDisksAttribute", async function () {
402
+ try {
403
+ const data = await client.ModifyDisksAttribute({})
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
+
361
411
  it("lighthouse.v20200324.DescribeRegions", async function () {
362
412
  try {
363
413
  const data = await client.DescribeRegions({})
@@ -388,6 +438,26 @@ it("lighthouse.v20200324.ModifySnapshotAttribute", async function () {
388
438
  }
389
439
  })
390
440
 
441
+ it("lighthouse.v20200324.DescribeDisksReturnable", async function () {
442
+ try {
443
+ const data = await client.DescribeDisksReturnable({})
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("lighthouse.v20200324.InquirePriceRenewDisks", async function () {
452
+ try {
453
+ const data = await client.InquirePriceRenewDisks({})
454
+ expect(data).to.be.ok
455
+ } catch(error) {
456
+ expect(error.requestId).to.be.ok
457
+ expect(error.code).to.be.ok
458
+ }
459
+ })
460
+
391
461
  it("lighthouse.v20200324.DescribeBlueprintInstances", async function () {
392
462
  try {
393
463
  const data = await client.DescribeBlueprintInstances({})
@@ -398,6 +468,16 @@ it("lighthouse.v20200324.DescribeBlueprintInstances", async function () {
398
468
  }
399
469
  })
400
470
 
471
+ it("lighthouse.v20200324.ResetInstance", async function () {
472
+ try {
473
+ const data = await client.ResetInstance({})
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
+
401
481
  it("lighthouse.v20200324.ApplyInstanceSnapshot", async function () {
402
482
  try {
403
483
  const data = await client.ApplyInstanceSnapshot({})
@@ -458,6 +538,16 @@ it("lighthouse.v20200324.DescribeInstanceVncUrl", async function () {
458
538
  }
459
539
  })
460
540
 
541
+ it("lighthouse.v20200324.TerminateDisks", async function () {
542
+ try {
543
+ const data = await client.TerminateDisks({})
544
+ expect(data).to.be.ok
545
+ } catch(error) {
546
+ expect(error.requestId).to.be.ok
547
+ expect(error.code).to.be.ok
548
+ }
549
+ })
550
+
461
551
  it("lighthouse.v20200324.StartInstances", async function () {
462
552
  try {
463
553
  const data = await client.StartInstances({})
@@ -498,6 +588,36 @@ it("lighthouse.v20200324.DescribeSnapshotsDeniedActions", async function () {
498
588
  }
499
589
  })
500
590
 
591
+ it("lighthouse.v20200324.InquirePriceCreateDisks", async function () {
592
+ try {
593
+ const data = await client.InquirePriceCreateDisks({})
594
+ expect(data).to.be.ok
595
+ } catch(error) {
596
+ expect(error.requestId).to.be.ok
597
+ expect(error.code).to.be.ok
598
+ }
599
+ })
600
+
601
+ it("lighthouse.v20200324.DescribeDiskDiscount", async function () {
602
+ try {
603
+ const data = await client.DescribeDiskDiscount({})
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("lighthouse.v20200324.DescribeDiskConfigs", async function () {
612
+ try {
613
+ const data = await client.DescribeDiskConfigs({})
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
+
501
621
  it("lighthouse.v20200324.DescribeZones", async function () {
502
622
  try {
503
623
  const data = await client.DescribeZones({})
@@ -538,4 +658,14 @@ it("lighthouse.v20200324.CreateBlueprint", async function () {
538
658
  }
539
659
  })
540
660
 
661
+ it("lighthouse.v20200324.DetachDisks", async function () {
662
+ try {
663
+ const data = await client.DetachDisks({})
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
+
541
671
  })