tencentcloud-sdk-nodejs 4.0.638 → 4.0.639

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 (75) hide show
  1. package/CHANGELOG.md +252 -0
  2. package/SERVICE_CHANGELOG.md +373 -174
  3. package/package.json +1 -1
  4. package/products.md +22 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +2 -2
  7. package/src/services/cls/v20201016/cls_models.ts +4 -0
  8. package/src/services/cms/v20190321/cms_models.ts +13 -1
  9. package/src/services/cynosdb/v20190107/cynosdb_models.ts +38 -38
  10. package/src/services/ecm/v20190719/ecm_client.ts +146 -27
  11. package/src/services/ecm/v20190719/ecm_models.ts +424 -90
  12. package/src/services/ess/v20201111/ess_client.ts +39 -10
  13. package/src/services/ess/v20201111/ess_models.ts +273 -84
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +13 -1
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +46 -1
  16. package/src/services/index.ts +1 -0
  17. package/src/services/sqlserver/v20180328/sqlserver_client.ts +4 -3
  18. package/src/services/sqlserver/v20180328/sqlserver_models.ts +12 -6
  19. package/src/services/tcb/v20180608/tcb_models.ts +25 -18
  20. package/src/services/tchd/index.ts +5 -0
  21. package/src/services/tchd/v20230306/index.ts +6 -0
  22. package/src/services/tchd/v20230306/tchd_client.ts +45 -0
  23. package/src/services/tchd/v20230306/tchd_models.ts +96 -0
  24. package/src/services/tdmq/v20200217/tdmq_models.ts +5 -5
  25. package/src/services/tke/v20180525/tke_models.ts +6 -6
  26. package/src/services/trtc/v20190722/trtc_client.ts +0 -17
  27. package/src/services/trtc/v20190722/trtc_models.ts +0 -104
  28. package/src/services/tts/v20190823/tts_models.ts +4 -1
  29. package/src/services/vod/v20180717/vod_client.ts +2 -2
  30. package/src/services/vod/v20180717/vod_models.ts +2 -2
  31. package/src/services/wav/v20210129/wav_models.ts +4 -0
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -2
  35. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
  36. package/tencentcloud/services/cms/v20190321/cms_models.d.ts +13 -1
  37. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -38
  38. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +52 -7
  39. package/tencentcloud/services/ecm/v20190719/ecm_client.js +72 -9
  40. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +404 -90
  41. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +14 -3
  42. package/tencentcloud/services/ess/v20201111/ess_client.js +18 -3
  43. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +267 -84
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -2
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -1
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +44 -1
  47. package/tencentcloud/services/index.d.ts +1 -0
  48. package/tencentcloud/services/index.js +2 -0
  49. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +3 -2
  50. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +3 -2
  51. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +12 -6
  52. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +25 -18
  53. package/tencentcloud/services/tchd/index.d.ts +6 -0
  54. package/tencentcloud/services/tchd/index.js +7 -0
  55. package/tencentcloud/services/tchd/v20230306/index.d.ts +6 -0
  56. package/tencentcloud/services/tchd/v20230306/index.js +9 -0
  57. package/tencentcloud/services/tchd/v20230306/tchd_client.d.ts +14 -0
  58. package/tencentcloud/services/tchd/v20230306/tchd_client.js +37 -0
  59. package/tencentcloud/services/tchd/v20230306/tchd_models.d.ts +76 -0
  60. package/tencentcloud/services/tchd/v20230306/tchd_models.js +18 -0
  61. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +5 -5
  62. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -6
  63. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -8
  64. package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -9
  65. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -100
  66. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -1
  67. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
  68. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
  69. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
  70. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +4 -0
  71. package/test/ecm.v20190719.test.js +96 -6
  72. package/test/ess.v20201111.test.js +22 -2
  73. package/test/essbasic.v20210526.test.js +10 -0
  74. package/test/tchd.v20230306.test.js +31 -0
  75. package/test/trtc.v20190722.test.js +0 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.638",
3
+ "version": "4.0.639",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -16,7 +16,7 @@
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-07-10 01:06:50 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-06-28 01:02:05 |
19
- | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-06-15 01:02:32 |
19
+ | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-07-11 01:03:12 |
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-07-05 01:07:50 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
@@ -59,18 +59,18 @@
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-06-16 10:55:41 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-07-10 01:15:21 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-07-11 01:10:57 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-10 01:16:00 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
65
- | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-05-31 21:42:46 |
65
+ | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-07-10 01:16:33 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
68
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-06-20 01:16:16 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-26 01:16:07 |
70
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-07-11 01:13:22 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-06-20 01:17:02 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-07-07 01:17:43 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-07-11 01:15:32 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-07-07 01:21:45 |
75
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
76
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
@@ -78,7 +78,7 @@
78
78
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-18 01:21:33 |
79
79
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-05-18 01:21:37 |
80
80
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-06-28 01:18:44 |
81
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-06 01:21:05 |
81
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-07-11 01:18:28 |
82
82
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-07-10 01:22:33 |
83
83
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-05-18 01:23:17 |
84
84
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-05-18 01:23:31 |
@@ -88,14 +88,14 @@
88
88
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-05-18 01:24:14 |
89
89
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-05-18 01:24:28 |
90
90
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-05-18 01:24:35 |
91
- | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-07-07 01:25:16 |
91
+ | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-07-11 01:20:38 |
92
92
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-07-05 01:26:25 |
95
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-03 01:22:18 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-07 01:32:25 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-10 01:25:48 |
98
- | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-05-31 01:26:29 |
95
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-11 01:22:26 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-07-10 16:25:52 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-07-11 01:23:54 |
98
+ | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-11 01:24:18 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-07-03 01:23:32 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-05-24 14:30:55 |
101
101
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
@@ -162,15 +162,15 @@
162
162
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
163
163
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-07-03 01:41:14 |
164
164
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
165
- | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-06-21 01:31:57 |
165
+ | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
166
166
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
167
167
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-05-18 01:48:01 |
168
168
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-28 01:37:53 |
169
169
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
170
170
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
171
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-05 01:42:00 |
171
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-11 01:38:23 |
172
172
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-06-14 01:38:59 |
173
- | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-06-16 01:37:57 |
173
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-11 01:39:12 |
174
174
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
175
175
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-05-18 01:49:41 |
176
176
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-06-21 01:33:28 |
@@ -183,16 +183,17 @@
183
183
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
184
184
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2023-06-06 01:55:04 |
185
185
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-06-20 01:48:17 |
186
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-06-29 18:45:40 |
186
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-07-11 01:40:42 |
187
187
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2023-05-18 01:51:15 |
188
188
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
189
+ | tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-07-10 10:40:45 |
189
190
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
190
191
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
191
192
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-07-07 01:50:00 |
192
193
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-07-06 01:44:39 |
193
194
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
194
195
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-06-27 01:43:11 |
195
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-07-10 01:45:08 |
196
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-07-11 01:43:59 |
196
197
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
197
198
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
198
199
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-10 01:46:13 |
@@ -205,7 +206,7 @@
205
206
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
206
207
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-06-26 01:57:45 |
207
208
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-06-08 02:02:46 |
208
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-07 01:54:52 |
209
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-11 01:47:07 |
209
210
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
210
211
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
211
212
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-05-18 02:01:10 |
@@ -213,19 +214,19 @@
213
214
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
214
215
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
215
216
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-06-20 01:55:06 |
216
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-05 01:51:14 |
217
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-11 01:48:58 |
217
218
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-07-10 01:52:00 |
218
219
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-06-19 01:42:54 |
219
220
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
220
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-06-27 01:49:42 |
221
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-07-11 01:50:46 |
221
222
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
222
223
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
223
224
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
224
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-06 20:35:50 |
225
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-11 01:51:09 |
225
226
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-07-07 01:59:12 |
226
227
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-06-21 01:45:11 |
227
228
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-05 01:56:06 |
228
- | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-06-30 12:15:39 |
229
+ | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-11 01:55:43 |
229
230
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-07-07 02:01:57 |
230
231
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
231
232
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-06-22 02:06:43 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.638"
1
+ export const sdkVersion = "4.0.639"
@@ -1773,8 +1773,8 @@ export interface ModifyScalingPolicyRequest {
1773
1773
  */
1774
1774
  DisableScaleIn?: boolean
1775
1775
  /**
1776
- * 通知组ID,即为用户组ID集合,用户组ID可以通过[ListGroups](https://cloud.tencent.com/document/product/598/34589)查询。
1777
- 如果需要清空通知用户组,需要在列表中传入特定字符串 "NULL"。
1776
+ * 此参数已不再生效,请使用[创建通知](https://cloud.tencent.com/document/api/377/33185)
1777
+ 通知组ID,即为用户组ID集合。
1778
1778
  */
1779
1779
  NotificationUserGroupIds?: Array<string>
1780
1780
  }
@@ -242,6 +242,8 @@ export interface DeleteShipperRequest {
242
242
 
243
243
  /**
244
244
  * 动态更新索引配置
245
+
246
+ 注意:该功能尚处于内测阶段,如需使用请联系技术支持
245
247
  */
246
248
  export interface DynamicIndex {
247
249
  /**
@@ -3742,6 +3744,8 @@ export interface RuleInfo {
3742
3744
  Tag?: RuleTagInfo
3743
3745
  /**
3744
3746
  * 动态索引配置,如果为空时代表未开启动态段索引
3747
+
3748
+ 注意:该功能尚处于内测阶段,如需使用请联系技术支持
3745
3749
  注意:此字段可能返回 null,表示取不到有效值。
3746
3750
  */
3747
3751
  DynamicIndex?: DynamicIndex
@@ -24,6 +24,10 @@ export interface CreateKeywordsSamplesResponse {
24
24
  注意:此字段可能返回 null,表示取不到有效值。
25
25
  */
26
26
  SampleIDs?: Array<string>
27
+ /**
28
+ * 成功入库关键词列表
29
+ */
30
+ SuccessInfos?: Array<UserKeywordInfo>
27
31
  /**
28
32
  * 重复关键词列表
29
33
  注意:此字段可能返回 null,表示取不到有效值。
@@ -396,6 +400,10 @@ export interface DescribeLibSamplesRequest {
396
400
  * 违规类型列表过滤
397
401
  */
398
402
  EvilTypeList?: Array<number>
403
+ /**
404
+ * 样本词ID列表过滤
405
+ */
406
+ SampleIDs?: Array<string>
399
407
  }
400
408
 
401
409
  /**
@@ -1069,13 +1077,17 @@ export interface RrectF {
1069
1077
  */
1070
1078
  export interface DeleteLibSamplesRequest {
1071
1079
  /**
1072
- * 关键词ID
1080
+ * 关键词ID列表
1073
1081
  */
1074
1082
  SampleIDs: Array<string>
1075
1083
  /**
1076
1084
  * 词库ID
1077
1085
  */
1078
1086
  LibID?: string
1087
+ /**
1088
+ * 关键词内容列表
1089
+ */
1090
+ SampleContents?: Array<string>
1079
1091
  }
1080
1092
 
1081
1093
  /**
@@ -596,7 +596,7 @@ export interface ProxyConnectionPoolInfo {
596
596
  */
597
597
  OpenConnectionPool?: string
598
598
  /**
599
- * 连接池类型:SessionConnectionPool(会话级别连接池
599
+ * 连接池类型:SessionConnectionPool(会话级别连接池)
600
600
  注意:此字段可能返回 null,表示取不到有效值。
601
601
  */
602
602
  ConnectionPoolType?: string
@@ -921,47 +921,47 @@ export interface SlowQueriesItem {
921
921
  /**
922
922
  * 执行时间戳
923
923
  */
924
- Timestamp: number
924
+ Timestamp?: number
925
925
  /**
926
926
  * 执行时长,单位秒
927
927
  */
928
- QueryTime: number
928
+ QueryTime?: number
929
929
  /**
930
930
  * sql语句
931
931
  */
932
- SqlText: string
932
+ SqlText?: string
933
933
  /**
934
934
  * 客户端host
935
935
  */
936
- UserHost: string
936
+ UserHost?: string
937
937
  /**
938
938
  * 用户名
939
939
  */
940
- UserName: string
940
+ UserName?: string
941
941
  /**
942
942
  * 数据库名
943
943
  */
944
- Database: string
944
+ Database?: string
945
945
  /**
946
946
  * 锁时长,单位秒
947
947
  */
948
- LockTime: number
948
+ LockTime?: number
949
949
  /**
950
950
  * 扫描行数
951
951
  */
952
- RowsExamined: number
952
+ RowsExamined?: number
953
953
  /**
954
954
  * 返回行数
955
955
  */
956
- RowsSent: number
956
+ RowsSent?: number
957
957
  /**
958
- * sql模版
958
+ * sql模板
959
959
  */
960
- SqlTemplate: string
960
+ SqlTemplate?: string
961
961
  /**
962
962
  * sql语句md5
963
963
  */
964
- SqlMd5: string
964
+ SqlMd5?: string
965
965
  }
966
966
 
967
967
  /**
@@ -1093,11 +1093,11 @@ export interface DescribeParamTemplatesRequest {
1093
1093
  */
1094
1094
  EngineVersions?: Array<string>
1095
1095
  /**
1096
- * 模版名称
1096
+ * 模板名称
1097
1097
  */
1098
1098
  TemplateNames?: Array<string>
1099
1099
  /**
1100
- * 模版ID
1100
+ * 模板ID
1101
1101
  */
1102
1102
  TemplateIds?: Array<number>
1103
1103
  /**
@@ -1117,7 +1117,7 @@ export interface DescribeParamTemplatesRequest {
1117
1117
  */
1118
1118
  Products?: Array<string>
1119
1119
  /**
1120
- * 模版类型
1120
+ * 模板类型
1121
1121
  */
1122
1122
  TemplateTypes?: Array<string>
1123
1123
  /**
@@ -1280,7 +1280,7 @@ export interface ModifyResourcePackageClustersRequest {
1280
1280
  */
1281
1281
  export interface DeleteParamTemplateRequest {
1282
1282
  /**
1283
- * 参数模版ID
1283
+ * 参数模板ID
1284
1284
  */
1285
1285
  TemplateId: number
1286
1286
  }
@@ -1691,7 +1691,7 @@ export interface CynosdbInstanceGrp {
1691
1691
  */
1692
1692
  export interface CreateParamTemplateResponse {
1693
1693
  /**
1694
- * 模版ID
1694
+ * 模板ID
1695
1695
  */
1696
1696
  TemplateId?: number
1697
1697
  /**
@@ -4011,11 +4011,11 @@ export interface DescribeParamTemplatesResponse {
4011
4011
  /**
4012
4012
  * 参数模板数量
4013
4013
  */
4014
- TotalCount: number
4014
+ TotalCount?: number
4015
4015
  /**
4016
4016
  * 参数模板信息
4017
4017
  */
4018
- Items: Array<ParamTemplateListInfo>
4018
+ Items?: Array<ParamTemplateListInfo>
4019
4019
  /**
4020
4020
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4021
4021
  */
@@ -4482,7 +4482,7 @@ export interface CreateProxyRequest {
4482
4482
  */
4483
4483
  OpenConnectionPool?: string
4484
4484
  /**
4485
- * 连接池阀值:单位(秒)
4485
+ * 连接池阈值:单位(秒)
4486
4486
  */
4487
4487
  ConnectionPoolTimeOut?: number
4488
4488
  /**
@@ -4589,35 +4589,35 @@ export interface PolicyRule {
4589
4589
  /**
4590
4590
  * 策略,ACCEPT或者DROP
4591
4591
  */
4592
- Action: string
4592
+ Action?: string
4593
4593
  /**
4594
- * 来源IpIp段,例如192.168.0.0/16
4594
+ * 来源IPIP段,例如192.168.0.0/16
4595
4595
  */
4596
- CidrIp: string
4596
+ CidrIp?: string
4597
4597
  /**
4598
4598
  * 端口
4599
4599
  */
4600
- PortRange: string
4600
+ PortRange?: string
4601
4601
  /**
4602
4602
  * 网络协议,支持udp、tcp等
4603
4603
  */
4604
- IpProtocol: string
4604
+ IpProtocol?: string
4605
4605
  /**
4606
4606
  * 协议端口ID或者协议端口组ID。
4607
4607
  */
4608
- ServiceModule: string
4608
+ ServiceModule?: string
4609
4609
  /**
4610
4610
  * IP地址ID或者ID地址组ID。
4611
4611
  */
4612
- AddressModule: string
4612
+ AddressModule?: string
4613
4613
  /**
4614
4614
  * id
4615
4615
  */
4616
- Id: string
4616
+ Id?: string
4617
4617
  /**
4618
4618
  * 描述
4619
4619
  */
4620
- Desc: string
4620
+ Desc?: string
4621
4621
  }
4622
4622
 
4623
4623
  /**
@@ -4910,7 +4910,7 @@ export interface CreateProxyEndPointRequest {
4910
4910
  */
4911
4911
  OpenConnectionPool?: string
4912
4912
  /**
4913
- * 连接池阀值:单位(秒)
4913
+ * 连接池阈值:单位(秒)
4914
4914
  */
4915
4915
  ConnectionPoolTimeOut?: number
4916
4916
  /**
@@ -5881,15 +5881,15 @@ export interface SaleZone {
5881
5881
  */
5882
5882
  export interface ModifyParamTemplateRequest {
5883
5883
  /**
5884
- * 模版ID
5884
+ * 模板ID
5885
5885
  */
5886
5886
  TemplateId: number
5887
5887
  /**
5888
- * 模版名
5888
+ * 模板名
5889
5889
  */
5890
5890
  TemplateName?: string
5891
5891
  /**
5892
- * 模版描述
5892
+ * 模板描述
5893
5893
  */
5894
5894
  TemplateDescription?: string
5895
5895
  /**
@@ -6046,7 +6046,7 @@ export interface ModifyAccountHostRequest {
6046
6046
  */
6047
6047
  export interface CreateParamTemplateRequest {
6048
6048
  /**
6049
- * 模版名称
6049
+ * 模板名称
6050
6050
  */
6051
6051
  TemplateName: string
6052
6052
  /**
@@ -6054,11 +6054,11 @@ export interface CreateParamTemplateRequest {
6054
6054
  */
6055
6055
  EngineVersion: string
6056
6056
  /**
6057
- * 模版描述
6057
+ * 模板描述
6058
6058
  */
6059
6059
  TemplateDescription?: string
6060
6060
  /**
6061
- * 可选参数,需要复制的模版ID
6061
+ * 可选参数,需要复制的模板ID
6062
6062
  */
6063
6063
  TemplateId?: number
6064
6064
  /**
@@ -6714,7 +6714,7 @@ export interface AddInstancesRequest {
6714
6714
  */
6715
6715
  DealMode?: number
6716
6716
  /**
6717
- * 参数模版ID
6717
+ * 参数模板ID
6718
6718
  */
6719
6719
  ParamTemplateId?: number
6720
6720
  /**