tencentcloud-sdk-nodejs 4.0.464 → 4.0.466
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 +483 -0
- package/README.md +6 -4
- package/SERVICE_CHANGELOG.md +1043 -498
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdn/v20180606/cdn_client.ts +5 -3
- package/src/services/cdn/v20180606/cdn_models.ts +75 -24
- package/src/services/cfw/v20190904/cfw_client.ts +1 -1
- package/src/services/cfw/v20190904/cfw_models.ts +19 -19
- package/src/services/ckafka/v20190819/ckafka_models.ts +31 -2
- package/src/services/cpdp/v20190820/cpdp_client.ts +31 -1
- package/src/services/cpdp/v20190820/cpdp_models.ts +655 -95
- package/src/services/cwp/v20180228/cwp_client.ts +106 -19
- package/src/services/cwp/v20180228/cwp_models.ts +636 -194
- package/src/services/emr/v20190103/emr_models.ts +1 -1
- package/src/services/es/v20180416/es_models.ts +24 -1
- package/src/services/ess/v20201111/ess_models.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +20 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +135 -77
- package/src/services/ie/v20200304/ie_models.ts +6 -1
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +28 -0
- package/src/services/live/v20180801/live_client.ts +1 -0
- package/src/services/live/v20180801/live_models.ts +3 -2
- package/src/services/monitor/v20180724/monitor_client.ts +2 -1
- package/src/services/monitor/v20180724/monitor_models.ts +32 -5
- package/src/services/tcb/v20180608/tcb_models.ts +7 -0
- package/src/services/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +45 -0
- package/src/services/tcss/v20201101/tcss_client.ts +127 -37
- package/src/services/tcss/v20201101/tcss_models.ts +631 -310
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +13 -0
- package/src/services/tem/v20210701/tem_client.ts +1 -0
- package/src/services/tem/v20210701/tem_models.ts +257 -0
- package/src/services/teo/v20220901/teo_models.ts +31 -5
- package/src/services/thpc/v20220401/thpc_client.ts +16 -2
- package/src/services/thpc/v20220401/thpc_models.ts +145 -15
- package/src/services/tke/v20180525/tke_client.ts +1 -1
- package/src/services/tke/v20180525/tke_models.ts +24 -0
- package/src/services/tse/v20201207/tse_client.ts +1 -0
- package/src/services/tse/v20201207/tse_models.ts +23 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -3
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +2 -2
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +65 -21
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +19 -19
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +26 -2
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +550 -79
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +33 -5
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +48 -6
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +517 -143
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +20 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +117 -67
- package/tencentcloud/services/ie/v20200304/ie_models.d.ts +5 -1
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +23 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -0
- package/tencentcloud/services/live/v20180801/live_client.js +1 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +27 -4
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +6 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +37 -0
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +39 -8
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +54 -9
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +524 -248
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +11 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +214 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +27 -5
- package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +5 -1
- package/tencentcloud/services/thpc/v20220401/thpc_client.js +6 -0
- package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +124 -15
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +20 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -1
- package/test/cpdp.v20190820.test.js +20 -0
- package/test/cwp.v20180228.test.js +74 -4
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/tcss.v20201101.test.js +76 -6
- package/test/thpc.v20220401.test.js +10 -0
|
@@ -434,6 +434,11 @@ export interface DescribeSREInstanceAccessAddressResponse {
|
|
|
434
434
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
435
435
|
*/
|
|
436
436
|
ConsoleInternetBandWidth: number;
|
|
437
|
+
/**
|
|
438
|
+
* 北极星限流server节点接入IP
|
|
439
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
440
|
+
*/
|
|
441
|
+
LimiterAddressInfos: Array<PolarisLimiterAddress>;
|
|
437
442
|
/**
|
|
438
443
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
439
444
|
*/
|
|
@@ -498,6 +503,10 @@ export interface ServiceGovernanceInfo {
|
|
|
498
503
|
* 服务治理pushgateway引擎绑定的网络信息
|
|
499
504
|
*/
|
|
500
505
|
PgwVpcInfos?: Array<VpcInfo>;
|
|
506
|
+
/**
|
|
507
|
+
* 服务治理限流server引擎绑定的网络信息
|
|
508
|
+
*/
|
|
509
|
+
LimiterVpcInfos?: Array<VpcInfo>;
|
|
501
510
|
}
|
|
502
511
|
/**
|
|
503
512
|
* 云原生API网关节点信息。
|
|
@@ -657,6 +666,16 @@ export interface EngineAdmin {
|
|
|
657
666
|
*/
|
|
658
667
|
Token?: string;
|
|
659
668
|
}
|
|
669
|
+
/**
|
|
670
|
+
* 查询Limiter的接入地址
|
|
671
|
+
*/
|
|
672
|
+
export interface PolarisLimiterAddress {
|
|
673
|
+
/**
|
|
674
|
+
* VPC接入IP列表
|
|
675
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
676
|
+
*/
|
|
677
|
+
IntranetAddress: string;
|
|
678
|
+
}
|
|
660
679
|
/**
|
|
661
680
|
* CreateEngine请求参数结构体
|
|
662
681
|
*/
|
|
@@ -820,7 +839,7 @@ export interface DescribeSREInstanceAccessAddressRequest {
|
|
|
820
839
|
*/
|
|
821
840
|
SubnetId?: string;
|
|
822
841
|
/**
|
|
823
|
-
* 引擎其他组件名称(pushgateway)
|
|
842
|
+
* 引擎其他组件名称(pushgateway、polaris-limiter)
|
|
824
843
|
*/
|
|
825
844
|
Workload?: string;
|
|
826
845
|
/**
|
|
@@ -448,6 +448,16 @@ it("cpdp.v20190820.QueryInvoice", async function () {
|
|
|
448
448
|
}
|
|
449
449
|
})
|
|
450
450
|
|
|
451
|
+
it("cpdp.v20190820.BindOpenBankProfitSharePayee", async function () {
|
|
452
|
+
try {
|
|
453
|
+
const data = await client.BindOpenBankProfitSharePayee({})
|
|
454
|
+
expect(data).to.be.ok
|
|
455
|
+
} catch(error) {
|
|
456
|
+
expect(error.requestId).to.be.ok
|
|
457
|
+
expect(error.code).to.be.ok
|
|
458
|
+
}
|
|
459
|
+
})
|
|
460
|
+
|
|
451
461
|
it("cpdp.v20190820.QueryFlexPayeeInfo", async function () {
|
|
452
462
|
try {
|
|
453
463
|
const data = await client.QueryFlexPayeeInfo({})
|
|
@@ -1818,6 +1828,16 @@ it("cpdp.v20190820.UploadOpenBankSubMerchantCredential", async function () {
|
|
|
1818
1828
|
}
|
|
1819
1829
|
})
|
|
1820
1830
|
|
|
1831
|
+
it("cpdp.v20190820.QueryOpenBankProfitSharePayee", async function () {
|
|
1832
|
+
try {
|
|
1833
|
+
const data = await client.QueryOpenBankProfitSharePayee({})
|
|
1834
|
+
expect(data).to.be.ok
|
|
1835
|
+
} catch(error) {
|
|
1836
|
+
expect(error.requestId).to.be.ok
|
|
1837
|
+
expect(error.code).to.be.ok
|
|
1838
|
+
}
|
|
1839
|
+
})
|
|
1840
|
+
|
|
1821
1841
|
it("cpdp.v20190820.DistributeQueryReceiver", async function () {
|
|
1822
1842
|
try {
|
|
1823
1843
|
const data = await client.DistributeQueryReceiver({})
|
|
@@ -208,6 +208,16 @@ it("cwp.v20180228.DescribeServerRelatedDirInfo", async function () {
|
|
|
208
208
|
}
|
|
209
209
|
})
|
|
210
210
|
|
|
211
|
+
it("cwp.v20180228.StopBaselineDetect", async function () {
|
|
212
|
+
try {
|
|
213
|
+
const data = await client.StopBaselineDetect({})
|
|
214
|
+
expect(data).to.be.ok
|
|
215
|
+
} catch(error) {
|
|
216
|
+
expect(error.requestId).to.be.ok
|
|
217
|
+
expect(error.code).to.be.ok
|
|
218
|
+
}
|
|
219
|
+
})
|
|
220
|
+
|
|
211
221
|
it("cwp.v20180228.CreateBaselineStrategy", async function () {
|
|
212
222
|
try {
|
|
213
223
|
const data = await client.CreateBaselineStrategy({})
|
|
@@ -308,6 +318,16 @@ it("cwp.v20180228.DescribeBaselineList", async function () {
|
|
|
308
318
|
}
|
|
309
319
|
})
|
|
310
320
|
|
|
321
|
+
it("cwp.v20180228.DeleteScanTask", async function () {
|
|
322
|
+
try {
|
|
323
|
+
const data = await client.DeleteScanTask({})
|
|
324
|
+
expect(data).to.be.ok
|
|
325
|
+
} catch(error) {
|
|
326
|
+
expect(error.requestId).to.be.ok
|
|
327
|
+
expect(error.code).to.be.ok
|
|
328
|
+
}
|
|
329
|
+
})
|
|
330
|
+
|
|
311
331
|
it("cwp.v20180228.DeleteBashEvents", async function () {
|
|
312
332
|
try {
|
|
313
333
|
const data = await client.DeleteBashEvents({})
|
|
@@ -918,6 +938,16 @@ it("cwp.v20180228.DeleteMalwares", async function () {
|
|
|
918
938
|
}
|
|
919
939
|
})
|
|
920
940
|
|
|
941
|
+
it("cwp.v20180228.ExportTasks", async function () {
|
|
942
|
+
try {
|
|
943
|
+
const data = await client.ExportTasks({})
|
|
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
|
+
|
|
921
951
|
it("cwp.v20180228.DescribeMachineList", async function () {
|
|
922
952
|
try {
|
|
923
953
|
const data = await client.DescribeMachineList({})
|
|
@@ -1138,6 +1168,16 @@ it("cwp.v20180228.DescribeBaselineStrategyDetail", async function () {
|
|
|
1138
1168
|
}
|
|
1139
1169
|
})
|
|
1140
1170
|
|
|
1171
|
+
it("cwp.v20180228.ModifyBaselinePolicy", async function () {
|
|
1172
|
+
try {
|
|
1173
|
+
const data = await client.ModifyBaselinePolicy({})
|
|
1174
|
+
expect(data).to.be.ok
|
|
1175
|
+
} catch(error) {
|
|
1176
|
+
expect(error.requestId).to.be.ok
|
|
1177
|
+
expect(error.code).to.be.ok
|
|
1178
|
+
}
|
|
1179
|
+
})
|
|
1180
|
+
|
|
1141
1181
|
it("cwp.v20180228.DescribeAssetWebLocationInfo", async function () {
|
|
1142
1182
|
try {
|
|
1143
1183
|
const data = await client.DescribeAssetWebLocationInfo({})
|
|
@@ -1158,6 +1198,16 @@ it("cwp.v20180228.UntrustMalwares", async function () {
|
|
|
1158
1198
|
}
|
|
1159
1199
|
})
|
|
1160
1200
|
|
|
1201
|
+
it("cwp.v20180228.DescribeBaselinePolicyList", async function () {
|
|
1202
|
+
try {
|
|
1203
|
+
const data = await client.DescribeBaselinePolicyList({})
|
|
1204
|
+
expect(data).to.be.ok
|
|
1205
|
+
} catch(error) {
|
|
1206
|
+
expect(error.requestId).to.be.ok
|
|
1207
|
+
expect(error.code).to.be.ok
|
|
1208
|
+
}
|
|
1209
|
+
})
|
|
1210
|
+
|
|
1161
1211
|
it("cwp.v20180228.DescribeProtectDirList", async function () {
|
|
1162
1212
|
try {
|
|
1163
1213
|
const data = await client.DescribeProtectDirList({})
|
|
@@ -1228,6 +1278,16 @@ it("cwp.v20180228.DescribeVulEffectHostList", async function () {
|
|
|
1228
1278
|
}
|
|
1229
1279
|
})
|
|
1230
1280
|
|
|
1281
|
+
it("cwp.v20180228.DeleteBaselinePolicy", async function () {
|
|
1282
|
+
try {
|
|
1283
|
+
const data = await client.DeleteBaselinePolicy({})
|
|
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
|
+
|
|
1231
1291
|
it("cwp.v20180228.DescribeScanTaskStatus", async function () {
|
|
1232
1292
|
try {
|
|
1233
1293
|
const data = await client.DescribeScanTaskStatus({})
|
|
@@ -1628,6 +1688,16 @@ it("cwp.v20180228.SwitchBashRules", async function () {
|
|
|
1628
1688
|
}
|
|
1629
1689
|
})
|
|
1630
1690
|
|
|
1691
|
+
it("cwp.v20180228.DescribeMachineOsList", async function () {
|
|
1692
|
+
try {
|
|
1693
|
+
const data = await client.DescribeMachineOsList({})
|
|
1694
|
+
expect(data).to.be.ok
|
|
1695
|
+
} catch(error) {
|
|
1696
|
+
expect(error.requestId).to.be.ok
|
|
1697
|
+
expect(error.code).to.be.ok
|
|
1698
|
+
}
|
|
1699
|
+
})
|
|
1700
|
+
|
|
1631
1701
|
it("cwp.v20180228.DescribeBanWhiteList", async function () {
|
|
1632
1702
|
try {
|
|
1633
1703
|
const data = await client.DescribeBanWhiteList({})
|
|
@@ -1818,9 +1888,9 @@ it("cwp.v20180228.DescribeBanRegions", async function () {
|
|
|
1818
1888
|
}
|
|
1819
1889
|
})
|
|
1820
1890
|
|
|
1821
|
-
it("cwp.v20180228.
|
|
1891
|
+
it("cwp.v20180228.DescribeJavaMemShellList", async function () {
|
|
1822
1892
|
try {
|
|
1823
|
-
const data = await client.
|
|
1893
|
+
const data = await client.DescribeJavaMemShellList({})
|
|
1824
1894
|
expect(data).to.be.ok
|
|
1825
1895
|
} catch(error) {
|
|
1826
1896
|
expect(error.requestId).to.be.ok
|
|
@@ -2168,9 +2238,9 @@ it("cwp.v20180228.DescribeMachines", async function () {
|
|
|
2168
2238
|
}
|
|
2169
2239
|
})
|
|
2170
2240
|
|
|
2171
|
-
it("cwp.v20180228.
|
|
2241
|
+
it("cwp.v20180228.DescribeBaselineHostDetectList", async function () {
|
|
2172
2242
|
try {
|
|
2173
|
-
const data = await client.
|
|
2243
|
+
const data = await client.DescribeBaselineHostDetectList({})
|
|
2174
2244
|
expect(data).to.be.ok
|
|
2175
2245
|
} catch(error) {
|
|
2176
2246
|
expect(error.requestId).to.be.ok
|
|
@@ -88,6 +88,16 @@ it("essbasic.v20210526.DescribeUsage", async function () {
|
|
|
88
88
|
}
|
|
89
89
|
})
|
|
90
90
|
|
|
91
|
+
it("essbasic.v20210526.ChannelCancelFlow", async function () {
|
|
92
|
+
try {
|
|
93
|
+
const data = await client.ChannelCancelFlow({})
|
|
94
|
+
expect(data).to.be.ok
|
|
95
|
+
} catch(error) {
|
|
96
|
+
expect(error.requestId).to.be.ok
|
|
97
|
+
expect(error.code).to.be.ok
|
|
98
|
+
}
|
|
99
|
+
})
|
|
100
|
+
|
|
91
101
|
it("essbasic.v20210526.CreateFlowsByTemplates", async function () {
|
|
92
102
|
try {
|
|
93
103
|
const data = await client.CreateFlowsByTemplates({})
|
|
@@ -318,6 +318,16 @@ it("tcss.v20201101.DescribeVirusAutoIsolateSampleDownloadURL", async function ()
|
|
|
318
318
|
}
|
|
319
319
|
})
|
|
320
320
|
|
|
321
|
+
it("tcss.v20201101.DescribeImageRegistryNamespaceList", async function () {
|
|
322
|
+
try {
|
|
323
|
+
const data = await client.DescribeImageRegistryNamespaceList({})
|
|
324
|
+
expect(data).to.be.ok
|
|
325
|
+
} catch(error) {
|
|
326
|
+
expect(error.requestId).to.be.ok
|
|
327
|
+
expect(error.code).to.be.ok
|
|
328
|
+
}
|
|
329
|
+
})
|
|
330
|
+
|
|
321
331
|
it("tcss.v20201101.DescribeScanIgnoreVulList", async function () {
|
|
322
332
|
try {
|
|
323
333
|
const data = await client.DescribeScanIgnoreVulList({})
|
|
@@ -458,6 +468,16 @@ it("tcss.v20201101.ConfirmNetworkFirewallPolicy", async function () {
|
|
|
458
468
|
}
|
|
459
469
|
})
|
|
460
470
|
|
|
471
|
+
it("tcss.v20201101.DeleteComplianceAssetPolicySetFromWhitelist", async function () {
|
|
472
|
+
try {
|
|
473
|
+
const data = await client.DeleteComplianceAssetPolicySetFromWhitelist({})
|
|
474
|
+
expect(data).to.be.ok
|
|
475
|
+
} catch(error) {
|
|
476
|
+
expect(error.requestId).to.be.ok
|
|
477
|
+
expect(error.code).to.be.ok
|
|
478
|
+
}
|
|
479
|
+
})
|
|
480
|
+
|
|
461
481
|
it("tcss.v20201101.DescribeImageComponentList", async function () {
|
|
462
482
|
try {
|
|
463
483
|
const data = await client.DescribeImageComponentList({})
|
|
@@ -988,6 +1008,16 @@ it("tcss.v20201101.DescribeRiskSyscallEvents", async function () {
|
|
|
988
1008
|
}
|
|
989
1009
|
})
|
|
990
1010
|
|
|
1011
|
+
it("tcss.v20201101.AddComplianceAssetPolicySetToWhitelist", async function () {
|
|
1012
|
+
try {
|
|
1013
|
+
const data = await client.AddComplianceAssetPolicySetToWhitelist({})
|
|
1014
|
+
expect(data).to.be.ok
|
|
1015
|
+
} catch(error) {
|
|
1016
|
+
expect(error.requestId).to.be.ok
|
|
1017
|
+
expect(error.code).to.be.ok
|
|
1018
|
+
}
|
|
1019
|
+
})
|
|
1020
|
+
|
|
991
1021
|
it("tcss.v20201101.ModifySecLogJoinObjects", async function () {
|
|
992
1022
|
try {
|
|
993
1023
|
const data = await client.ModifySecLogJoinObjects({})
|
|
@@ -1338,6 +1368,16 @@ it("tcss.v20201101.CreateImageExportJob", async function () {
|
|
|
1338
1368
|
}
|
|
1339
1369
|
})
|
|
1340
1370
|
|
|
1371
|
+
it("tcss.v20201101.DescribeSecLogDeliveryClsSetting", async function () {
|
|
1372
|
+
try {
|
|
1373
|
+
const data = await client.DescribeSecLogDeliveryClsSetting({})
|
|
1374
|
+
expect(data).to.be.ok
|
|
1375
|
+
} catch(error) {
|
|
1376
|
+
expect(error.requestId).to.be.ok
|
|
1377
|
+
expect(error.code).to.be.ok
|
|
1378
|
+
}
|
|
1379
|
+
})
|
|
1380
|
+
|
|
1341
1381
|
it("tcss.v20201101.DescribeVirusList", async function () {
|
|
1342
1382
|
try {
|
|
1343
1383
|
const data = await client.DescribeVirusList({})
|
|
@@ -1498,6 +1538,16 @@ it("tcss.v20201101.DescribeAffectedWorkloadList", async function () {
|
|
|
1498
1538
|
}
|
|
1499
1539
|
})
|
|
1500
1540
|
|
|
1541
|
+
it("tcss.v20201101.AddCompliancePolicyAssetSetToWhitelist", async function () {
|
|
1542
|
+
try {
|
|
1543
|
+
const data = await client.AddCompliancePolicyAssetSetToWhitelist({})
|
|
1544
|
+
expect(data).to.be.ok
|
|
1545
|
+
} catch(error) {
|
|
1546
|
+
expect(error.requestId).to.be.ok
|
|
1547
|
+
expect(error.code).to.be.ok
|
|
1548
|
+
}
|
|
1549
|
+
})
|
|
1550
|
+
|
|
1501
1551
|
it("tcss.v20201101.DeleteAbnormalProcessRules", async function () {
|
|
1502
1552
|
try {
|
|
1503
1553
|
const data = await client.DeleteAbnormalProcessRules({})
|
|
@@ -1518,6 +1568,16 @@ it("tcss.v20201101.DescribeVulDetail", async function () {
|
|
|
1518
1568
|
}
|
|
1519
1569
|
})
|
|
1520
1570
|
|
|
1571
|
+
it("tcss.v20201101.DescribeExportJobManageList", async function () {
|
|
1572
|
+
try {
|
|
1573
|
+
const data = await client.DescribeExportJobManageList({})
|
|
1574
|
+
expect(data).to.be.ok
|
|
1575
|
+
} catch(error) {
|
|
1576
|
+
expect(error.requestId).to.be.ok
|
|
1577
|
+
expect(error.code).to.be.ok
|
|
1578
|
+
}
|
|
1579
|
+
})
|
|
1580
|
+
|
|
1521
1581
|
it("tcss.v20201101.CreateVulScanTask", async function () {
|
|
1522
1582
|
try {
|
|
1523
1583
|
const data = await client.CreateVulScanTask({})
|
|
@@ -2528,9 +2588,9 @@ it("tcss.v20201101.ModifySecLogCleanSettingInfo", async function () {
|
|
|
2528
2588
|
}
|
|
2529
2589
|
})
|
|
2530
2590
|
|
|
2531
|
-
it("tcss.v20201101.
|
|
2591
|
+
it("tcss.v20201101.DescribeExportJobDownloadURL", async function () {
|
|
2532
2592
|
try {
|
|
2533
|
-
const data = await client.
|
|
2593
|
+
const data = await client.DescribeExportJobDownloadURL({})
|
|
2534
2594
|
expect(data).to.be.ok
|
|
2535
2595
|
} catch(error) {
|
|
2536
2596
|
expect(error.requestId).to.be.ok
|
|
@@ -2568,6 +2628,16 @@ it("tcss.v20201101.DescribeEscapeEventInfo", async function () {
|
|
|
2568
2628
|
}
|
|
2569
2629
|
})
|
|
2570
2630
|
|
|
2631
|
+
it("tcss.v20201101.DescribeVulSummary", async function () {
|
|
2632
|
+
try {
|
|
2633
|
+
const data = await client.DescribeVulSummary({})
|
|
2634
|
+
expect(data).to.be.ok
|
|
2635
|
+
} catch(error) {
|
|
2636
|
+
expect(error.requestId).to.be.ok
|
|
2637
|
+
expect(error.code).to.be.ok
|
|
2638
|
+
}
|
|
2639
|
+
})
|
|
2640
|
+
|
|
2571
2641
|
it("tcss.v20201101.DescribeAutoAuthorizedRuleHost", async function () {
|
|
2572
2642
|
try {
|
|
2573
2643
|
const data = await client.DescribeAutoAuthorizedRuleHost({})
|
|
@@ -3018,9 +3088,9 @@ it("tcss.v20201101.DescribeVirusScanTaskStatus", async function () {
|
|
|
3018
3088
|
}
|
|
3019
3089
|
})
|
|
3020
3090
|
|
|
3021
|
-
it("tcss.v20201101.
|
|
3091
|
+
it("tcss.v20201101.DescribeSecEventsTendency", async function () {
|
|
3022
3092
|
try {
|
|
3023
|
-
const data = await client.
|
|
3093
|
+
const data = await client.DescribeSecEventsTendency({})
|
|
3024
3094
|
expect(data).to.be.ok
|
|
3025
3095
|
} catch(error) {
|
|
3026
3096
|
expect(error.requestId).to.be.ok
|
|
@@ -3048,9 +3118,9 @@ it("tcss.v20201101.ModifySecLogDeliveryKafkaSetting", async function () {
|
|
|
3048
3118
|
}
|
|
3049
3119
|
})
|
|
3050
3120
|
|
|
3051
|
-
it("tcss.v20201101.
|
|
3121
|
+
it("tcss.v20201101.DeleteCompliancePolicyAssetSetFromWhitelist", async function () {
|
|
3052
3122
|
try {
|
|
3053
|
-
const data = await client.
|
|
3123
|
+
const data = await client.DeleteCompliancePolicyAssetSetFromWhitelist({})
|
|
3054
3124
|
expect(data).to.be.ok
|
|
3055
3125
|
} catch(error) {
|
|
3056
3126
|
expect(error.requestId).to.be.ok
|
|
@@ -48,6 +48,16 @@ it("thpc.v20220401.CreateCluster", async function () {
|
|
|
48
48
|
}
|
|
49
49
|
})
|
|
50
50
|
|
|
51
|
+
it("thpc.v20220401.SetAutoScalingConfiguration", async function () {
|
|
52
|
+
try {
|
|
53
|
+
const data = await client.SetAutoScalingConfiguration({})
|
|
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
|
+
|
|
51
61
|
it("thpc.v20220401.AddNodes", async function () {
|
|
52
62
|
try {
|
|
53
63
|
const data = await client.AddNodes({})
|