tencentcloud-sdk-nodejs 4.0.514 → 4.0.516

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.
Files changed (69) hide show
  1. package/CHANGELOG.md +614 -0
  2. package/SERVICE_CHANGELOG.md +829 -90
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  7. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  8. package/src/services/cdn/v20180606/cdn_client.ts +1 -0
  9. package/src/services/cdn/v20180606/cdn_models.ts +17 -2
  10. package/src/services/cfw/v20190904/cfw_client.ts +5 -3
  11. package/src/services/cfw/v20190904/cfw_models.ts +85 -35
  12. package/src/services/clb/v20180317/clb_models.ts +34 -2
  13. package/src/services/cwp/v20180228/cwp_client.ts +1 -0
  14. package/src/services/cwp/v20180228/cwp_models.ts +873 -605
  15. package/src/services/cynosdb/v20190107/cynosdb_client.ts +138 -37
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +524 -101
  17. package/src/services/dts/v20211206/dts_client.ts +12 -0
  18. package/src/services/dts/v20211206/dts_models.ts +20 -0
  19. package/src/services/emr/v20190103/emr_client.ts +5 -0
  20. package/src/services/emr/v20190103/emr_models.ts +191 -50
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  22. package/src/services/mongodb/v20190725/mongodb_client.ts +18 -6
  23. package/src/services/mongodb/v20190725/mongodb_models.ts +50 -0
  24. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  25. package/src/services/monitor/v20180724/monitor_models.ts +80 -0
  26. package/src/services/redis/v20180412/redis_client.ts +1 -1
  27. package/src/services/redis/v20180412/redis_models.ts +13 -13
  28. package/src/services/tbaas/v20180416/tbaas_models.ts +2 -2
  29. package/src/services/tdid/v20210519/tdid_client.ts +8 -4
  30. package/src/services/tione/v20211111/tione_models.ts +15 -4
  31. package/src/services/vod/v20180717/vod_client.ts +26 -18
  32. package/src/services/vod/v20180717/vod_models.ts +111 -64
  33. package/src/services/waf/v20180125/waf_models.ts +6 -0
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  37. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  38. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  39. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +15 -2
  40. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  41. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +74 -32
  42. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +28 -2
  43. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +831 -606
  44. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +44 -12
  45. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +64 -16
  46. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +454 -92
  47. package/tencentcloud/services/dts/v20211206/dts_client.d.ts +5 -1
  48. package/tencentcloud/services/dts/v20211206/dts_client.js +6 -0
  49. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +18 -0
  50. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +171 -50
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  52. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +7 -3
  53. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +9 -3
  54. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +42 -0
  55. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +65 -0
  56. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  57. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  58. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +13 -13
  59. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +2 -2
  60. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +6 -2
  61. package/tencentcloud/services/tdid/v20210519/tdid_client.js +6 -2
  62. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +13 -4
  63. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +15 -7
  64. package/tencentcloud/services/vod/v20180717/vod_client.js +15 -7
  65. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +102 -63
  66. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +5 -0
  67. package/test/cynosdb.v20190107.test.js +90 -10
  68. package/test/dts.v20211206.test.js +10 -0
  69. package/test/mongodb.v20190725.test.js +12 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.514",
3
+ "version": "4.0.516",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -40,21 +40,21 @@
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-12-28 01:04:48 |
42
42
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-12-16 01:10:35 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-12-22 01:20:37 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-01-04 01:07:30 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
45
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2022-12-22 01:22:01 |
45
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-01-04 01:08:35 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
47
47
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-12-20 14:06:27 |
48
48
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-12-26 01:15:15 |
49
49
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-12-19 01:23:20 |
50
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-12-16 01:12:46 |
50
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-01-04 01:09:46 |
51
51
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
52
- | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-12-19 01:24:16 |
52
+ | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-01-04 01:10:27 |
53
53
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
54
54
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
55
55
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
56
56
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2022-12-27 01:23:30 |
57
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-12-29 10:11:28 |
57
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-01-04 01:11:19 |
58
58
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
59
59
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
60
60
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
@@ -65,9 +65,9 @@
65
65
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-28 11:40:24 |
66
66
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
67
67
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-28 01:05:55 |
68
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-12-30 01:17:15 |
68
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-01-04 01:15:09 |
69
69
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2022-12-30 01:18:47 |
70
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-01-02 01:17:01 |
71
71
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
72
72
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
73
73
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
@@ -81,17 +81,17 @@
81
81
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
82
82
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2022-10-31 06:27:09 |
83
83
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
84
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-12-26 01:27:57 |
84
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-01-04 01:20:09 |
85
85
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
86
86
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
87
87
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
88
88
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-12-27 01:37:12 |
89
89
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
90
90
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
91
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-12-13 10:29:37 |
91
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-01-04 01:22:01 |
92
92
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-12 01:25:49 |
93
93
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-28 13:01:07 |
94
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-12-29 10:24:56 |
94
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-01-02 01:23:18 |
95
95
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
96
96
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-12-07 06:39:49 |
97
97
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
@@ -130,8 +130,8 @@
130
130
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
131
131
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
132
132
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
133
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-11-28 06:50:22 |
134
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-12-28 14:12:10 |
133
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-01-02 01:31:42 |
134
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-01-02 01:32:07 |
135
135
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-12-16 01:33:15 |
136
136
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
137
137
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-12-09 15:05:58 |
@@ -148,7 +148,7 @@
148
148
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
149
149
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-12-28 14:35:16 |
150
150
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-09-23 06:43:17 |
151
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2022-12-15 01:40:07 |
151
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-01-04 01:35:44 |
152
152
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
153
153
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
154
154
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -171,7 +171,7 @@
171
171
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
172
172
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-10-31 06:48:20 |
173
173
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
174
- | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2022-11-24 06:52:49 |
174
+ | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-01-04 01:39:31 |
175
175
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
176
176
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
177
177
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-08-23 06:49:36 |
@@ -183,7 +183,7 @@
183
183
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-12-30 01:44:00 |
184
184
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-12-15 01:46:24 |
185
185
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
186
- | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-11-17 06:47:13 |
186
+ | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-12-30 17:21:31 |
187
187
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-12-30 01:47:00 |
188
188
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
189
189
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
@@ -195,7 +195,7 @@
195
195
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
196
196
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
197
197
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-12-15 01:51:46 |
198
- | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-12-20 02:01:23 |
198
+ | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-01-02 01:47:18 |
199
199
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-12-13 10:56:59 |
200
200
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-12-14 01:52:28 |
201
201
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
@@ -211,9 +211,9 @@
211
211
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
212
212
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
213
213
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
214
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-12-30 01:55:04 |
214
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-04 01:50:30 |
215
215
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-12-29 11:09:38 |
216
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-12-21 02:20:11 |
216
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-01-04 01:53:21 |
217
217
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
218
218
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-30 01:58:31 |
219
219
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.514"
1
+ export const sdkVersion = "4.0.516"
@@ -1759,7 +1759,7 @@ export class Client extends AbstractClient {
1759
1759
  }
1760
1760
 
1761
1761
  /**
1762
- * 本接口(ModifyRemoteBackupConfig)用于查询数据库异地备份配置信息。
1762
+ * 本接口(ModifyRemoteBackupConfig)用于修改数据库异地备份配置信息。
1763
1763
  */
1764
1764
  async ModifyRemoteBackupConfig(
1765
1765
  req: ModifyRemoteBackupConfigRequest,
@@ -9295,7 +9295,7 @@ export interface ModifyRemoteBackupConfigRequest {
9295
9295
  RemoteRegion: Array<string>
9296
9296
 
9297
9297
  /**
9298
- * 异地备份保留天时间,单位为天
9298
+ * 异地备份保留时间,单位为天
9299
9299
  */
9300
9300
  ExpireDays: number
9301
9301
  }
@@ -300,6 +300,7 @@ import {
300
300
  DescribeDistrictIspDataResponse,
301
301
  RuleEngine,
302
302
  DescribeDomainsConfigResponse,
303
+ HttpsBilling,
303
304
  DescribeCdnIpRequest,
304
305
  DescribeIpVisitResponse,
305
306
  UserAgentFilterRule,
@@ -5051,8 +5051,7 @@ blacklist:黑名单
5051
5051
  FilterRules?: Array<IpFilterPathRule>
5052
5052
 
5053
5053
  /**
5054
- * IP 黑白名单验证失败时返回的 HTTP Code
5055
- 合法值: 400~499
5054
+ * IP 黑白名单验证失败时返回的 code(即将下线)
5056
5055
  注意:此字段可能返回 null,表示取不到有效值。
5057
5056
  */
5058
5057
  ReturnCode?: number
@@ -6998,6 +6997,12 @@ off:不支持
6998
6997
  注意:此字段可能返回 null,表示取不到有效值。
6999
6998
  */
7000
6999
  QnPrivateAccess: QnPrivateAccess
7000
+
7001
+ /**
7002
+ * https 请求计费开关
7003
+ 注意:此字段可能返回 null,表示取不到有效值。
7004
+ */
7005
+ HttpsBilling: HttpsBilling
7001
7006
  }
7002
7007
 
7003
7008
  /**
@@ -9483,6 +9488,16 @@ export interface DescribeDomainsConfigResponse {
9483
9488
  RequestId?: string
9484
9489
  }
9485
9490
 
9491
+ /**
9492
+ * 支持 https 请求开关,若关闭,下发配置拦截https请求
9493
+ */
9494
+ export interface HttpsBilling {
9495
+ /**
9496
+ * https请求计费开关
9497
+ */
9498
+ Switch: string
9499
+ }
9500
+
9486
9501
  /**
9487
9502
  * DescribeCdnIp请求参数结构体
9488
9503
  */
@@ -23,12 +23,13 @@ import {
23
23
  DescribeNatFwInstanceWithRegionRequest,
24
24
  DescribeRuleOverviewResponse,
25
25
  CfwNatDnatRule,
26
+ DeleteAcRuleRequest,
26
27
  StaticInfo,
27
28
  ModifyPublicIPSwitchStatusResponse,
28
29
  ModifyAcRuleResponse,
29
30
  DescribeTableStatusResponse,
30
31
  AddAcRuleRequest,
31
- DescribeTLogInfoRequest,
32
+ IPDefendStatus,
32
33
  SecurityGroupRule,
33
34
  ModifyNatFwVpcDnsSwitchRequest,
34
35
  DeleteNatFwInstanceResponse,
@@ -69,7 +70,7 @@ import {
69
70
  DescribeSourceAssetRequest,
70
71
  SecurityGroupOrderIndexData,
71
72
  DescribeSourceAssetResponse,
72
- IPDefendStatus,
73
+ DescribeTLogInfoRequest,
73
74
  DescribeSecurityGroupListResponse,
74
75
  AssetZone,
75
76
  DescribeTLogIpListRequest,
@@ -122,7 +123,7 @@ import {
122
123
  DescribeAcListsRequest,
123
124
  UnHandleEvent,
124
125
  DescribeAssociatedInstanceListRequest,
125
- DeleteAcRuleRequest,
126
+ FwCidrInfo,
126
127
  DeleteAllAccessControlRuleResponse,
127
128
  ModifyNatFwSwitchRequest,
128
129
  DescribeIPStatusListResponse,
@@ -158,6 +159,7 @@ import {
158
159
  DeleteResourceGroupResponse,
159
160
  DeleteSecurityGroupRuleRequest,
160
161
  ModifySecurityGroupItemRuleStatusRequest,
162
+ FwVpcCidr,
161
163
  ModifyRunSyncAssetRequest,
162
164
  CreateAcRulesResponse,
163
165
  ModifyAssetScanResponse,
@@ -116,6 +116,31 @@ export interface CfwNatDnatRule {
116
116
  Description: string
117
117
  }
118
118
 
119
+ /**
120
+ * DeleteAcRule请求参数结构体
121
+ */
122
+ export interface DeleteAcRuleRequest {
123
+ /**
124
+ * 删除规则对应的id值, 对应获取规则列表接口的Id 值
125
+ */
126
+ Id: number
127
+
128
+ /**
129
+ * 方向,0:出站,1:入站
130
+ */
131
+ Direction: number
132
+
133
+ /**
134
+ * EdgeId值两个vpc间的边id
135
+ */
136
+ EdgeId?: string
137
+
138
+ /**
139
+ * NAT地域, 如ap-shanghai/ap-guangzhou/ap-chongqing等
140
+ */
141
+ Area?: string
142
+ }
143
+
119
144
  /**
120
145
  * StaticInfo 告警柱形图统计信息
121
146
 
@@ -326,28 +351,18 @@ true为启用,false为不启用
326
351
  }
327
352
 
328
353
  /**
329
- * DescribeTLogInfo请求参数结构体
354
+ * ip防护状态
330
355
  */
331
- export interface DescribeTLogInfoRequest {
332
- /**
333
- * 开始时间
334
- */
335
- StartTime: string
336
-
337
- /**
338
- * 结束时间
339
- */
340
- EndTime: string
341
-
356
+ export interface IPDefendStatus {
342
357
  /**
343
- * 类型 1 告警 2阻断
358
+ * ip地址
344
359
  */
345
- QueryType: string
360
+ IP: string
346
361
 
347
362
  /**
348
- * 查询条件
363
+ * 防护状态 1:防护打开; -1:地址错误; 其他:未防护
349
364
  */
350
- SearchValue?: string
365
+ Status: number
351
366
  }
352
367
 
353
368
  /**
@@ -1066,6 +1081,11 @@ export interface CreateNatFwInstanceRequest {
1066
1081
  * 异地灾备 1:使用异地灾备;0:不使用异地灾备;为空则默认不使用异地灾备
1067
1082
  */
1068
1083
  CrossAZone?: number
1084
+
1085
+ /**
1086
+ * 指定防火墙使用网段信息
1087
+ */
1088
+ FwCidrInfo?: FwCidrInfo
1069
1089
  }
1070
1090
 
1071
1091
  /**
@@ -1496,18 +1516,28 @@ export interface DescribeSourceAssetResponse {
1496
1516
  }
1497
1517
 
1498
1518
  /**
1499
- * ip防护状态
1519
+ * DescribeTLogInfo请求参数结构体
1500
1520
  */
1501
- export interface IPDefendStatus {
1521
+ export interface DescribeTLogInfoRequest {
1502
1522
  /**
1503
- * ip地址
1523
+ * 开始时间
1504
1524
  */
1505
- IP: string
1525
+ StartTime: string
1506
1526
 
1507
1527
  /**
1508
- * 防护状态 1:防护打开; -1:地址错误; 其他:未防护
1528
+ * 结束时间
1509
1529
  */
1510
- Status: number
1530
+ EndTime: string
1531
+
1532
+ /**
1533
+ * 类型 1 告警 2阻断
1534
+ */
1535
+ QueryType: string
1536
+
1537
+ /**
1538
+ * 查询条件
1539
+ */
1540
+ SearchValue?: string
1511
1541
  }
1512
1542
 
1513
1543
  /**
@@ -2878,28 +2908,23 @@ export interface DescribeAssociatedInstanceListRequest {
2878
2908
  }
2879
2909
 
2880
2910
  /**
2881
- * DeleteAcRule请求参数结构体
2911
+ * 防火墙网段信息
2882
2912
  */
2883
- export interface DeleteAcRuleRequest {
2884
- /**
2885
- * 删除规则对应的id值, 对应获取规则列表接口的Id 值
2886
- */
2887
- Id: number
2888
-
2913
+ export interface FwCidrInfo {
2889
2914
  /**
2890
- * 方向,0:出站,1:入站
2915
+ * 防火墙使用的网段类型,值VpcSelf/Assis/Custom分别代表自有网段优先/扩展网段优先/自定义
2891
2916
  */
2892
- Direction: number
2917
+ FwCidrType: string
2893
2918
 
2894
2919
  /**
2895
- * EdgeId值两个vpc间的边id
2920
+ * 为每个vpc指定防火墙的网段
2896
2921
  */
2897
- EdgeId?: string
2922
+ FwCidrLst?: Array<FwVpcCidr>
2898
2923
 
2899
2924
  /**
2900
- * NAT地域, 如ap-shanghai/ap-guangzhou/ap-chongqing等
2925
+ * 其他防火墙占用网段,一般是防火墙需要独占vpc时指定的网段
2901
2926
  */
2902
- Area?: string
2927
+ ComFwCidr?: string
2903
2928
  }
2904
2929
 
2905
2930
  /**
@@ -3191,6 +3216,11 @@ export interface ModifyNatFwReSelectRequest {
3191
3216
  * 新增模式重新接入的vpc列表,其中NatGwList和NatgwList只能传递一个。
3192
3217
  */
3193
3218
  VpcList?: Array<string>
3219
+
3220
+ /**
3221
+ * 指定防火墙使用网段信息
3222
+ */
3223
+ FwCidrInfo?: FwCidrInfo
3194
3224
  }
3195
3225
 
3196
3226
  /**
@@ -3711,6 +3741,11 @@ export interface CreateNatFwInstanceWithDomainRequest {
3711
3741
  * 如果要创建域名则必填
3712
3742
  */
3713
3743
  Domain?: string
3744
+
3745
+ /**
3746
+ * 指定防火墙使用网段信息
3747
+ */
3748
+ FwCidrInfo?: FwCidrInfo
3714
3749
  }
3715
3750
 
3716
3751
  /**
@@ -3830,6 +3865,21 @@ export interface ModifySecurityGroupItemRuleStatusRequest {
3830
3865
  RuleSequence: number
3831
3866
  }
3832
3867
 
3868
+ /**
3869
+ * vpc的防火墙网段
3870
+ */
3871
+ export interface FwVpcCidr {
3872
+ /**
3873
+ * vpc的id
3874
+ */
3875
+ VpcId: string
3876
+
3877
+ /**
3878
+ * 防火墙网段,最少/24的网段
3879
+ */
3880
+ FwCidr: string
3881
+ }
3882
+
3833
3883
  /**
3834
3884
  * ModifyRunSyncAsset请求参数结构体
3835
3885
  */
@@ -1999,6 +1999,18 @@ export interface Listener {
1999
1999
  注意:此字段可能返回 null,表示取不到有效值。
2000
2000
  */
2001
2001
  TargetGroupList: Array<BasicTargetGroupInfo>
2002
+
2003
+ /**
2004
+ * 监听器最大连接数,-1表示监听器维度不限速。
2005
+ 注意:此字段可能返回 null,表示取不到有效值。
2006
+ */
2007
+ MaxConn: number
2008
+
2009
+ /**
2010
+ * 监听器最大新增连接数,-1表示监听器维度不限速。
2011
+ 注意:此字段可能返回 null,表示取不到有效值。
2012
+ */
2013
+ MaxCps: number
2002
2014
  }
2003
2015
 
2004
2016
  /**
@@ -2187,6 +2199,16 @@ export interface ModifyListenerRequest {
2187
2199
  * 证书信息,支持同时传入不同算法类型的多本服务端证书;此参数仅适用于未开启SNI特性的HTTPS监听器。此参数和Certificate不能同时传入。
2188
2200
  */
2189
2201
  MultiCertInfo?: MultiCertInfo
2202
+
2203
+ /**
2204
+ * 监听器最大连接数,只有TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。
2205
+ */
2206
+ MaxConn?: number
2207
+
2208
+ /**
2209
+ * 监听器最大连接数,只有TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。
2210
+ */
2211
+ MaxCps?: number
2190
2212
  }
2191
2213
 
2192
2214
  /**
@@ -3566,12 +3588,12 @@ export interface CertInfo {
3566
3588
  CertName?: string
3567
3589
 
3568
3590
  /**
3569
- * 上传证书的公钥,如果没有 CertId,则此项必传。
3591
+ * 上传证书的公钥;如果没有 CertId,则此项必传。
3570
3592
  */
3571
3593
  CertContent?: string
3572
3594
 
3573
3595
  /**
3574
- * 上传服务端证书的私钥,如果没有 CertId,则此项必传。
3596
+ * 上传服务端证书的私钥;如果没有 CertId,则此项必传。
3575
3597
  */
3576
3598
  CertKey?: string
3577
3599
  }
@@ -3760,6 +3782,16 @@ export interface CreateListenerRequest {
3760
3782
  * 证书信息,支持同时传入不同算法类型的多本服务端证书;此参数仅适用于未开启SNI特性的HTTPS监听器。此参数和Certificate不能同时传入。
3761
3783
  */
3762
3784
  MultiCertInfo?: MultiCertInfo
3785
+
3786
+ /**
3787
+ * 监听器最大连接数,只有TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。
3788
+ */
3789
+ MaxConn?: number
3790
+
3791
+ /**
3792
+ * 监听器最大新增连接数,只有TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。
3793
+ */
3794
+ MaxCps?: number
3763
3795
  }
3764
3796
 
3765
3797
  /**
@@ -313,6 +313,7 @@ import {
313
313
  DescribeAssetUserInfoRequest,
314
314
  DescribeProtectDirListRequest,
315
315
  ExportPrivilegeEventsRequest,
316
+ MachineExtraInfo,
316
317
  DescribeMalwareFileResponse,
317
318
  StopBaselineDetectRequest,
318
319
  TaskStatus,