tencentcloud-sdk-nodejs 4.0.544 → 4.0.546

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 (69) hide show
  1. package/CHANGELOG.md +396 -0
  2. package/SERVICE_CHANGELOG.md +415 -178
  3. package/package.json +1 -1
  4. package/products.md +33 -33
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +1 -0
  7. package/src/services/ame/v20190916/ame_models.ts +36 -7
  8. package/src/services/billing/v20180709/billing_models.ts +5 -5
  9. package/src/services/bma/v20221115/bma_models.ts +6 -0
  10. package/src/services/cdc/v20201214/cdc_client.ts +5 -1
  11. package/src/services/cdc/v20201214/cdc_models.ts +120 -17
  12. package/src/services/cfw/v20190904/cfw_client.ts +59 -8
  13. package/src/services/cfw/v20190904/cfw_models.ts +578 -150
  14. package/src/services/chdfs/v20201112/chdfs_models.ts +2 -2
  15. package/src/services/ckafka/v20190819/ckafka_client.ts +37 -9
  16. package/src/services/ckafka/v20190819/ckafka_models.ts +224 -34
  17. package/src/services/clb/v20180317/clb_models.ts +18 -11
  18. package/src/services/cme/v20191029/cme_models.ts +1 -1
  19. package/src/services/dbbrain/v20210527/dbbrain_models.ts +6 -6
  20. package/src/services/ess/v20201111/ess_models.ts +34 -29
  21. package/src/services/lighthouse/v20200324/lighthouse_models.ts +7 -4
  22. package/src/services/mna/v20210119/mna_client.ts +14 -1
  23. package/src/services/mna/v20210119/mna_models.ts +124 -14
  24. package/src/services/ocr/v20181119/ocr_models.ts +72 -72
  25. package/src/services/postgres/v20170312/postgres_models.ts +6 -2
  26. package/src/services/redis/v20180412/redis_client.ts +3 -2
  27. package/src/services/redis/v20180412/redis_models.ts +163 -45
  28. package/src/services/tcm/v20210413/tcm_models.ts +6 -0
  29. package/src/services/tem/v20210701/tem_models.ts +18 -0
  30. package/src/services/teo/v20220901/teo_models.ts +28 -26
  31. package/src/services/tse/v20201207/tse_models.ts +36 -0
  32. package/src/services/tsf/v20180326/tsf_client.ts +1 -1
  33. package/src/services/tsf/v20180326/tsf_models.ts +2 -2
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +30 -5
  37. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -5
  38. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +5 -0
  39. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +103 -14
  40. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +17 -1
  41. package/tencentcloud/services/cfw/v20190904/cfw_client.js +24 -0
  42. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +498 -132
  43. package/tencentcloud/services/chdfs/v20201112/chdfs_models.d.ts +2 -2
  44. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +11 -3
  45. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +15 -3
  46. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +190 -30
  47. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +17 -11
  48. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +1 -1
  49. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +6 -6
  50. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -28
  51. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -0
  52. package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
  53. package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
  54. package/tencentcloud/services/mna/v20210119/mna_models.d.ts +107 -14
  55. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +72 -72
  56. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +5 -1
  57. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +2 -2
  58. package/tencentcloud/services/redis/v20180412/redis_client.js +2 -2
  59. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +141 -39
  60. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +5 -0
  61. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +15 -0
  62. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +28 -26
  63. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +30 -0
  64. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
  65. package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
  66. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +2 -2
  67. package/test/cfw.v20190904.test.js +40 -0
  68. package/test/ckafka.v20190819.test.js +22 -2
  69. package/test/mna.v20210119.test.js +10 -0
@@ -548,6 +548,16 @@ it("cfw.v20190904.DescribeCfwEips", async function () {
548
548
  }
549
549
  })
550
550
 
551
+ it("cfw.v20190904.ModifyNatAcRule", async function () {
552
+ try {
553
+ const data = await client.ModifyNatAcRule({})
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
+
551
561
  it("cfw.v20190904.ModifyAcRule", async function () {
552
562
  try {
553
563
  const data = await client.ModifyAcRule({})
@@ -608,6 +618,16 @@ it("cfw.v20190904.DescribeBlockIgnoreList", async function () {
608
618
  }
609
619
  })
610
620
 
621
+ it("cfw.v20190904.RemoveNatAcRule", async function () {
622
+ try {
623
+ const data = await client.RemoveNatAcRule({})
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
+
611
631
  it("cfw.v20190904.DescribeAcLists", async function () {
612
632
  try {
613
633
  const data = await client.DescribeAcLists({})
@@ -628,6 +648,26 @@ it("cfw.v20190904.ModifyPublicIPSwitchStatus", async function () {
628
648
  }
629
649
  })
630
650
 
651
+ it("cfw.v20190904.DescribeNatAcRule", async function () {
652
+ try {
653
+ const data = await client.DescribeNatAcRule({})
654
+ expect(data).to.be.ok
655
+ } catch(error) {
656
+ expect(error.requestId).to.be.ok
657
+ expect(error.code).to.be.ok
658
+ }
659
+ })
660
+
661
+ it("cfw.v20190904.AddNatAcRule", async function () {
662
+ try {
663
+ const data = await client.AddNatAcRule({})
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
+
631
671
  it("cfw.v20190904.ExpandCfwVertical", async function () {
632
672
  try {
633
673
  const data = await client.ExpandCfwVertical({})
@@ -268,6 +268,16 @@ it("ckafka.v20190819.DescribeACL", async function () {
268
268
  }
269
269
  })
270
270
 
271
+ it("ckafka.v20190819.DescribeDatahubTopics", async function () {
272
+ try {
273
+ const data = await client.DescribeDatahubTopics({})
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
  it("ckafka.v20190819.CancelAuthorizationToken", async function () {
272
282
  try {
273
283
  const data = await client.CancelAuthorizationToken({})
@@ -598,6 +608,16 @@ it("ckafka.v20190819.AuthorizeToken", async function () {
598
608
  }
599
609
  })
600
610
 
611
+ it("ckafka.v20190819.ModifyInstanceAttributes", async function () {
612
+ try {
613
+ const data = await client.ModifyInstanceAttributes({})
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
+
601
621
  it("ckafka.v20190819.DescribeTopicProduceConnection", async function () {
602
622
  try {
603
623
  const data = await client.DescribeTopicProduceConnection({})
@@ -618,9 +638,9 @@ it("ckafka.v20190819.DescribeTopic", async function () {
618
638
  }
619
639
  })
620
640
 
621
- it("ckafka.v20190819.ModifyInstanceAttributes", async function () {
641
+ it("ckafka.v20190819.DescribeDatahubTopic", async function () {
622
642
  try {
623
- const data = await client.ModifyInstanceAttributes({})
643
+ const data = await client.DescribeDatahubTopic({})
624
644
  expect(data).to.be.ok
625
645
  } catch(error) {
626
646
  expect(error.requestId).to.be.ok
@@ -98,6 +98,16 @@ it("mna.v20210119.CreateEncryptedKey", async function () {
98
98
  }
99
99
  })
100
100
 
101
+ it("mna.v20210119.GetMultiFlowStatistic", async function () {
102
+ try {
103
+ const data = await client.GetMultiFlowStatistic({})
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
+
101
111
  it("mna.v20210119.DeleteDevice", async function () {
102
112
  try {
103
113
  const data = await client.DeleteDevice({})