tencentcloud-sdk-nodejs 4.0.433 → 4.0.436
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 +483 -0
- package/SERVICE_CHANGELOG.md +337 -66
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_client.ts +3 -1
- package/src/services/as/v20180419/as_models.ts +16 -6
- package/src/services/asr/v20190614/asr_models.ts +11 -8
- package/src/services/bma/v20210624/bma_client.ts +45 -8
- package/src/services/bma/v20210624/bma_models.ts +217 -37
- package/src/services/cpdp/v20190820/cpdp_models.ts +21 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
- package/src/services/es/v20180416/es_models.ts +11 -0
- package/src/services/ess/v20201111/ess_client.ts +43 -11
- package/src/services/ess/v20201111/ess_models.ts +289 -57
- package/src/services/faceid/v20180301/faceid_models.ts +5 -0
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/tag/v20180813/tag_models.ts +2 -2
- package/src/services/teo/v20220106/teo_client.ts +9 -3
- package/src/services/teo/v20220106/teo_models.ts +522 -250
- package/src/services/trp/v20210515/trp_models.ts +5 -0
- package/src/services/vm/index.ts +2 -0
- package/src/services/vm/v20210922/index.ts +6 -0
- package/src/services/vm/v20210922/vm_client.ts +100 -0
- package/src/services/vm/v20210922/vm_models.ts +1023 -0
- package/src/services/vod/v20180717/vod_models.ts +9 -0
- package/src/services/vpc/v20170312/vpc_client.ts +13 -0
- package/src/services/vpc/v20170312/vpc_models.ts +105 -0
- package/src/services/waf/v20180125/waf_client.ts +2 -1
- package/src/services/waf/v20180125/waf_models.ts +133 -91
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_client.d.ts +3 -1
- package/tencentcloud/services/as/v20180419/as_client.js +3 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +14 -6
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -8
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +15 -3
- package/tencentcloud/services/bma/v20210624/bma_client.js +21 -3
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +184 -33
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +19 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
- package/tencentcloud/services/es/v20180416/es_models.d.ts +9 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +19 -6
- package/tencentcloud/services/ess/v20201111/ess_client.js +23 -6
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +244 -49
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -0
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +2 -2
- package/tencentcloud/services/teo/v20220106/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +464 -218
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +4 -0
- package/tencentcloud/services/vm/index.d.ts +4 -0
- package/tencentcloud/services/vm/index.js +2 -0
- package/tencentcloud/services/vm/v20210922/index.d.ts +6 -0
- package/tencentcloud/services/vm/v20210922/index.js +9 -0
- package/tencentcloud/services/vm/v20210922/vm_client.d.ts +28 -0
- package/tencentcloud/services/vm/v20210922/vm_client.js +57 -0
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +866 -0
- package/tencentcloud/services/vm/v20210922/vm_models.js +18 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +8 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +88 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +110 -75
- package/test/bma.v20210624.test.js +32 -2
- package/test/ess.v20201111.test.js +22 -2
- package/test/vm.v20210922.test.js +61 -0
- package/test/vpc.v20170312.test.js +10 -0
package/products.md
CHANGED
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
15
15
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-08-24 06:08:44 |
|
|
16
16
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-22 06:08:36 |
|
|
17
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-09-
|
|
18
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-09-
|
|
17
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-09-02 06:09:13 |
|
|
18
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-09-02 06:09:54 |
|
|
19
19
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
|
|
20
20
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
|
|
21
21
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-08-25 06:10:07 |
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-08-15 06:09:23 |
|
|
25
25
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
26
26
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2022-08-09 11:50:03 |
|
|
27
|
-
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-
|
|
27
|
+
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2022-09-05 06:10:17 |
|
|
28
28
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-04-19 06:04:56 |
|
|
29
29
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2022-04-04 06:09:37 |
|
|
30
30
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-04-15 06:02:36 |
|
|
@@ -58,12 +58,12 @@
|
|
|
58
58
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-08-24 06:19:05 |
|
|
59
59
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
|
|
60
60
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
61
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-
|
|
61
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-09-05 06:18:54 |
|
|
62
62
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
63
63
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-30 06:21:25 |
|
|
64
64
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-08-19 06:16:28 |
|
|
65
65
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
66
|
-
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-
|
|
66
|
+
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-09-02 06:24:12 |
|
|
67
67
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
|
|
68
68
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
69
69
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-07-29 06:07:15 |
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
|
|
86
86
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-08-16 06:23:41 |
|
|
87
87
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-28 06:11:30 |
|
|
88
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-
|
|
89
|
-
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-
|
|
88
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-09-02 06:30:38 |
|
|
89
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-09-02 06:31:01 |
|
|
90
90
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-09-01 06:28:39 |
|
|
91
91
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
|
|
92
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-
|
|
92
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-09-02 06:31:36 |
|
|
93
93
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
|
|
94
94
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
|
|
95
95
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-09-01 06:29:26 |
|
|
@@ -116,7 +116,7 @@
|
|
|
116
116
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
|
|
117
117
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
|
|
118
118
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-08-15 06:29:48 |
|
|
119
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-
|
|
119
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-09-02 06:40:01 |
|
|
120
120
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
121
121
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
122
122
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-27 06:13:02 |
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
|
|
127
127
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
128
128
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-08-15 06:31:24 |
|
|
129
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-
|
|
129
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-09-02 06:42:08 |
|
|
130
130
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-07-30 15:15:41 |
|
|
131
131
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
|
|
132
132
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-07-07 06:13:41 |
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-08-30 06:43:16 |
|
|
138
138
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-08-31 06:41:37 |
|
|
139
139
|
| organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
|
|
140
|
-
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-
|
|
140
|
+
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-09-05 06:41:45 |
|
|
141
141
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
142
142
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-08-11 06:43:45 |
|
|
143
143
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-08-15 06:34:53 |
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-07-18 06:15:58 |
|
|
163
163
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
|
|
164
164
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-08-22 06:46:33 |
|
|
165
|
-
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-
|
|
165
|
+
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-09-05 06:46:56 |
|
|
166
166
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
|
|
167
167
|
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
|
|
168
168
|
| tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
182
182
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
|
|
183
183
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-12 11:47:08 |
|
|
184
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-
|
|
184
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-09-05 06:51:57 |
|
|
185
185
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
186
186
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
187
187
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
@@ -195,18 +195,18 @@
|
|
|
195
195
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
196
196
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
197
197
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-08-31 06:55:53 |
|
|
198
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-09-
|
|
198
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-09-02 07:00:24 |
|
|
199
199
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-09-01 06:55:29 |
|
|
200
200
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-08-24 06:56:05 |
|
|
201
201
|
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-27 06:18:08 |
|
|
202
202
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
|
|
203
203
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-08-26 06:56:32 |
|
|
204
204
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
205
|
-
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-
|
|
205
|
+
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-09-01 20:31:39 |
|
|
206
206
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
207
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-09-
|
|
208
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-09-
|
|
209
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-
|
|
207
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-09-02 07:03:01 |
|
|
208
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-09-05 06:59:01 |
|
|
209
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-09-02 07:06:31 |
|
|
210
210
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
211
211
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-08-12 15:11:35 |
|
|
212
212
|
| 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.436"
|
|
@@ -1611,12 +1611,12 @@ export interface UpgradeLifecycleHookRequest {
|
|
|
1611
1611
|
HeartbeatTimeout?: number
|
|
1612
1612
|
|
|
1613
1613
|
/**
|
|
1614
|
-
*
|
|
1614
|
+
* 弹性伸缩向通知目标发送的附加信息,配置通知时使用,默认值为空字符串""
|
|
1615
1615
|
*/
|
|
1616
1616
|
NotificationMetadata?: string
|
|
1617
1617
|
|
|
1618
1618
|
/**
|
|
1619
|
-
*
|
|
1619
|
+
* 通知目标。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。
|
|
1620
1620
|
*/
|
|
1621
1621
|
NotificationTarget?: NotificationTarget
|
|
1622
1622
|
|
|
@@ -1624,6 +1624,11 @@ export interface UpgradeLifecycleHookRequest {
|
|
|
1624
1624
|
* 进行生命周期挂钩的场景类型,取值范围包括NORMAL 和 EXTENSION。说明:设置为EXTENSION值,在AttachInstances、DetachInstances、RemoveInstaces接口时会触发生命周期挂钩操作,值为NORMAL则不会在这些接口中触发生命周期挂钩。
|
|
1625
1625
|
*/
|
|
1626
1626
|
LifecycleTransitionType?: string
|
|
1627
|
+
|
|
1628
|
+
/**
|
|
1629
|
+
* 远程命令执行对象。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。
|
|
1630
|
+
*/
|
|
1631
|
+
LifecycleCommand?: LifecycleCommand
|
|
1627
1632
|
}
|
|
1628
1633
|
|
|
1629
1634
|
/**
|
|
@@ -2724,12 +2729,12 @@ export interface CreateLifecycleHookRequest {
|
|
|
2724
2729
|
HeartbeatTimeout?: number
|
|
2725
2730
|
|
|
2726
2731
|
/**
|
|
2727
|
-
*
|
|
2732
|
+
* 弹性伸缩向通知目标发送的附加信息,配置通知时使用,默认值为空字符串""。最大长度不能超过1024个字节。
|
|
2728
2733
|
*/
|
|
2729
2734
|
NotificationMetadata?: string
|
|
2730
2735
|
|
|
2731
2736
|
/**
|
|
2732
|
-
*
|
|
2737
|
+
* 通知目标。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。
|
|
2733
2738
|
*/
|
|
2734
2739
|
NotificationTarget?: NotificationTarget
|
|
2735
2740
|
|
|
@@ -2739,7 +2744,7 @@ export interface CreateLifecycleHookRequest {
|
|
|
2739
2744
|
LifecycleTransitionType?: string
|
|
2740
2745
|
|
|
2741
2746
|
/**
|
|
2742
|
-
* 远程命令执行对象。NotificationTarget和
|
|
2747
|
+
* 远程命令执行对象。NotificationTarget和LifecycleCommand参数互斥,二者不可同时指定。
|
|
2743
2748
|
*/
|
|
2744
2749
|
LifecycleCommand?: LifecycleCommand
|
|
2745
2750
|
}
|
|
@@ -2851,6 +2856,11 @@ export interface ModifyLifecycleHookRequest {
|
|
|
2851
2856
|
* 通知目标信息。
|
|
2852
2857
|
*/
|
|
2853
2858
|
NotificationTarget?: NotificationTarget
|
|
2859
|
+
|
|
2860
|
+
/**
|
|
2861
|
+
* 远程命令执行对象。
|
|
2862
|
+
*/
|
|
2863
|
+
LifecycleCommand?: LifecycleCommand
|
|
2854
2864
|
}
|
|
2855
2865
|
|
|
2856
2866
|
/**
|
|
@@ -3212,7 +3222,7 @@ export interface LifecycleActionResultInfo {
|
|
|
3212
3222
|
InvokeCommandResult: string
|
|
3213
3223
|
|
|
3214
3224
|
/**
|
|
3215
|
-
* 通知的结果,表示通知CMQ/
|
|
3225
|
+
* 通知的结果,表示通知CMQ/TDMQ是否成功。<br>
|
|
3216
3226
|
<li>SUCCESSFUL 通知成功</li>
|
|
3217
3227
|
<li>FAILED 通知失败</li>
|
|
3218
3228
|
<li>NONE</li>
|
|
@@ -219,7 +219,7 @@ export interface DescribeTaskStatusResponse {
|
|
|
219
219
|
*/
|
|
220
220
|
export interface SentenceRecognitionRequest {
|
|
221
221
|
/**
|
|
222
|
-
* 腾讯云项目 ID
|
|
222
|
+
* 腾讯云项目 ID,废弃参数,默认填写0即可。
|
|
223
223
|
*/
|
|
224
224
|
ProjectId: number
|
|
225
225
|
|
|
@@ -239,7 +239,6 @@ export interface SentenceRecognitionRequest {
|
|
|
239
239
|
• 16k_ca:16k 粤语;
|
|
240
240
|
• 16k_ja:16k 日语;
|
|
241
241
|
• 16k_zh_medical:16k 医疗;
|
|
242
|
-
• 16k_zh_dialect:多方言,支持23种方言。
|
|
243
242
|
*/
|
|
244
243
|
EngSerViceType: string
|
|
245
244
|
|
|
@@ -254,7 +253,7 @@ export interface SentenceRecognitionRequest {
|
|
|
254
253
|
VoiceFormat: string
|
|
255
254
|
|
|
256
255
|
/**
|
|
257
|
-
*
|
|
256
|
+
* 用户端对此任务的唯一标识。废弃参数,忽略即可。
|
|
258
257
|
*/
|
|
259
258
|
UsrAudioKey: string
|
|
260
259
|
|
|
@@ -274,9 +273,9 @@ export interface SentenceRecognitionRequest {
|
|
|
274
273
|
DataLen?: number
|
|
275
274
|
|
|
276
275
|
/**
|
|
277
|
-
*
|
|
276
|
+
* 是否显示词级别时间戳。0:不显示;1:显示,不包含标点时间戳,2:显示,包含标点时间戳。默认值为 0。
|
|
278
277
|
*/
|
|
279
|
-
|
|
278
|
+
WordInfo?: number
|
|
280
279
|
|
|
281
280
|
/**
|
|
282
281
|
* 是否过滤脏词(目前支持中文普通话引擎)。0:不过滤脏词;1:过滤脏词;2:将脏词替换为 * 。默认值为 0。
|
|
@@ -299,9 +298,14 @@ export interface SentenceRecognitionRequest {
|
|
|
299
298
|
ConvertNumMode?: number
|
|
300
299
|
|
|
301
300
|
/**
|
|
302
|
-
*
|
|
301
|
+
* 热词id。用于调用对应的热词表,如果在调用语音识别服务时,不进行单独的热词id设置,自动生效默认热词;如果进行了单独的热词id设置,那么将生效单独设置的热词id。
|
|
303
302
|
*/
|
|
304
|
-
|
|
303
|
+
HotwordId?: string
|
|
304
|
+
|
|
305
|
+
/**
|
|
306
|
+
* 自学习模型 id。如设置了该参数,将生效对应的自学习模型。
|
|
307
|
+
*/
|
|
308
|
+
CustomizationId?: string
|
|
305
309
|
}
|
|
306
310
|
|
|
307
311
|
/**
|
|
@@ -463,7 +467,6 @@ export interface CreateRecTaskRequest {
|
|
|
463
467
|
• 16k_en_edu 英文教育;
|
|
464
468
|
• 16k_zh_medical 医疗;
|
|
465
469
|
• 16k_th 泰语;
|
|
466
|
-
• 16k_zh_dialect:多方言,支持23种方言。
|
|
467
470
|
*/
|
|
468
471
|
EngineModelType: string
|
|
469
472
|
|
|
@@ -19,13 +19,16 @@ import { AbstractClient } from "../../../common/abstract_client"
|
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
21
|
ProtectURLInfo,
|
|
22
|
+
ModifyCRWhiteListRequest,
|
|
22
23
|
CreateCRUserVerifyRequest,
|
|
23
24
|
CreateBPFalseTicketResponse,
|
|
24
|
-
|
|
25
|
+
CreateCRRightFileRequest,
|
|
25
26
|
CreateCRRightResponse,
|
|
26
27
|
CreateCRWorkResponse,
|
|
27
28
|
CreateCRRightRequest,
|
|
28
29
|
CreateBPOfflineTicketResponse,
|
|
30
|
+
CreateCRTortRequest,
|
|
31
|
+
UpdateCRWorkRequest,
|
|
29
32
|
DescribeBPFakeURLsRequest,
|
|
30
33
|
ModifyCRBlockStatusResponse,
|
|
31
34
|
Monitor,
|
|
@@ -56,7 +59,9 @@ import {
|
|
|
56
59
|
CreateCRBlockResponse,
|
|
57
60
|
ModifyCRRightStatusRequest,
|
|
58
61
|
DescribeCRMonitorsRequest,
|
|
59
|
-
|
|
62
|
+
DescribeCRWorkInfoResponse,
|
|
63
|
+
CreateCRRightFileResponse,
|
|
64
|
+
ModifyCRWhiteListResponse,
|
|
60
65
|
FakeURLInfo,
|
|
61
66
|
CreateBPOfflineTicketRequest,
|
|
62
67
|
CreateCRUserVerifyResponse,
|
|
@@ -66,8 +71,10 @@ import {
|
|
|
66
71
|
ModifyBPOfflineAttachmentResponse,
|
|
67
72
|
CreateCRBlockRequest,
|
|
68
73
|
CreateBPFakeURLResponse,
|
|
74
|
+
CreateCRTortResponse,
|
|
69
75
|
CreateBPFalseTicketRequest,
|
|
70
76
|
ModifyCRMonitorResponse,
|
|
77
|
+
File,
|
|
71
78
|
DescribeBPProtectURLsRequest,
|
|
72
79
|
ModifyCRObtainStatusResponse,
|
|
73
80
|
CreateCRCompanyVerifyRequest,
|
|
@@ -202,6 +209,26 @@ export class Client extends AbstractClient {
|
|
|
202
209
|
return this.request("CreateBPFakeURL", req, cb)
|
|
203
210
|
}
|
|
204
211
|
|
|
212
|
+
/**
|
|
213
|
+
* 新增权属文件
|
|
214
|
+
*/
|
|
215
|
+
async CreateCRRightFile(
|
|
216
|
+
req: CreateCRRightFileRequest,
|
|
217
|
+
cb?: (error: string, rep: CreateCRRightFileResponse) => void
|
|
218
|
+
): Promise<CreateCRRightFileResponse> {
|
|
219
|
+
return this.request("CreateCRRightFile", req, cb)
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
/**
|
|
223
|
+
* 版权保护-白名单修改接口
|
|
224
|
+
*/
|
|
225
|
+
async ModifyCRWhiteList(
|
|
226
|
+
req: ModifyCRWhiteListRequest,
|
|
227
|
+
cb?: (error: string, rep: ModifyCRWhiteListResponse) => void
|
|
228
|
+
): Promise<ModifyCRWhiteListResponse> {
|
|
229
|
+
return this.request("ModifyCRWhiteList", req, cb)
|
|
230
|
+
}
|
|
231
|
+
|
|
205
232
|
/**
|
|
206
233
|
* 版权保护-拦截申请接口
|
|
207
234
|
*/
|
|
@@ -242,6 +269,16 @@ export class Client extends AbstractClient {
|
|
|
242
269
|
return this.request("DescribeBPReportFakeURLs", req, cb)
|
|
243
270
|
}
|
|
244
271
|
|
|
272
|
+
/**
|
|
273
|
+
* 查询仿冒链接
|
|
274
|
+
*/
|
|
275
|
+
async DescribeBPFakeURLs(
|
|
276
|
+
req: DescribeBPFakeURLsRequest,
|
|
277
|
+
cb?: (error: string, rep: DescribeBPFakeURLsResponse) => void
|
|
278
|
+
): Promise<DescribeBPFakeURLsResponse> {
|
|
279
|
+
return this.request("DescribeBPFakeURLs", req, cb)
|
|
280
|
+
}
|
|
281
|
+
|
|
245
282
|
/**
|
|
246
283
|
* 查询作品基本信息
|
|
247
284
|
*/
|
|
@@ -293,13 +330,13 @@ export class Client extends AbstractClient {
|
|
|
293
330
|
}
|
|
294
331
|
|
|
295
332
|
/**
|
|
296
|
-
*
|
|
333
|
+
* 举报侵权链接
|
|
297
334
|
*/
|
|
298
|
-
async
|
|
299
|
-
req:
|
|
300
|
-
cb?: (error: string, rep:
|
|
301
|
-
): Promise<
|
|
302
|
-
return this.request("
|
|
335
|
+
async CreateCRTort(
|
|
336
|
+
req: CreateCRTortRequest,
|
|
337
|
+
cb?: (error: string, rep: CreateCRTortResponse) => void
|
|
338
|
+
): Promise<CreateCRTortResponse> {
|
|
339
|
+
return this.request("CreateCRTort", req, cb)
|
|
303
340
|
}
|
|
304
341
|
|
|
305
342
|
/**
|