tencentcloud-sdk-nodejs 4.0.308 → 4.0.311
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 +455 -0
- package/SERVICE_CHANGELOG.md +455 -77
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_client.ts +1 -0
- package/src/services/ame/v20190916/ame_models.ts +23 -2
- package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +31 -3
- package/src/services/asr/v20190614/asr_models.ts +11 -6
- package/src/services/cdb/v20170320/cdb_models.ts +14 -14
- package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
- package/src/services/cls/v20201016/cls_models.ts +4 -4
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +97 -5
- package/src/services/ess/v20201111/ess_models.ts +12 -12
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/iecp/v20210914/iecp_client.ts +560 -474
- package/src/services/iecp/v20210914/iecp_models.ts +491 -188
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +46 -0
- package/src/services/mps/v20190612/mps_client.ts +3 -3
- package/src/services/mps/v20190612/mps_models.ts +159 -159
- package/src/services/nlp/v20190408/nlp_client.ts +14 -0
- package/src/services/nlp/v20190408/nlp_models.ts +31 -0
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +31 -10
- package/src/services/scf/v20180416/scf_models.ts +25 -0
- package/src/services/smh/v20210712/smh_models.ts +35 -0
- package/src/services/tcb/v20180608/tcb_client.ts +30 -6
- package/src/services/tcb/v20180608/tcb_models.ts +84 -0
- package/src/services/tke/v20180525/tke_client.ts +5 -4
- package/src/services/tke/v20180525/tke_models.ts +126 -84
- package/src/services/vod/v20180717/vod_client.ts +26 -1
- package/src/services/vod/v20180717/vod_models.ts +221 -5
- package/src/services/vpc/v20170312/vpc_client.ts +108 -15
- package/src/services/vpc/v20170312/vpc_models.ts +114 -24
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +20 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +27 -3
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +14 -14
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +81 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -10
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +183 -155
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +273 -231
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +416 -157
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +38 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +3 -3
- package/tencentcloud/services/mps/v20190612/mps_client.js +3 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +159 -159
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +7 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +8 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +27 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +25 -8
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +21 -0
- package/tencentcloud/services/smh/v20210712/smh_models.d.ts +28 -0
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +11 -3
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +15 -3
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +74 -0
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +112 -77
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +13 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +192 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +51 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +64 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +98 -20
- package/test/iecp.v20210914.test.js +226 -156
- package/test/nlp.v20190408.test.js +10 -0
- package/test/tcb.v20180608.test.js +22 -2
- package/test/vod.v20180717.test.js +10 -0
- package/test/vpc.v20170312.test.js +64 -4
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -5,16 +5,16 @@
|
|
|
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-03-14 08:04:49 |
|
|
7
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-
|
|
8
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-03-21 08:06:03 |
|
|
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-21 08:06:11 |
|
|
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
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-
|
|
14
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-17 08:01:42 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
|
|
16
16
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-11 08:03:26 |
|
|
17
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-
|
|
17
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-03-18 08:06:40 |
|
|
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 |
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
|
|
34
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-21 08:07:42 |
|
|
37
37
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-03-16 08:05:21 |
|
|
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,17 +42,17 @@
|
|
|
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-17 08:03:56 |
|
|
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-18 08:09:03 |
|
|
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
53
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-16 08:06:39 |
|
|
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-03-
|
|
55
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-03-18 08:09:43 |
|
|
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 |
|
|
@@ -60,7 +60,7 @@
|
|
|
60
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
62
|
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-10 08:08:37 |
|
|
63
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-
|
|
63
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-18 08:10:58 |
|
|
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 |
|
|
66
66
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-02-21 08:06:06 |
|
|
@@ -71,18 +71,18 @@
|
|
|
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 |
|
|
74
|
-
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-
|
|
74
|
+
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-03-18 08:11:46 |
|
|
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-18 15:46:35 |
|
|
79
79
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-03-16 08:09:18 |
|
|
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 |
|
|
82
|
-
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-
|
|
82
|
+
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-03-17 08:07:29 |
|
|
83
83
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-02-21 08:07:05 |
|
|
84
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-
|
|
85
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-03-
|
|
84
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-03-18 08:12:16 |
|
|
85
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-03-17 08:07:46 |
|
|
86
86
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-02-21 08:07:21 |
|
|
87
87
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-02-21 08:07:24 |
|
|
88
88
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-02-21 08:07:25 |
|
|
@@ -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-03-
|
|
94
|
+
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-03-17 08:08:16 |
|
|
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 |
|
|
@@ -112,29 +112,29 @@
|
|
|
112
112
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
|
|
113
113
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-02-21 08:09:33 |
|
|
114
114
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-03-09 08:13:56 |
|
|
115
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-
|
|
116
|
-
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-
|
|
115
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-18 08:14:49 |
|
|
116
|
+
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-03-18 08:15:06 |
|
|
117
117
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-02-21 08:10:08 |
|
|
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-03-
|
|
121
|
+
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-03-18 08:15:22 |
|
|
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-03-
|
|
124
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-03-18 08:15:31 |
|
|
125
125
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-03-08 08:16:27 |
|
|
126
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 |
|
|
130
130
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-02-21 08:10:44 |
|
|
131
|
-
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-
|
|
131
|
+
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-03-21 08:14:58 |
|
|
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-
|
|
135
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-
|
|
134
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-21 08:15:09 |
|
|
135
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-21 08:15:19 |
|
|
136
136
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-03-16 08:13:30 |
|
|
137
|
-
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-
|
|
137
|
+
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-03-17 08:11:49 |
|
|
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 |
|
|
140
140
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-02-21 08:11:20 |
|
|
@@ -153,7 +153,7 @@
|
|
|
153
153
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
154
154
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-02-21 08:12:00 |
|
|
155
155
|
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-02-21 08:12:01 |
|
|
156
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-
|
|
156
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-03-21 08:16:19 |
|
|
157
157
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-02-21 08:12:18 |
|
|
158
158
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
159
159
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-25 08:14:28 |
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-03-16 08:15:31 |
|
|
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-21 08:17:26 |
|
|
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 |
|
|
@@ -184,8 +184,8 @@
|
|
|
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-21 08:18:21 |
|
|
188
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-03-17 08:15:03 |
|
|
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.311"
|
|
@@ -896,6 +896,16 @@ export interface KTVSingerInfo {
|
|
|
896
896
|
PlayCount: number
|
|
897
897
|
}
|
|
898
898
|
|
|
899
|
+
/**
|
|
900
|
+
* 设置音量。
|
|
901
|
+
*/
|
|
902
|
+
export interface SetVolumeCommandInput {
|
|
903
|
+
/**
|
|
904
|
+
* 音量大小,取值范围为 0~100,默认值为 50。
|
|
905
|
+
*/
|
|
906
|
+
Volume: number
|
|
907
|
+
}
|
|
908
|
+
|
|
899
909
|
/**
|
|
900
910
|
* PutMusicOnTheShelves请求参数结构体
|
|
901
911
|
*/
|
|
@@ -1829,6 +1839,7 @@ export interface SyncKTVRobotCommandRequest {
|
|
|
1829
1839
|
<li>SetAudioParam:音频参数变更</li>
|
|
1830
1840
|
<li>SendMessage:发送自定义消息</li>
|
|
1831
1841
|
<li>SetDestroyMode:设置销毁模式</li>
|
|
1842
|
+
<li>SetVolume:设置音量</li>
|
|
1832
1843
|
*/
|
|
1833
1844
|
Command: string
|
|
1834
1845
|
|
|
@@ -1866,6 +1877,11 @@ export interface SyncKTVRobotCommandRequest {
|
|
|
1866
1877
|
* 销毁模式,当Command取SetDestroyMode时,必填。
|
|
1867
1878
|
*/
|
|
1868
1879
|
SetDestroyModeCommandInput?: SetDestroyModeCommandInput
|
|
1880
|
+
|
|
1881
|
+
/**
|
|
1882
|
+
* 音量,当Command取SetVolume时,必填。
|
|
1883
|
+
*/
|
|
1884
|
+
SetVolumeCommandInput?: SetVolumeCommandInput
|
|
1869
1885
|
}
|
|
1870
1886
|
|
|
1871
1887
|
/**
|
|
@@ -2106,12 +2122,12 @@ export interface KTVRobotInfo {
|
|
|
2106
2122
|
Position: number
|
|
2107
2123
|
|
|
2108
2124
|
/**
|
|
2109
|
-
*
|
|
2125
|
+
* 音频参数。
|
|
2110
2126
|
*/
|
|
2111
2127
|
SetAudioParamInput: SetAudioParamCommandInput
|
|
2112
2128
|
|
|
2113
2129
|
/**
|
|
2114
|
-
*
|
|
2130
|
+
* 进房信息。
|
|
2115
2131
|
*/
|
|
2116
2132
|
JoinRoomInput: JoinRoomInput
|
|
2117
2133
|
|
|
@@ -2129,6 +2145,11 @@ export interface KTVRobotInfo {
|
|
|
2129
2145
|
<li>Shuffle:随机播放</li>
|
|
2130
2146
|
*/
|
|
2131
2147
|
SetPlayModeInput: SetPlayModeCommandInput
|
|
2148
|
+
|
|
2149
|
+
/**
|
|
2150
|
+
* 音量,范围 0~100,默认为 50。
|
|
2151
|
+
*/
|
|
2152
|
+
SetVolumeInput: SetVolumeCommandInput
|
|
2132
2153
|
}
|
|
2133
2154
|
|
|
2134
2155
|
/**
|
|
@@ -1485,7 +1485,7 @@ export interface DescribeServiceForApiAppResponse {
|
|
|
1485
1485
|
*/
|
|
1486
1486
|
export interface ServiceConfig {
|
|
1487
1487
|
/**
|
|
1488
|
-
* 后端类型。启用vpc时生效,目前支持的类型为clb和
|
|
1488
|
+
* 后端类型。启用vpc时生效,目前支持的类型为clb, cvm和upstream
|
|
1489
1489
|
*/
|
|
1490
1490
|
Product?: string
|
|
1491
1491
|
|
|
@@ -4619,6 +4619,16 @@ DELETE: DeleteObject。
|
|
|
4619
4619
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4620
4620
|
*/
|
|
4621
4621
|
Authorization?: boolean
|
|
4622
|
+
|
|
4623
|
+
/**
|
|
4624
|
+
* API后端COS的路径匹配模式,可选值:
|
|
4625
|
+
BackEndPath : 后端路径匹配
|
|
4626
|
+
FullPath : 全路径匹配
|
|
4627
|
+
|
|
4628
|
+
默认值为:BackEndPath
|
|
4629
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4630
|
+
*/
|
|
4631
|
+
PathMatchMode?: string
|
|
4622
4632
|
}
|
|
4623
4633
|
|
|
4624
4634
|
/**
|
|
@@ -4882,13 +4892,13 @@ export interface CreateApiRsp {
|
|
|
4882
4892
|
ApiId: string
|
|
4883
4893
|
|
|
4884
4894
|
/**
|
|
4885
|
-
*
|
|
4895
|
+
* 路径
|
|
4886
4896
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4887
4897
|
*/
|
|
4888
4898
|
Path: string
|
|
4889
4899
|
|
|
4890
4900
|
/**
|
|
4891
|
-
*
|
|
4901
|
+
* 请求方法
|
|
4892
4902
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4893
4903
|
*/
|
|
4894
4904
|
Method: string
|
|
@@ -4898,6 +4908,24 @@ export interface CreateApiRsp {
|
|
|
4898
4908
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4899
4909
|
*/
|
|
4900
4910
|
CreatedTime: string
|
|
4911
|
+
|
|
4912
|
+
/**
|
|
4913
|
+
* 导入状态
|
|
4914
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4915
|
+
*/
|
|
4916
|
+
Status: string
|
|
4917
|
+
|
|
4918
|
+
/**
|
|
4919
|
+
* 异常信息
|
|
4920
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4921
|
+
*/
|
|
4922
|
+
ErrMsg: string
|
|
4923
|
+
|
|
4924
|
+
/**
|
|
4925
|
+
* api name
|
|
4926
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4927
|
+
*/
|
|
4928
|
+
ApiName: string
|
|
4901
4929
|
}
|
|
4902
4930
|
|
|
4903
4931
|
/**
|
|
@@ -516,9 +516,9 @@ export interface CreateRecTaskRequest {
|
|
|
516
516
|
DataLen?: number
|
|
517
517
|
|
|
518
518
|
/**
|
|
519
|
-
*
|
|
519
|
+
* 是否进行阿拉伯数字智能转换(目前支持中文普通话引擎)。0:不转换,直接输出中文数字,1:根据场景智能转换为阿拉伯数字,3: 打开数学相关数字转换。默认值为 1。
|
|
520
520
|
*/
|
|
521
|
-
|
|
521
|
+
ConvertNumMode?: number
|
|
522
522
|
|
|
523
523
|
/**
|
|
524
524
|
* 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。默认值为 0。
|
|
@@ -526,14 +526,14 @@ export interface CreateRecTaskRequest {
|
|
|
526
526
|
FilterDirty?: number
|
|
527
527
|
|
|
528
528
|
/**
|
|
529
|
-
*
|
|
529
|
+
* 热词表id。如不设置该参数,自动生效默认热词表;如果设置了该参数,那么将生效对应的热词表。
|
|
530
530
|
*/
|
|
531
|
-
|
|
531
|
+
HotwordId?: string
|
|
532
532
|
|
|
533
533
|
/**
|
|
534
|
-
*
|
|
534
|
+
* 自学习模型 id。如不设置该参数,自动生效最后一次上线的自学习模型;如果设置了该参数,那么将生效对应的自学习模型。
|
|
535
535
|
*/
|
|
536
|
-
|
|
536
|
+
CustomizationId?: string
|
|
537
537
|
|
|
538
538
|
/**
|
|
539
539
|
* 附加参数(该参数无意义,忽略即可)
|
|
@@ -544,6 +544,11 @@ export interface CreateRecTaskRequest {
|
|
|
544
544
|
* 是否过滤标点符号(目前支持中文普通话引擎)。 0:不过滤,1:过滤句末标点,2:过滤所有标点。默认值为 0。
|
|
545
545
|
*/
|
|
546
546
|
FilterPunc?: number
|
|
547
|
+
|
|
548
|
+
/**
|
|
549
|
+
* 是否过滤语气词(目前支持中文普通话引擎)。0:不过滤语气词;1:部分过滤;2:严格过滤 。默认值为 0。
|
|
550
|
+
*/
|
|
551
|
+
FilterModal?: number
|
|
547
552
|
}
|
|
548
553
|
|
|
549
554
|
/**
|
|
@@ -557,7 +557,7 @@ export interface CreateParamTemplateRequest {
|
|
|
557
557
|
ParamList?: Array<Parameter>
|
|
558
558
|
|
|
559
559
|
/**
|
|
560
|
-
* 默认参数模板类型。支持值包括:"HIGH_STABILITY" -
|
|
560
|
+
* 默认参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
561
561
|
*/
|
|
562
562
|
TemplateType?: string
|
|
563
563
|
}
|
|
@@ -1008,7 +1008,7 @@ export interface DescribeAuditRulesRequest {
|
|
|
1008
1008
|
Limit?: number
|
|
1009
1009
|
|
|
1010
1010
|
/**
|
|
1011
|
-
*
|
|
1011
|
+
* 分页偏移量。默认值为0。
|
|
1012
1012
|
*/
|
|
1013
1013
|
Offset?: number
|
|
1014
1014
|
}
|
|
@@ -1804,7 +1804,7 @@ export interface DescribeParamTemplateInfoResponse {
|
|
|
1804
1804
|
Description: string
|
|
1805
1805
|
|
|
1806
1806
|
/**
|
|
1807
|
-
* 参数模板类型。支持值包括:"HIGH_STABILITY" -
|
|
1807
|
+
* 参数模板类型。支持值包括:"HIGH_STABILITY" - 高稳定模板,"HIGH_PERFORMANCE" - 高性能模板。
|
|
1808
1808
|
*/
|
|
1809
1809
|
TemplateType: string
|
|
1810
1810
|
|
|
@@ -2232,7 +2232,7 @@ export interface ApplyCDBProxyRequest {
|
|
|
2232
2232
|
SecurityGroup?: Array<string>
|
|
2233
2233
|
|
|
2234
2234
|
/**
|
|
2235
|
-
*
|
|
2235
|
+
* 描述说明,最大支持256位。
|
|
2236
2236
|
*/
|
|
2237
2237
|
Desc?: string
|
|
2238
2238
|
}
|
|
@@ -4278,12 +4278,12 @@ export interface DescribeProxyConnectionPoolConfRequest {
|
|
|
4278
4278
|
InstanceId: string
|
|
4279
4279
|
|
|
4280
4280
|
/**
|
|
4281
|
-
*
|
|
4281
|
+
* 分页
|
|
4282
4282
|
*/
|
|
4283
4283
|
Offset?: number
|
|
4284
4284
|
|
|
4285
4285
|
/**
|
|
4286
|
-
*
|
|
4286
|
+
* 限制
|
|
4287
4287
|
*/
|
|
4288
4288
|
Limit?: number
|
|
4289
4289
|
}
|
|
@@ -6444,7 +6444,7 @@ export interface ModifyAccountPrivilegesRequest {
|
|
|
6444
6444
|
ColumnPrivileges?: Array<ColumnPrivilege>
|
|
6445
6445
|
|
|
6446
6446
|
/**
|
|
6447
|
-
* 该参数不为空时,为批量修改权限。可选值为:grant
|
|
6447
|
+
* 该参数不为空时,为批量修改权限。可选值为:grant - 授予权限,revoke - 回收权限。
|
|
6448
6448
|
*/
|
|
6449
6449
|
ModifyAction?: string
|
|
6450
6450
|
}
|
|
@@ -6899,12 +6899,12 @@ export interface ModifyCDBProxyRequest {
|
|
|
6899
6899
|
ProxyGroupId: string
|
|
6900
6900
|
|
|
6901
6901
|
/**
|
|
6902
|
-
*
|
|
6902
|
+
* 是否开始延迟剔除,默认false,取值:"true" | "false"
|
|
6903
6903
|
*/
|
|
6904
6904
|
IsKickout?: boolean
|
|
6905
6905
|
|
|
6906
6906
|
/**
|
|
6907
|
-
*
|
|
6907
|
+
* 最少保留数,最小为0,最大为实例数量
|
|
6908
6908
|
*/
|
|
6909
6909
|
MinCount?: number
|
|
6910
6910
|
|
|
@@ -6924,12 +6924,12 @@ export interface ModifyCDBProxyRequest {
|
|
|
6924
6924
|
RoWeightValues?: RoWeight
|
|
6925
6925
|
|
|
6926
6926
|
/**
|
|
6927
|
-
*
|
|
6927
|
+
* 是否开启故障转移,代理出现故障后,连接地址将路由到主实例,默认false,取值:"true" | "false"
|
|
6928
6928
|
*/
|
|
6929
6929
|
FailOver?: boolean
|
|
6930
6930
|
|
|
6931
6931
|
/**
|
|
6932
|
-
*
|
|
6932
|
+
* 是否自动添加只读实例,默认false,取值:"true" | "false"
|
|
6933
6933
|
*/
|
|
6934
6934
|
AutoAddRo?: boolean
|
|
6935
6935
|
}
|
|
@@ -7767,7 +7767,7 @@ export interface CloseCDBProxyRequest {
|
|
|
7767
7767
|
ProxyGroupId: string
|
|
7768
7768
|
|
|
7769
7769
|
/**
|
|
7770
|
-
* 是否只关闭读写分离,取值:"true" | "false"
|
|
7770
|
+
* 是否只关闭读写分离,取值:"true" | "false",默认为"false"
|
|
7771
7771
|
*/
|
|
7772
7772
|
OnlyCloseRW?: boolean
|
|
7773
7773
|
}
|
|
@@ -7892,12 +7892,12 @@ export interface UpgradeCDBProxyRequest {
|
|
|
7892
7892
|
ProxyGroupId: string
|
|
7893
7893
|
|
|
7894
7894
|
/**
|
|
7895
|
-
*
|
|
7895
|
+
* 代理节点个数,实际规格支持数
|
|
7896
7896
|
*/
|
|
7897
7897
|
ProxyCount: number
|
|
7898
7898
|
|
|
7899
7899
|
/**
|
|
7900
|
-
*
|
|
7900
|
+
* 代理节点核数,实际规格支持数
|
|
7901
7901
|
*/
|
|
7902
7902
|
Cpu: number
|
|
7903
7903
|
|
|
@@ -3759,6 +3759,16 @@ export interface CreateInstancePreRequest {
|
|
|
3759
3759
|
* 磁盘类型(ssd填写CLOUD_SSD,sata填写CLOUD_BASIC)
|
|
3760
3760
|
*/
|
|
3761
3761
|
DiskType?: string
|
|
3762
|
+
|
|
3763
|
+
/**
|
|
3764
|
+
* 跨可用区,zoneIds必填
|
|
3765
|
+
*/
|
|
3766
|
+
MultiZoneFlag?: boolean
|
|
3767
|
+
|
|
3768
|
+
/**
|
|
3769
|
+
* 可用区列表
|
|
3770
|
+
*/
|
|
3771
|
+
ZoneIds?: Array<number>
|
|
3762
3772
|
}
|
|
3763
3773
|
|
|
3764
3774
|
/**
|
|
@@ -1005,7 +1005,7 @@ export interface TopicInfo {
|
|
|
1005
1005
|
StorageType: string
|
|
1006
1006
|
|
|
1007
1007
|
/**
|
|
1008
|
-
*
|
|
1008
|
+
* 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
|
|
1009
1009
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1010
1010
|
*/
|
|
1011
1011
|
Period: number
|
|
@@ -1933,12 +1933,12 @@ export interface CreateTopicRequest {
|
|
|
1933
1933
|
MaxSplitPartitions?: number
|
|
1934
1934
|
|
|
1935
1935
|
/**
|
|
1936
|
-
* 日志主题的存储类型,可选值 hot(实时存储),cold
|
|
1936
|
+
* 日志主题的存储类型,可选值 hot(实时存储),cold(低频存储);默认为hot。
|
|
1937
1937
|
*/
|
|
1938
1938
|
StorageType?: string
|
|
1939
1939
|
|
|
1940
1940
|
/**
|
|
1941
|
-
*
|
|
1941
|
+
* 生命周期,单位天,可取值范围1~3600。取值为3640时代表永久保存
|
|
1942
1942
|
*/
|
|
1943
1943
|
Period?: number
|
|
1944
1944
|
}
|
|
@@ -2433,7 +2433,7 @@ export interface JsonInfo {
|
|
|
2433
2433
|
EnableTag: boolean
|
|
2434
2434
|
|
|
2435
2435
|
/**
|
|
2436
|
-
*
|
|
2436
|
+
* 元数据信息列表, 可选值为 __SOURCE__、__FILENAME__、__TIMESTAMP__。
|
|
2437
2437
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2438
2438
|
*/
|
|
2439
2439
|
MetaFields: Array<string>
|