tencentcloud-sdk-nodejs 4.0.960 → 4.0.962
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 +628 -0
- package/SERVICE_CHANGELOG.md +741 -15
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/captcha/v20190722/captcha_models.ts +11 -6
- package/src/services/cdb/v20170320/cdb_models.ts +4 -0
- package/src/services/cfw/v20190904/cfw_client.ts +8 -4
- package/src/services/cfw/v20190904/cfw_models.ts +74 -27
- package/src/services/clb/v20180317/clb_models.ts +9 -1
- package/src/services/cvm/v20170312/cvm_models.ts +0 -1
- package/src/services/cwp/v20180228/cwp_client.ts +8 -4
- package/src/services/cwp/v20180228/cwp_models.ts +271 -262
- 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/gaap/v20180529/gaap_client.ts +2 -2
- package/src/services/gaap/v20180529/gaap_models.ts +66 -60
- 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/ocr/v20181119/ocr_models.ts +1 -0
- package/src/services/pts/v20210728/pts_models.ts +5 -0
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +3 -1
- 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 +19 -2
- package/src/services/tdmq/v20200217/tdmq_client.ts +43 -6
- package/src/services/tdmq/v20200217/tdmq_models.ts +362 -199
- package/src/services/trocket/v20230308/trocket_client.ts +8 -8
- package/src/services/trocket/v20230308/trocket_models.ts +104 -90
- package/src/services/tsi/v20210325/tsi_client.ts +1 -0
- package/src/services/tsi/v20210325/tsi_models.ts +52 -0
- package/src/services/vod/v20180717/vod_client.ts +9 -3
- package/src/services/vod/v20180717/vod_models.ts +516 -87
- 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 +11 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +6 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -2
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +72 -25
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +0 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -2
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +271 -262
- 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/gaap/v20180529/gaap_client.d.ts +2 -2
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +1 -1
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +66 -60
- 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/ocr/v20181119/ocr_models.d.ts +1 -0
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +5 -0
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -1
- 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 +19 -2
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +13 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +18 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +355 -199
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +8 -8
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +8 -8
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +104 -90
- package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +51 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +509 -86
- 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 +30 -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
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-10-21 01:03:32 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-10-
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-10-23 01:08:34 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-09-05 01:05:48 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-09-11 01:11:08 |
|
|
@@ -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-23 01:09:56 |
|
|
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,14 +51,14 @@
|
|
|
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-23 01:11:48 |
|
|
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 |
|
|
58
58
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
59
59
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
60
60
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-10-21 01:07:20 |
|
|
61
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-10-
|
|
61
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-10-23 01:12:48 |
|
|
62
62
|
| cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 10:12:45 |
|
|
63
63
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
64
64
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
@@ -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-23 01:13:57 |
|
|
77
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-10-23 01:14:18 |
|
|
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,19 +94,19 @@
|
|
|
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 |
|
|
108
108
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
109
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-
|
|
109
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-10-23 01:20:50 |
|
|
110
110
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-09-09 01:43:37 |
|
|
111
111
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-08-29 01:44:47 |
|
|
112
112
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -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 |
|
|
@@ -161,26 +161,26 @@
|
|
|
161
161
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-09-27 01:23:18 |
|
|
162
162
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
163
163
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-10-16 01:21:18 |
|
|
164
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-
|
|
164
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-23 01:27:19 |
|
|
165
165
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-26 01:28:34 |
|
|
166
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-
|
|
166
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-10-23 01:27:47 |
|
|
167
167
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
168
168
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
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
|
-
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-
|
|
172
|
-
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-
|
|
173
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-
|
|
171
|
+
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-10-23 01:29:03 |
|
|
172
|
+
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-10-22 01:28:15 |
|
|
173
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-23 01:29: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-23 01:31:00 |
|
|
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 16:47:19 |
|
|
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,13 +228,13 @@
|
|
|
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 12:32:33 |
|
|
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
|
-
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-
|
|
237
|
+
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-10-23 01:36:51 |
|
|
238
238
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
239
239
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-09-26 01:38:14 |
|
|
240
240
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
@@ -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.962"
|
|
@@ -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
|
*/
|
|
@@ -852,19 +857,19 @@ export interface DescribeCaptchaMiniRiskResultResponse {
|
|
|
852
857
|
26 system internal error 系统内部错误
|
|
853
858
|
100 param err 参数校验错误
|
|
854
859
|
*/
|
|
855
|
-
CaptchaCode
|
|
860
|
+
CaptchaCode?: number
|
|
856
861
|
/**
|
|
857
862
|
* 状态描述及验证错误信息
|
|
858
863
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
859
864
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
860
865
|
*/
|
|
861
|
-
CaptchaMsg
|
|
866
|
+
CaptchaMsg?: string
|
|
862
867
|
/**
|
|
863
868
|
* 拦截策略返回信息
|
|
864
869
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
865
870
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
866
871
|
*/
|
|
867
|
-
ManageMarketingRiskValue
|
|
872
|
+
ManageMarketingRiskValue?: OutputManageMarketingRiskValue
|
|
868
873
|
/**
|
|
869
874
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
870
875
|
*/
|
|
@@ -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
|
|
@@ -952,8 +954,10 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
|
|
|
952
954
|
}
|
|
953
955
|
|
|
954
956
|
/**
|
|
955
|
-
|
|
956
|
-
|
|
957
|
+
* 旧接口,不再维护
|
|
958
|
+
|
|
959
|
+
查询NAT边界防火墙开关列表
|
|
960
|
+
*/
|
|
957
961
|
async DescribeNatSwitchList(
|
|
958
962
|
req: DescribeNatSwitchListRequest,
|
|
959
963
|
cb?: (error: string, rep: DescribeNatSwitchListResponse) => void
|
|
@@ -305,11 +305,11 @@ export interface ModifyEnterpriseSecurityGroupRuleResponse {
|
|
|
305
305
|
/**
|
|
306
306
|
* 状态值,0:编辑成功,非0:编辑失败
|
|
307
307
|
*/
|
|
308
|
-
Status
|
|
308
|
+
Status?: number
|
|
309
309
|
/**
|
|
310
310
|
* 编辑后新生成规则的Id
|
|
311
311
|
*/
|
|
312
|
-
NewRuleUuid
|
|
312
|
+
NewRuleUuid?: number
|
|
313
313
|
/**
|
|
314
314
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
315
315
|
*/
|
|
@@ -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
|
|
@@ -1178,12 +1178,12 @@ export interface DescribeAssociatedInstanceListResponse {
|
|
|
1178
1178
|
* 实例数量
|
|
1179
1179
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1180
1180
|
*/
|
|
1181
|
-
Total
|
|
1181
|
+
Total?: number
|
|
1182
1182
|
/**
|
|
1183
1183
|
* 实例列表
|
|
1184
1184
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1185
1185
|
*/
|
|
1186
|
-
Data
|
|
1186
|
+
Data?: Array<AssociatedInstanceInfo>
|
|
1187
1187
|
/**
|
|
1188
1188
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1189
1189
|
*/
|
|
@@ -2183,7 +2183,7 @@ true为启用,false为不启用
|
|
|
2183
2183
|
*/
|
|
2184
2184
|
Protocol?: string
|
|
2185
2185
|
/**
|
|
2186
|
-
* 端口协议类型参数模板id;协议端口模板id
|
|
2186
|
+
* 端口协议类型参数模板id;协议端口模板id
|
|
2187
2187
|
*/
|
|
2188
2188
|
ServiceTemplateId?: string
|
|
2189
2189
|
/**
|
|
@@ -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
|
/**
|
|
@@ -2894,7 +2894,7 @@ export interface EdgeIpInfo {
|
|
|
2894
2894
|
*/
|
|
2895
2895
|
PublicIp?: string
|
|
2896
2896
|
/**
|
|
2897
|
-
* 公网 IP 类型
|
|
2897
|
+
* 公网 IP 类型 1 公网,2 弹性,3 弹性ipv6,4 anycastIP, 6 HighQualityEIP
|
|
2898
2898
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2899
2899
|
*/
|
|
2900
2900
|
PublicIpType?: number
|
|
@@ -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
|
/**
|
|
@@ -6415,17 +6458,17 @@ export interface DescribeNatFwVpcDnsLstResponse {
|
|
|
6415
6458
|
* nat防火墙vpc dns 信息数组
|
|
6416
6459
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6417
6460
|
*/
|
|
6418
|
-
VpcDnsSwitchLst
|
|
6461
|
+
VpcDnsSwitchLst?: Array<VpcDnsInfo>
|
|
6419
6462
|
/**
|
|
6420
6463
|
* 返回参数
|
|
6421
6464
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6422
6465
|
*/
|
|
6423
|
-
ReturnMsg
|
|
6466
|
+
ReturnMsg?: string
|
|
6424
6467
|
/**
|
|
6425
6468
|
* 开关总条数
|
|
6426
6469
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6427
6470
|
*/
|
|
6428
|
-
Total
|
|
6471
|
+
Total?: number
|
|
6429
6472
|
/**
|
|
6430
6473
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6431
6474
|
*/
|
|
@@ -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
|
/**
|
|
@@ -196,7 +196,7 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
|
196
196
|
*/
|
|
197
197
|
VpcId?: string
|
|
198
198
|
/**
|
|
199
|
-
* 在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP
|
|
199
|
+
* 在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP 将从这个子网中产生。创建内网负载均衡实例时,此参数必填,创建公网IPv4负载均衡实例时,不支持指定该参数。
|
|
200
200
|
*/
|
|
201
201
|
SubnetId?: string
|
|
202
202
|
/**
|
|
@@ -295,6 +295,14 @@ OPEN:公网属性, INTERNAL:内网属性。
|
|
|
295
295
|
* 负载均衡实例的预付费相关属性
|
|
296
296
|
*/
|
|
297
297
|
LBChargePrepaid?: LBChargePrepaid
|
|
298
|
+
/**
|
|
299
|
+
* 负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR。
|
|
300
|
+
*/
|
|
301
|
+
LBChargeType?: string
|
|
302
|
+
/**
|
|
303
|
+
* 七层访问日志主题ID
|
|
304
|
+
*/
|
|
305
|
+
AccessLogTopicId?: string
|
|
298
306
|
}
|
|
299
307
|
|
|
300
308
|
/**
|
|
@@ -3463,8 +3463,10 @@ export class Client extends AbstractClient {
|
|
|
3463
3463
|
}
|
|
3464
3464
|
|
|
3465
3465
|
/**
|
|
3466
|
-
|
|
3467
|
-
|
|
3466
|
+
* 已废弃
|
|
3467
|
+
|
|
3468
|
+
查询攻击溯源事件
|
|
3469
|
+
*/
|
|
3468
3470
|
async DescribeAttackSourceEvents(
|
|
3469
3471
|
req: DescribeAttackSourceEventsRequest,
|
|
3470
3472
|
cb?: (error: string, rep: DescribeAttackSourceEventsResponse) => void
|
|
@@ -4298,8 +4300,10 @@ export class Client extends AbstractClient {
|
|
|
4298
4300
|
}
|
|
4299
4301
|
|
|
4300
4302
|
/**
|
|
4301
|
-
|
|
4302
|
-
|
|
4303
|
+
* 已废弃
|
|
4304
|
+
|
|
4305
|
+
查询攻击溯源
|
|
4306
|
+
*/
|
|
4303
4307
|
async DescribeAttackSource(
|
|
4304
4308
|
req: DescribeAttackSourceRequest,
|
|
4305
4309
|
cb?: (error: string, rep: DescribeAttackSourceResponse) => void
|