tencentcloud-sdk-nodejs 4.0.436 → 4.0.439
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 +1142 -0
- package/SERVICE_CHANGELOG.md +1365 -43
- package/package.json +1 -1
- package/products.md +42 -42
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +0 -12
- package/src/services/antiddos/v20200309/antiddos_models.ts +5 -35
- package/src/services/bda/v20200324/bda_models.ts +31 -6
- package/src/services/bma/v20210624/bma_models.ts +5 -0
- package/src/services/cbs/v20170312/cbs_client.ts +109 -41
- package/src/services/cbs/v20170312/cbs_models.ts +318 -111
- package/src/services/ccc/v20200210/ccc_models.ts +5 -0
- package/src/services/cdb/v20170320/cdb_client.ts +17 -0
- package/src/services/cdb/v20170320/cdb_models.ts +285 -2
- package/src/services/cfs/v20190719/cfs_client.ts +253 -103
- package/src/services/cfs/v20190719/cfs_models.ts +1008 -313
- package/src/services/cfw/v20190904/cfw_client.ts +12 -12
- package/src/services/cfw/v20190904/cfw_models.ts +72 -40
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +18 -0
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/cwp/v20180228/cwp_client.ts +192 -53
- package/src/services/cwp/v20180228/cwp_models.ts +1370 -336
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +47 -22
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +115 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +19 -6
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +80 -0
- package/src/services/ecm/v20190719/ecm_models.ts +9 -0
- package/src/services/emr/v20190103/emr_models.ts +42 -3
- package/src/services/ess/v20201111/ess_client.ts +3 -2
- package/src/services/ess/v20201111/ess_models.ts +21 -5
- package/src/services/essbasic/v20210526/essbasic_client.ts +39 -12
- package/src/services/essbasic/v20210526/essbasic_models.ts +283 -102
- package/src/services/gme/v20180711/gme_client.ts +15 -2
- package/src/services/gme/v20180711/gme_models.ts +80 -15
- package/src/services/monitor/v20180724/monitor_client.ts +20 -4
- package/src/services/monitor/v20180724/monitor_models.ts +231 -56
- package/src/services/ms/v20180408/ms_client.ts +26 -11
- package/src/services/ms/v20180408/ms_models.ts +224 -27
- package/src/services/ocr/v20181119/ocr_client.ts +18 -3
- package/src/services/ocr/v20181119/ocr_models.ts +166 -76
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +15 -0
- package/src/services/ses/v20201002/ses_models.ts +10 -8
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +104 -16
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +906 -411
- package/src/services/ssl/v20191205/ssl_models.ts +12 -0
- package/src/services/taf/v20200210/taf_client.ts +1 -15
- package/src/services/taf/v20200210/taf_models.ts +8 -96
- package/src/services/tcss/v20201101/tcss_models.ts +12 -0
- package/src/services/tem/v20210701/tem_models.ts +15 -0
- package/src/services/teo/v20220106/teo_models.ts +17 -11
- package/src/services/tione/v20211111/tione_client.ts +106 -16
- package/src/services/tione/v20211111/tione_models.ts +888 -125
- package/src/services/tke/v20180525/tke_models.ts +5 -0
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/tts/v20190823/tts_models.ts +6 -2
- package/src/services/vm/v20210922/vm_client.ts +2 -0
- package/src/services/vm/v20210922/vm_models.ts +87 -28
- package/src/services/vod/v20180717/vod_client.ts +16 -0
- package/src/services/vod/v20180717/vod_models.ts +67 -1
- package/src/services/vpc/v20170312/vpc_client.ts +7 -7
- package/src/services/vpc/v20170312/vpc_models.ts +3 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -5
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +0 -6
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -30
- package/tencentcloud/services/bda/v20200324/bda_models.d.ts +23 -2
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +4 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +48 -21
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +61 -24
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +273 -96
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +235 -2
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +79 -31
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +117 -45
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +753 -168
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -5
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -6
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +60 -35
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +15 -0
- 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 +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +64 -17
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +93 -24
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1146 -289
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +24 -12
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +98 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +7 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +9 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +67 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +8 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +35 -3
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +234 -83
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +5 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +6 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +68 -13
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +8 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +9 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +196 -51
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +8 -4
- package/tencentcloud/services/ms/v20180408/ms_client.js +10 -4
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +194 -27
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +141 -63
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +10 -8
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +31 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +45 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +758 -344
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +7 -82
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +10 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -0
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +16 -11
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +31 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +45 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +758 -117
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -1
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +77 -28
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +9 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +57 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +7 -7
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +7 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +3 -3
- package/test/antiddos.v20200309.test.js +0 -10
- package/test/cbs.v20170312.test.js +58 -8
- package/test/cdb.v20170320.test.js +10 -0
- package/test/cfs.v20190719.test.js +150 -30
- package/test/cfw.v20190904.test.js +8 -8
- package/test/cwp.v20180228.test.js +128 -18
- package/test/cynosdb.v20190107.test.js +34 -14
- package/test/dbbrain.v20210527.test.js +12 -2
- package/test/essbasic.v20210526.test.js +22 -2
- package/test/gme.v20180711.test.js +10 -0
- package/test/monitor.v20180724.test.js +10 -0
- package/test/ms.v20180408.test.js +12 -2
- package/test/ocr.v20181119.test.js +10 -0
- package/test/sqlserver.v20180328.test.js +72 -2
- package/test/taf.v20200210.test.js +0 -10
- package/test/tione.v20211111.test.js +72 -2
- package/test/vod.v20180717.test.js +10 -0
|
@@ -98,6 +98,16 @@ it("cwp.v20180228.DescribeAttackLogs", async function () {
|
|
|
98
98
|
}
|
|
99
99
|
})
|
|
100
100
|
|
|
101
|
+
it("cwp.v20180228.DescribeVulList", async function () {
|
|
102
|
+
try {
|
|
103
|
+
const data = await client.DescribeVulList({})
|
|
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.DescribeSearchExportList", async function () {
|
|
102
112
|
try {
|
|
103
113
|
const data = await client.DescribeSearchExportList({})
|
|
@@ -528,9 +538,9 @@ it("cwp.v20180228.ExportVulDetectionExcel", async function () {
|
|
|
528
538
|
}
|
|
529
539
|
})
|
|
530
540
|
|
|
531
|
-
it("cwp.v20180228.
|
|
541
|
+
it("cwp.v20180228.DestroyOrder", async function () {
|
|
532
542
|
try {
|
|
533
|
-
const data = await client.
|
|
543
|
+
const data = await client.DestroyOrder({})
|
|
534
544
|
expect(data).to.be.ok
|
|
535
545
|
} catch(error) {
|
|
536
546
|
expect(error.requestId).to.be.ok
|
|
@@ -798,6 +808,16 @@ it("cwp.v20180228.ScanAsset", async function () {
|
|
|
798
808
|
}
|
|
799
809
|
})
|
|
800
810
|
|
|
811
|
+
it("cwp.v20180228.DeleteLicenseRecord", async function () {
|
|
812
|
+
try {
|
|
813
|
+
const data = await client.DeleteLicenseRecord({})
|
|
814
|
+
expect(data).to.be.ok
|
|
815
|
+
} catch(error) {
|
|
816
|
+
expect(error.requestId).to.be.ok
|
|
817
|
+
expect(error.code).to.be.ok
|
|
818
|
+
}
|
|
819
|
+
})
|
|
820
|
+
|
|
801
821
|
it("cwp.v20180228.DescribeSecurityDynamics", async function () {
|
|
802
822
|
try {
|
|
803
823
|
const data = await client.DescribeSecurityDynamics({})
|
|
@@ -858,9 +878,9 @@ it("cwp.v20180228.DeletePrivilegeRules", async function () {
|
|
|
858
878
|
}
|
|
859
879
|
})
|
|
860
880
|
|
|
861
|
-
it("cwp.v20180228.
|
|
881
|
+
it("cwp.v20180228.ExportAssetCoreModuleList", async function () {
|
|
862
882
|
try {
|
|
863
|
-
const data = await client.
|
|
883
|
+
const data = await client.ExportAssetCoreModuleList({})
|
|
864
884
|
expect(data).to.be.ok
|
|
865
885
|
} catch(error) {
|
|
866
886
|
expect(error.requestId).to.be.ok
|
|
@@ -1068,6 +1088,16 @@ it("cwp.v20180228.ModifyWebPageProtectDir", async function () {
|
|
|
1068
1088
|
}
|
|
1069
1089
|
})
|
|
1070
1090
|
|
|
1091
|
+
it("cwp.v20180228.ExportScanTaskDetails", async function () {
|
|
1092
|
+
try {
|
|
1093
|
+
const data = await client.ExportScanTaskDetails({})
|
|
1094
|
+
expect(data).to.be.ok
|
|
1095
|
+
} catch(error) {
|
|
1096
|
+
expect(error.requestId).to.be.ok
|
|
1097
|
+
expect(error.code).to.be.ok
|
|
1098
|
+
}
|
|
1099
|
+
})
|
|
1100
|
+
|
|
1071
1101
|
it("cwp.v20180228.DescribeMaliciousRequestWhiteList", async function () {
|
|
1072
1102
|
try {
|
|
1073
1103
|
const data = await client.DescribeMaliciousRequestWhiteList({})
|
|
@@ -1108,6 +1138,16 @@ it("cwp.v20180228.DescribeAssetWebLocationInfo", async function () {
|
|
|
1108
1138
|
}
|
|
1109
1139
|
})
|
|
1110
1140
|
|
|
1141
|
+
it("cwp.v20180228.UntrustMalwares", async function () {
|
|
1142
|
+
try {
|
|
1143
|
+
const data = await client.UntrustMalwares({})
|
|
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
|
+
|
|
1111
1151
|
it("cwp.v20180228.DescribeProtectDirList", async function () {
|
|
1112
1152
|
try {
|
|
1113
1153
|
const data = await client.DescribeProtectDirList({})
|
|
@@ -1188,6 +1228,26 @@ it("cwp.v20180228.DescribeScanTaskStatus", async function () {
|
|
|
1188
1228
|
}
|
|
1189
1229
|
})
|
|
1190
1230
|
|
|
1231
|
+
it("cwp.v20180228.CreateLicenseOrder", async function () {
|
|
1232
|
+
try {
|
|
1233
|
+
const data = await client.CreateLicenseOrder({})
|
|
1234
|
+
expect(data).to.be.ok
|
|
1235
|
+
} catch(error) {
|
|
1236
|
+
expect(error.requestId).to.be.ok
|
|
1237
|
+
expect(error.code).to.be.ok
|
|
1238
|
+
}
|
|
1239
|
+
})
|
|
1240
|
+
|
|
1241
|
+
it("cwp.v20180228.ExportLicenseDetail", async function () {
|
|
1242
|
+
try {
|
|
1243
|
+
const data = await client.ExportLicenseDetail({})
|
|
1244
|
+
expect(data).to.be.ok
|
|
1245
|
+
} catch(error) {
|
|
1246
|
+
expect(error.requestId).to.be.ok
|
|
1247
|
+
expect(error.code).to.be.ok
|
|
1248
|
+
}
|
|
1249
|
+
})
|
|
1250
|
+
|
|
1191
1251
|
it("cwp.v20180228.DescribeSearchTemplates", async function () {
|
|
1192
1252
|
try {
|
|
1193
1253
|
const data = await client.DescribeSearchTemplates({})
|
|
@@ -1318,6 +1378,16 @@ it("cwp.v20180228.DescribeLoginWhiteCombinedList", async function () {
|
|
|
1318
1378
|
}
|
|
1319
1379
|
})
|
|
1320
1380
|
|
|
1381
|
+
it("cwp.v20180228.DescribeBaselineTop", async function () {
|
|
1382
|
+
try {
|
|
1383
|
+
const data = await client.DescribeBaselineTop({})
|
|
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
|
+
|
|
1321
1391
|
it("cwp.v20180228.DescribeProcessStatistics", async function () {
|
|
1322
1392
|
try {
|
|
1323
1393
|
const data = await client.DescribeProcessStatistics({})
|
|
@@ -1348,9 +1418,9 @@ it("cwp.v20180228.DescribeAssetWebLocationList", async function () {
|
|
|
1348
1418
|
}
|
|
1349
1419
|
})
|
|
1350
1420
|
|
|
1351
|
-
it("cwp.v20180228.
|
|
1421
|
+
it("cwp.v20180228.DescribeAssetAppProcessList", async function () {
|
|
1352
1422
|
try {
|
|
1353
|
-
const data = await client.
|
|
1423
|
+
const data = await client.DescribeAssetAppProcessList({})
|
|
1354
1424
|
expect(data).to.be.ok
|
|
1355
1425
|
} catch(error) {
|
|
1356
1426
|
expect(error.requestId).to.be.ok
|
|
@@ -1478,6 +1548,16 @@ it("cwp.v20180228.DescribeBruteAttackRules", async function () {
|
|
|
1478
1548
|
}
|
|
1479
1549
|
})
|
|
1480
1550
|
|
|
1551
|
+
it("cwp.v20180228.ModifyLicenseBinds", async function () {
|
|
1552
|
+
try {
|
|
1553
|
+
const data = await client.ModifyLicenseBinds({})
|
|
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
|
+
|
|
1481
1561
|
it("cwp.v20180228.DescribeAssetEnvList", async function () {
|
|
1482
1562
|
try {
|
|
1483
1563
|
const data = await client.DescribeAssetEnvList({})
|
|
@@ -1588,6 +1668,16 @@ it("cwp.v20180228.DescribeIgnoreBaselineRule", async function () {
|
|
|
1588
1668
|
}
|
|
1589
1669
|
})
|
|
1590
1670
|
|
|
1671
|
+
it("cwp.v20180228.DescribeLicenseBindSchedule", async function () {
|
|
1672
|
+
try {
|
|
1673
|
+
const data = await client.DescribeLicenseBindSchedule({})
|
|
1674
|
+
expect(data).to.be.ok
|
|
1675
|
+
} catch(error) {
|
|
1676
|
+
expect(error.requestId).to.be.ok
|
|
1677
|
+
expect(error.code).to.be.ok
|
|
1678
|
+
}
|
|
1679
|
+
})
|
|
1680
|
+
|
|
1591
1681
|
it("cwp.v20180228.DescribeBaselineDetail", async function () {
|
|
1592
1682
|
try {
|
|
1593
1683
|
const data = await client.DescribeBaselineDetail({})
|
|
@@ -1668,9 +1758,19 @@ it("cwp.v20180228.DescribeVulHostTop", async function () {
|
|
|
1668
1758
|
}
|
|
1669
1759
|
})
|
|
1670
1760
|
|
|
1671
|
-
it("cwp.v20180228.
|
|
1761
|
+
it("cwp.v20180228.ModifyLicenseUnBinds", async function () {
|
|
1672
1762
|
try {
|
|
1673
|
-
const data = await client.
|
|
1763
|
+
const data = await client.ModifyLicenseUnBinds({})
|
|
1764
|
+
expect(data).to.be.ok
|
|
1765
|
+
} catch(error) {
|
|
1766
|
+
expect(error.requestId).to.be.ok
|
|
1767
|
+
expect(error.code).to.be.ok
|
|
1768
|
+
}
|
|
1769
|
+
})
|
|
1770
|
+
|
|
1771
|
+
it("cwp.v20180228.SwitchBashRules", async function () {
|
|
1772
|
+
try {
|
|
1773
|
+
const data = await client.SwitchBashRules({})
|
|
1674
1774
|
expect(data).to.be.ok
|
|
1675
1775
|
} catch(error) {
|
|
1676
1776
|
expect(error.requestId).to.be.ok
|
|
@@ -1748,9 +1848,9 @@ it("cwp.v20180228.ModifyMalwareTimingScanSettings", async function () {
|
|
|
1748
1848
|
}
|
|
1749
1849
|
})
|
|
1750
1850
|
|
|
1751
|
-
it("cwp.v20180228.
|
|
1851
|
+
it("cwp.v20180228.DescribeLicenseGeneral", async function () {
|
|
1752
1852
|
try {
|
|
1753
|
-
const data = await client.
|
|
1853
|
+
const data = await client.DescribeLicenseGeneral({})
|
|
1754
1854
|
expect(data).to.be.ok
|
|
1755
1855
|
} catch(error) {
|
|
1756
1856
|
expect(error.requestId).to.be.ok
|
|
@@ -1758,9 +1858,9 @@ it("cwp.v20180228.DescribeVulList", async function () {
|
|
|
1758
1858
|
}
|
|
1759
1859
|
})
|
|
1760
1860
|
|
|
1761
|
-
it("cwp.v20180228.
|
|
1861
|
+
it("cwp.v20180228.DescribeLicenseBindList", async function () {
|
|
1762
1862
|
try {
|
|
1763
|
-
const data = await client.
|
|
1863
|
+
const data = await client.DescribeLicenseBindList({})
|
|
1764
1864
|
expect(data).to.be.ok
|
|
1765
1865
|
} catch(error) {
|
|
1766
1866
|
expect(error.requestId).to.be.ok
|
|
@@ -1768,9 +1868,9 @@ it("cwp.v20180228.DescribeAssetCoreModuleInfo", async function () {
|
|
|
1768
1868
|
}
|
|
1769
1869
|
})
|
|
1770
1870
|
|
|
1771
|
-
it("cwp.v20180228.
|
|
1871
|
+
it("cwp.v20180228.DescribeAssetCoreModuleInfo", async function () {
|
|
1772
1872
|
try {
|
|
1773
|
-
const data = await client.
|
|
1873
|
+
const data = await client.DescribeAssetCoreModuleInfo({})
|
|
1774
1874
|
expect(data).to.be.ok
|
|
1775
1875
|
} catch(error) {
|
|
1776
1876
|
expect(error.requestId).to.be.ok
|
|
@@ -1778,9 +1878,9 @@ it("cwp.v20180228.DescribeGeneralStat", async function () {
|
|
|
1778
1878
|
}
|
|
1779
1879
|
})
|
|
1780
1880
|
|
|
1781
|
-
it("cwp.v20180228.
|
|
1881
|
+
it("cwp.v20180228.DescribeGeneralStat", async function () {
|
|
1782
1882
|
try {
|
|
1783
|
-
const data = await client.
|
|
1883
|
+
const data = await client.DescribeGeneralStat({})
|
|
1784
1884
|
expect(data).to.be.ok
|
|
1785
1885
|
} catch(error) {
|
|
1786
1886
|
expect(error.requestId).to.be.ok
|
|
@@ -1888,9 +1988,9 @@ it("cwp.v20180228.DescribeWebPageServiceInfo", async function () {
|
|
|
1888
1988
|
}
|
|
1889
1989
|
})
|
|
1890
1990
|
|
|
1891
|
-
it("cwp.v20180228.
|
|
1991
|
+
it("cwp.v20180228.ModifyOrderAttribute", async function () {
|
|
1892
1992
|
try {
|
|
1893
|
-
const data = await client.
|
|
1993
|
+
const data = await client.ModifyOrderAttribute({})
|
|
1894
1994
|
expect(data).to.be.ok
|
|
1895
1995
|
} catch(error) {
|
|
1896
1996
|
expect(error.requestId).to.be.ok
|
|
@@ -2078,6 +2178,16 @@ it("cwp.v20180228.DescribeWebPageEventList", async function () {
|
|
|
2078
2178
|
}
|
|
2079
2179
|
})
|
|
2080
2180
|
|
|
2181
|
+
it("cwp.v20180228.DescribeLicenseList", async function () {
|
|
2182
|
+
try {
|
|
2183
|
+
const data = await client.DescribeLicenseList({})
|
|
2184
|
+
expect(data).to.be.ok
|
|
2185
|
+
} catch(error) {
|
|
2186
|
+
expect(error.requestId).to.be.ok
|
|
2187
|
+
expect(error.code).to.be.ok
|
|
2188
|
+
}
|
|
2189
|
+
})
|
|
2190
|
+
|
|
2081
2191
|
it("cwp.v20180228.DescribeMalwareFile", async function () {
|
|
2082
2192
|
try {
|
|
2083
2193
|
const data = await client.DescribeMalwareFile({})
|
|
@@ -38,9 +38,9 @@ it("cynosdb.v20190107.DescribeBackupList", async function () {
|
|
|
38
38
|
}
|
|
39
39
|
})
|
|
40
40
|
|
|
41
|
-
it("cynosdb.v20190107.
|
|
41
|
+
it("cynosdb.v20190107.RevokeAccountPrivileges", async function () {
|
|
42
42
|
try {
|
|
43
|
-
const data = await client.
|
|
43
|
+
const data = await client.RevokeAccountPrivileges({})
|
|
44
44
|
expect(data).to.be.ok
|
|
45
45
|
} catch(error) {
|
|
46
46
|
expect(error.requestId).to.be.ok
|
|
@@ -158,16 +158,6 @@ it("cynosdb.v20190107.ModifyClusterName", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
-
it("cynosdb.v20190107.RevokeAccountPrivileges", async function () {
|
|
162
|
-
try {
|
|
163
|
-
const data = await client.RevokeAccountPrivileges({})
|
|
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
|
-
|
|
171
161
|
it("cynosdb.v20190107.DescribeInstanceDetail", async function () {
|
|
172
162
|
try {
|
|
173
163
|
const data = await client.DescribeInstanceDetail({})
|
|
@@ -268,6 +258,16 @@ it("cynosdb.v20190107.DescribeClusterParams", async function () {
|
|
|
268
258
|
}
|
|
269
259
|
})
|
|
270
260
|
|
|
261
|
+
it("cynosdb.v20190107.CreateBackup", async function () {
|
|
262
|
+
try {
|
|
263
|
+
const data = await client.CreateBackup({})
|
|
264
|
+
expect(data).to.be.ok
|
|
265
|
+
} catch(error) {
|
|
266
|
+
expect(error.requestId).to.be.ok
|
|
267
|
+
expect(error.code).to.be.ok
|
|
268
|
+
}
|
|
269
|
+
})
|
|
270
|
+
|
|
271
271
|
it("cynosdb.v20190107.OfflineInstance", async function () {
|
|
272
272
|
try {
|
|
273
273
|
const data = await client.OfflineInstance({})
|
|
@@ -398,9 +398,9 @@ it("cynosdb.v20190107.DescribeBackupConfig", async function () {
|
|
|
398
398
|
}
|
|
399
399
|
})
|
|
400
400
|
|
|
401
|
-
it("cynosdb.v20190107.
|
|
401
|
+
it("cynosdb.v20190107.DescribeAccountAllGrantPrivileges", async function () {
|
|
402
402
|
try {
|
|
403
|
-
const data = await client.
|
|
403
|
+
const data = await client.DescribeAccountAllGrantPrivileges({})
|
|
404
404
|
expect(data).to.be.ok
|
|
405
405
|
} catch(error) {
|
|
406
406
|
expect(error.requestId).to.be.ok
|
|
@@ -508,6 +508,16 @@ it("cynosdb.v20190107.CreateAccounts", async function () {
|
|
|
508
508
|
}
|
|
509
509
|
})
|
|
510
510
|
|
|
511
|
+
it("cynosdb.v20190107.ModifyClusterStorage", async function () {
|
|
512
|
+
try {
|
|
513
|
+
const data = await client.ModifyClusterStorage({})
|
|
514
|
+
expect(data).to.be.ok
|
|
515
|
+
} catch(error) {
|
|
516
|
+
expect(error.requestId).to.be.ok
|
|
517
|
+
expect(error.code).to.be.ok
|
|
518
|
+
}
|
|
519
|
+
})
|
|
520
|
+
|
|
511
521
|
it("cynosdb.v20190107.ActivateInstance", async function () {
|
|
512
522
|
try {
|
|
513
523
|
const data = await client.ActivateInstance({})
|
|
@@ -558,6 +568,16 @@ it("cynosdb.v20190107.DisassociateSecurityGroups", async function () {
|
|
|
558
568
|
}
|
|
559
569
|
})
|
|
560
570
|
|
|
571
|
+
it("cynosdb.v20190107.DescribeInstanceSlowQueries", async function () {
|
|
572
|
+
try {
|
|
573
|
+
const data = await client.DescribeInstanceSlowQueries({})
|
|
574
|
+
expect(data).to.be.ok
|
|
575
|
+
} catch(error) {
|
|
576
|
+
expect(error.requestId).to.be.ok
|
|
577
|
+
expect(error.code).to.be.ok
|
|
578
|
+
}
|
|
579
|
+
})
|
|
580
|
+
|
|
561
581
|
it("cynosdb.v20190107.DescribeRollbackTimeValidity", async function () {
|
|
562
582
|
try {
|
|
563
583
|
const data = await client.DescribeRollbackTimeValidity({})
|
|
@@ -228,6 +228,16 @@ it("dbbrain.v20210527.DeleteSecurityAuditLogExportTasks", async function () {
|
|
|
228
228
|
}
|
|
229
229
|
})
|
|
230
230
|
|
|
231
|
+
it("dbbrain.v20210527.ModifySqlFilters", async function () {
|
|
232
|
+
try {
|
|
233
|
+
const data = await client.ModifySqlFilters({})
|
|
234
|
+
expect(data).to.be.ok
|
|
235
|
+
} catch(error) {
|
|
236
|
+
expect(error.requestId).to.be.ok
|
|
237
|
+
expect(error.code).to.be.ok
|
|
238
|
+
}
|
|
239
|
+
})
|
|
240
|
+
|
|
231
241
|
it("dbbrain.v20210527.DescribeRedisTopBigKeys", async function () {
|
|
232
242
|
try {
|
|
233
243
|
const data = await client.DescribeRedisTopBigKeys({})
|
|
@@ -278,9 +288,9 @@ it("dbbrain.v20210527.DescribeDBDiagHistory", async function () {
|
|
|
278
288
|
}
|
|
279
289
|
})
|
|
280
290
|
|
|
281
|
-
it("dbbrain.v20210527.
|
|
291
|
+
it("dbbrain.v20210527.DescribeRedisTopKeyPrefixList", async function () {
|
|
282
292
|
try {
|
|
283
|
-
const data = await client.
|
|
293
|
+
const data = await client.DescribeRedisTopKeyPrefixList({})
|
|
284
294
|
expect(data).to.be.ok
|
|
285
295
|
} catch(error) {
|
|
286
296
|
expect(error.requestId).to.be.ok
|
|
@@ -158,6 +158,26 @@ it("essbasic.v20210526.GetDownloadFlowUrl", async function () {
|
|
|
158
158
|
}
|
|
159
159
|
})
|
|
160
160
|
|
|
161
|
+
it("essbasic.v20210526.SyncProxyOrganizationOperators", async function () {
|
|
162
|
+
try {
|
|
163
|
+
const data = await client.SyncProxyOrganizationOperators({})
|
|
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
|
+
|
|
171
|
+
it("essbasic.v20210526.ChannelBatchCancelFlows", async function () {
|
|
172
|
+
try {
|
|
173
|
+
const data = await client.ChannelBatchCancelFlows({})
|
|
174
|
+
expect(data).to.be.ok
|
|
175
|
+
} catch(error) {
|
|
176
|
+
expect(error.requestId).to.be.ok
|
|
177
|
+
expect(error.code).to.be.ok
|
|
178
|
+
}
|
|
179
|
+
})
|
|
180
|
+
|
|
161
181
|
it("essbasic.v20210526.PrepareFlows", async function () {
|
|
162
182
|
try {
|
|
163
183
|
const data = await client.PrepareFlows({})
|
|
@@ -218,9 +238,9 @@ it("essbasic.v20210526.OperateChannelTemplate", async function () {
|
|
|
218
238
|
}
|
|
219
239
|
})
|
|
220
240
|
|
|
221
|
-
it("essbasic.v20210526.
|
|
241
|
+
it("essbasic.v20210526.ChannelCreateFlowGroupByFiles", async function () {
|
|
222
242
|
try {
|
|
223
|
-
const data = await client.
|
|
243
|
+
const data = await client.ChannelCreateFlowGroupByFiles({})
|
|
224
244
|
expect(data).to.be.ok
|
|
225
245
|
} catch(error) {
|
|
226
246
|
expect(error.requestId).to.be.ok
|
|
@@ -108,6 +108,16 @@ it("gme.v20180711.CreateAgeDetectTask", async function () {
|
|
|
108
108
|
}
|
|
109
109
|
})
|
|
110
110
|
|
|
111
|
+
it("gme.v20180711.DeleteRoomMember", async function () {
|
|
112
|
+
try {
|
|
113
|
+
const data = await client.DeleteRoomMember({})
|
|
114
|
+
expect(data).to.be.ok
|
|
115
|
+
} catch(error) {
|
|
116
|
+
expect(error.requestId).to.be.ok
|
|
117
|
+
expect(error.code).to.be.ok
|
|
118
|
+
}
|
|
119
|
+
})
|
|
120
|
+
|
|
111
121
|
it("gme.v20180711.DescribeApplicationData", async function () {
|
|
112
122
|
try {
|
|
113
123
|
const data = await client.DescribeApplicationData({})
|
|
@@ -368,6 +368,16 @@ it("monitor.v20180724.UpgradeGrafanaInstance", async function () {
|
|
|
368
368
|
}
|
|
369
369
|
})
|
|
370
370
|
|
|
371
|
+
it("monitor.v20180724.DescribeGrafanaChannels", async function () {
|
|
372
|
+
try {
|
|
373
|
+
const data = await client.DescribeGrafanaChannels({})
|
|
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("monitor.v20180724.DeleteGrafanaIntegration", async function () {
|
|
372
382
|
try {
|
|
373
383
|
const data = await client.DeleteGrafanaIntegration({})
|
|
@@ -128,6 +128,16 @@ it("ms.v20180408.DescribeShieldInstances", async function () {
|
|
|
128
128
|
}
|
|
129
129
|
})
|
|
130
130
|
|
|
131
|
+
it("ms.v20180408.DescribeScanInstances", async function () {
|
|
132
|
+
try {
|
|
133
|
+
const data = await client.DescribeScanInstances({})
|
|
134
|
+
expect(data).to.be.ok
|
|
135
|
+
} catch(error) {
|
|
136
|
+
expect(error.requestId).to.be.ok
|
|
137
|
+
expect(error.code).to.be.ok
|
|
138
|
+
}
|
|
139
|
+
})
|
|
140
|
+
|
|
131
141
|
it("ms.v20180408.DescribeUrlDetectionResult", async function () {
|
|
132
142
|
try {
|
|
133
143
|
const data = await client.DescribeUrlDetectionResult({})
|
|
@@ -158,9 +168,9 @@ it("ms.v20180408.DescribeUserBaseInfoInstance", async function () {
|
|
|
158
168
|
}
|
|
159
169
|
})
|
|
160
170
|
|
|
161
|
-
it("ms.v20180408.
|
|
171
|
+
it("ms.v20180408.DescribeApkDetectionResult", async function () {
|
|
162
172
|
try {
|
|
163
|
-
const data = await client.
|
|
173
|
+
const data = await client.DescribeApkDetectionResult({})
|
|
164
174
|
expect(data).to.be.ok
|
|
165
175
|
} catch(error) {
|
|
166
176
|
expect(error.requestId).to.be.ok
|
|
@@ -288,6 +288,16 @@ it("ocr.v20181119.InvoiceGeneralOCR", async function () {
|
|
|
288
288
|
}
|
|
289
289
|
})
|
|
290
290
|
|
|
291
|
+
it("ocr.v20181119.RecognizeMedicalInvoiceOCR", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.RecognizeMedicalInvoiceOCR({})
|
|
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("ocr.v20181119.RecognizeOnlineTaxiItineraryOCR", async function () {
|
|
292
302
|
try {
|
|
293
303
|
const data = await client.RecognizeOnlineTaxiItineraryOCR({})
|
|
@@ -288,6 +288,16 @@ it("sqlserver.v20180328.DeleteDBInstance", async function () {
|
|
|
288
288
|
}
|
|
289
289
|
})
|
|
290
290
|
|
|
291
|
+
it("sqlserver.v20180328.CreateBusinessDBInstances", async function () {
|
|
292
|
+
try {
|
|
293
|
+
const data = await client.CreateBusinessDBInstances({})
|
|
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("sqlserver.v20180328.ModifyDBName", async function () {
|
|
292
302
|
try {
|
|
293
303
|
const data = await client.ModifyDBName({})
|
|
@@ -398,6 +408,16 @@ it("sqlserver.v20180328.ModifyDatabaseCDC", async function () {
|
|
|
398
408
|
}
|
|
399
409
|
})
|
|
400
410
|
|
|
411
|
+
it("sqlserver.v20180328.RunMigration", async function () {
|
|
412
|
+
try {
|
|
413
|
+
const data = await client.RunMigration({})
|
|
414
|
+
expect(data).to.be.ok
|
|
415
|
+
} catch(error) {
|
|
416
|
+
expect(error.requestId).to.be.ok
|
|
417
|
+
expect(error.code).to.be.ok
|
|
418
|
+
}
|
|
419
|
+
})
|
|
420
|
+
|
|
401
421
|
it("sqlserver.v20180328.DescribeProjectSecurityGroups", async function () {
|
|
402
422
|
try {
|
|
403
423
|
const data = await client.DescribeProjectSecurityGroups({})
|
|
@@ -498,6 +518,16 @@ it("sqlserver.v20180328.DescribeInstanceParamRecords", async function () {
|
|
|
498
518
|
}
|
|
499
519
|
})
|
|
500
520
|
|
|
521
|
+
it("sqlserver.v20180328.CreateBusinessIntelligenceFile", async function () {
|
|
522
|
+
try {
|
|
523
|
+
const data = await client.CreateBusinessIntelligenceFile({})
|
|
524
|
+
expect(data).to.be.ok
|
|
525
|
+
} catch(error) {
|
|
526
|
+
expect(error.requestId).to.be.ok
|
|
527
|
+
expect(error.code).to.be.ok
|
|
528
|
+
}
|
|
529
|
+
})
|
|
530
|
+
|
|
501
531
|
it("sqlserver.v20180328.StartMigrationCheck", async function () {
|
|
502
532
|
try {
|
|
503
533
|
const data = await client.StartMigrationCheck({})
|
|
@@ -618,6 +648,16 @@ it("sqlserver.v20180328.CreateMigration", async function () {
|
|
|
618
648
|
}
|
|
619
649
|
})
|
|
620
650
|
|
|
651
|
+
it("sqlserver.v20180328.DeleteBusinessIntelligenceFile", async function () {
|
|
652
|
+
try {
|
|
653
|
+
const data = await client.DeleteBusinessIntelligenceFile({})
|
|
654
|
+
expect(data).to.be.ok
|
|
655
|
+
} catch(error) {
|
|
656
|
+
expect(error.requestId).to.be.ok
|
|
657
|
+
expect(error.code).to.be.ok
|
|
658
|
+
}
|
|
659
|
+
})
|
|
660
|
+
|
|
621
661
|
it("sqlserver.v20180328.CreateBackupMigration", async function () {
|
|
622
662
|
try {
|
|
623
663
|
const data = await client.CreateBackupMigration({})
|
|
@@ -638,6 +678,16 @@ it("sqlserver.v20180328.DescribeDBInstances", async function () {
|
|
|
638
678
|
}
|
|
639
679
|
})
|
|
640
680
|
|
|
681
|
+
it("sqlserver.v20180328.DescribeBusinessIntelligenceFile", async function () {
|
|
682
|
+
try {
|
|
683
|
+
const data = await client.DescribeBusinessIntelligenceFile({})
|
|
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
|
+
|
|
641
691
|
it("sqlserver.v20180328.AssociateSecurityGroups", async function () {
|
|
642
692
|
try {
|
|
643
693
|
const data = await client.AssociateSecurityGroups({})
|
|
@@ -648,6 +698,16 @@ it("sqlserver.v20180328.AssociateSecurityGroups", async function () {
|
|
|
648
698
|
}
|
|
649
699
|
})
|
|
650
700
|
|
|
701
|
+
it("sqlserver.v20180328.OpenInterCommunication", async function () {
|
|
702
|
+
try {
|
|
703
|
+
const data = await client.OpenInterCommunication({})
|
|
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
|
+
|
|
651
711
|
it("sqlserver.v20180328.CreateIncrementalMigration", async function () {
|
|
652
712
|
try {
|
|
653
713
|
const data = await client.CreateIncrementalMigration({})
|
|
@@ -728,9 +788,9 @@ it("sqlserver.v20180328.DescribeMigrationDatabases", async function () {
|
|
|
728
788
|
}
|
|
729
789
|
})
|
|
730
790
|
|
|
731
|
-
it("sqlserver.v20180328.
|
|
791
|
+
it("sqlserver.v20180328.DescribeDBInstanceInter", async function () {
|
|
732
792
|
try {
|
|
733
|
-
const data = await client.
|
|
793
|
+
const data = await client.DescribeDBInstanceInter({})
|
|
734
794
|
expect(data).to.be.ok
|
|
735
795
|
} catch(error) {
|
|
736
796
|
expect(error.requestId).to.be.ok
|
|
@@ -748,6 +808,16 @@ it("sqlserver.v20180328.CreateReadOnlyDBInstances", async function () {
|
|
|
748
808
|
}
|
|
749
809
|
})
|
|
750
810
|
|
|
811
|
+
it("sqlserver.v20180328.CloseInterCommunication", async function () {
|
|
812
|
+
try {
|
|
813
|
+
const data = await client.CloseInterCommunication({})
|
|
814
|
+
expect(data).to.be.ok
|
|
815
|
+
} catch(error) {
|
|
816
|
+
expect(error.requestId).to.be.ok
|
|
817
|
+
expect(error.code).to.be.ok
|
|
818
|
+
}
|
|
819
|
+
})
|
|
820
|
+
|
|
751
821
|
it("sqlserver.v20180328.ModifyMigration", async function () {
|
|
752
822
|
try {
|
|
753
823
|
const data = await client.ModifyMigration({})
|
|
@@ -48,14 +48,4 @@ it("taf.v20200210.RecognizeTargetAudience", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
-
it("taf.v20200210.SendTrafficSecuritySmsMessage", async function () {
|
|
52
|
-
try {
|
|
53
|
-
const data = await client.SendTrafficSecuritySmsMessage({})
|
|
54
|
-
expect(data).to.be.ok
|
|
55
|
-
} catch(error) {
|
|
56
|
-
expect(error.requestId).to.be.ok
|
|
57
|
-
expect(error.code).to.be.ok
|
|
58
|
-
}
|
|
59
|
-
})
|
|
60
|
-
|
|
61
51
|
})
|