tencentcloud-sdk-nodejs 4.0.335 → 4.0.338

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 (62) hide show
  1. package/CHANGELOG.md +344 -0
  2. package/SERVICE_CHANGELOG.md +415 -130
  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/antiddos/v20200309/antiddos_client.ts +14 -0
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +186 -3
  8. package/src/services/cdn/v20180606/cdn_client.ts +2 -3
  9. package/src/services/cdn/v20180606/cdn_models.ts +2 -1
  10. package/src/services/cfw/v20190904/cfw_models.ts +5 -0
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  12. package/src/services/clb/v20180317/clb_models.ts +13 -5
  13. package/src/services/dlc/v20210125/dlc_models.ts +35 -0
  14. package/src/services/dts/v20180330/dts_models.ts +3 -3
  15. package/src/services/faceid/v20180301/faceid_client.ts +1 -1
  16. package/src/services/faceid/v20180301/faceid_models.ts +5 -4
  17. package/src/services/iotcloud/v20210408/iotcloud_client.ts +608 -68
  18. package/src/services/iotcloud/v20210408/iotcloud_models.ts +2835 -667
  19. package/src/services/monitor/v20180724/monitor_models.ts +12 -0
  20. package/src/services/mps/v20190612/mps_models.ts +49 -4
  21. package/src/services/ocr/v20181119/ocr_client.ts +14 -1
  22. package/src/services/ocr/v20181119/ocr_models.ts +96 -0
  23. package/src/services/tcm/v20210413/tcm_models.ts +6 -0
  24. package/src/services/tiia/v20190529/tiia_client.ts +5 -4
  25. package/src/services/tiia/v20190529/tiia_models.ts +8 -6
  26. package/src/services/tke/v20180525/tke_models.ts +15 -0
  27. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  28. package/src/services/vm/v20201229/vm_models.ts +1 -1
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
  32. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
  33. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +154 -3
  34. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +0 -1
  35. package/tencentcloud/services/cdn/v20180606/cdn_client.js +0 -1
  36. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -1
  37. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +4 -0
  38. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  39. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +12 -5
  40. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +29 -0
  41. package/tencentcloud/services/dts/v20180330/dts_models.d.ts +3 -3
  42. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
  43. package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
  44. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -4
  45. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +187 -11
  46. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +279 -15
  47. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +2515 -663
  48. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -0
  49. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +43 -4
  50. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -2
  51. package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -1
  52. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +80 -0
  53. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +5 -0
  54. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +5 -4
  55. package/tencentcloud/services/tiia/v20190529/tiia_client.js +5 -4
  56. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +8 -6
  57. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +12 -0
  58. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  59. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +1 -1
  60. package/test/antiddos.v20200309.test.js +10 -0
  61. package/test/iotcloud.v20210408.test.js +450 -10
  62. package/test/ocr.v20181119.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.335",
3
+ "version": "4.0.338",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -7,7 +7,7 @@
7
7
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-04-04 06:03:11 |
8
8
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
9
9
  | ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-04-04 06:03:33 |
10
- | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-05-06 06:04:11 |
10
+ | antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-05-12 06:05:03 |
11
11
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
12
12
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
13
13
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-04-08 06:01:32 |
@@ -36,17 +36,17 @@
36
36
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-04-21 06:07:31 |
37
37
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-04-15 06:03:13 |
38
38
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-05-09 06:03:50 |
39
- | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-05-06 06:06:18 |
39
+ | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-05-10 06:02:31 |
40
40
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
41
41
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-04-04 06:17:11 |
42
42
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
43
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-04-08 06:03:52 |
43
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-12 06:07:30 |
44
44
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-04-04 06:18:22 |
45
45
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-04-04 06:18:39 |
46
46
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
47
47
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
48
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-04-29 06:04:35 |
49
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-04-20 06:05:11 |
48
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-05-12 06:07:46 |
49
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-05-11 06:06:40 |
50
50
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-04-04 06:21:08 |
51
51
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-04-04 06:21:17 |
52
52
  | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-04-29 06:05:02 |
@@ -63,13 +63,13 @@
63
63
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-04-25 06:05:43 |
64
64
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
65
65
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-04-26 06:09:14 |
66
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-09 06:07:07 |
66
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-05-12 06:10:06 |
67
67
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-04-04 06:38:13 |
68
68
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-04-21 06:11:32 |
69
69
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
70
70
  | ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
71
71
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
72
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-04-28 06:11:50 |
72
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-05-11 06:09:11 |
73
73
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-04-04 06:39:12 |
74
74
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
75
75
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
@@ -81,7 +81,7 @@
81
81
  | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-05-09 06:08:11 |
82
82
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-05-06 06:10:19 |
83
83
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-04-04 06:42:42 |
84
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-04-22 06:09:59 |
84
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-05-12 06:11:15 |
85
85
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
86
86
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
87
87
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-04-13 06:43:04 |
@@ -99,7 +99,7 @@
99
99
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
100
100
  | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-04-04 06:48:07 |
101
101
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
102
- | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-04-01 15:20:13 |
102
+ | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-11 10:24:44 |
103
103
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-04-18 06:13:51 |
104
104
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
105
105
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-04-04 06:49:51 |
@@ -116,8 +116,8 @@
116
116
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-04-04 06:57:46 |
117
117
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
118
118
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-04-21 06:15:03 |
119
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-04-21 06:15:08 |
120
- | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-09 06:11:15 |
119
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-05-10 06:09:42 |
120
+ | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-11 06:13:00 |
121
121
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-04-04 07:00:09 |
122
122
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
123
123
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
@@ -125,7 +125,7 @@
125
125
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
126
126
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
127
127
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-04-08 06:10:55 |
128
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-09 06:11:38 |
128
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-05-12 06:14:35 |
129
129
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-04-04 07:01:46 |
130
130
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-04-04 07:01:49 |
131
131
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
@@ -160,7 +160,7 @@
160
160
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-26 06:16:06 |
161
161
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
162
162
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
163
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-04-07 07:10:53 |
163
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-05-11 06:15:29 |
164
164
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-04-08 06:13:14 |
165
165
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-05-09 06:14:07 |
166
166
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-04-04 07:15:36 |
@@ -174,24 +174,24 @@
174
174
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
175
175
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
176
176
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
177
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-05-09 06:15:02 |
177
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-05-10 06:13:33 |
178
178
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-04-04 07:17:26 |
179
179
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-04-04 07:17:39 |
180
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-09 06:15:13 |
180
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-05-12 06:17:58 |
181
181
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
182
182
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
183
183
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-04-04 07:18:12 |
184
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-05-09 06:15:32 |
184
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-05-12 06:18:16 |
185
185
  | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-04-22 06:17:09 |
186
186
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-05-09 06:15:37 |
187
187
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
188
188
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-04-04 07:22:42 |
189
189
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
190
- | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-04-04 07:22:51 |
190
+ | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-05-10 06:14:42 |
191
191
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
192
192
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-05-09 06:16:13 |
193
193
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-04-28 06:20:20 |
194
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-04-27 06:19:10 |
194
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-05-12 06:19:46 |
195
195
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
196
196
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
197
197
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.335"
1
+ export const sdkVersion = "4.0.338"
@@ -100,6 +100,7 @@ import {
100
100
  BGPIPInstanceUsages,
101
101
  ModifyDDoSBlackWhiteIpListRequest,
102
102
  DescribeListDDoSGeoIPBlockConfigRequest,
103
+ DescribeOverviewDDoSEventListResponse,
103
104
  CreateCcGeoIPBlockConfigResponse,
104
105
  DescribeOverviewAttackTrendResponse,
105
106
  Layer7Rule,
@@ -147,6 +148,7 @@ import {
147
148
  ModifyDDoSThresholdResponse,
148
149
  CreateDDoSGeoIPBlockConfigResponse,
149
150
  CCPrecisionPolicy,
151
+ DescribeOverviewDDoSEventListRequest,
150
152
  ListenerCcThreholdConfig,
151
153
  EipAddressRelation,
152
154
  DeleteDDoSBlackWhiteIpListRequest,
@@ -233,6 +235,7 @@ import {
233
235
  DescribeCCPrecisionPlyListResponse,
234
236
  DescribeBizTrendRequest,
235
237
  DescribeListPortAclListRequest,
238
+ OverviewDDoSEvent,
236
239
  DescribeCCLevelPolicyResponse,
237
240
  DescribeListWaterPrintConfigResponse,
238
241
  DescribeOverviewDDoSTrendResponse,
@@ -254,6 +257,7 @@ import {
254
257
  ModifyCCLevelPolicyRequest,
255
258
  DescribeCcGeoIPBlockConfigListRequest,
256
259
  PacketFilterRelation,
260
+ RuleInstanceRelation,
257
261
  CreatePacketFilterConfigRequest,
258
262
  DescribeCCTrendRequest,
259
263
  } from "./antiddos_models"
@@ -809,6 +813,16 @@ export class Client extends AbstractClient {
809
813
  return this.request("CreateBoundIP", req, cb)
810
814
  }
811
815
 
816
+ /**
817
+ * 获取防护概览的ddos攻击事件
818
+ */
819
+ async DescribeOverviewDDoSEventList(
820
+ req: DescribeOverviewDDoSEventListRequest,
821
+ cb?: (error: string, rep: DescribeOverviewDDoSEventListResponse) => void
822
+ ): Promise<DescribeOverviewDDoSEventListResponse> {
823
+ return this.request("DescribeOverviewDDoSEventList", req, cb)
824
+ }
825
+
812
826
  /**
813
827
  * 设置单IP默认告警阈值配置
814
828
  */
@@ -1184,6 +1184,16 @@ export interface DescribeListBGPIPInstancesRequest {
1184
1184
  * 获取特定状态的资源,运行中填idle,攻击中填attacking,封堵中填blocking
1185
1185
  */
1186
1186
  FilterStatus?: string
1187
+
1188
+ /**
1189
+ * 获取特定的实例Cname
1190
+ */
1191
+ FilterCname?: string
1192
+
1193
+ /**
1194
+ * 批量查询实例ID对应的高防IP实例资源
1195
+ */
1196
+ FilterInstanceIdList?: Array<string>
1187
1197
  }
1188
1198
 
1189
1199
  /**
@@ -1892,6 +1902,26 @@ export interface DescribeListDDoSGeoIPBlockConfigRequest {
1892
1902
  FilterIp?: string
1893
1903
  }
1894
1904
 
1905
+ /**
1906
+ * DescribeOverviewDDoSEventList返回参数结构体
1907
+ */
1908
+ export interface DescribeOverviewDDoSEventListResponse {
1909
+ /**
1910
+ * 记录总数
1911
+ */
1912
+ Total: number
1913
+
1914
+ /**
1915
+ * 事件列表
1916
+ */
1917
+ EventList: Array<OverviewDDoSEvent>
1918
+
1919
+ /**
1920
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1921
+ */
1922
+ RequestId?: string
1923
+ }
1924
+
1895
1925
  /**
1896
1926
  * CreateCcGeoIPBlockConfig返回参数结构体
1897
1927
  */
@@ -1962,9 +1992,14 @@ export interface Layer7Rule {
1962
1992
  RealServers: Array<SourceServer>
1963
1993
 
1964
1994
  /**
1965
- * 规则所属的资源实例
1995
+ * 资源实例
1966
1996
  */
1967
1997
  InstanceDetails: Array<InstanceRelation>
1998
+
1999
+ /**
2000
+ * 规则所属的资源实例
2001
+ */
2002
+ InstanceDetailRule?: Array<RuleInstanceRelation>
1968
2003
  }
1969
2004
 
1970
2005
  /**
@@ -2500,6 +2535,12 @@ export interface BGPIPInstance {
2500
2535
  注意:此字段可能返回 null,表示取不到有效值。
2501
2536
  */
2502
2537
  V6Flag: number
2538
+
2539
+ /**
2540
+ * 是否渠道版高防IP,是为1,否为0
2541
+ 注意:此字段可能返回 null,表示取不到有效值。
2542
+ */
2543
+ BGPIPChannelFlag: number
2503
2544
  }
2504
2545
 
2505
2546
  /**
@@ -2540,9 +2581,14 @@ UDP(UDP协议)
2540
2581
  RealServers: Array<SourceServer>
2541
2582
 
2542
2583
  /**
2543
- * 规则所属的资源实例
2584
+ * 资源实例
2544
2585
  */
2545
2586
  InstanceDetails: Array<InstanceRelation>
2587
+
2588
+ /**
2589
+ * 规则所属的资源实例
2590
+ */
2591
+ InstanceDetailRule?: Array<RuleInstanceRelation>
2546
2592
  }
2547
2593
 
2548
2594
  /**
@@ -2857,6 +2903,36 @@ export interface CCPrecisionPolicy {
2857
2903
  ModifyTime: string
2858
2904
  }
2859
2905
 
2906
+ /**
2907
+ * DescribeOverviewDDoSEventList请求参数结构体
2908
+ */
2909
+ export interface DescribeOverviewDDoSEventListRequest {
2910
+ /**
2911
+ * 起始时间
2912
+ */
2913
+ StartTime: string
2914
+
2915
+ /**
2916
+ * 结束时间
2917
+ */
2918
+ EndTime: string
2919
+
2920
+ /**
2921
+ * 可选按攻击状态过滤,start:攻击中;end:攻击结束
2922
+ */
2923
+ AttackStatus?: string
2924
+
2925
+ /**
2926
+ * 偏移量
2927
+ */
2928
+ Offset?: number
2929
+
2930
+ /**
2931
+ * 记录条数
2932
+ */
2933
+ Limit?: number
2934
+ }
2935
+
2860
2936
  /**
2861
2937
  * 域名与协议纬度的CC防护阈值
2862
2938
  */
@@ -2984,6 +3060,16 @@ export interface IPLineInfo {
2984
3060
  * 线路IP
2985
3061
  */
2986
3062
  Eip: string
3063
+
3064
+ /**
3065
+ * 实例对应的cname
3066
+ */
3067
+ Cname?: string
3068
+
3069
+ /**
3070
+ * 资源flag,0:高防包资源,1:高防IP资源,2:非高防资源IP
3071
+ */
3072
+ ResourceFlag?: number
2987
3073
  }
2988
3074
 
2989
3075
  /**
@@ -3753,6 +3839,11 @@ export interface DescribeListIPAlarmConfigRequest {
3753
3839
  * IP搜索
3754
3840
  */
3755
3841
  FilterIp?: string
3842
+
3843
+ /**
3844
+ * 高防IP实例资源的cname
3845
+ */
3846
+ FilterCname?: string
3756
3847
  }
3757
3848
 
3758
3849
  /**
@@ -3891,6 +3982,18 @@ export interface BGPInstanceSpecification {
3891
3982
  注意:此字段可能返回 null,表示取不到有效值。
3892
3983
  */
3893
3984
  ChannelEditionFlag: number
3985
+
3986
+ /**
3987
+ * 高防包企业版标记,0表示普通高防包;1表示企业版高防包
3988
+ 注意:此字段可能返回 null,表示取不到有效值。
3989
+ */
3990
+ EnterpriseFlag: number
3991
+
3992
+ /**
3993
+ * 高防包企业版弹性阈值,0表示未开启;大于0为弹性防护阈值
3994
+ 注意:此字段可能返回 null,表示取不到有效值。
3995
+ */
3996
+ ElasticLimit: number
3894
3997
  }
3895
3998
 
3896
3999
  /**
@@ -4454,7 +4557,7 @@ export interface ModifyCCPrecisionPolicyRequest {
4454
4557
  PolicyId: string
4455
4558
 
4456
4559
  /**
4457
- * 策略方式,可取值alg表示验证码,drop表示丢弃
4560
+ * 策略方式。可取值:algdrop。alg指返回验证码方式验证,drop表示该访问丢弃。
4458
4561
  */
4459
4562
  PolicyAction: string
4460
4563
 
@@ -5042,6 +5145,66 @@ export interface DescribeListPortAclListRequest {
5042
5145
  FilterIp?: string
5043
5146
  }
5044
5147
 
5148
+ /**
5149
+ * 防护概览DDoS攻击事件
5150
+ */
5151
+ export interface OverviewDDoSEvent {
5152
+ /**
5153
+ * 事件Id
5154
+ */
5155
+ Id: string
5156
+
5157
+ /**
5158
+ * ip
5159
+ */
5160
+ Vip: string
5161
+
5162
+ /**
5163
+ * 开始时间
5164
+ */
5165
+ StartTime: string
5166
+
5167
+ /**
5168
+ * 结束时间
5169
+ */
5170
+ EndTime: string
5171
+
5172
+ /**
5173
+ * 攻击类型
5174
+ */
5175
+ AttackType: string
5176
+
5177
+ /**
5178
+ * 攻击状态,0:攻击中;1:攻击结束
5179
+ */
5180
+ AttackStatus: number
5181
+
5182
+ /**
5183
+ * 攻击流量,单位Mbps
5184
+ */
5185
+ Mbps: number
5186
+
5187
+ /**
5188
+ * 攻击包量,单位pps
5189
+ */
5190
+ Pps: number
5191
+
5192
+ /**
5193
+ * 业务类型,bgp-multip:高防包;bgpip:高防ip;basic:基础防护
5194
+ */
5195
+ Business: string
5196
+
5197
+ /**
5198
+ * 高防实例Id
5199
+ */
5200
+ InstanceId: string
5201
+
5202
+ /**
5203
+ * 高防实例名称
5204
+ */
5205
+ InstanceName: string
5206
+ }
5207
+
5045
5208
  /**
5046
5209
  * DescribeCCLevelPolicy返回参数结构体
5047
5210
  */
@@ -5606,6 +5769,26 @@ export interface PacketFilterRelation {
5606
5769
  InstanceDetailList: Array<InstanceRelation>
5607
5770
  }
5608
5771
 
5772
+ /**
5773
+ * 四七层规则的
5774
+ */
5775
+ export interface RuleInstanceRelation {
5776
+ /**
5777
+ * 资源实例的IP
5778
+ */
5779
+ EipList: Array<string>
5780
+
5781
+ /**
5782
+ * 资源实例的ID
5783
+ */
5784
+ InstanceId: string
5785
+
5786
+ /**
5787
+ * 资源实例的Cname
5788
+ */
5789
+ Cname: string
5790
+ }
5791
+
5609
5792
  /**
5610
5793
  * CreatePacketFilterConfig请求参数结构体
5611
5794
  */
@@ -910,9 +910,8 @@ export class Client extends AbstractClient {
910
910
  }
911
911
 
912
912
  /**
913
- * DescribePushTasks 用于查询预热任务提交历史记录及执行进度。
914
- 接口灰度中,暂未全量开放,敬请期待。
915
- */
913
+ * DescribePushTasks 用于查询预热任务提交历史记录及执行进度。
914
+ */
916
915
  async DescribePushTasks(
917
916
  req: DescribePushTasksRequest,
918
917
  cb?: (error: string, rep: DescribePushTasksResponse) => void
@@ -2180,7 +2180,8 @@ IPv6 功能目前尚未全量,需要先申请试用
2180
2180
  OriginType?: string
2181
2181
 
2182
2182
  /**
2183
- * 回主源站时 Host 头部,不填充则默认为加速域名
2183
+ * 当源站类型为cos或者第三方存储加速时,ServerName字段必填
2184
+ 回主源站时 Host 头部,不填充则默认为加速域名
2184
2185
  若接入的是泛域名,则回源 Host 默认为访问时的子域名
2185
2186
  注意:此字段可能返回 null,表示取不到有效值。
2186
2187
  */
@@ -1020,6 +1020,11 @@ export interface AddEnterpriseSecurityGroupRulesRequest {
1020
1020
  * 保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。
1021
1021
  */
1022
1022
  ClientToken?: string
1023
+
1024
+ /**
1025
+ * 是否延迟下发,1则延迟下发,否则立即下发
1026
+ */
1027
+ IsDelay?: number
1023
1028
  }
1024
1029
 
1025
1030
  /**
@@ -1659,7 +1659,7 @@ export interface FetchMessageByOffsetRequest {
1659
1659
  Partition: number
1660
1660
 
1661
1661
  /**
1662
- * 位点信息
1662
+ * 位点信息,必填
1663
1663
  */
1664
1664
  Offset?: number
1665
1665
  }
@@ -2167,6 +2167,12 @@ export interface HealthCheck {
2167
2167
  注意:此字段可能返回 null,表示取不到有效值。
2168
2168
  */
2169
2169
  SourceIpType?: number
2170
+
2171
+ /**
2172
+ * GRPC健康检查状态码(仅适用于后端转发协议为GRPC的规则)。默认值为 12,可输入值为数值、多个数值、或者范围,例如 20 或 20,25 或 0-99
2173
+ 注意:此字段可能返回 null,表示取不到有效值。
2174
+ */
2175
+ ExtendedCode?: string
2170
2176
  }
2171
2177
 
2172
2178
  /**
@@ -4785,11 +4791,13 @@ export interface DescribeRewriteResponse {
4785
4791
  export interface Quota {
4786
4792
  /**
4787
4793
  * 配额名称,取值范围:
4788
- <li> TOTAL_OPEN_CLB_QUOTA: 用户当前地域下的公网LB配额 </li>
4789
- <li> TOTAL_INTERNAL_CLB_QUOTA: 用户当前地域下的内网LB配额 </li>
4790
- <li> TOTAL_LISTENER_QUOTA: 一个CLB下的监听器配额 </li>
4791
- <li> TOTAL_LISTENER_RULE_QUOTA: 一个监听器下的转发规则配额 </li>
4792
- <li> TOTAL_TARGET_BIND_QUOTA: 一条转发规则下绑定设备配额 </li>
4794
+ <li> TOTAL_OPEN_CLB_QUOTA:用户当前地域下的公网CLB配额 </li>
4795
+ <li> TOTAL_INTERNAL_CLB_QUOTA:用户当前地域下的内网CLB配额 </li>
4796
+ <li> TOTAL_LISTENER_QUOTA:一个CLB下的监听器配额 </li>
4797
+ <li> TOTAL_LISTENER_RULE_QUOTA:一个监听器下的转发规则配额 </li>
4798
+ <li> TOTAL_TARGET_BIND_QUOTA:一条转发规则下可绑定设备的配额 </li>
4799
+ <li> TOTAL_SNAP_IP_QUOTA: 一个CLB实例下跨地域2.0的SNAT IP配额 </li>
4800
+ <li>TOTAL_ISP_CLB_QUOTA:用户当前地域下的三网CLB配额 </li>
4793
4801
  */
4794
4802
  QuotaId: string
4795
4803
 
@@ -721,6 +721,24 @@ export interface Partition {
721
721
  * 对分区的描述。
722
722
  */
723
723
  Comment: string
724
+
725
+ /**
726
+ * 隐式分区转换策略
727
+ 注意:此字段可能返回 null,表示取不到有效值。
728
+ */
729
+ Transform: string
730
+
731
+ /**
732
+ * 转换策略参数
733
+ 注意:此字段可能返回 null,表示取不到有效值。
734
+ */
735
+ TransformArgs: Array<string>
736
+
737
+ /**
738
+ * 创建时间
739
+ 注意:此字段可能返回 null,表示取不到有效值。
740
+ */
741
+ CreateTime: number
724
742
  }
725
743
 
726
744
  /**
@@ -1756,6 +1774,11 @@ table-id - String - (过滤条件)table id形如:12342。
1756
1774
  * table type,表类型查询,可用值:EXTERNAL_TABLE,INDEX_TABLE,MANAGED_TABLE,MATERIALIZED_VIEW,TABLE,VIEW,VIRTUAL_VIEW
1757
1775
  */
1758
1776
  TableType?: string
1777
+
1778
+ /**
1779
+ * 筛选字段-表格式:不传(默认)为查全部;LAKEFS:托管表;ICEBERG:非托管iceberg表;HIVE:非托管hive表;OTHER:非托管其它;
1780
+ */
1781
+ TableFormat?: string
1759
1782
  }
1760
1783
 
1761
1784
  /**
@@ -2005,6 +2028,18 @@ export interface Policy {
2005
2028
  注意:此字段可能返回 null,表示取不到有效值。
2006
2029
  */
2007
2030
  CreateTime?: string
2031
+
2032
+ /**
2033
+ * 权限所属工作组的ID,只有当该权限的来源为工作组时才会有值。即仅当Source字段的值为WORKGROUP时该字段才有值。
2034
+ 注意:此字段可能返回 null,表示取不到有效值。
2035
+ */
2036
+ SourceId?: number
2037
+
2038
+ /**
2039
+ * 权限所属工作组的名称,只有当该权限的来源为工作组时才会有值。即仅当Source字段的值为WORKGROUP时该字段才有值。
2040
+ 注意:此字段可能返回 null,表示取不到有效值。
2041
+ */
2042
+ SourceName?: string
2008
2043
  }
2009
2044
 
2010
2045
  /**
@@ -681,7 +681,7 @@ export interface CreateSubscribeRequest {
681
681
  Count?: number
682
682
 
683
683
  /**
684
- * 是否自动续费,默认为01表示自动续费。小时计费实例设置该标识无效。
684
+ * 是否自动续费,0表示不自动续费,1表示自动续费,默认为0。小时计费实例设置该标识无效。
685
685
  */
686
686
  AutoRenew?: number
687
687
 
@@ -851,12 +851,12 @@ export interface DescribeSubscribesRequest {
851
851
  SubsStatus?: Array<string>
852
852
 
853
853
  /**
854
- * 返回记录的起始偏移量
854
+ * 返回记录的起始偏移量,默认为0。请输入非负整数
855
855
  */
856
856
  Offset?: number
857
857
 
858
858
  /**
859
- * 单次返回的记录数量
859
+ * 单次返回的记录数量,默认20。请输入1到100的整数
860
860
  */
861
861
  Limit?: number
862
862
 
@@ -171,7 +171,7 @@ export class Client extends AbstractClient {
171
171
  }
172
172
 
173
173
  /**
174
- * 本接口用于校验手机号、姓名和身份证号的真实性和一致性,入参支持MD5加密传输。
174
+ * 本接口用于校验手机号、姓名和身份证号的真实性和一致性,入参支持明文、MD5和SHA256加密传输。
175
175
  */
176
176
  async EncryptedPhoneVerification(
177
177
  req: EncryptedPhoneVerificationRequest,
@@ -2621,10 +2621,11 @@ export interface EncryptedPhoneVerificationRequest {
2621
2621
  Phone: string
2622
2622
 
2623
2623
  /**
2624
- * 敏感信息的加密方式,目前只支持MD5加密传输,参数取值:
2624
+ * 敏感信息的加密方式,目前支持明文、MD5和SHA256加密传输,参数取值:
2625
2625
 
2626
2626
  0:明文,不加密
2627
- 1:使用MD5加密
2627
+ 1: 使用MD5加密
2628
+ 2: 使用SHA256
2628
2629
  */
2629
2630
  EncryptionMode: string
2630
2631
  }
@@ -2679,8 +2680,8 @@ export interface EncryptedPhoneVerificationResponse {
2679
2680
  /**
2680
2681
  * 认证结果码:
2681
2682
  【收费结果码】
2682
- 0: 认证通过
2683
- -4: 信息不一致
2683
+ 0: 三要素信息一致
2684
+ -4: 三要素信息不一致
2684
2685
 
2685
2686
  【不收费结果码】
2686
2687
  -7: 身份证号码有误