tencentcloud-sdk-nodejs 4.0.573 → 4.0.574

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.
Files changed (61) hide show
  1. package/CHANGELOG.md +191 -0
  2. package/SERVICE_CHANGELOG.md +349 -48
  3. package/package.json +1 -1
  4. package/products.md +20 -20
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +1 -1
  7. package/src/services/asr/v20190614/asr_models.ts +13 -12
  8. package/src/services/billing/v20180709/billing_models.ts +4 -4
  9. package/src/services/cbs/v20170312/cbs_client.ts +1 -1
  10. package/src/services/cbs/v20170312/cbs_models.ts +4 -4
  11. package/src/services/cfw/v20190904/cfw_client.ts +4 -3
  12. package/src/services/cfw/v20190904/cfw_models.ts +109 -75
  13. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +5 -5
  14. package/src/services/cloudstudio/v20210524/cloudstudio_client.ts +116 -104
  15. package/src/services/cloudstudio/v20210524/cloudstudio_models.ts +32 -0
  16. package/src/services/cls/v20201016/cls_models.ts +17 -13
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +26 -3
  18. package/src/services/lcic/v20220817/lcic_models.ts +2 -2
  19. package/src/services/pts/v20210728/pts_client.ts +27 -14
  20. package/src/services/pts/v20210728/pts_models.ts +260 -172
  21. package/src/services/teo/v20220901/teo_client.ts +8 -4
  22. package/src/services/teo/v20220901/teo_models.ts +209 -52
  23. package/src/services/tke/v20180525/tke_models.ts +9 -4
  24. package/src/services/trro/v20220325/trro_client.ts +158 -83
  25. package/src/services/trro/v20220325/trro_models.ts +380 -12
  26. package/src/services/waf/v20180125/waf_client.ts +14 -0
  27. package/src/services/waf/v20180125/waf_models.ts +180 -0
  28. package/tencentcloud/common/sdk_version.d.ts +1 -1
  29. package/tencentcloud/common/sdk_version.js +1 -1
  30. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  31. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  32. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +11 -10
  33. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4 -4
  34. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +1 -1
  35. package/tencentcloud/services/cbs/v20170312/cbs_client.js +1 -1
  36. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +4 -4
  37. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  38. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +91 -61
  39. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +5 -5
  40. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.d.ts +41 -37
  41. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_client.js +60 -54
  42. package/tencentcloud/services/cloudstudio/v20210524/cloudstudio_models.d.ts +28 -0
  43. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -5
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +25 -2
  45. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +2 -2
  46. package/tencentcloud/services/pts/v20210728/pts_client.d.ts +9 -5
  47. package/tencentcloud/services/pts/v20210728/pts_client.js +12 -6
  48. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +221 -146
  49. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -1
  50. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +180 -46
  51. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +8 -4
  52. package/tencentcloud/services/trro/v20220325/trro_client.d.ts +53 -29
  53. package/tencentcloud/services/trro/v20220325/trro_client.js +78 -42
  54. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +321 -10
  55. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  56. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  57. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +149 -0
  58. package/test/cloudstudio.v20210524.test.js +46 -36
  59. package/test/pts.v20210728.test.js +14 -4
  60. package/test/trro.v20220325.test.js +88 -28
  61. package/test/waf.v20180125.test.js +10 -0
package/products.md CHANGED
@@ -17,13 +17,13 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-03-30 01:02:33 |
18
18
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-03-30 01:02:59 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-30 01:03:04 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-04 01:02:47 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-05 01:07:23 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-03-30 01:03:34 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-03-30 01:03:38 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-03-30 01:03:40 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-03-30 01:03:52 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-03-30 01:03:59 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-03 01:03:41 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-05 01:07:58 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-03-30 01:04:12 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-30 01:04:35 |
@@ -34,21 +34,21 @@
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-03-30 01:05:21 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-03-30 01:05:24 |
37
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-30 01:05:30 |
37
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-04-05 01:09:21 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-03-30 01:06:31 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-30 17:11:05 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-03-30 01:06:39 |
42
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-04 01:05:18 |
43
- | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-30 01:07:10 |
42
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-05 01:10:00 |
43
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-04-05 01:11:35 |
44
44
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-04 01:05:52 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-30 01:08:00 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-31 01:08:16 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-04-05 01:12:42 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-03 01:07:25 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-03-30 01:08:46 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-03-30 01:08:51 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-30 01:09:01 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-05 01:16:43 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-03-30 01:09:19 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-03-30 01:09:27 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-03-30 01:09:33 |
@@ -56,17 +56,17 @@
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
57
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-30 01:09:40 |
58
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-03 01:08:55 |
59
- | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-03-30 01:10:29 |
59
+ | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-04-05 01:18:15 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-30 01:10:35 |
61
- | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-04-03 01:09:41 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-03 01:09:54 |
61
+ | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-04-05 01:18:28 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-05 01:18:40 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-03-30 01:11:55 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
68
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-03 01:11:39 |
69
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-31 01:16:52 |
69
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-05 01:21:05 |
70
70
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
71
71
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-30 01:33:24 |
72
72
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-30 01:33:45 |
@@ -92,7 +92,7 @@
92
92
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-30 01:37:44 |
93
93
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-31 01:26:31 |
94
94
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-31 01:26:47 |
95
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-03 14:45:34 |
95
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-05 01:39:36 |
96
96
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-03-30 01:38:40 |
97
97
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-29 17:00:58 |
98
98
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
@@ -123,7 +123,7 @@
123
123
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
124
124
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-30 01:43:33 |
125
125
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-30 01:43:44 |
126
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-03 01:23:43 |
126
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-05 01:45:00 |
127
127
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-03 01:23:59 |
128
128
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-30 01:46:01 |
129
129
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
@@ -151,7 +151,7 @@
151
151
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-03-30 01:50:40 |
152
152
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-03-30 01:50:44 |
153
153
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-03-30 01:51:05 |
154
- | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-03-30 01:51:12 |
154
+ | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-05 01:50:08 |
155
155
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-03-30 01:51:25 |
156
156
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-31 01:41:24 |
157
157
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
@@ -190,10 +190,10 @@
190
190
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-04 01:43:09 |
191
191
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-03-30 02:27:00 |
192
192
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-30 02:27:07 |
193
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-30 02:27:20 |
193
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-05 01:56:03 |
194
194
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
195
195
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-30 02:27:51 |
196
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-04 01:46:12 |
196
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-05 01:58:24 |
197
197
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-30 02:29:55 |
198
198
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
199
199
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-03-30 02:30:02 |
@@ -203,13 +203,13 @@
203
203
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-03-30 02:30:09 |
204
204
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-30 02:30:26 |
205
205
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-30 02:30:43 |
206
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-04 01:48:42 |
206
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-05 02:04:02 |
207
207
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
208
208
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-03-30 02:45:27 |
209
209
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-03-30 02:45:29 |
210
210
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
211
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-03 01:40:05 |
212
- | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-04 09:21:02 |
211
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-05 02:05:09 |
212
+ | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-05 02:05:51 |
213
213
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-30 02:45:48 |
214
214
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-30 02:46:07 |
215
215
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-04 01:50:53 |
@@ -220,7 +220,7 @@
220
220
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
221
221
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-04 01:52:17 |
222
222
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-04 01:53:39 |
223
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-04 02:20:33 |
223
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-05 02:09:55 |
224
224
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
225
225
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-04 02:21:01 |
226
226
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.573"
1
+ export const sdkVersion = "4.0.574"
@@ -274,7 +274,7 @@ export class Client extends AbstractClient {
274
274
  }
275
275
 
276
276
  /**
277
- * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
277
+ * 本接口用于对60秒之内的短音频文件进行识别。<br>• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。<br>• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。<br>• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac。<br>• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"<br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。<br>• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
278
278
  */
279
279
  async SentenceRecognition(
280
280
  req: SentenceRecognitionRequest,
@@ -220,16 +220,6 @@ export interface DescribeTaskStatusResponse {
220
220
  * SentenceRecognition请求参数结构体
221
221
  */
222
222
  export interface SentenceRecognitionRequest {
223
- /**
224
- * 腾讯云项目 ID,废弃参数,填写0即可。
225
- */
226
- ProjectId: number
227
-
228
- /**
229
- * 子服务类型。2: 一句话识别。
230
- */
231
- SubServiceType: number
232
-
233
223
  /**
234
224
  * 引擎模型类型。
235
225
  电话场景:
@@ -248,6 +238,7 @@ export interface SentenceRecognitionRequest {
248
238
  • 16k_ms:马来语;
249
239
  • 16k_id:印度尼西亚语;
250
240
  • 16k_fil:菲律宾语;
241
+ • 16k_th:泰语;
251
242
  • 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
252
243
  */
253
244
  EngSerViceType: string
@@ -263,15 +254,25 @@ export interface SentenceRecognitionRequest {
263
254
  VoiceFormat: string
264
255
 
265
256
  /**
266
- * 废弃参数,填写任意字符串即可。
257
+ * 腾讯云项目 ID,废弃参数,填写0即可。
258
+ */
259
+ ProjectId?: number
260
+
261
+ /**
262
+ * 子服务类型。2: 一句话识别。
267
263
  */
268
- UsrAudioKey: string
264
+ SubServiceType?: number
269
265
 
270
266
  /**
271
267
  * 语音的URL地址,需要公网环境浏览器可下载。当 SourceType 值为 0时须填写该字段,为 1 时不填。音频时长不能超过60s,音频文件大小不能超过3MB。
272
268
  */
273
269
  Url?: string
274
270
 
271
+ /**
272
+ * 废弃参数,填写任意字符串即可。
273
+ */
274
+ UsrAudioKey?: string
275
+
275
276
  /**
276
277
  * 语音数据,当SourceType 值为1(本地语音数据上传)时必须填写,当SourceType 值为0(语音 URL上传)可不写。要使用base64编码(采用python语言时注意读取文件应该为string而不是byte,以byte格式读取后要decode()。编码后的数据不可带有回车换行符)。音频时长不能超过60s,音频文件大小不能超过3MB(Base64后)。
277
278
  */
@@ -2119,12 +2119,12 @@ export interface DescribeVoucherUsageDetailsRequest {
2119
2119
  */
2120
2120
  export interface DescribeDealsByCondRequest {
2121
2121
  /**
2122
- * 开始时间
2122
+ * 开始时间 2016-01-01 00:00:00
2123
2123
  */
2124
2124
  StartTime: string
2125
2125
 
2126
2126
  /**
2127
- * 结束时间
2127
+ * 结束时间 2016-02-01 00:00:00 建议跨度不超过3个月
2128
2128
  */
2129
2129
  EndTime: string
2130
2130
 
@@ -2912,12 +2912,12 @@ export interface DescribeDealsByCondResponse {
2912
2912
  /**
2913
2913
  * 订单列表
2914
2914
  */
2915
- Deals: Array<Deal>
2915
+ Deals?: Array<Deal>
2916
2916
 
2917
2917
  /**
2918
2918
  * 订单总数
2919
2919
  */
2920
- TotalCount: number
2920
+ TotalCount?: number
2921
2921
 
2922
2922
  /**
2923
2923
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -141,7 +141,7 @@ export class Client extends AbstractClient {
141
141
  /**
142
142
  * 本接口(ModifyDiskExtraPerformance)用于调整云硬盘额外的性能。
143
143
 
144
- * 目前仅支持极速型SSD云硬盘(CLOUD_TSSD)和高性能SSD云硬盘(CLOUD_HSSD)
144
+ * 目前仅支持增强型SSD云硬盘(CLOUD_HSSD)和极速型SSD云硬盘(CLOUD_TSSD)。
145
145
  */
146
146
  async ModifyDiskExtraPerformance(
147
147
  req: ModifyDiskExtraPerformanceRequest,
@@ -66,14 +66,14 @@ ASP_OPERATION_DELETE_SNAP:由定期快照策略删除快照
66
66
  */
67
67
  export interface ModifyDiskExtraPerformanceRequest {
68
68
  /**
69
- * 需要创建快照的云硬盘ID,可通过[DescribeDisks](/document/product/362/16315)接口查询。
69
+ * 额外购买的云硬盘性能值,单位MB/s。
70
70
  */
71
- DiskId: string
71
+ ThroughputPerformance: number
72
72
 
73
73
  /**
74
- * 额外购买的云硬盘性能值,单位MB/s。
74
+ * 需要创建快照的云硬盘ID,可通过[DescribeDisks](/document/product/362/16315)接口查询。
75
75
  */
76
- ThroughputPerformance: number
76
+ DiskId: string
77
77
  }
78
78
 
79
79
  /**
@@ -41,7 +41,7 @@ import {
41
41
  ModifySecurityGroupRuleRequest,
42
42
  ModifyAllVPCSwitchStatusResponse,
43
43
  VpcZoneData,
44
- CreateChooseVpcsRequest,
44
+ DatabaseWhiteListRuleData,
45
45
  DescribeNatFwVpcDnsLstRequest,
46
46
  DescribeCfwEipsRequest,
47
47
  DescribeTLogInfoResponse,
@@ -51,6 +51,7 @@ import {
51
51
  ModifyStorageSettingResponse,
52
52
  RemoveAcRuleResponse,
53
53
  NatFwInstance,
54
+ CreateSecurityGroupRulesResponse,
54
55
  ExpandCfwVerticalRequest,
55
56
  ModifyAllPublicIPSwitchStatusResponse,
56
57
  DeleteVpcInstanceResponse,
@@ -97,7 +98,7 @@ import {
97
98
  RemoveNatAcRuleResponse,
98
99
  CreateNatFwInstanceWithDomainResponse,
99
100
  RemoveAcRuleRequest,
100
- DatabaseWhiteListRuleData,
101
+ BetaInfoByACL,
101
102
  RemoveNatAcRuleRequest,
102
103
  ModifyAllRuleStatusRequest,
103
104
  RuleInfoData,
@@ -165,7 +166,7 @@ import {
165
166
  ModifyStorageSettingRequest,
166
167
  DescribeNatFwVpcDnsLstResponse,
167
168
  DescAcItem,
168
- CreateSecurityGroupRulesResponse,
169
+ CreateChooseVpcsRequest,
169
170
  ExpandCfwVerticalResponse,
170
171
  DescribeNatAcRuleRequest,
171
172
  TLogInfo,
@@ -617,18 +617,73 @@ export interface VpcZoneData {
617
617
  }
618
618
 
619
619
  /**
620
- * CreateChooseVpcs请求参数结构体
620
+ * 数据库白名单规则数据
621
621
  */
622
- export interface CreateChooseVpcsRequest {
622
+ export interface DatabaseWhiteListRuleData {
623
623
  /**
624
- * vpc列表
624
+ * 访问源
625
625
  */
626
- VpcList: Array<string>
626
+ SourceIp: string
627
627
 
628
628
  /**
629
- * zone列表
629
+ * 访问源类型,1 ip;6 实例;100 资源分组
630
630
  */
631
- AllZoneList: Array<VpcZoneData>
631
+ SourceType: number
632
+
633
+ /**
634
+ * 访问目的
635
+ */
636
+ TargetIp: string
637
+
638
+ /**
639
+ * 访问目的类型,1 ip;6 实例;100 资源分组
640
+ */
641
+ TargetType: number
642
+
643
+ /**
644
+ * 规则描述
645
+ */
646
+ Detail: string
647
+
648
+ /**
649
+ * 是否地域规则,0不是 1是
650
+ */
651
+ IsRegionRule: number
652
+
653
+ /**
654
+ * 是否云厂商规则,0不是 1 时
655
+ */
656
+ IsCloudRule: number
657
+
658
+ /**
659
+ * 是否启用,0 不启用,1启用
660
+ */
661
+ Enable: number
662
+
663
+ /**
664
+ * 地域码1
665
+ */
666
+ FirstLevelRegionCode?: number
667
+
668
+ /**
669
+ * 地域码2
670
+ */
671
+ SecondLevelRegionCode?: number
672
+
673
+ /**
674
+ * 地域名称1
675
+ */
676
+ FirstLevelRegionName?: string
677
+
678
+ /**
679
+ * 地域名称2
680
+ */
681
+ SecondLevelRegionName?: string
682
+
683
+ /**
684
+ * 云厂商码
685
+ */
686
+ CloudCode?: string
632
687
  }
633
688
 
634
689
  /**
@@ -681,8 +736,13 @@ export interface DescribeCfwEipsRequest {
681
736
  */
682
737
  export interface DescribeTLogInfoResponse {
683
738
  /**
684
- *
685
- */
739
+ * "NetworkNum":网络扫描探测
740
+ "HandleNum": 待处理事件
741
+ "BanNum":
742
+ "VulNum": 漏洞利用
743
+ "OutNum": 失陷主机
744
+ "BruteForceNum": 0
745
+ */
686
746
  Data: TLogInfo
687
747
 
688
748
  /**
@@ -862,6 +922,21 @@ export interface NatFwInstance {
862
922
  NatIp: string
863
923
  }
864
924
 
925
+ /**
926
+ * CreateSecurityGroupRules返回参数结构体
927
+ */
928
+ export interface CreateSecurityGroupRulesResponse {
929
+ /**
930
+ * 状态值,0:添加成功,非0:添加失败
931
+ */
932
+ Status: number
933
+
934
+ /**
935
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
936
+ */
937
+ RequestId?: string
938
+ }
939
+
865
940
  /**
866
941
  * ExpandCfwVertical请求参数结构体
867
942
  */
@@ -2215,73 +2290,26 @@ export interface RemoveAcRuleRequest {
2215
2290
  }
2216
2291
 
2217
2292
  /**
2218
- * 数据库白名单规则数据
2293
+ * 规则关联的beta任务
2219
2294
  */
2220
- export interface DatabaseWhiteListRuleData {
2221
- /**
2222
- * 访问源
2223
- */
2224
- SourceIp: string
2225
-
2226
- /**
2227
- * 访问源类型,1 ip;6 实例;100 资源分组
2228
- */
2229
- SourceType: number
2230
-
2231
- /**
2232
- * 访问目的
2233
- */
2234
- TargetIp: string
2235
-
2236
- /**
2237
- * 访问目的类型,1 ip;6 实例;100 资源分组
2238
- */
2239
- TargetType: number
2240
-
2241
- /**
2242
- * 规则描述
2243
- */
2244
- Detail: string
2245
-
2246
- /**
2247
- * 是否地域规则,0不是 1是
2248
- */
2249
- IsRegionRule: number
2250
-
2251
- /**
2252
- * 是否云厂商规则,0不是 1 时
2253
- */
2254
- IsCloudRule: number
2255
-
2256
- /**
2257
- * 是否启用,0 不启用,1启用
2258
- */
2259
- Enable: number
2260
-
2261
- /**
2262
- * 地域码1
2263
- */
2264
- FirstLevelRegionCode?: number
2265
-
2266
- /**
2267
- * 地域码2
2268
- */
2269
- SecondLevelRegionCode?: number
2270
-
2295
+ export interface BetaInfoByACL {
2271
2296
  /**
2272
- * 地域名称1
2273
- */
2274
- FirstLevelRegionName?: string
2297
+ * 任务id
2298
+ 注意:此字段可能返回 null,表示取不到有效值。
2299
+ */
2300
+ TaskId?: number
2275
2301
 
2276
2302
  /**
2277
- * 地域名称2
2278
- */
2279
- SecondLevelRegionName?: string
2303
+ * 任务名称
2304
+ 注意:此字段可能返回 null,表示取不到有效值。
2305
+ */
2306
+ TaskName?: string
2280
2307
 
2281
2308
  /**
2282
- * 云厂商码
2283
- */
2284
- CloudCode?: string
2309
+ * 上次执行时间
2310
+ 注意:此字段可能返回 null,表示取不到有效值。
2311
+ */
2312
+ LastTime?: string
2285
2313
  }
2286
2314
 
2287
2315
  /**
@@ -4104,21 +4132,27 @@ export interface DescAcItem {
4104
4132
  注意:此字段可能返回 null,表示取不到有效值。
4105
4133
  */
4106
4134
  Status?: number
4135
+
4136
+ /**
4137
+ * 关联任务详情
4138
+ 注意:此字段可能返回 null,表示取不到有效值。
4139
+ */
4140
+ BetaList?: Array<BetaInfoByACL>
4107
4141
  }
4108
4142
 
4109
4143
  /**
4110
- * CreateSecurityGroupRules返回参数结构体
4144
+ * CreateChooseVpcs请求参数结构体
4111
4145
  */
4112
- export interface CreateSecurityGroupRulesResponse {
4146
+ export interface CreateChooseVpcsRequest {
4113
4147
  /**
4114
- * 状态值,0:添加成功,非0:添加失败
4148
+ * vpc列表
4115
4149
  */
4116
- Status: number
4150
+ VpcList: Array<string>
4117
4151
 
4118
4152
  /**
4119
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4153
+ * zone列表
4120
4154
  */
4121
- RequestId?: string
4155
+ AllZoneList: Array<VpcZoneData>
4122
4156
  }
4123
4157
 
4124
4158
  /**
@@ -157,24 +157,24 @@ export interface DescribeEventsResponse {
157
157
  /**
158
158
  * 日志集合是否结束。true表示结束,无需进行翻页。
159
159
  */
160
- ListOver: boolean
160
+ ListOver?: boolean
161
161
 
162
162
  /**
163
163
  * 查看更多日志的凭证
164
164
  */
165
- NextToken: number
165
+ NextToken?: number
166
166
 
167
167
  /**
168
168
  * 日志集合
169
169
  注意:此字段可能返回 null,表示取不到有效值。
170
170
  */
171
- Events: Array<Event>
171
+ Events?: Array<Event>
172
172
 
173
173
  /**
174
174
  * 此字段已经废弃。翻页请使用ListOver配合NextToken,在ListOver为false进行下一页数据读取。
175
175
  注意:此字段可能返回 null,表示取不到有效值。
176
176
  */
177
- TotalCount: number
177
+ TotalCount?: number
178
178
 
179
179
  /**
180
180
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -678,7 +678,7 @@ export interface DescribeEventsRequest {
678
678
  MaxResults?: number
679
679
 
680
680
  /**
681
- * 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}]))
681
+ * 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)
682
682
  */
683
683
  LookupAttributes?: Array<LookupAttribute>
684
684