tencentcloud-sdk-nodejs 4.0.954 → 4.0.956
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 +439 -0
- package/SERVICE_CHANGELOG.md +452 -7
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cbs/v20170312/cbs_models.ts +3 -3
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cdwch/v20200915/cdwch_models.ts +10 -0
- package/src/services/clb/v20180317/clb_models.ts +11 -6
- package/src/services/cls/v20201016/cls_client.ts +7 -6
- package/src/services/cls/v20201016/cls_models.ts +217 -188
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +4 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +77 -30
- package/src/services/dlc/v20210125/dlc_client.ts +14 -1
- package/src/services/dlc/v20210125/dlc_models.ts +141 -8
- package/src/services/dsgc/v20190723/dsgc_models.ts +70 -10
- package/src/services/emr/v20190103/emr_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +45 -22
- package/src/services/ess/v20201111/ess_models.ts +81 -27
- package/src/services/essbasic/v20210526/essbasic_client.ts +25 -16
- package/src/services/essbasic/v20210526/essbasic_models.ts +65 -13
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +28 -4
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +169 -66
- package/src/services/lke/v20231130/lke_models.ts +1 -2
- package/src/services/mongodb/v20190725/mongodb_models.ts +3 -4
- package/src/services/mps/v20190612/mps_client.ts +74 -21
- package/src/services/mps/v20190612/mps_models.ts +421 -35
- package/src/services/oceanus/v20190422/oceanus_client.ts +19 -6
- package/src/services/oceanus/v20190422/oceanus_models.ts +139 -91
- package/src/services/redis/v20180412/redis_client.ts +14 -2
- package/src/services/redis/v20180412/redis_models.ts +72 -37
- package/src/services/tcss/v20201101/tcss_client.ts +20 -10
- package/src/services/tke/v20180525/tke_client.ts +1 -15
- package/src/services/tke/v20180525/tke_models.ts +126 -162
- package/src/services/tms/v20201229/tms_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +8 -5
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +10 -6
- package/src/services/waf/v20180125/waf_client.ts +43 -15
- package/src/services/waf/v20180125/waf_models.ts +351 -22
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +3 -3
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +10 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +11 -6
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +215 -187
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +75 -30
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +138 -8
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +70 -10
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +43 -21
- package/tencentcloud/services/ess/v20201111/ess_client.js +43 -21
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +80 -27
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -16
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -15
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +63 -13
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +9 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +12 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +164 -65
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -4
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +24 -7
- package/tencentcloud/services/mps/v20190612/mps_client.js +34 -9
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +409 -35
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +135 -90
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +6 -2
- package/tencentcloud/services/redis/v20180412/redis_client.js +7 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +70 -37
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +15 -5
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +15 -5
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -7
- package/tencentcloud/services/tke/v20180525/tke_client.js +0 -8
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +126 -160
- package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -5
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
- 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 +10 -6
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -5
- package/tencentcloud/services/waf/v20180125/waf_client.js +18 -6
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +343 -22
- package/test/dlc.v20210125.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/iotexplorer.v20190423.test.js +20 -0
- package/test/mps.v20190612.test.js +46 -6
- package/test/oceanus.v20190422.test.js +10 -0
- package/test/redis.v20180412.test.js +10 -0
- package/test/tke.v20180525.test.js +0 -10
- package/test/waf.v20180125.test.js +24 -4
|
@@ -248,9 +248,9 @@ it("mps.v20190612.DescribeTasks", async function () {
|
|
|
248
248
|
}
|
|
249
249
|
})
|
|
250
250
|
|
|
251
|
-
it("mps.v20190612.
|
|
251
|
+
it("mps.v20190612.CreateWordSamples", async function () {
|
|
252
252
|
try {
|
|
253
|
-
const data = await client.
|
|
253
|
+
const data = await client.CreateWordSamples({})
|
|
254
254
|
expect(data).to.be.ok
|
|
255
255
|
} catch(error) {
|
|
256
256
|
expect(error.requestId).to.be.ok
|
|
@@ -368,6 +368,16 @@ it("mps.v20190612.DescribeMediaMetaData", async function () {
|
|
|
368
368
|
}
|
|
369
369
|
})
|
|
370
370
|
|
|
371
|
+
it("mps.v20190612.DescribeVideoSearchTaskDetail", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.DescribeVideoSearchTaskDetail({})
|
|
374
|
+
expect(data).to.be.ok
|
|
375
|
+
} catch(error) {
|
|
376
|
+
expect(error.requestId).to.be.ok
|
|
377
|
+
expect(error.code).to.be.ok
|
|
378
|
+
}
|
|
379
|
+
})
|
|
380
|
+
|
|
371
381
|
it("mps.v20190612.ModifySampleSnapshotTemplate", async function () {
|
|
372
382
|
try {
|
|
373
383
|
const data = await client.ModifySampleSnapshotTemplate({})
|
|
@@ -638,9 +648,9 @@ it("mps.v20190612.ModifyWatermarkTemplate", async function () {
|
|
|
638
648
|
}
|
|
639
649
|
})
|
|
640
650
|
|
|
641
|
-
it("mps.v20190612.
|
|
651
|
+
it("mps.v20190612.CreateVideoSearchTask", async function () {
|
|
642
652
|
try {
|
|
643
|
-
const data = await client.
|
|
653
|
+
const data = await client.CreateVideoSearchTask({})
|
|
644
654
|
expect(data).to.be.ok
|
|
645
655
|
} catch(error) {
|
|
646
656
|
expect(error.requestId).to.be.ok
|
|
@@ -708,6 +718,16 @@ it("mps.v20190612.DescribeAnimatedGraphicsTemplates", async function () {
|
|
|
708
718
|
}
|
|
709
719
|
})
|
|
710
720
|
|
|
721
|
+
it("mps.v20190612.DeleteWordSamples", async function () {
|
|
722
|
+
try {
|
|
723
|
+
const data = await client.DeleteWordSamples({})
|
|
724
|
+
expect(data).to.be.ok
|
|
725
|
+
} catch(error) {
|
|
726
|
+
expect(error.requestId).to.be.ok
|
|
727
|
+
expect(error.code).to.be.ok
|
|
728
|
+
}
|
|
729
|
+
})
|
|
730
|
+
|
|
711
731
|
it("mps.v20190612.ManageTask", async function () {
|
|
712
732
|
try {
|
|
713
733
|
const data = await client.ManageTask({})
|
|
@@ -718,6 +738,16 @@ it("mps.v20190612.ManageTask", async function () {
|
|
|
718
738
|
}
|
|
719
739
|
})
|
|
720
740
|
|
|
741
|
+
it("mps.v20190612.DescribeVideoDatabaseEntryTaskDetail", async function () {
|
|
742
|
+
try {
|
|
743
|
+
const data = await client.DescribeVideoDatabaseEntryTaskDetail({})
|
|
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("mps.v20190612.ModifySnapshotByTimeOffsetTemplate", async function () {
|
|
722
752
|
try {
|
|
723
753
|
const data = await client.ModifySnapshotByTimeOffsetTemplate({})
|
|
@@ -728,9 +758,9 @@ it("mps.v20190612.ModifySnapshotByTimeOffsetTemplate", async function () {
|
|
|
728
758
|
}
|
|
729
759
|
})
|
|
730
760
|
|
|
731
|
-
it("mps.v20190612.
|
|
761
|
+
it("mps.v20190612.BatchStartStreamLinkFlow", async function () {
|
|
732
762
|
try {
|
|
733
|
-
const data = await client.
|
|
763
|
+
const data = await client.BatchStartStreamLinkFlow({})
|
|
734
764
|
expect(data).to.be.ok
|
|
735
765
|
} catch(error) {
|
|
736
766
|
expect(error.requestId).to.be.ok
|
|
@@ -908,6 +938,16 @@ it("mps.v20190612.EnableSchedule", async function () {
|
|
|
908
938
|
}
|
|
909
939
|
})
|
|
910
940
|
|
|
941
|
+
it("mps.v20190612.CreateVideoDatabaseEntryTask", async function () {
|
|
942
|
+
try {
|
|
943
|
+
const data = await client.CreateVideoDatabaseEntryTask({})
|
|
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
|
+
|
|
911
951
|
it("mps.v20190612.ProcessLiveStream", async function () {
|
|
912
952
|
try {
|
|
913
953
|
const data = await client.ProcessLiveStream({})
|
|
@@ -158,6 +158,16 @@ it("oceanus.v20190422.DescribeResources", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
+
it("oceanus.v20190422.DescribeJobRuntimeInfo", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.DescribeJobRuntimeInfo({})
|
|
164
|
+
expect(data).to.be.ok
|
|
165
|
+
} catch(error) {
|
|
166
|
+
expect(error.requestId).to.be.ok
|
|
167
|
+
expect(error.code).to.be.ok
|
|
168
|
+
}
|
|
169
|
+
})
|
|
170
|
+
|
|
161
171
|
it("oceanus.v20190422.FetchSqlGatewayStatementResult", async function () {
|
|
162
172
|
try {
|
|
163
173
|
const data = await client.FetchSqlGatewayStatementResult({})
|
|
@@ -678,6 +678,16 @@ it("redis.v20180412.UpgradeSmallVersion", async function () {
|
|
|
678
678
|
}
|
|
679
679
|
})
|
|
680
680
|
|
|
681
|
+
it("redis.v20180412.ModifyInstancePassword", async function () {
|
|
682
|
+
try {
|
|
683
|
+
const data = await client.ModifyInstancePassword({})
|
|
684
|
+
expect(data).to.be.ok
|
|
685
|
+
} catch(error) {
|
|
686
|
+
expect(error.requestId).to.be.ok
|
|
687
|
+
expect(error.code).to.be.ok
|
|
688
|
+
}
|
|
689
|
+
})
|
|
690
|
+
|
|
681
691
|
it("redis.v20180412.CreateReplicationGroup", async function () {
|
|
682
692
|
try {
|
|
683
693
|
const data = await client.CreateReplicationGroup({})
|
|
@@ -1278,16 +1278,6 @@ it("tke.v20180525.CreateClusterRoute", async function () {
|
|
|
1278
1278
|
}
|
|
1279
1279
|
})
|
|
1280
1280
|
|
|
1281
|
-
it("tke.v20180525.DescribeExternalClusterSpec", async function () {
|
|
1282
|
-
try {
|
|
1283
|
-
const data = await client.DescribeExternalClusterSpec({})
|
|
1284
|
-
expect(data).to.be.ok
|
|
1285
|
-
} catch(error) {
|
|
1286
|
-
expect(error.requestId).to.be.ok
|
|
1287
|
-
expect(error.code).to.be.ok
|
|
1288
|
-
}
|
|
1289
|
-
})
|
|
1290
|
-
|
|
1291
1281
|
it("tke.v20180525.DescribeClusterReleaseHistory", async function () {
|
|
1292
1282
|
try {
|
|
1293
1283
|
const data = await client.DescribeClusterReleaseHistory({})
|
|
@@ -148,6 +148,16 @@ it("waf.v20180125.ModifyInstanceQpsLimit", async function () {
|
|
|
148
148
|
}
|
|
149
149
|
})
|
|
150
150
|
|
|
151
|
+
it("waf.v20180125.DescribeApiListVersionTwo", async function () {
|
|
152
|
+
try {
|
|
153
|
+
const data = await client.DescribeApiListVersionTwo({})
|
|
154
|
+
expect(data).to.be.ok
|
|
155
|
+
} catch(error) {
|
|
156
|
+
expect(error.requestId).to.be.ok
|
|
157
|
+
expect(error.code).to.be.ok
|
|
158
|
+
}
|
|
159
|
+
})
|
|
160
|
+
|
|
151
161
|
it("waf.v20180125.DescribeSpartaProtectionInfo", async function () {
|
|
152
162
|
try {
|
|
153
163
|
const data = await client.DescribeSpartaProtectionInfo({})
|
|
@@ -188,9 +198,9 @@ it("waf.v20180125.GetAttackDownloadRecords", async function () {
|
|
|
188
198
|
}
|
|
189
199
|
})
|
|
190
200
|
|
|
191
|
-
it("waf.v20180125.
|
|
201
|
+
it("waf.v20180125.DescribeApiDetail", async function () {
|
|
192
202
|
try {
|
|
193
|
-
const data = await client.
|
|
203
|
+
const data = await client.DescribeApiDetail({})
|
|
194
204
|
expect(data).to.be.ok
|
|
195
205
|
} catch(error) {
|
|
196
206
|
expect(error.requestId).to.be.ok
|
|
@@ -318,6 +328,16 @@ it("waf.v20180125.DescribeIpHitItems", async function () {
|
|
|
318
328
|
}
|
|
319
329
|
})
|
|
320
330
|
|
|
331
|
+
it("waf.v20180125.DeleteSession", async function () {
|
|
332
|
+
try {
|
|
333
|
+
const data = await client.DeleteSession({})
|
|
334
|
+
expect(data).to.be.ok
|
|
335
|
+
} catch(error) {
|
|
336
|
+
expect(error.requestId).to.be.ok
|
|
337
|
+
expect(error.code).to.be.ok
|
|
338
|
+
}
|
|
339
|
+
})
|
|
340
|
+
|
|
321
341
|
it("waf.v20180125.DescribeHistogram", async function () {
|
|
322
342
|
try {
|
|
323
343
|
const data = await client.DescribeHistogram({})
|
|
@@ -988,9 +1008,9 @@ it("waf.v20180125.DescribeWafAutoDenyRules", async function () {
|
|
|
988
1008
|
}
|
|
989
1009
|
})
|
|
990
1010
|
|
|
991
|
-
it("waf.v20180125.
|
|
1011
|
+
it("waf.v20180125.AddCustomRule", async function () {
|
|
992
1012
|
try {
|
|
993
|
-
const data = await client.
|
|
1013
|
+
const data = await client.AddCustomRule({})
|
|
994
1014
|
expect(data).to.be.ok
|
|
995
1015
|
} catch(error) {
|
|
996
1016
|
expect(error.requestId).to.be.ok
|