tencentcloud-sdk-nodejs 4.0.383 → 4.0.386
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 +668 -0
- package/SERVICE_CHANGELOG.md +651 -38
- package/package.json +1 -1
- package/products.md +25 -25
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cfg/v20210820/cfg_models.ts +30 -0
- package/src/services/ciam/v20220331/ciam_client.ts +13 -0
- package/src/services/ciam/v20220331/ciam_models.ts +91 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +11 -0
- package/src/services/cvm/v20170312/cvm_client.ts +2 -1
- package/src/services/cvm/v20170312/cvm_models.ts +8 -0
- package/src/services/dcdb/v20180411/dcdb_models.ts +6 -0
- package/src/services/dlc/v20210125/dlc_models.ts +56 -1
- package/src/services/emr/v20190103/emr_client.ts +14 -1
- package/src/services/emr/v20190103/emr_models.ts +150 -10
- package/src/services/ess/v20201111/ess_client.ts +4 -3
- package/src/services/ess/v20201111/ess_models.ts +1 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +9 -2
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +1099 -28
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +4769 -204
- package/src/services/mariadb/v20170312/mariadb_models.ts +12 -0
- package/src/services/mmps/v20200710/mmps_client.ts +13 -1
- package/src/services/mmps/v20200710/mmps_models.ts +79 -24
- package/src/services/organization/v20210331/organization_models.ts +6 -0
- package/src/services/ses/v20201002/ses_models.ts +27 -2
- package/src/services/ssl/v20191205/ssl_models.ts +12 -0
- package/src/services/tcex/v20200727/tcex_client.ts +8 -4
- package/src/services/tem/v20210701/tem_client.ts +25 -13
- package/src/services/tem/v20210701/tem_models.ts +41 -11
- package/src/services/tiia/v20190529/tiia_models.ts +20 -2
- package/src/services/trtc/v20190722/trtc_client.ts +6 -5
- package/src/services/trtc/v20190722/trtc_models.ts +69 -49
- package/src/services/vpc/v20170312/vpc_client.ts +78 -28
- package/src/services/vpc/v20170312/vpc_models.ts +327 -127
- package/src/services/waf/v20180125/waf_client.ts +13 -0
- package/src/services/waf/v20180125/waf_models.ts +115 -0
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +7 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +25 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +77 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +9 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +46 -1
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +123 -8
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +4 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +355 -7
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +531 -9
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4031 -161
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +10 -0
- package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +5 -1
- package/tencentcloud/services/mmps/v20200710/mmps_client.js +6 -0
- package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +69 -23
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +5 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +22 -2
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
- package/tencentcloud/services/tcex/v20200727/tcex_client.d.ts +6 -2
- package/tencentcloud/services/tcex/v20200727/tcex_client.js +6 -2
- package/tencentcloud/services/tem/v20210701/tem_client.d.ts +9 -5
- package/tencentcloud/services/tem/v20210701/tem_client.js +12 -6
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +36 -10
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +17 -2
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -4
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +5 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +51 -31
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +25 -9
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +36 -12
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +277 -108
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +95 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +6 -0
- package/test/ciam.v20220331.test.js +10 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +878 -8
- package/test/mmps.v20200710.test.js +10 -0
- package/test/tem.v20210701.test.js +14 -4
- package/test/vpc.v20170312.test.js +48 -8
- package/test/waf.v20180125.test.js +10 -0
|
@@ -28,6 +28,16 @@ it("mmps.v20200710.CreateAppScanTask", async function () {
|
|
|
28
28
|
}
|
|
29
29
|
})
|
|
30
30
|
|
|
31
|
+
it("mmps.v20200710.CreateFlySecMiniAppProfessionalScanTask", async function () {
|
|
32
|
+
try {
|
|
33
|
+
const data = await client.CreateFlySecMiniAppProfessionalScanTask({})
|
|
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("mmps.v20200710.DescribeFlySecMiniAppScanReportList", async function () {
|
|
32
42
|
try {
|
|
33
43
|
const data = await client.DescribeFlySecMiniAppScanReportList({})
|
|
@@ -128,9 +128,9 @@ it("tem.v20210701.DescribeApplicationPods", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
-
it("tem.v20210701.
|
|
131
|
+
it("tem.v20210701.RestartApplicationPod", async function () {
|
|
132
132
|
try {
|
|
133
|
-
const data = await client.
|
|
133
|
+
const data = await client.RestartApplicationPod({})
|
|
134
134
|
expect(data).to.be.ok
|
|
135
135
|
} catch(error) {
|
|
136
136
|
expect(error.requestId).to.be.ok
|
|
@@ -218,9 +218,9 @@ it("tem.v20210701.CreateApplication", async function () {
|
|
|
218
218
|
}
|
|
219
219
|
})
|
|
220
220
|
|
|
221
|
-
it("tem.v20210701.
|
|
221
|
+
it("tem.v20210701.RestartApplication", async function () {
|
|
222
222
|
try {
|
|
223
|
-
const data = await client.
|
|
223
|
+
const data = await client.RestartApplication({})
|
|
224
224
|
expect(data).to.be.ok
|
|
225
225
|
} catch(error) {
|
|
226
226
|
expect(error.requestId).to.be.ok
|
|
@@ -268,4 +268,14 @@ it("tem.v20210701.CreateResource", async function () {
|
|
|
268
268
|
}
|
|
269
269
|
})
|
|
270
270
|
|
|
271
|
+
it("tem.v20210701.DestroyEnvironment", async function () {
|
|
272
|
+
try {
|
|
273
|
+
const data = await client.DestroyEnvironment({})
|
|
274
|
+
expect(data).to.be.ok
|
|
275
|
+
} catch(error) {
|
|
276
|
+
expect(error.requestId).to.be.ok
|
|
277
|
+
expect(error.code).to.be.ok
|
|
278
|
+
}
|
|
279
|
+
})
|
|
280
|
+
|
|
271
281
|
})
|
|
@@ -288,6 +288,16 @@ it("vpc.v20170312.DescribeNetDetects", async function () {
|
|
|
288
288
|
}
|
|
289
289
|
})
|
|
290
290
|
|
|
291
|
+
it("vpc.v20170312.ModifyNetworkAclQuintupleEntries", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.ModifyNetworkAclQuintupleEntries({})
|
|
294
|
+
expect(data).to.be.ok
|
|
295
|
+
} catch(error) {
|
|
296
|
+
expect(error.requestId).to.be.ok
|
|
297
|
+
expect(error.code).to.be.ok
|
|
298
|
+
}
|
|
299
|
+
})
|
|
300
|
+
|
|
291
301
|
it("vpc.v20170312.DescribeVpcPrivateIpAddresses", async function () {
|
|
292
302
|
try {
|
|
293
303
|
const data = await client.DescribeVpcPrivateIpAddresses({})
|
|
@@ -488,9 +498,9 @@ it("vpc.v20170312.DisassociateVpcEndPointSecurityGroups", async function () {
|
|
|
488
498
|
}
|
|
489
499
|
})
|
|
490
500
|
|
|
491
|
-
it("vpc.v20170312.
|
|
501
|
+
it("vpc.v20170312.DeleteRouteTable", async function () {
|
|
492
502
|
try {
|
|
493
|
-
const data = await client.
|
|
503
|
+
const data = await client.DeleteRouteTable({})
|
|
494
504
|
expect(data).to.be.ok
|
|
495
505
|
} catch(error) {
|
|
496
506
|
expect(error.requestId).to.be.ok
|
|
@@ -918,6 +928,16 @@ it("vpc.v20170312.CheckAssistantCidr", async function () {
|
|
|
918
928
|
}
|
|
919
929
|
})
|
|
920
930
|
|
|
931
|
+
it("vpc.v20170312.DescribeFlowLogs", async function () {
|
|
932
|
+
try {
|
|
933
|
+
const data = await client.DescribeFlowLogs({})
|
|
934
|
+
expect(data).to.be.ok
|
|
935
|
+
} catch(error) {
|
|
936
|
+
expect(error.requestId).to.be.ok
|
|
937
|
+
expect(error.code).to.be.ok
|
|
938
|
+
}
|
|
939
|
+
})
|
|
940
|
+
|
|
921
941
|
it("vpc.v20170312.DescribeVpcIpv6Addresses", async function () {
|
|
922
942
|
try {
|
|
923
943
|
const data = await client.DescribeVpcIpv6Addresses({})
|
|
@@ -1048,9 +1068,9 @@ it("vpc.v20170312.MigratePrivateIpAddress", async function () {
|
|
|
1048
1068
|
}
|
|
1049
1069
|
})
|
|
1050
1070
|
|
|
1051
|
-
it("vpc.v20170312.
|
|
1071
|
+
it("vpc.v20170312.DeleteNetworkAclQuintupleEntries", async function () {
|
|
1052
1072
|
try {
|
|
1053
|
-
const data = await client.
|
|
1073
|
+
const data = await client.DeleteNetworkAclQuintupleEntries({})
|
|
1054
1074
|
expect(data).to.be.ok
|
|
1055
1075
|
} catch(error) {
|
|
1056
1076
|
expect(error.requestId).to.be.ok
|
|
@@ -1528,6 +1548,16 @@ it("vpc.v20170312.CreateNatGateway", async function () {
|
|
|
1528
1548
|
}
|
|
1529
1549
|
})
|
|
1530
1550
|
|
|
1551
|
+
it("vpc.v20170312.DescribeNetworkAclQuintupleEntries", async function () {
|
|
1552
|
+
try {
|
|
1553
|
+
const data = await client.DescribeNetworkAclQuintupleEntries({})
|
|
1554
|
+
expect(data).to.be.ok
|
|
1555
|
+
} catch(error) {
|
|
1556
|
+
expect(error.requestId).to.be.ok
|
|
1557
|
+
expect(error.code).to.be.ok
|
|
1558
|
+
}
|
|
1559
|
+
})
|
|
1560
|
+
|
|
1531
1561
|
it("vpc.v20170312.DeleteNetDetect", async function () {
|
|
1532
1562
|
try {
|
|
1533
1563
|
const data = await client.DeleteNetDetect({})
|
|
@@ -1588,9 +1618,9 @@ it("vpc.v20170312.DeleteVpcEndPointService", async function () {
|
|
|
1588
1618
|
}
|
|
1589
1619
|
})
|
|
1590
1620
|
|
|
1591
|
-
it("vpc.v20170312.
|
|
1621
|
+
it("vpc.v20170312.CreateNetworkAclQuintupleEntries", async function () {
|
|
1592
1622
|
try {
|
|
1593
|
-
const data = await client.
|
|
1623
|
+
const data = await client.CreateNetworkAclQuintupleEntries({})
|
|
1594
1624
|
expect(data).to.be.ok
|
|
1595
1625
|
} catch(error) {
|
|
1596
1626
|
expect(error.requestId).to.be.ok
|
|
@@ -1858,9 +1888,9 @@ it("vpc.v20170312.DescribeVpnGatewaySslServers", async function () {
|
|
|
1858
1888
|
}
|
|
1859
1889
|
})
|
|
1860
1890
|
|
|
1861
|
-
it("vpc.v20170312.
|
|
1891
|
+
it("vpc.v20170312.CreateDirectConnectGatewayCcnRoutes", async function () {
|
|
1862
1892
|
try {
|
|
1863
|
-
const data = await client.
|
|
1893
|
+
const data = await client.CreateDirectConnectGatewayCcnRoutes({})
|
|
1864
1894
|
expect(data).to.be.ok
|
|
1865
1895
|
} catch(error) {
|
|
1866
1896
|
expect(error.requestId).to.be.ok
|
|
@@ -2458,6 +2488,16 @@ it("vpc.v20170312.ReplaceRoutes", async function () {
|
|
|
2458
2488
|
}
|
|
2459
2489
|
})
|
|
2460
2490
|
|
|
2491
|
+
it("vpc.v20170312.ModifyAssistantCidr", async function () {
|
|
2492
|
+
try {
|
|
2493
|
+
const data = await client.ModifyAssistantCidr({})
|
|
2494
|
+
expect(data).to.be.ok
|
|
2495
|
+
} catch(error) {
|
|
2496
|
+
expect(error.requestId).to.be.ok
|
|
2497
|
+
expect(error.code).to.be.ok
|
|
2498
|
+
}
|
|
2499
|
+
})
|
|
2500
|
+
|
|
2461
2501
|
it("vpc.v20170312.ModifyNetDetect", async function () {
|
|
2462
2502
|
try {
|
|
2463
2503
|
const data = await client.ModifyNetDetect({})
|
|
@@ -218,6 +218,16 @@ it("waf.v20180125.DescribeIpAccessControl", async function () {
|
|
|
218
218
|
}
|
|
219
219
|
})
|
|
220
220
|
|
|
221
|
+
it("waf.v20180125.PostAttackDownloadTask", async function () {
|
|
222
|
+
try {
|
|
223
|
+
const data = await client.PostAttackDownloadTask({})
|
|
224
|
+
expect(data).to.be.ok
|
|
225
|
+
} catch(error) {
|
|
226
|
+
expect(error.requestId).to.be.ok
|
|
227
|
+
expect(error.code).to.be.ok
|
|
228
|
+
}
|
|
229
|
+
})
|
|
230
|
+
|
|
221
231
|
it("waf.v20180125.ModifyWafThreatenIntelligence", async function () {
|
|
222
232
|
try {
|
|
223
233
|
const data = await client.ModifyWafThreatenIntelligence({})
|