tencentcloud-sdk-nodejs 4.0.532 → 4.0.534
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 +585 -0
- package/SERVICE_CHANGELOG.md +713 -40
- package/package.json +1 -1
- package/products.md +29 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +60 -60
- package/src/services/cdwch/v20200915/cdwch_client.ts +111 -10
- package/src/services/cdwch/v20200915/cdwch_models.ts +642 -102
- package/src/services/clb/v20180317/clb_models.ts +8 -2
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +13 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +39 -14
- package/src/services/dasb/v20191018/dasb_client.ts +1 -0
- package/src/services/dasb/v20191018/dasb_models.ts +29 -0
- package/src/services/dlc/v20210125/dlc_client.ts +26 -0
- package/src/services/dlc/v20210125/dlc_models.ts +183 -5
- package/src/services/ess/v20201111/ess_client.ts +36 -12
- package/src/services/ess/v20201111/ess_models.ts +180 -85
- package/src/services/essbasic/v20210526/essbasic_client.ts +36 -12
- package/src/services/essbasic/v20210526/essbasic_models.ts +108 -23
- package/src/services/index.ts +1 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
- package/src/services/keewidb/index.ts +5 -0
- package/src/services/keewidb/v20220308/index.ts +6 -0
- package/src/services/keewidb/v20220308/keewidb_client.ts +489 -0
- package/src/services/keewidb/v20220308/keewidb_models.ts +2778 -0
- package/src/services/live/v20180801/live_client.ts +106 -20
- package/src/services/live/v20180801/live_models.ts +540 -220
- package/src/services/redis/v20180412/redis_models.ts +6 -6
- package/src/services/scf/v20180416/scf_models.ts +44 -44
- package/src/services/tcb/v20180608/tcb_models.ts +16 -6
- package/src/services/tdmq/v20200217/tdmq_models.ts +64 -2
- package/src/services/tem/v20210701/tem_models.ts +29 -9
- package/src/services/teo/v20220901/teo_models.ts +32 -20
- package/src/services/thpc/v20220401/thpc_models.ts +9 -7
- package/src/services/tiia/v20190529/tiia_models.ts +3 -3
- package/src/services/vm/v20201229/vm_models.ts +6 -0
- package/src/services/vod/v20180717/vod_client.ts +106 -53
- package/src/services/vod/v20180717/vod_models.ts +320 -100
- package/src/services/vpc/v20170312/vpc_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_models.ts +23 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +60 -60
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +35 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +51 -3
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +525 -68
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +7 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +34 -12
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +25 -0
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +9 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +12 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +153 -5
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +16 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +155 -75
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +93 -21
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4 -0
- package/tencentcloud/services/keewidb/index.d.ts +6 -0
- package/tencentcloud/services/keewidb/index.js +7 -0
- package/tencentcloud/services/keewidb/v20220308/index.d.ts +6 -0
- package/tencentcloud/services/keewidb/v20220308/index.js +9 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.d.ts +154 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_client.js +247 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.d.ts +2319 -0
- package/tencentcloud/services/keewidb/v20220308/keewidb_models.js +18 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +34 -5
- package/tencentcloud/services/live/v20180801/live_client.js +49 -6
- package/tencentcloud/services/live/v20180801/live_models.d.ts +453 -176
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +6 -6
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +44 -44
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +15 -6
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +54 -2
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +25 -9
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +30 -20
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +7 -5
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +3 -3
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +37 -18
- package/tencentcloud/services/vod/v20180717/vod_client.js +51 -24
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +271 -84
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +20 -0
- package/test/cdwch.v20200915.test.js +82 -2
- package/test/cynosdb.v20190107.test.js +10 -0
- package/test/dlc.v20210125.test.js +20 -0
- package/test/ess.v20201111.test.js +22 -2
- package/test/essbasic.v20210526.test.js +22 -2
- package/test/keewidb.v20220308.test.js +381 -0
- package/test/live.v20180801.test.js +74 -4
- package/test/vod.v20180717.test.js +54 -14
|
@@ -28,9 +28,9 @@ it("vod.v20180717.CreateImageProcessingTemplate", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
-
it("vod.v20180717.
|
|
31
|
+
it("vod.v20180717.CreateRoundPlay", async function () {
|
|
32
32
|
try {
|
|
33
|
-
const data = await client.
|
|
33
|
+
const data = await client.CreateRoundPlay({})
|
|
34
34
|
expect(data).to.be.ok
|
|
35
35
|
} catch(error) {
|
|
36
36
|
expect(error.requestId).to.be.ok
|
|
@@ -98,9 +98,9 @@ it("vod.v20180717.ApplyUpload", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
-
it("vod.v20180717.
|
|
101
|
+
it("vod.v20180717.CreateSnapshotByTimeOffsetTemplate", async function () {
|
|
102
102
|
try {
|
|
103
|
-
const data = await client.
|
|
103
|
+
const data = await client.CreateSnapshotByTimeOffsetTemplate({})
|
|
104
104
|
expect(data).to.be.ok
|
|
105
105
|
} catch(error) {
|
|
106
106
|
expect(error.requestId).to.be.ok
|
|
@@ -298,9 +298,9 @@ it("vod.v20180717.DescribeTasks", async function () {
|
|
|
298
298
|
}
|
|
299
299
|
})
|
|
300
300
|
|
|
301
|
-
it("vod.v20180717.
|
|
301
|
+
it("vod.v20180717.CreateWordSamples", async function () {
|
|
302
302
|
try {
|
|
303
|
-
const data = await client.
|
|
303
|
+
const data = await client.CreateWordSamples({})
|
|
304
304
|
expect(data).to.be.ok
|
|
305
305
|
} catch(error) {
|
|
306
306
|
expect(error.requestId).to.be.ok
|
|
@@ -658,9 +658,19 @@ it("vod.v20180717.DescribeImageReviewUsageData", async function () {
|
|
|
658
658
|
}
|
|
659
659
|
})
|
|
660
660
|
|
|
661
|
-
it("vod.v20180717.
|
|
661
|
+
it("vod.v20180717.CreateStorageRegion", async function () {
|
|
662
662
|
try {
|
|
663
|
-
const data = await client.
|
|
663
|
+
const data = await client.CreateStorageRegion({})
|
|
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
|
+
|
|
671
|
+
it("vod.v20180717.ModifyRoundPlay", async function () {
|
|
672
|
+
try {
|
|
673
|
+
const data = await client.ModifyRoundPlay({})
|
|
664
674
|
expect(data).to.be.ok
|
|
665
675
|
} catch(error) {
|
|
666
676
|
expect(error.requestId).to.be.ok
|
|
@@ -678,6 +688,16 @@ it("vod.v20180717.DescribeDailyMediaPlayStat", async function () {
|
|
|
678
688
|
}
|
|
679
689
|
})
|
|
680
690
|
|
|
691
|
+
it("vod.v20180717.DeleteAnimatedGraphicsTemplate", async function () {
|
|
692
|
+
try {
|
|
693
|
+
const data = await client.DeleteAnimatedGraphicsTemplate({})
|
|
694
|
+
expect(data).to.be.ok
|
|
695
|
+
} catch(error) {
|
|
696
|
+
expect(error.requestId).to.be.ok
|
|
697
|
+
expect(error.code).to.be.ok
|
|
698
|
+
}
|
|
699
|
+
})
|
|
700
|
+
|
|
681
701
|
it("vod.v20180717.DeleteContentReviewTemplate", async function () {
|
|
682
702
|
try {
|
|
683
703
|
const data = await client.DeleteContentReviewTemplate({})
|
|
@@ -918,6 +938,16 @@ it("vod.v20180717.CreateSubAppId", async function () {
|
|
|
918
938
|
}
|
|
919
939
|
})
|
|
920
940
|
|
|
941
|
+
it("vod.v20180717.ModifyPersonSample", async function () {
|
|
942
|
+
try {
|
|
943
|
+
const data = await client.ModifyPersonSample({})
|
|
944
|
+
expect(data).to.be.ok
|
|
945
|
+
} catch(error) {
|
|
946
|
+
expect(error.requestId).to.be.ok
|
|
947
|
+
expect(error.code).to.be.ok
|
|
948
|
+
}
|
|
949
|
+
})
|
|
950
|
+
|
|
921
951
|
it("vod.v20180717.DescribeAnimatedGraphicsTemplates", async function () {
|
|
922
952
|
try {
|
|
923
953
|
const data = await client.DescribeAnimatedGraphicsTemplates({})
|
|
@@ -988,9 +1018,9 @@ it("vod.v20180717.CreateClass", async function () {
|
|
|
988
1018
|
}
|
|
989
1019
|
})
|
|
990
1020
|
|
|
991
|
-
it("vod.v20180717.
|
|
1021
|
+
it("vod.v20180717.DescribeRoundPlays", async function () {
|
|
992
1022
|
try {
|
|
993
|
-
const data = await client.
|
|
1023
|
+
const data = await client.DescribeRoundPlays({})
|
|
994
1024
|
expect(data).to.be.ok
|
|
995
1025
|
} catch(error) {
|
|
996
1026
|
expect(error.requestId).to.be.ok
|
|
@@ -1118,9 +1148,9 @@ it("vod.v20180717.DescribeAIRecognitionTemplates", async function () {
|
|
|
1118
1148
|
}
|
|
1119
1149
|
})
|
|
1120
1150
|
|
|
1121
|
-
it("vod.v20180717.
|
|
1151
|
+
it("vod.v20180717.DescribeSuperPlayerConfigs", async function () {
|
|
1122
1152
|
try {
|
|
1123
|
-
const data = await client.
|
|
1153
|
+
const data = await client.DescribeSuperPlayerConfigs({})
|
|
1124
1154
|
expect(data).to.be.ok
|
|
1125
1155
|
} catch(error) {
|
|
1126
1156
|
expect(error.requestId).to.be.ok
|
|
@@ -1348,6 +1378,16 @@ it("vod.v20180717.ModifySubAppIdStatus", async function () {
|
|
|
1348
1378
|
}
|
|
1349
1379
|
})
|
|
1350
1380
|
|
|
1381
|
+
it("vod.v20180717.DeleteRoundPlay", async function () {
|
|
1382
|
+
try {
|
|
1383
|
+
const data = await client.DeleteRoundPlay({})
|
|
1384
|
+
expect(data).to.be.ok
|
|
1385
|
+
} catch(error) {
|
|
1386
|
+
expect(error.requestId).to.be.ok
|
|
1387
|
+
expect(error.code).to.be.ok
|
|
1388
|
+
}
|
|
1389
|
+
})
|
|
1390
|
+
|
|
1351
1391
|
it("vod.v20180717.ModifyContentReviewTemplate", async function () {
|
|
1352
1392
|
try {
|
|
1353
1393
|
const data = await client.ModifyContentReviewTemplate({})
|
|
@@ -1368,9 +1408,9 @@ it("vod.v20180717.DeleteVodDomain", async function () {
|
|
|
1368
1408
|
}
|
|
1369
1409
|
})
|
|
1370
1410
|
|
|
1371
|
-
it("vod.v20180717.
|
|
1411
|
+
it("vod.v20180717.CreateAIRecognitionTemplate", async function () {
|
|
1372
1412
|
try {
|
|
1373
|
-
const data = await client.
|
|
1413
|
+
const data = await client.CreateAIRecognitionTemplate({})
|
|
1374
1414
|
expect(data).to.be.ok
|
|
1375
1415
|
} catch(error) {
|
|
1376
1416
|
expect(error.requestId).to.be.ok
|