tencentcloud-sdk-nodejs 4.0.293 → 4.0.296
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 +332 -0
- package/SERVICE_CHANGELOG.md +320 -45
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +13 -0
- package/src/services/ame/v20190916/ame_models.ts +75 -0
- package/src/services/as/v20180419/as_models.ts +10 -0
- package/src/services/asr/v20190614/asr_client.ts +1 -1
- package/src/services/cam/v20190116/cam_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +5 -0
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_models.ts +2 -2
- package/src/services/cls/v20201016/cls_models.ts +15 -9
- package/src/services/cpdp/v20190820/cpdp_client.ts +20 -5
- package/src/services/cpdp/v20190820/cpdp_models.ts +2271 -2156
- package/src/services/cvm/v20170312/cvm_models.ts +8 -7
- package/src/services/dcdb/v20180411/dcdb_client.ts +18 -6
- package/src/services/dcdb/v20180411/dcdb_models.ts +245 -107
- package/src/services/eiam/v20210420/eiam_models.ts +4 -4
- package/src/services/faceid/v20180301/faceid_models.ts +5 -1
- package/src/services/iecp/v20210914/iecp_models.ts +14 -4
- package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -1
- package/src/services/live/v20180801/live_client.ts +81 -23
- package/src/services/live/v20180801/live_models.ts +453 -251
- package/src/services/mongodb/v20190725/mongodb_models.ts +64 -43
- package/src/services/monitor/v20180724/monitor_client.ts +19 -2
- package/src/services/monitor/v20180724/monitor_models.ts +394 -18
- package/src/services/oceanus/v20190422/oceanus_models.ts +11 -0
- package/src/services/sms/v20210111/sms_models.ts +6 -0
- package/src/services/tcm/v20210413/tcm_client.ts +1 -0
- package/src/services/tcm/v20210413/tcm_models.ts +33 -1
- package/src/services/tsf/v20180326/tsf_models.ts +12 -0
- package/src/services/vpc/v20170312/vpc_client.ts +149 -39
- package/src/services/vpc/v20170312/vpc_models.ts +531 -64
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_client.d.ts +5 -1
- package/tencentcloud/services/ame/v20190916/ame_client.js +6 -0
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +63 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +8 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +12 -6
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +5 -1
- package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +6 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +1476 -1378
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -3
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +210 -96
- package/tencentcloud/services/eiam/v20210420/eiam_models.d.ts +4 -4
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -1
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +12 -4
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +1 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_client.d.ts +32 -7
- package/tencentcloud/services/live/v20180801/live_client.js +41 -8
- package/tencentcloud/services/live/v20180801/live_models.d.ts +392 -221
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +60 -43
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +328 -17
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +9 -0
- package/tencentcloud/services/sms/v20210111/sms_models.d.ts +5 -0
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +28 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +10 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +48 -12
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +70 -16
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +460 -60
- package/test/ame.v20190916.test.js +10 -0
- package/test/cpdp.v20190820.test.js +10 -0
- package/test/dcdb.v20180411.test.js +10 -0
- package/test/live.v20180801.test.js +44 -4
- package/test/monitor.v20180724.test.js +10 -0
- package/test/vpc.v20170312.test.js +100 -10
package/products.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-02-21 08:00:44 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-02-21 08:00:45 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-02-21 08:00:46 |
|
|
8
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-
|
|
8
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-25 08:03:09 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-02-21 08:00:52 |
|
|
10
10
|
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:00:53 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-02-21 08:01:06 |
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-02-21 08:01:07 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
|
|
16
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-02-
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-
|
|
16
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-02-23 08:02:26 |
|
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-24 08:02:49 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-02-21 08:01:30 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-02-21 08:01:32 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-21 08:01:33 |
|
|
@@ -27,13 +27,13 @@
|
|
|
27
27
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-02-21 08:01:54 |
|
|
28
28
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
29
29
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-02-21 08:02:02 |
|
|
30
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-02-
|
|
30
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-02-25 08:04:27 |
|
|
31
31
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-02-21 08:02:12 |
|
|
32
32
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
|
|
33
33
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-02-21 08:02:20 |
|
|
34
34
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-02-21 08:02:25 |
|
|
35
35
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-02-22 08:02:38 |
|
|
36
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-02-
|
|
36
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-02-24 08:04:07 |
|
|
37
37
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
|
|
38
38
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
|
|
39
39
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-02-21 08:03:03 |
|
|
@@ -41,24 +41,24 @@
|
|
|
41
41
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-02-18 16:00:08 |
|
|
42
42
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
43
43
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
44
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-02-
|
|
44
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-02-25 08:05:41 |
|
|
45
45
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-02-22 08:03:47 |
|
|
46
46
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-21 08:03:41 |
|
|
47
47
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
|
|
48
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-02-
|
|
48
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-02-25 08:06:06 |
|
|
49
49
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
|
|
50
50
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-02-21 08:04:00 |
|
|
51
51
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
52
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-02-
|
|
52
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-02-25 08:06:26 |
|
|
53
53
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
54
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-
|
|
54
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-25 08:06:49 |
|
|
55
55
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
|
|
56
56
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
57
57
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-02-21 08:05:19 |
|
|
58
58
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:05:24 |
|
|
59
59
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-02-21 08:05:37 |
|
|
60
60
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
|
|
61
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-02-
|
|
61
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-02-23 08:06:28 |
|
|
62
62
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-02-21 08:05:52 |
|
|
63
63
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-02-21 08:05:57 |
|
|
64
64
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-02-21 08:06:02 |
|
|
@@ -70,17 +70,17 @@
|
|
|
70
70
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-02-21 08:06:19 |
|
|
71
71
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-02-21 08:06:21 |
|
|
72
72
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-02-21 08:06:24 |
|
|
73
|
-
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-02-
|
|
73
|
+
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-02-24 08:07:37 |
|
|
74
74
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-02-21 08:06:46 |
|
|
75
75
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-02-21 08:06:47 |
|
|
76
76
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-02-21 08:06:51 |
|
|
77
77
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-21 08:06:54 |
|
|
78
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-
|
|
79
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-02-
|
|
78
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
|
|
79
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-02-25 08:09:07 |
|
|
80
80
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-02-21 08:07:03 |
|
|
81
81
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-02-21 08:07:05 |
|
|
82
82
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-02-21 08:07:07 |
|
|
83
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-02-
|
|
83
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-02-24 08:08:38 |
|
|
84
84
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-02-21 08:07:21 |
|
|
85
85
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-02-21 08:07:24 |
|
|
86
86
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-02-21 08:07:25 |
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-02-21 08:07:37 |
|
|
90
90
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-02-21 08:07:43 |
|
|
91
91
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-02-21 08:07:44 |
|
|
92
|
-
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-02-
|
|
92
|
+
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-02-23 08:08:30 |
|
|
93
93
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-02-21 08:07:57 |
|
|
94
94
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-02-21 08:07:58 |
|
|
95
95
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-02-21 08:07:59 |
|
|
@@ -100,8 +100,8 @@
|
|
|
100
100
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-02-21 08:08:35 |
|
|
101
101
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-02-21 08:08:48 |
|
|
102
102
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-02-21 08:08:51 |
|
|
103
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-02-
|
|
104
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-02-
|
|
103
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-02-23 08:09:41 |
|
|
104
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-02-24 08:10:24 |
|
|
105
105
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
|
|
106
106
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
|
|
107
107
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-02-22 08:09:47 |
|
|
@@ -109,8 +109,8 @@
|
|
|
109
109
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
|
110
110
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
|
|
111
111
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-02-21 08:09:33 |
|
|
112
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-02-
|
|
113
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-02-
|
|
112
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-02-25 08:11:43 |
|
|
113
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-02-23 08:10:23 |
|
|
114
114
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-02-21 08:09:56 |
|
|
115
115
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-02-21 08:10:08 |
|
|
116
116
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
@@ -118,7 +118,7 @@
|
|
|
118
118
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
119
119
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-02-21 08:10:11 |
|
|
120
120
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
121
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-02-
|
|
121
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-02-24 08:11:34 |
|
|
122
122
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-02-21 08:10:18 |
|
|
123
123
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-02-21 08:10:28 |
|
|
124
124
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-02-21 08:10:29 |
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-02-22 08:11:38 |
|
|
135
135
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-21 08:11:14 |
|
|
136
136
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
|
|
137
|
-
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-02-
|
|
137
|
+
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-02-23 08:11:58 |
|
|
138
138
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-02-21 08:11:20 |
|
|
139
139
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
140
140
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-02-21 08:11:22 |
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-02-21 08:12:08 |
|
|
155
155
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-02-21 08:12:18 |
|
|
156
156
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
157
|
-
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-
|
|
157
|
+
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-25 08:14:28 |
|
|
158
158
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-02-21 08:12:20 |
|
|
159
159
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-02-21 08:12:32 |
|
|
160
160
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-02-21 08:12:51 |
|
|
@@ -175,14 +175,14 @@
|
|
|
175
175
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
|
|
176
176
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-02-21 08:13:42 |
|
|
177
177
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-02-21 08:13:46 |
|
|
178
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-02-
|
|
178
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-02-24 08:15:06 |
|
|
179
179
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
|
|
180
180
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
|
|
181
181
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-02-21 08:14:12 |
|
|
182
182
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
|
|
183
183
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
|
|
184
184
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-02-21 08:14:18 |
|
|
185
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-
|
|
185
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-25 08:16:45 |
|
|
186
186
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
|
|
187
187
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
|
|
188
188
|
| 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.296"
|
|
@@ -29,6 +29,7 @@ import {
|
|
|
29
29
|
ModifyMusicOnShelvesRequest,
|
|
30
30
|
PlayCommandInput,
|
|
31
31
|
DescribeMusicRequest,
|
|
32
|
+
KTVMusicDetailInfo,
|
|
32
33
|
DescribeMusicSaleStatusRequest,
|
|
33
34
|
TakeMusicOffShelvesRequest,
|
|
34
35
|
DescribeCloudMusicResponse,
|
|
@@ -82,12 +83,14 @@ import {
|
|
|
82
83
|
DescribeKTVSingersRequest,
|
|
83
84
|
SetPlaylistCommandInput,
|
|
84
85
|
SyncKTVRobotCommandResponse,
|
|
86
|
+
BatchDescribeKTVMusicDetailsResponse,
|
|
85
87
|
SearchKTVMusicsRequest,
|
|
86
88
|
KTVPlaylistBaseInfo,
|
|
87
89
|
DescribeKTVSingersResponse,
|
|
88
90
|
DescribeItemByIdResponse,
|
|
89
91
|
MusicStatus,
|
|
90
92
|
KTVSingerCategoryInfo,
|
|
93
|
+
BatchDescribeKTVMusicDetailsRequest,
|
|
91
94
|
SendMessageCommandInput,
|
|
92
95
|
KTVMusicDefinitionInfo,
|
|
93
96
|
Album,
|
|
@@ -162,6 +165,16 @@ export class Client extends AbstractClient {
|
|
|
162
165
|
return this.request("DescribeAuthInfo", req, cb)
|
|
163
166
|
}
|
|
164
167
|
|
|
168
|
+
/**
|
|
169
|
+
* 根据 Id 列表查询歌曲的详细信息,包含基础信息及播放信息。
|
|
170
|
+
*/
|
|
171
|
+
async BatchDescribeKTVMusicDetails(
|
|
172
|
+
req: BatchDescribeKTVMusicDetailsRequest,
|
|
173
|
+
cb?: (error: string, rep: BatchDescribeKTVMusicDetailsResponse) => void
|
|
174
|
+
): Promise<BatchDescribeKTVMusicDetailsResponse> {
|
|
175
|
+
return this.request("BatchDescribeKTVMusicDetails", req, cb)
|
|
176
|
+
}
|
|
177
|
+
|
|
165
178
|
/**
|
|
166
179
|
* 获取授权项目下已购云音乐列表
|
|
167
180
|
*/
|
|
@@ -212,6 +212,46 @@ Values:Y , N(default)
|
|
|
212
212
|
Ssl?: string
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
+
/**
|
|
216
|
+
* 即使广播曲库歌曲信息详情列表
|
|
217
|
+
*/
|
|
218
|
+
export interface KTVMusicDetailInfo {
|
|
219
|
+
/**
|
|
220
|
+
* 即使广播曲库歌曲基础信息
|
|
221
|
+
*/
|
|
222
|
+
KTVMusicBaseInfo: KTVMusicBaseInfo
|
|
223
|
+
|
|
224
|
+
/**
|
|
225
|
+
* 播放凭证
|
|
226
|
+
*/
|
|
227
|
+
PlayToken: string
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* 歌词下载地址
|
|
231
|
+
*/
|
|
232
|
+
LyricsUrl: string
|
|
233
|
+
|
|
234
|
+
/**
|
|
235
|
+
* 歌曲规格信息列表
|
|
236
|
+
*/
|
|
237
|
+
DefinitionInfoSet: Array<KTVMusicDefinitionInfo>
|
|
238
|
+
|
|
239
|
+
/**
|
|
240
|
+
* 音高数据文件下载地址
|
|
241
|
+
*/
|
|
242
|
+
MidiJsonUrl: string
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* 副歌片段数据列表
|
|
246
|
+
*/
|
|
247
|
+
ChorusClipSet: Array<ChorusClip>
|
|
248
|
+
|
|
249
|
+
/**
|
|
250
|
+
* 前奏间隔,单位:毫秒;注:若参数返回为0则无人声部分
|
|
251
|
+
*/
|
|
252
|
+
PreludeInterval: number
|
|
253
|
+
}
|
|
254
|
+
|
|
215
255
|
/**
|
|
216
256
|
* DescribeMusicSaleStatus请求参数结构体
|
|
217
257
|
*/
|
|
@@ -859,6 +899,11 @@ export interface DescribeKTVMusicDetailResponse {
|
|
|
859
899
|
*/
|
|
860
900
|
ChorusClipSet: Array<ChorusClip>
|
|
861
901
|
|
|
902
|
+
/**
|
|
903
|
+
* 前奏间隔,单位:毫秒;注:若参数返回为0则无人声部分
|
|
904
|
+
*/
|
|
905
|
+
PreludeInterval: number
|
|
906
|
+
|
|
862
907
|
/**
|
|
863
908
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
864
909
|
*/
|
|
@@ -1374,6 +1419,26 @@ export interface SyncKTVRobotCommandResponse {
|
|
|
1374
1419
|
RequestId?: string
|
|
1375
1420
|
}
|
|
1376
1421
|
|
|
1422
|
+
/**
|
|
1423
|
+
* BatchDescribeKTVMusicDetails返回参数结构体
|
|
1424
|
+
*/
|
|
1425
|
+
export interface BatchDescribeKTVMusicDetailsResponse {
|
|
1426
|
+
/**
|
|
1427
|
+
* 歌曲详情列表信息
|
|
1428
|
+
*/
|
|
1429
|
+
KTVMusicDetailInfoSet: Array<KTVMusicDetailInfo>
|
|
1430
|
+
|
|
1431
|
+
/**
|
|
1432
|
+
* 不存在的歌曲 ID 列表。
|
|
1433
|
+
*/
|
|
1434
|
+
NotExistMusicIdSet: Array<string>
|
|
1435
|
+
|
|
1436
|
+
/**
|
|
1437
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1438
|
+
*/
|
|
1439
|
+
RequestId?: string
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1377
1442
|
/**
|
|
1378
1443
|
* SearchKTVMusics请求参数结构体
|
|
1379
1444
|
*/
|
|
@@ -1494,6 +1559,16 @@ export interface KTVSingerCategoryInfo {
|
|
|
1494
1559
|
EnglishName: string
|
|
1495
1560
|
}
|
|
1496
1561
|
|
|
1562
|
+
/**
|
|
1563
|
+
* BatchDescribeKTVMusicDetails请求参数结构体
|
|
1564
|
+
*/
|
|
1565
|
+
export interface BatchDescribeKTVMusicDetailsRequest {
|
|
1566
|
+
/**
|
|
1567
|
+
* 歌曲Id列表,注:列表最大长度为50
|
|
1568
|
+
*/
|
|
1569
|
+
MusicIds: Array<string>
|
|
1570
|
+
}
|
|
1571
|
+
|
|
1497
1572
|
/**
|
|
1498
1573
|
* 发送自定义信息指令参数
|
|
1499
1574
|
*/
|
|
@@ -2629,6 +2629,16 @@ export interface ModifyDesiredCapacityRequest {
|
|
|
2629
2629
|
* 期望实例数
|
|
2630
2630
|
*/
|
|
2631
2631
|
DesiredCapacity: number
|
|
2632
|
+
|
|
2633
|
+
/**
|
|
2634
|
+
* 最小实例数,取值范围为0-2000。
|
|
2635
|
+
*/
|
|
2636
|
+
MinSize?: number
|
|
2637
|
+
|
|
2638
|
+
/**
|
|
2639
|
+
* 最大实例数,取值范围为0-2000。
|
|
2640
|
+
*/
|
|
2641
|
+
MaxSize?: number
|
|
2632
2642
|
}
|
|
2633
2643
|
|
|
2634
2644
|
/**
|
|
@@ -275,7 +275,7 @@ export class Client extends AbstractClient {
|
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
/**
|
|
278
|
-
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3
|
|
278
|
+
* 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、mp3;采样率建议8000Hz或者16000Hz;采样精度建议16bits;声道支持单声道。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:25次/秒,如您有提高请求频率限制的需求,请提[工单](https://console.cloud.tencent.com/workorder/category)进行咨询。
|
|
279
279
|
*/
|
|
280
280
|
async SentenceRecognition(
|
|
281
281
|
req: SentenceRecognitionRequest,
|
|
@@ -9121,6 +9121,8 @@ export interface DescribePayTypeResponse {
|
|
|
9121
9121
|
flux:流量计费
|
|
9122
9122
|
bandwidth:带宽计费
|
|
9123
9123
|
request:请求数计费
|
|
9124
|
+
flux_sep:动静分离流量计费
|
|
9125
|
+
bandwidth_sep:动静分离带宽计费
|
|
9124
9126
|
日结计费方式切换时,若当日产生消耗,则此字段表示第二天即将生效的计费方式,若未产生消耗,则表示已经生效的计费方式。
|
|
9125
9127
|
*/
|
|
9126
9128
|
PayType: string
|
|
@@ -9129,6 +9131,7 @@ request:请求数计费
|
|
|
9129
9131
|
* 计费周期:
|
|
9130
9132
|
day:日结计费
|
|
9131
9133
|
month:月结计费
|
|
9134
|
+
hour:小时结计费
|
|
9132
9135
|
*/
|
|
9133
9136
|
BillingCycle: string
|
|
9134
9137
|
|
|
@@ -9153,6 +9156,8 @@ multiple:分地区计费
|
|
|
9153
9156
|
flux:流量计费
|
|
9154
9157
|
bandwidth:带宽计费
|
|
9155
9158
|
request:请求数计费
|
|
9159
|
+
flux_sep:动静分离流量计费
|
|
9160
|
+
bandwidth_sep:动静分离带宽计费
|
|
9156
9161
|
*/
|
|
9157
9162
|
CurrentPayType: string
|
|
9158
9163
|
|
|
@@ -2832,7 +2832,7 @@ export interface CreateConsumerRequest {
|
|
|
2832
2832
|
GroupName: string
|
|
2833
2833
|
|
|
2834
2834
|
/**
|
|
2835
|
-
* topic名称
|
|
2835
|
+
* topic名称,TopicName、TopicNameList 需要显示指定一个存在的topic名称
|
|
2836
2836
|
*/
|
|
2837
2837
|
TopicName?: string
|
|
2838
2838
|
|
|
@@ -3817,7 +3817,7 @@ export interface InstanceDetail {
|
|
|
3817
3817
|
RenewFlag: number
|
|
3818
3818
|
|
|
3819
3819
|
/**
|
|
3820
|
-
* 实例状态 int:
|
|
3820
|
+
* 实例状态 int:1表示健康,2表示告警,3 表示实例状态异常
|
|
3821
3821
|
*/
|
|
3822
3822
|
Healthy: number
|
|
3823
3823
|
|
|
@@ -2401,7 +2401,7 @@ export interface GetAlarmLogRequest {
|
|
|
2401
2401
|
Query: string
|
|
2402
2402
|
|
|
2403
2403
|
/**
|
|
2404
|
-
* 单次查询返回的日志条数,最大值为
|
|
2404
|
+
* 单次查询返回的日志条数,最大值为1000
|
|
2405
2405
|
*/
|
|
2406
2406
|
Limit?: number
|
|
2407
2407
|
|
|
@@ -3315,27 +3315,33 @@ export interface SearchLogRequest {
|
|
|
3315
3315
|
To: number
|
|
3316
3316
|
|
|
3317
3317
|
/**
|
|
3318
|
-
* 查询语句,语句长度最大为
|
|
3318
|
+
* 查询语句,语句长度最大为12KB
|
|
3319
3319
|
*/
|
|
3320
3320
|
Query: string
|
|
3321
3321
|
|
|
3322
3322
|
/**
|
|
3323
|
-
|
|
3324
|
-
|
|
3323
|
+
* 仅当查询语句(Query)不包含SQL时有效
|
|
3324
|
+
表示单次查询返回的原始日志条数,最大值为1000,获取下一页日志需使用Context参数
|
|
3325
|
+
SQL结果条数指定方式参考<a href="https://cloud.tencent.com/document/product/614/58977" target="_blank">SQL LIMIT语法</a>
|
|
3326
|
+
*/
|
|
3325
3327
|
Limit?: number
|
|
3326
3328
|
|
|
3327
3329
|
/**
|
|
3328
|
-
|
|
3329
|
-
|
|
3330
|
+
* 仅当查询语句(Query)不包含SQL时有效
|
|
3331
|
+
透传上次接口返回的Context值,可获取下一页日志,总计最多可获取1万条原始日志。过期时间1小时
|
|
3332
|
+
SQL结果翻页方式参考<a href="https://cloud.tencent.com/document/product/614/58977" target="_blank">SQL LIMIT语法</a>
|
|
3333
|
+
*/
|
|
3330
3334
|
Context?: string
|
|
3331
3335
|
|
|
3332
3336
|
/**
|
|
3333
|
-
|
|
3334
|
-
|
|
3337
|
+
* 仅当查询语句(Query)不包含SQL时有效。
|
|
3338
|
+
原始日志是否按时间排序返回;可选值:asc(升序)、desc(降序),默认为 desc
|
|
3339
|
+
SQL结果排序方式参考<a href="https://cloud.tencent.com/document/product/614/58978" target="_blank">SQL ORDER BY 语法</a>
|
|
3340
|
+
*/
|
|
3335
3341
|
Sort?: string
|
|
3336
3342
|
|
|
3337
3343
|
/**
|
|
3338
|
-
* 为true
|
|
3344
|
+
* 为true代表使用新的检索结果返回方式,响应参数AnalysisRecords和Columns有效;为false时代表使用老检索结果返回方式, AnalysisResults和ColNames有效
|
|
3339
3345
|
*/
|
|
3340
3346
|
UseNewAnalysis?: boolean
|
|
3341
3347
|
}
|
|
@@ -62,7 +62,7 @@ import {
|
|
|
62
62
|
QueryAcctInfoListResponse,
|
|
63
63
|
ContractInfo,
|
|
64
64
|
ExternalReturnContractInfo,
|
|
65
|
-
|
|
65
|
+
ExecuteMemberTransactionResponse,
|
|
66
66
|
OrganizationInfo,
|
|
67
67
|
QueryApplicationMaterialRequest,
|
|
68
68
|
ConfirmOrderRequest,
|
|
@@ -81,6 +81,7 @@ import {
|
|
|
81
81
|
DistributeAccreditTlinxRequest,
|
|
82
82
|
QueryContractRelateShopRequest,
|
|
83
83
|
QueryContractPayFeeResult,
|
|
84
|
+
QueryExceedingInfoResponse,
|
|
84
85
|
AddContractRequest,
|
|
85
86
|
CreateAcctResponse,
|
|
86
87
|
DistributeAddReceiverRequest,
|
|
@@ -124,6 +125,7 @@ import {
|
|
|
124
125
|
RevokeMemberRechargeThirdPayRequest,
|
|
125
126
|
QuerySinglePayRequest,
|
|
126
127
|
ApplyTradeResponse,
|
|
128
|
+
ViewMerchantResult,
|
|
127
129
|
ApplyTradeResult,
|
|
128
130
|
QueryContractPayFeeResponse,
|
|
129
131
|
BindRelateAcctSmallAmountResponse,
|
|
@@ -140,9 +142,10 @@ import {
|
|
|
140
142
|
RegisterBehaviorRequest,
|
|
141
143
|
UnifiedOrderInSubOrderList,
|
|
142
144
|
UnbindOpenBankExternalSubMerchantBankAccountResponse,
|
|
143
|
-
|
|
145
|
+
QueryTradeRequest,
|
|
144
146
|
QueryBankWithdrawCashDetailsRequest,
|
|
145
147
|
QueryOpenBankBindExternalSubMerchantBankAccountResult,
|
|
148
|
+
QueryExceedingInfoResult,
|
|
146
149
|
QueryMerchantPayWayListRequest,
|
|
147
150
|
WithdrawCashMembershipRequest,
|
|
148
151
|
RevResigterBillSupportWithdrawRequest,
|
|
@@ -184,6 +187,7 @@ import {
|
|
|
184
187
|
BindRelateAcctUnionPayRequest,
|
|
185
188
|
FileItem,
|
|
186
189
|
QueryItem,
|
|
190
|
+
Paging,
|
|
187
191
|
RegisterBehaviorResponse,
|
|
188
192
|
QueryBillDownloadURLData,
|
|
189
193
|
ApplyWithdrawalResponse,
|
|
@@ -192,7 +196,7 @@ import {
|
|
|
192
196
|
DeduceQuotaRequest,
|
|
193
197
|
QueryMerchantBalanceData,
|
|
194
198
|
RechargeMemberThirdPayResponse,
|
|
195
|
-
|
|
199
|
+
QueryExceedingInfoData,
|
|
196
200
|
QueryExchangerateResult,
|
|
197
201
|
QueryBatchPaymentResultRequest,
|
|
198
202
|
BindAcctResponse,
|
|
@@ -264,7 +268,7 @@ import {
|
|
|
264
268
|
QueryBankWithdrawCashDetailsResponse,
|
|
265
269
|
UploadTaxPaymentResponse,
|
|
266
270
|
AgencyClientInfo,
|
|
267
|
-
|
|
271
|
+
QueryTradeData,
|
|
268
272
|
QueryOpenBankUnbindExternalSubMerchantBankAccountResult,
|
|
269
273
|
ApplyDeclareResult,
|
|
270
274
|
ContractOrderRequest,
|
|
@@ -331,6 +335,7 @@ import {
|
|
|
331
335
|
QuerySinglePaymentResultData,
|
|
332
336
|
UploadOrgFileResponse,
|
|
333
337
|
CreateAnchorRequest,
|
|
338
|
+
QueryExceedingInfoRequest,
|
|
334
339
|
ExternalContractUserInfo,
|
|
335
340
|
ContractUserInfo,
|
|
336
341
|
ApplyApplicationMaterialRequest,
|
|
@@ -400,7 +405,7 @@ import {
|
|
|
400
405
|
AddContractResult,
|
|
401
406
|
QueryOrderResponse,
|
|
402
407
|
UploadFileResult,
|
|
403
|
-
|
|
408
|
+
DescribeChargeDetailRequest,
|
|
404
409
|
PayOrderResult,
|
|
405
410
|
CreateCustAcctIdResponse,
|
|
406
411
|
QueryAgentTaxPaymentBatchRequest,
|
|
@@ -1939,6 +1944,16 @@ export class Client extends AbstractClient {
|
|
|
1939
1944
|
return this.request("QueryReconciliationDocument", req, cb)
|
|
1940
1945
|
}
|
|
1941
1946
|
|
|
1947
|
+
/**
|
|
1948
|
+
* 灵云-查询超额信息
|
|
1949
|
+
*/
|
|
1950
|
+
async QueryExceedingInfo(
|
|
1951
|
+
req: QueryExceedingInfoRequest,
|
|
1952
|
+
cb?: (error: string, rep: QueryExceedingInfoResponse) => void
|
|
1953
|
+
): Promise<QueryExceedingInfoResponse> {
|
|
1954
|
+
return this.request("QueryExceedingInfo", req, cb)
|
|
1955
|
+
}
|
|
1956
|
+
|
|
1942
1957
|
/**
|
|
1943
1958
|
* 云鉴-消费订单退款的接口
|
|
1944
1959
|
*/
|