tencentcloud-sdk-nodejs 4.0.960 → 4.0.961
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/CHANGELOG.md +361 -0
- package/SERVICE_CHANGELOG.md +607 -12
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/common/sdk_version.ts +1 -1
- package/src/services/captcha/v20190722/captcha_models.ts +8 -3
- package/src/services/cdb/v20170320/cdb_models.ts +4 -0
- package/src/services/cfw/v20190904/cfw_client.ts +4 -2
- package/src/services/cfw/v20190904/cfw_models.ts +65 -18
- package/src/services/cvm/v20170312/cvm_models.ts +0 -1
- package/src/services/cwp/v20180228/cwp_models.ts +88 -83
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +40 -40
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +6 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/ecdn/v20191012/ecdn_models.ts +2 -2
- package/src/services/emr/v20190103/emr_client.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +9 -8
- package/src/services/ess/v20201111/ess_models.ts +8 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +8 -0
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +9 -0
- package/src/services/mqtt/v20240516/mqtt_models.ts +4 -2
- package/src/services/ses/v20201002/ses_models.ts +0 -10
- package/src/services/sms/v20190711/sms_models.ts +30 -32
- package/src/services/sms/v20210111/sms_client.ts +1 -1
- package/src/services/sms/v20210111/sms_models.ts +31 -34
- package/src/services/taf/v20200210/taf_models.ts +18 -1
- package/src/services/tdmq/v20200217/tdmq_client.ts +14 -2
- package/src/services/tdmq/v20200217/tdmq_models.ts +90 -34
- package/src/services/trocket/v20230308/trocket_client.ts +6 -6
- package/src/services/trocket/v20230308/trocket_models.ts +95 -89
- package/src/services/vpc/v20170312/vpc_models.ts +4 -4
- package/src/services/waf/v20180125/waf_client.ts +19 -6
- package/src/services/waf/v20180125/waf_models.ts +44 -0
- package/src/services/wedata/v20210820/wedata_client.ts +23 -7
- package/src/services/wedata/v20210820/wedata_models.ts +213 -10
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +8 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +3 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +3 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +63 -16
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +0 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +88 -83
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +40 -40
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +39 -39
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +6 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +2 -2
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -8
- package/tencentcloud/services/ess/v20201111/ess_client.js +9 -8
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +8 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +4 -2
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +0 -10
- package/tencentcloud/services/sms/v20190711/sms_models.d.ts +30 -32
- package/tencentcloud/services/sms/v20210111/sms_client.d.ts +1 -1
- package/tencentcloud/services/sms/v20210111/sms_client.js +1 -1
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +31 -34
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +18 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +88 -34
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +6 -6
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +6 -6
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +95 -89
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -4
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +41 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +7 -3
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +9 -3
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +207 -10
- package/test/tdmq.v20200217.test.js +10 -0
- package/test/waf.v20180125.test.js +12 -2
- package/test/wedata.v20210820.test.js +12 -2
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
37
|
| ca | [腾讯云CA](https://cloud.tencent.com/document/product/1691) | 2024-09-30 01:09:31 |
|
|
38
38
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-10-18 01:04:41 |
|
|
39
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-
|
|
39
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-10-22 01:09:32 |
|
|
40
40
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-10-14 01:09:40 |
|
|
43
43
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-10-21 01:05:17 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-10-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-10-22 01:10:00 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-08-28 01:14:49 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-10-14 01:10:31 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
|
|
52
52
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-10-18 01:06:35 |
|
|
53
53
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-28 01:17:42 |
|
|
54
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-
|
|
54
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-10-22 01:11:25 |
|
|
55
55
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
|
|
56
56
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-06-17 01:21:02 |
|
|
57
57
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
@@ -73,14 +73,14 @@
|
|
|
73
73
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
74
74
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-09-19 01:21:01 |
|
|
75
75
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
76
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-10-
|
|
77
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-
|
|
76
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-10-22 01:13:31 |
|
|
77
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-10-22 01:13:51 |
|
|
78
78
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
79
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-
|
|
79
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-22 01:15:19 |
|
|
80
80
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-10-18 01:10:42 |
|
|
81
81
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
82
82
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
83
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-
|
|
83
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-10-22 01:16:15 |
|
|
84
84
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
85
85
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-10-15 16:53:15 |
|
|
86
86
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-11 01:32:35 |
|
|
@@ -94,14 +94,14 @@
|
|
|
94
94
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-09-27 01:14:07 |
|
|
95
95
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-08-19 01:36:09 |
|
|
96
96
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-09-05 01:32:54 |
|
|
97
|
-
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-
|
|
97
|
+
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-10-22 01:18:29 |
|
|
98
98
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
|
|
99
99
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
100
100
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
101
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-10-
|
|
101
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-10-22 01:19:02 |
|
|
102
102
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-10-18 01:14:20 |
|
|
103
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-
|
|
104
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-
|
|
103
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-22 01:19:30 |
|
|
104
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-22 01:19:53 |
|
|
105
105
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
|
|
106
106
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-10-21 01:15:09 |
|
|
107
107
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
|
|
118
118
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
119
119
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
120
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-10-
|
|
120
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-10-22 01:20:58 |
|
|
121
121
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
122
122
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
123
123
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
@@ -137,8 +137,8 @@
|
|
|
137
137
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
|
|
138
138
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
139
139
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-09-16 01:59:35 |
|
|
140
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-10-
|
|
141
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-
|
|
140
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-10-22 01:23:38 |
|
|
141
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-10-22 01:23:51 |
|
|
142
142
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-09-12 01:53:31 |
|
|
143
143
|
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-10-14 01:23:56 |
|
|
144
144
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -151,9 +151,9 @@
|
|
|
151
151
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
|
|
152
152
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-23 01:55:12 |
|
|
153
153
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-10-14 01:24:42 |
|
|
154
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-
|
|
154
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-10-22 01:25:28 |
|
|
155
155
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-10-17 01:25:25 |
|
|
156
|
-
| mqtt | [消息队列 MQTT 版](https://cloud.tencent.com/document/product/1778) | 2024-
|
|
156
|
+
| mqtt | [消息队列 MQTT 版](https://cloud.tencent.com/document/product/1778) | 2024-10-22 01:26:22 |
|
|
157
157
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-10-09 01:25:21 |
|
|
158
158
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-16 02:04:04 |
|
|
159
159
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
@@ -169,18 +169,18 @@
|
|
|
169
169
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-25 01:28:57 |
|
|
170
170
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-10-16 01:22:48 |
|
|
171
171
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
|
|
172
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-
|
|
172
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-10-22 01:28:15 |
|
|
173
173
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-18 01:23:16 |
|
|
174
174
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-09-13 02:02:09 |
|
|
175
175
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
176
176
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
177
177
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-08-23 02:05:36 |
|
|
178
178
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-10-11 01:27:56 |
|
|
179
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-
|
|
179
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-10-22 01:28:58 |
|
|
180
180
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-08-12 02:09:46 |
|
|
181
181
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
|
|
182
182
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
|
|
183
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-10-
|
|
183
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-10-21 17:47:13 |
|
|
184
184
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
|
|
185
185
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
186
186
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-10-17 01:29:06 |
|
|
@@ -190,7 +190,7 @@
|
|
|
190
190
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-10-16 01:24:51 |
|
|
191
191
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-10-18 01:24:58 |
|
|
192
192
|
| svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-05-23 17:09:13 |
|
|
193
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-
|
|
193
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-10-22 01:30:02 |
|
|
194
194
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-08-23 02:09:59 |
|
|
195
195
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-20 01:24:15 |
|
|
196
196
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-09-16 02:20:05 |
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-10-18 01:26:11 |
|
|
210
210
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
|
|
211
211
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
212
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-
|
|
212
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-10-22 01:32:24 |
|
|
213
213
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
|
|
214
214
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
|
|
215
215
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-10-18 01:27:56 |
|
|
@@ -228,10 +228,10 @@
|
|
|
228
228
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-09-13 02:18:44 |
|
|
229
229
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
230
230
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
231
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-
|
|
231
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-10-22 01:34:38 |
|
|
232
232
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
|
|
233
233
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
234
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-
|
|
234
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-22 01:35:03 |
|
|
235
235
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-25 01:36:42 |
|
|
236
236
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-25 01:37:11 |
|
|
237
237
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
@@ -244,12 +244,12 @@
|
|
|
244
244
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
245
245
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
246
246
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-11 19:07:13 |
|
|
247
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-
|
|
247
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-22 01:37:03 |
|
|
248
248
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
249
249
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-10-16 01:32:39 |
|
|
250
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-10-
|
|
250
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-10-22 01:38:00 |
|
|
251
251
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
252
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-
|
|
252
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-10-22 01:38:35 |
|
|
253
253
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
254
254
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
255
255
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.961"
|
|
@@ -754,6 +754,11 @@ EvilLevel=100 请求有恶意
|
|
|
754
754
|
* 提交验证码时间
|
|
755
755
|
*/
|
|
756
756
|
SubmitCaptchaTime?: number
|
|
757
|
+
/**
|
|
758
|
+
* 设备风险大类
|
|
759
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
760
|
+
*/
|
|
761
|
+
DeviceRiskCategory?: string
|
|
757
762
|
/**
|
|
758
763
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
759
764
|
*/
|
|
@@ -1018,7 +1023,7 @@ export interface DescribeCaptchaDataResponse {
|
|
|
1018
1023
|
*/
|
|
1019
1024
|
export interface DescribeCaptchaResultRequest {
|
|
1020
1025
|
/**
|
|
1021
|
-
* 固定填值:9
|
|
1026
|
+
* 固定填值:9。
|
|
1022
1027
|
*/
|
|
1023
1028
|
CaptchaType: number
|
|
1024
1029
|
/**
|
|
@@ -1297,7 +1302,7 @@ export interface DescribeCaptchaAppIdInfoResponse {
|
|
|
1297
1302
|
*/
|
|
1298
1303
|
export interface DescribeCaptchaRceResultRequest {
|
|
1299
1304
|
/**
|
|
1300
|
-
* 固定填值:9
|
|
1305
|
+
* 固定填值:9。
|
|
1301
1306
|
*/
|
|
1302
1307
|
CaptchaType: number
|
|
1303
1308
|
/**
|
|
@@ -1393,7 +1398,7 @@ export interface DescribeCaptchaDataRequest {
|
|
|
1393
1398
|
*/
|
|
1394
1399
|
export interface DescribeCaptchaMiniResultRequest {
|
|
1395
1400
|
/**
|
|
1396
|
-
* 固定填值:9
|
|
1401
|
+
* 固定填值:9
|
|
1397
1402
|
*/
|
|
1398
1403
|
CaptchaType: number
|
|
1399
1404
|
/**
|
|
@@ -1830,6 +1830,10 @@ export interface UpgradeDBInstanceRequest {
|
|
|
1830
1830
|
* 针对跨集群搬迁场景,选择同可用区RO的处理逻辑。together-同可用区RO跟随主实例迁移至目标可用区(默认选项),severally-同可用区RO保持原部署模式、不迁移至目标可用区。
|
|
1831
1831
|
*/
|
|
1832
1832
|
RoTransType?: string
|
|
1833
|
+
/**
|
|
1834
|
+
* 集群版节点拓扑配置。
|
|
1835
|
+
*/
|
|
1836
|
+
ClusterTopology?: ClusterTopology
|
|
1833
1837
|
/**
|
|
1834
1838
|
* 检查原地升级是否需要重启,1 检查, 0 不检查。如果值为1,检查为原地升级需要重启,则会停止升级并进行返回提示,如果为原地升级不重启,则正常执行升级流程。
|
|
1835
1839
|
*/
|
|
@@ -899,8 +899,10 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
899
899
|
}
|
|
900
900
|
|
|
901
901
|
/**
|
|
902
|
-
|
|
903
|
-
|
|
902
|
+
* 历史接口,已经废弃,产品有新的替代接口
|
|
903
|
+
|
|
904
|
+
防火墙开关列表,已废弃,请使用DescribeFwEdgeIps
|
|
905
|
+
*/
|
|
904
906
|
async DescribeSwitchLists(
|
|
905
907
|
req: DescribeSwitchListsRequest,
|
|
906
908
|
cb?: (error: string, rep: DescribeSwitchListsResponse) => void
|
|
@@ -763,7 +763,7 @@ export interface DescribeTLogInfoRequest {
|
|
|
763
763
|
*/
|
|
764
764
|
export interface BlockIgnoreRule {
|
|
765
765
|
/**
|
|
766
|
-
* 1
|
|
766
|
+
* 规则类型,取值:1 封禁,2外部IP,3域名,4情报,5assets,6自定义策略,7入侵防御规则id (2-7属于白名单类型)
|
|
767
767
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
768
768
|
*/
|
|
769
769
|
RuleType?: number
|
|
@@ -2857,7 +2857,7 @@ export interface DescribeFwGroupInstanceInfoRequest {
|
|
|
2857
2857
|
*/
|
|
2858
2858
|
export interface ModifyBlockIgnoreRuleRequest {
|
|
2859
2859
|
/**
|
|
2860
|
-
*
|
|
2860
|
+
* 规则列表
|
|
2861
2861
|
*/
|
|
2862
2862
|
Rule: IntrusionDefenseRule
|
|
2863
2863
|
/**
|
|
@@ -3067,14 +3067,14 @@ export interface IntrusionDefenseRule {
|
|
|
3067
3067
|
* 规则域名,IP与Domain必填其中之一
|
|
3068
3068
|
*/
|
|
3069
3069
|
Domain?: string
|
|
3070
|
-
/**
|
|
3071
|
-
* 备注信息,长度不能超过50
|
|
3072
|
-
*/
|
|
3073
|
-
Comment?: string
|
|
3074
3070
|
/**
|
|
3075
3071
|
* 规则开始时间
|
|
3076
3072
|
*/
|
|
3077
3073
|
StartTime?: string
|
|
3074
|
+
/**
|
|
3075
|
+
* 备注信息,长度不能超过50
|
|
3076
|
+
*/
|
|
3077
|
+
Comment?: string
|
|
3078
3078
|
}
|
|
3079
3079
|
|
|
3080
3080
|
/**
|
|
@@ -4777,11 +4777,11 @@ export interface DescribeAddressTemplateListRequest {
|
|
|
4777
4777
|
*/
|
|
4778
4778
|
Limit?: number
|
|
4779
4779
|
/**
|
|
4780
|
-
*
|
|
4780
|
+
* 排序字段,取值:UpdateTime最近更新时间,RulesNum关联规则数
|
|
4781
4781
|
*/
|
|
4782
4782
|
By?: string
|
|
4783
4783
|
/**
|
|
4784
|
-
* 排序,取值
|
|
4784
|
+
* 排序,取值 :asc正序,desc逆序
|
|
4785
4785
|
*/
|
|
4786
4786
|
Order?: string
|
|
4787
4787
|
/**
|
|
@@ -4793,7 +4793,7 @@ export interface DescribeAddressTemplateListRequest {
|
|
|
4793
4793
|
*/
|
|
4794
4794
|
Uuid?: string
|
|
4795
4795
|
/**
|
|
4796
|
-
* 1:ip模板,5:域名模板,6:协议端口模板
|
|
4796
|
+
* 模板类型,取值:1:ip模板,5:域名模板,6:协议端口模板
|
|
4797
4797
|
*/
|
|
4798
4798
|
TemplateType?: string
|
|
4799
4799
|
/**
|
|
@@ -4860,7 +4860,19 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
|
|
|
4860
4860
|
*/
|
|
4861
4861
|
SourceId?: string
|
|
4862
4862
|
/**
|
|
4863
|
-
* 源规则类型
|
|
4863
|
+
* 源规则类型
|
|
4864
|
+
取值范围 0/1/2/3/4/5/6/7/8/9/100
|
|
4865
|
+
0表示ip(net),
|
|
4866
|
+
1表示VPC实例(intance)
|
|
4867
|
+
2表示子网实例(intance)
|
|
4868
|
+
3表示CVM实例(intance)
|
|
4869
|
+
4表示CLB实例(intance)
|
|
4870
|
+
5表示ENI实例(intance)
|
|
4871
|
+
6表示数据库实例(intance)
|
|
4872
|
+
7表示模版(template)
|
|
4873
|
+
8表示标签(tag)
|
|
4874
|
+
9表示地域(region)
|
|
4875
|
+
100表示资产分组(resourcegroup)
|
|
4864
4876
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4865
4877
|
*/
|
|
4866
4878
|
SourceType?: number
|
|
@@ -4870,12 +4882,27 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
|
|
|
4870
4882
|
*/
|
|
4871
4883
|
TargetId?: string
|
|
4872
4884
|
/**
|
|
4873
|
-
* 目的规则类型
|
|
4885
|
+
* 目的规则类型
|
|
4886
|
+
取值范围 0/1/2/3/4/5/6/7/8/9/100
|
|
4887
|
+
0表示ip(net),
|
|
4888
|
+
1表示VPC实例(intance)
|
|
4889
|
+
2表示子网实例(intance)
|
|
4890
|
+
3表示CVM实例(intance)
|
|
4891
|
+
4表示CLB实例(intance)
|
|
4892
|
+
5表示ENI实例(intance)
|
|
4893
|
+
6表示数据库实例(intance)
|
|
4894
|
+
7表示模版(template)
|
|
4895
|
+
8表示标签(tag)
|
|
4896
|
+
9表示地域(region)
|
|
4897
|
+
100表示资产分组(resourcegroup)
|
|
4874
4898
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4875
4899
|
*/
|
|
4876
4900
|
TargetType?: number
|
|
4877
4901
|
/**
|
|
4878
4902
|
* 协议名称
|
|
4903
|
+
取值范围:TCP/ANY/ICMP/UDP
|
|
4904
|
+
ANY:表示所有
|
|
4905
|
+
|
|
4879
4906
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4880
4907
|
*/
|
|
4881
4908
|
Protocol?: string
|
|
@@ -4885,12 +4912,18 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
|
|
|
4885
4912
|
*/
|
|
4886
4913
|
Port?: string
|
|
4887
4914
|
/**
|
|
4888
|
-
*
|
|
4915
|
+
* 规则策略
|
|
4916
|
+
取值范围:1/2
|
|
4917
|
+
1:阻断
|
|
4918
|
+
2:放行
|
|
4889
4919
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4890
4920
|
*/
|
|
4891
4921
|
Strategy?: number
|
|
4892
4922
|
/**
|
|
4893
|
-
*
|
|
4923
|
+
* 规则启用状态
|
|
4924
|
+
取值范围: 0/1
|
|
4925
|
+
0:未开启
|
|
4926
|
+
1:开启
|
|
4894
4927
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4895
4928
|
*/
|
|
4896
4929
|
Status?: number
|
|
@@ -4905,7 +4938,10 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
|
|
|
4905
4938
|
*/
|
|
4906
4939
|
AclTags?: string
|
|
4907
4940
|
/**
|
|
4908
|
-
*
|
|
4941
|
+
* 规则最新一次是否有改动
|
|
4942
|
+
取值范围:0/1
|
|
4943
|
+
0:否
|
|
4944
|
+
1:是
|
|
4909
4945
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4910
4946
|
*/
|
|
4911
4947
|
IsNew?: number
|
|
@@ -4915,7 +4951,9 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
|
|
|
4915
4951
|
*/
|
|
4916
4952
|
Region?: string
|
|
4917
4953
|
/**
|
|
4918
|
-
*
|
|
4954
|
+
* 是否延迟下发规则
|
|
4955
|
+
取值范围:0/1
|
|
4956
|
+
0:立即下发 1:延迟下发
|
|
4919
4957
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4920
4958
|
*/
|
|
4921
4959
|
IsDelay?: number
|
|
@@ -4980,12 +5018,12 @@ export interface EnterpriseSecurityGroupRuleRuleInfo {
|
|
|
4980
5018
|
*/
|
|
4981
5019
|
ProtocolPortName?: string
|
|
4982
5020
|
/**
|
|
4983
|
-
*
|
|
5021
|
+
* 自动化任务信息
|
|
4984
5022
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4985
5023
|
*/
|
|
4986
5024
|
BetaList?: Array<EnterpriseSecurityGroupRuleBetaInfo>
|
|
4987
5025
|
/**
|
|
4988
|
-
* 规则id
|
|
5026
|
+
* 规则id 等同RuleUuid
|
|
4989
5027
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4990
5028
|
*/
|
|
4991
5029
|
Id?: number
|
|
@@ -5780,6 +5818,11 @@ export interface TemplateListInfo {
|
|
|
5780
5818
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5781
5819
|
*/
|
|
5782
5820
|
IPNum?: number
|
|
5821
|
+
/**
|
|
5822
|
+
* IP版本,0,IPv4;1,IPv6
|
|
5823
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5824
|
+
*/
|
|
5825
|
+
IpVersion?: number
|
|
5783
5826
|
}
|
|
5784
5827
|
|
|
5785
5828
|
/**
|
|
@@ -7130,7 +7173,11 @@ export interface DescribeEnterpriseSecurityGroupRuleListResponse {
|
|
|
7130
7173
|
*/
|
|
7131
7174
|
Data?: Array<EnterpriseSecurityGroupRuleRuleInfo>
|
|
7132
7175
|
/**
|
|
7133
|
-
*
|
|
7176
|
+
* 规则列表整体启用状态
|
|
7177
|
+
取值范围 0/1/2
|
|
7178
|
+
0.表示没有启用的(可以批量启用)
|
|
7179
|
+
1.表示没有禁用的(可以批量禁用)
|
|
7180
|
+
2 表示混合情况(不可批量操作)
|
|
7134
7181
|
*/
|
|
7135
7182
|
Enable?: number
|
|
7136
7183
|
/**
|