tencentcloud-sdk-nodejs 4.0.693 → 4.0.694

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 (62) hide show
  1. package/CHANGELOG.md +259 -0
  2. package/SERVICE_CHANGELOG.md +310 -121
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_models.ts +5 -5
  7. package/src/services/asr/v20190614/asr_models.ts +15 -10
  8. package/src/services/cfw/v20190904/cfw_client.ts +4 -2
  9. package/src/services/csip/v20221121/csip_client.ts +124 -86
  10. package/src/services/csip/v20221121/csip_models.ts +210 -114
  11. package/src/services/cwp/v20180228/cwp_client.ts +13 -1
  12. package/src/services/cwp/v20180228/cwp_models.ts +76 -6
  13. package/src/services/dlc/v20210125/dlc_client.ts +14 -1
  14. package/src/services/dlc/v20210125/dlc_models.ts +70 -16
  15. package/src/services/ess/v20201111/ess_client.ts +18 -5
  16. package/src/services/ess/v20201111/ess_models.ts +189 -122
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -1
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +79 -48
  19. package/src/services/gaap/v20180529/gaap_client.ts +1 -1
  20. package/src/services/gaap/v20180529/gaap_models.ts +6 -1
  21. package/src/services/monitor/v20180724/monitor_models.ts +2 -2
  22. package/src/services/organization/v20210331/organization_client.ts +1 -1
  23. package/src/services/organization/v20210331/organization_models.ts +56 -22
  24. package/src/services/tcss/v20201101/tcss_client.ts +1 -1
  25. package/src/services/tcss/v20201101/tcss_models.ts +16 -3
  26. package/src/services/tione/v20211111/tione_models.ts +15 -10
  27. package/src/services/tiw/v20190919/tiw_models.ts +3 -2
  28. package/src/services/trtc/v20190722/trtc_models.ts +2 -1
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +5 -5
  32. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +15 -10
  33. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +3 -1
  34. package/tencentcloud/services/cfw/v20190904/cfw_client.js +3 -1
  35. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +43 -31
  36. package/tencentcloud/services/csip/v20221121/csip_client.js +63 -45
  37. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +202 -114
  38. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +5 -1
  39. package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -0
  40. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +74 -6
  41. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
  42. package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
  43. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +67 -16
  44. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -2
  45. package/tencentcloud/services/ess/v20201111/ess_client.js +7 -1
  46. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +186 -122
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +78 -48
  48. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +1 -1
  49. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +6 -1
  50. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +2 -2
  51. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +1 -1
  52. package/tencentcloud/services/organization/v20210331/organization_client.js +1 -1
  53. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +56 -22
  54. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +1 -1
  55. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +16 -3
  56. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +15 -10
  57. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +3 -2
  58. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
  59. package/test/csip.v20221121.test.js +64 -34
  60. package/test/cwp.v20180228.test.js +10 -0
  61. package/test/dlc.v20210125.test.js +10 -0
  62. package/test/ess.v20201111.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.693",
3
+ "version": "4.0.694",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -14,10 +14,10 @@
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-09-14 01:07:23 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-09-22 01:08:25 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-09-21 01:15:22 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-09-12 01:09:06 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-21 01:17:04 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-22 01:10:19 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-08-17 01:18:28 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-09-21 01:17:48 |
@@ -48,7 +48,7 @@
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-09-08 01:20:53 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-09-05 02:02:52 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-09-01 01:09:12 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-13 01:19:45 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-09-22 01:21:17 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
@@ -59,16 +59,16 @@
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-09-21 02:03:11 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-09-22 01:25:57 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-08-17 02:01:58 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-09-12 01:32:51 |
68
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-09-22 01:31:21 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
70
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-09-20 01:15:08 |
71
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-09-20 01:15:27 |
71
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-09-22 01:33:07 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
73
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-09-20 01:32:40 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-09-20 01:33:17 |
@@ -78,7 +78,7 @@
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-08-17 02:50:46 |
80
80
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-09-05 03:42:53 |
81
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-09-19 01:12:56 |
81
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-09-22 01:40:45 |
82
82
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-09-12 01:43:38 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-09-20 01:34:26 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-08-17 02:59:36 |
@@ -94,13 +94,13 @@
94
94
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
95
95
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-17 03:08:06 |
96
96
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-09-15 01:48:20 |
97
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-20 01:35:54 |
98
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-21 03:37:59 |
97
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-22 01:49:11 |
98
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-22 01:50:20 |
99
99
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
100
100
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-19 01:15:41 |
101
101
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
102
102
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
103
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-08-17 03:13:07 |
103
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-09-22 01:52:02 |
104
104
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-08-24 01:19:31 |
105
105
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-08-02 01:16:12 |
106
106
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
@@ -122,7 +122,7 @@
122
122
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
123
123
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-30 01:17:01 |
124
124
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
125
- | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-08-22 01:15:07 |
125
+ | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
126
126
  | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-09-19 17:35:39 |
127
127
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
128
128
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-07-19 01:29:34 |
@@ -140,7 +140,7 @@
140
140
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
141
141
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-30 01:19:09 |
142
142
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
143
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-09-15 02:09:24 |
143
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-09-22 02:09:16 |
144
144
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-09-21 04:51:12 |
145
145
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-09-13 02:09:08 |
146
146
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-30 01:19:55 |
@@ -151,7 +151,7 @@
151
151
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-09-06 02:10:27 |
152
152
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-09-21 04:56:57 |
153
153
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-09-18 02:11:06 |
154
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-19 14:35:45 |
154
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-09-22 02:15:37 |
155
155
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
156
156
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
157
157
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-09-15 02:17:12 |
@@ -193,7 +193,7 @@
193
193
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
194
194
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
195
195
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-09-11 02:43:38 |
196
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-14 02:23:36 |
196
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-22 02:29:25 |
197
197
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
198
198
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
199
199
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-09-20 01:45:44 |
@@ -207,8 +207,8 @@
207
207
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-08-17 05:26:12 |
208
208
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
209
209
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
210
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-09-06 02:33:35 |
211
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-09-01 01:24:40 |
210
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-09-22 02:38:16 |
211
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-09-22 02:39:13 |
212
212
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-17 05:31:16 |
213
213
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
214
214
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
@@ -218,7 +218,7 @@
218
218
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-09-19 01:28:01 |
219
219
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-09-21 06:25:32 |
220
220
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
221
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-20 01:50:48 |
221
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-22 02:41:12 |
222
222
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-09-18 02:36:04 |
223
223
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-09-12 02:52:20 |
224
224
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
@@ -229,7 +229,7 @@
229
229
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-09-18 02:39:47 |
230
230
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-09-18 02:43:01 |
231
231
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
232
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09-20 01:52:55 |
232
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09-22 02:50:53 |
233
233
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
234
234
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-31 01:29:16 |
235
235
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.693"
1
+ export const sdkVersion = "4.0.694"
@@ -2275,23 +2275,23 @@ export interface NetworkConfig {
2275
2275
  /**
2276
2276
  * 最大出带宽
2277
2277
  */
2278
- InternetMaxBandwidthOut: number
2278
+ InternetMaxBandwidthOut?: number
2279
2279
  /**
2280
2280
  * EnableInternetInbound信息
2281
2281
  */
2282
- EnableInternetInbound: boolean
2282
+ EnableInternetInbound?: boolean
2283
2283
  /**
2284
2284
  * EnableInternetOutbound信息
2285
2285
  */
2286
- EnableInternetOutbound: boolean
2286
+ EnableInternetOutbound?: boolean
2287
2287
  /**
2288
2288
  * InboundIpAddresses信息
2289
2289
  */
2290
- InboundIpAddresses: Array<string>
2290
+ InboundIpAddresses?: Array<string>
2291
2291
  /**
2292
2292
  * OutboundIpAddresses信息
2293
2293
  */
2294
- OutboundIpAddresses: Array<string>
2294
+ OutboundIpAddresses?: Array<string>
2295
2295
  }
2296
2296
 
2297
2297
  /**
@@ -404,52 +404,57 @@ export interface SentenceDetail {
404
404
  * 单句最终识别结果
405
405
  注意:此字段可能返回 null,表示取不到有效值。
406
406
  */
407
- FinalSentence: string
407
+ FinalSentence?: string
408
408
  /**
409
409
  * 单句中间识别结果,使用空格拆分为多个词
410
410
  注意:此字段可能返回 null,表示取不到有效值。
411
411
  */
412
- SliceSentence: string
412
+ SliceSentence?: string
413
+ /**
414
+ * 口语转书面语结果,开启改功能才有值
415
+ 注意:此字段可能返回 null,表示取不到有效值。
416
+ */
417
+ WrittenText?: string
413
418
  /**
414
419
  * 单句开始时间(毫秒)
415
420
  注意:此字段可能返回 null,表示取不到有效值。
416
421
  */
417
- StartMs: number
422
+ StartMs?: number
418
423
  /**
419
424
  * 单句结束时间(毫秒)
420
425
  注意:此字段可能返回 null,表示取不到有效值。
421
426
  */
422
- EndMs: number
427
+ EndMs?: number
423
428
  /**
424
429
  * 单句中词个数
425
430
  注意:此字段可能返回 null,表示取不到有效值。
426
431
  */
427
- WordsNum: number
432
+ WordsNum?: number
428
433
  /**
429
434
  * 单句中词详情
430
435
  注意:此字段可能返回 null,表示取不到有效值。
431
436
  */
432
- Words: Array<SentenceWords>
437
+ Words?: Array<SentenceWords>
433
438
  /**
434
439
  * 单句语速,单位:字数/秒
435
440
  注意:此字段可能返回 null,表示取不到有效值。
436
441
  */
437
- SpeechSpeed: number
442
+ SpeechSpeed?: number
438
443
  /**
439
444
  * 声道或说话人 Id(请求中如果设置了 speaker_diarization或者ChannelNum为双声道,可区分说话人或声道)
440
445
  注意:此字段可能返回 null,表示取不到有效值。
441
446
  */
442
- SpeakerId: number
447
+ SpeakerId?: number
443
448
  /**
444
449
  * 情绪能量值,取值为音量分贝值/10。取值范围:[1,10]。值越高情绪越强烈。
445
450
  注意:此字段可能返回 null,表示取不到有效值。
446
451
  */
447
- EmotionalEnergy: number
452
+ EmotionalEnergy?: number
448
453
  /**
449
454
  * 本句与上一句之间的静音时长
450
455
  注意:此字段可能返回 null,表示取不到有效值。
451
456
  */
452
- SilenceTime: number
457
+ SilenceTime?: number
453
458
  /**
454
459
  * 情绪类型(可能为空)
455
460
  注意:此字段可能返回 null,表示取不到有效值。
@@ -813,8 +813,10 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
813
813
  }
814
814
 
815
815
  /**
816
- * 单个修改互联网边界防火墙开关
817
- */
816
+ * 已上新接口,支持串行
817
+
818
+ 单个修改互联网边界防火墙开关
819
+ */
818
820
  async ModifyPublicIPSwitchStatus(
819
821
  req: ModifyPublicIPSwitchStatusRequest,
820
822
  cb?: (error: string, rep: ModifyPublicIPSwitchStatusResponse) => void
@@ -19,9 +19,10 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  DescribeDomainAssetsResponse,
22
+ DeleteDomainAndIpRequest,
22
23
  ScanTaskInfoList,
23
24
  DescribeDbAssetInfoResponse,
24
- CreateRiskCenterScanTaskRequest,
25
+ DeleteRiskScanTaskRequest,
25
26
  ReportItemKey,
26
27
  DescribeScanReportListRequest,
27
28
  TaskLogURL,
@@ -33,11 +34,13 @@ import {
33
34
  DomainAssetVO,
34
35
  DescribeSearchBugInfoResponse,
35
36
  TaskCenterVulRiskInputParam,
37
+ StopRiskCenterTaskRequest,
36
38
  DescribeScanTaskListResponse,
37
39
  DescribeScanTaskListRequest,
38
40
  DescribeVpcAssetsResponse,
39
41
  FilterDataObject,
40
- DescribeDbAssetsRequest,
42
+ CreateRiskCenterScanTaskRequest,
43
+ TaskAdvanceCFG,
41
44
  CVMAssetVO,
42
45
  DescribeTaskLogListResponse,
43
46
  DescribeScanReportListResponse,
@@ -49,7 +52,7 @@ import {
49
52
  DescribeCVMAssetInfoResponse,
50
53
  DescribePublicIpAssetsResponse,
51
54
  DescribeTaskLogListRequest,
52
- Vpc,
55
+ DescribeDbAssetsRequest,
53
56
  DescribeRiskCenterAssetViewVULRiskListResponse,
54
57
  DescribeCVMAssetsRequest,
55
58
  DescribeListenerListResponse,
@@ -72,18 +75,23 @@ import {
72
75
  DbAssetInfo,
73
76
  Tag,
74
77
  IpAssetListVO,
78
+ DeleteRiskScanTaskResponse,
79
+ PublicIpDomainListKey,
75
80
  AssetViewVULRisk,
76
81
  DescribeClusterPodAssetsResponse,
77
82
  AssetBaseInfoResponse,
83
+ TaskIdListKey,
78
84
  AssetViewPortRisk,
79
85
  DescribeListenerListRequest,
80
86
  DescribeDomainAssetsRequest,
87
+ Vpc,
81
88
  CreateDomainAndIpResponse,
82
89
  DescribePublicIpAssetsRequest,
83
- TaskAdvanceCFG,
90
+ DeleteDomainAndIpResponse,
84
91
  AssetClusterPod,
85
92
  DescribeDbAssetsResponse,
86
93
  AddNewBindRoleUserResponse,
94
+ StopRiskCenterTaskResponse,
87
95
  DescribeCVMAssetInfoRequest,
88
96
  WhereFilter,
89
97
  DescribeTaskLogURLRequest,
@@ -99,13 +107,73 @@ export class Client extends AbstractClient {
99
107
  }
100
108
 
101
109
  /**
102
- * 获取报告下载的临时链接
110
+ * 删除域名和ip请求
103
111
  */
104
- async DescribeTaskLogURL(
105
- req: DescribeTaskLogURLRequest,
106
- cb?: (error: string, rep: DescribeTaskLogURLResponse) => void
107
- ): Promise<DescribeTaskLogURLResponse> {
108
- return this.request("DescribeTaskLogURL", req, cb)
112
+ async DeleteDomainAndIp(
113
+ req: DeleteDomainAndIpRequest,
114
+ cb?: (error: string, rep: DeleteDomainAndIpResponse) => void
115
+ ): Promise<DeleteDomainAndIpResponse> {
116
+ return this.request("DeleteDomainAndIp", req, cb)
117
+ }
118
+
119
+ /**
120
+ * db资产详情
121
+ */
122
+ async DescribeDbAssetInfo(
123
+ req: DescribeDbAssetInfoRequest,
124
+ cb?: (error: string, rep: DescribeDbAssetInfoResponse) => void
125
+ ): Promise<DescribeDbAssetInfoResponse> {
126
+ return this.request("DescribeDbAssetInfo", req, cb)
127
+ }
128
+
129
+ /**
130
+ * 域名列表
131
+ */
132
+ async DescribeDomainAssets(
133
+ req: DescribeDomainAssetsRequest,
134
+ cb?: (error: string, rep: DescribeDomainAssetsResponse) => void
135
+ ): Promise<DescribeDomainAssetsResponse> {
136
+ return this.request("DescribeDomainAssets", req, cb)
137
+ }
138
+
139
+ /**
140
+ * ip公网列表
141
+ */
142
+ async DescribePublicIpAssets(
143
+ req: DescribePublicIpAssetsRequest,
144
+ cb?: (error: string, rep: DescribePublicIpAssetsResponse) => void
145
+ ): Promise<DescribePublicIpAssetsResponse> {
146
+ return this.request("DescribePublicIpAssets", req, cb)
147
+ }
148
+
149
+ /**
150
+ * csip角色授权绑定接口
151
+ */
152
+ async AddNewBindRoleUser(
153
+ req?: AddNewBindRoleUserRequest,
154
+ cb?: (error: string, rep: AddNewBindRoleUserResponse) => void
155
+ ): Promise<AddNewBindRoleUserResponse> {
156
+ return this.request("AddNewBindRoleUser", req, cb)
157
+ }
158
+
159
+ /**
160
+ * 查询clb监听器列表
161
+ */
162
+ async DescribeListenerList(
163
+ req: DescribeListenerListRequest,
164
+ cb?: (error: string, rep: DescribeListenerListResponse) => void
165
+ ): Promise<DescribeListenerListResponse> {
166
+ return this.request("DescribeListenerList", req, cb)
167
+ }
168
+
169
+ /**
170
+ * 删除风险中心扫描任务
171
+ */
172
+ async DeleteRiskScanTask(
173
+ req: DeleteRiskScanTaskRequest,
174
+ cb?: (error: string, rep: DeleteRiskScanTaskResponse) => void
175
+ ): Promise<DeleteRiskScanTaskResponse> {
176
+ return this.request("DeleteRiskScanTask", req, cb)
109
177
  }
110
178
 
111
179
  /**
@@ -138,16 +206,6 @@ export class Client extends AbstractClient {
138
206
  return this.request("DescribeClusterPodAssets", req, cb)
139
207
  }
140
208
 
141
- /**
142
- * 获取子网列表
143
- */
144
- async DescribeSubnetAssets(
145
- req: DescribeSubnetAssetsRequest,
146
- cb?: (error: string, rep: DescribeSubnetAssetsResponse) => void
147
- ): Promise<DescribeSubnetAssetsResponse> {
148
- return this.request("DescribeSubnetAssets", req, cb)
149
- }
150
-
151
209
  /**
152
210
  * 获取vpc列表
153
211
  */
@@ -158,16 +216,6 @@ export class Client extends AbstractClient {
158
216
  return this.request("DescribeVpcAssets", req, cb)
159
217
  }
160
218
 
161
- /**
162
- * db资产详情
163
- */
164
- async DescribeDbAssetInfo(
165
- req: DescribeDbAssetInfoRequest,
166
- cb?: (error: string, rep: DescribeDbAssetInfoResponse) => void
167
- ): Promise<DescribeDbAssetInfoResponse> {
168
- return this.request("DescribeDbAssetInfo", req, cb)
169
- }
170
-
171
219
  /**
172
220
  * cvm列表
173
221
  */
@@ -179,13 +227,23 @@ export class Client extends AbstractClient {
179
227
  }
180
228
 
181
229
  /**
182
- * 域名列表
230
+ * 获取报告下载的临时链接
183
231
  */
184
- async DescribeDomainAssets(
185
- req: DescribeDomainAssetsRequest,
186
- cb?: (error: string, rep: DescribeDomainAssetsResponse) => void
187
- ): Promise<DescribeDomainAssetsResponse> {
188
- return this.request("DescribeDomainAssets", req, cb)
232
+ async DescribeTaskLogURL(
233
+ req: DescribeTaskLogURLRequest,
234
+ cb?: (error: string, rep: DescribeTaskLogURLResponse) => void
235
+ ): Promise<DescribeTaskLogURLResponse> {
236
+ return this.request("DescribeTaskLogURL", req, cb)
237
+ }
238
+
239
+ /**
240
+ * 创建风险中心扫描任务
241
+ */
242
+ async CreateRiskCenterScanTask(
243
+ req: CreateRiskCenterScanTaskRequest,
244
+ cb?: (error: string, rep: CreateRiskCenterScanTaskResponse) => void
245
+ ): Promise<CreateRiskCenterScanTaskResponse> {
246
+ return this.request("CreateRiskCenterScanTask", req, cb)
189
247
  }
190
248
 
191
249
  /**
@@ -198,26 +256,6 @@ export class Client extends AbstractClient {
198
256
  return this.request("DescribeSearchBugInfo", req, cb)
199
257
  }
200
258
 
201
- /**
202
- * ip公网列表
203
- */
204
- async DescribePublicIpAssets(
205
- req: DescribePublicIpAssetsRequest,
206
- cb?: (error: string, rep: DescribePublicIpAssetsResponse) => void
207
- ): Promise<DescribePublicIpAssetsResponse> {
208
- return this.request("DescribePublicIpAssets", req, cb)
209
- }
210
-
211
- /**
212
- * csip角色授权绑定接口
213
- */
214
- async AddNewBindRoleUser(
215
- req?: AddNewBindRoleUserRequest,
216
- cb?: (error: string, rep: AddNewBindRoleUserResponse) => void
217
- ): Promise<AddNewBindRoleUserResponse> {
218
- return this.request("AddNewBindRoleUser", req, cb)
219
- }
220
-
221
259
  /**
222
260
  * 获取扫描报告列表
223
261
  */
@@ -238,36 +276,6 @@ export class Client extends AbstractClient {
238
276
  return this.request("CreateDomainAndIp", req, cb)
239
277
  }
240
278
 
241
- /**
242
- * 获取资产视角的端口风险列表
243
- */
244
- async DescribeRiskCenterAssetViewPortRiskList(
245
- req: DescribeRiskCenterAssetViewPortRiskListRequest,
246
- cb?: (error: string, rep: DescribeRiskCenterAssetViewPortRiskListResponse) => void
247
- ): Promise<DescribeRiskCenterAssetViewPortRiskListResponse> {
248
- return this.request("DescribeRiskCenterAssetViewPortRiskList", req, cb)
249
- }
250
-
251
- /**
252
- * 查询clb监听器列表
253
- */
254
- async DescribeListenerList(
255
- req: DescribeListenerListRequest,
256
- cb?: (error: string, rep: DescribeListenerListResponse) => void
257
- ): Promise<DescribeListenerListResponse> {
258
- return this.request("DescribeListenerList", req, cb)
259
- }
260
-
261
- /**
262
- * 创建风险中心扫描任务
263
- */
264
- async CreateRiskCenterScanTask(
265
- req: CreateRiskCenterScanTaskRequest,
266
- cb?: (error: string, rep: CreateRiskCenterScanTaskResponse) => void
267
- ): Promise<CreateRiskCenterScanTaskResponse> {
268
- return this.request("CreateRiskCenterScanTask", req, cb)
269
- }
270
-
271
279
  /**
272
280
  * 获取扫描任务列表
273
281
  */
@@ -288,6 +296,36 @@ export class Client extends AbstractClient {
288
296
  return this.request("DescribeDbAssets", req, cb)
289
297
  }
290
298
 
299
+ /**
300
+ * 获取资产视角的端口风险列表
301
+ */
302
+ async DescribeRiskCenterAssetViewPortRiskList(
303
+ req: DescribeRiskCenterAssetViewPortRiskListRequest,
304
+ cb?: (error: string, rep: DescribeRiskCenterAssetViewPortRiskListResponse) => void
305
+ ): Promise<DescribeRiskCenterAssetViewPortRiskListResponse> {
306
+ return this.request("DescribeRiskCenterAssetViewPortRiskList", req, cb)
307
+ }
308
+
309
+ /**
310
+ * 停止扫风险中心扫描任务
311
+ */
312
+ async StopRiskCenterTask(
313
+ req: StopRiskCenterTaskRequest,
314
+ cb?: (error: string, rep: StopRiskCenterTaskResponse) => void
315
+ ): Promise<StopRiskCenterTaskResponse> {
316
+ return this.request("StopRiskCenterTask", req, cb)
317
+ }
318
+
319
+ /**
320
+ * 获取子网列表
321
+ */
322
+ async DescribeSubnetAssets(
323
+ req: DescribeSubnetAssetsRequest,
324
+ cb?: (error: string, rep: DescribeSubnetAssetsResponse) => void
325
+ ): Promise<DescribeSubnetAssetsResponse> {
326
+ return this.request("DescribeSubnetAssets", req, cb)
327
+ }
328
+
291
329
  /**
292
330
  * cvm详情
293
331
  */