tencentcloud-sdk-nodejs 4.1.275 → 4.1.277
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/es/common/sdk_version.js +1 -1
- package/es/services/adp/v20260520/adp_client.js +77 -14
- package/es/services/dlc/v20210125/dlc_client.js +9 -0
- package/es/services/mps/v20190612/mps_client.js +8 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/adp/v20260520/adp_client.d.ts +99 -15
- package/tencentcloud/services/adp/v20260520/adp_client.js +147 -21
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +2089 -599
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +63 -48
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +47 -43
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +17 -17
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +17 -17
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +206 -206
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +13 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +18 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +208 -36
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -14
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +23 -56
- package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +11 -3
- package/tencentcloud/services/mps/v20190612/mps_client.js +15 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +250 -94
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +35 -35
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +106 -55
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +18 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -5
|
@@ -28,13 +28,13 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
28
28
|
super("cfw.tencentcloudapi.com", "2019-09-04", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
* 删除VPC
|
|
31
|
+
* 删除 VPC 边界访问控制规则。
|
|
32
32
|
*/
|
|
33
33
|
async RemoveVpcAcRule(req, cb) {
|
|
34
34
|
return this.request("RemoveVpcAcRule", req, cb);
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 删除 IP 封禁规则,或清空封禁列表。
|
|
38
38
|
*/
|
|
39
39
|
async DeleteBlockIgnoreRuleNew(req, cb) {
|
|
40
40
|
return this.request("DeleteBlockIgnoreRuleNew", req, cb);
|
|
@@ -101,13 +101,13 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
101
101
|
return this.request("DeleteVpcFwGroup", req, cb);
|
|
102
102
|
}
|
|
103
103
|
/**
|
|
104
|
-
*
|
|
104
|
+
* 新增一条或多条 VPC 边界访问控制规则。
|
|
105
105
|
*/
|
|
106
106
|
async AddVpcAcRule(req, cb) {
|
|
107
107
|
return this.request("AddVpcAcRule", req, cb);
|
|
108
108
|
}
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* 新增一条或多条企业安全组规则。
|
|
111
111
|
*/
|
|
112
112
|
async AddEnterpriseSecurityGroupRules(req, cb) {
|
|
113
113
|
return this.request("AddEnterpriseSecurityGroupRules", req, cb);
|
|
@@ -131,7 +131,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
131
131
|
return this.request("ModifySecurityGroupSequenceRules", req, cb);
|
|
132
132
|
}
|
|
133
133
|
/**
|
|
134
|
-
*
|
|
134
|
+
* 删除企业安全组规则。
|
|
135
135
|
*/
|
|
136
136
|
async RemoveEnterpriseSecurityGroupRule(req, cb) {
|
|
137
137
|
return this.request("RemoveEnterpriseSecurityGroupRule", req, cb);
|
|
@@ -299,7 +299,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
299
299
|
return this.request("DescribeSecurityGroupList", req, cb);
|
|
300
300
|
}
|
|
301
301
|
/**
|
|
302
|
-
*
|
|
302
|
+
* 修改一条 VPC边界访问控制规则。
|
|
303
303
|
*/
|
|
304
304
|
async ModifyVpcAcRule(req, cb) {
|
|
305
305
|
return this.request("ModifyVpcAcRule", req, cb);
|
|
@@ -323,7 +323,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
323
323
|
return this.request("DescribeFwGroupIdNames", req, cb);
|
|
324
324
|
}
|
|
325
325
|
/**
|
|
326
|
-
*
|
|
326
|
+
* 异步处置新告警中心的告警。支持告警封禁、告警加白、IP 封禁、IP 加白、域名加白、加入安全基线和资产隔离。
|
|
327
327
|
*/
|
|
328
328
|
async CreateAlertCenterRuleAsync(req, cb) {
|
|
329
329
|
return this.request("CreateAlertCenterRuleAsync", req, cb);
|
|
@@ -371,7 +371,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
371
371
|
return this.request("DescribeNatFwInstanceWithRegion", req, cb);
|
|
372
372
|
}
|
|
373
373
|
/**
|
|
374
|
-
*
|
|
374
|
+
* 批量新增封禁或放通规则。
|
|
375
375
|
*/
|
|
376
376
|
async CreateBlockIgnoreRuleNew(req, cb) {
|
|
377
377
|
return this.request("CreateBlockIgnoreRuleNew", req, cb);
|
|
@@ -407,7 +407,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
407
407
|
return this.request("ModifyVpcFwSequenceRules", req, cb);
|
|
408
408
|
}
|
|
409
409
|
/**
|
|
410
|
-
*
|
|
410
|
+
* 忽略告警中心或拦截列表中的记录。忽略操作不支持撤销。
|
|
411
411
|
*/
|
|
412
412
|
async CreateAlertCenterOmit(req, cb) {
|
|
413
413
|
return this.request("CreateAlertCenterOmit", req, cb);
|
|
@@ -437,13 +437,13 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
437
437
|
return this.request("DescribeNatCcnFwSwitch", req, cb);
|
|
438
438
|
}
|
|
439
439
|
/**
|
|
440
|
-
*
|
|
440
|
+
* 修改企业安全组规则,包括编辑内容或启停规则。
|
|
441
441
|
*/
|
|
442
442
|
async ModifyEnterpriseSecurityGroupRule(req, cb) {
|
|
443
443
|
return this.request("ModifyEnterpriseSecurityGroupRule", req, cb);
|
|
444
444
|
}
|
|
445
445
|
/**
|
|
446
|
-
*
|
|
446
|
+
* 新增一条或多条互联网边界访问控制规则。
|
|
447
447
|
*/
|
|
448
448
|
async AddAclRule(req, cb) {
|
|
449
449
|
return this.request("AddAclRule", req, cb);
|
|
@@ -455,7 +455,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
455
455
|
return this.request("DescribeEnterpriseSGRuleProgress", req, cb);
|
|
456
456
|
}
|
|
457
457
|
/**
|
|
458
|
-
*
|
|
458
|
+
* 修改一条 NAT边界访问控制规则。
|
|
459
459
|
*/
|
|
460
460
|
async ModifyNatAcRule(req, cb) {
|
|
461
461
|
return this.request("ModifyNatAcRule", req, cb);
|
|
@@ -548,7 +548,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
548
548
|
return this.request("ModifySequenceRules", req, cb);
|
|
549
549
|
}
|
|
550
550
|
/**
|
|
551
|
-
*
|
|
551
|
+
* 删除互联网边界访问控制规则。
|
|
552
552
|
*/
|
|
553
553
|
async RemoveAclRule(req, cb) {
|
|
554
554
|
return this.request("RemoveAclRule", req, cb);
|
|
@@ -668,7 +668,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
668
668
|
return this.request("DescribeIpsRuleListNew", req, cb);
|
|
669
669
|
}
|
|
670
670
|
/**
|
|
671
|
-
*
|
|
671
|
+
* 修改一条互联网边界访问控制规则。
|
|
672
672
|
*/
|
|
673
673
|
async ModifyAclRule(req, cb) {
|
|
674
674
|
return this.request("ModifyAclRule", req, cb);
|
|
@@ -698,7 +698,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
698
698
|
return this.request("DescribeBlockIgnoreList", req, cb);
|
|
699
699
|
}
|
|
700
700
|
/**
|
|
701
|
-
* 删除NAT
|
|
701
|
+
* 删除 NAT 边界访问控制规则。
|
|
702
702
|
*/
|
|
703
703
|
async RemoveNatAcRule(req, cb) {
|
|
704
704
|
return this.request("RemoveNatAcRule", req, cb);
|
|
@@ -734,7 +734,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
734
734
|
return this.request("DescribeOfflineExportTask", req, cb);
|
|
735
735
|
}
|
|
736
736
|
/**
|
|
737
|
-
*
|
|
737
|
+
* 修改或解除已有入侵防御隔离记录,不用于新增隔离。
|
|
738
738
|
*/
|
|
739
739
|
async ModifyIsolateTable(req, cb) {
|
|
740
740
|
return this.request("ModifyIsolateTable", req, cb);
|
|
@@ -973,7 +973,7 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
973
973
|
return this.request("CreateAddressTemplate", req, cb);
|
|
974
974
|
}
|
|
975
975
|
/**
|
|
976
|
-
*
|
|
976
|
+
* 新增一条或多条 NAT边界访问控制规则。
|
|
977
977
|
*/
|
|
978
978
|
async AddNatAcRule(req, cb) {
|
|
979
979
|
return this.request("AddNatAcRule", req, cb);
|