tencentcloud-sdk-nodejs 4.0.606 → 4.0.607
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 +136 -0
- package/SERVICE_CHANGELOG.md +175 -134
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +8 -0
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +3 -1
- package/src/services/ess/v20201111/ess_models.ts +6 -0
- package/src/services/iotvideo/v20201215/iotvideo_client.ts +1 -1
- package/src/services/iotvideo/v20201215/iotvideo_models.ts +5 -5
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +1 -1
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -5
- package/src/services/memcached/v20190318/memcached_models.ts +5 -4
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/pts/v20210728/pts_client.ts +1 -1
- package/src/services/pts/v20210728/pts_models.ts +2 -2
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +13 -1
- package/src/services/ssl/v20191205/ssl_models.ts +11 -0
- package/src/services/tke/v20180525/tke_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_client.ts +1 -1
- package/src/services/vod/v20180717/vod_client.ts +102 -42
- package/src/services/vod/v20180717/vod_models.ts +312 -13
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +13 -7
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +7 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -0
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.d.ts +1 -1
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_client.js +1 -1
- package/tencentcloud/services/iotvideo/v20201215/iotvideo_models.d.ts +5 -5
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +1 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +1 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -5
- package/tencentcloud/services/memcached/v20190318/memcached_models.d.ts +3 -2
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/pts/v20210728/pts_client.d.ts +1 -1
- package/tencentcloud/services/pts/v20210728/pts_client.js +1 -1
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +2 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +11 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +9 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +42 -22
- package/tencentcloud/services/vod/v20180717/vod_client.js +55 -25
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +263 -11
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +12 -7
- package/test/vod.v20180717.test.js +58 -8
|
@@ -248,9 +248,9 @@ it("vod.v20180717.CreateAdaptiveDynamicStreamingTemplate", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
-
it("vod.v20180717.
|
|
251
|
+
it("vod.v20180717.DescribeDrmDataKey", async function () {
|
|
252
252
|
try {
|
|
253
|
-
const data = await client.
|
|
253
|
+
const data = await client.DescribeDrmDataKey({})
|
|
254
254
|
expect(data).to.be.ok
|
|
255
255
|
} catch(error) {
|
|
256
256
|
expect(error.requestId).to.be.ok
|
|
@@ -518,9 +518,9 @@ it("vod.v20180717.DeleteAIAnalysisTemplate", async function () {
|
|
|
518
518
|
}
|
|
519
519
|
})
|
|
520
520
|
|
|
521
|
-
it("vod.v20180717.
|
|
521
|
+
it("vod.v20180717.DescribeMediaInfos", async function () {
|
|
522
522
|
try {
|
|
523
|
-
const data = await client.
|
|
523
|
+
const data = await client.DescribeMediaInfos({})
|
|
524
524
|
expect(data).to.be.ok
|
|
525
525
|
} catch(error) {
|
|
526
526
|
expect(error.requestId).to.be.ok
|
|
@@ -688,6 +688,16 @@ it("vod.v20180717.DescribeImageReviewUsageData", async function () {
|
|
|
688
688
|
}
|
|
689
689
|
})
|
|
690
690
|
|
|
691
|
+
it("vod.v20180717.EnhanceMediaByTemplate", async function () {
|
|
692
|
+
try {
|
|
693
|
+
const data = await client.EnhanceMediaByTemplate({})
|
|
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
|
+
|
|
691
701
|
it("vod.v20180717.CreateStorageRegion", async function () {
|
|
692
702
|
try {
|
|
693
703
|
const data = await client.CreateStorageRegion({})
|
|
@@ -698,6 +708,16 @@ it("vod.v20180717.CreateStorageRegion", async function () {
|
|
|
698
708
|
}
|
|
699
709
|
})
|
|
700
710
|
|
|
711
|
+
it("vod.v20180717.CreateEnhanceMediaTemplate", async function () {
|
|
712
|
+
try {
|
|
713
|
+
const data = await client.CreateEnhanceMediaTemplate({})
|
|
714
|
+
expect(data).to.be.ok
|
|
715
|
+
} catch(error) {
|
|
716
|
+
expect(error.requestId).to.be.ok
|
|
717
|
+
expect(error.code).to.be.ok
|
|
718
|
+
}
|
|
719
|
+
})
|
|
720
|
+
|
|
701
721
|
it("vod.v20180717.CreateRebuildMediaTemplate", async function () {
|
|
702
722
|
try {
|
|
703
723
|
const data = await client.CreateRebuildMediaTemplate({})
|
|
@@ -1098,9 +1118,9 @@ it("vod.v20180717.DescribeAdaptiveDynamicStreamingTemplates", async function ()
|
|
|
1098
1118
|
}
|
|
1099
1119
|
})
|
|
1100
1120
|
|
|
1101
|
-
it("vod.v20180717.
|
|
1121
|
+
it("vod.v20180717.DescribeSampleSnapshotTemplates", async function () {
|
|
1102
1122
|
try {
|
|
1103
|
-
const data = await client.
|
|
1123
|
+
const data = await client.DescribeSampleSnapshotTemplates({})
|
|
1104
1124
|
expect(data).to.be.ok
|
|
1105
1125
|
} catch(error) {
|
|
1106
1126
|
expect(error.requestId).to.be.ok
|
|
@@ -1118,6 +1138,16 @@ it("vod.v20180717.ModifyWordSample", async function () {
|
|
|
1118
1138
|
}
|
|
1119
1139
|
})
|
|
1120
1140
|
|
|
1141
|
+
it("vod.v20180717.ModifyEnhanceMediaTemplate", async function () {
|
|
1142
|
+
try {
|
|
1143
|
+
const data = await client.ModifyEnhanceMediaTemplate({})
|
|
1144
|
+
expect(data).to.be.ok
|
|
1145
|
+
} catch(error) {
|
|
1146
|
+
expect(error.requestId).to.be.ok
|
|
1147
|
+
expect(error.code).to.be.ok
|
|
1148
|
+
}
|
|
1149
|
+
})
|
|
1150
|
+
|
|
1121
1151
|
it("vod.v20180717.DescribeImageSpriteTemplates", async function () {
|
|
1122
1152
|
try {
|
|
1123
1153
|
const data = await client.DescribeImageSpriteTemplates({})
|
|
@@ -1298,6 +1328,16 @@ it("vod.v20180717.DeletePersonSample", async function () {
|
|
|
1298
1328
|
}
|
|
1299
1329
|
})
|
|
1300
1330
|
|
|
1331
|
+
it("vod.v20180717.DescribeEnhanceMediaTemplates", async function () {
|
|
1332
|
+
try {
|
|
1333
|
+
const data = await client.DescribeEnhanceMediaTemplates({})
|
|
1334
|
+
expect(data).to.be.ok
|
|
1335
|
+
} catch(error) {
|
|
1336
|
+
expect(error.requestId).to.be.ok
|
|
1337
|
+
expect(error.code).to.be.ok
|
|
1338
|
+
}
|
|
1339
|
+
})
|
|
1340
|
+
|
|
1301
1341
|
it("vod.v20180717.CreateAnimatedGraphicsTemplate", async function () {
|
|
1302
1342
|
try {
|
|
1303
1343
|
const data = await client.CreateAnimatedGraphicsTemplate({})
|
|
@@ -1388,9 +1428,9 @@ it("vod.v20180717.SimpleHlsClip", async function () {
|
|
|
1388
1428
|
}
|
|
1389
1429
|
})
|
|
1390
1430
|
|
|
1391
|
-
it("vod.v20180717.
|
|
1431
|
+
it("vod.v20180717.DescribeDrmKeyProviderInfo", async function () {
|
|
1392
1432
|
try {
|
|
1393
|
-
const data = await client.
|
|
1433
|
+
const data = await client.DescribeDrmKeyProviderInfo({})
|
|
1394
1434
|
expect(data).to.be.ok
|
|
1395
1435
|
} catch(error) {
|
|
1396
1436
|
expect(error.requestId).to.be.ok
|
|
@@ -1468,6 +1508,16 @@ it("vod.v20180717.CreateAIRecognitionTemplate", async function () {
|
|
|
1468
1508
|
}
|
|
1469
1509
|
})
|
|
1470
1510
|
|
|
1511
|
+
it("vod.v20180717.DeleteEnhanceMediaTemplate", async function () {
|
|
1512
|
+
try {
|
|
1513
|
+
const data = await client.DeleteEnhanceMediaTemplate({})
|
|
1514
|
+
expect(data).to.be.ok
|
|
1515
|
+
} catch(error) {
|
|
1516
|
+
expect(error.requestId).to.be.ok
|
|
1517
|
+
expect(error.code).to.be.ok
|
|
1518
|
+
}
|
|
1519
|
+
})
|
|
1520
|
+
|
|
1471
1521
|
it("vod.v20180717.DescribeRebuildMediaTemplates", async function () {
|
|
1472
1522
|
try {
|
|
1473
1523
|
const data = await client.DescribeRebuildMediaTemplates({})
|