tencentcloud-sdk-nodejs 4.0.891 → 4.0.893

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 (68) hide show
  1. package/CHANGELOG.md +304 -0
  2. package/SERVICE_CHANGELOG.md +314 -115
  3. package/package.json +1 -1
  4. package/products.md +23 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +0 -4
  7. package/src/services/cdb/v20170320/cdb_models.ts +9 -7
  8. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  9. package/src/services/emr/v20190103/emr_models.ts +5 -5
  10. package/src/services/es/v20180416/es_models.ts +5 -0
  11. package/src/services/ess/v20201111/ess_models.ts +5 -0
  12. package/src/services/essbasic/v20210526/essbasic_models.ts +20 -13
  13. package/src/services/goosefs/v20220519/goosefs_client.ts +1 -0
  14. package/src/services/goosefs/v20220519/goosefs_models.ts +52 -12
  15. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +1 -13
  16. package/src/services/ivld/v20210903/ivld_client.ts +65 -0
  17. package/src/services/ivld/v20210903/ivld_models.ts +249 -0
  18. package/src/services/lke/v20231130/lke_client.ts +2 -3
  19. package/src/services/lke/v20231130/lke_models.ts +5 -0
  20. package/src/services/mps/v20190612/mps_models.ts +10 -0
  21. package/src/services/ocr/v20181119/ocr_models.ts +4 -0
  22. package/src/services/rum/v20210622/rum_models.ts +4 -0
  23. package/src/services/smpn/v20190822/smpn_client.ts +0 -48
  24. package/src/services/smpn/v20190822/smpn_models.ts +0 -176
  25. package/src/services/tdcpg/v20211118/tdcpg_models.ts +4 -4
  26. package/src/services/trtc/v20190722/trtc_client.ts +58 -20
  27. package/src/services/trtc/v20190722/trtc_models.ts +310 -124
  28. package/src/services/tse/v20201207/tse_models.ts +9 -0
  29. package/src/services/vpc/v20170312/vpc_client.ts +19 -6
  30. package/src/services/vpc/v20170312/vpc_models.ts +68 -2
  31. package/src/services/waf/v20180125/waf_models.ts +2 -2
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +0 -4
  35. package/tencentcloud/services/aiart/v20221229/aiart_client.js +0 -4
  36. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -7
  37. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  38. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +5 -5
  39. package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
  40. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -0
  41. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +20 -13
  42. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +51 -12
  43. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +1 -13
  44. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +37 -1
  45. package/tencentcloud/services/ivld/v20210903/ivld_client.js +42 -0
  46. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +238 -0
  47. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +0 -1
  48. package/tencentcloud/services/lke/v20231130/lke_client.js +0 -1
  49. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +5 -0
  50. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +10 -0
  51. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  52. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +4 -0
  53. package/tencentcloud/services/smpn/v20190822/smpn_client.d.ts +1 -19
  54. package/tencentcloud/services/smpn/v20190822/smpn_client.js +0 -24
  55. package/tencentcloud/services/smpn/v20190822/smpn_models.d.ts +0 -164
  56. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +4 -4
  57. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +19 -7
  58. package/tencentcloud/services/trtc/v20190722/trtc_client.js +26 -8
  59. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +302 -124
  60. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +9 -0
  61. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +7 -3
  62. package/tencentcloud/services/vpc/v20170312/vpc_client.js +9 -3
  63. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +65 -2
  64. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +2 -2
  65. package/test/ivld.v20210903.test.js +30 -0
  66. package/test/smpn.v20190822.test.js +0 -30
  67. package/test/trtc.v20190722.test.js +34 -4
  68. package/test/vpc.v20170312.test.js +12 -2
package/products.md CHANGED
@@ -6,7 +6,7 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-20 01:07:31 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-05-31 01:07:20 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-05-31 01:07:25 |
9
- | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-07-03 11:33:50 |
9
+ | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-07-10 01:07:24 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-04-22 01:07:21 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
@@ -40,9 +40,9 @@
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-06-28 01:05:34 |
42
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-06-13 01:13:25 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-07-08 01:09:08 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-07-10 01:09:35 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
45
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-21 01:17:01 |
45
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-10 01:10:02 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
47
47
  | cdwch | [腾讯云数据仓库TCHouse-C](https://cloud.tencent.com/document/product/1299) | 2024-06-27 01:07:08 |
48
48
  | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-06-20 01:19:00 |
@@ -94,17 +94,17 @@
94
94
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-03-20 01:15:56 |
95
95
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-03 01:15:58 |
98
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-05 18:47:21 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-03 01:16:06 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-04 01:16:18 |
97
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-09 01:14:34 |
98
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-09 01:14:44 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-09 01:14:53 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-09 01:15:08 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-26 01:16:46 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
104
104
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
105
105
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-03 01:16:42 |
106
106
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-06-27 01:13:06 |
107
- | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-03-20 01:17:31 |
107
+ | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-07-10 01:17:00 |
108
108
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
109
109
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-05-28 01:43:15 |
110
110
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
@@ -123,19 +123,19 @@
123
123
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-28 01:12:56 |
124
124
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
125
125
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
126
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-08 01:16:17 |
126
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-10 01:17:46 |
127
127
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
128
128
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
129
129
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
130
130
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
131
131
  | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-06-28 15:23:39 |
132
- | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
132
+ | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
133
133
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
134
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
135
135
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-06-24 01:17:36 |
136
136
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-06-25 01:17:45 |
137
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-06-26 01:19:20 |
138
- | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-06-25 01:18:18 |
137
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-07-10 01:19:34 |
138
+ | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-07-08 10:47:57 |
139
139
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
140
140
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
141
141
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-20 01:20:11 |
@@ -147,7 +147,7 @@
147
147
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-05-28 01:54:57 |
148
148
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-02 01:19:49 |
149
149
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-03 01:20:32 |
150
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-07-08 01:18:48 |
150
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-07-09 01:19:04 |
151
151
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
152
152
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
153
153
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
@@ -155,12 +155,12 @@
155
155
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
156
156
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
157
157
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-06-05 02:02:33 |
158
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-05 01:14:45 |
158
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-09 01:19:41 |
159
159
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
160
160
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-07-03 01:21:45 |
161
161
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
162
162
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
163
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-05 01:15:16 |
163
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-10 01:22:15 |
164
164
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
165
165
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-06-20 02:06:03 |
166
166
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-06-14 02:22:55 |
@@ -168,12 +168,12 @@
168
168
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
169
169
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
170
170
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
171
- | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-07-04 01:21:42 |
171
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-07-10 01:22:53 |
172
172
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-07-03 01:22:38 |
173
173
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-07-01 01:22:01 |
174
174
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
175
175
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
176
- | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-08 01:20:52 |
176
+ | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-09 01:21:06 |
177
177
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-06-20 02:08:58 |
178
178
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
179
179
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
@@ -201,7 +201,7 @@
201
201
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
202
202
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-07-01 01:23:21 |
203
203
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-26 01:23:56 |
204
- | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
204
+ | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
205
205
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
206
206
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-07-03 01:24:52 |
207
207
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
@@ -225,8 +225,8 @@
225
225
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-07-05 01:19:38 |
226
226
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
227
227
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-21 02:25:01 |
228
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-07-08 01:24:35 |
229
- | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-20 02:26:25 |
228
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-07-10 01:27:37 |
229
+ | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-07-10 01:27:48 |
230
230
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-27 01:22:43 |
231
231
  | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-07-08 01:25:22 |
232
232
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
@@ -234,14 +234,14 @@
234
234
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
235
235
  | vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
236
236
  | vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-06-28 01:22:51 |
237
- | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-06-28 01:22:56 |
237
+ | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-07-09 01:25:36 |
238
238
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
239
239
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
240
240
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-05 01:20:46 |
241
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-03 01:28:07 |
241
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-10 01:29:16 |
242
242
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
243
243
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
244
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-04 01:27:42 |
244
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-07-10 01:30:00 |
245
245
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
246
246
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-07-02 01:28:21 |
247
247
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.891"
1
+ export const sdkVersion = "4.0.893"
@@ -127,8 +127,6 @@ export class Client extends AbstractClient {
127
127
  训练模型分为提交任务和查询任务2个接口。
128
128
  - 提交训练写真模型任务:完成上传训练图片后,提交一个训练写真模型异步任务,根据写真模型 ID 开始训练模型。
129
129
  - 查询训练写真模型任务:根据写真模型 ID 查询训练任务的处理状态、处理结果。
130
-
131
- 默认接口请求频率限制:20次/秒。
132
130
  */
133
131
  async QueryTrainPortraitModelJob(
134
132
  req: QueryTrainPortraitModelJobRequest,
@@ -155,8 +153,6 @@ export class Client extends AbstractClient {
155
153
  生成图片分为提交任务和查询任务2个接口。
156
154
  - 提交生成写真图片任务:完成训练写真模型后,选择写真风格模板,提交一个生成写真图片异步任务,根据写真模型 ID 开始生成人物形象在指定风格上的写真图片,获得任务 ID。
157
155
  - 查询生成写真图片任务:根据任务 ID 查询生成图片任务的处理状态、处理结果。
158
-
159
- 默认接口请求频率限制:20次/秒。
160
156
  */
161
157
  async QueryDrawPortraitJob(
162
158
  req: QueryDrawPortraitJobRequest,
@@ -2837,7 +2837,7 @@ export interface DescribeDBInstanceGTIDResponse {
2837
2837
  /**
2838
2838
  * GTID 是否开通的标记,可能的取值为:0 - 未开通,1 - 已开通。
2839
2839
  */
2840
- IsGTIDOpen: number
2840
+ IsGTIDOpen?: number
2841
2841
  /**
2842
2842
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2843
2843
  */
@@ -5451,10 +5451,12 @@ export interface DisassociateSecurityGroupsRequest {
5451
5451
  export interface Account {
5452
5452
  /**
5453
5453
  * 新账户的名称
5454
+ 注意:此字段可能返回 null,表示取不到有效值。
5454
5455
  */
5455
5456
  User: string
5456
5457
  /**
5457
5458
  * 新账户的域名
5459
+ 注意:此字段可能返回 null,表示取不到有效值。
5458
5460
  */
5459
5461
  Host: string
5460
5462
  }
@@ -7169,12 +7171,12 @@ export interface DescribeAuditRulesResponse {
7169
7171
  /**
7170
7172
  * 符合条件的审计规则个数。
7171
7173
  */
7172
- TotalCount: number
7174
+ TotalCount?: number
7173
7175
  /**
7174
7176
  * 审计规则详情。
7175
7177
  注意:此字段可能返回 null,表示取不到有效值。
7176
7178
  */
7177
- Items: Array<AuditRule>
7179
+ Items?: Array<AuditRule>
7178
7180
  /**
7179
7181
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7180
7182
  */
@@ -8393,12 +8395,12 @@ export interface DescribeAuditPoliciesResponse {
8393
8395
  /**
8394
8396
  * 符合条件的审计策略个数。
8395
8397
  */
8396
- TotalCount: number
8398
+ TotalCount?: number
8397
8399
  /**
8398
8400
  * 审计策略详情。
8399
8401
  注意:此字段可能返回 null,表示取不到有效值。
8400
8402
  */
8401
- Items: Array<AuditPolicy>
8403
+ Items?: Array<AuditPolicy>
8402
8404
  /**
8403
8405
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8404
8406
  */
@@ -9541,11 +9543,11 @@ export interface DescribeUploadedFilesResponse {
9541
9543
  /**
9542
9544
  * 符合查询条件的SQL文件总数。
9543
9545
  */
9544
- TotalCount: number
9546
+ TotalCount?: number
9545
9547
  /**
9546
9548
  * 返回的SQL文件列表。
9547
9549
  */
9548
- Items: Array<SqlFileInfo>
9550
+ Items?: Array<SqlFileInfo>
9549
9551
  /**
9550
9552
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9551
9553
  */
@@ -677,7 +677,7 @@ IPv6 功能目前尚未全量,需要先申请试用
677
677
  * 回源协议配置
678
678
  http:强制 http 回源
679
679
  follow:协议跟随回源
680
- https:强制 https 回源,https 回源时仅支持源站 443 端口
680
+ https:强制 https 回源
681
681
  注意:此字段可能返回 null,表示取不到有效值。
682
682
  */
683
683
  OriginPullProtocol?: string
@@ -1016,17 +1016,17 @@ export interface LoadAutoScaleStrategy {
1016
1016
  */
1017
1017
  ScaleNum?: number
1018
1018
  /**
1019
- * 扩缩容负载指标。
1019
+ * 扩缩容负载指标。注:不推荐使用此属性,和LoadMetricsConditions属性配置互斥,配置了LoadMetricsConditions,这个属性不生效。请优先使用LoadMetricsConditions属性支持多指标。
1020
1020
  注意:此字段可能返回 null,表示取不到有效值。
1021
1021
  */
1022
1022
  LoadMetrics?: string
1023
1023
  /**
1024
- * 规则元数据记录ID
1024
+ * 规则元数据记录ID。注:不推荐使用此属性,和LoadMetricsConditions属性配置互斥,配置了LoadMetricsConditions,这个属性不生效。请优先使用LoadMetricsConditions属性支持多指标。
1025
1025
  注意:此字段可能返回 null,表示取不到有效值。
1026
1026
  */
1027
1027
  MetricId?: number
1028
1028
  /**
1029
- * 规则统计周期,提供300s,600s,900s
1029
+ * 规则统计周期,提供300s,600s,900s。注:不推荐使用此属性,和LoadMetricsConditions属性配置互斥,配置了LoadMetricsConditions,这个属性不生效。请优先使用LoadMetricsConditions属性支持多指标。
1030
1030
  注意:此字段可能返回 null,表示取不到有效值。
1031
1031
  */
1032
1032
  StatisticPeriod?: number
@@ -1036,11 +1036,11 @@ export interface LoadAutoScaleStrategy {
1036
1036
  */
1037
1037
  ProcessMethod?: number
1038
1038
  /**
1039
- * 触发次数,当连续触发超过TriggerThreshold次后才开始扩缩容。
1039
+ * 触发次数,当连续触发超过TriggerThreshold次后才开始扩缩容。注:不推荐使用此属性,和LoadMetricsConditions属性配置互斥,配置了LoadMetricsConditions,这个属性不生效。请优先使用LoadMetricsConditions属性支持多指标。
1040
1040
  */
1041
1041
  TriggerThreshold?: number
1042
1042
  /**
1043
- * 条件触发数组。
1043
+ * 条件触发数组。注:不推荐使用此属性,和LoadMetricsConditions属性配置互斥,配置了LoadMetricsConditions,这个属性不生效。请优先使用LoadMetricsConditions属性支持多指标。
1044
1044
  注意:此字段可能返回 null,表示取不到有效值。
1045
1045
  */
1046
1046
  TriggerConditions?: TriggerConditions
@@ -2478,6 +2478,11 @@ export interface ServerlessIndexOptionsField {
2478
2478
  注意:此字段可能返回 null,表示取不到有效值。
2479
2479
  */
2480
2480
  TimestampField?: string
2481
+ /**
2482
+ * 标准存储时长
2483
+ 注意:此字段可能返回 null,表示取不到有效值。
2484
+ */
2485
+ SinkCycleAge?: string
2481
2486
  }
2482
2487
 
2483
2488
  /**
@@ -9044,6 +9044,11 @@ export interface CreateFlowBlockchainEvidenceUrlRequest {
9044
9044
  在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
9045
9045
  */
9046
9046
  Agent?: Agent
9047
+ /**
9048
+ * 链接/二维码的有效截止时间,格式为unix时间戳。最长不超过 2099年12月31日(4102415999)。
9049
+ 默认值为有效期为当前时间后7天。
9050
+ */
9051
+ ExpiredOn?: number
9047
9052
  }
9048
9053
 
9049
9054
  /**
@@ -3066,51 +3066,53 @@ export interface Staff {
3066
3066
  /**
3067
3067
  * 员工在电子签平台的用户ID
3068
3068
  */
3069
- UserId: string
3069
+ UserId?: string
3070
3070
  /**
3071
3071
  * 显示的员工名
3072
+ 注意:2024-07-08 及之后创建的应用号,该字段返回的是打码信息
3072
3073
  */
3073
- DisplayName: string
3074
+ DisplayName?: string
3074
3075
  /**
3075
3076
  * 员工手机号
3077
+ 注意:2024-07-08 及之后创建的应用号,该字段返回的是打码信息
3076
3078
  */
3077
- Mobile: string
3079
+ Mobile?: string
3078
3080
  /**
3079
3081
  * 员工邮箱
3080
3082
  注意:此字段可能返回 null,表示取不到有效值。
3081
3083
  */
3082
- Email: string
3084
+ Email?: string
3083
3085
  /**
3084
3086
  * 员工在第三方应用平台的用户ID
3085
3087
  注意:此字段可能返回 null,表示取不到有效值。
3086
3088
  */
3087
- OpenId: string
3089
+ OpenId?: string
3088
3090
  /**
3089
3091
  * 员工角色
3090
3092
  注意:此字段可能返回 null,表示取不到有效值。
3091
3093
  */
3092
- Roles: Array<StaffRole>
3094
+ Roles?: Array<StaffRole>
3093
3095
  /**
3094
3096
  * 员工部门
3095
3097
  注意:此字段可能返回 null,表示取不到有效值。
3096
3098
  */
3097
- Department: Department
3099
+ Department?: Department
3098
3100
  /**
3099
3101
  * 员工是否实名
3100
3102
  */
3101
- Verified: boolean
3103
+ Verified?: boolean
3102
3104
  /**
3103
3105
  * 员工创建时间戳,单位秒
3104
3106
  */
3105
- CreatedOn: number
3107
+ CreatedOn?: number
3106
3108
  /**
3107
3109
  * 员工实名时间戳,单位秒
3108
3110
  */
3109
- VerifiedOn: number
3111
+ VerifiedOn?: number
3110
3112
  /**
3111
3113
  * 员工是否离职:0-未离职,1-离职
3112
3114
  */
3113
- QuiteJob: number
3115
+ QuiteJob?: number
3114
3116
  }
3115
3117
 
3116
3118
  /**
@@ -7310,7 +7312,7 @@ export interface DescribeTemplatesRequest {
7310
7312
  */
7311
7313
  ContentType?: number
7312
7314
  /**
7313
- * 合同模板ID数组,每一个合同模板ID为32位字符串, 最多支持200个模板的批量查询。
7315
+ * 合同模板ID数组,每一个合同模板ID为32位字符串, 最多支持100个模板的批量查询。
7314
7316
 
7315
7317
  注意:
7316
7318
  1.` 此参数TemplateIds与TemplateId互为独立,若两者均传入,以TemplateId为准。`
@@ -7325,7 +7327,7 @@ export interface DescribeTemplatesRequest {
7325
7327
  /**
7326
7328
  * 指定每页返回的数据条数,和Offset参数配合使用。
7327
7329
 
7328
- 注:`1.默认值为20,单页做大值为200。`
7330
+ 注:`1.默认值为20,单页做大值为100。`
7329
7331
  */
7330
7332
  Limit?: number
7331
7333
  /**
@@ -8032,6 +8034,11 @@ export interface CreateFlowBlockchainEvidenceUrlRequest {
8032
8034
  * 合同流程ID,为32位字符串。建议开发者妥善保存此流程ID,以便于顺利进行后续操作。可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
8033
8035
  */
8034
8036
  FlowId: string
8037
+ /**
8038
+ * 链接/二维码的有效截止时间,格式为unix时间戳。最长不超过 2099年12月31日(4102415999)。
8039
+ 默认值为有效期为当前时间后7天。
8040
+ */
8041
+ ExpiredOn?: number
8035
8042
  }
8036
8043
 
8037
8044
  /**
@@ -29,6 +29,7 @@ import {
29
29
  DescribeClusterRoleTokenResponse,
30
30
  BatchDeleteClientNodesResponse,
31
31
  QueryCrossVpcSubnetSupportForClientNodeRequest,
32
+ ChargeAttribute,
32
33
  DeleteCrossVpcSubnetSupportForClientNodeRequest,
33
34
  AttachFileSystemBucketRequest,
34
35
  DeleteFileSystemRequest,
@@ -124,53 +124,58 @@ export interface FSAttribute {
124
124
  /**
125
125
  * 文件系统类型, 可填goosefs和goosefsx
126
126
  */
127
- Type: string
127
+ Type?: string
128
128
  /**
129
129
  * 文件系统ID
130
130
  */
131
- FileSystemId: string
131
+ FileSystemId?: string
132
132
  /**
133
133
  * 创建时间
134
134
  */
135
- CreateTime: string
135
+ CreateTime?: string
136
136
  /**
137
137
  * GooseFSx文件系统属性
138
138
  注意:此字段可能返回 null,表示取不到有效值。
139
139
  */
140
- GooseFSxAttribute: GooseFSxAttribute
140
+ GooseFSxAttribute?: GooseFSxAttribute
141
141
  /**
142
142
  * 文件系统状态 ACTIVE(运行中), CREATING(创建中), DESTROYING(销毁中), FAIL(创建失败),EXPANDING(扩容中),PROBING(容灾中)
143
143
  */
144
- Status: string
144
+ Status?: string
145
145
  /**
146
146
  * 文件系统名
147
147
  */
148
- Name: string
148
+ Name?: string
149
149
  /**
150
150
  * 文件系统备注描述
151
151
  */
152
- Description: string
152
+ Description?: string
153
153
  /**
154
154
  * vpc ID
155
155
  */
156
- VpcId: string
156
+ VpcId?: string
157
157
  /**
158
158
  * 子网ID
159
159
  */
160
- SubnetId: string
160
+ SubnetId?: string
161
161
  /**
162
162
  * 子网所在的可用区
163
163
  */
164
- Zone: string
164
+ Zone?: string
165
165
  /**
166
166
  * Tag数组
167
167
  注意:此字段可能返回 null,表示取不到有效值。
168
168
  */
169
- Tag: Array<Tag>
169
+ Tag?: Array<Tag>
170
170
  /**
171
171
  * 更新属性时间
172
172
  */
173
- ModifyTime: string
173
+ ModifyTime?: string
174
+ /**
175
+ * 文件系统付费信息
176
+ 注意:此字段可能返回 null,表示取不到有效值。
177
+ */
178
+ ChargeAttribute?: ChargeAttribute
174
179
  }
175
180
 
176
181
  /**
@@ -207,6 +212,32 @@ export interface QueryCrossVpcSubnetSupportForClientNodeRequest {
207
212
  FileSystemId: string
208
213
  }
209
214
 
215
+ /**
216
+ * 付费信息详情
217
+ */
218
+ export interface ChargeAttribute {
219
+ /**
220
+ * 到期时间
221
+ 注意:此字段可能返回 null,表示取不到有效值。
222
+ */
223
+ CurDeadline?: string
224
+ /**
225
+ * 付费方式
226
+ 注意:此字段可能返回 null,表示取不到有效值。
227
+ */
228
+ PayMode?: string
229
+ /**
230
+ * 自动付费标识:0:默认未设置 1:自动续费 2 不自动续费
231
+ 注意:此字段可能返回 null,表示取不到有效值。
232
+ */
233
+ AutoRenewFlag?: number
234
+ /**
235
+ * 资源ID
236
+ 注意:此字段可能返回 null,表示取不到有效值。
237
+ */
238
+ ResourceId?: string
239
+ }
240
+
210
241
  /**
211
242
  * DeleteCrossVpcSubnetSupportForClientNode请求参数结构体
212
243
  */
@@ -379,6 +410,10 @@ export interface ExpandCapacityRequest {
379
410
  * 新增扩容的系统容量
380
411
  */
381
412
  ExpandedCapacity: number
413
+ /**
414
+ * 容量修改类型:add/sub
415
+ */
416
+ ModifyType?: string
382
417
  }
383
418
 
384
419
  /**
@@ -886,4 +921,9 @@ export interface MappedBucket {
886
921
  注意:此字段可能返回 null,表示取不到有效值。
887
922
  */
888
923
  BucketRegion?: string
924
+ /**
925
+ * 自定义Endpoint
926
+ 注意:此字段可能返回 null,表示取不到有效值。
927
+ */
928
+ Endpoint?: string
889
929
  }
@@ -527,19 +527,7 @@ export interface DescribeFirmwareUpdateStatusResponse {
527
527
  */
528
528
  DstVersion?: string
529
529
  /**
530
- * 升级状态:
531
-
532
- - 0:设备离线。
533
- - 1:待处理。
534
- - 2:消息下发成功。
535
- - 3:下载中。
536
- - 4:烧录中。
537
- - 5:失败。
538
- - 6:升级完成。
539
- - 7:正在处理中。
540
- - 8:等待用户确认。
541
- - 20:下载完成。
542
-
530
+ * 升级状态:- 0:设备离线。- 1:待处理。- 2:消息下发成功。- 3:下载中。- 4:烧录中。- 5:失败。- 6:升级完成。- 7:正在处理中。- 8:等待用户确认。- 10:升级超时。- 20:下载完成。
543
531
  */
544
532
  Status?: number
545
533
  /**