tencentcloud-sdk-nodejs 4.0.662 → 4.0.664
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 +206 -0
- package/SERVICE_CHANGELOG.md +197 -38
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cam/v20190116/cam_client.ts +26 -14
- package/src/services/cam/v20190116/cam_models.ts +64 -28
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +63 -7
- package/src/services/cls/v20201016/cls_client.ts +4 -1
- package/src/services/cls/v20201016/cls_models.ts +77 -14
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/dcdb/v20180411/dcdb_client.ts +25 -13
- package/src/services/dcdb/v20180411/dcdb_models.ts +72 -44
- package/src/services/ecm/v20190719/ecm_models.ts +4 -4
- package/src/services/ess/v20201111/ess_models.ts +20 -9
- package/src/services/essbasic/v20210526/essbasic_client.ts +12 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +58 -1
- package/src/services/gme/v20180711/gme_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_models.ts +5 -1
- package/src/services/live/v20180801/live_models.ts +3 -3
- package/src/services/mps/v20190612/mps_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_client.ts +32 -7
- package/src/services/tcss/v20201101/tcss_models.ts +488 -15
- package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
- package/src/services/tse/v20201207/tse_models.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +13 -3
- package/src/services/vpc/v20170312/vpc_models.ts +30 -30
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +9 -5
- package/tencentcloud/services/cam/v20190116/cam_client.js +12 -6
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +62 -28
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +62 -7
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +74 -14
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +9 -5
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +12 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +70 -44
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +4 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +20 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +56 -1
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +11 -3
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +15 -3
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +483 -15
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -3
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +30 -30
- package/test/cam.v20190116.test.js +14 -4
- package/test/dcdb.v20180411.test.js +14 -4
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/tcss.v20201101.test.js +22 -2
package/products.md
CHANGED
|
@@ -17,13 +17,13 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-08-01 01:01:56 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-08-04 01:06:13 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-14 01:07:26 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-07-19 01:07:48 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-06-26 01:08:49 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-08-10 01:03:11 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-08-14 01:07:59 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-05-18 01:04:59 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-07-28 01:09:00 |
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2023-08-03 12:20:37 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-05-18 01:06:40 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-08-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-08-11 01:04:42 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-08-04 01:07:04 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-31 01:09:58 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
@@ -54,12 +54,12 @@
|
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-08-14 01:12:57 |
|
|
58
58
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-08-07 01:08:20 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-14 01:14:15 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-08-09 01:16:08 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-03 01:03:52 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
68
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-08-09 01:17:49 |
|
|
69
69
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
70
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-
|
|
70
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-11 01:15:11 |
|
|
71
71
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-08-07 01:09:27 |
|
|
72
72
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
73
73
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-10 01:13:25 |
|
|
@@ -77,9 +77,9 @@
|
|
|
77
77
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-07-14 01:15:28 |
|
|
78
78
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
|
|
79
79
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
|
|
80
|
-
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-
|
|
81
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-08-
|
|
82
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-08-
|
|
80
|
+
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-08-14 01:19:27 |
|
|
81
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-08-14 01:19:53 |
|
|
82
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-08-14 01:20:21 |
|
|
83
83
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-07-24 01:25:15 |
|
|
84
84
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
|
|
85
85
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-05-18 01:23:36 |
|
|
@@ -88,19 +88,19 @@
|
|
|
88
88
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-05-18 01:24:14 |
|
|
89
89
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-05-18 01:24:28 |
|
|
90
90
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-05-18 01:24:35 |
|
|
91
|
-
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-
|
|
91
|
+
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-08-11 01:20:26 |
|
|
92
92
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
93
93
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
94
94
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-01 01:21:59 |
|
|
95
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-
|
|
96
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-
|
|
97
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-
|
|
95
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-08-14 01:22:50 |
|
|
96
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-11 01:21:52 |
|
|
97
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-14 01:23:26 |
|
|
98
98
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
|
|
99
99
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-08-01 01:24:47 |
|
|
100
100
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
|
|
101
101
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
|
|
102
102
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-07-28 01:27:13 |
|
|
103
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-08-
|
|
103
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-08-11 01:23:25 |
|
|
104
104
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-08-02 01:16:12 |
|
|
105
105
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
106
106
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
@@ -126,9 +126,9 @@
|
|
|
126
126
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
127
127
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
|
|
128
128
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
|
|
129
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-
|
|
129
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-08-11 01:27:55 |
|
|
130
130
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-08-10 01:27:25 |
|
|
131
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-
|
|
131
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-11 01:28:41 |
|
|
132
132
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
133
133
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
134
134
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-07 01:14:24 |
|
|
141
141
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-07-06 01:31:55 |
|
|
142
142
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-08-03 01:09:25 |
|
|
143
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-
|
|
143
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-11 01:31:01 |
|
|
144
144
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
|
|
145
145
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-10 01:31:07 |
|
|
146
146
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
|
|
@@ -192,10 +192,10 @@
|
|
|
192
192
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
193
193
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
|
|
194
194
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-07-07 01:50:00 |
|
|
195
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-
|
|
195
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-14 01:39:44 |
|
|
196
196
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
197
197
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
198
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-
|
|
198
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-14 01:41:40 |
|
|
199
199
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
|
|
200
200
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
|
|
201
201
|
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-04 01:18:31 |
|
|
@@ -218,15 +218,15 @@
|
|
|
218
218
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
|
|
219
219
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
220
220
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-10 01:44:04 |
|
|
221
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-
|
|
221
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-11 01:44:23 |
|
|
222
222
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-08-02 01:26:52 |
|
|
223
223
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
224
224
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-08-01 01:49:43 |
|
|
225
225
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
|
|
226
226
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
|
|
227
227
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
|
|
228
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-
|
|
229
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-
|
|
228
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-08-11 01:45:58 |
|
|
229
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-14 01:49:39 |
|
|
230
230
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
|
|
231
231
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-31 01:50:43 |
|
|
232
232
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.664"
|
|
@@ -342,7 +342,7 @@ export class Client extends AbstractClient {
|
|
|
342
342
|
/**
|
|
343
343
|
* 用户通过本接口进行热词表的创建。
|
|
344
344
|
<br>• 默认最多可创建30个热词表。
|
|
345
|
-
<br>• 每个热词表最多可添加128个词,每个词最长10
|
|
345
|
+
<br>• 每个热词表最多可添加128个词,每个词最长10个汉字或30个英文字符,不能超出限制。
|
|
346
346
|
<br>• 热词表可以通过数组或者本地文件形式上传。
|
|
347
347
|
<br>• 本地文件必须为UTF-8编码格式,每行仅添加一个热词且不能包含标点和特殊字符。
|
|
348
348
|
<br>• 热词权重取值范围为[1,10]之间的整数,权重越大代表该词被识别出来的概率越大。
|
|
@@ -1068,7 +1068,7 @@ export interface CreateAsrVocabRequest {
|
|
|
1068
1068
|
*/
|
|
1069
1069
|
Description?: string
|
|
1070
1070
|
/**
|
|
1071
|
-
* 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10
|
|
1071
|
+
* 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,10]之间整数,数组长度不大于128
|
|
1072
1072
|
*/
|
|
1073
1073
|
WordWeights?: Array<HotWord>
|
|
1074
1074
|
/**
|
|
@@ -20,7 +20,7 @@ import { ClientConfig } from "../../../common/interface"
|
|
|
20
20
|
import {
|
|
21
21
|
SubAccountUser,
|
|
22
22
|
ListAttachedRolePoliciesResponse,
|
|
23
|
-
|
|
23
|
+
CreateMessageReceiverRequest,
|
|
24
24
|
UpdateUserOIDCConfigResponse,
|
|
25
25
|
ListAccessKeysRequest,
|
|
26
26
|
SetMfaFlagResponse,
|
|
@@ -31,6 +31,7 @@ import {
|
|
|
31
31
|
UpdatePolicyResponse,
|
|
32
32
|
DeleteUserResponse,
|
|
33
33
|
TagRoleResponse,
|
|
34
|
+
LoginActionFlagIntl,
|
|
34
35
|
GetRoleRequest,
|
|
35
36
|
CreateServiceLinkedRoleRequest,
|
|
36
37
|
ListAttachedGroupPoliciesRequest,
|
|
@@ -142,6 +143,7 @@ import {
|
|
|
142
143
|
AccessKey,
|
|
143
144
|
GetGroupResponse,
|
|
144
145
|
UpdateOIDCConfigResponse,
|
|
146
|
+
UntagRoleRequest,
|
|
145
147
|
AttachGroupPolicyRequest,
|
|
146
148
|
DeleteSAMLProviderResponse,
|
|
147
149
|
GetAccountSummaryResponse,
|
|
@@ -216,7 +218,7 @@ import {
|
|
|
216
218
|
ListAttachedUserPoliciesRequest,
|
|
217
219
|
UpdatePolicyRequest,
|
|
218
220
|
DeleteOIDCConfigRequest,
|
|
219
|
-
|
|
221
|
+
CreateMessageReceiverResponse,
|
|
220
222
|
CreateGroupResponse,
|
|
221
223
|
} from "./cam_models"
|
|
222
224
|
|
|
@@ -359,6 +361,16 @@ export class Client extends AbstractClient {
|
|
|
359
361
|
return this.request("DescribeUserOIDCConfig", req, cb)
|
|
360
362
|
}
|
|
361
363
|
|
|
364
|
+
/**
|
|
365
|
+
* 修改用户SAML配置
|
|
366
|
+
*/
|
|
367
|
+
async UpdateUserSAMLConfig(
|
|
368
|
+
req: UpdateUserSAMLConfigRequest,
|
|
369
|
+
cb?: (error: string, rep: UpdateUserSAMLConfigResponse) => void
|
|
370
|
+
): Promise<UpdateUserSAMLConfigResponse> {
|
|
371
|
+
return this.request("UpdateUserSAMLConfig", req, cb)
|
|
372
|
+
}
|
|
373
|
+
|
|
362
374
|
/**
|
|
363
375
|
* 为CAM用户创建访问密钥
|
|
364
376
|
*/
|
|
@@ -450,13 +462,13 @@ export class Client extends AbstractClient {
|
|
|
450
462
|
}
|
|
451
463
|
|
|
452
464
|
/**
|
|
453
|
-
*
|
|
465
|
+
* 查询用户组详情
|
|
454
466
|
*/
|
|
455
|
-
async
|
|
456
|
-
req:
|
|
457
|
-
cb?: (error: string, rep:
|
|
458
|
-
): Promise<
|
|
459
|
-
return this.request("
|
|
467
|
+
async GetGroup(
|
|
468
|
+
req: GetGroupRequest,
|
|
469
|
+
cb?: (error: string, rep: GetGroupResponse) => void
|
|
470
|
+
): Promise<GetGroupResponse> {
|
|
471
|
+
return this.request("GetGroup", req, cb)
|
|
460
472
|
}
|
|
461
473
|
|
|
462
474
|
/**
|
|
@@ -762,13 +774,13 @@ export class Client extends AbstractClient {
|
|
|
762
774
|
}
|
|
763
775
|
|
|
764
776
|
/**
|
|
765
|
-
*
|
|
777
|
+
* 创建消息接收人接口:仅允许已完成实名认证的用户访问消息接收人接口,并对每个用户限制每天最多请求10次。
|
|
766
778
|
*/
|
|
767
|
-
async
|
|
768
|
-
req:
|
|
769
|
-
cb?: (error: string, rep:
|
|
770
|
-
): Promise<
|
|
771
|
-
return this.request("
|
|
779
|
+
async CreateMessageReceiver(
|
|
780
|
+
req: CreateMessageReceiverRequest,
|
|
781
|
+
cb?: (error: string, rep: CreateMessageReceiverResponse) => void
|
|
782
|
+
): Promise<CreateMessageReceiverResponse> {
|
|
783
|
+
return this.request("CreateMessageReceiver", req, cb)
|
|
772
784
|
}
|
|
773
785
|
|
|
774
786
|
/**
|
|
@@ -74,33 +74,29 @@ export interface ListAttachedRolePoliciesResponse {
|
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
/**
|
|
77
|
-
*
|
|
77
|
+
* CreateMessageReceiver请求参数结构体
|
|
78
78
|
*/
|
|
79
|
-
export interface
|
|
79
|
+
export interface CreateMessageReceiverRequest {
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* 消息接收人的用户名
|
|
82
82
|
*/
|
|
83
|
-
|
|
84
|
-
/**
|
|
85
|
-
* 硬token
|
|
86
|
-
*/
|
|
87
|
-
Token?: number
|
|
83
|
+
Name: string
|
|
88
84
|
/**
|
|
89
|
-
*
|
|
85
|
+
* 手机号国际区号,国内为86
|
|
90
86
|
*/
|
|
91
|
-
|
|
87
|
+
CountryCode: string
|
|
92
88
|
/**
|
|
93
|
-
*
|
|
89
|
+
* 手机号码, 例如:132****2492
|
|
94
90
|
*/
|
|
95
|
-
|
|
91
|
+
PhoneNumber: string
|
|
96
92
|
/**
|
|
97
|
-
*
|
|
93
|
+
* 邮箱,例如:57*****@qq.com
|
|
98
94
|
*/
|
|
99
|
-
|
|
95
|
+
Email: string
|
|
100
96
|
/**
|
|
101
|
-
*
|
|
97
|
+
* 消息接收人的备注,选填
|
|
102
98
|
*/
|
|
103
|
-
|
|
99
|
+
Remark?: string
|
|
104
100
|
}
|
|
105
101
|
|
|
106
102
|
/**
|
|
@@ -233,6 +229,36 @@ export interface TagRoleResponse {
|
|
|
233
229
|
RequestId?: string
|
|
234
230
|
}
|
|
235
231
|
|
|
232
|
+
/**
|
|
233
|
+
* 登录和敏感操作flag
|
|
234
|
+
*/
|
|
235
|
+
export interface LoginActionFlagIntl {
|
|
236
|
+
/**
|
|
237
|
+
* 手机
|
|
238
|
+
*/
|
|
239
|
+
Phone?: number
|
|
240
|
+
/**
|
|
241
|
+
* 硬token
|
|
242
|
+
*/
|
|
243
|
+
Token?: number
|
|
244
|
+
/**
|
|
245
|
+
* 软token
|
|
246
|
+
*/
|
|
247
|
+
Stoken?: number
|
|
248
|
+
/**
|
|
249
|
+
* 微信
|
|
250
|
+
*/
|
|
251
|
+
Wechat?: number
|
|
252
|
+
/**
|
|
253
|
+
* 自定义
|
|
254
|
+
*/
|
|
255
|
+
Custom?: number
|
|
256
|
+
/**
|
|
257
|
+
* 邮件
|
|
258
|
+
*/
|
|
259
|
+
Mail?: number
|
|
260
|
+
}
|
|
261
|
+
|
|
236
262
|
/**
|
|
237
263
|
* GetRole请求参数结构体
|
|
238
264
|
*/
|
|
@@ -2303,6 +2329,24 @@ export interface UpdateOIDCConfigResponse {
|
|
|
2303
2329
|
RequestId?: string
|
|
2304
2330
|
}
|
|
2305
2331
|
|
|
2332
|
+
/**
|
|
2333
|
+
* UntagRole请求参数结构体
|
|
2334
|
+
*/
|
|
2335
|
+
export interface UntagRoleRequest {
|
|
2336
|
+
/**
|
|
2337
|
+
* 标签键
|
|
2338
|
+
*/
|
|
2339
|
+
TagKeys: Array<string>
|
|
2340
|
+
/**
|
|
2341
|
+
* 角色名,与角色ID至少输入一个
|
|
2342
|
+
*/
|
|
2343
|
+
RoleName?: string
|
|
2344
|
+
/**
|
|
2345
|
+
* 角色ID,与角色名至少输入一个
|
|
2346
|
+
*/
|
|
2347
|
+
RoleId?: string
|
|
2348
|
+
}
|
|
2349
|
+
|
|
2306
2350
|
/**
|
|
2307
2351
|
* AttachGroupPolicy请求参数结构体
|
|
2308
2352
|
*/
|
|
@@ -3647,21 +3691,13 @@ export interface DeleteOIDCConfigRequest {
|
|
|
3647
3691
|
}
|
|
3648
3692
|
|
|
3649
3693
|
/**
|
|
3650
|
-
*
|
|
3694
|
+
* CreateMessageReceiver返回参数结构体
|
|
3651
3695
|
*/
|
|
3652
|
-
export interface
|
|
3653
|
-
/**
|
|
3654
|
-
* 标签键
|
|
3655
|
-
*/
|
|
3656
|
-
TagKeys: Array<string>
|
|
3657
|
-
/**
|
|
3658
|
-
* 角色名,与角色ID至少输入一个
|
|
3659
|
-
*/
|
|
3660
|
-
RoleName?: string
|
|
3696
|
+
export interface CreateMessageReceiverResponse {
|
|
3661
3697
|
/**
|
|
3662
|
-
*
|
|
3698
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3663
3699
|
*/
|
|
3664
|
-
|
|
3700
|
+
RequestId?: string
|
|
3665
3701
|
}
|
|
3666
3702
|
|
|
3667
3703
|
/**
|
|
@@ -822,6 +822,10 @@ export interface EsParam {
|
|
|
822
822
|
* 消息要映射为 es 索引中 @timestamp 的字段,如果当前配置为空,则使用消息的时间戳进行映射
|
|
823
823
|
*/
|
|
824
824
|
DateField?: string
|
|
825
|
+
/**
|
|
826
|
+
* 用来区分当前索引映射,属于新建索引还是存量索引。"EXIST_MAPPING":从存量索引中选择;"NEW_MAPPING":新建索引
|
|
827
|
+
*/
|
|
828
|
+
RecordMappingMode?: string
|
|
825
829
|
}
|
|
826
830
|
|
|
827
831
|
/**
|
|
@@ -1225,64 +1229,97 @@ export interface BatchModifyTopicAttributesResponse {
|
|
|
1225
1229
|
export interface ClickHouseParam {
|
|
1226
1230
|
/**
|
|
1227
1231
|
* ClickHouse的集群
|
|
1232
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1228
1233
|
*/
|
|
1229
1234
|
Cluster: string
|
|
1230
1235
|
/**
|
|
1231
1236
|
* ClickHouse的数据库名
|
|
1237
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1232
1238
|
*/
|
|
1233
1239
|
Database: string
|
|
1234
1240
|
/**
|
|
1235
1241
|
* ClickHouse的数据表名
|
|
1242
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1236
1243
|
*/
|
|
1237
1244
|
Table: string
|
|
1238
1245
|
/**
|
|
1239
1246
|
* ClickHouse的schema
|
|
1247
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1240
1248
|
*/
|
|
1241
1249
|
Schema: Array<ClickHouseSchema>
|
|
1242
1250
|
/**
|
|
1243
1251
|
* 实例资源
|
|
1252
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1244
1253
|
*/
|
|
1245
1254
|
Resource: string
|
|
1246
1255
|
/**
|
|
1247
1256
|
* ClickHouse的连接ip
|
|
1257
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1248
1258
|
*/
|
|
1249
1259
|
Ip?: string
|
|
1250
1260
|
/**
|
|
1251
1261
|
* ClickHouse的连接port
|
|
1262
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1252
1263
|
*/
|
|
1253
1264
|
Port?: number
|
|
1254
1265
|
/**
|
|
1255
1266
|
* ClickHouse的用户名
|
|
1267
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1256
1268
|
*/
|
|
1257
1269
|
UserName?: string
|
|
1258
1270
|
/**
|
|
1259
1271
|
* ClickHouse的密码
|
|
1272
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1260
1273
|
*/
|
|
1261
1274
|
Password?: string
|
|
1262
1275
|
/**
|
|
1263
1276
|
* 实例vip
|
|
1277
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1264
1278
|
*/
|
|
1265
1279
|
ServiceVip?: string
|
|
1266
1280
|
/**
|
|
1267
1281
|
* 实例的vpcId
|
|
1282
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1268
1283
|
*/
|
|
1269
1284
|
UniqVpcId?: string
|
|
1270
1285
|
/**
|
|
1271
1286
|
* 是否为自建集群
|
|
1287
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1272
1288
|
*/
|
|
1273
1289
|
SelfBuilt?: boolean
|
|
1274
1290
|
/**
|
|
1275
1291
|
* ClickHouse是否抛弃解析失败的消息,默认为true
|
|
1292
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1276
1293
|
*/
|
|
1277
1294
|
DropInvalidMessage?: boolean
|
|
1278
1295
|
/**
|
|
1279
1296
|
* ClickHouse 类型,emr-clickhouse : "emr";cdw-clickhouse : "cdwch";自建 : ""
|
|
1297
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1280
1298
|
*/
|
|
1281
1299
|
Type?: string
|
|
1282
1300
|
/**
|
|
1283
1301
|
* 当设置成员参数DropInvalidMessageToCls设置为true时,DropInvalidMessage参数失效
|
|
1302
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1284
1303
|
*/
|
|
1285
1304
|
DropCls?: DropCls
|
|
1305
|
+
/**
|
|
1306
|
+
* 每批次投递到 ClickHouse 表消息数量,默认为 1000 条。
|
|
1307
|
+
提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
|
|
1308
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1309
|
+
*/
|
|
1310
|
+
BatchSize?: number
|
|
1311
|
+
/**
|
|
1312
|
+
* 每次从 topic 中拉取消息大小,默认为 1MB,即至少要从 topic 中批量拉取 1MB 消息,才进行数据投递到 ClickHouse 操作。
|
|
1313
|
+
提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
|
|
1314
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1315
|
+
*/
|
|
1316
|
+
ConsumerFetchMinBytes?: number
|
|
1317
|
+
/**
|
|
1318
|
+
* 每次从 topic 拉取消息最大等待时间,当超过当前最大等待时间时,即使没有拉取到 ConsumerFetchMinBytes 大小,也将进行 ClickHouse 投递操作。
|
|
1319
|
+
提高该参数值,有利于减少往 ClickHouse 投递的次数,但在错误消息过多及网络不稳定等极端情况下时,可能导致频繁重试影响效率。
|
|
1320
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1321
|
+
*/
|
|
1322
|
+
ConsumerFetchMaxWaitMs?: number
|
|
1286
1323
|
}
|
|
1287
1324
|
|
|
1288
1325
|
/**
|
|
@@ -2804,6 +2841,22 @@ export interface AuthorizeTokenRequest {
|
|
|
2804
2841
|
Tokens: string
|
|
2805
2842
|
}
|
|
2806
2843
|
|
|
2844
|
+
/**
|
|
2845
|
+
* RenewCkafkaInstance接口出参bigDealIds
|
|
2846
|
+
*/
|
|
2847
|
+
export interface RenewCkafkaInstanceResp {
|
|
2848
|
+
/**
|
|
2849
|
+
* 订单号
|
|
2850
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2851
|
+
*/
|
|
2852
|
+
BigDealId?: string
|
|
2853
|
+
/**
|
|
2854
|
+
* 子订单号
|
|
2855
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2856
|
+
*/
|
|
2857
|
+
DealName?: string
|
|
2858
|
+
}
|
|
2859
|
+
|
|
2807
2860
|
/**
|
|
2808
2861
|
* 操作类型返回的Data结构
|
|
2809
2862
|
*/
|
|
@@ -2821,19 +2874,17 @@ export interface OperateResponseData {
|
|
|
2821
2874
|
}
|
|
2822
2875
|
|
|
2823
2876
|
/**
|
|
2824
|
-
* RenewCkafkaInstance
|
|
2877
|
+
* RenewCkafkaInstance返回参数结构体
|
|
2825
2878
|
*/
|
|
2826
2879
|
export interface RenewCkafkaInstanceResponse {
|
|
2827
2880
|
/**
|
|
2828
|
-
*
|
|
2829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2881
|
+
* 返回值
|
|
2830
2882
|
*/
|
|
2831
|
-
|
|
2883
|
+
Result?: RenewCkafkaInstanceResp
|
|
2832
2884
|
/**
|
|
2833
|
-
*
|
|
2834
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2885
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2835
2886
|
*/
|
|
2836
|
-
|
|
2887
|
+
RequestId?: string
|
|
2837
2888
|
}
|
|
2838
2889
|
|
|
2839
2890
|
/**
|
|
@@ -5558,6 +5609,11 @@ export interface InstanceAttributesResponse {
|
|
|
5558
5609
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5559
5610
|
*/
|
|
5560
5611
|
DynamicDiskConfig: DynamicDiskConfig
|
|
5612
|
+
/**
|
|
5613
|
+
* 实例计费类型
|
|
5614
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5615
|
+
*/
|
|
5616
|
+
InstanceChargeType?: string
|
|
5561
5617
|
}
|
|
5562
5618
|
|
|
5563
5619
|
/**
|
|
@@ -38,6 +38,7 @@ import {
|
|
|
38
38
|
ModifyConfigExtraResponse,
|
|
39
39
|
KafkaRechargeInfo,
|
|
40
40
|
ModifyLogsetRequest,
|
|
41
|
+
UploadLogRequest,
|
|
41
42
|
CreateLogsetRequest,
|
|
42
43
|
DescribeShippersRequest,
|
|
43
44
|
CreateScheduledSqlResponse,
|
|
@@ -98,6 +99,7 @@ import {
|
|
|
98
99
|
EventLog,
|
|
99
100
|
CreateAlarmRequest,
|
|
100
101
|
DeleteExportResponse,
|
|
102
|
+
SearchLogInfos,
|
|
101
103
|
PartitionInfo,
|
|
102
104
|
DeleteScheduledSqlResponse,
|
|
103
105
|
AlertHistoryRecord,
|
|
@@ -128,7 +130,7 @@ import {
|
|
|
128
130
|
DeleteConsumerRequest,
|
|
129
131
|
DeleteIndexRequest,
|
|
130
132
|
DescribeConsumerResponse,
|
|
131
|
-
|
|
133
|
+
SearchLogTopics,
|
|
132
134
|
ModifyConsumerResponse,
|
|
133
135
|
DescribeAlertRecordHistoryRequest,
|
|
134
136
|
DescribeConfigsRequest,
|
|
@@ -164,6 +166,7 @@ import {
|
|
|
164
166
|
DeleteIndexResponse,
|
|
165
167
|
AlarmAnalysisConfig,
|
|
166
168
|
PreviewLogStatistic,
|
|
169
|
+
SearchLogErrors,
|
|
167
170
|
ModifyIndexRequest,
|
|
168
171
|
Column,
|
|
169
172
|
ContentInfo,
|