tencentcloud-sdk-nodejs 4.0.304 → 4.0.307
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 +340 -0
- package/SERVICE_CHANGELOG.md +372 -44
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +29 -1
- package/src/services/ame/v20190916/ame_models.ts +132 -6
- package/src/services/antiddos/v20200309/antiddos_models.ts +6 -0
- package/src/services/as/v20180419/as_client.ts +0 -13
- package/src/services/as/v20180419/as_models.ts +0 -25
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +33 -0
- package/src/services/cls/v20201016/cls_client.ts +88 -28
- package/src/services/cls/v20201016/cls_models.ts +655 -128
- package/src/services/cpdp/v20190820/cpdp_models.ts +7 -6
- package/src/services/cvm/v20170312/cvm_models.ts +8 -8
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +1 -1
- package/src/services/ess/v20201111/ess_models.ts +12 -7
- package/src/services/iecp/v20210914/iecp_models.ts +5 -0
- package/src/services/kms/v20190118/kms_models.ts +2 -2
- package/src/services/nlp/v20190408/nlp_client.ts +16 -0
- package/src/services/nlp/v20190408/nlp_models.ts +30 -0
- package/src/services/partners/v20180321/partners_models.ts +4 -4
- package/src/services/rum/v20210622/rum_models.ts +5 -0
- package/src/services/ses/v20201002/ses_client.ts +14 -2
- package/src/services/ses/v20201002/ses_models.ts +50 -30
- package/src/services/tke/v20180525/tke_client.ts +81 -19
- package/src/services/tke/v20180525/tke_models.ts +459 -158
- package/src/services/trtc/v20190722/trtc_client.ts +137 -155
- package/src/services/trtc/v20190722/trtc_models.ts +26 -119
- package/src/services/tse/v20201207/tse_models.ts +6 -0
- package/src/services/vod/v20180717/vod_client.ts +24 -0
- package/src/services/vod/v20180717/vod_models.ts +56 -8
- package/src/services/vpc/v20170312/vpc_models.ts +6 -0
- 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 +9 -1
- package/tencentcloud/services/ame/v20190916/ame_client.js +12 -0
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +114 -6
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +5 -0
- package/tencentcloud/services/as/v20180419/as_client.d.ts +1 -6
- package/tencentcloud/services/as/v20180419/as_client.js +0 -7
- package/tencentcloud/services/as/v20180419/as_models.d.ts +0 -22
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +28 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +32 -9
- package/tencentcloud/services/cls/v20201016/cls_client.js +42 -11
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +585 -145
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +5 -4
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +8 -8
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +1 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +1 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -5
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +4 -0
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +2 -2
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +9 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +10 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +26 -0
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +4 -4
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -0
- package/tencentcloud/services/ses/v20201002/ses_client.d.ts +5 -1
- package/tencentcloud/services/ses/v20201002/ses_client.js +6 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +43 -25
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +25 -5
- package/tencentcloud/services/tke/v20180525/tke_client.js +36 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +393 -138
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +70 -78
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +89 -99
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +23 -102
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +17 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +18 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +48 -6
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +5 -0
- package/test/ame.v20190916.test.js +20 -0
- package/test/as.v20180419.test.js +0 -10
- package/test/cls.v20201016.test.js +46 -6
- package/test/nlp.v20190408.test.js +10 -0
- package/test/ses.v20201002.test.js +10 -0
- package/test/tke.v20180525.test.js +54 -4
- package/test/trtc.v20190722.test.js +36 -46
- package/test/vod.v20180717.test.js +10 -0
package/products.md
CHANGED
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-02-21 08:00:43 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
5
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-02-21 08:00:44 |
|
|
6
|
-
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-
|
|
7
|
-
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-
|
|
8
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-03-
|
|
6
|
+
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-03-14 08:04:49 |
|
|
7
|
+
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-03-14 08:04:51 |
|
|
8
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-03-10 08:03:53 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-02-21 08:00:52 |
|
|
10
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-03-
|
|
10
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-03-15 08:03:22 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-02-21 08:01:04 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-03-03 08:00:37 |
|
|
14
14
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-03 08:00:40 |
|
|
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-03-
|
|
16
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-11 08:03:26 |
|
|
17
17
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-08 08:06:26 |
|
|
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 |
|
|
@@ -31,9 +31,9 @@
|
|
|
31
31
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-02-21 08:02:12 |
|
|
32
32
|
| casb | [云数据加密代理网关](https://cloud.tencent.com/document/product/1303) | 2022-03-04 10:56:53 |
|
|
33
33
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
|
|
34
|
-
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-
|
|
34
|
+
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-03-14 08:06:27 |
|
|
35
35
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-03-04 08:05:02 |
|
|
36
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-
|
|
36
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-15 08:05:08 |
|
|
37
37
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-08 08:07:56 |
|
|
38
38
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
|
|
39
39
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
|
|
@@ -42,24 +42,24 @@
|
|
|
42
42
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-02-18 16:00:08 |
|
|
43
43
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
44
44
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
45
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-03-
|
|
45
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-03-10 08:06:28 |
|
|
46
46
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-03-03 08:03:01 |
|
|
47
47
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-28 08:08:23 |
|
|
48
48
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
|
|
49
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-
|
|
49
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-15 08:06:28 |
|
|
50
50
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
|
|
51
51
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-03-03 08:03:36 |
|
|
52
52
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
53
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-
|
|
53
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-15 08:06:54 |
|
|
54
54
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
55
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-
|
|
55
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-15 08:07:22 |
|
|
56
56
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
|
|
57
57
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
58
58
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-02-21 08:05:19 |
|
|
59
59
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:05:24 |
|
|
60
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-03-
|
|
60
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-03-15 08:08:26 |
|
|
61
61
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
|
|
62
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-
|
|
62
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-10 08:08:37 |
|
|
63
63
|
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-01 08:05:44 |
|
|
64
64
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-02-21 08:05:57 |
|
|
65
65
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-02-21 08:06:02 |
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-02-21 08:06:08 |
|
|
68
68
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-02-21 08:06:10 |
|
|
69
69
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-02-21 08:06:11 |
|
|
70
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-
|
|
70
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-03-14 08:09:59 |
|
|
71
71
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-02-21 08:06:19 |
|
|
72
72
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-02-21 08:06:21 |
|
|
73
73
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-02-21 08:06:24 |
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-02-21 08:06:46 |
|
|
76
76
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-03-03 08:06:04 |
|
|
77
77
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-03-09 08:11:10 |
|
|
78
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-03-
|
|
78
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-03-09 17:36:06 |
|
|
79
79
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-21 08:06:54 |
|
|
80
80
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
|
|
81
81
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-03-09 08:11:20 |
|
|
@@ -91,7 +91,7 @@
|
|
|
91
91
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2022-02-21 08:07:37 |
|
|
92
92
|
| ic | [物联卡](https://cloud.tencent.com/document/product/636) | 2022-02-21 08:07:43 |
|
|
93
93
|
| ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-02-21 08:07:44 |
|
|
94
|
-
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-
|
|
94
|
+
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-03-15 08:10:42 |
|
|
95
95
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-02-21 08:07:57 |
|
|
96
96
|
| ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-02-21 08:07:58 |
|
|
97
97
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-02-21 08:07:59 |
|
|
@@ -101,12 +101,12 @@
|
|
|
101
101
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-02-21 08:08:26 |
|
|
102
102
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-02-21 08:08:35 |
|
|
103
103
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-03-07 10:30:32 |
|
|
104
|
-
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-
|
|
104
|
+
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-03-10 08:11:43 |
|
|
105
105
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-03-03 08:08:18 |
|
|
106
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-
|
|
106
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-03-15 08:12:07 |
|
|
107
107
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
|
|
108
108
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
|
|
109
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-
|
|
109
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-10 08:12:16 |
|
|
110
110
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
|
|
111
111
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
|
112
112
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
|
|
@@ -118,12 +118,12 @@
|
|
|
118
118
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
119
119
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-02-21 08:10:10 |
|
|
120
120
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
121
|
-
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-
|
|
121
|
+
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-03-15 08:13:08 |
|
|
122
122
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
123
123
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-03-03 08:09:36 |
|
|
124
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-
|
|
124
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-11 08:11:56 |
|
|
125
125
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-03-08 08:16:27 |
|
|
126
|
-
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-
|
|
126
|
+
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-03-15 08:13:28 |
|
|
127
127
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-02-21 08:10:32 |
|
|
128
128
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-03-03 08:10:01 |
|
|
129
129
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-02-21 08:10:41 |
|
|
@@ -131,9 +131,9 @@
|
|
|
131
131
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-02-21 08:10:46 |
|
|
132
132
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
|
|
133
133
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
|
|
134
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-
|
|
134
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-15 08:13:58 |
|
|
135
135
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-07 08:11:53 |
|
|
136
|
-
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-
|
|
136
|
+
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-15 08:14:13 |
|
|
137
137
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-21 08:11:14 |
|
|
138
138
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
|
|
139
139
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-02-23 08:11:58 |
|
|
@@ -172,20 +172,20 @@
|
|
|
172
172
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-02-21 08:13:16 |
|
|
173
173
|
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-02-21 08:13:19 |
|
|
174
174
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-02-21 08:13:23 |
|
|
175
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-03-
|
|
175
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-03-10 08:16:16 |
|
|
176
176
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
177
177
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-02-21 08:13:40 |
|
|
178
178
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
|
|
179
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-
|
|
180
|
-
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-
|
|
179
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-03-11 08:15:26 |
|
|
180
|
+
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-15 08:16:57 |
|
|
181
181
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-01 08:14:14 |
|
|
182
182
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
|
|
183
183
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
|
|
184
184
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-02-21 08:14:12 |
|
|
185
185
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
|
|
186
186
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
|
|
187
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-
|
|
188
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-
|
|
187
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-03-10 08:17:15 |
|
|
188
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-15 08:18:08 |
|
|
189
189
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
|
|
190
190
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
|
|
191
191
|
| 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.307"
|
|
@@ -19,6 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
|
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
21
|
DescribeMusicResponse,
|
|
22
|
+
DescribeKTVSuggestionsResponse,
|
|
22
23
|
ChorusClip,
|
|
23
24
|
ModifyMusicOnShelvesResponse,
|
|
24
25
|
Station,
|
|
@@ -35,7 +36,7 @@ import {
|
|
|
35
36
|
DescribeCloudMusicResponse,
|
|
36
37
|
MusicDetailInfo,
|
|
37
38
|
ImagePath,
|
|
38
|
-
|
|
39
|
+
KTVMusicTagInfo,
|
|
39
40
|
DestroyKTVRobotRequest,
|
|
40
41
|
DescribeAuthInfoResponse,
|
|
41
42
|
DescribeLyricRequest,
|
|
@@ -43,10 +44,13 @@ import {
|
|
|
43
44
|
SeekCommandInput,
|
|
44
45
|
DescribePkgOfflineMusicRequest,
|
|
45
46
|
TimeRange,
|
|
47
|
+
DescribeMusicSaleStatusResponse,
|
|
46
48
|
CreateKTVRobotResponse,
|
|
47
49
|
DescribePackageItemsResponse,
|
|
48
50
|
DescribeCloudMusicPurchasedResponse,
|
|
51
|
+
KTVMusicTagGroup,
|
|
49
52
|
DataInfo,
|
|
53
|
+
ApplicationLicenseInput,
|
|
50
54
|
Artist,
|
|
51
55
|
SetDestroyModeCommandInput,
|
|
52
56
|
ReportDataResponse,
|
|
@@ -62,9 +66,12 @@ import {
|
|
|
62
66
|
SortBy,
|
|
63
67
|
DescribeKTVMusicDetailResponse,
|
|
64
68
|
DescribeKTVRobotsRequest,
|
|
69
|
+
DescribeKTVMusicTagsResponse,
|
|
70
|
+
DescribeKTVMusicTagsRequest,
|
|
65
71
|
JoinRoomInput,
|
|
66
72
|
DestroyKTVRobotResponse,
|
|
67
73
|
CreateKTVRobotRequest,
|
|
74
|
+
KTVSuggestionInfo,
|
|
68
75
|
DescribeKTVTopListRequest,
|
|
69
76
|
DescribeKTVPlaylistDetailRequest,
|
|
70
77
|
Music,
|
|
@@ -97,6 +104,7 @@ import {
|
|
|
97
104
|
DescribeLyricResponse,
|
|
98
105
|
KTVMusicBaseInfo,
|
|
99
106
|
SyncKTVRobotCommandRequest,
|
|
107
|
+
DescribeKTVSuggestionsRequest,
|
|
100
108
|
DescribeKTVPlaylistsResponse,
|
|
101
109
|
DescribeKTVPlaylistDetailResponse,
|
|
102
110
|
SetAudioParamCommandInput,
|
|
@@ -218,6 +226,16 @@ export class Client extends AbstractClient {
|
|
|
218
226
|
return this.request("DescribeMusic", req, cb)
|
|
219
227
|
}
|
|
220
228
|
|
|
229
|
+
/**
|
|
230
|
+
* 获取直播互动曲库联想词
|
|
231
|
+
*/
|
|
232
|
+
async DescribeKTVSuggestions(
|
|
233
|
+
req: DescribeKTVSuggestionsRequest,
|
|
234
|
+
cb?: (error: string, rep: DescribeKTVSuggestionsResponse) => void
|
|
235
|
+
): Promise<DescribeKTVSuggestionsResponse> {
|
|
236
|
+
return this.request("DescribeKTVSuggestions", req, cb)
|
|
237
|
+
}
|
|
238
|
+
|
|
221
239
|
/**
|
|
222
240
|
* 根据资源方,需要变更的参数,请求该接口进行变更,为空的参数默认为无变更
|
|
223
241
|
*/
|
|
@@ -228,6 +246,16 @@ export class Client extends AbstractClient {
|
|
|
228
246
|
return this.request("ModifyMusicOnShelves", req, cb)
|
|
229
247
|
}
|
|
230
248
|
|
|
249
|
+
/**
|
|
250
|
+
* 获取直播互动曲库标签分组信息和标签信息
|
|
251
|
+
*/
|
|
252
|
+
async DescribeKTVMusicTags(
|
|
253
|
+
req?: DescribeKTVMusicTagsRequest,
|
|
254
|
+
cb?: (error: string, rep: DescribeKTVMusicTagsResponse) => void
|
|
255
|
+
): Promise<DescribeKTVMusicTagsResponse> {
|
|
256
|
+
return this.request("DescribeKTVMusicTags", req, cb)
|
|
257
|
+
}
|
|
258
|
+
|
|
231
259
|
/**
|
|
232
260
|
* 获取曲库包下已核销歌曲列表接口
|
|
233
261
|
*/
|
|
@@ -31,6 +31,21 @@ export interface DescribeMusicResponse {
|
|
|
31
31
|
RequestId?: string
|
|
32
32
|
}
|
|
33
33
|
|
|
34
|
+
/**
|
|
35
|
+
* DescribeKTVSuggestions返回参数结构体
|
|
36
|
+
*/
|
|
37
|
+
export interface DescribeKTVSuggestionsResponse {
|
|
38
|
+
/**
|
|
39
|
+
* 联想词信息列表。返回总数最大为10。
|
|
40
|
+
*/
|
|
41
|
+
KTVSuggestionInfoSet: Array<KTVSuggestionInfo>
|
|
42
|
+
|
|
43
|
+
/**
|
|
44
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
45
|
+
*/
|
|
46
|
+
RequestId?: string
|
|
47
|
+
}
|
|
48
|
+
|
|
34
49
|
/**
|
|
35
50
|
* 副歌片段信息
|
|
36
51
|
*/
|
|
@@ -403,18 +418,18 @@ export interface ImagePath {
|
|
|
403
418
|
}
|
|
404
419
|
|
|
405
420
|
/**
|
|
406
|
-
*
|
|
421
|
+
* 即使广播曲库歌曲标签信息
|
|
407
422
|
*/
|
|
408
|
-
export interface
|
|
423
|
+
export interface KTVMusicTagInfo {
|
|
409
424
|
/**
|
|
410
|
-
*
|
|
425
|
+
* 标签Id
|
|
411
426
|
*/
|
|
412
|
-
|
|
427
|
+
TagId: string
|
|
413
428
|
|
|
414
429
|
/**
|
|
415
|
-
*
|
|
430
|
+
* 标签
|
|
416
431
|
*/
|
|
417
|
-
|
|
432
|
+
TagName: string
|
|
418
433
|
}
|
|
419
434
|
|
|
420
435
|
/**
|
|
@@ -533,6 +548,21 @@ export interface TimeRange {
|
|
|
533
548
|
After?: string
|
|
534
549
|
}
|
|
535
550
|
|
|
551
|
+
/**
|
|
552
|
+
* DescribeMusicSaleStatus返回参数结构体
|
|
553
|
+
*/
|
|
554
|
+
export interface DescribeMusicSaleStatusResponse {
|
|
555
|
+
/**
|
|
556
|
+
* musicId对应歌曲状态
|
|
557
|
+
*/
|
|
558
|
+
MusicStatusSet: Array<MusicStatus>
|
|
559
|
+
|
|
560
|
+
/**
|
|
561
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
562
|
+
*/
|
|
563
|
+
RequestId?: string
|
|
564
|
+
}
|
|
565
|
+
|
|
536
566
|
/**
|
|
537
567
|
* CreateKTVRobot返回参数结构体
|
|
538
568
|
*/
|
|
@@ -580,6 +610,26 @@ export interface DescribeCloudMusicPurchasedResponse {
|
|
|
580
610
|
RequestId?: string
|
|
581
611
|
}
|
|
582
612
|
|
|
613
|
+
/**
|
|
614
|
+
* 即使广播曲库歌曲标签分组信息
|
|
615
|
+
*/
|
|
616
|
+
export interface KTVMusicTagGroup {
|
|
617
|
+
/**
|
|
618
|
+
* 标签分组英文名
|
|
619
|
+
*/
|
|
620
|
+
EnglishGroupName: string
|
|
621
|
+
|
|
622
|
+
/**
|
|
623
|
+
* 标签分组中文名
|
|
624
|
+
*/
|
|
625
|
+
ChineseGroupName: string
|
|
626
|
+
|
|
627
|
+
/**
|
|
628
|
+
* 标签分类下标签列表
|
|
629
|
+
*/
|
|
630
|
+
TagSet: Array<KTVMusicTagInfo>
|
|
631
|
+
}
|
|
632
|
+
|
|
583
633
|
/**
|
|
584
634
|
* 数据信息
|
|
585
635
|
*/
|
|
@@ -615,6 +665,31 @@ export interface DataInfo {
|
|
|
615
665
|
TagNames: Array<string>
|
|
616
666
|
}
|
|
617
667
|
|
|
668
|
+
/**
|
|
669
|
+
* 用户license基础信息
|
|
670
|
+
*/
|
|
671
|
+
export interface ApplicationLicenseInput {
|
|
672
|
+
/**
|
|
673
|
+
* 应用名称,注:后面三个字段AndroidPackageName、IOSBundleId、PcIdentifier,三者选填一个
|
|
674
|
+
*/
|
|
675
|
+
AppName: string
|
|
676
|
+
|
|
677
|
+
/**
|
|
678
|
+
* app的安卓包名
|
|
679
|
+
*/
|
|
680
|
+
AndroidPackageName?: string
|
|
681
|
+
|
|
682
|
+
/**
|
|
683
|
+
* app的IOS的BundleId名
|
|
684
|
+
*/
|
|
685
|
+
IOSBundleId?: string
|
|
686
|
+
|
|
687
|
+
/**
|
|
688
|
+
* PC标识名
|
|
689
|
+
*/
|
|
690
|
+
PcIdentifier?: string
|
|
691
|
+
}
|
|
692
|
+
|
|
618
693
|
/**
|
|
619
694
|
* Artist
|
|
620
695
|
*/
|
|
@@ -944,6 +1019,26 @@ export interface DescribeKTVRobotsRequest {
|
|
|
944
1019
|
Limit?: number
|
|
945
1020
|
}
|
|
946
1021
|
|
|
1022
|
+
/**
|
|
1023
|
+
* DescribeKTVMusicTags返回参数结构体
|
|
1024
|
+
*/
|
|
1025
|
+
export interface DescribeKTVMusicTagsResponse {
|
|
1026
|
+
/**
|
|
1027
|
+
* 标签分组列表
|
|
1028
|
+
*/
|
|
1029
|
+
TagGroupSet: Array<KTVMusicTagGroup>
|
|
1030
|
+
|
|
1031
|
+
/**
|
|
1032
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1033
|
+
*/
|
|
1034
|
+
RequestId?: string
|
|
1035
|
+
}
|
|
1036
|
+
|
|
1037
|
+
/**
|
|
1038
|
+
* DescribeKTVMusicTags请求参数结构体
|
|
1039
|
+
*/
|
|
1040
|
+
export type DescribeKTVMusicTagsRequest = null
|
|
1041
|
+
|
|
947
1042
|
/**
|
|
948
1043
|
* 直播进房输入参数
|
|
949
1044
|
*/
|
|
@@ -978,6 +1073,21 @@ export interface CreateKTVRobotRequest {
|
|
|
978
1073
|
* 进房参数。
|
|
979
1074
|
*/
|
|
980
1075
|
JoinRoomInput: JoinRoomInput
|
|
1076
|
+
|
|
1077
|
+
/**
|
|
1078
|
+
* license基础信息
|
|
1079
|
+
*/
|
|
1080
|
+
ApplicationLicenseInput?: ApplicationLicenseInput
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
/**
|
|
1084
|
+
* 即使广播曲库联想词信息
|
|
1085
|
+
*/
|
|
1086
|
+
export interface KTVSuggestionInfo {
|
|
1087
|
+
/**
|
|
1088
|
+
* 联想词
|
|
1089
|
+
*/
|
|
1090
|
+
Suggestion: string
|
|
981
1091
|
}
|
|
982
1092
|
|
|
983
1093
|
/**
|
|
@@ -1474,6 +1584,12 @@ export interface SearchKTVMusicsRequest {
|
|
|
1474
1584
|
<li> 当 KeyWord 不为空时,Sort.Field 字段无效, 搜索结果将以匹配度排序。</li>
|
|
1475
1585
|
*/
|
|
1476
1586
|
Sort?: SortBy
|
|
1587
|
+
|
|
1588
|
+
/**
|
|
1589
|
+
* 标签 ID 集合,匹配集合指定所有 ID 。
|
|
1590
|
+
<li>数组长度限制:10。</li>
|
|
1591
|
+
*/
|
|
1592
|
+
TagIds?: Array<string>
|
|
1477
1593
|
}
|
|
1478
1594
|
|
|
1479
1595
|
/**
|
|
@@ -1752,6 +1868,16 @@ export interface SyncKTVRobotCommandRequest {
|
|
|
1752
1868
|
SetDestroyModeCommandInput?: SetDestroyModeCommandInput
|
|
1753
1869
|
}
|
|
1754
1870
|
|
|
1871
|
+
/**
|
|
1872
|
+
* DescribeKTVSuggestions请求参数结构体
|
|
1873
|
+
*/
|
|
1874
|
+
export interface DescribeKTVSuggestionsRequest {
|
|
1875
|
+
/**
|
|
1876
|
+
* 联想关键词
|
|
1877
|
+
*/
|
|
1878
|
+
KeyWord: string
|
|
1879
|
+
}
|
|
1880
|
+
|
|
1755
1881
|
/**
|
|
1756
1882
|
* DescribeKTVPlaylists返回参数结构体
|
|
1757
1883
|
*/
|
|
@@ -93,7 +93,6 @@ import {
|
|
|
93
93
|
DescribeAutoScalingActivitiesResponse,
|
|
94
94
|
DescribeNotificationConfigurationsResponse,
|
|
95
95
|
DataDisk,
|
|
96
|
-
PreviewPaiDomainNameRequest,
|
|
97
96
|
DeleteScalingPolicyRequest,
|
|
98
97
|
LoginSettings,
|
|
99
98
|
CreateAutoScalingGroupFromInstanceResponse,
|
|
@@ -137,7 +136,6 @@ import {
|
|
|
137
136
|
LifecycleHook,
|
|
138
137
|
ForwardLoadBalancer,
|
|
139
138
|
ClearLaunchConfigurationAttributesRequest,
|
|
140
|
-
PreviewPaiDomainNameResponse,
|
|
141
139
|
ForwardLoadBalancerIdentification,
|
|
142
140
|
AutoScalingAdvice,
|
|
143
141
|
StartAutoScalingInstancesRequest,
|
|
@@ -192,17 +190,6 @@ export class Client extends AbstractClient {
|
|
|
192
190
|
return this.request("CreateAutoScalingGroup", req, cb)
|
|
193
191
|
}
|
|
194
192
|
|
|
195
|
-
/**
|
|
196
|
-
* 本接口(PreviewPaiDomainName)用于预览PAI实例域名。
|
|
197
|
-
|
|
198
|
-
*/
|
|
199
|
-
async PreviewPaiDomainName(
|
|
200
|
-
req: PreviewPaiDomainNameRequest,
|
|
201
|
-
cb?: (error: string, rep: PreviewPaiDomainNameResponse) => void
|
|
202
|
-
): Promise<PreviewPaiDomainNameResponse> {
|
|
203
|
-
return this.request("PreviewPaiDomainName", req, cb)
|
|
204
|
-
}
|
|
205
|
-
|
|
206
193
|
/**
|
|
207
194
|
* 本接口(ClearLaunchConfigurationAttributes)用于将启动配置内的特定属性完全清空。
|
|
208
195
|
*/
|
|
@@ -2333,16 +2333,6 @@ export interface DataDisk {
|
|
|
2333
2333
|
DeleteWithInstance?: boolean
|
|
2334
2334
|
}
|
|
2335
2335
|
|
|
2336
|
-
/**
|
|
2337
|
-
* PreviewPaiDomainName请求参数结构体
|
|
2338
|
-
*/
|
|
2339
|
-
export interface PreviewPaiDomainNameRequest {
|
|
2340
|
-
/**
|
|
2341
|
-
* 域名类型
|
|
2342
|
-
*/
|
|
2343
|
-
DomainNameType?: string
|
|
2344
|
-
}
|
|
2345
|
-
|
|
2346
2336
|
/**
|
|
2347
2337
|
* DeleteScalingPolicy请求参数结构体
|
|
2348
2338
|
*/
|
|
@@ -3339,21 +3329,6 @@ export interface ClearLaunchConfigurationAttributesRequest {
|
|
|
3339
3329
|
ClearInstanceNameSettings?: boolean
|
|
3340
3330
|
}
|
|
3341
3331
|
|
|
3342
|
-
/**
|
|
3343
|
-
* PreviewPaiDomainName返回参数结构体
|
|
3344
|
-
*/
|
|
3345
|
-
export interface PreviewPaiDomainNameResponse {
|
|
3346
|
-
/**
|
|
3347
|
-
* 可用的PAI域名
|
|
3348
|
-
*/
|
|
3349
|
-
DomainName: string
|
|
3350
|
-
|
|
3351
|
-
/**
|
|
3352
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3353
|
-
*/
|
|
3354
|
-
RequestId?: string
|
|
3355
|
-
}
|
|
3356
|
-
|
|
3357
3332
|
/**
|
|
3358
3333
|
* 应用型负载均衡器标识信息
|
|
3359
3334
|
*/
|
|
@@ -3081,6 +3081,12 @@ export interface TopicAttributesResponse {
|
|
|
3081
3081
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3082
3082
|
*/
|
|
3083
3083
|
AclRuleList: Array<AclRule>
|
|
3084
|
+
|
|
3085
|
+
/**
|
|
3086
|
+
* topic 限流策略
|
|
3087
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3088
|
+
*/
|
|
3089
|
+
QuotaConfig: InstanceQuotaConfigResp
|
|
3084
3090
|
}
|
|
3085
3091
|
|
|
3086
3092
|
/**
|
|
@@ -3643,6 +3649,16 @@ export interface ModifyTopicAttributesRequest {
|
|
|
3643
3649
|
* 标签列表
|
|
3644
3650
|
*/
|
|
3645
3651
|
Tags?: Array<Tag>
|
|
3652
|
+
|
|
3653
|
+
/**
|
|
3654
|
+
* 生产限流,单位 MB/s
|
|
3655
|
+
*/
|
|
3656
|
+
QuotaProducerByteRate?: number
|
|
3657
|
+
|
|
3658
|
+
/**
|
|
3659
|
+
* 消费限流,单位 MB/s
|
|
3660
|
+
*/
|
|
3661
|
+
QuotaConsumerByteRate?: number
|
|
3646
3662
|
}
|
|
3647
3663
|
|
|
3648
3664
|
/**
|
|
@@ -4021,6 +4037,23 @@ export interface InstanceDetail {
|
|
|
4021
4037
|
PublicNetwork: number
|
|
4022
4038
|
}
|
|
4023
4039
|
|
|
4040
|
+
/**
|
|
4041
|
+
* 实例 / topic 维度限流策略
|
|
4042
|
+
*/
|
|
4043
|
+
export interface InstanceQuotaConfigResp {
|
|
4044
|
+
/**
|
|
4045
|
+
* 生产限流大小,单位 MB/s
|
|
4046
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4047
|
+
*/
|
|
4048
|
+
QuotaProducerByteRate: number
|
|
4049
|
+
|
|
4050
|
+
/**
|
|
4051
|
+
* 消费限流大小,单位 MB/s
|
|
4052
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4053
|
+
*/
|
|
4054
|
+
QuotaConsumerByteRate: number
|
|
4055
|
+
}
|
|
4056
|
+
|
|
4024
4057
|
/**
|
|
4025
4058
|
* DescribeTopicDetail返回参数结构体
|
|
4026
4059
|
*/
|