tencentcloud-sdk-nodejs 4.0.516 → 4.0.518
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 +488 -0
- package/SERVICE_CHANGELOG.md +549 -302
- package/package.json +1 -1
- package/products.md +20 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +18 -0
- package/src/services/api/v20201106/api_models.ts +63 -3
- package/src/services/billing/v20180709/billing_models.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +5 -3
- package/src/services/ccc/v20200210/ccc_models.ts +12 -12
- package/src/services/cdn/v20180606/cdn_models.ts +12 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +13 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +53 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +1 -1
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/dts/v20211206/dts_client.ts +71 -34
- package/src/services/dts/v20211206/dts_models.ts +285 -116
- package/src/services/faceid/v20180301/faceid_client.ts +1 -26
- package/src/services/faceid/v20180301/faceid_models.ts +25 -98
- package/src/services/hasim/index.ts +5 -0
- package/src/services/hasim/v20210716/hasim_client.ts +309 -0
- package/src/services/hasim/v20210716/hasim_models.ts +1833 -0
- package/src/services/hasim/v20210716/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +3 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +3 -3
- package/src/services/rum/v20210622/rum_client.ts +19 -7
- package/src/services/rum/v20210622/rum_models.ts +64 -4
- package/src/services/ssa/v20180608/ssa_client.ts +106 -94
- package/src/services/ssa/v20180608/ssa_models.ts +188 -130
- package/src/services/sts/v20180813/sts_models.ts +3 -3
- package/src/services/teo/v20220901/teo_client.ts +708 -1219
- package/src/services/teo/v20220901/teo_models.ts +4787 -8094
- package/src/services/tione/v20211111/tione_models.ts +11 -1
- package/src/services/trtc/v20190722/trtc_models.ts +5 -0
- package/src/services/tts/v20190823/tts_client.ts +1 -0
- package/src/services/vod/v20180717/vod_models.ts +6 -0
- package/src/services/vpc/v20170312/vpc_client.ts +238 -77
- package/src/services/vpc/v20170312/vpc_models.ts +840 -228
- 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 +15 -0
- package/tencentcloud/services/api/v20201106/api_models.d.ts +53 -3
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +4 -2
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +4 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +12 -12
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +10 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +46 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +25 -13
- package/tencentcloud/services/dts/v20211206/dts_client.js +36 -18
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +248 -103
- package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -10
- package/tencentcloud/services/faceid/v20180301/faceid_client.js +0 -13
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +22 -86
- package/tencentcloud/services/hasim/index.d.ts +6 -0
- package/tencentcloud/services/hasim/index.js +7 -0
- package/tencentcloud/services/hasim/v20210716/hasim_client.d.ts +98 -0
- package/tencentcloud/services/hasim/v20210716/hasim_client.js +163 -0
- package/tencentcloud/services/hasim/v20210716/hasim_models.d.ts +1536 -0
- package/tencentcloud/services/hasim/v20210716/hasim_models.js +18 -0
- package/tencentcloud/services/hasim/v20210716/index.d.ts +6 -0
- package/tencentcloud/services/hasim/v20210716/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +3 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -3
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +7 -3
- package/tencentcloud/services/rum/v20210622/rum_client.js +9 -3
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +54 -4
- package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +37 -33
- package/tencentcloud/services/ssa/v20180608/ssa_client.js +54 -48
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +158 -109
- package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -3
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +149 -309
- package/tencentcloud/services/teo/v20220901/teo_client.js +243 -483
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4305 -7117
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +9 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_client.d.ts +1 -0
- package/tencentcloud/services/tts/v20190823/tts_client.js +1 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +5 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +86 -34
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +119 -41
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +674 -149
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/dts.v20211206.test.js +46 -16
- package/test/faceid.v20180301.test.js +0 -20
- package/test/hasim.v20210716.test.js +241 -0
- package/test/rum.v20210622.test.js +12 -2
- package/test/ssa.v20180608.test.js +44 -34
- package/test/teo.v20220901.test.js +158 -558
- package/test/vpc.v20170312.test.js +146 -16
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -9,10 +9,10 @@
|
|
|
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-12-29 10:01:58 |
|
|
11
11
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
|
|
12
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) |
|
|
12
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-01-06 01:02:00 |
|
|
13
13
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
14
14
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
15
|
-
| api | [云 API](https://cloud.tencent.com/document/product/1278) |
|
|
15
|
+
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
16
16
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
|
|
17
17
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-12-06 06:16:29 |
|
|
18
18
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-12-26 01:08:11 |
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
|
|
23
23
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
|
|
24
24
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
|
|
25
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) |
|
|
25
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-01-06 01:04:34 |
|
|
26
26
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
27
27
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2022-08-09 11:50:03 |
|
|
28
28
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-11-04 06:09:26 |
|
|
@@ -39,10 +39,10 @@
|
|
|
39
39
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-12-12 01:11:14 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-12-28 01:04:48 |
|
|
42
|
-
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) |
|
|
42
|
+
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-01-06 01:07:10 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-01-04 01:07:30 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-12-15 01:12:58 |
|
|
45
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-01-
|
|
45
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-01-05 01:08:26 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2022-10-31 06:15:53 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2022-12-20 14:06:27 |
|
|
48
48
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-12-26 01:15:15 |
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
54
54
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
55
55
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
56
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) |
|
|
56
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-01-06 01:10:21 |
|
|
57
57
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-01-04 01:11:19 |
|
|
58
58
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
|
|
59
59
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
|
|
72
72
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
73
73
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
|
|
74
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) |
|
|
74
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-01-06 01:17:56 |
|
|
75
75
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
|
|
76
76
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
|
|
77
77
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2022-11-29 06:37:37 |
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
|
|
82
82
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2022-10-31 06:27:09 |
|
|
83
83
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
84
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-01-
|
|
84
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-01-06 01:20:15 |
|
|
85
85
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
|
|
86
86
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
87
87
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
@@ -93,7 +93,7 @@
|
|
|
93
93
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2022-12-28 13:01:07 |
|
|
94
94
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-01-02 01:23:18 |
|
|
95
95
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
96
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) |
|
|
96
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-01-06 01:23:24 |
|
|
97
97
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
98
98
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
99
99
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-11-23 06:29:46 |
|
|
@@ -102,6 +102,7 @@
|
|
|
102
102
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2022-12-21 15:17:42 |
|
|
103
103
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
104
104
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
105
|
+
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-01-04 16:41:04 |
|
|
105
106
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
|
|
106
107
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-11-21 06:30:35 |
|
|
107
108
|
| ic | [物联网卡](https://cloud.tencent.com/document/product/636) | 2022-11-18 06:30:40 |
|
|
@@ -130,7 +131,7 @@
|
|
|
130
131
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
131
132
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
|
|
132
133
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
|
|
133
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-01-
|
|
134
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-01-05 01:31:47 |
|
|
134
135
|
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-01-02 01:32:07 |
|
|
135
136
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-12-16 01:33:15 |
|
|
136
137
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
|
|
@@ -152,7 +153,7 @@
|
|
|
152
153
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-12-28 01:09:18 |
|
|
153
154
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
|
|
154
155
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
155
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) |
|
|
156
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-01-05 01:37:14 |
|
|
156
157
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-12-16 01:37:15 |
|
|
157
158
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-12-16 01:37:37 |
|
|
158
159
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-11-23 06:47:21 |
|
|
@@ -161,11 +162,11 @@
|
|
|
161
162
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-11-07 06:33:46 |
|
|
162
163
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
163
164
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-12-07 06:58:03 |
|
|
164
|
-
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) |
|
|
165
|
+
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-01-05 01:39:20 |
|
|
165
166
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2022-12-28 14:53:49 |
|
|
166
167
|
| sslpod | [SSL证书监控SSLPod](https://cloud.tencent.com/document/product/1084) | 2022-10-31 06:47:43 |
|
|
167
168
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-10-20 06:38:33 |
|
|
168
|
-
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) |
|
|
169
|
+
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-01-06 01:40:29 |
|
|
169
170
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-09-12 06:39:19 |
|
|
170
171
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-11-04 06:36:49 |
|
|
171
172
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
|
|
@@ -187,7 +188,7 @@
|
|
|
187
188
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-12-30 01:47:00 |
|
|
188
189
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
|
|
189
190
|
| tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
|
|
190
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) |
|
|
191
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-06 01:46:38 |
|
|
191
192
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-12-21 02:09:45 |
|
|
192
193
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
193
194
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
|
|
@@ -195,7 +196,7 @@
|
|
|
195
196
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
196
197
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
197
198
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-12-15 01:51:46 |
|
|
198
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-01-
|
|
199
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-01-06 01:48:47 |
|
|
199
200
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-12-13 10:56:59 |
|
|
200
201
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-12-14 01:52:28 |
|
|
201
202
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -203,16 +204,16 @@
|
|
|
203
204
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-12-09 02:09:44 |
|
|
204
205
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2022-12-07 07:14:03 |
|
|
205
206
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-12-28 16:01:40 |
|
|
206
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) |
|
|
207
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-06 01:51:15 |
|
|
207
208
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
|
|
208
209
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-12-16 01:48:54 |
|
|
209
210
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
|
|
210
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) |
|
|
211
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-01-06 01:53:06 |
|
|
211
212
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
212
213
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
|
|
213
214
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
214
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-
|
|
215
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) |
|
|
215
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-06 01:53:33 |
|
|
216
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-01-06 01:54:52 |
|
|
216
217
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-01-04 01:53:21 |
|
|
217
218
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
|
|
218
219
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-30 01:58:31 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.518"
|
|
@@ -2951,6 +2951,18 @@ export interface BGPIPInstance {
|
|
|
2951
2951
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2952
2952
|
*/
|
|
2953
2953
|
ConvoyId: string
|
|
2954
|
+
|
|
2955
|
+
/**
|
|
2956
|
+
* 带宽后付费
|
|
2957
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2958
|
+
*/
|
|
2959
|
+
ElasticBandwidth: number
|
|
2960
|
+
|
|
2961
|
+
/**
|
|
2962
|
+
* 是否为EO代播的ip: 1是,0不是
|
|
2963
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2964
|
+
*/
|
|
2965
|
+
EOFlag: number
|
|
2954
2966
|
}
|
|
2955
2967
|
|
|
2956
2968
|
/**
|
|
@@ -5027,6 +5039,12 @@ export interface NewL7RuleEntry {
|
|
|
5027
5039
|
* 规则配置失败时的详细错误原因(仅当Status=2时有效),1001证书不存在,1002证书获取失败,1003证书上传失败,1004证书已过期
|
|
5028
5040
|
*/
|
|
5029
5041
|
ErrCode?: number
|
|
5042
|
+
|
|
5043
|
+
/**
|
|
5044
|
+
* 版本
|
|
5045
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5046
|
+
*/
|
|
5047
|
+
Version?: number
|
|
5030
5048
|
}
|
|
5031
5049
|
|
|
5032
5050
|
/**
|
|
@@ -127,6 +127,42 @@ export interface ZoneInfo {
|
|
|
127
127
|
* 可用区状态,包含AVAILABLE和UNAVAILABLE。AVAILABLE代表可用,UNAVAILABLE代表不可用。
|
|
128
128
|
*/
|
|
129
129
|
ZoneState: string
|
|
130
|
+
|
|
131
|
+
/**
|
|
132
|
+
* 父级zone
|
|
133
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
134
|
+
*/
|
|
135
|
+
ParentZone: string
|
|
136
|
+
|
|
137
|
+
/**
|
|
138
|
+
* 父级可用区ID
|
|
139
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
140
|
+
*/
|
|
141
|
+
ParentZoneId: string
|
|
142
|
+
|
|
143
|
+
/**
|
|
144
|
+
* 父级可用区描述
|
|
145
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
146
|
+
*/
|
|
147
|
+
ParentZoneName: string
|
|
148
|
+
|
|
149
|
+
/**
|
|
150
|
+
* zone类型
|
|
151
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
152
|
+
*/
|
|
153
|
+
ZoneType: string
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* 控制台类型
|
|
157
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
158
|
+
*/
|
|
159
|
+
MachineRoomTypeMC: string
|
|
160
|
+
|
|
161
|
+
/**
|
|
162
|
+
* 和ZoneId一样,适用于控制台调用
|
|
163
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
164
|
+
*/
|
|
165
|
+
ZoneIdMC: string
|
|
130
166
|
}
|
|
131
167
|
|
|
132
168
|
/**
|
|
@@ -166,17 +202,41 @@ export interface RegionInfo {
|
|
|
166
202
|
/**
|
|
167
203
|
* 地域名称,例如,ap-guangzhou
|
|
168
204
|
*/
|
|
169
|
-
Region
|
|
205
|
+
Region?: string
|
|
170
206
|
|
|
171
207
|
/**
|
|
172
208
|
* 地域描述,例如,华南地区(广州)
|
|
173
209
|
*/
|
|
174
|
-
RegionName
|
|
210
|
+
RegionName?: string
|
|
175
211
|
|
|
176
212
|
/**
|
|
177
213
|
* 地域是否可用状态
|
|
178
214
|
*/
|
|
179
|
-
RegionState
|
|
215
|
+
RegionState?: string
|
|
216
|
+
|
|
217
|
+
/**
|
|
218
|
+
* 控制台类型,api调用时默认null
|
|
219
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
220
|
+
*/
|
|
221
|
+
RegionTypeMC?: number
|
|
222
|
+
|
|
223
|
+
/**
|
|
224
|
+
* 不同语言的地区
|
|
225
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
226
|
+
*/
|
|
227
|
+
LocationMC?: string
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* 控制台展示的地域描述
|
|
231
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
232
|
+
*/
|
|
233
|
+
RegionNameMC?: string
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* 控制台展示的RegionId
|
|
237
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
238
|
+
*/
|
|
239
|
+
RegionIdMC?: string
|
|
180
240
|
}
|
|
181
241
|
|
|
182
242
|
/**
|
|
@@ -212,7 +212,7 @@ export class Client extends AbstractClient {
|
|
|
212
212
|
}
|
|
213
213
|
|
|
214
214
|
/**
|
|
215
|
-
*
|
|
215
|
+
* 获取包括全媒体和文本会话两种类型的服务记录。
|
|
216
216
|
*/
|
|
217
217
|
async DescribeIMCdrs(
|
|
218
218
|
req: DescribeIMCdrsRequest,
|
|
@@ -352,8 +352,10 @@ export class Client extends AbstractClient {
|
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
/**
|
|
355
|
-
|
|
356
|
-
|
|
355
|
+
* 获取指定服务记录文本聊天内容,需要先使用查询在线客服记录(DescribeIMCdrs) API 获取服务记录 SessionId。
|
|
356
|
+
|
|
357
|
+
文本聊天记录只保存了 1 年内的,1 年之前会自动清理。
|
|
358
|
+
*/
|
|
357
359
|
async DescribeChatMessages(
|
|
358
360
|
req: DescribeChatMessagesRequest,
|
|
359
361
|
cb?: (error: string, rep: DescribeChatMessagesResponse) => void
|
|
@@ -213,12 +213,12 @@ export interface DescribeIMCdrsResponse {
|
|
|
213
213
|
/**
|
|
214
214
|
* 总记录数
|
|
215
215
|
*/
|
|
216
|
-
TotalCount
|
|
216
|
+
TotalCount?: number
|
|
217
217
|
|
|
218
218
|
/**
|
|
219
219
|
* 服务记录列表
|
|
220
220
|
*/
|
|
221
|
-
IMCdrs
|
|
221
|
+
IMCdrs?: Array<IMCdrInfo>
|
|
222
222
|
|
|
223
223
|
/**
|
|
224
224
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -948,12 +948,12 @@ export interface DescribeTelSessionRequest {
|
|
|
948
948
|
*/
|
|
949
949
|
export interface DescribeIMCdrsRequest {
|
|
950
950
|
/**
|
|
951
|
-
*
|
|
951
|
+
* 起始时间(必填),Unix 秒级时间戳
|
|
952
952
|
*/
|
|
953
953
|
StartTimestamp: number
|
|
954
954
|
|
|
955
955
|
/**
|
|
956
|
-
*
|
|
956
|
+
* 结束时间(必填),Unix 秒级时间戳
|
|
957
957
|
*/
|
|
958
958
|
EndTimestamp: number
|
|
959
959
|
|
|
@@ -968,12 +968,12 @@ export interface DescribeIMCdrsRequest {
|
|
|
968
968
|
SdkAppId?: number
|
|
969
969
|
|
|
970
970
|
/**
|
|
971
|
-
*
|
|
971
|
+
* 返回记录条数,最大为100默认20
|
|
972
972
|
*/
|
|
973
973
|
Limit?: number
|
|
974
974
|
|
|
975
975
|
/**
|
|
976
|
-
*
|
|
976
|
+
* 返回记录偏移,默认为 0
|
|
977
977
|
*/
|
|
978
978
|
Offset?: number
|
|
979
979
|
|
|
@@ -2469,13 +2469,13 @@ export interface DescribeChatMessagesResponse {
|
|
|
2469
2469
|
/**
|
|
2470
2470
|
* 总记录数
|
|
2471
2471
|
*/
|
|
2472
|
-
TotalCount
|
|
2472
|
+
TotalCount?: number
|
|
2473
2473
|
|
|
2474
2474
|
/**
|
|
2475
2475
|
* 消息列表
|
|
2476
2476
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2477
2477
|
*/
|
|
2478
|
-
Messages
|
|
2478
|
+
Messages?: Array<MessageBody>
|
|
2479
2479
|
|
|
2480
2480
|
/**
|
|
2481
2481
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2640,17 +2640,17 @@ export interface DescribeChatMessagesRequest {
|
|
|
2640
2640
|
SdkAppId?: number
|
|
2641
2641
|
|
|
2642
2642
|
/**
|
|
2643
|
-
* 服务记录ID
|
|
2643
|
+
* 服务记录ID(废弃)
|
|
2644
2644
|
*/
|
|
2645
2645
|
CdrId?: string
|
|
2646
2646
|
|
|
2647
2647
|
/**
|
|
2648
|
-
*
|
|
2648
|
+
* 返回记录条数,最大为100 默认20
|
|
2649
2649
|
*/
|
|
2650
2650
|
Limit?: number
|
|
2651
2651
|
|
|
2652
2652
|
/**
|
|
2653
|
-
*
|
|
2653
|
+
* 返回记录偏移,默认为 0
|
|
2654
2654
|
*/
|
|
2655
2655
|
Offset?: number
|
|
2656
2656
|
|
|
@@ -2660,7 +2660,7 @@ export interface DescribeChatMessagesRequest {
|
|
|
2660
2660
|
Order?: number
|
|
2661
2661
|
|
|
2662
2662
|
/**
|
|
2663
|
-
* 服务记录SessionID
|
|
2663
|
+
* 服务记录 SessionID(必填)
|
|
2664
2664
|
*/
|
|
2665
2665
|
SessionId?: string
|
|
2666
2666
|
}
|
|
@@ -3898,6 +3898,11 @@ global:全球加速
|
|
|
3898
3898
|
* 七牛云对象存储回源鉴权
|
|
3899
3899
|
*/
|
|
3900
3900
|
QnPrivateAccess?: QnPrivateAccess
|
|
3901
|
+
|
|
3902
|
+
/**
|
|
3903
|
+
* HTTPS服务
|
|
3904
|
+
*/
|
|
3905
|
+
HttpsBilling?: HttpsBilling
|
|
3901
3906
|
}
|
|
3902
3907
|
|
|
3903
3908
|
/**
|
|
@@ -6999,7 +7004,7 @@ off:不支持
|
|
|
6999
7004
|
QnPrivateAccess: QnPrivateAccess
|
|
7000
7005
|
|
|
7001
7006
|
/**
|
|
7002
|
-
*
|
|
7007
|
+
* HTTPS服务
|
|
7003
7008
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7004
7009
|
*/
|
|
7005
7010
|
HttpsBilling: HttpsBilling
|
|
@@ -8681,6 +8686,11 @@ global:全球加速
|
|
|
8681
8686
|
* 七牛云对象存储回源鉴权
|
|
8682
8687
|
*/
|
|
8683
8688
|
QnPrivateAccess?: QnPrivateAccess
|
|
8689
|
+
|
|
8690
|
+
/**
|
|
8691
|
+
* HTTPS服务
|
|
8692
|
+
*/
|
|
8693
|
+
HttpsBilling?: HttpsBilling
|
|
8684
8694
|
}
|
|
8685
8695
|
|
|
8686
8696
|
/**
|
|
@@ -9493,7 +9503,7 @@ export interface DescribeDomainsConfigResponse {
|
|
|
9493
9503
|
*/
|
|
9494
9504
|
export interface HttpsBilling {
|
|
9495
9505
|
/**
|
|
9496
|
-
*
|
|
9506
|
+
* HTTPS服务
|
|
9497
9507
|
*/
|
|
9498
9508
|
Switch: string
|
|
9499
9509
|
}
|
|
@@ -123,6 +123,7 @@ import {
|
|
|
123
123
|
DescribeConsumerGroupRequest,
|
|
124
124
|
DeleteUserResponse,
|
|
125
125
|
DescribeConnectResourceRequest,
|
|
126
|
+
DescribeTopicProduceConnectionRequest,
|
|
126
127
|
CreateAclRequest,
|
|
127
128
|
DescribeTopicSyncReplicaResponse,
|
|
128
129
|
CreateConnectResourceRequest,
|
|
@@ -135,6 +136,7 @@ import {
|
|
|
135
136
|
CreateTopicIpWhiteListResponse,
|
|
136
137
|
GroupOffsetTopic,
|
|
137
138
|
ModifyGroupOffsetsResponse,
|
|
139
|
+
DescribeConnectInfoResultDTO,
|
|
138
140
|
Partition,
|
|
139
141
|
CreateAclResponse,
|
|
140
142
|
FailureParam,
|
|
@@ -189,6 +191,7 @@ import {
|
|
|
189
191
|
DescribeRegionResponse,
|
|
190
192
|
CreateTopicResponse,
|
|
191
193
|
VipEntity,
|
|
194
|
+
DescribeTopicProduceConnectionResponse,
|
|
192
195
|
FetchLatestDatahubMessageListRequest,
|
|
193
196
|
ConsumerGroupTopic,
|
|
194
197
|
DatahubTaskInfo,
|
|
@@ -889,6 +892,16 @@ export class Client extends AbstractClient {
|
|
|
889
892
|
return this.request("AuthorizeToken", req, cb)
|
|
890
893
|
}
|
|
891
894
|
|
|
895
|
+
/**
|
|
896
|
+
* 查询topic 生产端连接信息
|
|
897
|
+
*/
|
|
898
|
+
async DescribeTopicProduceConnection(
|
|
899
|
+
req: DescribeTopicProduceConnectionRequest,
|
|
900
|
+
cb?: (error: string, rep: DescribeTopicProduceConnectionResponse) => void
|
|
901
|
+
): Promise<DescribeTopicProduceConnectionResponse> {
|
|
902
|
+
return this.request("DescribeTopicProduceConnection", req, cb)
|
|
903
|
+
}
|
|
904
|
+
|
|
892
905
|
/**
|
|
893
906
|
* 接口请求域名:https://ckafka.tencentcloudapi.com
|
|
894
907
|
本接口(DescribeTopic)用于在用户获取消息队列 CKafka 实例的主题列表
|
|
@@ -3388,6 +3388,21 @@ export interface DescribeConnectResourceRequest {
|
|
|
3388
3388
|
ResourceId: string
|
|
3389
3389
|
}
|
|
3390
3390
|
|
|
3391
|
+
/**
|
|
3392
|
+
* DescribeTopicProduceConnection请求参数结构体
|
|
3393
|
+
*/
|
|
3394
|
+
export interface DescribeTopicProduceConnectionRequest {
|
|
3395
|
+
/**
|
|
3396
|
+
* 实例id
|
|
3397
|
+
*/
|
|
3398
|
+
InstanceId: string
|
|
3399
|
+
|
|
3400
|
+
/**
|
|
3401
|
+
* topic名称
|
|
3402
|
+
*/
|
|
3403
|
+
TopicName: string
|
|
3404
|
+
}
|
|
3405
|
+
|
|
3391
3406
|
/**
|
|
3392
3407
|
* CreateAcl请求参数结构体
|
|
3393
3408
|
*/
|
|
@@ -3759,6 +3774,29 @@ export interface ModifyGroupOffsetsResponse {
|
|
|
3759
3774
|
RequestId?: string
|
|
3760
3775
|
}
|
|
3761
3776
|
|
|
3777
|
+
/**
|
|
3778
|
+
* topic链接信息
|
|
3779
|
+
*/
|
|
3780
|
+
export interface DescribeConnectInfoResultDTO {
|
|
3781
|
+
/**
|
|
3782
|
+
* ip地址
|
|
3783
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3784
|
+
*/
|
|
3785
|
+
IpAddr: string
|
|
3786
|
+
|
|
3787
|
+
/**
|
|
3788
|
+
* 连结时间
|
|
3789
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3790
|
+
*/
|
|
3791
|
+
Time: string
|
|
3792
|
+
|
|
3793
|
+
/**
|
|
3794
|
+
* 是否支持的版本
|
|
3795
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3796
|
+
*/
|
|
3797
|
+
IsUnSupportVersion: boolean
|
|
3798
|
+
}
|
|
3799
|
+
|
|
3762
3800
|
/**
|
|
3763
3801
|
* 分区实体
|
|
3764
3802
|
*/
|
|
@@ -5167,6 +5205,21 @@ export interface VipEntity {
|
|
|
5167
5205
|
Vport: string
|
|
5168
5206
|
}
|
|
5169
5207
|
|
|
5208
|
+
/**
|
|
5209
|
+
* DescribeTopicProduceConnection返回参数结构体
|
|
5210
|
+
*/
|
|
5211
|
+
export interface DescribeTopicProduceConnectionResponse {
|
|
5212
|
+
/**
|
|
5213
|
+
* 链接信息返回结果集
|
|
5214
|
+
*/
|
|
5215
|
+
Result: Array<DescribeConnectInfoResultDTO>
|
|
5216
|
+
|
|
5217
|
+
/**
|
|
5218
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5219
|
+
*/
|
|
5220
|
+
RequestId?: string
|
|
5221
|
+
}
|
|
5222
|
+
|
|
5170
5223
|
/**
|
|
5171
5224
|
* FetchLatestDatahubMessageList请求参数结构体
|
|
5172
5225
|
*/
|
|
@@ -434,7 +434,7 @@ export class Client extends AbstractClient {
|
|
|
434
434
|
}
|
|
435
435
|
|
|
436
436
|
/**
|
|
437
|
-
*
|
|
437
|
+
* 获取当前实例下的单个proxy的会话统计详情信息, 返回数据为单个 proxy 的会话统计信息。【注意】该接口仅限部分环境调用。
|
|
438
438
|
*/
|
|
439
439
|
async DescribeProxyProcessStatistics(
|
|
440
440
|
req: DescribeProxyProcessStatisticsRequest,
|
|
@@ -1277,7 +1277,7 @@ export interface DescribeProxyProcessStatisticsResponse {
|
|
|
1277
1277
|
/**
|
|
1278
1278
|
* 实时会话统计详情。
|
|
1279
1279
|
*/
|
|
1280
|
-
ProcessStatistics
|
|
1280
|
+
ProcessStatistics?: ProcessStatistic
|
|
1281
1281
|
|
|
1282
1282
|
/**
|
|
1283
1283
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2774,7 +2774,7 @@ export interface DescribeProxyProcessStatisticsRequest {
|
|
|
2774
2774
|
InstanceId: string
|
|
2775
2775
|
|
|
2776
2776
|
/**
|
|
2777
|
-
*
|
|
2777
|
+
* 该实例下需要查询的某一个 ProxyID 。
|
|
2778
2778
|
*/
|
|
2779
2779
|
InstanceProxyId: string
|
|
2780
2780
|
|