tencentcloud-sdk-nodejs 4.0.843 → 4.0.845

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 (79) hide show
  1. package/CHANGELOG.md +293 -0
  2. package/SERVICE_CHANGELOG.md +256 -133
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_models.ts +4 -3
  7. package/src/services/cls/v20201016/cls_client.ts +93 -33
  8. package/src/services/cls/v20201016/cls_models.ts +252 -133
  9. package/src/services/dlc/v20210125/dlc_models.ts +8 -3
  10. package/src/services/domain/v20180808/domain_client.ts +13 -1
  11. package/src/services/domain/v20180808/domain_models.ts +36 -4
  12. package/src/services/dts/v20211206/dts_models.ts +1 -1
  13. package/src/services/ess/v20201111/ess_client.ts +25 -8
  14. package/src/services/ess/v20201111/ess_models.ts +59 -4
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  16. package/src/services/hunyuan/v20230901/hunyuan_client.ts +6 -2
  17. package/src/services/hunyuan/v20230901/hunyuan_models.ts +12 -10
  18. package/src/services/ims/v20201229/ims_client.ts +1 -1
  19. package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
  20. package/src/services/lke/v20231130/lke_client.ts +27 -1
  21. package/src/services/lke/v20231130/lke_models.ts +238 -3
  22. package/src/services/ocr/v20181119/ocr_client.ts +22 -7
  23. package/src/services/ocr/v20181119/ocr_models.ts +346 -259
  24. package/src/services/rce/v20201103/rce_models.ts +10 -5
  25. package/src/services/rum/v20210622/rum_models.ts +33 -33
  26. package/src/services/tdmq/v20200217/tdmq_models.ts +6 -6
  27. package/src/services/teo/v20220901/teo_client.ts +104 -17
  28. package/src/services/teo/v20220901/teo_models.ts +257 -45
  29. package/src/services/tione/v20191022/tione_models.ts +1 -1
  30. package/src/services/tms/v20201229/tms_client.ts +13 -1
  31. package/src/services/tms/v20201229/tms_models.ts +40 -16
  32. package/src/services/tse/v20201207/tse_client.ts +3 -2
  33. package/src/services/tse/v20201207/tse_models.ts +37 -13
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +4 -3
  37. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +31 -11
  38. package/tencentcloud/services/cls/v20201016/cls_client.js +45 -15
  39. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +242 -133
  40. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -3
  41. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
  42. package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
  43. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +34 -4
  44. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  45. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -4
  46. package/tencentcloud/services/ess/v20201111/ess_client.js +14 -4
  47. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +56 -4
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  49. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +6 -2
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +6 -2
  51. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +12 -10
  52. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
  53. package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
  54. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  55. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +9 -1
  56. package/tencentcloud/services/lke/v20231130/lke_client.js +12 -0
  57. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +232 -3
  58. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
  59. package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
  60. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +341 -257
  61. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +10 -5
  62. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +33 -33
  63. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +6 -6
  64. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +42 -5
  65. package/tencentcloud/services/teo/v20220901/teo_client.js +55 -6
  66. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +241 -43
  67. package/tencentcloud/services/tione/v20191022/tione_models.d.ts +1 -1
  68. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +5 -1
  69. package/tencentcloud/services/tms/v20201229/tms_client.js +6 -0
  70. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +38 -16
  71. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
  72. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +36 -13
  73. package/test/cls.v20201016.test.js +66 -16
  74. package/test/domain.v20180808.test.js +10 -0
  75. package/test/ess.v20201111.test.js +12 -2
  76. package/test/lke.v20231130.test.js +20 -0
  77. package/test/ocr.v20181119.test.js +10 -0
  78. package/test/teo.v20220901.test.js +64 -4
  79. package/test/tms.v20201229.test.js +10 -0
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-03-20 01:07:31 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-04-22 01:07:18 |
9
- | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-04-25 15:02:29 |
9
+ | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-04-29 01:07:46 |
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 |
@@ -60,7 +60,7 @@
60
60
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
61
61
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
62
62
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-04-26 01:11:33 |
63
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-04-26 01:11:35 |
63
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-04-30 01:11:49 |
64
64
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
65
65
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-20 01:12:14 |
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-04-22 01:12:28 |
@@ -80,14 +80,14 @@
80
80
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
81
81
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-20 01:14:27 |
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
83
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-04-23 01:14:24 |
83
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-04-29 01:14:26 |
84
84
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-04-19 01:15:26 |
85
- | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-04-22 01:15:00 |
85
+ | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-04-29 01:14:52 |
86
86
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
87
87
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
88
88
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-04-22 01:15:08 |
89
89
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
90
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-04-19 01:16:19 |
90
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-04-29 01:15:21 |
91
91
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-04-18 01:19:26 |
92
92
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
93
93
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
@@ -96,8 +96,8 @@
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-04-17 01:13:44 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-04-19 01:17:21 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-26 01:15:51 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-25 01:16:48 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-04-29 01:16:26 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-04-29 01:16:41 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-04-18 01:20:43 |
102
102
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-04-26 01:16:30 |
103
103
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-20 01:17:11 |
@@ -112,20 +112,20 @@
112
112
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-03-22 01:16:13 |
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) | 2024-03-20 01:17:36 |
115
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-04-25 21:32:28 |
115
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-04-29 00:05:40 |
116
116
  | iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
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) | 2024-04-22 01:17:48 |
119
119
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
120
120
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-03-20 01:17:49 |
121
121
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
122
- | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-04-25 01:17:55 |
122
+ | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-04-30 01:18:33 |
123
123
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
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-03-20 01:18:04 |
126
126
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-04-25 01:18:05 |
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-03-20 01:18:42 |
128
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-04-29 01:18:23 |
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-04-24 15:03:09 |
@@ -135,7 +135,7 @@
135
135
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-04-26 01:18:49 |
136
136
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-04-24 01:15:16 |
137
137
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-04-24 01:15:28 |
138
- | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-04-25 01:19:55 |
138
+ | lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-04-29 00:05:46 |
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 |
@@ -155,7 +155,7 @@
155
155
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-03-20 01:21:33 |
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-04-19 01:23:09 |
158
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-04-24 01:17:31 |
158
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-04-29 01:21:11 |
159
159
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-04-22 01:22:30 |
160
160
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-04-22 01:22:36 |
161
161
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
@@ -163,12 +163,12 @@
163
163
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-03-20 01:22:26 |
164
164
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-03-20 01:22:42 |
165
165
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-04-19 01:24:07 |
166
- | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-04-23 01:22:52 |
166
+ | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-04-29 01:22:12 |
167
167
  | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-04-19 01:24:17 |
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-04-26 01:22:29 |
171
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-04-30 01:23:43 |
172
172
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-04-15 02:05:44 |
173
173
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-03-20 01:23:23 |
174
174
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-04-16 01:18:21 |
@@ -179,7 +179,7 @@
179
179
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
180
180
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-04-15 02:06:58 |
181
181
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
182
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-04-23 01:23:47 |
182
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-04-29 01:23:12 |
183
183
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
184
184
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-04-22 01:24:29 |
185
185
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
@@ -203,10 +203,10 @@
203
203
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-04-22 01:25:22 |
204
204
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
205
205
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-04-25 01:24:56 |
206
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-04-24 01:21:13 |
206
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-04-29 01:24:57 |
207
207
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
208
208
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
209
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-04-26 01:25:17 |
209
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-04-29 16:57:36 |
210
210
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
211
211
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
212
212
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
@@ -214,11 +214,11 @@
214
214
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2024-03-20 01:27:08 |
215
215
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
216
216
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-03-20 01:27:09 |
217
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-04-26 01:25:50 |
217
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-04-30 01:27:34 |
218
218
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-20 01:27:28 |
219
219
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-03-20 01:28:56 |
220
220
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
221
- | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-22 01:28:14 |
221
+ | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
222
222
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-04-26 01:26:41 |
223
223
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
224
224
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
@@ -226,7 +226,7 @@
226
226
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-04-22 01:28:30 |
227
227
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-20 01:29:13 |
228
228
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-04-22 19:56:18 |
229
- | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-04-18 11:38:39 |
229
+ | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-04-29 01:27:04 |
230
230
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-03-20 01:29:39 |
231
231
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
232
232
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-04-24 01:23:54 |
@@ -234,7 +234,7 @@
234
234
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-03-20 01:30:12 |
235
235
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
236
236
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-04-19 01:30:53 |
237
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-04-23 01:29:22 |
237
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-04-29 01:28:19 |
238
238
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
239
239
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-04-25 14:30:01 |
240
240
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.843"
1
+ export const sdkVersion = "4.0.845"
@@ -256,8 +256,9 @@ export interface SubmitTextToImageProJobRequest {
256
256
  LogoAdd?: number
257
257
  /**
258
258
  * 文生图模型,默认使用engine1。
259
- engine1:文生图(高级版)-混元
260
- engine2:文生图(高级版)
259
+ 取值:
260
+ engine1
261
+ engine2
261
262
  */
262
263
  Engine?: string
263
264
  /**
@@ -547,7 +548,7 @@ export interface SubmitDrawPortraitJobRequest {
547
548
  /**
548
549
  * 写真风格模板,支持以下风格:
549
550
  zhengjian_female:证件照-长发(女)
550
- zhengjian_shouthair_female:证件照-短发(女)
551
+ zhengjian_shorthair_female:证件照-短发(女)
551
552
  zhengjian_male:证件照(男)
552
553
  grey_suit_male:灰色西装(男)
553
554
  beige_suit_male:米色西装(男)
@@ -18,7 +18,7 @@
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
- UploadLogResponse,
21
+ DescribeAlarmNoticesRequest,
22
22
  CreateAlarmResponse,
23
23
  AlarmInfo,
24
24
  LogInfo,
@@ -30,6 +30,7 @@ import {
30
30
  DeleteScheduledSqlRequest,
31
31
  DynamicIndex,
32
32
  DeleteLogsetResponse,
33
+ UploadLogResponse,
33
34
  ParquetKeyInfo,
34
35
  DescribeCosRechargesResponse,
35
36
  DescribeShipperTasksResponse,
@@ -52,6 +53,7 @@ import {
52
53
  DescribePartitionsRequest,
53
54
  ContainerStdoutInfo,
54
55
  ConfigInfo,
56
+ QueryRangeMetricRequest,
55
57
  ModifyAlarmResponse,
56
58
  DescribeShipperTasksRequest,
57
59
  CollectInfo,
@@ -92,14 +94,17 @@ import {
92
94
  ModifyConsumerRequest,
93
95
  CreateIndexResponse,
94
96
  DeleteConfigFromMachineGroupResponse,
97
+ ModifyDashboardSubscribeRequest,
95
98
  CreateConsumerResponse,
96
99
  CreateConfigResponse,
97
100
  ModifyMachineGroupResponse,
98
101
  DataTransformResouceInfo,
102
+ CreateDashboardSubscribeRequest,
99
103
  DeleteMachineGroupRequest,
100
104
  FullTextInfo,
101
105
  QueryMetricResponse,
102
106
  DescribeAlarmShieldsRequest,
107
+ SearchDashboardSubscribeRequest,
103
108
  DescribePartitionsResponse,
104
109
  DescribeConfigMachineGroupsResponse,
105
110
  ModifyAlarmRequest,
@@ -109,6 +114,7 @@ import {
109
114
  EventLog,
110
115
  CreateAlarmRequest,
111
116
  DeleteExportResponse,
117
+ DescribeDashboardSubscribesRequest,
112
118
  SearchLogInfos,
113
119
  PartitionInfo,
114
120
  DeleteScheduledSqlResponse,
@@ -121,7 +127,7 @@ import {
121
127
  DescribeMachineGroupConfigsResponse,
122
128
  CheckRechargeKafkaServerRequest,
123
129
  CreateAlarmShieldRequest,
124
- MachineGroupInfo,
130
+ DeleteDashboardSubscribeResponse,
125
131
  DescribeLogHistogramResponse,
126
132
  CloseKafkaConsumerResponse,
127
133
  DeleteAlarmShieldResponse,
@@ -130,8 +136,9 @@ import {
130
136
  DescribeLogsetsResponse,
131
137
  CreateTopicRequest,
132
138
  DescribeTopicsRequest,
133
- GetAlarmLogResponse,
134
139
  DeleteConsumerResponse,
140
+ GetAlarmLogResponse,
141
+ CreateDashboardSubscribeResponse,
135
142
  DescribeExportsRequest,
136
143
  DescribeMachineGroupsRequest,
137
144
  DescribeCosRechargesRequest,
@@ -158,7 +165,7 @@ import {
158
165
  CloseKafkaConsumerRequest,
159
166
  RuleTagInfo,
160
167
  CreateExportRequest,
161
- QueryRangeMetricRequest,
168
+ ModifyDashboardSubscribeResponse,
162
169
  DescribeAlarmNoticesResponse,
163
170
  DeleteDataTransformRequest,
164
171
  DescribeMachineGroupsResponse,
@@ -229,12 +236,14 @@ import {
229
236
  SearchCosRechargeInfoResponse,
230
237
  DescribeAlarmsRequest,
231
238
  ShipperInfo,
239
+ DescribeDashboardSubscribesResponse,
232
240
  CreateCosRechargeResponse,
233
241
  DescribeAlertRecordHistoryResponse,
234
242
  KeyValueInfo,
243
+ SearchDashboardSubscribeResponse,
235
244
  AddMachineGroupInfoResponse,
236
245
  ModifyMachineGroupRequest,
237
- DescribeAlarmNoticesRequest,
246
+ DeleteDashboardSubscribeRequest,
238
247
  NoticeReceiver,
239
248
  MetricLabel,
240
249
  ModifyTopicRequest,
@@ -274,6 +283,7 @@ import {
274
283
  CosRechargeInfo,
275
284
  RuleKeyValueInfo,
276
285
  DescribeKafkaConsumerRequest,
286
+ MachineGroupInfo,
277
287
  ModifyDataTransformResponse,
278
288
  DescribeDataTransformInfoResponse,
279
289
  ConsumerContent,
@@ -336,6 +346,16 @@ export class Client extends AbstractClient {
336
346
  return this.request("CreateIndex", req, cb)
337
347
  }
338
348
 
349
+ /**
350
+ * 查询指定时刻指标的最新值
351
+ */
352
+ async QueryMetric(
353
+ req: QueryMetricRequest,
354
+ cb?: (error: string, rep: QueryMetricResponse) => void
355
+ ): Promise<QueryMetricResponse> {
356
+ return this.request("QueryMetric", req, cb)
357
+ }
358
+
339
359
  /**
340
360
  * 修改现有的投递规则,客户如果使用此接口,需要自行处理CLS对指定bucket的写权限。
341
361
  */
@@ -457,13 +477,13 @@ export class Client extends AbstractClient {
457
477
  }
458
478
 
459
479
  /**
460
- * 查询指定时刻指标的最新值
480
+ * 获取机器组绑定的采集规则配置
461
481
  */
462
- async QueryMetric(
463
- req: QueryMetricRequest,
464
- cb?: (error: string, rep: QueryMetricResponse) => void
465
- ): Promise<QueryMetricResponse> {
466
- return this.request("QueryMetric", req, cb)
482
+ async DescribeMachineGroupConfigs(
483
+ req: DescribeMachineGroupConfigsRequest,
484
+ cb?: (error: string, rep: DescribeMachineGroupConfigsResponse) => void
485
+ ): Promise<DescribeMachineGroupConfigsResponse> {
486
+ return this.request("DescribeMachineGroupConfigs", req, cb)
467
487
  }
468
488
 
469
489
  /**
@@ -537,13 +557,13 @@ export class Client extends AbstractClient {
537
557
  }
538
558
 
539
559
  /**
540
- * 本接口用于获取索引配置信息
560
+ * 本接口用于修改Kafka数据订阅任务
541
561
  */
542
- async DescribeIndex(
543
- req: DescribeIndexRequest,
544
- cb?: (error: string, rep: DescribeIndexResponse) => void
545
- ): Promise<DescribeIndexResponse> {
546
- return this.request("DescribeIndex", req, cb)
562
+ async ModifyKafkaRecharge(
563
+ req: ModifyKafkaRechargeRequest,
564
+ cb?: (error: string, rep: ModifyKafkaRechargeResponse) => void
565
+ ): Promise<ModifyKafkaRechargeResponse> {
566
+ return this.request("ModifyKafkaRecharge", req, cb)
547
567
  }
548
568
 
549
569
  /**
@@ -686,6 +706,16 @@ export class Client extends AbstractClient {
686
706
  return this.request("DescribeShipperTasks", req, cb)
687
707
  }
688
708
 
709
+ /**
710
+ * 此接口用于修改仪表盘订阅
711
+ */
712
+ async ModifyDashboardSubscribe(
713
+ req?: ModifyDashboardSubscribeRequest,
714
+ cb?: (error: string, rep: ModifyDashboardSubscribeResponse) => void
715
+ ): Promise<ModifyDashboardSubscribeResponse> {
716
+ return this.request("ModifyDashboardSubscribe", req, cb)
717
+ }
718
+
689
719
  /**
690
720
  * 本接口用于删除日志主题的索引配置,删除索引配置后将无法检索和查询采集到的日志。
691
721
  */
@@ -736,6 +766,16 @@ export class Client extends AbstractClient {
736
766
  return this.request("ModifyAlarmShield", req, cb)
737
767
  }
738
768
 
769
+ /**
770
+ * 此接口用于预览仪表盘订阅
771
+ */
772
+ async SearchDashboardSubscribe(
773
+ req?: SearchDashboardSubscribeRequest,
774
+ cb?: (error: string, rep: SearchDashboardSubscribeResponse) => void
775
+ ): Promise<SearchDashboardSubscribeResponse> {
776
+ return this.request("SearchDashboardSubscribe", req, cb)
777
+ }
778
+
739
779
  /**
740
780
  * 本接口用于创建特殊采集配置任务,特殊采集配置应用于自建K8S环境的采集Agent
741
781
  */
@@ -806,6 +846,16 @@ export class Client extends AbstractClient {
806
846
  return this.request("DescribeLogsets", req, cb)
807
847
  }
808
848
 
849
+ /**
850
+ * 此接口用于创建仪表盘订阅
851
+ */
852
+ async CreateDashboardSubscribe(
853
+ req?: CreateDashboardSubscribeRequest,
854
+ cb?: (error: string, rep: CreateDashboardSubscribeResponse) => void
855
+ ): Promise<CreateDashboardSubscribeResponse> {
856
+ return this.request("CreateDashboardSubscribe", req, cb)
857
+ }
858
+
809
859
  /**
810
860
  * 本接口用于预览cos导入信息
811
861
  */
@@ -817,13 +867,13 @@ export class Client extends AbstractClient {
817
867
  }
818
868
 
819
869
  /**
820
- * 本接口用于修改Kafka数据订阅任务
870
+ * 本接口用于获取索引配置信息
821
871
  */
822
- async ModifyKafkaRecharge(
823
- req: ModifyKafkaRechargeRequest,
824
- cb?: (error: string, rep: ModifyKafkaRechargeResponse) => void
825
- ): Promise<ModifyKafkaRechargeResponse> {
826
- return this.request("ModifyKafkaRecharge", req, cb)
872
+ async DescribeIndex(
873
+ req: DescribeIndexRequest,
874
+ cb?: (error: string, rep: DescribeIndexResponse) => void
875
+ ): Promise<DescribeIndexResponse> {
876
+ return this.request("DescribeIndex", req, cb)
827
877
  }
828
878
 
829
879
  /**
@@ -836,6 +886,16 @@ export class Client extends AbstractClient {
836
886
  return this.request("CreateAlarmNotice", req, cb)
837
887
  }
838
888
 
889
+ /**
890
+ * 此接口用于删除仪表盘订阅
891
+ */
892
+ async DeleteDashboardSubscribe(
893
+ req?: DeleteDashboardSubscribeRequest,
894
+ cb?: (error: string, rep: DeleteDashboardSubscribeResponse) => void
895
+ ): Promise<DeleteDashboardSubscribeResponse> {
896
+ return this.request("DeleteDashboardSubscribe", req, cb)
897
+ }
898
+
839
899
  /**
840
900
  * 本接口用于创建数据加工任务。
841
901
  */
@@ -999,6 +1059,16 @@ export class Client extends AbstractClient {
999
1059
  return this.request("ModifyTopic", req, cb)
1000
1060
  }
1001
1061
 
1062
+ /**
1063
+ * 本接口用于获取仪表盘订阅列表,支持分页
1064
+ */
1065
+ async DescribeDashboardSubscribes(
1066
+ req?: DescribeDashboardSubscribesRequest,
1067
+ cb?: (error: string, rep: DescribeDashboardSubscribesResponse) => void
1068
+ ): Promise<DescribeDashboardSubscribesResponse> {
1069
+ return this.request("DescribeDashboardSubscribes", req, cb)
1070
+ }
1071
+
1002
1072
  /**
1003
1073
  * 修改机器组
1004
1074
  */
@@ -1283,16 +1353,6 @@ cls.pb.cc cls.pb.h cls.proto
1283
1353
  return this.request("ModifyLogset", req, cb)
1284
1354
  }
1285
1355
 
1286
- /**
1287
- * 获取机器组绑定的采集规则配置
1288
- */
1289
- async DescribeMachineGroupConfigs(
1290
- req: DescribeMachineGroupConfigsRequest,
1291
- cb?: (error: string, rep: DescribeMachineGroupConfigsResponse) => void
1292
- ): Promise<DescribeMachineGroupConfigsResponse> {
1293
- return this.request("DescribeMachineGroupConfigs", req, cb)
1294
- }
1295
-
1296
1356
  /**
1297
1357
  * 本接口用于修改数据加工任务
1298
1358
  */