tencentcloud-sdk-nodejs 4.0.594 → 4.0.596

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 (99) hide show
  1. package/CHANGELOG.md +366 -0
  2. package/SERVICE_CHANGELOG.md +350 -100
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
  7. package/src/services/asr/v20190614/asr_client.ts +2 -2
  8. package/src/services/asr/v20190614/asr_models.ts +34 -23
  9. package/src/services/cam/v20190116/cam_models.ts +6 -0
  10. package/src/services/cbs/v20170312/cbs_client.ts +2 -5
  11. package/src/services/cbs/v20170312/cbs_models.ts +10 -9
  12. package/src/services/ckafka/v20190819/ckafka_client.ts +14 -1
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +55 -11
  14. package/src/services/clb/v20180317/clb_models.ts +5 -1
  15. package/src/services/cls/v20201016/cls_models.ts +16 -0
  16. package/src/services/cynosdb/v20190107/cynosdb_client.ts +59 -21
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +255 -16
  18. package/src/services/dbbrain/v20210527/dbbrain_models.ts +1 -1
  19. package/src/services/es/v20180416/es_models.ts +10 -0
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +8 -3
  21. package/src/services/gs/v20191118/gs_models.ts +1 -1
  22. package/src/services/lighthouse/v20200324/lighthouse_client.ts +33 -0
  23. package/src/services/lighthouse/v20200324/lighthouse_models.ts +59 -5
  24. package/src/services/live/v20180801/live_client.ts +13 -0
  25. package/src/services/live/v20180801/live_models.ts +106 -0
  26. package/src/services/oceanus/v20190422/oceanus_models.ts +86 -2
  27. package/src/services/ocr/v20181119/ocr_client.ts +26 -3
  28. package/src/services/ocr/v20181119/ocr_models.ts +5 -2
  29. package/src/services/omics/v20221128/omics_client.ts +55 -11
  30. package/src/services/omics/v20221128/omics_models.ts +575 -211
  31. package/src/services/redis/v20180412/redis_client.ts +1 -1
  32. package/src/services/redis/v20180412/redis_models.ts +19 -19
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +7 -7
  34. package/src/services/tione/v20211111/tione_models.ts +2 -2
  35. package/src/services/tke/v20180525/tke_models.ts +6 -0
  36. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  37. package/src/services/tsf/v20180326/tsf_client.ts +13 -1
  38. package/src/services/tsf/v20180326/tsf_models.ts +61 -31
  39. package/src/services/tts/v20190823/tts_models.ts +9 -0
  40. package/src/services/vod/v20180717/vod_models.ts +70 -0
  41. package/src/services/vpc/v20170312/vpc_client.ts +3 -3
  42. package/src/services/vpc/v20170312/vpc_models.ts +17 -16
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
  47. package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
  48. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +33 -23
  49. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
  50. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +2 -5
  51. package/tencentcloud/services/cbs/v20170312/cbs_client.js +2 -5
  52. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +7 -6
  53. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  54. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  55. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +49 -10
  56. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -1
  57. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +13 -0
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +19 -7
  59. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +27 -9
  60. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +216 -15
  61. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +1 -1
  62. package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -0
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +8 -3
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +8 -3
  65. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +1 -1
  66. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +18 -1
  67. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +21 -0
  68. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +52 -4
  69. package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
  70. package/tencentcloud/services/live/v20180801/live_client.js +6 -0
  71. package/tencentcloud/services/live/v20180801/live_models.d.ts +89 -0
  72. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +73 -2
  73. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +26 -3
  74. package/tencentcloud/services/ocr/v20181119/ocr_client.js +26 -3
  75. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -2
  76. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +13 -1
  77. package/tencentcloud/services/omics/v20221128/omics_client.js +18 -0
  78. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +503 -191
  79. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  80. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  81. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +19 -19
  82. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -6
  83. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
  84. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  85. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  86. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  87. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  88. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +52 -26
  89. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +9 -0
  90. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +56 -0
  91. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
  92. package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -3
  93. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -14
  94. package/test/ckafka.v20190819.test.js +10 -0
  95. package/test/cynosdb.v20190107.test.js +36 -6
  96. package/test/lighthouse.v20200324.test.js +20 -0
  97. package/test/live.v20180801.test.js +10 -0
  98. package/test/omics.v20221128.test.js +30 -0
  99. package/test/tsf.v20180326.test.js +10 -0
@@ -458,6 +458,16 @@ it("ckafka.v20190819.FetchLatestDatahubMessageList", async function () {
458
458
  }
459
459
  })
460
460
 
461
+ it("ckafka.v20190819.DescribeTaskStatus", async function () {
462
+ try {
463
+ const data = await client.DescribeTaskStatus({})
464
+ expect(data).to.be.ok
465
+ } catch(error) {
466
+ expect(error.requestId).to.be.ok
467
+ expect(error.code).to.be.ok
468
+ }
469
+ })
470
+
461
471
  it("ckafka.v20190819.DeleteUser", async function () {
462
472
  try {
463
473
  const data = await client.DeleteUser({})
@@ -68,6 +68,16 @@ it("cynosdb.v20190107.RollBackCluster", async function () {
68
68
  }
69
69
  })
70
70
 
71
+ it("cynosdb.v20190107.IsolateInstance", async function () {
72
+ try {
73
+ const data = await client.IsolateInstance({})
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
+
71
81
  it("cynosdb.v20190107.DescribeProjectSecurityGroups", async function () {
72
82
  try {
73
83
  const data = await client.DescribeProjectSecurityGroups({})
@@ -118,6 +128,16 @@ it("cynosdb.v20190107.DescribeParamTemplates", async function () {
118
128
  }
119
129
  })
120
130
 
131
+ it("cynosdb.v20190107.SearchClusterTables", async function () {
132
+ try {
133
+ const data = await client.SearchClusterTables({})
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
+
121
141
  it("cynosdb.v20190107.DeleteBackup", async function () {
122
142
  try {
123
143
  const data = await client.DeleteBackup({})
@@ -508,9 +528,9 @@ it("cynosdb.v20190107.DescribeAuditRuleWithInstanceIds", async function () {
508
528
  }
509
529
  })
510
530
 
511
- it("cynosdb.v20190107.IsolateInstance", async function () {
531
+ it("cynosdb.v20190107.ExportInstanceErrorLogs", async function () {
512
532
  try {
513
- const data = await client.IsolateInstance({})
533
+ const data = await client.ExportInstanceErrorLogs({})
514
534
  expect(data).to.be.ok
515
535
  } catch(error) {
516
536
  expect(error.requestId).to.be.ok
@@ -718,6 +738,16 @@ it("cynosdb.v20190107.OfflineCluster", async function () {
718
738
  }
719
739
  })
720
740
 
741
+ it("cynosdb.v20190107.SearchClusterDatabases", async function () {
742
+ try {
743
+ const data = await client.SearchClusterDatabases({})
744
+ expect(data).to.be.ok
745
+ } catch(error) {
746
+ expect(error.requestId).to.be.ok
747
+ expect(error.code).to.be.ok
748
+ }
749
+ })
750
+
721
751
  it("cynosdb.v20190107.ModifyAuditRuleTemplates", async function () {
722
752
  try {
723
753
  const data = await client.ModifyAuditRuleTemplates({})
@@ -738,9 +768,9 @@ it("cynosdb.v20190107.GrantAccountPrivileges", async function () {
738
768
  }
739
769
  })
740
770
 
741
- it("cynosdb.v20190107.SearchClusterTables", async function () {
771
+ it("cynosdb.v20190107.DescribeInstanceErrorLogs", async function () {
742
772
  try {
743
- const data = await client.SearchClusterTables({})
773
+ const data = await client.DescribeInstanceErrorLogs({})
744
774
  expect(data).to.be.ok
745
775
  } catch(error) {
746
776
  expect(error.requestId).to.be.ok
@@ -768,9 +798,9 @@ it("cynosdb.v20190107.DisassociateSecurityGroups", async function () {
768
798
  }
769
799
  })
770
800
 
771
- it("cynosdb.v20190107.SearchClusterDatabases", async function () {
801
+ it("cynosdb.v20190107.OpenReadOnlyInstanceExclusiveAccess", async function () {
772
802
  try {
773
- const data = await client.SearchClusterDatabases({})
803
+ const data = await client.OpenReadOnlyInstanceExclusiveAccess({})
774
804
  expect(data).to.be.ok
775
805
  } catch(error) {
776
806
  expect(error.requestId).to.be.ok
@@ -638,6 +638,16 @@ it("lighthouse.v20200324.TerminateDisks", async function () {
638
638
  }
639
639
  })
640
640
 
641
+ it("lighthouse.v20200324.IsolateDisks", async function () {
642
+ try {
643
+ const data = await client.IsolateDisks({})
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
+
641
651
  it("lighthouse.v20200324.StartInstances", async function () {
642
652
  try {
643
653
  const data = await client.StartInstances({})
@@ -758,6 +768,16 @@ it("lighthouse.v20200324.CreateInstances", async function () {
758
768
  }
759
769
  })
760
770
 
771
+ it("lighthouse.v20200324.RenewDisks", async function () {
772
+ try {
773
+ const data = await client.RenewDisks({})
774
+ expect(data).to.be.ok
775
+ } catch(error) {
776
+ expect(error.requestId).to.be.ok
777
+ expect(error.code).to.be.ok
778
+ }
779
+ })
780
+
761
781
  it("lighthouse.v20200324.CreateBlueprint", async function () {
762
782
  try {
763
783
  const data = await client.CreateBlueprint({})
@@ -838,6 +838,16 @@ it("live.v20180801.DescribeLiveTimeShiftTemplates", async function () {
838
838
  }
839
839
  })
840
840
 
841
+ it("live.v20180801.DescribeLiveXP2PDetailInfoList", async function () {
842
+ try {
843
+ const data = await client.DescribeLiveXP2PDetailInfoList({})
844
+ expect(data).to.be.ok
845
+ } catch(error) {
846
+ expect(error.requestId).to.be.ok
847
+ expect(error.code).to.be.ok
848
+ }
849
+ })
850
+
841
851
  it("live.v20180801.DescribeLiveDelayInfoList", async function () {
842
852
  try {
843
853
  const data = await client.DescribeLiveDelayInfoList({})
@@ -28,6 +28,16 @@ it("omics.v20221128.GetRunCalls", async function () {
28
28
  }
29
29
  })
30
30
 
31
+ it("omics.v20221128.DescribeEnvironments", async function () {
32
+ try {
33
+ const data = await client.DescribeEnvironments({})
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("omics.v20221128.ImportTableFile", async function () {
32
42
  try {
33
43
  const data = await client.ImportTableFile({})
@@ -38,6 +48,16 @@ it("omics.v20221128.ImportTableFile", async function () {
38
48
  }
39
49
  })
40
50
 
51
+ it("omics.v20221128.CreateEnvironment", async function () {
52
+ try {
53
+ const data = await client.CreateEnvironment({})
54
+ expect(data).to.be.ok
55
+ } catch(error) {
56
+ expect(error.requestId).to.be.ok
57
+ expect(error.code).to.be.ok
58
+ }
59
+ })
60
+
41
61
  it("omics.v20221128.RunApplication", async function () {
42
62
  try {
43
63
  const data = await client.RunApplication({})
@@ -68,6 +88,16 @@ it("omics.v20221128.DescribeRunGroups", async function () {
68
88
  }
69
89
  })
70
90
 
91
+ it("omics.v20221128.DeleteEnvironment", async function () {
92
+ try {
93
+ const data = await client.DeleteEnvironment({})
94
+ expect(data).to.be.ok
95
+ } catch(error) {
96
+ expect(error.requestId).to.be.ok
97
+ expect(error.code).to.be.ok
98
+ }
99
+ })
100
+
71
101
  it("omics.v20221128.GetRunStatus", async function () {
72
102
  try {
73
103
  const data = await client.GetRunStatus({})
@@ -1788,6 +1788,16 @@ it("tsf.v20180326.SearchStdoutLog", async function () {
1788
1788
  }
1789
1789
  })
1790
1790
 
1791
+ it("tsf.v20180326.DeleteGatewayApi", async function () {
1792
+ try {
1793
+ const data = await client.DeleteGatewayApi({})
1794
+ expect(data).to.be.ok
1795
+ } catch(error) {
1796
+ expect(error.requestId).to.be.ok
1797
+ expect(error.code).to.be.ok
1798
+ }
1799
+ })
1800
+
1791
1801
  it("tsf.v20180326.CreateTaskFlow", async function () {
1792
1802
  try {
1793
1803
  const data = await client.CreateTaskFlow({})