tencentcloud-sdk-nodejs 4.1.162 → 4.1.164
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/cfw/v20190904/cfw_client.js +30 -0
- package/es/services/dbbrain/v20210527/dbbrain_client.js +5 -2
- package/es/services/tdmq/v20200217/tdmq_client.js +5 -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/ags/v20250920/ags_client.d.ts +1 -1
- package/tencentcloud/services/ags/v20250920/ags_models.d.ts +217 -5
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +7 -7
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +43 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +62 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +1006 -445
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +20 -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 +88 -22
- package/tencentcloud/services/iai/v20180301/iai_models.d.ts +2 -2
- package/tencentcloud/services/iai/v20200303/iai_models.d.ts +2 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +8 -3
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +10 -3
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +94 -20
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -4
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +23 -10
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +229 -27
|
@@ -39,6 +39,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
39
39
|
async DeleteBlockIgnoreRuleNew(req, cb) {
|
|
40
40
|
return this.request("DeleteBlockIgnoreRuleNew", req, cb);
|
|
41
41
|
}
|
|
42
|
+
/**
|
|
43
|
+
* 查询集群模式Vpc间防火墙开关
|
|
44
|
+
*/
|
|
45
|
+
async DescribeClusterVpcFwSwitchs(req, cb) {
|
|
46
|
+
return this.request("DescribeClusterVpcFwSwitchs", req, cb);
|
|
47
|
+
}
|
|
42
48
|
/**
|
|
43
49
|
* VPC防火墙(组)开关列表
|
|
44
50
|
*/
|
|
@@ -118,6 +124,12 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
118
124
|
async RemoveEnterpriseSecurityGroupRule(req, cb) {
|
|
119
125
|
return this.request("RemoveEnterpriseSecurityGroupRule", req, cb);
|
|
120
126
|
}
|
|
127
|
+
/**
|
|
128
|
+
* 修改集群模式VPC防火墙开关
|
|
129
|
+
*/
|
|
130
|
+
async ModifyClusterVpcFwSwitch(req, cb) {
|
|
131
|
+
return this.request("ModifyClusterVpcFwSwitch", req, cb);
|
|
132
|
+
}
|
|
121
133
|
/**
|
|
122
134
|
* NAT防火墙规则快速排序
|
|
123
135
|
*/
|
|
@@ -136,6 +148,12 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
136
148
|
async CreateNatFwInstance(req, cb) {
|
|
137
149
|
return this.request("CreateNatFwInstance", req, cb);
|
|
138
150
|
}
|
|
151
|
+
/**
|
|
152
|
+
* 重新检测CCN中接入VPC防火墙的VPC实例非同城直通标记
|
|
153
|
+
*/
|
|
154
|
+
async UpdateCheckCcnNonDirectFlag(req, cb) {
|
|
155
|
+
return this.request("UpdateCheckCcnNonDirectFlag", req, cb);
|
|
156
|
+
}
|
|
139
157
|
/**
|
|
140
158
|
* ModifyBlockTop取消置顶接口
|
|
141
159
|
*/
|
|
@@ -226,6 +244,12 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
226
244
|
async ModifySecurityGroupRule(req, cb) {
|
|
227
245
|
return this.request("ModifySecurityGroupRule", req, cb);
|
|
228
246
|
}
|
|
247
|
+
/**
|
|
248
|
+
* 修改更新CCN中VPC防火墙策略配置
|
|
249
|
+
*/
|
|
250
|
+
async UpdateClusterVpcFw(req, cb) {
|
|
251
|
+
return this.request("UpdateClusterVpcFw", req, cb);
|
|
252
|
+
}
|
|
229
253
|
/**
|
|
230
254
|
* 查询安全组规则列表
|
|
231
255
|
*/
|
|
@@ -268,6 +292,12 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
268
292
|
async ModifyNatFwVpcDnsSwitch(req, cb) {
|
|
269
293
|
return this.request("ModifyNatFwVpcDnsSwitch", req, cb);
|
|
270
294
|
}
|
|
295
|
+
/**
|
|
296
|
+
* 查询云联网关联的实例信息
|
|
297
|
+
*/
|
|
298
|
+
async DescribeCcnAssociatedInstances(req, cb) {
|
|
299
|
+
return this.request("DescribeCcnAssociatedInstances", req, cb);
|
|
300
|
+
}
|
|
271
301
|
/**
|
|
272
302
|
* 启用停用单条企业安全组规则
|
|
273
303
|
*/
|
|
@@ -328,6 +358,12 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
328
358
|
async DescribeVpcAcRule(req, cb) {
|
|
329
359
|
return this.request("DescribeVpcAcRule", req, cb);
|
|
330
360
|
}
|
|
361
|
+
/**
|
|
362
|
+
* 查询CCN中VPC防火墙接入策略配置时的规则数量限制
|
|
363
|
+
*/
|
|
364
|
+
async DescribeCcnVpcFwPolicyLimit(req, cb) {
|
|
365
|
+
return this.request("DescribeCcnVpcFwPolicyLimit", req, cb);
|
|
366
|
+
}
|
|
331
367
|
/**
|
|
332
368
|
* 编辑新企业安全组规则
|
|
333
369
|
*/
|
|
@@ -364,12 +400,24 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
364
400
|
async DescribeSwitchLists(req, cb) {
|
|
365
401
|
return this.request("DescribeSwitchLists", req, cb);
|
|
366
402
|
}
|
|
403
|
+
/**
|
|
404
|
+
* 查询CCN VPC防火墙开关配置
|
|
405
|
+
*/
|
|
406
|
+
async DescribeCcnVpcFwSwitch(req, cb) {
|
|
407
|
+
return this.request("DescribeCcnVpcFwSwitch", req, cb);
|
|
408
|
+
}
|
|
367
409
|
/**
|
|
368
410
|
* 修改规则表状态
|
|
369
411
|
*/
|
|
370
412
|
async ModifyTableStatus(req, cb) {
|
|
371
413
|
return this.request("ModifyTableStatus", req, cb);
|
|
372
414
|
}
|
|
415
|
+
/**
|
|
416
|
+
* 查询VPC防火墙策略路由功能开白的CCN列表
|
|
417
|
+
*/
|
|
418
|
+
async DescribeVpcFwCcnPolicyWhiteList(req, cb) {
|
|
419
|
+
return this.request("DescribeVpcFwCcnPolicyWhiteList", req, cb);
|
|
420
|
+
}
|
|
373
421
|
/**
|
|
374
422
|
* 用户告警中心-封隔离处置按钮
|
|
375
423
|
*/
|
|
@@ -601,6 +649,12 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
601
649
|
async ModifyEnterpriseSecurityDispatchStatus(req, cb) {
|
|
602
650
|
return this.request("ModifyEnterpriseSecurityDispatchStatus", req, cb);
|
|
603
651
|
}
|
|
652
|
+
/**
|
|
653
|
+
* 互联网边界防火墙开关横幅错误信息
|
|
654
|
+
*/
|
|
655
|
+
async DescribeSwitchError(req, cb) {
|
|
656
|
+
return this.request("DescribeSwitchError", req, cb);
|
|
657
|
+
}
|
|
604
658
|
/**
|
|
605
659
|
* DescribeTLogInfo告警中心概况查询
|
|
606
660
|
*/
|
|
@@ -682,6 +736,14 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
682
736
|
async DescribeTLogIpList(req, cb) {
|
|
683
737
|
return this.request("DescribeTLogIpList", req, cb);
|
|
684
738
|
}
|
|
739
|
+
/**
|
|
740
|
+
* 查询CCN关联实例的地域防火墙引流网络部署状态
|
|
741
|
+
1.根据CCN ID和实例ID列表,返回实例对应地域的防火墙引流网络部署状态
|
|
742
|
+
2.如果传入实例ID列表为空,则返回CCN关联的所有实例的地域防火墙引流网络部署状态
|
|
743
|
+
*/
|
|
744
|
+
async DescribeCcnInstanceRegionStatus(req, cb) {
|
|
745
|
+
return this.request("DescribeCcnInstanceRegionStatus", req, cb);
|
|
746
|
+
}
|
|
685
747
|
/**
|
|
686
748
|
* 创建地址模板规则
|
|
687
749
|
*/
|