tencentcloud-sdk-nodejs 4.0.574 → 4.0.575
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 +241 -0
- package/SERVICE_CHANGELOG.md +348 -91
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/index.ts +2 -2
- package/src/services/captcha/v20190722/captcha_models.ts +17 -6
- package/src/services/cdn/v20180606/cdn_models.ts +5 -5
- package/src/services/cii/index.ts +2 -2
- package/src/services/clb/v20180317/clb_models.ts +6 -0
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_client.ts +119 -29
- package/src/services/cwp/v20180228/cwp_models.ts +802 -35
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dc/v20180410/dc_models.ts +16 -5
- package/src/services/iotvideo/index.ts +4 -4
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/mongodb/v20190725/mongodb_client.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +24 -18
- package/src/services/mps/v20190612/mps_client.ts +12 -2
- package/src/services/mps/v20190612/mps_models.ts +341 -54
- package/src/services/ocr/v20181119/ocr_models.ts +9 -9
- package/src/services/organization/index.ts +2 -2
- package/src/services/pts/v20210728/pts_models.ts +16 -4
- package/src/services/tbp/index.ts +2 -2
- package/src/services/tem/index.ts +2 -2
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +4 -4
- package/src/services/tione/v20211111/tione_models.ts +52 -7
- package/src/services/tke/v20180525/tke_models.ts +16 -3
- package/src/services/vm/index.ts +2 -2
- package/src/services/vod/v20180717/vod_client.ts +7 -6
- package/src/services/vod/v20180717/vod_models.ts +40 -14
- package/src/services/yunsou/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/index.d.ts +4 -4
- package/tencentcloud/services/bma/index.js +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +15 -6
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -5
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +37 -9
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +54 -12
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +674 -32
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +14 -3
- package/tencentcloud/services/iotvideo/index.d.ts +6 -6
- package/tencentcloud/services/iotvideo/index.js +4 -4
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +21 -15
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +291 -44
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +9 -9
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +14 -2
- package/tencentcloud/services/tbp/index.d.ts +4 -4
- package/tencentcloud/services/tbp/index.js +2 -2
- package/tencentcloud/services/tem/index.d.ts +4 -4
- package/tencentcloud/services/tem/index.js +2 -2
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +6 -6
- package/tencentcloud/services/thpc/index.js +4 -4
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +44 -7
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +14 -3
- package/tencentcloud/services/vm/index.d.ts +4 -4
- package/tencentcloud/services/vm/index.js +2 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -6
- package/tencentcloud/services/vod/v20180717/vod_client.js +6 -6
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +36 -14
- package/tencentcloud/services/yunsou/index.d.ts +4 -4
- package/tencentcloud/services/yunsou/index.js +2 -2
- package/test/cwp.v20180228.test.js +78 -8
|
@@ -98,6 +98,16 @@ it("cwp.v20180228.DeleteMachineTag", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
+
it("cwp.v20180228.DescribeVertexDetail", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.DescribeVertexDetail({})
|
|
104
|
+
expect(data).to.be.ok
|
|
105
|
+
} catch(error) {
|
|
106
|
+
expect(error.requestId).to.be.ok
|
|
107
|
+
expect(error.code).to.be.ok
|
|
108
|
+
}
|
|
109
|
+
})
|
|
110
|
+
|
|
101
111
|
it("cwp.v20180228.DescribeAttackLogs", async function () {
|
|
102
112
|
try {
|
|
103
113
|
const data = await client.DescribeAttackLogs({})
|
|
@@ -218,9 +228,9 @@ it("cwp.v20180228.DescribeScanTaskDetails", async function () {
|
|
|
218
228
|
}
|
|
219
229
|
})
|
|
220
230
|
|
|
221
|
-
it("cwp.v20180228.
|
|
231
|
+
it("cwp.v20180228.DescribeEventByTable", async function () {
|
|
222
232
|
try {
|
|
223
|
-
const data = await client.
|
|
233
|
+
const data = await client.DescribeEventByTable({})
|
|
224
234
|
expect(data).to.be.ok
|
|
225
235
|
} catch(error) {
|
|
226
236
|
expect(error.requestId).to.be.ok
|
|
@@ -328,9 +338,9 @@ it("cwp.v20180228.DescribeExpertServiceList", async function () {
|
|
|
328
338
|
}
|
|
329
339
|
})
|
|
330
340
|
|
|
331
|
-
it("cwp.v20180228.
|
|
341
|
+
it("cwp.v20180228.DescribeAlarmVertexId", async function () {
|
|
332
342
|
try {
|
|
333
|
-
const data = await client.
|
|
343
|
+
const data = await client.DescribeAlarmVertexId({})
|
|
334
344
|
expect(data).to.be.ok
|
|
335
345
|
} catch(error) {
|
|
336
346
|
expect(error.requestId).to.be.ok
|
|
@@ -658,6 +668,16 @@ it("cwp.v20180228.CreateSearchLog", async function () {
|
|
|
658
668
|
}
|
|
659
669
|
})
|
|
660
670
|
|
|
671
|
+
it("cwp.v20180228.DescribeAlarmIncidentNodes", async function () {
|
|
672
|
+
try {
|
|
673
|
+
const data = await client.DescribeAlarmIncidentNodes({})
|
|
674
|
+
expect(data).to.be.ok
|
|
675
|
+
} catch(error) {
|
|
676
|
+
expect(error.requestId).to.be.ok
|
|
677
|
+
expect(error.code).to.be.ok
|
|
678
|
+
}
|
|
679
|
+
})
|
|
680
|
+
|
|
661
681
|
it("cwp.v20180228.DescribeEmergencyVulList", async function () {
|
|
662
682
|
try {
|
|
663
683
|
const data = await client.DescribeEmergencyVulList({})
|
|
@@ -678,6 +698,16 @@ it("cwp.v20180228.StopNoticeBanTips", async function () {
|
|
|
678
698
|
}
|
|
679
699
|
})
|
|
680
700
|
|
|
701
|
+
it("cwp.v20180228.DescribeReverseShellEventInfo", async function () {
|
|
702
|
+
try {
|
|
703
|
+
const data = await client.DescribeReverseShellEventInfo({})
|
|
704
|
+
expect(data).to.be.ok
|
|
705
|
+
} catch(error) {
|
|
706
|
+
expect(error.requestId).to.be.ok
|
|
707
|
+
expect(error.code).to.be.ok
|
|
708
|
+
}
|
|
709
|
+
})
|
|
710
|
+
|
|
681
711
|
it("cwp.v20180228.IgnoreImpactedHosts", async function () {
|
|
682
712
|
try {
|
|
683
713
|
const data = await client.IgnoreImpactedHosts({})
|
|
@@ -728,6 +758,16 @@ it("cwp.v20180228.ExportIgnoreBaselineRule", async function () {
|
|
|
728
758
|
}
|
|
729
759
|
})
|
|
730
760
|
|
|
761
|
+
it("cwp.v20180228.DescribePrivilegeEventInfo", async function () {
|
|
762
|
+
try {
|
|
763
|
+
const data = await client.DescribePrivilegeEventInfo({})
|
|
764
|
+
expect(data).to.be.ok
|
|
765
|
+
} catch(error) {
|
|
766
|
+
expect(error.requestId).to.be.ok
|
|
767
|
+
expect(error.code).to.be.ok
|
|
768
|
+
}
|
|
769
|
+
})
|
|
770
|
+
|
|
731
771
|
it("cwp.v20180228.DescribeBashEventsInfoNew", async function () {
|
|
732
772
|
try {
|
|
733
773
|
const data = await client.DescribeBashEventsInfoNew({})
|
|
@@ -1238,9 +1278,9 @@ it("cwp.v20180228.ExportBaselineRuleDetectList", async function () {
|
|
|
1238
1278
|
}
|
|
1239
1279
|
})
|
|
1240
1280
|
|
|
1241
|
-
it("cwp.v20180228.
|
|
1281
|
+
it("cwp.v20180228.DescribeServerRelatedDirInfo", async function () {
|
|
1242
1282
|
try {
|
|
1243
|
-
const data = await client.
|
|
1283
|
+
const data = await client.DescribeServerRelatedDirInfo({})
|
|
1244
1284
|
expect(data).to.be.ok
|
|
1245
1285
|
} catch(error) {
|
|
1246
1286
|
expect(error.requestId).to.be.ok
|
|
@@ -1668,6 +1708,16 @@ it("cwp.v20180228.DescribeAssetWebLocationList", async function () {
|
|
|
1668
1708
|
}
|
|
1669
1709
|
})
|
|
1670
1710
|
|
|
1711
|
+
it("cwp.v20180228.DescribeRiskDnsEventInfo", async function () {
|
|
1712
|
+
try {
|
|
1713
|
+
const data = await client.DescribeRiskDnsEventInfo({})
|
|
1714
|
+
expect(data).to.be.ok
|
|
1715
|
+
} catch(error) {
|
|
1716
|
+
expect(error.requestId).to.be.ok
|
|
1717
|
+
expect(error.code).to.be.ok
|
|
1718
|
+
}
|
|
1719
|
+
})
|
|
1720
|
+
|
|
1671
1721
|
it("cwp.v20180228.DescribeAssetAppProcessList", async function () {
|
|
1672
1722
|
try {
|
|
1673
1723
|
const data = await client.DescribeAssetAppProcessList({})
|
|
@@ -2048,9 +2098,9 @@ it("cwp.v20180228.CreateProtectServer", async function () {
|
|
|
2048
2098
|
}
|
|
2049
2099
|
})
|
|
2050
2100
|
|
|
2051
|
-
it("cwp.v20180228.
|
|
2101
|
+
it("cwp.v20180228.DescribeBaselineList", async function () {
|
|
2052
2102
|
try {
|
|
2053
|
-
const data = await client.
|
|
2103
|
+
const data = await client.DescribeBaselineList({})
|
|
2054
2104
|
expect(data).to.be.ok
|
|
2055
2105
|
} catch(error) {
|
|
2056
2106
|
expect(error.requestId).to.be.ok
|
|
@@ -2358,6 +2408,16 @@ it("cwp.v20180228.DescribeBaselineFixList", async function () {
|
|
|
2358
2408
|
}
|
|
2359
2409
|
})
|
|
2360
2410
|
|
|
2411
|
+
it("cwp.v20180228.DescribeScanState", async function () {
|
|
2412
|
+
try {
|
|
2413
|
+
const data = await client.DescribeScanState({})
|
|
2414
|
+
expect(data).to.be.ok
|
|
2415
|
+
} catch(error) {
|
|
2416
|
+
expect(error.requestId).to.be.ok
|
|
2417
|
+
expect(error.code).to.be.ok
|
|
2418
|
+
}
|
|
2419
|
+
})
|
|
2420
|
+
|
|
2361
2421
|
it("cwp.v20180228.DescribeStrategyExist", async function () {
|
|
2362
2422
|
try {
|
|
2363
2423
|
const data = await client.DescribeStrategyExist({})
|
|
@@ -2368,6 +2428,16 @@ it("cwp.v20180228.DescribeStrategyExist", async function () {
|
|
|
2368
2428
|
}
|
|
2369
2429
|
})
|
|
2370
2430
|
|
|
2431
|
+
it("cwp.v20180228.ExportBruteAttacks", async function () {
|
|
2432
|
+
try {
|
|
2433
|
+
const data = await client.ExportBruteAttacks({})
|
|
2434
|
+
expect(data).to.be.ok
|
|
2435
|
+
} catch(error) {
|
|
2436
|
+
expect(error.requestId).to.be.ok
|
|
2437
|
+
expect(error.code).to.be.ok
|
|
2438
|
+
}
|
|
2439
|
+
})
|
|
2440
|
+
|
|
2371
2441
|
it("cwp.v20180228.DescribeWebPageServiceInfo", async function () {
|
|
2372
2442
|
try {
|
|
2373
2443
|
const data = await client.DescribeWebPageServiceInfo({})
|