tencentcloud-sdk-nodejs 4.0.785 → 4.0.787

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 (93) hide show
  1. package/CHANGELOG.md +319 -0
  2. package/SERVICE_CHANGELOG.md +351 -165
  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/asr/v20190614/asr_models.ts +1 -1
  7. package/src/services/cfs/v20190719/cfs_models.ts +44 -37
  8. package/src/services/csip/v20221121/csip_client.ts +12 -0
  9. package/src/services/csip/v20221121/csip_models.ts +68 -0
  10. package/src/services/ess/v20201111/ess_client.ts +2 -1
  11. package/src/services/facefusion/v20181201/facefusion_client.ts +2 -16
  12. package/src/services/facefusion/v20181201/facefusion_models.ts +37 -86
  13. package/src/services/hunyuan/v20230901/hunyuan_client.ts +2 -2
  14. package/src/services/iotvideo/v20211125/iotvideo_client.ts +12 -0
  15. package/src/services/iotvideo/v20211125/iotvideo_models.ts +32 -0
  16. package/src/services/live/v20180801/live_client.ts +1 -1
  17. package/src/services/live/v20180801/live_models.ts +9 -2
  18. package/src/services/partners/v20180321/partners_models.ts +11 -6
  19. package/src/services/redis/v20180412/redis_client.ts +1 -1
  20. package/src/services/redis/v20180412/redis_models.ts +17 -13
  21. package/src/services/rum/v20210622/rum_client.ts +8 -69
  22. package/src/services/rum/v20210622/rum_models.ts +85 -292
  23. package/src/services/tcb/v20180608/tcb_models.ts +79 -43
  24. package/src/services/tke/index.ts +2 -0
  25. package/src/services/tke/v20180525/tke_client.ts +1 -1
  26. package/src/services/tke/v20180525/tke_models.ts +5 -5
  27. package/src/services/tke/v20220501/index.ts +6 -0
  28. package/src/services/tke/v20220501/tke_client.ts +77 -0
  29. package/src/services/tke/v20220501/tke_models.ts +795 -0
  30. package/src/services/trocket/v20230308/trocket_client.ts +375 -98
  31. package/src/services/trocket/v20230308/trocket_models.ts +1791 -800
  32. package/src/services/tse/v20201207/tse_client.ts +2 -2
  33. package/src/services/ump/v20200918/ump_client.ts +66 -32
  34. package/src/services/vod/v20180717/vod_client.ts +3 -2
  35. package/src/services/wedata/v20210820/wedata_client.ts +13 -1
  36. package/src/services/wedata/v20210820/wedata_models.ts +50 -35
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  40. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +44 -37
  41. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  42. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  43. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +66 -0
  44. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
  45. package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
  46. package/tencentcloud/services/facefusion/v20181201/facefusion_client.d.ts +1 -7
  47. package/tencentcloud/services/facefusion/v20181201/facefusion_client.js +0 -8
  48. package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +37 -84
  49. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +2 -2
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +2 -2
  51. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
  52. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
  53. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +30 -0
  54. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  55. package/tencentcloud/services/live/v20180801/live_models.d.ts +9 -2
  56. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +11 -6
  57. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  58. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  59. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +17 -13
  60. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +3 -31
  61. package/tencentcloud/services/rum/v20210622/rum_client.js +3 -39
  62. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +85 -283
  63. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +79 -43
  64. package/tencentcloud/services/tke/index.d.ts +4 -0
  65. package/tencentcloud/services/tke/index.js +2 -0
  66. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -1
  67. package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
  68. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
  69. package/tencentcloud/services/tke/v20220501/index.d.ts +6 -0
  70. package/tencentcloud/services/tke/v20220501/index.js +9 -0
  71. package/tencentcloud/services/tke/v20220501/tke_client.d.ts +18 -0
  72. package/tencentcloud/services/tke/v20220501/tke_client.js +43 -0
  73. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +753 -0
  74. package/tencentcloud/services/tke/v20220501/tke_models.js +18 -0
  75. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +117 -23
  76. package/tencentcloud/services/trocket/v20230308/trocket_client.js +167 -29
  77. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1721 -781
  78. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +2 -2
  79. package/tencentcloud/services/tse/v20201207/tse_client.js +2 -2
  80. package/tencentcloud/services/ump/v20200918/ump_client.d.ts +51 -17
  81. package/tencentcloud/services/ump/v20200918/ump_client.js +51 -17
  82. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
  83. package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
  84. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  85. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  86. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +48 -35
  87. package/test/csip.v20221121.test.js +10 -0
  88. package/test/facefusion.v20181201.test.js +0 -10
  89. package/test/iotvideo.v20211125.test.js +10 -0
  90. package/test/rum.v20210622.test.js +2 -42
  91. package/test/tke.v20220501.test.js +41 -0
  92. package/test/trocket.v20230308.test.js +234 -14
  93. package/test/wedata.v20210820.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.785",
3
+ "version": "4.0.787",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -17,7 +17,7 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-12-29 01:06:25 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-12-15 18:59:23 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-11-20 00:01:45 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-12-29 01:07:59 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-01-23 01:09:15 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-01-01 00:02:00 |
@@ -48,7 +48,7 @@
48
48
  | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-01-05 01:09:22 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-12-15 19:11:22 |
50
50
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-01-19 01:08:39 |
51
- | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-01-09 01:09:35 |
51
+ | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-01-23 01:11:18 |
52
52
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-01-09 01:09:43 |
53
53
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
54
54
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
@@ -67,7 +67,7 @@
67
67
  | config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2023-11-27 00:06:03 |
68
68
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
69
69
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
70
- | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-01-19 01:09:59 |
70
+ | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-01-22 01:09:58 |
71
71
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
72
72
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-01-18 01:12:34 |
73
73
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-01-05 01:11:37 |
@@ -96,7 +96,7 @@
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
97
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-01-18 01:15:51 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-03 01:15:03 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-17 21:43:05 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-22 01:13:39 |
100
100
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-18 01:16:19 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-01-12 01:15:37 |
@@ -112,7 +112,7 @@
112
112
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-01-18 01:16:58 |
113
113
  | hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
114
114
  | hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
115
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-01-08 00:11:02 |
115
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-01-22 01:14:29 |
116
116
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2023-12-15 19:45:01 |
117
117
  | ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
118
118
  | icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2023-05-18 01:30:40 |
@@ -125,7 +125,7 @@
125
125
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-11-06 00:11:14 |
126
126
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-10-16 01:17:51 |
127
127
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
128
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-01-18 01:17:58 |
128
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-01-23 01:20:20 |
129
129
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
130
130
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
131
131
  | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-12-27 01:22:46 |
@@ -134,7 +134,7 @@
134
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
135
135
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-21 01:48:52 |
136
136
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-01-03 01:18:19 |
137
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-01-19 01:16:41 |
137
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-01-22 01:16:38 |
138
138
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
139
139
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
140
140
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
@@ -157,17 +157,17 @@
157
157
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-01-16 01:19:57 |
158
158
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-01-05 01:21:57 |
159
159
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-01-17 01:19:45 |
160
- | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
160
+ | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-01-23 01:25:29 |
161
161
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
162
162
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-11-14 01:22:46 |
163
163
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-01-19 01:18:43 |
164
164
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-12-12 02:16:34 |
165
165
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-11-24 01:21:07 |
166
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-12-22 01:21:35 |
166
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-01-22 01:18:51 |
167
167
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
168
168
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
169
169
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
170
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-01-12 01:21:17 |
170
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-01-23 01:26:09 |
171
171
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-12-29 01:22:39 |
172
172
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-12-25 00:16:59 |
173
173
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
@@ -191,7 +191,7 @@
191
191
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
192
192
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-08-17 04:48:55 |
193
193
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-09-25 01:25:42 |
194
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-01-12 01:22:44 |
194
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2024-01-23 01:27:30 |
195
195
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
196
196
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
197
197
  | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-11-28 01:24:39 |
@@ -200,7 +200,7 @@
200
200
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-12-12 02:27:39 |
201
201
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-01-05 01:25:17 |
202
202
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
203
- | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-01-12 01:24:00 |
203
+ | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-01-23 01:28:41 |
204
204
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-01-12 01:24:10 |
205
205
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
206
206
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-12-20 02:13:36 |
@@ -214,29 +214,29 @@
214
214
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
215
215
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-01-16 01:24:12 |
216
216
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-29 01:26:38 |
217
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-01-18 01:25:02 |
217
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-01-22 11:36:09 |
218
218
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
219
219
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-01-12 01:25:58 |
220
220
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-01-04 01:25:25 |
221
221
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
222
222
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
223
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-01-19 01:23:15 |
223
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-01-23 01:30:19 |
224
224
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-29 01:27:21 |
225
225
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
226
226
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-01-16 14:56:12 |
227
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2024-01-12 01:26:19 |
227
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2024-01-23 01:30:39 |
228
228
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-01-15 01:25:03 |
229
229
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
230
230
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
231
- | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
231
+ | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-01-23 01:31:22 |
232
232
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-12-22 01:27:31 |
233
233
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
234
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-01-09 01:28:56 |
234
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-01-23 01:31:36 |
235
235
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-01-17 01:26:10 |
236
236
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
237
237
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-01-17 01:26:45 |
238
238
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
239
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-01-18 01:27:50 |
239
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-01-22 01:25:42 |
240
240
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-01-17 01:27:53 |
241
241
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
242
242
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-12-26 02:06:57 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.785"
1
+ export const sdkVersion = "4.0.787"
@@ -693,7 +693,7 @@ export interface CreateRecTaskRequest {
693
693
  /**
694
694
  * 是否开启说话人分离
695
695
  0:不开启;
696
- 1:开启(仅支持以下引擎:8k_zh/16k_zh/16k_ms/16k_en/16k_id,且ChannelNum=1时可用);
696
+ 1:开启(仅支持以下引擎:8k_zh/16k_zh/16k_ms/16k_en/16k_id/16k_zh_large/16k_dialect_large,且ChannelNum=1时可用);
697
697
  默认值为 0
698
698
 
699
699
  注意:
@@ -138,11 +138,11 @@ export interface DescribeMountTargetsResponse {
138
138
  /**
139
139
  * 挂载点详情
140
140
  */
141
- MountTargets: Array<MountInfo>
141
+ MountTargets?: Array<MountInfo>
142
142
  /**
143
143
  * 挂载点数量
144
144
  */
145
- NumberOfMountTargets: number
145
+ NumberOfMountTargets?: number
146
146
  /**
147
147
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
148
148
  */
@@ -174,119 +174,119 @@ export interface MigrationTaskInfo {
174
174
  /**
175
175
  * 迁移任务名称
176
176
  */
177
- TaskName: string
177
+ TaskName?: string
178
178
  /**
179
179
  * 迁移任务id
180
180
  */
181
- TaskId: string
181
+ TaskId?: string
182
182
  /**
183
183
  * 迁移方式标志位,默认为0。0: 桶迁移;1: 清单迁移
184
184
  */
185
- MigrationType: number
185
+ MigrationType?: number
186
186
  /**
187
187
  * 迁移模式,默认为0。0: 全量迁移
188
188
  */
189
- MigrationMode: number
189
+ MigrationMode?: number
190
190
  /**
191
191
  * 数据源桶名称
192
192
  注意:此字段可能返回 null,表示取不到有效值。
193
193
  */
194
- BucketName: string
194
+ BucketName?: string
195
195
  /**
196
196
  * 数据源桶地域
197
197
  注意:此字段可能返回 null,表示取不到有效值。
198
198
  */
199
- BucketRegion: string
199
+ BucketRegion?: string
200
200
  /**
201
201
  * 数据源桶地址
202
202
  注意:此字段可能返回 null,表示取不到有效值。
203
203
  */
204
- BucketAddress: string
204
+ BucketAddress?: string
205
205
  /**
206
206
  * 清单地址
207
207
  注意:此字段可能返回 null,表示取不到有效值。
208
208
  */
209
- ListAddress: string
209
+ ListAddress?: string
210
210
  /**
211
211
  * 文件系统实例名称
212
212
  注意:此字段可能返回 null,表示取不到有效值。
213
213
  */
214
- FsName: string
214
+ FsName?: string
215
215
  /**
216
216
  * 文件系统实例Id
217
217
  */
218
- FileSystemId: string
218
+ FileSystemId?: string
219
219
  /**
220
220
  * 文件系统路径
221
221
  */
222
- FsPath: string
222
+ FsPath?: string
223
223
  /**
224
224
  * 同名文件迁移时覆盖策略,默认为0。0: 最后修改时间优先;1: 全覆盖;2: 不覆盖
225
225
  */
226
- CoverType: number
226
+ CoverType?: number
227
227
  /**
228
228
  * 创建时间
229
229
  */
230
- CreateTime: number
230
+ CreateTime?: number
231
231
  /**
232
232
  * 完成/终止时间
233
233
  注意:此字段可能返回 null,表示取不到有效值。
234
234
  */
235
- EndTime: number
235
+ EndTime?: number
236
236
  /**
237
237
  * 迁移状态。0: 已完成;1: 进行中;2: 已终止
238
238
  */
239
- Status: number
239
+ Status?: number
240
240
  /**
241
241
  * 文件数量
242
242
  注意:此字段可能返回 null,表示取不到有效值。
243
243
  */
244
- FileTotalCount: number
244
+ FileTotalCount?: number
245
245
  /**
246
246
  * 已迁移文件数量
247
247
  注意:此字段可能返回 null,表示取不到有效值。
248
248
  */
249
- FileMigratedCount: number
249
+ FileMigratedCount?: number
250
250
  /**
251
251
  * 迁移失败文件数量
252
252
  注意:此字段可能返回 null,表示取不到有效值。
253
253
  */
254
- FileFailedCount: number
254
+ FileFailedCount?: number
255
255
  /**
256
256
  * 文件容量,单位Byte
257
257
  注意:此字段可能返回 null,表示取不到有效值。
258
258
  */
259
- FileTotalSize: number
259
+ FileTotalSize?: number
260
260
  /**
261
261
  * 已迁移文件容量,单位Byte
262
262
  注意:此字段可能返回 null,表示取不到有效值。
263
263
  */
264
- FileMigratedSize: number
264
+ FileMigratedSize?: number
265
265
  /**
266
266
  * 迁移失败文件容量,单位Byte
267
267
  注意:此字段可能返回 null,表示取不到有效值。
268
268
  */
269
- FileFailedSize: number
269
+ FileFailedSize?: number
270
270
  /**
271
271
  * 全部清单
272
272
  注意:此字段可能返回 null,表示取不到有效值。
273
273
  */
274
- FileTotalList: string
274
+ FileTotalList?: string
275
275
  /**
276
276
  * 已完成文件清单
277
277
  注意:此字段可能返回 null,表示取不到有效值。
278
278
  */
279
- FileCompletedList: string
279
+ FileCompletedList?: string
280
280
  /**
281
281
  * 失败文件清单
282
282
  注意:此字段可能返回 null,表示取不到有效值。
283
283
  */
284
- FileFailedList: string
284
+ FileFailedList?: string
285
285
  /**
286
286
  * 源桶路径
287
287
  注意:此字段可能返回 null,表示取不到有效值。
288
288
  */
289
- BucketPath: string
289
+ BucketPath?: string
290
290
  }
291
291
 
292
292
  /**
@@ -1234,7 +1234,7 @@ export interface CreateCfsSnapshotResponse {
1234
1234
  /**
1235
1235
  * 文件系统快照id
1236
1236
  */
1237
- SnapshotId: string
1237
+ SnapshotId?: string
1238
1238
  /**
1239
1239
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1240
1240
  */
@@ -1774,15 +1774,22 @@ export interface DescribeCfsSnapshotsRequest {
1774
1774
  */
1775
1775
  SnapshotId?: string
1776
1776
  /**
1777
- * 分页起始位置
1777
+ * 分页起始位置,默认为0
1778
1778
  */
1779
1779
  Offset?: number
1780
1780
  /**
1781
- * 页面长度
1781
+ * 页面长度,默认为20
1782
1782
  */
1783
1783
  Limit?: number
1784
1784
  /**
1785
- * 过滤条件
1785
+ * 过滤条件。
1786
+ <br>SnapshotId - Array of String - 是否必填:否 -(过滤条件)按快照ID过滤。
1787
+ <br>SnapshotName - Array of String - 是否必填:否 -(过滤条件)按照快照名称过滤。
1788
+ <br>FileSystemId - Array of String - 是否必填:否 -(过滤条件)按文件系统ID过滤。
1789
+ <br>FsName - Array of String - 是否必填:否 -(过滤条件)按文件系统名过滤。
1790
+ <br>Status - Array of String - 是否必填:否 -(过滤条件)按按照快照状态过滤。(creating:表示创建中 | available:表示可用。| rollbacking:表示回滚。| rollbacking_new:表示由快照创建新文件系统中。
1791
+ <br>tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键进行过滤。
1792
+ <br>tag:tag-key - Array of String - 是否必填:否 -(过滤条件)按照标签键值对进行过滤。 tag-key使用具体的标签键进行替换。
1786
1793
  */
1787
1794
  Filters?: Array<Filter>
1788
1795
  /**
@@ -2113,7 +2120,7 @@ export interface UpdateCfsSnapshotAttributeResponse {
2113
2120
  /**
2114
2121
  * 文件系统快照ID
2115
2122
  */
2116
- SnapshotId: string
2123
+ SnapshotId?: string
2117
2124
  /**
2118
2125
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2119
2126
  */
@@ -2299,15 +2306,15 @@ export interface DescribeCfsSnapshotsResponse {
2299
2306
  /**
2300
2307
  * 总个数
2301
2308
  */
2302
- TotalCount: number
2309
+ TotalCount?: number
2303
2310
  /**
2304
2311
  * 快照信息描述
2305
2312
  */
2306
- Snapshots: Array<SnapshotInfo>
2313
+ Snapshots?: Array<SnapshotInfo>
2307
2314
  /**
2308
2315
  * 快照列表快照汇总
2309
2316
  */
2310
- TotalSize: number
2317
+ TotalSize?: number
2311
2318
  /**
2312
2319
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2313
2320
  */
@@ -2331,11 +2338,11 @@ export interface DescribeAutoSnapshotPoliciesResponse {
2331
2338
  /**
2332
2339
  * 快照策略总个数
2333
2340
  */
2334
- TotalCount: number
2341
+ TotalCount?: number
2335
2342
  /**
2336
2343
  * 快照策略信息
2337
2344
  */
2338
- AutoSnapshotPolicies: Array<AutoSnapshotPolicyInfo>
2345
+ AutoSnapshotPolicies?: Array<AutoSnapshotPolicyInfo>
2339
2346
  /**
2340
2347
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2341
2348
  */
@@ -38,6 +38,7 @@ import {
38
38
  OrganizationUserInfo,
39
39
  AssetTag,
40
40
  DescribeVULRiskAdvanceCFGListRequest,
41
+ ModifyRiskCenterScanTaskResponse,
41
42
  DescribeRiskCenterAssetViewCFGRiskListRequest,
42
43
  DescribeDomainAssetsRequest,
43
44
  Tag,
@@ -125,6 +126,7 @@ import {
125
126
  DescribeRiskCenterAssetViewVULRiskListResponse,
126
127
  DescribeCVMAssetsRequest,
127
128
  DescribeRiskCenterServerRiskListRequest,
129
+ ModifyRiskCenterScanTaskRequest,
128
130
  ClbListenerListInfo,
129
131
  DescribeRiskCenterServerRiskListResponse,
130
132
  DescribeListenerListRequest,
@@ -305,6 +307,16 @@ export class Client extends AbstractClient {
305
307
  return this.request("DescribeCVMAssets", req, cb)
306
308
  }
307
309
 
310
+ /**
311
+ * 修改风险中心扫描任务
312
+ */
313
+ async ModifyRiskCenterScanTask(
314
+ req: ModifyRiskCenterScanTaskRequest,
315
+ cb?: (error: string, rep: ModifyRiskCenterScanTaskResponse) => void
316
+ ): Promise<ModifyRiskCenterScanTaskResponse> {
317
+ return this.request("ModifyRiskCenterScanTask", req, cb)
318
+ }
319
+
308
320
  /**
309
321
  * 获取内容风险列表
310
322
  */
@@ -1040,6 +1040,28 @@ export interface DescribeVULRiskAdvanceCFGListRequest {
1040
1040
  Filter?: Filter
1041
1041
  }
1042
1042
 
1043
+ /**
1044
+ * ModifyRiskCenterScanTask返回参数结构体
1045
+ */
1046
+ export interface ModifyRiskCenterScanTaskResponse {
1047
+ /**
1048
+ * 任务id
1049
+ */
1050
+ TaskId?: string
1051
+ /**
1052
+ * 0,修改成功,其他失败;-1为存在资产未认证
1053
+ */
1054
+ Status?: number
1055
+ /**
1056
+ * 未认证资产列表
1057
+ */
1058
+ UnAuthAsset?: Array<string>
1059
+ /**
1060
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1061
+ */
1062
+ RequestId?: string
1063
+ }
1064
+
1043
1065
  /**
1044
1066
  * DescribeRiskCenterAssetViewCFGRiskList请求参数结构体
1045
1067
  */
@@ -4661,6 +4683,52 @@ export interface DescribeRiskCenterServerRiskListRequest {
4661
4683
  Tags?: Array<AssetTag>
4662
4684
  }
4663
4685
 
4686
+ /**
4687
+ * ModifyRiskCenterScanTask请求参数结构体
4688
+ */
4689
+ export interface ModifyRiskCenterScanTaskRequest {
4690
+ /**
4691
+ * 任务名称
4692
+ */
4693
+ TaskName: string
4694
+ /**
4695
+ * 0-全扫,1-指定资产扫,2-排除资产扫,3-手动填写扫;1和2则Assets字段必填,3则SelfDefiningAssets必填
4696
+ */
4697
+ ScanAssetType: number
4698
+ /**
4699
+ * 扫描项目;port/poc/weakpass/webcontent/configrisk
4700
+ */
4701
+ ScanItem: Array<string>
4702
+ /**
4703
+ * 0-周期任务,1-立即扫描,2-定时扫描,3-自定义;0,2,3则ScanPlanContent必填
4704
+ */
4705
+ ScanPlanType: number
4706
+ /**
4707
+ * 要修改的任务id
4708
+ */
4709
+ TaskId: string
4710
+ /**
4711
+ * 扫描资产信息列表
4712
+ */
4713
+ Assets?: Array<TaskAssetObject>
4714
+ /**
4715
+ * 扫描计划详情
4716
+ */
4717
+ ScanPlanContent?: string
4718
+ /**
4719
+ * ip/域名/url数组
4720
+ */
4721
+ SelfDefiningAssets?: Array<string>
4722
+ /**
4723
+ * 高级配置
4724
+ */
4725
+ TaskAdvanceCFG?: TaskAdvanceCFG
4726
+ /**
4727
+ * 体检模式,0-标准模式,1-快速模式,2-高级模式,默认标准模式
4728
+ */
4729
+ TaskMode?: number
4730
+ }
4731
+
4664
4732
  /**
4665
4733
  * clb实例和监听器信息
4666
4734
  */
@@ -704,7 +704,8 @@ export class Client extends AbstractClient {
704
704
 
705
705
  注:**静默(自动)签署不支持合同签署方存在填写**功能
706
706
  <br>
707
- **相关视频指引**
707
+
708
+ <font color="red">相关视频指引</font>
708
709
  <a href="https://dyn.ess.tencent.cn/guide/apivideo/createflow_seversign.mp4" target="_blank">创建静默(自动)签署模板和开通自动签署</a>
709
710
  */
710
711
  async CreateFlow(
@@ -19,16 +19,14 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  PublicMaterialInfos,
22
- FaceInfo,
22
+ FaceFusionRequest,
23
23
  FaceFusionResponse,
24
24
  DescribeMaterialListResponse,
25
25
  MaterialFaceList,
26
- FaceFusionRequest,
27
- FaceFusionLiteResponse,
26
+ FaceInfo,
28
27
  MergeInfo,
29
28
  FuseFaceReviewDetail,
30
29
  ImageCodecParam,
31
- FaceFusionLiteRequest,
32
30
  FuseFaceReviewResult,
33
31
  FuseFaceResponse,
34
32
  FuseFaceRequest,
@@ -82,16 +80,4 @@ export class Client extends AbstractClient {
82
80
  ): Promise<FuseFaceResponse> {
83
81
  return this.request("FuseFace", req, cb)
84
82
  }
85
-
86
- /**
87
- * 接口不再使用
88
-
89
- 人脸融合活动专用版,不推荐使用。人脸融合接口建议使用[人脸融合](https://cloud.tencent.com/document/product/670/31061)或[选脸融合](https://cloud.tencent.com/document/product/670/37736)接口
90
- */
91
- async FaceFusionLite(
92
- req: FaceFusionLiteRequest,
93
- cb?: (error: string, rep: FaceFusionLiteResponse) => void
94
- ): Promise<FaceFusionLiteResponse> {
95
- return this.request("FaceFusionLite", req, cb)
96
- }
97
83
  }