tencentcloud-sdk-nodejs 4.0.964 → 4.0.966

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 (90) hide show
  1. package/CHANGELOG.md +429 -0
  2. package/SERVICE_CHANGELOG.md +470 -465
  3. package/package.json +1 -1
  4. package/products.md +26 -26
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/acp/v20220105/acp_models.ts +2 -2
  7. package/src/services/as/v20180419/as_client.ts +9 -3
  8. package/src/services/as/v20180419/as_models.ts +10 -2
  9. package/src/services/ccc/v20200210/ccc_models.ts +3 -129
  10. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  11. package/src/services/cfw/v20190904/cfw_client.ts +2 -4
  12. package/src/services/cfw/v20190904/cfw_models.ts +243 -668
  13. package/src/services/clb/v20180317/clb_models.ts +2 -4
  14. package/src/services/csip/v20221121/csip_models.ts +2 -127
  15. package/src/services/cwp/v20180228/cwp_client.ts +4 -2
  16. package/src/services/cwp/v20180228/cwp_models.ts +135 -186
  17. package/src/services/ess/v20201111/ess_client.ts +19 -7
  18. package/src/services/ess/v20201111/ess_models.ts +7 -4
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +16 -15
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  21. package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
  22. package/src/services/iotvideo/v20191126/iotvideo_client.ts +47 -20
  23. package/src/services/iotvideo/v20191126/iotvideo_models.ts +142 -12
  24. package/src/services/mmps/v20200710/mmps_models.ts +20 -20
  25. package/src/services/mqtt/v20240516/mqtt_models.ts +2 -2
  26. package/src/services/mrs/v20200910/mrs_models.ts +6 -0
  27. package/src/services/ms/v20180408/ms_client.ts +0 -1
  28. package/src/services/ms/v20180408/ms_models.ts +132 -104
  29. package/src/services/privatedns/v20201028/privatedns_client.ts +73 -23
  30. package/src/services/privatedns/v20201028/privatedns_models.ts +361 -84
  31. package/src/services/redis/v20180412/redis_client.ts +4 -2
  32. package/src/services/redis/v20180412/redis_models.ts +14 -14
  33. package/src/services/tat/v20201028/tat_models.ts +11 -34
  34. package/src/services/tcss/v20201101/tcss_models.ts +13 -26
  35. package/src/services/tem/v20210701/tem_models.ts +12 -12
  36. package/src/services/teo/v20220901/teo_models.ts +2 -2
  37. package/src/services/vclm/v20240523/vclm_client.ts +11 -9
  38. package/src/services/vclm/v20240523/vclm_models.ts +252 -192
  39. package/src/services/waf/v20180125/waf_client.ts +0 -14
  40. package/src/services/waf/v20180125/waf_models.ts +196 -617
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/acp/v20220105/acp_models.d.ts +2 -2
  44. package/tencentcloud/services/as/v20180419/as_client.d.ts +7 -1
  45. package/tencentcloud/services/as/v20180419/as_client.js +7 -1
  46. package/tencentcloud/services/as/v20180419/as_models.d.ts +10 -2
  47. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +2 -128
  48. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  49. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -3
  50. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -3
  51. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +243 -668
  52. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -4
  53. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +2 -127
  54. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
  55. package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
  56. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +134 -185
  57. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +19 -7
  58. package/tencentcloud/services/ess/v20201111/ess_client.js +19 -7
  59. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7 -4
  60. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +16 -15
  61. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +16 -15
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  63. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
  64. package/tencentcloud/services/iotvideo/v20191126/iotvideo_client.d.ts +15 -7
  65. package/tencentcloud/services/iotvideo/v20191126/iotvideo_client.js +21 -9
  66. package/tencentcloud/services/iotvideo/v20191126/iotvideo_models.d.ts +135 -12
  67. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +20 -20
  68. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +2 -2
  69. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +6 -0
  70. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +0 -1
  71. package/tencentcloud/services/ms/v20180408/ms_client.js +0 -1
  72. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +132 -104
  73. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +21 -5
  74. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +30 -6
  75. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +350 -83
  76. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -0
  77. package/tencentcloud/services/redis/v20180412/redis_client.js +2 -0
  78. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +14 -14
  79. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +11 -34
  80. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +13 -26
  81. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -12
  82. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  83. package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +1 -1
  84. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +246 -188
  85. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -7
  86. package/tencentcloud/services/waf/v20180125/waf_client.js +0 -8
  87. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +194 -613
  88. package/test/iotvideo.v20191126.test.js +26 -6
  89. package/test/privatedns.v20201028.test.js +44 -4
  90. package/test/waf.v20180125.test.js +0 -10
@@ -38,6 +38,16 @@ it("iotvideo.v20191126.DisableOtaVersion", async function () {
38
38
  }
39
39
  })
40
40
 
41
+ it("iotvideo.v20191126.CreateUploadTest", async function () {
42
+ try {
43
+ const data = await client.CreateUploadTest({})
44
+ expect(data).to.be.ok
45
+ } catch(error) {
46
+ expect(error.requestId).to.be.ok
47
+ expect(error.code).to.be.ok
48
+ }
49
+ })
50
+
41
51
  it("iotvideo.v20191126.ClearDeviceActiveCode", async function () {
42
52
  try {
43
53
  const data = await client.ClearDeviceActiveCode({})
@@ -298,9 +308,9 @@ it("iotvideo.v20191126.CreateDevToken", async function () {
298
308
  }
299
309
  })
300
310
 
301
- it("iotvideo.v20191126.DeleteOtaVersion", async function () {
311
+ it("iotvideo.v20191126.DeleteDevice", async function () {
302
312
  try {
303
- const data = await client.DeleteOtaVersion({})
313
+ const data = await client.DeleteDevice({})
304
314
  expect(data).to.be.ok
305
315
  } catch(error) {
306
316
  expect(error.requestId).to.be.ok
@@ -388,9 +398,9 @@ it("iotvideo.v20191126.DescribeAccountBalance", async function () {
388
398
  }
389
399
  })
390
400
 
391
- it("iotvideo.v20191126.DeleteDevice", async function () {
401
+ it("iotvideo.v20191126.DeleteProduct", async function () {
392
402
  try {
393
- const data = await client.DeleteDevice({})
403
+ const data = await client.DeleteProduct({})
394
404
  expect(data).to.be.ok
395
405
  } catch(error) {
396
406
  expect(error.requestId).to.be.ok
@@ -418,9 +428,9 @@ it("iotvideo.v20191126.DescribeIotModels", async function () {
418
428
  }
419
429
  })
420
430
 
421
- it("iotvideo.v20191126.DeleteProduct", async function () {
431
+ it("iotvideo.v20191126.DeleteOtaVersion", async function () {
422
432
  try {
423
- const data = await client.DeleteProduct({})
433
+ const data = await client.DeleteOtaVersion({})
424
434
  expect(data).to.be.ok
425
435
  } catch(error) {
426
436
  expect(error.requestId).to.be.ok
@@ -548,6 +558,16 @@ it("iotvideo.v20191126.RunDeviceStream", async function () {
548
558
  }
549
559
  })
550
560
 
561
+ it("iotvideo.v20191126.RenewUploadTest", async function () {
562
+ try {
563
+ const data = await client.RenewUploadTest({})
564
+ expect(data).to.be.ok
565
+ } catch(error) {
566
+ expect(error.requestId).to.be.ok
567
+ expect(error.code).to.be.ok
568
+ }
569
+ })
570
+
551
571
  it("iotvideo.v20191126.ModifyVerContent", async function () {
552
572
  try {
553
573
  const data = await client.ModifyVerContent({})
@@ -38,9 +38,9 @@ it("privatedns.v20201028.DescribePrivateZone", async function () {
38
38
  }
39
39
  })
40
40
 
41
- it("privatedns.v20201028.DeleteEndPoint", async function () {
41
+ it("privatedns.v20201028.DescribePrivateZoneRecordList", async function () {
42
42
  try {
43
- const data = await client.DeleteEndPoint({})
43
+ const data = await client.DescribePrivateZoneRecordList({})
44
44
  expect(data).to.be.ok
45
45
  } catch(error) {
46
46
  expect(error.requestId).to.be.ok
@@ -78,6 +78,16 @@ it("privatedns.v20201028.CreatePrivateZoneRecord", async function () {
78
78
  }
79
79
  })
80
80
 
81
+ it("privatedns.v20201028.DescribeEndPointList", async function () {
82
+ try {
83
+ const data = await client.DescribeEndPointList({})
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
+
81
91
  it("privatedns.v20201028.CreatePrivateZone", async function () {
82
92
  try {
83
93
  const data = await client.CreatePrivateZone({})
@@ -118,9 +128,9 @@ it("privatedns.v20201028.AddSpecifyPrivateZoneVpc", async function () {
118
128
  }
119
129
  })
120
130
 
121
- it("privatedns.v20201028.DescribePrivateZoneRecordList", async function () {
131
+ it("privatedns.v20201028.DeleteEndPoint", async function () {
122
132
  try {
123
- const data = await client.DescribePrivateZoneRecordList({})
133
+ const data = await client.DeleteEndPoint({})
124
134
  expect(data).to.be.ok
125
135
  } catch(error) {
126
136
  expect(error.requestId).to.be.ok
@@ -218,6 +228,16 @@ it("privatedns.v20201028.DescribeAccountVpcList", async function () {
218
228
  }
219
229
  })
220
230
 
231
+ it("privatedns.v20201028.CreateEndPointAndEndPointService", async function () {
232
+ try {
233
+ const data = await client.CreateEndPointAndEndPointService({})
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
+
221
241
  it("privatedns.v20201028.ModifyRecordsStatus", async function () {
222
242
  try {
223
243
  const data = await client.ModifyRecordsStatus({})
@@ -238,6 +258,16 @@ it("privatedns.v20201028.DeleteSpecifyPrivateZoneVpc", async function () {
238
258
  }
239
259
  })
240
260
 
261
+ it("privatedns.v20201028.CreateForwardRule", async function () {
262
+ try {
263
+ const data = await client.CreateForwardRule({})
264
+ expect(data).to.be.ok
265
+ } catch(error) {
266
+ expect(error.requestId).to.be.ok
267
+ expect(error.code).to.be.ok
268
+ }
269
+ })
270
+
241
271
  it("privatedns.v20201028.DescribePrivateZoneService", async function () {
242
272
  try {
243
273
  const data = await client.DescribePrivateZoneService({})
@@ -248,6 +278,16 @@ it("privatedns.v20201028.DescribePrivateZoneService", async function () {
248
278
  }
249
279
  })
250
280
 
281
+ it("privatedns.v20201028.DescribeForwardRuleList", async function () {
282
+ try {
283
+ const data = await client.DescribeForwardRuleList({})
284
+ expect(data).to.be.ok
285
+ } catch(error) {
286
+ expect(error.requestId).to.be.ok
287
+ expect(error.code).to.be.ok
288
+ }
289
+ })
290
+
251
291
  it("privatedns.v20201028.DeletePrivateZoneRecord", async function () {
252
292
  try {
253
293
  const data = await client.DeletePrivateZoneRecord({})
@@ -818,16 +818,6 @@ it("waf.v20180125.DescribeAccessHistogram", async function () {
818
818
  }
819
819
  })
820
820
 
821
- it("waf.v20180125.DeleteDownloadRecord", async function () {
822
- try {
823
- const data = await client.DeleteDownloadRecord({})
824
- expect(data).to.be.ok
825
- } catch(error) {
826
- expect(error.requestId).to.be.ok
827
- expect(error.code).to.be.ok
828
- }
829
- })
830
-
831
821
  it("waf.v20180125.DescribeTlsVersion", async function () {
832
822
  try {
833
823
  const data = await client.DescribeTlsVersion({})