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.
- package/CHANGELOG.md +366 -0
- package/SERVICE_CHANGELOG.md +350 -100
- package/package.json +1 -1
- package/products.md +32 -32
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +2 -2
- package/src/services/asr/v20190614/asr_models.ts +34 -23
- package/src/services/cam/v20190116/cam_models.ts +6 -0
- package/src/services/cbs/v20170312/cbs_client.ts +2 -5
- package/src/services/cbs/v20170312/cbs_models.ts +10 -9
- package/src/services/ckafka/v20190819/ckafka_client.ts +14 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +55 -11
- package/src/services/clb/v20180317/clb_models.ts +5 -1
- package/src/services/cls/v20201016/cls_models.ts +16 -0
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +59 -21
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +255 -16
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +1 -1
- package/src/services/es/v20180416/es_models.ts +10 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +8 -3
- package/src/services/gs/v20191118/gs_models.ts +1 -1
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +33 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +59 -5
- package/src/services/live/v20180801/live_client.ts +13 -0
- package/src/services/live/v20180801/live_models.ts +106 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +86 -2
- package/src/services/ocr/v20181119/ocr_client.ts +26 -3
- package/src/services/ocr/v20181119/ocr_models.ts +5 -2
- package/src/services/omics/v20221128/omics_client.ts +55 -11
- package/src/services/omics/v20221128/omics_models.ts +575 -211
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +19 -19
- package/src/services/tdmq/v20200217/tdmq_models.ts +7 -7
- package/src/services/tione/v20211111/tione_models.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +6 -0
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_client.ts +13 -1
- package/src/services/tsf/v20180326/tsf_models.ts +61 -31
- package/src/services/tts/v20190823/tts_models.ts +9 -0
- package/src/services/vod/v20180717/vod_models.ts +70 -0
- package/src/services/vpc/v20170312/vpc_client.ts +3 -3
- package/src/services/vpc/v20170312/vpc_models.ts +17 -16
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +2 -2
- package/tencentcloud/services/asr/v20190614/asr_client.js +2 -2
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +33 -23
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +2 -5
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +2 -5
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +7 -6
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +49 -10
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +13 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +19 -7
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +27 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +216 -15
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +8 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +8 -3
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +18 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +21 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +52 -4
- package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
- package/tencentcloud/services/live/v20180801/live_client.js +6 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +89 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +73 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +26 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +26 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -2
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +13 -1
- package/tencentcloud/services/omics/v20221128/omics_client.js +18 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +503 -191
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +19 -19
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -6
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +52 -26
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +9 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +56 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +15 -14
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/cynosdb.v20190107.test.js +36 -6
- package/test/lighthouse.v20200324.test.js +20 -0
- package/test/live.v20180801.test.js +10 -0
- package/test/omics.v20221128.test.js +30 -0
- 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.
|
|
531
|
+
it("cynosdb.v20190107.ExportInstanceErrorLogs", async function () {
|
|
512
532
|
try {
|
|
513
|
-
const data = await client.
|
|
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.
|
|
771
|
+
it("cynosdb.v20190107.DescribeInstanceErrorLogs", async function () {
|
|
742
772
|
try {
|
|
743
|
-
const data = await client.
|
|
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.
|
|
801
|
+
it("cynosdb.v20190107.OpenReadOnlyInstanceExclusiveAccess", async function () {
|
|
772
802
|
try {
|
|
773
|
-
const data = await client.
|
|
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({})
|