tencentcloud-sdk-nodejs 4.0.756 → 4.0.758

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 +235 -0
  2. package/README.md +3 -2
  3. package/SERVICE_CHANGELOG.md +234 -80
  4. package/package.json +1 -1
  5. package/products.md +18 -17
  6. package/src/common/sdk_version.ts +1 -1
  7. package/src/services/antiddos/v20200309/antiddos_client.ts +25 -12
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +91 -42
  9. package/src/services/cdb/v20170320/cdb_models.ts +4 -0
  10. package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +1 -1
  11. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +2 -2
  12. package/src/services/cvm/v20170312/cvm_models.ts +12 -12
  13. package/src/services/eb/v20210416/eb_models.ts +2 -2
  14. package/src/services/ess/v20201111/ess_models.ts +9 -1
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -3
  16. package/src/services/hai/v20230812/hai_client.ts +31 -7
  17. package/src/services/hai/v20230812/hai_models.ts +66 -4
  18. package/src/services/index.ts +1 -0
  19. package/src/services/ioa/index.ts +5 -0
  20. package/src/services/ioa/v20220601/index.ts +6 -0
  21. package/src/services/ioa/v20220601/ioa_client.ts +49 -0
  22. package/src/services/ioa/v20220601/ioa_models.ts +213 -0
  23. package/src/services/lcic/v20220817/lcic_models.ts +8 -0
  24. package/src/services/lighthouse/v20200324/lighthouse_models.ts +35 -27
  25. package/src/services/omics/v20221128/omics_client.ts +1 -1
  26. package/src/services/omics/v20221128/omics_models.ts +22 -4
  27. package/src/services/tdmq/v20200217/tdmq_models.ts +13 -5
  28. package/src/services/teo/v20220901/teo_models.ts +30 -18
  29. package/src/services/tsf/v20180326/tsf_client.ts +1 -1
  30. package/src/services/tsf/v20180326/tsf_models.ts +5 -5
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +10 -6
  34. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +13 -7
  35. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +88 -42
  36. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
  37. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +1 -1
  38. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +1 -1
  39. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +2 -2
  40. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +12 -12
  41. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +2 -2
  42. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -1
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -3
  44. package/tencentcloud/services/hai/v20230812/hai_client.d.ts +11 -3
  45. package/tencentcloud/services/hai/v20230812/hai_client.js +15 -3
  46. package/tencentcloud/services/hai/v20230812/hai_models.d.ts +62 -4
  47. package/tencentcloud/services/index.d.ts +1 -0
  48. package/tencentcloud/services/index.js +2 -0
  49. package/tencentcloud/services/ioa/index.d.ts +6 -0
  50. package/tencentcloud/services/ioa/index.js +7 -0
  51. package/tencentcloud/services/ioa/v20220601/index.d.ts +6 -0
  52. package/tencentcloud/services/ioa/v20220601/index.js +9 -0
  53. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +14 -0
  54. package/tencentcloud/services/ioa/v20220601/ioa_client.js +37 -0
  55. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +189 -0
  56. package/tencentcloud/services/ioa/v20220601/ioa_models.js +18 -0
  57. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
  58. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +35 -27
  59. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +1 -1
  60. package/tencentcloud/services/omics/v20221128/omics_client.js +1 -1
  61. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +22 -4
  62. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +13 -5
  63. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +30 -18
  64. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
  65. package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
  66. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +5 -5
  67. package/test/antiddos.v20200309.test.js +14 -4
  68. package/test/hai.v20230812.test.js +22 -2
  69. package/test/ioa.v20220601.test.js +31 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.756",
3
+ "version": "4.0.758",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -10,7 +10,7 @@
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-11-16 01:06:13 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
13
- | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-12-01 01:06:11 |
13
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-12-13 01:06:45 |
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
@@ -40,12 +40,12 @@
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-04 00:03:32 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-11-01 01:07:57 |
42
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-11-16 01:09:13 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-05 01:15:44 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-13 01:17:04 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-12-05 01:17:51 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
47
47
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-12-11 00:15:21 |
48
- | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-11 11:31:16 |
48
+ | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-14 01:20:10 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-24 01:08:56 |
50
50
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
51
51
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
@@ -69,7 +69,7 @@
69
69
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
70
70
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-12-12 01:27:48 |
71
71
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
72
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-04 00:06:28 |
72
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-13 01:28:37 |
73
73
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-29 01:11:08 |
74
74
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
75
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-12-06 01:34:06 |
@@ -88,7 +88,7 @@
88
88
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
89
89
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
90
90
  | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-12-05 01:42:47 |
91
- | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-11-29 01:54:37 |
91
+ | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-12-14 01:43:37 |
92
92
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
93
93
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
94
94
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-11-29 01:54:46 |
@@ -96,8 +96,8 @@
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
97
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-07 01:47:01 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-12 01:48:23 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-12 01:49:27 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-14 01:47:26 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-14 01:49:14 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-06 01:49:35 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
@@ -109,7 +109,7 @@
109
109
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
110
110
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
111
111
  | habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
112
- | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-12-01 01:16:56 |
112
+ | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-12-13 01:52:48 |
113
113
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
114
114
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
115
115
  | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2023-11-29 01:56:24 |
@@ -120,6 +120,7 @@
120
120
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2023-05-18 01:30:55 |
121
121
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
122
122
  | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-09-14 01:52:37 |
123
+ | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2023-12-14 12:16:14 |
123
124
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
124
125
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-11-06 00:11:14 |
125
126
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-10-16 01:17:51 |
@@ -131,8 +132,8 @@
131
132
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
132
133
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
133
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
134
- | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-12 02:02:36 |
135
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-05 01:59:59 |
135
+ | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-14 02:03:05 |
136
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-13 02:03:09 |
136
137
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-11-21 01:21:33 |
137
138
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
138
139
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -154,7 +155,7 @@
154
155
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
155
156
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-04 15:28:57 |
156
157
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-08 02:12:05 |
157
- | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-01 01:21:15 |
158
+ | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-13 02:14:02 |
158
159
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
159
160
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
160
161
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
@@ -200,10 +201,10 @@
200
201
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-29 02:03:30 |
201
202
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
202
203
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
203
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-11 01:28:43 |
204
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-13 02:31:49 |
204
205
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
205
206
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
206
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-11 01:31:04 |
207
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-14 02:34:26 |
207
208
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
208
209
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
209
210
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -213,7 +214,7 @@
213
214
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
214
215
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-27 00:20:30 |
215
216
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-01 01:26:06 |
216
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-12 02:39:11 |
217
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-13 02:38:08 |
217
218
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
218
219
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-11-28 01:28:13 |
219
220
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-12-07 02:40:15 |
@@ -224,19 +225,19 @@
224
225
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
225
226
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-05 02:34:27 |
226
227
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-11-23 01:30:34 |
227
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-12-01 01:27:38 |
228
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-12-14 02:42:40 |
228
229
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
229
230
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
230
231
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
231
232
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-11-15 02:36:58 |
232
233
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
233
234
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-08 02:44:40 |
234
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-01 01:28:57 |
235
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-13 02:47:55 |
235
236
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
236
237
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-12 02:52:40 |
237
238
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
238
239
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-07 02:52:47 |
239
- | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-12 02:58:34 |
240
+ | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-14 02:56:46 |
240
241
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
241
242
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
242
243
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.756"
1
+ export const sdkVersion = "4.0.758"
@@ -71,11 +71,13 @@ import {
71
71
  DescribeOverviewAttackTrendRequest,
72
72
  DescribeListBGPIPInstancesRequest,
73
73
  DescribeNewL7RulesResponse,
74
+ OverviewDDoSEvent,
74
75
  StaticPackRelation,
75
76
  CreatePortAclConfigRequest,
76
77
  DescribeCCThresholdListResponse,
77
78
  DescribeL7RulesBySSLCertIdRequest,
78
79
  TagFilter,
80
+ IpBlockData,
79
81
  DescribeListPacketFilterConfigResponse,
80
82
  CreateSchedulingDomainRequest,
81
83
  ModifyPortAclConfigRequest,
@@ -167,6 +169,7 @@ import {
167
169
  DescribeCcBlackWhiteIpListRequest,
168
170
  DescribeListListenerResponse,
169
171
  DeletePortAclConfigRequest,
172
+ DescribeIpBlockListRequest,
170
173
  DescribePendingRiskInfoRequest,
171
174
  CreatePortAclConfigResponse,
172
175
  ModifyDDoSLevelResponse,
@@ -250,7 +253,7 @@ import {
250
253
  DescribeCCPrecisionPlyListResponse,
251
254
  DescribeBizTrendRequest,
252
255
  DescribeListPortAclListRequest,
253
- OverviewDDoSEvent,
256
+ DescribeIpBlockListResponse,
254
257
  DescribeCCLevelPolicyResponse,
255
258
  DescribeBizMonitorTrendRequest,
256
259
  DescribeOverviewDDoSTrendResponse,
@@ -618,6 +621,16 @@ export class Client extends AbstractClient {
618
621
  return this.request("DescribeNewL7Rules", req, cb)
619
622
  }
620
623
 
624
+ /**
625
+ * 获取IP封堵列表
626
+ */
627
+ async DescribeIpBlockList(
628
+ req?: DescribeIpBlockListRequest,
629
+ cb?: (error: string, rep: DescribeIpBlockListResponse) => void
630
+ ): Promise<DescribeIpBlockListResponse> {
631
+ return this.request("DescribeIpBlockList", req, cb)
632
+ }
633
+
621
634
  /**
622
635
  * 修改CC防护等级
623
636
  */
@@ -1010,7 +1023,7 @@ export class Client extends AbstractClient {
1010
1023
  }
1011
1024
 
1012
1025
  /**
1013
- * 新建cc防护的地域封禁配置
1026
+ * 新建CC防护的地域封禁配置
1014
1027
  */
1015
1028
  async CreateCcGeoIPBlockConfig(
1016
1029
  req: CreateCcGeoIPBlockConfigRequest,
@@ -1211,16 +1224,6 @@ export class Client extends AbstractClient {
1211
1224
  return this.request("CreateWaterPrintKey", req, cb)
1212
1225
  }
1213
1226
 
1214
- /**
1215
- * 删除CC频率限制策略
1216
- */
1217
- async DeleteCCRequestLimitPolicy(
1218
- req: DeleteCCRequestLimitPolicyRequest,
1219
- cb?: (error: string, rep: DeleteCCRequestLimitPolicyResponse) => void
1220
- ): Promise<DeleteCCRequestLimitPolicyResponse> {
1221
- return this.request("DeleteCCRequestLimitPolicy", req, cb)
1222
- }
1223
-
1224
1227
  /**
1225
1228
  * 修改DDoS防护的区域封禁配置
1226
1229
  */
@@ -1230,4 +1233,14 @@ export class Client extends AbstractClient {
1230
1233
  ): Promise<ModifyDDoSGeoIPBlockConfigResponse> {
1231
1234
  return this.request("ModifyDDoSGeoIPBlockConfig", req, cb)
1232
1235
  }
1236
+
1237
+ /**
1238
+ * 删除CC频率限制策略
1239
+ */
1240
+ async DeleteCCRequestLimitPolicy(
1241
+ req: DeleteCCRequestLimitPolicyRequest,
1242
+ cb?: (error: string, rep: DeleteCCRequestLimitPolicyResponse) => void
1243
+ ): Promise<DeleteCCRequestLimitPolicyResponse> {
1244
+ return this.request("DeleteCCRequestLimitPolicy", req, cb)
1245
+ }
1233
1246
  }
@@ -1254,6 +1254,56 @@ export interface DescribeNewL7RulesResponse {
1254
1254
  RequestId?: string
1255
1255
  }
1256
1256
 
1257
+ /**
1258
+ * 防护概览DDoS攻击事件
1259
+ */
1260
+ export interface OverviewDDoSEvent {
1261
+ /**
1262
+ * 事件Id
1263
+ */
1264
+ Id: string
1265
+ /**
1266
+ * ip
1267
+ */
1268
+ Vip: string
1269
+ /**
1270
+ * 开始时间
1271
+ */
1272
+ StartTime: string
1273
+ /**
1274
+ * 结束时间
1275
+ */
1276
+ EndTime: string
1277
+ /**
1278
+ * 攻击类型
1279
+ */
1280
+ AttackType: string
1281
+ /**
1282
+ * 攻击状态,0:攻击中;1:攻击结束
1283
+ */
1284
+ AttackStatus: number
1285
+ /**
1286
+ * 攻击流量,单位Mbps
1287
+ */
1288
+ Mbps: number
1289
+ /**
1290
+ * 攻击包量,单位pps
1291
+ */
1292
+ Pps: number
1293
+ /**
1294
+ * 业务类型,bgp-multip:高防包;bgpip:高防ip;basic:基础防护
1295
+ */
1296
+ Business: string
1297
+ /**
1298
+ * 高防实例Id
1299
+ */
1300
+ InstanceId: string
1301
+ /**
1302
+ * 高防实例名称
1303
+ */
1304
+ InstanceName: string
1305
+ }
1306
+
1257
1307
  /**
1258
1308
  * 三网高防套餐详情
1259
1309
  */
@@ -1345,6 +1395,36 @@ export interface TagFilter {
1345
1395
  TagValue: Array<string>
1346
1396
  }
1347
1397
 
1398
+ /**
1399
+ * IP封堵记录
1400
+ */
1401
+ export interface IpBlockData {
1402
+ /**
1403
+ * 状态(Blocked:被封堵;UnBlocking:解封中;UnBlockFailed:解封失败)
1404
+ */
1405
+ Status: string
1406
+ /**
1407
+ * 资源IP
1408
+ */
1409
+ Ip: string
1410
+ /**
1411
+ * 封堵时间
1412
+ */
1413
+ BlockTime: string
1414
+ /**
1415
+ * 解封时间(预计解封时间)
1416
+ */
1417
+ UnBlockTime: string
1418
+ /**
1419
+ * 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)
1420
+ */
1421
+ ActionType: string
1422
+ /**
1423
+ * 高防标记,0:非高防,1:高防
1424
+ */
1425
+ ProtectFlag: number
1426
+ }
1427
+
1348
1428
  /**
1349
1429
  * DescribeListPacketFilterConfig返回参数结构体
1350
1430
  */
@@ -3291,6 +3371,11 @@ export interface DeletePortAclConfigRequest {
3291
3371
  AclConfig: AclConfig
3292
3372
  }
3293
3373
 
3374
+ /**
3375
+ * DescribeIpBlockList请求参数结构体
3376
+ */
3377
+ export type DescribeIpBlockListRequest = null
3378
+
3294
3379
  /**
3295
3380
  * DescribePendingRiskInfo请求参数结构体
3296
3381
  */
@@ -5343,53 +5428,17 @@ export interface DescribeListPortAclListRequest {
5343
5428
  }
5344
5429
 
5345
5430
  /**
5346
- * 防护概览DDoS攻击事件
5431
+ * DescribeIpBlockList返回参数结构体
5347
5432
  */
5348
- export interface OverviewDDoSEvent {
5433
+ export interface DescribeIpBlockListResponse {
5349
5434
  /**
5350
- * 事件Id
5351
- */
5352
- Id: string
5353
- /**
5354
- * ip
5355
- */
5356
- Vip: string
5357
- /**
5358
- * 开始时间
5435
+ * IP封堵列表
5359
5436
  */
5360
- StartTime: string
5361
- /**
5362
- * 结束时间
5363
- */
5364
- EndTime: string
5437
+ List: Array<IpBlockData>
5365
5438
  /**
5366
- * 攻击类型
5367
- */
5368
- AttackType: string
5369
- /**
5370
- * 攻击状态,0:攻击中;1:攻击结束
5371
- */
5372
- AttackStatus: number
5373
- /**
5374
- * 攻击流量,单位Mbps
5375
- */
5376
- Mbps: number
5377
- /**
5378
- * 攻击包量,单位pps
5379
- */
5380
- Pps: number
5381
- /**
5382
- * 业务类型,bgp-multip:高防包;bgpip:高防ip;basic:基础防护
5383
- */
5384
- Business: string
5385
- /**
5386
- * 高防实例Id
5387
- */
5388
- InstanceId: string
5389
- /**
5390
- * 高防实例名称
5439
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5391
5440
  */
5392
- InstanceName: string
5441
+ RequestId?: string
5393
5442
  }
5394
5443
 
5395
5444
  /**
@@ -993,6 +993,10 @@ export interface DescribeBackupDecryptionKeyRequest {
993
993
  * 实例的备份ID,可通过DescribeBackups接口查询备份的ID。
994
994
  */
995
995
  BackupId: number
996
+ /**
997
+ * 备份类型 data: 数据备份 binlog:日志备份,默认为data
998
+ */
999
+ BackupType?: string
996
1000
  }
997
1001
 
998
1002
  /**
@@ -42,7 +42,7 @@ export class Client extends AbstractClient {
42
42
  }
43
43
 
44
44
  /**
45
- * 获取实例列表
45
+ * 获取集群列表
46
46
  */
47
47
  async DescribeInstances(
48
48
  req: DescribeInstancesRequest,
@@ -417,11 +417,11 @@ export interface DescribeInstancesResponse {
417
417
  /**
418
418
  * 实例总数
419
419
  */
420
- TotalCount: number
420
+ TotalCount?: number
421
421
  /**
422
422
  * 实例数组
423
423
  */
424
- InstancesList: Array<InstanceInfo>
424
+ InstancesList?: Array<InstanceInfo>
425
425
  /**
426
426
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
427
427
  */
@@ -736,7 +736,7 @@ export interface DescribeHostsResponse {
736
736
  */
737
737
  export interface DeleteKeyPairsRequest {
738
738
  /**
739
- * 一个或多个待操作的密钥对ID。每次请求批量密钥对的上限为100。<br>可以通过以下方式获取可用的密钥ID:<br><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。<br><li>通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 `KeyId` 获取密钥对ID
739
+ * 一个或多个待操作的密钥对ID。每次请求批量密钥对的上限为100。<br>可以通过以下方式获取可用的密钥ID:<br><li>通过登录[控制台](https://console.cloud.tencent.com/cvm/sshkey)查询密钥ID。</li><br><li>通过调用接口 [DescribeKeyPairs](https://cloud.tencent.com/document/api/213/15699) ,取返回信息中的 `KeyId` 获取密钥对ID。</li>
740
740
  */
741
741
  KeyIds: Array<string>
742
742
  }
@@ -3505,11 +3505,11 @@ export interface DescribeDisasterRecoverGroupsResponse {
3505
3505
  /**
3506
3506
  * 分散置放群组信息列表。
3507
3507
  */
3508
- DisasterRecoverGroupSet: Array<DisasterRecoverGroup>
3508
+ DisasterRecoverGroupSet?: Array<DisasterRecoverGroup>
3509
3509
  /**
3510
3510
  * 用户置放群组总量。
3511
3511
  */
3512
- TotalCount: number
3512
+ TotalCount?: number
3513
3513
  /**
3514
3514
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3515
3515
  */
@@ -4929,11 +4929,11 @@ export interface InquiryPriceResizeInstanceDisksResponse {
4929
4929
  */
4930
4930
  export interface TerminateInstancesRequest {
4931
4931
  /**
4932
- * 一个或多个待操作的实例ID。可通过[`DescribeInstances`](https://cloud.tencent.com/document/api/213/15728)接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
4932
+ * 一个或多个待操作的实例ID。可通过 [DescribeInstances](https://cloud.tencent.com/document/api/213/15728) 接口返回值中的`InstanceId`获取。每次请求批量实例的上限为100。
4933
4933
  */
4934
4934
  InstanceIds: Array<string>
4935
4935
  /**
4936
- * 释放实例挂载的包年包月数据盘。
4936
+ * 释放实例挂载的包年包月数据盘。true表示销毁实例同时释放包年包月数据盘,false表示只销毁实例。
4937
4937
  */
4938
4938
  ReleasePrepaidDataDisks?: boolean
4939
4939
  }
@@ -5805,33 +5805,33 @@ export interface DisasterRecoverGroup {
5805
5805
  /**
5806
5806
  * 分散置放群组id。
5807
5807
  */
5808
- DisasterRecoverGroupId: string
5808
+ DisasterRecoverGroupId?: string
5809
5809
  /**
5810
5810
  * 分散置放群组名称,长度1-60个字符。
5811
5811
  */
5812
- Name: string
5812
+ Name?: string
5813
5813
  /**
5814
5814
  * 分散置放群组类型,取值范围:<br><li>HOST:物理机<br><li>SW:交换机<br><li>RACK:机架
5815
5815
  */
5816
- Type: string
5816
+ Type?: string
5817
5817
  /**
5818
5818
  * 分散置放群组内最大容纳云服务器数量。
5819
5819
  */
5820
- CvmQuotaTotal: number
5820
+ CvmQuotaTotal?: number
5821
5821
  /**
5822
5822
  * 分散置放群组内云服务器当前数量。
5823
5823
  */
5824
- CurrentNum: number
5824
+ CurrentNum?: number
5825
5825
  /**
5826
5826
  * 分散置放群组内,云服务器id列表。
5827
5827
  注意:此字段可能返回 null,表示取不到有效值。
5828
5828
  */
5829
- InstanceIds: Array<string>
5829
+ InstanceIds?: Array<string>
5830
5830
  /**
5831
5831
  * 分散置放群组创建时间。
5832
5832
  注意:此字段可能返回 null,表示取不到有效值。
5833
5833
  */
5834
- CreateTime: string
5834
+ CreateTime?: string
5835
5835
  }
5836
5836
 
5837
5837
  /**
@@ -532,7 +532,7 @@ export interface CreateConnectionResponse {
532
532
  /**
533
533
  * 连接器ID
534
534
  */
535
- ConnectionId: string
535
+ ConnectionId?: string
536
536
  /**
537
537
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
538
538
  */
@@ -1745,7 +1745,7 @@ export interface CreateConnectionRequest {
1745
1745
  */
1746
1746
  Enable?: boolean
1747
1747
  /**
1748
- * 类型
1748
+ * 连接器类型,目前支持以下类型:apigw/ckafka/dts/tdmq
1749
1749
  */
1750
1750
  Type?: string
1751
1751
  }
@@ -148,6 +148,7 @@ export interface CreateSealRequest {
148
148
  <li>**CONTRACT**: 合同专用章;</li>
149
149
  <li>**FINANCE**: 财务专用章;</li>
150
150
  <li>**PERSONNEL**: 人事专用章</li>
151
+ <li>**INVOICE**: 发票专用章</li>
151
152
  </ul>
152
153
  注: `同企业下只能有一个公章, 重复创建会报错`
153
154
  */
@@ -211,9 +212,16 @@ export interface CreateSealRequest {
211
212
  * 印章尺寸取值描述, 可以选择的尺寸如下:
212
213
  <ul><li> **42_42**: 圆形企业公章直径42mm, 当SealStyle是圆形的时候才有效</li>
213
214
  <li> **40_40**: 圆形企业印章直径40mm, 当SealStyle是圆形的时候才有效</li>
214
- <li> **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效</li></ul>
215
+ <li> **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效</li>
216
+ <li> **40_30**: 椭圆形印章40mm x 30mm, 当SealStyle是椭圆的时候才有效</li></ul>
215
217
  */
216
218
  SealSize?: string
219
+ /**
220
+ * 企业税号
221
+ 注: `1.印章类型SealType是INVOICE类型时,此参数才会生效`
222
+ `2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号`
223
+ */
224
+ TaxIdentifyCode?: string
217
225
  }
218
226
 
219
227
  /**
@@ -1158,7 +1158,7 @@ export interface ReleasedApprover {
1158
1158
  export interface CreateConsoleLoginUrlResponse {
1159
1159
  /**
1160
1160
  * 跳转链接, 链接的有效期根据企业,员工状态和终端等有区别, 可以参考下表
1161
- <table> <thead> <tr> <th>子客企业状态</th> <th>子客企业员工状态</th> <th>Endpoint</th> <th>链接有效期限</th> </tr> </thead> <tbody> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>PC/CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>PC</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>CHANNEL/APP</td> <td>一年</td> </tr> </tbody> </table>
1161
+ <table> <thead> <tr> <th>子客企业状态</th> <th>子客企业员工状态</th> <th>Endpoint</th> <th>链接有效期限</th> </tr> </thead> <tbody> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业未激活</td> <td>员工未认证</td> <td>CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/PC_SHORT_URL</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工未认证</td> <td>PC/CHANNEL/APP</td> <td>一年</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>PC</td> <td>5分钟</td> </tr> <tr> <td>企业已激活</td> <td>员工已认证</td> <td>CHANNEL/APP</td> <td>一年</td> </tr> </tbody> </table>
1162
1162
  注:
1163
1163
  `1.链接仅单次有效,每次登录需要需要重新创建新的链接`
1164
1164
  `2.创建的链接应避免被转义,如:&被转义为\u0026;如使用Postman请求后,请选择响应类型为 JSON,否则链接将被转义`
@@ -3139,9 +3139,9 @@ export interface CreateConsoleLoginUrlRequest {
3139
3139
  MenuStatus?: string
3140
3140
  /**
3141
3141
  * 生成链接的类型:
3142
- 生成链接的类型
3143
3142
  <ul><li>**PC**:(默认)web控制台链接, 需要在PC浏览器中打开</li>
3144
- <li>**CHANNEL**:H5跳转到电子签小程序链接, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序</li>
3143
+ <li>**CHANNEL**:H5跳转到电子签小程序链接, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序</li>
3144
+ <li>**SHORT_URL**:H5跳转到电子签小程序链接的短链形式, 一般用于发送短信中带的链接, 打开后进入腾讯电子签小程序</li>
3145
3145
  <li>**APP**:第三方APP或小程序跳转电子签小程序链接, 一般用于贵方小程序或者APP跳转过来, 打开后进入腾讯电子签小程序</li></ul>
3146
3146
  */
3147
3147
  Endpoint?: string
@@ -6930,6 +6930,7 @@ export interface CreateSealByImageRequest {
6930
6930
  <li>**CONTRACT**: 合同专用章;</li>
6931
6931
  <li>**FINANCE**: 财务专用章;</li>
6932
6932
  <li>**PERSONNEL**: 人事专用章</li>
6933
+ <li>**INVOICE**: 发票专用章</li>
6933
6934
  </ul>
6934
6935
  注: `同企业下只能有一个公章, 重复创建会报错`
6935
6936
  */
@@ -6955,6 +6956,12 @@ export interface CreateSealByImageRequest {
6955
6956
  <li> **45_30**: 椭圆形印章45mm x 30mm, 当SealStyle是椭圆的时候才有效</li></ul>
6956
6957
  */
6957
6958
  SealSize?: string
6959
+ /**
6960
+ * 企业税号
6961
+ 注: `1.印章类型SealType是INVOICE类型时,此参数才会生效`
6962
+ `2.印章类型SealType是INVOICE类型,且该字段没有传入值或传入空时,会取该企业对应的统一社会信用代码作为默认的企业税号`
6963
+ */
6964
+ TaxIdentifyCode?: string
6958
6965
  }
6959
6966
 
6960
6967
  /**