tencentcloud-sdk-nodejs-cfw 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/package.json
CHANGED
|
@@ -7,11 +7,11 @@ import { ModifyFwGroupSwitchRequest, DescribeCfwStatusMonitorRequest, CheckClust
|
|
|
7
7
|
export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
8
8
|
constructor(clientConfig: TencentCloudCommon.ClientConfig);
|
|
9
9
|
/**
|
|
10
|
-
* 删除VPC
|
|
10
|
+
* 删除 VPC 边界访问控制规则。
|
|
11
11
|
*/
|
|
12
12
|
RemoveVpcAcRule(req: RemoveVpcAcRuleRequest, cb?: (error: string, rep: RemoveVpcAcRuleResponse) => void): Promise<RemoveVpcAcRuleResponse>;
|
|
13
13
|
/**
|
|
14
|
-
*
|
|
14
|
+
* 删除 IP 封禁规则,或清空封禁列表。
|
|
15
15
|
*/
|
|
16
16
|
DeleteBlockIgnoreRuleNew(req: DeleteBlockIgnoreRuleNewRequest, cb?: (error: string, rep: DeleteBlockIgnoreRuleNewResponse) => void): Promise<DeleteBlockIgnoreRuleNewResponse>;
|
|
17
17
|
/**
|
|
@@ -56,11 +56,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
56
56
|
*/
|
|
57
57
|
DeleteVpcFwGroup(req: DeleteVpcFwGroupRequest, cb?: (error: string, rep: DeleteVpcFwGroupResponse) => void): Promise<DeleteVpcFwGroupResponse>;
|
|
58
58
|
/**
|
|
59
|
-
*
|
|
59
|
+
* 新增一条或多条 VPC 边界访问控制规则。
|
|
60
60
|
*/
|
|
61
61
|
AddVpcAcRule(req: AddVpcAcRuleRequest, cb?: (error: string, rep: AddVpcAcRuleResponse) => void): Promise<AddVpcAcRuleResponse>;
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* 新增一条或多条企业安全组规则。
|
|
64
64
|
*/
|
|
65
65
|
AddEnterpriseSecurityGroupRules(req: AddEnterpriseSecurityGroupRulesRequest, cb?: (error: string, rep: AddEnterpriseSecurityGroupRulesResponse) => void): Promise<AddEnterpriseSecurityGroupRulesResponse>;
|
|
66
66
|
/**
|
|
@@ -76,7 +76,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
76
76
|
*/
|
|
77
77
|
ModifySecurityGroupSequenceRules(req: ModifySecurityGroupSequenceRulesRequest, cb?: (error: string, rep: ModifySecurityGroupSequenceRulesResponse) => void): Promise<ModifySecurityGroupSequenceRulesResponse>;
|
|
78
78
|
/**
|
|
79
|
-
*
|
|
79
|
+
* 删除企业安全组规则。
|
|
80
80
|
*/
|
|
81
81
|
RemoveEnterpriseSecurityGroupRule(req: RemoveEnterpriseSecurityGroupRuleRequest, cb?: (error: string, rep: RemoveEnterpriseSecurityGroupRuleResponse) => void): Promise<RemoveEnterpriseSecurityGroupRuleResponse>;
|
|
82
82
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
188
188
|
*/
|
|
189
189
|
DescribeSecurityGroupList(req: DescribeSecurityGroupListRequest, cb?: (error: string, rep: DescribeSecurityGroupListResponse) => void): Promise<DescribeSecurityGroupListResponse>;
|
|
190
190
|
/**
|
|
191
|
-
*
|
|
191
|
+
* 修改一条 VPC边界访问控制规则。
|
|
192
192
|
*/
|
|
193
193
|
ModifyVpcAcRule(req: ModifyVpcAcRuleRequest, cb?: (error: string, rep: ModifyVpcAcRuleResponse) => void): Promise<ModifyVpcAcRuleResponse>;
|
|
194
194
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
204
204
|
*/
|
|
205
205
|
DescribeFwGroupIdNames(req: DescribeFwGroupIdNamesRequest, cb?: (error: string, rep: DescribeFwGroupIdNamesResponse) => void): Promise<DescribeFwGroupIdNamesResponse>;
|
|
206
206
|
/**
|
|
207
|
-
*
|
|
207
|
+
* 异步处置新告警中心的告警。支持告警封禁、告警加白、IP 封禁、IP 加白、域名加白、加入安全基线和资产隔离。
|
|
208
208
|
*/
|
|
209
209
|
CreateAlertCenterRuleAsync(req: CreateAlertCenterRuleAsyncRequest, cb?: (error: string, rep: CreateAlertCenterRuleAsyncResponse) => void): Promise<CreateAlertCenterRuleAsyncResponse>;
|
|
210
210
|
/**
|
|
@@ -236,7 +236,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
236
236
|
*/
|
|
237
237
|
DescribeNatFwInstanceWithRegion(req?: DescribeNatFwInstanceWithRegionRequest, cb?: (error: string, rep: DescribeNatFwInstanceWithRegionResponse) => void): Promise<DescribeNatFwInstanceWithRegionResponse>;
|
|
238
238
|
/**
|
|
239
|
-
*
|
|
239
|
+
* 批量新增封禁或放通规则。
|
|
240
240
|
*/
|
|
241
241
|
CreateBlockIgnoreRuleNew(req: CreateBlockIgnoreRuleNewRequest, cb?: (error: string, rep: CreateBlockIgnoreRuleNewResponse) => void): Promise<CreateBlockIgnoreRuleNewResponse>;
|
|
242
242
|
/**
|
|
@@ -260,7 +260,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
260
260
|
*/
|
|
261
261
|
ModifyVpcFwSequenceRules(req: ModifyVpcFwSequenceRulesRequest, cb?: (error: string, rep: ModifyVpcFwSequenceRulesResponse) => void): Promise<ModifyVpcFwSequenceRulesResponse>;
|
|
262
262
|
/**
|
|
263
|
-
*
|
|
263
|
+
* 忽略告警中心或拦截列表中的记录。忽略操作不支持撤销。
|
|
264
264
|
*/
|
|
265
265
|
CreateAlertCenterOmit(req: CreateAlertCenterOmitRequest, cb?: (error: string, rep: CreateAlertCenterOmitResponse) => void): Promise<CreateAlertCenterOmitResponse>;
|
|
266
266
|
/**
|
|
@@ -280,11 +280,11 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
280
280
|
*/
|
|
281
281
|
DescribeNatCcnFwSwitch(req: DescribeNatCcnFwSwitchRequest, cb?: (error: string, rep: DescribeNatCcnFwSwitchResponse) => void): Promise<DescribeNatCcnFwSwitchResponse>;
|
|
282
282
|
/**
|
|
283
|
-
*
|
|
283
|
+
* 修改企业安全组规则,包括编辑内容或启停规则。
|
|
284
284
|
*/
|
|
285
285
|
ModifyEnterpriseSecurityGroupRule(req: ModifyEnterpriseSecurityGroupRuleRequest, cb?: (error: string, rep: ModifyEnterpriseSecurityGroupRuleResponse) => void): Promise<ModifyEnterpriseSecurityGroupRuleResponse>;
|
|
286
286
|
/**
|
|
287
|
-
*
|
|
287
|
+
* 新增一条或多条互联网边界访问控制规则。
|
|
288
288
|
*/
|
|
289
289
|
AddAclRule(req: AddAclRuleRequest, cb?: (error: string, rep: AddAclRuleResponse) => void): Promise<AddAclRuleResponse>;
|
|
290
290
|
/**
|
|
@@ -292,7 +292,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
292
292
|
*/
|
|
293
293
|
DescribeEnterpriseSGRuleProgress(req?: DescribeEnterpriseSGRuleProgressRequest, cb?: (error: string, rep: DescribeEnterpriseSGRuleProgressResponse) => void): Promise<DescribeEnterpriseSGRuleProgressResponse>;
|
|
294
294
|
/**
|
|
295
|
-
*
|
|
295
|
+
* 修改一条 NAT边界访问控制规则。
|
|
296
296
|
*/
|
|
297
297
|
ModifyNatAcRule(req: ModifyNatAcRuleRequest, cb?: (error: string, rep: ModifyNatAcRuleResponse) => void): Promise<ModifyNatAcRuleResponse>;
|
|
298
298
|
/**
|
|
@@ -355,7 +355,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
355
355
|
*/
|
|
356
356
|
ModifySequenceRules(req: ModifySequenceRulesRequest, cb?: (error: string, rep: ModifySequenceRulesResponse) => void): Promise<ModifySequenceRulesResponse>;
|
|
357
357
|
/**
|
|
358
|
-
*
|
|
358
|
+
* 删除互联网边界访问控制规则。
|
|
359
359
|
*/
|
|
360
360
|
RemoveAclRule(req: RemoveAclRuleRequest, cb?: (error: string, rep: RemoveAclRuleResponse) => void): Promise<RemoveAclRuleResponse>;
|
|
361
361
|
/**
|
|
@@ -435,7 +435,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
435
435
|
*/
|
|
436
436
|
DescribeIpsRuleListNew(req: DescribeIpsRuleListNewRequest, cb?: (error: string, rep: DescribeIpsRuleListNewResponse) => void): Promise<DescribeIpsRuleListNewResponse>;
|
|
437
437
|
/**
|
|
438
|
-
*
|
|
438
|
+
* 修改一条互联网边界访问控制规则。
|
|
439
439
|
*/
|
|
440
440
|
ModifyAclRule(req: ModifyAclRuleRequest, cb?: (error: string, rep: ModifyAclRuleResponse) => void): Promise<ModifyAclRuleResponse>;
|
|
441
441
|
/**
|
|
@@ -455,7 +455,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
455
455
|
*/
|
|
456
456
|
DescribeBlockIgnoreList(req: DescribeBlockIgnoreListRequest, cb?: (error: string, rep: DescribeBlockIgnoreListResponse) => void): Promise<DescribeBlockIgnoreListResponse>;
|
|
457
457
|
/**
|
|
458
|
-
* 删除NAT
|
|
458
|
+
* 删除 NAT 边界访问控制规则。
|
|
459
459
|
*/
|
|
460
460
|
RemoveNatAcRule(req: RemoveNatAcRuleRequest, cb?: (error: string, rep: RemoveNatAcRuleResponse) => void): Promise<RemoveNatAcRuleResponse>;
|
|
461
461
|
/**
|
|
@@ -479,7 +479,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
479
479
|
*/
|
|
480
480
|
DescribeOfflineExportTask(req: DescribeOfflineExportTaskRequest, cb?: (error: string, rep: DescribeOfflineExportTaskResponse) => void): Promise<DescribeOfflineExportTaskResponse>;
|
|
481
481
|
/**
|
|
482
|
-
*
|
|
482
|
+
* 修改或解除已有入侵防御隔离记录,不用于新增隔离。
|
|
483
483
|
*/
|
|
484
484
|
ModifyIsolateTable(req: ModifyIsolateTableRequest, cb?: (error: string, rep: ModifyIsolateTableResponse) => void): Promise<ModifyIsolateTableResponse>;
|
|
485
485
|
/**
|
|
@@ -640,7 +640,7 @@ export declare class Client extends TencentCloudCommon.AbstractClient {
|
|
|
640
640
|
*/
|
|
641
641
|
CreateAddressTemplate(req: CreateAddressTemplateRequest, cb?: (error: string, rep: CreateAddressTemplateResponse) => void): Promise<CreateAddressTemplateResponse>;
|
|
642
642
|
/**
|
|
643
|
-
*
|
|
643
|
+
* 新增一条或多条 NAT边界访问控制规则。
|
|
644
644
|
*/
|
|
645
645
|
AddNatAcRule(req: AddNatAcRuleRequest, cb?: (error: string, rep: AddNatAcRuleResponse) => void): Promise<AddNatAcRuleResponse>;
|
|
646
646
|
/**
|
|
@@ -29,13 +29,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
29
29
|
super("cfw.tencentcloudapi.com", "2019-09-04", clientConfig);
|
|
30
30
|
}
|
|
31
31
|
/**
|
|
32
|
-
* 删除VPC
|
|
32
|
+
* 删除 VPC 边界访问控制规则。
|
|
33
33
|
*/
|
|
34
34
|
async RemoveVpcAcRule(req, cb) {
|
|
35
35
|
return this.request("RemoveVpcAcRule", req, cb);
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* 删除 IP 封禁规则,或清空封禁列表。
|
|
39
39
|
*/
|
|
40
40
|
async DeleteBlockIgnoreRuleNew(req, cb) {
|
|
41
41
|
return this.request("DeleteBlockIgnoreRuleNew", req, cb);
|
|
@@ -102,13 +102,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
102
102
|
return this.request("DeleteVpcFwGroup", req, cb);
|
|
103
103
|
}
|
|
104
104
|
/**
|
|
105
|
-
*
|
|
105
|
+
* 新增一条或多条 VPC 边界访问控制规则。
|
|
106
106
|
*/
|
|
107
107
|
async AddVpcAcRule(req, cb) {
|
|
108
108
|
return this.request("AddVpcAcRule", req, cb);
|
|
109
109
|
}
|
|
110
110
|
/**
|
|
111
|
-
*
|
|
111
|
+
* 新增一条或多条企业安全组规则。
|
|
112
112
|
*/
|
|
113
113
|
async AddEnterpriseSecurityGroupRules(req, cb) {
|
|
114
114
|
return this.request("AddEnterpriseSecurityGroupRules", req, cb);
|
|
@@ -132,7 +132,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
132
132
|
return this.request("ModifySecurityGroupSequenceRules", req, cb);
|
|
133
133
|
}
|
|
134
134
|
/**
|
|
135
|
-
*
|
|
135
|
+
* 删除企业安全组规则。
|
|
136
136
|
*/
|
|
137
137
|
async RemoveEnterpriseSecurityGroupRule(req, cb) {
|
|
138
138
|
return this.request("RemoveEnterpriseSecurityGroupRule", req, cb);
|
|
@@ -300,7 +300,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
300
300
|
return this.request("DescribeSecurityGroupList", req, cb);
|
|
301
301
|
}
|
|
302
302
|
/**
|
|
303
|
-
*
|
|
303
|
+
* 修改一条 VPC边界访问控制规则。
|
|
304
304
|
*/
|
|
305
305
|
async ModifyVpcAcRule(req, cb) {
|
|
306
306
|
return this.request("ModifyVpcAcRule", req, cb);
|
|
@@ -324,7 +324,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
324
324
|
return this.request("DescribeFwGroupIdNames", req, cb);
|
|
325
325
|
}
|
|
326
326
|
/**
|
|
327
|
-
*
|
|
327
|
+
* 异步处置新告警中心的告警。支持告警封禁、告警加白、IP 封禁、IP 加白、域名加白、加入安全基线和资产隔离。
|
|
328
328
|
*/
|
|
329
329
|
async CreateAlertCenterRuleAsync(req, cb) {
|
|
330
330
|
return this.request("CreateAlertCenterRuleAsync", req, cb);
|
|
@@ -372,7 +372,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
372
372
|
return this.request("DescribeNatFwInstanceWithRegion", req, cb);
|
|
373
373
|
}
|
|
374
374
|
/**
|
|
375
|
-
*
|
|
375
|
+
* 批量新增封禁或放通规则。
|
|
376
376
|
*/
|
|
377
377
|
async CreateBlockIgnoreRuleNew(req, cb) {
|
|
378
378
|
return this.request("CreateBlockIgnoreRuleNew", req, cb);
|
|
@@ -408,7 +408,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
408
408
|
return this.request("ModifyVpcFwSequenceRules", req, cb);
|
|
409
409
|
}
|
|
410
410
|
/**
|
|
411
|
-
*
|
|
411
|
+
* 忽略告警中心或拦截列表中的记录。忽略操作不支持撤销。
|
|
412
412
|
*/
|
|
413
413
|
async CreateAlertCenterOmit(req, cb) {
|
|
414
414
|
return this.request("CreateAlertCenterOmit", req, cb);
|
|
@@ -438,13 +438,13 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
438
438
|
return this.request("DescribeNatCcnFwSwitch", req, cb);
|
|
439
439
|
}
|
|
440
440
|
/**
|
|
441
|
-
*
|
|
441
|
+
* 修改企业安全组规则,包括编辑内容或启停规则。
|
|
442
442
|
*/
|
|
443
443
|
async ModifyEnterpriseSecurityGroupRule(req, cb) {
|
|
444
444
|
return this.request("ModifyEnterpriseSecurityGroupRule", req, cb);
|
|
445
445
|
}
|
|
446
446
|
/**
|
|
447
|
-
*
|
|
447
|
+
* 新增一条或多条互联网边界访问控制规则。
|
|
448
448
|
*/
|
|
449
449
|
async AddAclRule(req, cb) {
|
|
450
450
|
return this.request("AddAclRule", req, cb);
|
|
@@ -456,7 +456,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
456
456
|
return this.request("DescribeEnterpriseSGRuleProgress", req, cb);
|
|
457
457
|
}
|
|
458
458
|
/**
|
|
459
|
-
*
|
|
459
|
+
* 修改一条 NAT边界访问控制规则。
|
|
460
460
|
*/
|
|
461
461
|
async ModifyNatAcRule(req, cb) {
|
|
462
462
|
return this.request("ModifyNatAcRule", req, cb);
|
|
@@ -549,7 +549,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
549
549
|
return this.request("ModifySequenceRules", req, cb);
|
|
550
550
|
}
|
|
551
551
|
/**
|
|
552
|
-
*
|
|
552
|
+
* 删除互联网边界访问控制规则。
|
|
553
553
|
*/
|
|
554
554
|
async RemoveAclRule(req, cb) {
|
|
555
555
|
return this.request("RemoveAclRule", req, cb);
|
|
@@ -669,7 +669,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
669
669
|
return this.request("DescribeIpsRuleListNew", req, cb);
|
|
670
670
|
}
|
|
671
671
|
/**
|
|
672
|
-
*
|
|
672
|
+
* 修改一条互联网边界访问控制规则。
|
|
673
673
|
*/
|
|
674
674
|
async ModifyAclRule(req, cb) {
|
|
675
675
|
return this.request("ModifyAclRule", req, cb);
|
|
@@ -699,7 +699,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
699
699
|
return this.request("DescribeBlockIgnoreList", req, cb);
|
|
700
700
|
}
|
|
701
701
|
/**
|
|
702
|
-
* 删除NAT
|
|
702
|
+
* 删除 NAT 边界访问控制规则。
|
|
703
703
|
*/
|
|
704
704
|
async RemoveNatAcRule(req, cb) {
|
|
705
705
|
return this.request("RemoveNatAcRule", req, cb);
|
|
@@ -735,7 +735,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
735
735
|
return this.request("DescribeOfflineExportTask", req, cb);
|
|
736
736
|
}
|
|
737
737
|
/**
|
|
738
|
-
*
|
|
738
|
+
* 修改或解除已有入侵防御隔离记录,不用于新增隔离。
|
|
739
739
|
*/
|
|
740
740
|
async ModifyIsolateTable(req, cb) {
|
|
741
741
|
return this.request("ModifyIsolateTable", req, cb);
|
|
@@ -974,7 +974,7 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
974
974
|
return this.request("CreateAddressTemplate", req, cb);
|
|
975
975
|
}
|
|
976
976
|
/**
|
|
977
|
-
*
|
|
977
|
+
* 新增一条或多条 NAT边界访问控制规则。
|
|
978
978
|
*/
|
|
979
979
|
async AddNatAcRule(req, cb) {
|
|
980
980
|
return this.request("AddNatAcRule", req, cb);
|