tencentcloud-sdk-nodejs 4.0.380 → 4.0.383
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 +501 -0
- package/SERVICE_CHANGELOG.md +477 -110
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +5 -0
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +26 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +103 -6
- package/src/services/clb/v20180317/clb_models.ts +5 -0
- package/src/services/cls/v20201016/cls_models.ts +13 -1
- package/src/services/cwp/v20180228/cwp_models.ts +12 -0
- package/src/services/faceid/v20180301/faceid_client.ts +3 -16
- package/src/services/faceid/v20180301/faceid_models.ts +59 -103
- package/src/services/ims/v20201229/ims_models.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +27 -12
- package/src/services/mps/v20190612/mps_client.ts +20 -1
- package/src/services/mps/v20190612/mps_models.ts +643 -29
- package/src/services/ocr/v20181119/ocr_client.ts +10 -6
- package/src/services/ocr/v20181119/ocr_models.ts +46 -6
- package/src/services/redis/v20180412/redis_models.ts +15 -0
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +5 -3
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +102 -27
- package/src/services/ssm/v20190923/ssm_models.ts +5 -0
- package/src/services/taf/v20200210/taf_models.ts +6 -6
- package/src/services/tan/v20220420/tan_models.ts +3 -3
- package/src/services/tcm/v20210413/tcm_client.ts +3 -0
- package/src/services/tcm/v20210413/tcm_models.ts +106 -2
- package/src/services/tcss/v20201101/tcss_models.ts +6 -1
- package/src/services/teo/v20220106/teo_models.ts +1 -1
- package/src/services/tiems/v20190416/tiems_client.ts +100 -50
- package/src/services/tione/v20211111/tione_models.ts +10 -0
- package/src/services/trtc/v20190722/trtc_client.ts +130 -142
- package/src/services/trtc/v20190722/trtc_models.ts +0 -63
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- package/src/services/vod/v20180717/vod_client.ts +12 -7
- package/src/services/vod/v20180717/vod_models.ts +15 -5
- package/src/services/waf/v20180125/waf_client.ts +14 -2
- package/src/services/waf/v20180125/waf_models.ts +42 -27
- 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/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +9 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +12 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +88 -5
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +11 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +10 -0
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -6
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +0 -7
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +50 -87
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +22 -10
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +565 -28
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +39 -6
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +12 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +88 -26
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +4 -0
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +6 -6
- package/tencentcloud/services/tan/v20220420/tan_models.d.ts +3 -3
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +91 -2
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +6 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +1 -1
- package/tencentcloud/services/tiems/v20190416/tiems_client.d.ts +75 -25
- package/tencentcloud/services/tiems/v20190416/tiems_client.js +75 -25
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +8 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +55 -59
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +75 -81
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -54
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -7
- package/tencentcloud/services/vod/v20180717/vod_client.js +10 -5
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -5
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +37 -24
- package/test/ckafka.v20190819.test.js +20 -0
- package/test/faceid.v20180301.test.js +0 -10
- package/test/trtc.v20190722.test.js +38 -48
- package/test/waf.v20180125.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
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-06-23 06:06:13 |
|
|
11
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-07-
|
|
11
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-07-15 06:03:07 |
|
|
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 |
|
|
15
15
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
|
|
16
16
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-07-12 06:04:29 |
|
|
17
17
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-07-04 06:02:30 |
|
|
18
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-
|
|
18
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-07-19 06:04:54 |
|
|
19
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
20
20
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
21
21
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-06-29 06:02:26 |
|
|
@@ -49,18 +49,18 @@
|
|
|
49
49
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
50
50
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
51
51
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
52
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-07-
|
|
53
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-
|
|
52
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-07-19 06:07:25 |
|
|
53
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-19 06:07:41 |
|
|
54
54
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
55
55
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
56
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-07-
|
|
56
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-07-18 06:07:30 |
|
|
57
57
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-24 06:09:00 |
|
|
58
58
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
59
59
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
60
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-07-
|
|
60
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-07-19 06:08:24 |
|
|
61
61
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
62
62
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-07-13 06:08:35 |
|
|
63
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-07-
|
|
63
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-07-15 06:07:13 |
|
|
64
64
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
65
65
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-07-12 06:09:05 |
|
|
66
66
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-06-01 20:56:43 |
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-07-12 06:11:06 |
|
|
88
88
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-07-11 06:12:12 |
|
|
89
89
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
90
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-
|
|
90
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-07-14 17:47:55 |
|
|
91
91
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
92
92
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
93
93
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-07-14 06:10:30 |
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-07-06 06:13:46 |
|
|
104
104
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
|
|
105
105
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
106
|
-
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-
|
|
106
|
+
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-07-18 06:11:55 |
|
|
107
107
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
|
|
108
108
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-27 06:10:42 |
|
|
109
109
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-06-08 06:10:59 |
|
|
@@ -124,8 +124,8 @@
|
|
|
124
124
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-07-13 17:35:00 |
|
|
125
125
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
126
126
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
|
|
127
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-
|
|
128
|
-
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-
|
|
127
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-07-15 06:12:20 |
|
|
128
|
+
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-07-16 09:45:55 |
|
|
129
129
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
|
|
130
130
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-07-07 06:13:41 |
|
|
131
131
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
|
|
@@ -133,14 +133,14 @@
|
|
|
133
133
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
|
|
134
134
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
135
135
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-07-13 06:14:33 |
|
|
136
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-07-
|
|
136
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-07-19 06:15:45 |
|
|
137
137
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-06-10 06:11:43 |
|
|
138
138
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
|
|
139
139
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
140
140
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-27 06:13:12 |
|
|
141
141
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-04-04 07:02:49 |
|
|
142
142
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-04-21 06:16:10 |
|
|
143
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-07-
|
|
143
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-07-15 06:13:33 |
|
|
144
144
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
145
145
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
146
146
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-07-14 06:14:27 |
|
|
@@ -151,15 +151,15 @@
|
|
|
151
151
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
|
|
152
152
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-06-07 06:12:07 |
|
|
153
153
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
154
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-
|
|
154
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-07-18 06:15:30 |
|
|
155
155
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
|
|
156
156
|
| ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-07-14 06:15:09 |
|
|
157
157
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
158
|
-
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-
|
|
158
|
+
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-07-18 06:15:58 |
|
|
159
159
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
|
|
160
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-07-
|
|
161
|
-
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-
|
|
162
|
-
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-
|
|
160
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-07-19 06:17:28 |
|
|
161
|
+
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-07-15 06:14:41 |
|
|
162
|
+
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
|
|
163
163
|
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
|
|
164
164
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
165
165
|
| tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-06-20 15:31:45 |
|
|
@@ -170,39 +170,39 @@
|
|
|
170
170
|
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-07-05 06:21:12 |
|
|
171
171
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
|
|
172
172
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
173
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-
|
|
173
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-07-18 06:16:41 |
|
|
174
174
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-07-12 06:16:59 |
|
|
175
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-07-
|
|
175
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-07-19 06:18:23 |
|
|
176
176
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
|
|
177
177
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
178
178
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-06 06:19:19 |
|
|
179
179
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-07-11 06:18:55 |
|
|
180
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-07-
|
|
180
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-07-19 06:19:12 |
|
|
181
181
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
182
182
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
183
183
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
184
184
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
185
185
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
186
|
-
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-
|
|
187
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-07-
|
|
188
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-
|
|
186
|
+
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
187
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-07-19 06:19:57 |
|
|
188
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-07-18 06:17:59 |
|
|
189
189
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
190
190
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-07-13 06:18:17 |
|
|
191
191
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
192
192
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
193
193
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
194
194
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-06-07 16:18:00 |
|
|
195
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-
|
|
196
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-07-
|
|
195
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-07-15 06:17:08 |
|
|
196
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-07-19 06:20:45 |
|
|
197
197
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-01 06:19:44 |
|
|
198
198
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
199
199
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
|
|
200
200
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
201
201
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-23 06:20:49 |
|
|
202
202
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
203
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-07-
|
|
203
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-07-19 06:21:28 |
|
|
204
204
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-07-05 06:24:34 |
|
|
205
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-
|
|
205
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-18 06:19:58 |
|
|
206
206
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
207
207
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-07-04 06:20:00 |
|
|
208
208
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.383"
|
|
@@ -47,6 +47,7 @@ import {
|
|
|
47
47
|
DescribeInstancesDetailResponse,
|
|
48
48
|
CreateInstancePreData,
|
|
49
49
|
AclRule,
|
|
50
|
+
CheckCdcClusterResponse,
|
|
50
51
|
DescribeACLResponse,
|
|
51
52
|
DynamicDiskConfig,
|
|
52
53
|
JgwOperateResponse,
|
|
@@ -61,8 +62,9 @@ import {
|
|
|
61
62
|
CreateTokenRequest,
|
|
62
63
|
DeleteAclRuleRequest,
|
|
63
64
|
CreateConsumerResponse,
|
|
64
|
-
|
|
65
|
+
CreateCdcClusterResponse,
|
|
65
66
|
DescribeGroupResponse,
|
|
67
|
+
CdcClusterResponse,
|
|
66
68
|
ModifyInstanceAttributesConfig,
|
|
67
69
|
AuthorizeTokenRequest,
|
|
68
70
|
OperateResponseData,
|
|
@@ -136,10 +138,13 @@ import {
|
|
|
136
138
|
BatchCreateAclResponse,
|
|
137
139
|
ModifyInstancePreResponse,
|
|
138
140
|
CreateUserRequest,
|
|
141
|
+
RouteResponse,
|
|
139
142
|
InstanceDetailResponse,
|
|
140
143
|
DeleteRouteRequest,
|
|
144
|
+
CreateCdcClusterRequest,
|
|
141
145
|
DeleteTopicIpWhiteListResponse,
|
|
142
146
|
CreateInstancePreResponse,
|
|
147
|
+
CheckCdcClusterRequest,
|
|
143
148
|
DescribeInstancesDetailRequest,
|
|
144
149
|
CreateConsumerRequest,
|
|
145
150
|
DescribeRouteRequest,
|
|
@@ -440,6 +445,16 @@ export class Client extends AbstractClient {
|
|
|
440
445
|
return this.request("CreateTopic", req, cb)
|
|
441
446
|
}
|
|
442
447
|
|
|
448
|
+
/**
|
|
449
|
+
* 用于查询cdc-ckafka任务状态
|
|
450
|
+
*/
|
|
451
|
+
async CheckCdcCluster(
|
|
452
|
+
req: CheckCdcClusterRequest,
|
|
453
|
+
cb?: (error: string, rep: CheckCdcClusterResponse) => void
|
|
454
|
+
): Promise<CheckCdcClusterResponse> {
|
|
455
|
+
return this.request("CheckCdcCluster", req, cb)
|
|
456
|
+
}
|
|
457
|
+
|
|
443
458
|
/**
|
|
444
459
|
* 本接口用于增加主题中的分区
|
|
445
460
|
*/
|
|
@@ -652,6 +667,16 @@ export class Client extends AbstractClient {
|
|
|
652
667
|
return this.request("DescribeRegion", req, cb)
|
|
653
668
|
}
|
|
654
669
|
|
|
670
|
+
/**
|
|
671
|
+
* 用于cdc的专用ckafka集群
|
|
672
|
+
*/
|
|
673
|
+
async CreateCdcCluster(
|
|
674
|
+
req: CreateCdcClusterRequest,
|
|
675
|
+
cb?: (error: string, rep: CreateCdcClusterResponse) => void
|
|
676
|
+
): Promise<CreateCdcClusterResponse> {
|
|
677
|
+
return this.request("CreateCdcCluster", req, cb)
|
|
678
|
+
}
|
|
679
|
+
|
|
655
680
|
/**
|
|
656
681
|
* 添加用户
|
|
657
682
|
*/
|
|
@@ -765,6 +765,22 @@ export interface AclRule {
|
|
|
765
765
|
PatternTypeTitle: string
|
|
766
766
|
}
|
|
767
767
|
|
|
768
|
+
/**
|
|
769
|
+
* CheckCdcCluster返回参数结构体
|
|
770
|
+
*/
|
|
771
|
+
export interface CheckCdcClusterResponse {
|
|
772
|
+
/**
|
|
773
|
+
* 返回结果状态Success
|
|
774
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
775
|
+
*/
|
|
776
|
+
Result: string
|
|
777
|
+
|
|
778
|
+
/**
|
|
779
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
780
|
+
*/
|
|
781
|
+
RequestId?: string
|
|
782
|
+
}
|
|
783
|
+
|
|
768
784
|
/**
|
|
769
785
|
* DescribeACL返回参数结构体
|
|
770
786
|
*/
|
|
@@ -1049,14 +1065,18 @@ export interface CreateConsumerResponse {
|
|
|
1049
1065
|
}
|
|
1050
1066
|
|
|
1051
1067
|
/**
|
|
1052
|
-
*
|
|
1068
|
+
* CreateCdcCluster返回参数结构体
|
|
1053
1069
|
*/
|
|
1054
|
-
export interface
|
|
1070
|
+
export interface CreateCdcClusterResponse {
|
|
1055
1071
|
/**
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1072
|
+
* 无
|
|
1073
|
+
*/
|
|
1074
|
+
Result: CdcClusterResponse
|
|
1075
|
+
|
|
1076
|
+
/**
|
|
1077
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1078
|
+
*/
|
|
1079
|
+
RequestId?: string
|
|
1060
1080
|
}
|
|
1061
1081
|
|
|
1062
1082
|
/**
|
|
@@ -1074,6 +1094,17 @@ export interface DescribeGroupResponse {
|
|
|
1074
1094
|
RequestId?: string
|
|
1075
1095
|
}
|
|
1076
1096
|
|
|
1097
|
+
/**
|
|
1098
|
+
* 创建CDC 标准版共享集群出参
|
|
1099
|
+
*/
|
|
1100
|
+
export interface CdcClusterResponse {
|
|
1101
|
+
/**
|
|
1102
|
+
* 任务ID
|
|
1103
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1104
|
+
*/
|
|
1105
|
+
TaskId: number
|
|
1106
|
+
}
|
|
1107
|
+
|
|
1077
1108
|
/**
|
|
1078
1109
|
* 修改实例属性的配置对象
|
|
1079
1110
|
*/
|
|
@@ -2900,6 +2931,17 @@ export interface CreateUserRequest {
|
|
|
2900
2931
|
Password: string
|
|
2901
2932
|
}
|
|
2902
2933
|
|
|
2934
|
+
/**
|
|
2935
|
+
* 路由信息返回对象
|
|
2936
|
+
*/
|
|
2937
|
+
export interface RouteResponse {
|
|
2938
|
+
/**
|
|
2939
|
+
* 路由信息列表
|
|
2940
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2941
|
+
*/
|
|
2942
|
+
Routers: Array<Route>
|
|
2943
|
+
}
|
|
2944
|
+
|
|
2903
2945
|
/**
|
|
2904
2946
|
* 实例详情返回结果
|
|
2905
2947
|
*/
|
|
@@ -2940,6 +2982,51 @@ export interface DeleteRouteRequest {
|
|
|
2940
2982
|
DeleteRouteTime?: string
|
|
2941
2983
|
}
|
|
2942
2984
|
|
|
2985
|
+
/**
|
|
2986
|
+
* CreateCdcCluster请求参数结构体
|
|
2987
|
+
*/
|
|
2988
|
+
export interface CreateCdcClusterRequest {
|
|
2989
|
+
/**
|
|
2990
|
+
* cdc的id
|
|
2991
|
+
*/
|
|
2992
|
+
CdcId: string
|
|
2993
|
+
|
|
2994
|
+
/**
|
|
2995
|
+
* vpcId,一个地域只有唯一一个vpcid用于CDC
|
|
2996
|
+
*/
|
|
2997
|
+
CdcVpcId: string
|
|
2998
|
+
|
|
2999
|
+
/**
|
|
3000
|
+
* 每个CDC集群有唯一一个子网ID
|
|
3001
|
+
*/
|
|
3002
|
+
CdcSubnetId: string
|
|
3003
|
+
|
|
3004
|
+
/**
|
|
3005
|
+
* 所在可用区ID
|
|
3006
|
+
*/
|
|
3007
|
+
ZoneId: number
|
|
3008
|
+
|
|
3009
|
+
/**
|
|
3010
|
+
* cdc集群的总带宽
|
|
3011
|
+
*/
|
|
3012
|
+
Bandwidth: number
|
|
3013
|
+
|
|
3014
|
+
/**
|
|
3015
|
+
* cdc集群的总磁盘
|
|
3016
|
+
*/
|
|
3017
|
+
DiskSize: number
|
|
3018
|
+
|
|
3019
|
+
/**
|
|
3020
|
+
* 数据盘类型
|
|
3021
|
+
*/
|
|
3022
|
+
DiskType: string
|
|
3023
|
+
|
|
3024
|
+
/**
|
|
3025
|
+
* 系统盘类型
|
|
3026
|
+
*/
|
|
3027
|
+
SystemDiskType: string
|
|
3028
|
+
}
|
|
3029
|
+
|
|
2943
3030
|
/**
|
|
2944
3031
|
* DeleteTopicIpWhiteList返回参数结构体
|
|
2945
3032
|
*/
|
|
@@ -2970,6 +3057,16 @@ export interface CreateInstancePreResponse {
|
|
|
2970
3057
|
RequestId?: string
|
|
2971
3058
|
}
|
|
2972
3059
|
|
|
3060
|
+
/**
|
|
3061
|
+
* CheckCdcCluster请求参数结构体
|
|
3062
|
+
*/
|
|
3063
|
+
export interface CheckCdcClusterRequest {
|
|
3064
|
+
/**
|
|
3065
|
+
* 任务ID
|
|
3066
|
+
*/
|
|
3067
|
+
TaskId: number
|
|
3068
|
+
}
|
|
3069
|
+
|
|
2973
3070
|
/**
|
|
2974
3071
|
* DescribeInstancesDetail请求参数结构体
|
|
2975
3072
|
*/
|
|
@@ -1011,6 +1011,18 @@ export interface ExtractRuleInfo {
|
|
|
1011
1011
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1012
1012
|
*/
|
|
1013
1013
|
Backtracking?: number
|
|
1014
|
+
|
|
1015
|
+
/**
|
|
1016
|
+
* 是否为Gbk编码. 0: 否, 1: 是
|
|
1017
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1018
|
+
*/
|
|
1019
|
+
IsGBK?: number
|
|
1020
|
+
|
|
1021
|
+
/**
|
|
1022
|
+
* 是否为标准json. 0: 否, 1: 是
|
|
1023
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1024
|
+
*/
|
|
1025
|
+
JsonStandard?: number
|
|
1014
1026
|
}
|
|
1015
1027
|
|
|
1016
1028
|
/**
|
|
@@ -3012,7 +3024,7 @@ export interface ExportInfo {
|
|
|
3012
3024
|
Count: number
|
|
3013
3025
|
|
|
3014
3026
|
/**
|
|
3015
|
-
* 日志下载状态。Processing:导出正在进行中,
|
|
3027
|
+
* 日志下载状态。Processing:导出正在进行中,Completed:导出完成,Failed:导出失败,Expired:日志导出已过期(三天有效期), Queuing 排队中
|
|
3016
3028
|
*/
|
|
3017
3029
|
Status: string
|
|
3018
3030
|
|
|
@@ -12595,6 +12595,18 @@ export interface MalwareInfo {
|
|
|
12595
12595
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
12596
12596
|
*/
|
|
12597
12597
|
Uuid: string
|
|
12598
|
+
|
|
12599
|
+
/**
|
|
12600
|
+
* 最近修改时间
|
|
12601
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12602
|
+
*/
|
|
12603
|
+
ModifyTime: string
|
|
12604
|
+
|
|
12605
|
+
/**
|
|
12606
|
+
* 最近访问时间
|
|
12607
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12608
|
+
*/
|
|
12609
|
+
StrFileAccessTime: string
|
|
12598
12610
|
}
|
|
12599
12611
|
|
|
12600
12612
|
/**
|
|
@@ -36,17 +36,16 @@ import {
|
|
|
36
36
|
CheckIdCardInformationResponse,
|
|
37
37
|
GetDetectInfoEnhancedResponse,
|
|
38
38
|
PhoneVerificationRequest,
|
|
39
|
-
PhoneVerificationCMCCRequest,
|
|
40
39
|
GetEidResultRequest,
|
|
41
40
|
DetectAuthResponse,
|
|
42
41
|
PhoneVerificationResponse,
|
|
43
42
|
GetEidTokenRequest,
|
|
44
|
-
|
|
43
|
+
PhoneVerificationCMCCRequest,
|
|
45
44
|
GetWeChatBillDetailsResponse,
|
|
46
45
|
CheckPhoneAndNameResponse,
|
|
47
46
|
BankCard4EVerificationResponse,
|
|
48
47
|
MobileStatusRequest,
|
|
49
|
-
|
|
48
|
+
IdCardOCRVerificationRequest,
|
|
50
49
|
GetRealNameAuthTokenRequest,
|
|
51
50
|
ParseNfcDataResponse,
|
|
52
51
|
CheckIdNameDateRequest,
|
|
@@ -54,7 +53,7 @@ import {
|
|
|
54
53
|
LivenessRecognitionRequest,
|
|
55
54
|
EidInfo,
|
|
56
55
|
GetFaceIdTokenResponse,
|
|
57
|
-
|
|
56
|
+
GetRealNameAuthTokenResponse,
|
|
58
57
|
PhoneVerificationCMCCResponse,
|
|
59
58
|
CheckEidTokenStatusResponse,
|
|
60
59
|
PhoneVerificationCTCCResponse,
|
|
@@ -98,7 +97,6 @@ import {
|
|
|
98
97
|
DetectDetail,
|
|
99
98
|
GetFaceIdResultResponse,
|
|
100
99
|
EncryptedPhoneVerificationRequest,
|
|
101
|
-
GetRealNameAuthTokenResponse,
|
|
102
100
|
GetRealNameAuthResultResponse,
|
|
103
101
|
EncryptedPhoneVerificationResponse,
|
|
104
102
|
} from "./faceid_models"
|
|
@@ -324,17 +322,6 @@ export class Client extends AbstractClient {
|
|
|
324
322
|
return this.request("MinorsVerification", req, cb)
|
|
325
323
|
}
|
|
326
324
|
|
|
327
|
-
/**
|
|
328
|
-
* 使用活体比对(光线)SDK生成的数据包检测活体,并和传入的图片进行比对。
|
|
329
|
-
图片和SDK生成的数据内容必须存储在腾讯云COS,COS Bucket所在的Region需要和本接口请求的Region保持一致,推荐使用生成上传链接接口来完成资源传递。
|
|
330
|
-
*/
|
|
331
|
-
async DetectReflectLivenessAndCompare(
|
|
332
|
-
req: DetectReflectLivenessAndCompareRequest,
|
|
333
|
-
cb?: (error: string, rep: DetectReflectLivenessAndCompareResponse) => void
|
|
334
|
-
): Promise<DetectReflectLivenessAndCompareResponse> {
|
|
335
|
-
return this.request("DetectReflectLivenessAndCompare", req, cb)
|
|
336
|
-
}
|
|
337
|
-
|
|
338
325
|
/**
|
|
339
326
|
* 本接口用于校验姓名、身份证号、身份证有效期的真实性和一致性。
|
|
340
327
|
*/
|