tencentcloud-sdk-nodejs 4.0.519 → 4.0.521

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 (77) hide show
  1. package/CHANGELOG.md +303 -0
  2. package/README.md +5 -4
  3. package/SERVICE_CHANGELOG.md +294 -99
  4. package/package.json +1 -1
  5. package/products.md +19 -19
  6. package/src/common/sdk_version.ts +1 -1
  7. package/src/services/acp/v20220105/acp_client.ts +13 -1
  8. package/src/services/acp/v20220105/acp_models.ts +75 -15
  9. package/src/services/cwp/v20180228/cwp_models.ts +8 -3
  10. package/src/services/dlc/v20210125/dlc_client.ts +12 -0
  11. package/src/services/dlc/v20210125/dlc_models.ts +30 -0
  12. package/src/services/domain/v20180808/domain_models.ts +2 -0
  13. package/src/services/emr/v20190103/emr_models.ts +2 -2
  14. package/src/services/ess/v20201111/ess_models.ts +6 -0
  15. package/src/services/facefusion/index.ts +2 -0
  16. package/src/services/facefusion/v20220927/facefusion_client.ts +65 -0
  17. package/src/services/facefusion/v20220927/facefusion_models.ts +273 -0
  18. package/src/services/facefusion/v20220927/index.ts +6 -0
  19. package/src/services/lcic/v20220817/lcic_models.ts +10 -8
  20. package/src/services/live/v20180801/live_client.ts +1 -1
  21. package/src/services/mmps/v20200710/mmps_models.ts +24 -0
  22. package/src/services/ms/v20180408/ms_client.ts +1 -1
  23. package/src/services/ms/v20180408/ms_models.ts +8 -8
  24. package/src/services/ocr/v20181119/ocr_models.ts +2 -0
  25. package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +7 -2
  26. package/src/services/tcr/v20190924/tcr_models.ts +6 -1
  27. package/src/services/teo/v20220901/teo_client.ts +12 -0
  28. package/src/services/teo/v20220901/teo_models.ts +72 -0
  29. package/src/services/thpc/v20220401/thpc_client.ts +19 -2
  30. package/src/services/thpc/v20220401/thpc_models.ts +215 -13
  31. package/src/services/tsf/v20180326/tsf_client.ts +1 -0
  32. package/src/services/tsf/v20180326/tsf_models.ts +73 -0
  33. package/src/services/vod/v20180717/vod_client.ts +1 -0
  34. package/src/services/vod/v20180717/vod_models.ts +35 -8
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/acp/v20220105/acp_client.d.ts +5 -1
  38. package/tencentcloud/services/acp/v20220105/acp_client.js +6 -0
  39. package/tencentcloud/services/acp/v20220105/acp_models.d.ts +63 -13
  40. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +7 -3
  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 +26 -0
  44. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +2 -0
  45. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +2 -2
  46. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -0
  47. package/tencentcloud/services/facefusion/index.d.ts +4 -0
  48. package/tencentcloud/services/facefusion/index.js +2 -0
  49. package/tencentcloud/services/facefusion/v20220927/facefusion_client.d.ts +22 -0
  50. package/tencentcloud/services/facefusion/v20220927/facefusion_client.js +47 -0
  51. package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +217 -0
  52. package/tencentcloud/services/facefusion/v20220927/facefusion_models.js +18 -0
  53. package/tencentcloud/services/facefusion/v20220927/index.d.ts +6 -0
  54. package/tencentcloud/services/facefusion/v20220927/index.js +9 -0
  55. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +10 -8
  56. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  57. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  58. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +20 -0
  59. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +1 -1
  60. package/tencentcloud/services/ms/v20180408/ms_client.js +1 -1
  61. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +8 -8
  62. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -0
  63. package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +6 -2
  64. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +5 -1
  65. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
  66. package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
  67. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +62 -0
  68. package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +5 -1
  69. package/tencentcloud/services/thpc/v20220401/thpc_client.js +6 -0
  70. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +184 -13
  71. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +62 -0
  72. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +32 -8
  73. package/test/acp.v20220105.test.js +10 -0
  74. package/test/dlc.v20210125.test.js +10 -0
  75. package/test/facefusion.v20220927.test.js +41 -0
  76. package/test/teo.v20220901.test.js +10 -0
  77. package/test/thpc.v20220401.test.js +10 -0
package/products.md CHANGED
@@ -2,7 +2,7 @@
2
2
  |-|-|-|
3
3
  | aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2022-08-08 06:02:45 |
4
4
  | aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
5
- | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2022-09-19 11:21:50 |
5
+ | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2023-01-10 15:15:42 |
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-11-23 06:03:08 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-11-14 06:09:18 |
@@ -65,7 +65,7 @@
65
65
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-12-28 11:40:24 |
66
66
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
67
67
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-12-28 01:05:55 |
68
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-01-04 01:15:09 |
68
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-01-10 01:16:24 |
69
69
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
70
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-01-02 01:17:01 |
71
71
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
@@ -75,9 +75,9 @@
75
75
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
76
76
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
77
77
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2022-11-29 06:37:37 |
78
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2022-12-28 01:06:32 |
78
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-01-10 01:20:24 |
79
79
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-12-29 10:19:39 |
80
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
80
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-01-10 01:21:29 |
81
81
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
82
82
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2022-10-31 06:27:09 |
83
83
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
@@ -88,11 +88,11 @@
88
88
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-01-09 01:21:37 |
89
89
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
90
90
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
91
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-01-04 01:22:01 |
91
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-01-11 01:21:05 |
92
92
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-12-12 01:25:49 |
93
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-01-09 01:23:34 |
93
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-01-11 01:21:38 |
94
94
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-01-09 01:24:27 |
95
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
95
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-10 20:30:44 |
96
96
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-01-06 01:23:24 |
97
97
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
98
98
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
@@ -120,28 +120,28 @@
120
120
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-12-20 01:38:37 |
121
121
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
122
122
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
123
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2022-12-28 13:56:24 |
123
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-01-10 01:31:38 |
124
124
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-01-09 01:31:39 |
125
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-01-09 01:32:15 |
125
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-01-11 01:29:14 |
126
126
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
127
127
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
128
128
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-11-23 06:38:36 |
129
129
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
130
130
  | memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2022-10-31 06:39:12 |
131
131
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
132
- | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-08-25 06:38:57 |
132
+ | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
133
133
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
134
134
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-01-05 01:31:47 |
135
135
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-01-02 01:32:07 |
136
136
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2022-12-16 01:33:15 |
137
137
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
138
- | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-12-09 15:05:58 |
138
+ | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
139
139
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
140
140
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
141
141
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-12-15 10:27:58 |
142
142
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
143
143
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-11-24 06:45:29 |
144
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-12-22 01:53:11 |
144
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-01-10 01:36:47 |
145
145
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-12-07 06:54:25 |
146
146
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-11-17 06:38:25 |
147
147
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
@@ -175,21 +175,21 @@
175
175
  | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-01-04 01:39:31 |
176
176
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
177
177
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
178
- | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-08-23 06:49:36 |
178
+ | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
179
179
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-12-23 01:54:25 |
180
180
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
181
181
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
182
182
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
183
183
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-11-30 06:59:59 |
184
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-12-30 01:44:00 |
184
+ | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-01-11 01:40:34 |
185
185
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-12-15 01:46:24 |
186
186
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
187
187
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-12-30 17:21:31 |
188
188
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2022-12-30 01:47:00 |
189
189
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
190
190
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
191
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-06 01:46:38 |
192
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-12-21 02:09:45 |
191
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-10 01:48:46 |
192
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-01-11 01:46:25 |
193
193
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
194
194
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2022-10-31 06:55:14 |
195
195
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -206,14 +206,14 @@
206
206
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-12-28 16:01:40 |
207
207
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-01-06 01:51:15 |
208
208
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2022-10-31 06:58:14 |
209
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-01-09 01:53:34 |
209
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-01-10 01:53:48 |
210
210
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-10-31 06:59:44 |
211
211
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-01-06 01:53:06 |
212
212
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
213
213
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-11-16 06:46:30 |
214
214
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
215
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-06 01:53:33 |
216
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-01-06 01:54:52 |
215
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-11 01:52:34 |
216
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-01-10 01:57:25 |
217
217
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-01-04 01:53:21 |
218
218
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
219
219
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-12-30 01:58:31 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.519"
1
+ export const sdkVersion = "4.0.521"
@@ -26,9 +26,11 @@ import {
26
26
  ResourceUsageInfoData,
27
27
  TaskFlowStepsInfo,
28
28
  CreateAppScanTaskRequest,
29
- DescribeScanTaskStatusResponse,
29
+ DescribeChannelTaskReportUrlResponse,
30
30
  DescribeFileTicketResponse,
31
+ DescribeScanTaskStatusResponse,
31
32
  DescribeScanTaskReportUrlRequest,
33
+ DescribeChannelTaskReportUrlRequest,
32
34
  AppTaskData,
33
35
  DescribeScanTaskStatusRequest,
34
36
  DescribeFileTicketRequest,
@@ -67,6 +69,16 @@ export class Client extends AbstractClient {
67
69
  return this.request("CreateAppScanTaskRepeat", req, cb)
68
70
  }
69
71
 
72
+ /**
73
+ * 获取子渠道的App合规诊断任务报告url
74
+ */
75
+ async DescribeChannelTaskReportUrl(
76
+ req: DescribeChannelTaskReportUrlRequest,
77
+ cb?: (error: string, rep: DescribeChannelTaskReportUrlResponse) => void
78
+ ): Promise<DescribeChannelTaskReportUrlResponse> {
79
+ return this.request("DescribeChannelTaskReportUrl", req, cb)
80
+ }
81
+
70
82
  /**
71
83
  * 查询应用合规平台用户资源的使用情况
72
84
  */
@@ -411,30 +411,23 @@ export interface CreateAppScanTaskRequest {
411
411
  }
412
412
 
413
413
  /**
414
- * DescribeScanTaskStatus返回参数结构体
414
+ * DescribeChannelTaskReportUrl返回参数结构体
415
415
  */
416
- export interface DescribeScanTaskStatusResponse {
416
+ export interface DescribeChannelTaskReportUrlResponse {
417
417
  /**
418
418
  * 返回值, 0:成功, 其他值请查看“返回值”定义
419
419
  */
420
- Result: number
420
+ Result?: number
421
421
 
422
422
  /**
423
- * 0:默认值(待检测/待咨询), 1.检测中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
423
+ * 诊断报告/堆栈信息/报告json结果下载链接
424
424
  */
425
- Status: number
426
-
427
- /**
428
- * 诊断失败的错误信息
429
- 注意:此字段可能返回 null,表示取不到有效值。
430
- */
431
- ErrMsg: string
425
+ ReportUrl?: string
432
426
 
433
427
  /**
434
- * 任务流详情
435
- 注意:此字段可能返回 null,表示取不到有效值。
436
- */
437
- FlowSteps: Array<TaskFlowStepsInfo>
428
+ * 诊断报告/堆栈/报告json结果的名称
429
+ */
430
+ ReportTitle?: string
438
431
 
439
432
  /**
440
433
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -474,6 +467,38 @@ export interface DescribeFileTicketResponse {
474
467
  RequestId?: string
475
468
  }
476
469
 
470
+ /**
471
+ * DescribeScanTaskStatus返回参数结构体
472
+ */
473
+ export interface DescribeScanTaskStatusResponse {
474
+ /**
475
+ * 返回值, 0:成功, 其他值请查看“返回值”定义
476
+ */
477
+ Result: number
478
+
479
+ /**
480
+ * 0:默认值(待检测/待咨询), 1.检测中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
481
+ */
482
+ Status: number
483
+
484
+ /**
485
+ * 诊断失败的错误信息
486
+ 注意:此字段可能返回 null,表示取不到有效值。
487
+ */
488
+ ErrMsg: string
489
+
490
+ /**
491
+ * 任务流详情
492
+ 注意:此字段可能返回 null,表示取不到有效值。
493
+ */
494
+ FlowSteps: Array<TaskFlowStepsInfo>
495
+
496
+ /**
497
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
498
+ */
499
+ RequestId?: string
500
+ }
501
+
477
502
  /**
478
503
  * DescribeScanTaskReportUrl请求参数结构体
479
504
  */
@@ -504,6 +529,41 @@ export interface DescribeScanTaskReportUrlRequest {
504
529
  ReportType: number
505
530
  }
506
531
 
532
+ /**
533
+ * DescribeChannelTaskReportUrl请求参数结构体
534
+ */
535
+ export interface DescribeChannelTaskReportUrlRequest {
536
+ /**
537
+ * 任务来源, 0:小程序诊断, 1:预留字段(暂未使用), 2:app诊断(android), 3:app漏洞扫描;
538
+ */
539
+ Source: number
540
+
541
+ /**
542
+ * 应用平台, 0:android, 1: iOS,2:小程序
543
+ */
544
+ Platform: number
545
+
546
+ /**
547
+ * 任务id
548
+ */
549
+ TaskID: string
550
+
551
+ /**
552
+ * 任务类型, 0:基础版, 1:专家版, 2:本地化
553
+ */
554
+ TaskType: number
555
+
556
+ /**
557
+ * 报告类型, 0:诊断报告, 1:堆栈报告, 2:视频证据(预留), 3:报告json结果
558
+ */
559
+ ReportType: number
560
+
561
+ /**
562
+ * 子渠道APP MD5值
563
+ */
564
+ AppMD5: string
565
+ }
566
+
507
567
  /**
508
568
  * 应用合规隐私诊断任务数据
509
569
  */
@@ -10974,17 +10974,22 @@ export interface DescribeVersionStatisticsResponse {
10974
10974
  /**
10975
10975
  * 基础版数量
10976
10976
  */
10977
- BasicVersionNum: number
10977
+ BasicVersionNum?: number
10978
10978
 
10979
10979
  /**
10980
10980
  * 专业版数量
10981
10981
  */
10982
- ProVersionNum: number
10982
+ ProVersionNum?: number
10983
10983
 
10984
10984
  /**
10985
10985
  * 旗舰版数量
10986
10986
  */
10987
- UltimateVersionNum: number
10987
+ UltimateVersionNum?: number
10988
+
10989
+ /**
10990
+ * 普惠版数量
10991
+ */
10992
+ GeneralVersionNum?: number
10988
10993
 
10989
10994
  /**
10990
10995
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -36,6 +36,7 @@ import {
36
36
  CreateTasksInOrderResponse,
37
37
  DescribeTablesResponse,
38
38
  SparkJobInfo,
39
+ SuspendResumeDataEngineResponse,
39
40
  DeleteSparkAppRequest,
40
41
  ModifyUserResponse,
41
42
  DeleteScriptResponse,
@@ -156,6 +157,7 @@ import {
156
157
  DeleteSparkAppResponse,
157
158
  AlterDMSPartitionResponse,
158
159
  CreateTasksRequest,
160
+ SuspendResumeDataEngineRequest,
159
161
  DescribeTableResponse,
160
162
  DescribeSparkAppJobsResponse,
161
163
  TableResponseInfo,
@@ -687,6 +689,16 @@ export class Client extends AbstractClient {
687
689
  return this.request("DeleteUser", req, cb)
688
690
  }
689
691
 
692
+ /**
693
+ * 本接口用于控制暂停或恢复数据引擎
694
+ */
695
+ async SuspendResumeDataEngine(
696
+ req: SuspendResumeDataEngineRequest,
697
+ cb?: (error: string, rep: SuspendResumeDataEngineResponse) => void
698
+ ): Promise<SuspendResumeDataEngineResponse> {
699
+ return this.request("SuspendResumeDataEngine", req, cb)
700
+ }
701
+
690
702
  /**
691
703
  * 本接口(DescribeDatabases)用于查询数据库列表。
692
704
  */
@@ -607,6 +607,21 @@ export interface SparkJobInfo {
607
607
  DataEngineStatus: number
608
608
  }
609
609
 
610
+ /**
611
+ * SuspendResumeDataEngine返回参数结构体
612
+ */
613
+ export interface SuspendResumeDataEngineResponse {
614
+ /**
615
+ * 虚拟集群详细信息
616
+ */
617
+ DataEngineName: string
618
+
619
+ /**
620
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
621
+ */
622
+ RequestId?: string
623
+ }
624
+
610
625
  /**
611
626
  * DeleteSparkApp请求参数结构体
612
627
  */
@@ -4043,6 +4058,21 @@ export interface CreateTasksRequest {
4043
4058
  DataEngineName?: string
4044
4059
  }
4045
4060
 
4061
+ /**
4062
+ * SuspendResumeDataEngine请求参数结构体
4063
+ */
4064
+ export interface SuspendResumeDataEngineRequest {
4065
+ /**
4066
+ * 虚拟集群名称
4067
+ */
4068
+ DataEngineName: string
4069
+
4070
+ /**
4071
+ * 操作类型 suspend/resume
4072
+ */
4073
+ Operate: string
4074
+ }
4075
+
4046
4076
  /**
4047
4077
  * DescribeTable返回参数结构体
4048
4078
  */
@@ -1303,6 +1303,8 @@ serverDeleteProhibited:注册局禁止删除
1303
1303
  clientTransferProhibited:注册商禁止转移
1304
1304
  clientUpdateProhibited:注册商禁止更新
1305
1305
  clientDeleteProhibited:注册商禁止删除
1306
+ serverRenewProhibited: 注册局禁止续费
1307
+ clientRenewProhobited: 注册商禁止续费
1306
1308
  */
1307
1309
  DomainStatus: Array<string>
1308
1310
 
@@ -4629,8 +4629,8 @@ export interface CustomMetaDBInfo {
4629
4629
 
4630
4630
  /**
4631
4631
  * hive共享元数据库类型。取值范围:
4632
- <li>EMR_NEW_META:表示集群默认创建</li>
4633
- <li>EMR_EXIT_META:表示集群使用指定EMR-MetaDB。</li>
4632
+ <li>EMR_DEFAULT_META:表示集群默认创建</li>
4633
+ <li>EMR_EXIST_META:表示集群使用指定EMR-MetaDB。</li>
4634
4634
  <li>USER_CUSTOM_META:表示集群使用自定义MetaDB。</li>
4635
4635
  */
4636
4636
  MetaType?: string
@@ -791,6 +791,12 @@ false:有序签
791
791
  * 应用相关信息
792
792
  */
793
793
  Agent?: Agent
794
+
795
+ /**
796
+ * 被抄送人的信息列表。
797
+ 注: 此功能为白名单功能,若有需要,请联系电子签客服开白使用。
798
+ */
799
+ CcInfos?: Array<CcInfo>
794
800
  }
795
801
 
796
802
  /**
@@ -1,5 +1,7 @@
1
1
  import { v20181201 } from "./v20181201"
2
+ import { v20220927 } from "./v20220927"
2
3
 
3
4
  export const facefusion = {
4
5
  v20181201: v20181201,
6
+ v20220927: v20220927,
5
7
  }
@@ -0,0 +1,65 @@
1
+ /* eslint-disable @typescript-eslint/no-unused-vars */
2
+ /*
3
+ * Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
4
+ *
5
+ * Licensed under the Apache License, Version 2.0 (the "License");
6
+ * you may not use this file except in compliance with the License.
7
+ * You may obtain a copy of the License at
8
+ *
9
+ * http://www.apache.org/licenses/LICENSE-2.0
10
+ *
11
+ * Unless required by applicable law or agreed to in writing,
12
+ * software distributed under the License is distributed on an
13
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ * KIND, either express or implied. See the License for the
15
+ * specific language governing permissions and limitations
16
+ * under the License.
17
+ */
18
+ import { AbstractClient } from "../../../common/abstract_client"
19
+ import { ClientConfig } from "../../../common/interface"
20
+ import {
21
+ PublicMaterialInfos,
22
+ DescribeMaterialListResponse,
23
+ FaceInfo,
24
+ MaterialFaces,
25
+ MergeInfo,
26
+ FuseFaceResponse,
27
+ FuseFaceRequest,
28
+ FaceRect,
29
+ DescribeMaterialListRequest,
30
+ LogoParam,
31
+ } from "./facefusion_models"
32
+
33
+ /**
34
+ * facefusion client
35
+ * @class
36
+ */
37
+ export class Client extends AbstractClient {
38
+ constructor(clientConfig: ClientConfig) {
39
+ super("facefusion.tencentcloudapi.com", "2022-09-27", clientConfig)
40
+ }
41
+
42
+ /**
43
+ * 通常通过腾讯云人脸融合的控制台可以查看到素材相关的参数数据,可以满足使用。本接口返回活动的素材数据,包括素材状态等。用于用户通过Api查看素材相关数据,方便使用。
44
+ */
45
+ async DescribeMaterialList(
46
+ req: DescribeMaterialListRequest,
47
+ cb?: (error: string, rep: DescribeMaterialListResponse) => void
48
+ ): Promise<DescribeMaterialListResponse> {
49
+ return this.request("DescribeMaterialList", req, cb)
50
+ }
51
+
52
+ /**
53
+ * 本接口用于单脸、多脸、选脸融合,上传人脸图片,得到与素材模板融合后的人脸图片。支持为融合结果图添加标识。查看 <a href="https://cloud.tencent.com/document/product/670/38247" target="_blank">融合接入指引</a>。
54
+
55
+ 请求频率限制为20次/秒。
56
+ >
57
+ - 公共参数中的签名方式必须指定为V3版本,即配置SignatureMethod参数为TC3-HMAC-SHA256。
58
+ */
59
+ async FuseFace(
60
+ req: FuseFaceRequest,
61
+ cb?: (error: string, rep: FuseFaceResponse) => void
62
+ ): Promise<FuseFaceResponse> {
63
+ return this.request("FuseFace", req, cb)
64
+ }
65
+ }