tencentcloud-sdk-nodejs 4.0.438 → 4.0.439
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 +472 -0
- package/SERVICE_CHANGELOG.md +654 -281
- package/package.json +1 -1
- package/products.md +20 -20
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
- package/src/services/cfw/v20190904/cfw_client.ts +12 -0
- package/src/services/cfw/v20190904/cfw_models.ts +52 -2
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +18 -0
- package/src/services/cwp/v20180228/cwp_client.ts +192 -53
- package/src/services/cwp/v20180228/cwp_models.ts +1332 -321
- package/src/services/ecm/v20190719/ecm_models.ts +9 -0
- package/src/services/ess/v20201111/ess_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +39 -12
- package/src/services/essbasic/v20210526/essbasic_models.ts +273 -102
- package/src/services/gme/v20180711/gme_client.ts +15 -2
- package/src/services/gme/v20180711/gme_models.ts +68 -13
- package/src/services/monitor/v20180724/monitor_client.ts +17 -4
- package/src/services/monitor/v20180724/monitor_models.ts +162 -53
- package/src/services/ms/v20180408/ms_client.ts +26 -11
- package/src/services/ms/v20180408/ms_models.ts +224 -27
- package/src/services/ocr/v20181119/ocr_client.ts +18 -3
- package/src/services/ocr/v20181119/ocr_models.ts +166 -76
- package/src/services/rum/v20210622/rum_models.ts +15 -0
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +104 -16
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +906 -411
- package/src/services/taf/v20200210/taf_client.ts +1 -15
- package/src/services/taf/v20200210/taf_models.ts +8 -96
- package/src/services/teo/v20220106/teo_models.ts +17 -11
- package/src/services/trtc/v20190722/trtc_models.ts +2 -2
- package/src/services/vod/v20180717/vod_models.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +4 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +43 -2
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +15 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +64 -17
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +93 -24
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +1138 -300
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +8 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +226 -83
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +5 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +6 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +58 -11
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +139 -48
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +8 -4
- package/tencentcloud/services/ms/v20180408/ms_client.js +10 -4
- package/tencentcloud/services/ms/v20180408/ms_models.d.ts +194 -27
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +6 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +7 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +141 -63
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +12 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +31 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +45 -3
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +758 -344
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +7 -82
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +16 -11
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
- package/test/cfw.v20190904.test.js +10 -0
- package/test/cwp.v20180228.test.js +128 -18
- package/test/essbasic.v20210526.test.js +22 -2
- package/test/gme.v20180711.test.js +10 -0
- package/test/monitor.v20180724.test.js +10 -0
- package/test/ms.v20180408.test.js +12 -2
- package/test/ocr.v20181119.test.js +10 -0
- package/test/sqlserver.v20180328.test.js +72 -2
- package/test/taf.v20200210.test.js +0 -10
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-05-23 06:01:56 |
|
|
9
9
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
|
|
10
10
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-08-16 06:06:52 |
|
|
11
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-09-
|
|
11
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-09-12 06:07:03 |
|
|
12
12
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
@@ -44,24 +44,24 @@
|
|
|
44
44
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
45
45
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
|
|
46
46
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-09-07 06:15:13 |
|
|
47
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-09-
|
|
47
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-09-12 06:13:49 |
|
|
48
48
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
|
|
49
49
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-07-19 20:27:09 |
|
|
50
50
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
51
51
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
52
52
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
53
53
|
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-30 06:16:47 |
|
|
54
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-09-
|
|
54
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-09-09 06:14:53 |
|
|
55
55
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
56
56
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
57
57
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-08-24 06:18:24 |
|
|
58
58
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
|
|
59
59
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
60
60
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
61
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-09-
|
|
61
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-09-09 06:16:31 |
|
|
62
62
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
63
63
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-09-06 06:21:55 |
|
|
64
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-09-
|
|
64
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-09-12 06:18:20 |
|
|
65
65
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
66
66
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-09-08 06:19:30 |
|
|
67
67
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-07-27 06:08:38 |
|
|
72
72
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
|
|
73
73
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-08-31 06:24:58 |
|
|
74
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-
|
|
74
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-09-12 06:22:08 |
|
|
75
75
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-08-04 06:26:58 |
|
|
76
76
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
|
|
77
77
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
@@ -81,19 +81,19 @@
|
|
|
81
81
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
|
|
82
82
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
83
83
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
84
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-
|
|
84
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-09-09 06:24:10 |
|
|
85
85
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
86
86
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
|
|
87
87
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-09-06 06:30:34 |
|
|
88
88
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-09-02 06:30:38 |
|
|
89
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-
|
|
90
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-09-
|
|
89
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-09 06:25:44 |
|
|
90
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-09-09 18:16:42 |
|
|
91
91
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
92
92
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-09-02 06:31:36 |
|
|
93
93
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
94
94
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
95
95
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-09-01 06:29:26 |
|
|
96
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-09-
|
|
96
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-09-12 06:26:19 |
|
|
97
97
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
98
98
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-08-19 06:23:23 |
|
|
99
99
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-07-26 06:16:30 |
|
|
109
109
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
110
110
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
111
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-
|
|
111
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-09-12 06:28:33 |
|
|
112
112
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
113
113
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-08-30 06:36:25 |
|
|
114
114
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
|
|
@@ -126,16 +126,16 @@
|
|
|
126
126
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
|
|
127
127
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
128
128
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-08-15 06:31:24 |
|
|
129
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-09-
|
|
129
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-09-09 06:33:40 |
|
|
130
130
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-07-30 15:15:41 |
|
|
131
131
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
|
|
132
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-
|
|
132
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-09-09 06:35:15 |
|
|
133
133
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
134
134
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
135
135
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
136
136
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
137
137
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-08-30 06:43:16 |
|
|
138
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-
|
|
138
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-09-12 06:34:42 |
|
|
139
139
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
|
|
140
140
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-09-05 06:41:45 |
|
|
141
141
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
|
|
148
148
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
149
149
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
150
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-
|
|
150
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-09-09 06:38:13 |
|
|
151
151
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-07-20 06:11:30 |
|
|
152
152
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-09-06 06:49:17 |
|
|
153
153
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
|
|
@@ -155,13 +155,13 @@
|
|
|
155
155
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-08-17 06:36:01 |
|
|
156
156
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-06-07 06:12:07 |
|
|
157
157
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
158
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-
|
|
158
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-09-09 06:39:25 |
|
|
159
159
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-08-16 06:39:20 |
|
|
160
160
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-09-08 06:38:47 |
|
|
161
161
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
162
162
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-07-18 06:15:58 |
|
|
163
163
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
|
|
164
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-
|
|
164
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-09-12 06:39:19 |
|
|
165
165
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-09-05 06:46:56 |
|
|
166
166
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
|
|
167
167
|
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
182
182
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
|
|
183
183
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-09-07 06:51:54 |
|
|
184
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-09-
|
|
184
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-09-12 06:43:25 |
|
|
185
185
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
186
186
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
187
187
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
197
197
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-08-31 06:55:53 |
|
|
198
198
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-09-02 07:00:24 |
|
|
199
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-09-
|
|
199
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-09-09 06:47:48 |
|
|
200
200
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-08-24 06:56:05 |
|
|
201
201
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
|
|
202
202
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
205
205
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-09-08 06:47:59 |
|
|
206
206
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
207
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-09-
|
|
207
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-09-09 06:49:37 |
|
|
208
208
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-09-06 07:06:23 |
|
|
209
209
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-09-02 07:06:31 |
|
|
210
210
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.439"
|
|
@@ -90,6 +90,7 @@ import {
|
|
|
90
90
|
ModifyAllSwitchStatusResponse,
|
|
91
91
|
NewModeItems,
|
|
92
92
|
DescribeNatFwInfoCountResponse,
|
|
93
|
+
DescribeDefenseSwitchRequest,
|
|
93
94
|
SecurityGroupListData,
|
|
94
95
|
CreateNatFwInstanceWithDomainResponse,
|
|
95
96
|
RemoveAcRuleRequest,
|
|
@@ -129,6 +130,7 @@ import {
|
|
|
129
130
|
DescribeBlockByIpTimesListResponse,
|
|
130
131
|
SetNatFwDnatRuleResponse,
|
|
131
132
|
DescribeRuleOverviewRequest,
|
|
133
|
+
DescribeDefenseSwitchResponse,
|
|
132
134
|
DescribeAcListsRequest,
|
|
133
135
|
DescribeVpcRuleOverviewRequest,
|
|
134
136
|
UnHandleEvent,
|
|
@@ -509,6 +511,16 @@ export class Client extends AbstractClient {
|
|
|
509
511
|
return this.request("DescribeIPStatusList", req, cb)
|
|
510
512
|
}
|
|
511
513
|
|
|
514
|
+
/**
|
|
515
|
+
* 获取入侵防御按钮列表
|
|
516
|
+
*/
|
|
517
|
+
async DescribeDefenseSwitch(
|
|
518
|
+
req?: DescribeDefenseSwitchRequest,
|
|
519
|
+
cb?: (error: string, rep: DescribeDefenseSwitchResponse) => void
|
|
520
|
+
): Promise<DescribeDefenseSwitchResponse> {
|
|
521
|
+
return this.request("DescribeDefenseSwitch", req, cb)
|
|
522
|
+
}
|
|
523
|
+
|
|
512
524
|
/**
|
|
513
525
|
* DescribeTLogInfo告警中心概况
|
|
514
526
|
|
|
@@ -1933,6 +1933,11 @@ export interface DescribeNatFwInfoCountResponse {
|
|
|
1933
1933
|
RequestId?: string
|
|
1934
1934
|
}
|
|
1935
1935
|
|
|
1936
|
+
/**
|
|
1937
|
+
* DescribeDefenseSwitch请求参数结构体
|
|
1938
|
+
*/
|
|
1939
|
+
export type DescribeDefenseSwitchRequest = null
|
|
1940
|
+
|
|
1936
1941
|
/**
|
|
1937
1942
|
* 安全组列表数据
|
|
1938
1943
|
*/
|
|
@@ -2454,7 +2459,7 @@ export interface NatFwFilter {
|
|
|
2454
2459
|
*/
|
|
2455
2460
|
export interface ScanResultInfo {
|
|
2456
2461
|
/**
|
|
2457
|
-
*
|
|
2462
|
+
* 暴露漏洞数量
|
|
2458
2463
|
*/
|
|
2459
2464
|
LeakNum: number
|
|
2460
2465
|
|
|
@@ -2464,7 +2469,7 @@ export interface ScanResultInfo {
|
|
|
2464
2469
|
IPNum: number
|
|
2465
2470
|
|
|
2466
2471
|
/**
|
|
2467
|
-
*
|
|
2472
|
+
* 暴露端口数量
|
|
2468
2473
|
*/
|
|
2469
2474
|
PortNum: number
|
|
2470
2475
|
|
|
@@ -2954,6 +2959,51 @@ export interface DescribeRuleOverviewRequest {
|
|
|
2954
2959
|
Direction?: number
|
|
2955
2960
|
}
|
|
2956
2961
|
|
|
2962
|
+
/**
|
|
2963
|
+
* DescribeDefenseSwitch返回参数结构体
|
|
2964
|
+
*/
|
|
2965
|
+
export interface DescribeDefenseSwitchResponse {
|
|
2966
|
+
/**
|
|
2967
|
+
* 基础防御开关
|
|
2968
|
+
*/
|
|
2969
|
+
BasicRuleSwitch: number
|
|
2970
|
+
|
|
2971
|
+
/**
|
|
2972
|
+
* 安全基线开关
|
|
2973
|
+
*/
|
|
2974
|
+
BaselineAllSwitch: number
|
|
2975
|
+
|
|
2976
|
+
/**
|
|
2977
|
+
* 威胁情报开关
|
|
2978
|
+
*/
|
|
2979
|
+
TiSwitch: number
|
|
2980
|
+
|
|
2981
|
+
/**
|
|
2982
|
+
* 虚拟补丁开关
|
|
2983
|
+
*/
|
|
2984
|
+
VirtualPatchSwitch: number
|
|
2985
|
+
|
|
2986
|
+
/**
|
|
2987
|
+
* 是否历史开启
|
|
2988
|
+
*/
|
|
2989
|
+
HistoryOpen: number
|
|
2990
|
+
|
|
2991
|
+
/**
|
|
2992
|
+
* 状态值,0:查询成功,非0:查询失败
|
|
2993
|
+
*/
|
|
2994
|
+
ReturnCode: number
|
|
2995
|
+
|
|
2996
|
+
/**
|
|
2997
|
+
* 状态信息,success:查询成功,fail:查询失败
|
|
2998
|
+
*/
|
|
2999
|
+
ReturnMsg: string
|
|
3000
|
+
|
|
3001
|
+
/**
|
|
3002
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3003
|
+
*/
|
|
3004
|
+
RequestId?: string
|
|
3005
|
+
}
|
|
3006
|
+
|
|
2957
3007
|
/**
|
|
2958
3008
|
* DescribeAcLists请求参数结构体
|
|
2959
3009
|
*/
|
|
@@ -4311,6 +4311,12 @@ OPENBANK_PAYMENT
|
|
|
4311
4311
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4312
4312
|
*/
|
|
4313
4313
|
ProfitShareRespInfoList: Array<OpenBankProfitShareRespInfo>
|
|
4314
|
+
|
|
4315
|
+
/**
|
|
4316
|
+
* 支付完成时间
|
|
4317
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4318
|
+
*/
|
|
4319
|
+
TimeFinish: string
|
|
4314
4320
|
}
|
|
4315
4321
|
|
|
4316
4322
|
/**
|
|
@@ -4667,6 +4673,18 @@ export interface CreateOpenBankOrderPaymentResult {
|
|
|
4667
4673
|
* 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。
|
|
4668
4674
|
*/
|
|
4669
4675
|
OutOrderId: string
|
|
4676
|
+
|
|
4677
|
+
/**
|
|
4678
|
+
* 渠道扩展支付信息
|
|
4679
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4680
|
+
*/
|
|
4681
|
+
PayInfo: string
|
|
4682
|
+
|
|
4683
|
+
/**
|
|
4684
|
+
* 渠道扩展支付信息类型
|
|
4685
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4686
|
+
*/
|
|
4687
|
+
PayInfoType: string
|
|
4670
4688
|
}
|
|
4671
4689
|
|
|
4672
4690
|
/**
|