tencentcloud-sdk-nodejs 4.0.884 → 4.0.886

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 (91) hide show
  1. package/CHANGELOG.md +436 -0
  2. package/SERVICE_CHANGELOG.md +405 -167
  3. package/package.json +1 -1
  4. package/products.md +23 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +13 -0
  7. package/src/services/aiart/v20221229/aiart_models.ts +67 -0
  8. package/src/services/cbs/v20170312/cbs_models.ts +2 -2
  9. package/src/services/cls/v20201016/cls_models.ts +13 -0
  10. package/src/services/cwp/v20180228/cwp_client.ts +1 -15
  11. package/src/services/cwp/v20180228/cwp_models.ts +32 -75
  12. package/src/services/emr/v20190103/emr_client.ts +7 -2
  13. package/src/services/emr/v20190103/emr_models.ts +361 -106
  14. package/src/services/ess/v20201111/ess_client.ts +10 -3
  15. package/src/services/ess/v20201111/ess_models.ts +33 -29
  16. package/src/services/essbasic/v20210526/essbasic_client.ts +14 -7
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +17 -14
  18. package/src/services/ims/v20201229/ims_client.ts +2 -2
  19. package/src/services/index.ts +1 -0
  20. package/src/services/ioa/v20220601/ioa_models.ts +55 -45
  21. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +1 -0
  22. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +26 -0
  23. package/src/services/iss/v20230517/iss_client.ts +29 -2
  24. package/src/services/iss/v20230517/iss_models.ts +154 -36
  25. package/src/services/mps/v20190612/mps_models.ts +87 -66
  26. package/src/services/ocr/v20181119/ocr_models.ts +8 -0
  27. package/src/services/ses/v20201002/ses_client.ts +70 -21
  28. package/src/services/ses/v20201002/ses_models.ts +278 -135
  29. package/src/services/ssl/v20191205/ssl_client.ts +28 -15
  30. package/src/services/ssl/v20191205/ssl_models.ts +395 -347
  31. package/src/services/tcr/v20190924/tcr_models.ts +4 -0
  32. package/src/services/tdmq/v20200217/tdmq_models.ts +70 -6
  33. package/src/services/vclm/index.ts +5 -0
  34. package/src/services/vclm/v20240523/index.ts +6 -0
  35. package/src/services/vclm/v20240523/vclm_client.ts +117 -0
  36. package/src/services/vclm/v20240523/vclm_models.ts +363 -0
  37. package/src/services/vdb/v20230616/vdb_models.ts +10 -0
  38. package/src/services/vpc/v20170312/vpc_client.ts +2 -3
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +6 -1
  42. package/tencentcloud/services/aiart/v20221229/aiart_client.js +7 -0
  43. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +65 -0
  44. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +2 -2
  45. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +13 -0
  46. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -7
  47. package/tencentcloud/services/cwp/v20180228/cwp_client.js +0 -8
  48. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -73
  49. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +356 -106
  50. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +10 -3
  51. package/tencentcloud/services/ess/v20201111/ess_client.js +10 -3
  52. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +33 -29
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +13 -6
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -6
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +17 -14
  56. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -2
  57. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -2
  58. package/tencentcloud/services/index.d.ts +1 -0
  59. package/tencentcloud/services/index.js +2 -0
  60. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +55 -45
  61. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +25 -0
  62. package/tencentcloud/services/iss/v20230517/iss_client.d.ts +9 -1
  63. package/tencentcloud/services/iss/v20230517/iss_client.js +12 -0
  64. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +147 -36
  65. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +87 -66
  66. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  67. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +21 -5
  68. package/tencentcloud/services/ses/v20201002/ses_client.js +30 -6
  69. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +267 -133
  70. package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +9 -5
  71. package/tencentcloud/services/ssl/v20191205/ssl_client.js +11 -5
  72. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +390 -345
  73. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +4 -0
  74. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +70 -6
  75. package/tencentcloud/services/vclm/index.d.ts +6 -0
  76. package/tencentcloud/services/vclm/index.js +7 -0
  77. package/tencentcloud/services/vclm/v20240523/index.d.ts +6 -0
  78. package/tencentcloud/services/vclm/v20240523/index.js +9 -0
  79. package/tencentcloud/services/vclm/v20240523/vclm_client.d.ts +38 -0
  80. package/tencentcloud/services/vclm/v20240523/vclm_client.js +73 -0
  81. package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +331 -0
  82. package/tencentcloud/services/vclm/v20240523/vclm_models.js +18 -0
  83. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +10 -0
  84. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +0 -1
  85. package/tencentcloud/services/vpc/v20170312/vpc_client.js +0 -1
  86. package/test/aiart.v20221229.test.js +10 -0
  87. package/test/cwp.v20180228.test.js +0 -10
  88. package/test/iss.v20230517.test.js +20 -0
  89. package/test/ses.v20201002.test.js +44 -4
  90. package/test/ssl.v20191205.test.js +12 -2
  91. package/test/vclm.v20240523.test.js +91 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.884",
3
+ "version": "4.0.886",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
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-06-06 01:07:32 |
9
+ | aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-06-28 01:03:50 |
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 |
@@ -38,7 +38,7 @@
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-06-19 01:14:46 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
41
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
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
43
  | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-26 01:10:30 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
@@ -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-05-29 01:21:54 |
63
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-27 01:08:10 |
63
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-28 01:07:19 |
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-06-21 01:24:31 |
66
66
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
@@ -70,7 +70,7 @@
70
70
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-06-20 01:24:58 |
71
71
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
72
72
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-06-20 01:25:33 |
73
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-06-26 01:12:49 |
73
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-06-28 01:08:04 |
74
74
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
75
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-06-26 01:13:42 |
76
76
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-31 01:30:02 |
@@ -94,10 +94,10 @@
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-06-21 01:40:25 |
97
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-01 01:15:45 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-06-14 01:50:54 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-27 01:12:21 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-27 01:12:34 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-01 01:16:01 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-01 01:16:17 |
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-05-09 01:15:52 |
@@ -119,16 +119,16 @@
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-06-20 01:46:44 |
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-06-20 01:47:42 |
123
- | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-25 16:17:19 |
122
+ | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-06-28 01:12:55 |
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-06-27 01:13:47 |
126
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-01 01:17:32 |
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-05-14 02:02:07 |
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
- | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-06-10 02:00:36 |
131
+ | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-06-28 15:23:39 |
132
132
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
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 |
@@ -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-06-21 01:58:00 |
149
149
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-06-20 01:58:59 |
150
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-21 01:59:51 |
150
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-28 01:16:00 |
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,7 +155,7 @@
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-06-26 01:21:05 |
158
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-06-28 01:16:42 |
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-06-21 02:03:56 |
161
161
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
@@ -168,9 +168,9 @@
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-06-26 01:22:12 |
172
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-04-15 02:05:44 |
173
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-06-21 16:30:49 |
171
+ | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-06-28 01:17:47 |
172
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-06-28 01:17:54 |
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
176
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-03-20 01:23:29 |
@@ -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-06-06 02:22:45 |
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-06-27 01:18:46 |
182
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-07-01 01:22:30 |
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-05-21 02:06:48 |
185
185
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
@@ -199,11 +199,11 @@
199
199
  | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
200
200
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
201
201
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
202
- | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-06-26 01:23:42 |
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
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-06-04 02:17:43 |
206
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-06-27 01:20:29 |
206
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-07-01 01:24:13 |
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-06-25 01:23:38 |
209
209
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-06-13 16:47:31 |
@@ -225,7 +225,7 @@
225
225
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-06-25 01:24:46 |
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-06-27 01:22:23 |
228
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-28 01:21:55 |
229
229
  | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-20 02:26:25 |
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-06-25 01:25:47 |
@@ -233,11 +233,12 @@
233
233
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-06-26 01:27:08 |
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
- | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-06-05 02:29:39 |
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
238
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
238
239
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
239
240
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-05-17 02:33:00 |
240
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-06-25 01:26:23 |
241
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-01 01:27:57 |
241
242
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
242
243
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
243
244
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-06-25 01:27:00 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.884"
1
+ export const sdkVersion = "4.0.886"
@@ -31,6 +31,7 @@ import {
31
31
  SubmitTextToImageProJobResponse,
32
32
  SubmitTrainPortraitModelJobRequest,
33
33
  TextToImageRequest,
34
+ GenerateAvatarRequest,
34
35
  LogoRect,
35
36
  Filter,
36
37
  SubmitTrainPortraitModelJobResponse,
@@ -38,6 +39,7 @@ import {
38
39
  ImageToImageResponse,
39
40
  UploadTrainPortraitImagesResponse,
40
41
  QueryTextToImageProJobRequest,
42
+ GenerateAvatarResponse,
41
43
  TextToImageResponse,
42
44
  SubmitDrawPortraitJobRequest,
43
45
  } from "./aiart_models"
@@ -94,6 +96,17 @@ export class Client extends AbstractClient {
94
96
  return this.request("QueryTextToImageProJob", req, cb)
95
97
  }
96
98
 
99
+ /**
100
+ * 百变头像接口将根据输入的人像照片,生成风格百变的头像。
101
+ 百变头像默认提供1个并发任务数,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。
102
+ */
103
+ async GenerateAvatar(
104
+ req: GenerateAvatarRequest,
105
+ cb?: (error: string, rep: GenerateAvatarResponse) => void
106
+ ): Promise<GenerateAvatarResponse> {
107
+ return this.request("GenerateAvatar", req, cb)
108
+ }
109
+
97
110
  /**
98
111
  * AI 写真提供 AI 写真形象照的训练与生成能力,分为上传训练图片、训练模型、生成图片3个环节,需要依次调用对应接口。
99
112
  每个写真模型自训练完成起1年内有效,有效期内可使用写真模型 ID 生成图片,期满后需要重新训练。
@@ -407,6 +407,57 @@ export interface TextToImageRequest {
407
407
  RspImgType?: string
408
408
  }
409
409
 
410
+ /**
411
+ * GenerateAvatar请求参数结构体
412
+ */
413
+ export interface GenerateAvatarRequest {
414
+ /**
415
+ * 头像风格。
416
+ 请在 [百变头像风格列表](https://cloud.tencent.com/document/product/1668/107741) 中选择期望的风格,必须传入风格编号。
417
+ */
418
+ Style: string
419
+ /**
420
+ * 输入图 Base64 数据。
421
+ 算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
422
+ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
423
+ 图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。
424
+ */
425
+ InputImage?: string
426
+ /**
427
+ * 输入图 Url。
428
+ 算法将根据输入的图片,结合文本描述智能生成与之相关的图像。
429
+ Base64 和 Url 必须提供一个,如果都提供以 Base64 为准。
430
+ 图片限制:单边分辨率小于5000,转成 Base64 字符串后小于 6MB,格式支持 jpg、jpeg、png、bmp、tiff、webp。
431
+ */
432
+ InputUrl?: string
433
+ /**
434
+ * 输入图像质量检测开关,默认开启。
435
+ 1:开启
436
+ 0:关闭
437
+ 建议开启检测,可提升生成效果,关闭检测可能因输入图像质量较差导致生成效果受损。
438
+ 开启后,将增强对输入图像的质量要求,如果输入图像单边分辨率<500、图像中人脸占比较小、存在多人、没有检测到人脸、人脸不完整、人脸遮挡等,将被拦截。
439
+ 关闭后,将降低对输入图像的质量要求,如果图像中没有检测到人脸或人脸占比过小等,将被拦截。
440
+ */
441
+ Filter?: number
442
+ /**
443
+ * 为生成结果图添加标识的开关,默认为1。
444
+ 1:添加标识。
445
+ 0:不添加标识。
446
+ 其他数值:默认按1处理。
447
+ 建议您使用显著标识来提示结果图是 AI 生成的图片。
448
+ */
449
+ LogoAdd?: number
450
+ /**
451
+ * 标识内容设置。
452
+ 默认在生成结果图右下角添加“图片由 AI 生成”字样,您可根据自身需要替换为其他的标识图片。
453
+ */
454
+ LogoParam?: LogoParam
455
+ /**
456
+ * 返回图像方式(base64 或 url) ,二选一,默认为 base64。url 有效期为1小时。
457
+ */
458
+ RspImgType?: string
459
+ }
460
+
410
461
  /**
411
462
  * 输入框
412
463
  */
@@ -520,6 +571,22 @@ export interface QueryTextToImageProJobRequest {
520
571
  JobId: string
521
572
  }
522
573
 
574
+ /**
575
+ * GenerateAvatar返回参数结构体
576
+ */
577
+ export interface GenerateAvatarResponse {
578
+ /**
579
+ * 根据入参 RspImgType 填入不同,返回不同的内容。
580
+ 如果传入 base64 则返回生成图 Base64 编码。
581
+ 如果传入 url 则返回的生成图 URL , 有效期1小时,请及时保存。
582
+ */
583
+ ResultImage?: string
584
+ /**
585
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
586
+ */
587
+ RequestId?: string
588
+ }
589
+
523
590
  /**
524
591
  * TextToImage返回参数结构体
525
592
  */
@@ -2023,11 +2023,11 @@ export interface AutoMountConfiguration {
2023
2023
  /**
2024
2024
  * 子机内的挂载点。
2025
2025
  */
2026
- MountPoint: Array<string>
2026
+ MountPoint?: Array<string>
2027
2027
  /**
2028
2028
  * 文件系统类型,支持的有 ext4、xfs。
2029
2029
  */
2030
- FileSystemType: string
2030
+ FileSystemType?: string
2031
2031
  }
2032
2032
 
2033
2033
  /**
@@ -1341,6 +1341,19 @@ export interface AlarmTargetInfo {
1341
1341
  * 查询范围终止时间相对于告警执行时间的偏移,单位为分钟,取值为非正,须大于StartTimeOffset,最大值为0,最小值为-1440。
1342
1342
  */
1343
1343
  EndTimeOffset?: number
1344
+ /**
1345
+ * 检索语法规则,默认值为0。
1346
+ 0:Lucene语法,1:CQL语法。
1347
+ 详细说明参见<a href="https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules" target="_blank">检索条件语法规则</a>
1348
+ 注意:此字段可能返回 null,表示取不到有效值。
1349
+ */
1350
+ SyntaxRule?: number
1351
+ /**
1352
+ * 主题类型。
1353
+ 0: 日志主题,1: 指标主题
1354
+ 注意:此字段可能返回 null,表示取不到有效值。
1355
+ */
1356
+ BizType?: number
1344
1357
  }
1345
1358
 
1346
1359
  /**
@@ -88,7 +88,7 @@ import {
88
88
  DescribeRansomDefenseStrategyListRequest,
89
89
  DescribeMachineClearHistoryRequest,
90
90
  DescribeServersAndRiskAndFirstInfoResponse,
91
- ExportAttackLogsResponse,
91
+ ModifyMalwareWhiteListRequest,
92
92
  DescribeSecurityProtectionStatResponse,
93
93
  DescribeAssetJarListRequest,
94
94
  DescribeJavaMemShellPluginInfoRequest,
@@ -369,7 +369,6 @@ import {
369
369
  DescribeVulListRequest,
370
370
  DescribeLicenseBindListResponse,
371
371
  BaselineInfo,
372
- ModifyMalwareWhiteListRequest,
373
372
  DescribeWebHookReceiverUsageResponse,
374
373
  AssetAppBaseInfo,
375
374
  DescribeJavaMemShellInfoRequest,
@@ -451,7 +450,6 @@ import {
451
450
  DeleteMachineClearHistoryRequest,
452
451
  DescribeLogHistogramResponse,
453
452
  DescribeUsersConfigRequest,
454
- ExportAttackLogsRequest,
455
453
  DeleteMachineRequest,
456
454
  DescribeAssetWebLocationListResponse,
457
455
  DescribeAssetDiskListResponse,
@@ -4153,18 +4151,6 @@ export class Client extends AbstractClient {
4153
4151
  return this.request("DescribeTrialReport", req, cb)
4154
4152
  }
4155
4153
 
4156
- /**
4157
- * ExportAttackEvents接口替代
4158
-
4159
- 导出网络攻击日志
4160
- */
4161
- async ExportAttackLogs(
4162
- req: ExportAttackLogsRequest,
4163
- cb?: (error: string, rep: ExportAttackLogsResponse) => void
4164
- ): Promise<ExportAttackLogsResponse> {
4165
- return this.request("ExportAttackLogs", req, cb)
4166
- }
4167
-
4168
4154
  /**
4169
4155
  * 此接口(DescribeUsualLoginPlaces)用于查询常用登录地。
4170
4156
  */
@@ -1829,21 +1829,45 @@ export interface DescribeServersAndRiskAndFirstInfoResponse {
1829
1829
  }
1830
1830
 
1831
1831
  /**
1832
- * ExportAttackLogs返回参数结构体
1832
+ * ModifyMalwareWhiteList请求参数结构体
1833
1833
  */
1834
- export interface ExportAttackLogsResponse {
1834
+ export interface ModifyMalwareWhiteListRequest {
1835
1835
  /**
1836
- * 已废弃
1836
+ * 白名单模式; 0MD5白名单,1自定义
1837
1837
  */
1838
- DownloadUrl?: string
1838
+ Mode: number
1839
1839
  /**
1840
- * 任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址
1840
+ * 规则唯一ID
1841
1841
  */
1842
- TaskId?: string
1842
+ Id: number
1843
1843
  /**
1844
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1844
+ * quuid 列表
1845
1845
  */
1846
- RequestId?: string
1846
+ QuuidList?: Array<string>
1847
+ /**
1848
+ * 是否全部主机; 0否,1是。
1849
+ */
1850
+ IsGlobal?: number
1851
+ /**
1852
+ * 匹配模式 ;0 精确匹配,1模糊匹配(废弃)
1853
+ */
1854
+ MatchType?: number
1855
+ /**
1856
+ * 文件名称(正则);长度不超过200个
1857
+ */
1858
+ FileName?: Array<string>
1859
+ /**
1860
+ * 文件目录(正则);长度不超过200个,内容base64转义
1861
+ */
1862
+ FileDirectory?: Array<string>
1863
+ /**
1864
+ * 文件后缀;长度不超过200个,内容base64转义(废弃)
1865
+ */
1866
+ FileExtension?: Array<string>
1867
+ /**
1868
+ * MD5列表
1869
+ */
1870
+ Md5List?: Array<string>
1847
1871
  }
1848
1872
 
1849
1873
  /**
@@ -8352,48 +8376,6 @@ export interface BaselineInfo {
8352
8376
  BaselineFailCount: number
8353
8377
  }
8354
8378
 
8355
- /**
8356
- * ModifyMalwareWhiteList请求参数结构体
8357
- */
8358
- export interface ModifyMalwareWhiteListRequest {
8359
- /**
8360
- * 白名单模式; 0MD5白名单,1自定义
8361
- */
8362
- Mode: number
8363
- /**
8364
- * 规则唯一ID
8365
- */
8366
- Id: number
8367
- /**
8368
- * quuid 列表
8369
- */
8370
- QuuidList?: Array<string>
8371
- /**
8372
- * 是否全部主机; 0否,1是。
8373
- */
8374
- IsGlobal?: number
8375
- /**
8376
- * 匹配模式 ;0 精确匹配,1模糊匹配(废弃)
8377
- */
8378
- MatchType?: number
8379
- /**
8380
- * 文件名称(正则);长度不超过200个
8381
- */
8382
- FileName?: Array<string>
8383
- /**
8384
- * 文件目录(正则);长度不超过200个,内容base64转义
8385
- */
8386
- FileDirectory?: Array<string>
8387
- /**
8388
- * 文件后缀;长度不超过200个,内容base64转义(废弃)
8389
- */
8390
- FileExtension?: Array<string>
8391
- /**
8392
- * MD5列表
8393
- */
8394
- Md5List?: Array<string>
8395
- }
8396
-
8397
8379
  /**
8398
8380
  * DescribeWebHookReceiverUsage返回参数结构体
8399
8381
  */
@@ -10123,31 +10105,6 @@ export interface DescribeUsersConfigRequest {
10123
10105
  ConfigName: string
10124
10106
  }
10125
10107
 
10126
- /**
10127
- * ExportAttackLogs请求参数结构体
10128
- */
10129
- export interface ExportAttackLogsRequest {
10130
- /**
10131
- * 过滤条件。
10132
- <li>HttpMethod - String - 是否必填:否 - 攻击方法(POST|GET)</li>
10133
- <li>DateRange - String - 是否必填:否 - 时间范围(存储最近3个月的数据),如最近一个月["2019-11-17", "2019-12-17"]</li>
10134
- <li>VulType - String 威胁类型 - 是否必填: 否</li>
10135
- <li>SrcIp - String 攻击源IP - 是否必填: 否</li>
10136
- <li>DstIp - String 攻击目标IP - 是否必填: 否</li>
10137
- <li>SrcPort - String 攻击源端口 - 是否必填: 否</li>
10138
- <li>DstPort - String 攻击目标端口 - 是否必填: 否</li>
10139
- */
10140
- Filters?: Array<Filters>
10141
- /**
10142
- * 主机安全客户端ID
10143
- */
10144
- Uuid?: string
10145
- /**
10146
- * 云主机机器ID
10147
- */
10148
- Quuid?: string
10149
- }
10150
-
10151
10108
  /**
10152
10109
  * DeleteMachine请求参数结构体
10153
10110
  */
@@ -46,6 +46,7 @@ import {
46
46
  DynamicPodSpec,
47
47
  OverviewRow,
48
48
  DiskSpec,
49
+ LoadAutoScaleStrategy,
49
50
  ModifyUserManagerPwdRequest,
50
51
  COSSettings,
51
52
  ClusterInstancesInfo,
@@ -73,6 +74,7 @@ import {
73
74
  DescribeInstanceRenewNodesRequest,
74
75
  YarnApplication,
75
76
  JobResult,
77
+ Resource,
76
78
  FlowParam,
77
79
  DescribeAutoScaleStrategiesResponse,
78
80
  StopParams,
@@ -115,6 +117,7 @@ import {
115
117
  DescribeResourceScheduleResponse,
116
118
  MultiDisk,
117
119
  TerminateInstanceRequest,
120
+ TriggerCondition,
118
121
  MetricTags,
119
122
  TerminateClusterNodesResponse,
120
123
  ModifyResourceSchedulerRequest,
@@ -176,6 +179,7 @@ import {
176
179
  MultiZoneSetting,
177
180
  ModifyResourceScheduleConfigRequest,
178
181
  UserInfoForUserManager,
182
+ TriggerConditions,
179
183
  DescribeEmrOverviewMetricsRequest,
180
184
  PodState,
181
185
  ScaleOutClusterResponse,
@@ -186,12 +190,12 @@ import {
186
190
  SoftDependInfo,
187
191
  ModifyAutoScaleStrategyResponse,
188
192
  InquiryPriceScaleOutInstanceRequest,
189
- Resource,
193
+ LoadMetricsConditions,
190
194
  JobFlowResource,
191
195
  DescribeEmrApplicationStaticsResponse,
192
196
  InquirePriceRenewEmrRequest,
193
197
  ModifyResourceTags,
194
- ResourceDetail,
198
+ LoadMetricsCondition,
195
199
  DescribeImpalaQueriesResponse,
196
200
  CustomMetaDBInfo,
197
201
  UserManagerUserBriefInfo,
@@ -202,6 +206,7 @@ import {
202
206
  ModifyResourceSchedulerResponse,
203
207
  VirtualPrivateCloud,
204
208
  StrategyConfig,
209
+ ResourceDetail,
205
210
  SceneSoftwareConfig,
206
211
  ShortNodeInfo,
207
212
  EmrPrice,