tencentcloud-sdk-nodejs 4.0.383 → 4.0.386

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 (97) hide show
  1. package/CHANGELOG.md +668 -0
  2. package/SERVICE_CHANGELOG.md +651 -38
  3. package/package.json +1 -1
  4. package/products.md +25 -25
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +1 -1
  7. package/src/services/asr/v20190614/asr_models.ts +1 -1
  8. package/src/services/cfg/v20210820/cfg_models.ts +30 -0
  9. package/src/services/ciam/v20220331/ciam_client.ts +13 -0
  10. package/src/services/ciam/v20220331/ciam_models.ts +91 -0
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +11 -0
  12. package/src/services/cvm/v20170312/cvm_client.ts +2 -1
  13. package/src/services/cvm/v20170312/cvm_models.ts +8 -0
  14. package/src/services/dcdb/v20180411/dcdb_models.ts +6 -0
  15. package/src/services/dlc/v20210125/dlc_models.ts +56 -1
  16. package/src/services/emr/v20190103/emr_client.ts +14 -1
  17. package/src/services/emr/v20190103/emr_models.ts +150 -10
  18. package/src/services/ess/v20201111/ess_client.ts +4 -3
  19. package/src/services/ess/v20201111/ess_models.ts +1 -0
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +9 -2
  22. package/src/services/iotvideo/v20211125/iotvideo_client.ts +1099 -28
  23. package/src/services/iotvideo/v20211125/iotvideo_models.ts +4769 -204
  24. package/src/services/mariadb/v20170312/mariadb_models.ts +12 -0
  25. package/src/services/mmps/v20200710/mmps_client.ts +13 -1
  26. package/src/services/mmps/v20200710/mmps_models.ts +79 -24
  27. package/src/services/organization/v20210331/organization_models.ts +6 -0
  28. package/src/services/ses/v20201002/ses_models.ts +27 -2
  29. package/src/services/ssl/v20191205/ssl_models.ts +12 -0
  30. package/src/services/tcex/v20200727/tcex_client.ts +8 -4
  31. package/src/services/tem/v20210701/tem_client.ts +25 -13
  32. package/src/services/tem/v20210701/tem_models.ts +41 -11
  33. package/src/services/tiia/v20190529/tiia_models.ts +20 -2
  34. package/src/services/trtc/v20190722/trtc_client.ts +6 -5
  35. package/src/services/trtc/v20190722/trtc_models.ts +69 -49
  36. package/src/services/vpc/v20170312/vpc_client.ts +78 -28
  37. package/src/services/vpc/v20170312/vpc_models.ts +327 -127
  38. package/src/services/waf/v20180125/waf_client.ts +13 -0
  39. package/src/services/waf/v20180125/waf_models.ts +115 -0
  40. package/src/services/yinsuda/v20220527/yinsuda_models.ts +7 -0
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  44. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  45. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  46. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +25 -0
  47. package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
  48. package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
  49. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +77 -0
  50. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +9 -0
  51. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -1
  52. package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -1
  53. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -0
  54. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -0
  55. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +46 -1
  56. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  57. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  58. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +123 -8
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -3
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +4 -3
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -1
  65. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +355 -7
  66. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +531 -9
  67. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4031 -161
  68. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +10 -0
  69. package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +5 -1
  70. package/tencentcloud/services/mmps/v20200710/mmps_client.js +6 -0
  71. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +69 -23
  72. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +5 -0
  73. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +22 -2
  74. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
  75. package/tencentcloud/services/tcex/v20200727/tcex_client.d.ts +6 -2
  76. package/tencentcloud/services/tcex/v20200727/tcex_client.js +6 -2
  77. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +9 -5
  78. package/tencentcloud/services/tem/v20210701/tem_client.js +12 -6
  79. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +36 -10
  80. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +17 -2
  81. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -4
  82. package/tencentcloud/services/trtc/v20190722/trtc_client.js +5 -4
  83. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +51 -31
  84. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +25 -9
  85. package/tencentcloud/services/vpc/v20170312/vpc_client.js +36 -12
  86. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +277 -108
  87. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  88. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  89. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +95 -0
  90. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +6 -0
  91. package/test/ciam.v20220331.test.js +10 -0
  92. package/test/emr.v20190103.test.js +10 -0
  93. package/test/iotvideo.v20211125.test.js +878 -8
  94. package/test/mmps.v20200710.test.js +10 -0
  95. package/test/tem.v20210701.test.js +14 -4
  96. package/test/vpc.v20170312.test.js +48 -8
  97. package/test/waf.v20180125.test.js +10 -0
@@ -28,6 +28,16 @@ it("mmps.v20200710.CreateAppScanTask", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("mmps.v20200710.CreateFlySecMiniAppProfessionalScanTask", async function () {
32
+ try {
33
+ const data = await client.CreateFlySecMiniAppProfessionalScanTask({})
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("mmps.v20200710.DescribeFlySecMiniAppScanReportList", async function () {
32
42
  try {
33
43
  const data = await client.DescribeFlySecMiniAppScanReportList({})
@@ -128,9 +128,9 @@ it("tem.v20210701.DescribeApplicationPods", async function () {
128
128
  }
129
129
  })
130
130
 
131
- it("tem.v20210701.RestartApplication", async function () {
131
+ it("tem.v20210701.RestartApplicationPod", async function () {
132
132
  try {
133
- const data = await client.RestartApplication({})
133
+ const data = await client.RestartApplicationPod({})
134
134
  expect(data).to.be.ok
135
135
  } catch(error) {
136
136
  expect(error.requestId).to.be.ok
@@ -218,9 +218,9 @@ it("tem.v20210701.CreateApplication", async function () {
218
218
  }
219
219
  })
220
220
 
221
- it("tem.v20210701.RestartApplicationPod", async function () {
221
+ it("tem.v20210701.RestartApplication", async function () {
222
222
  try {
223
- const data = await client.RestartApplicationPod({})
223
+ const data = await client.RestartApplication({})
224
224
  expect(data).to.be.ok
225
225
  } catch(error) {
226
226
  expect(error.requestId).to.be.ok
@@ -268,4 +268,14 @@ it("tem.v20210701.CreateResource", async function () {
268
268
  }
269
269
  })
270
270
 
271
+ it("tem.v20210701.DestroyEnvironment", async function () {
272
+ try {
273
+ const data = await client.DestroyEnvironment({})
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
+
271
281
  })
@@ -288,6 +288,16 @@ it("vpc.v20170312.DescribeNetDetects", async function () {
288
288
  }
289
289
  })
290
290
 
291
+ it("vpc.v20170312.ModifyNetworkAclQuintupleEntries", async function () {
292
+ try {
293
+ const data = await client.ModifyNetworkAclQuintupleEntries({})
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
+
291
301
  it("vpc.v20170312.DescribeVpcPrivateIpAddresses", async function () {
292
302
  try {
293
303
  const data = await client.DescribeVpcPrivateIpAddresses({})
@@ -488,9 +498,9 @@ it("vpc.v20170312.DisassociateVpcEndPointSecurityGroups", async function () {
488
498
  }
489
499
  })
490
500
 
491
- it("vpc.v20170312.CreateDirectConnectGatewayCcnRoutes", async function () {
501
+ it("vpc.v20170312.DeleteRouteTable", async function () {
492
502
  try {
493
- const data = await client.CreateDirectConnectGatewayCcnRoutes({})
503
+ const data = await client.DeleteRouteTable({})
494
504
  expect(data).to.be.ok
495
505
  } catch(error) {
496
506
  expect(error.requestId).to.be.ok
@@ -918,6 +928,16 @@ it("vpc.v20170312.CheckAssistantCidr", async function () {
918
928
  }
919
929
  })
920
930
 
931
+ it("vpc.v20170312.DescribeFlowLogs", async function () {
932
+ try {
933
+ const data = await client.DescribeFlowLogs({})
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
+
921
941
  it("vpc.v20170312.DescribeVpcIpv6Addresses", async function () {
922
942
  try {
923
943
  const data = await client.DescribeVpcIpv6Addresses({})
@@ -1048,9 +1068,9 @@ it("vpc.v20170312.MigratePrivateIpAddress", async function () {
1048
1068
  }
1049
1069
  })
1050
1070
 
1051
- it("vpc.v20170312.DescribeFlowLogs", async function () {
1071
+ it("vpc.v20170312.DeleteNetworkAclQuintupleEntries", async function () {
1052
1072
  try {
1053
- const data = await client.DescribeFlowLogs({})
1073
+ const data = await client.DeleteNetworkAclQuintupleEntries({})
1054
1074
  expect(data).to.be.ok
1055
1075
  } catch(error) {
1056
1076
  expect(error.requestId).to.be.ok
@@ -1528,6 +1548,16 @@ it("vpc.v20170312.CreateNatGateway", async function () {
1528
1548
  }
1529
1549
  })
1530
1550
 
1551
+ it("vpc.v20170312.DescribeNetworkAclQuintupleEntries", async function () {
1552
+ try {
1553
+ const data = await client.DescribeNetworkAclQuintupleEntries({})
1554
+ expect(data).to.be.ok
1555
+ } catch(error) {
1556
+ expect(error.requestId).to.be.ok
1557
+ expect(error.code).to.be.ok
1558
+ }
1559
+ })
1560
+
1531
1561
  it("vpc.v20170312.DeleteNetDetect", async function () {
1532
1562
  try {
1533
1563
  const data = await client.DeleteNetDetect({})
@@ -1588,9 +1618,9 @@ it("vpc.v20170312.DeleteVpcEndPointService", async function () {
1588
1618
  }
1589
1619
  })
1590
1620
 
1591
- it("vpc.v20170312.ModifyAssistantCidr", async function () {
1621
+ it("vpc.v20170312.CreateNetworkAclQuintupleEntries", async function () {
1592
1622
  try {
1593
- const data = await client.ModifyAssistantCidr({})
1623
+ const data = await client.CreateNetworkAclQuintupleEntries({})
1594
1624
  expect(data).to.be.ok
1595
1625
  } catch(error) {
1596
1626
  expect(error.requestId).to.be.ok
@@ -1858,9 +1888,9 @@ it("vpc.v20170312.DescribeVpnGatewaySslServers", async function () {
1858
1888
  }
1859
1889
  })
1860
1890
 
1861
- it("vpc.v20170312.DeleteRouteTable", async function () {
1891
+ it("vpc.v20170312.CreateDirectConnectGatewayCcnRoutes", async function () {
1862
1892
  try {
1863
- const data = await client.DeleteRouteTable({})
1893
+ const data = await client.CreateDirectConnectGatewayCcnRoutes({})
1864
1894
  expect(data).to.be.ok
1865
1895
  } catch(error) {
1866
1896
  expect(error.requestId).to.be.ok
@@ -2458,6 +2488,16 @@ it("vpc.v20170312.ReplaceRoutes", async function () {
2458
2488
  }
2459
2489
  })
2460
2490
 
2491
+ it("vpc.v20170312.ModifyAssistantCidr", async function () {
2492
+ try {
2493
+ const data = await client.ModifyAssistantCidr({})
2494
+ expect(data).to.be.ok
2495
+ } catch(error) {
2496
+ expect(error.requestId).to.be.ok
2497
+ expect(error.code).to.be.ok
2498
+ }
2499
+ })
2500
+
2461
2501
  it("vpc.v20170312.ModifyNetDetect", async function () {
2462
2502
  try {
2463
2503
  const data = await client.ModifyNetDetect({})
@@ -218,6 +218,16 @@ it("waf.v20180125.DescribeIpAccessControl", async function () {
218
218
  }
219
219
  })
220
220
 
221
+ it("waf.v20180125.PostAttackDownloadTask", async function () {
222
+ try {
223
+ const data = await client.PostAttackDownloadTask({})
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
+
221
231
  it("waf.v20180125.ModifyWafThreatenIntelligence", async function () {
222
232
  try {
223
233
  const data = await client.ModifyWafThreatenIntelligence({})