tencentcloud-sdk-nodejs 4.0.687 → 4.0.688

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 (78) hide show
  1. package/CHANGELOG.md +522 -0
  2. package/SERVICE_CHANGELOG.md +839 -58
  3. package/package.json +1 -1
  4. package/products.md +22 -22
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/advisor/v20200721/advisor_client.ts +2 -2
  7. package/src/services/advisor/v20200721/advisor_models.ts +53 -53
  8. package/src/services/apigateway/v20180808/apigateway_models.ts +20 -0
  9. package/src/services/asr/v20190614/asr_models.ts +64 -63
  10. package/src/services/cdb/v20170320/cdb_client.ts +1 -0
  11. package/src/services/cdb/v20170320/cdb_models.ts +40 -4
  12. package/src/services/ckafka/v20190819/ckafka_client.ts +13 -0
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +35 -0
  14. package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -1
  15. package/src/services/cynosdb/v20190107/cynosdb_models.ts +8 -3
  16. package/src/services/es/v20180416/es_client.ts +2 -1
  17. package/src/services/es/v20180416/es_models.ts +209 -170
  18. package/src/services/ess/v20201111/ess_client.ts +28 -11
  19. package/src/services/ess/v20201111/ess_models.ts +90 -56
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -3
  21. package/src/services/ims/v20201229/ims_client.ts +2 -2
  22. package/src/services/nlp/v20190408/nlp_client.ts +4 -2
  23. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  24. package/src/services/ses/v20201002/ses_models.ts +9 -4
  25. package/src/services/tcss/v20201101/tcss_client.ts +3 -2
  26. package/src/services/tcss/v20201101/tcss_models.ts +278 -113
  27. package/src/services/teo/v20220901/teo_models.ts +2 -2
  28. package/src/services/thpc/v20230321/thpc_models.ts +4 -0
  29. package/src/services/tse/v20201207/tse_client.ts +40 -25
  30. package/src/services/tse/v20201207/tse_models.ts +184 -6
  31. package/src/services/vm/v20201229/vm_client.ts +6 -6
  32. package/src/services/vm/v20201229/vm_models.ts +2 -2
  33. package/src/services/vod/v20180717/vod_client.ts +3 -1
  34. package/src/services/vod/v20180717/vod_models.ts +512 -424
  35. package/src/services/waf/v20180125/waf_client.ts +13 -0
  36. package/src/services/waf/v20180125/waf_models.ts +118 -23
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/advisor/v20200721/advisor_models.d.ts +52 -52
  40. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +20 -0
  41. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +64 -63
  42. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +39 -4
  43. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  44. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  45. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +32 -0
  46. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
  47. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  48. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +8 -3
  49. package/tencentcloud/services/es/v20180416/es_models.d.ts +200 -162
  50. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +26 -9
  51. package/tencentcloud/services/ess/v20201111/ess_client.js +26 -9
  52. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +90 -56
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -3
  54. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -2
  55. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -2
  56. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +3 -1
  57. package/tencentcloud/services/nlp/v20190408/nlp_client.js +3 -1
  58. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  59. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +9 -4
  60. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +2 -2
  61. package/tencentcloud/services/tcss/v20201101/tcss_client.js +1 -1
  62. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +277 -113
  63. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
  64. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +4 -0
  65. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +13 -9
  66. package/tencentcloud/services/tse/v20201207/tse_client.js +18 -12
  67. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +179 -6
  68. package/tencentcloud/services/vm/v20201229/vm_client.d.ts +6 -6
  69. package/tencentcloud/services/vm/v20201229/vm_client.js +6 -6
  70. package/tencentcloud/services/vm/v20201229/vm_models.d.ts +2 -2
  71. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  72. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +510 -424
  73. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  74. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  75. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +115 -23
  76. package/test/ckafka.v20190819.test.js +10 -0
  77. package/test/tse.v20201207.test.js +18 -8
  78. package/test/waf.v20180125.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.687",
3
+ "version": "4.0.688",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -3,7 +3,7 @@
3
3
  | aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2023-05-18 01:01:13 |
4
4
  | aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
5
5
  | acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2023-05-18 01:01:15 |
6
- | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-05-18 01:01:20 |
6
+ | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-09-14 01:05:50 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2023-09-07 01:06:15 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-09-07 01:06:21 |
9
9
  | aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-07-25 10:37:02 |
@@ -14,16 +14,16 @@
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
15
15
  | ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
16
16
  | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
17
- | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-09-07 01:07:50 |
17
+ | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-09-14 01:07:23 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-09-12 01:09:06 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-13 01:09:30 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-09-14 01:09:19 |
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-08-17 01:18:28 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-09-05 01:23:20 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-08-17 01:19:19 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-08-10 01:03:11 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-09-12 01:10:38 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-09-14 01:10:00 |
27
27
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
28
28
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-08-17 01:20:19 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
@@ -41,7 +41,7 @@
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-05-18 01:07:39 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-09-07 01:15:22 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-09-07 01:15:54 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-09-13 01:15:37 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-09-14 01:15:30 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-09-12 01:18:51 |
46
46
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-09-12 01:19:13 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
@@ -54,7 +54,7 @@
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
55
55
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
56
56
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
57
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-09-05 02:11:19 |
57
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-09-14 01:21:26 |
58
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-09-12 01:25:01 |
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-08-17 01:57:08 |
@@ -67,10 +67,10 @@
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-09-12 01:32:51 |
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-09-13 01:29:52 |
70
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-09-14 01:29:46 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-08-31 01:12:44 |
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-09-06 01:33:12 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-09-14 01:33:33 |
74
74
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-17 02:45:26 |
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 |
@@ -93,9 +93,9 @@
93
93
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
94
94
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
95
95
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-17 03:08:06 |
96
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-09-05 04:23:35 |
97
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-13 01:46:18 |
98
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-13 01:47:18 |
96
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-09-14 01:45:31 |
97
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-09-14 01:46:23 |
98
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-09-14 01:47:20 |
99
99
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
100
100
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-09-06 01:49:13 |
101
101
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
@@ -115,10 +115,10 @@
115
115
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2023-08-17 03:20:18 |
116
116
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2023-05-18 01:30:55 |
117
117
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
118
- | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-09-04 01:58:13 |
118
+ | ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2023-09-14 01:52:37 |
119
119
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
120
120
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-08-09 01:29:39 |
121
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-08-22 01:14:25 |
121
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-09-14 01:53:25 |
122
122
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
123
123
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-08-30 01:17:01 |
124
124
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
@@ -146,10 +146,10 @@
146
146
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-30 01:19:55 |
147
147
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-08-17 04:18:22 |
148
148
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
149
- | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-08-29 01:19:54 |
149
+ | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-14 02:08:26 |
150
150
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
151
151
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-09-06 02:10:27 |
152
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-09-13 02:10:31 |
152
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-09-14 02:09:03 |
153
153
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-07-20 01:37:20 |
154
154
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-08-24 01:24:31 |
155
155
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
@@ -164,7 +164,7 @@
164
164
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
165
165
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-08-09 01:43:06 |
166
166
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-09-06 02:16:39 |
167
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-09-12 02:25:46 |
167
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-09-14 02:15:22 |
168
168
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
169
169
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
170
170
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
@@ -193,14 +193,14 @@
193
193
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
194
194
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
195
195
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-09-11 02:43:38 |
196
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-17 04:54:42 |
196
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-09-14 02:23:36 |
197
197
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
198
198
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
199
199
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-09-08 02:41:10 |
200
200
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
201
201
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
202
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-09-13 02:30:58 |
203
- | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-09-07 02:37:25 |
202
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-09-14 02:30:02 |
203
+ | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-09-14 02:31:21 |
204
204
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
205
205
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
206
206
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
@@ -219,17 +219,17 @@
219
219
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-08-15 01:44:16 |
220
220
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
221
221
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-09-08 02:49:33 |
222
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-09-06 02:36:56 |
222
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-09-14 02:35:41 |
223
223
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-09-12 02:52:20 |
224
224
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
225
225
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-08-22 01:22:20 |
226
226
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
227
227
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
228
228
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
229
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-09-13 02:40:01 |
229
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-09-14 02:39:15 |
230
230
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-09-12 02:59:25 |
231
231
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
232
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09-13 02:45:23 |
232
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-09-14 02:44:37 |
233
233
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
234
234
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-08-31 01:29:16 |
235
235
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-09-12 09:30:48 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.687"
1
+ export const sdkVersion = "4.0.688"
@@ -20,11 +20,11 @@ import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  DescribeStrategiesResponse,
22
22
  DescribeTaskStrategyRisksRequest,
23
- DescribeStrategie,
24
23
  DescribeTaskStrategyRisksResponse,
25
24
  KeyValue,
26
25
  RiskFieldsDesc,
27
- DescribeStrategiesCondition,
26
+ Strategies,
27
+ Conditions,
28
28
  DescribeStrategiesRequest,
29
29
  } from "./advisor_models"
30
30
 
@@ -23,7 +23,7 @@ export interface DescribeStrategiesResponse {
23
23
  * 评估项列表
24
24
  注意:此字段可能返回 null,表示取不到有效值。
25
25
  */
26
- Strategies: Array<DescribeStrategie>
26
+ Strategies?: Array<Strategies>
27
27
  /**
28
28
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
29
29
  */
@@ -56,57 +56,6 @@ export interface DescribeTaskStrategyRisksRequest {
56
56
  TaskType?: string
57
57
  }
58
58
 
59
- /**
60
- * 评估项信息
61
- */
62
- export interface DescribeStrategie {
63
- /**
64
- * 评估项ID
65
- 注意:此字段可能返回 null,表示取不到有效值。
66
- */
67
- StrategyId: number
68
- /**
69
- * 评估项名称
70
- 注意:此字段可能返回 null,表示取不到有效值。
71
- */
72
- Name: string
73
- /**
74
- * 评估项描述
75
- 注意:此字段可能返回 null,表示取不到有效值。
76
- */
77
- Desc: string
78
- /**
79
- * 评估项对应产品ID
80
- 注意:此字段可能返回 null,表示取不到有效值。
81
- */
82
- Product: string
83
- /**
84
- * 评估项对应产品名称
85
- 注意:此字段可能返回 null,表示取不到有效值。
86
- */
87
- ProductDesc: string
88
- /**
89
- * 评估项优化建议
90
- 注意:此字段可能返回 null,表示取不到有效值。
91
- */
92
- Repair: string
93
- /**
94
- * 评估项类别ID
95
- 注意:此字段可能返回 null,表示取不到有效值。
96
- */
97
- GroupId: number
98
- /**
99
- * 评估项类别名称
100
- 注意:此字段可能返回 null,表示取不到有效值。
101
- */
102
- GroupName: string
103
- /**
104
- * 评估项风险列表
105
- 注意:此字段可能返回 null,表示取不到有效值。
106
- */
107
- Conditions: Array<DescribeStrategiesCondition>
108
- }
109
-
110
59
  /**
111
60
  * DescribeTaskStrategyRisks返回参数结构体
112
61
  */
@@ -184,10 +133,61 @@ tags: 标签类型, 例如: [{"Key":"kkk","Value":"vvv"},{"Key":"kkk2","Value":"
184
133
  FieldDict: Array<KeyValue>
185
134
  }
186
135
 
136
+ /**
137
+ * 评估项信息
138
+ */
139
+ export interface Strategies {
140
+ /**
141
+ * 评估项ID
142
+ 注意:此字段可能返回 null,表示取不到有效值。
143
+ */
144
+ StrategyId?: number
145
+ /**
146
+ * 评估项名称
147
+ 注意:此字段可能返回 null,表示取不到有效值。
148
+ */
149
+ Name?: string
150
+ /**
151
+ * 评估项描述
152
+ 注意:此字段可能返回 null,表示取不到有效值。
153
+ */
154
+ Desc?: string
155
+ /**
156
+ * 评估项对应产品ID
157
+ 注意:此字段可能返回 null,表示取不到有效值。
158
+ */
159
+ Product?: string
160
+ /**
161
+ * 评估项对应产品名称
162
+ 注意:此字段可能返回 null,表示取不到有效值。
163
+ */
164
+ ProductDesc?: string
165
+ /**
166
+ * 评估项优化建议
167
+ 注意:此字段可能返回 null,表示取不到有效值。
168
+ */
169
+ Repair?: string
170
+ /**
171
+ * 评估项类别ID
172
+ 注意:此字段可能返回 null,表示取不到有效值。
173
+ */
174
+ GroupId?: number
175
+ /**
176
+ * 评估项类别名称
177
+ 注意:此字段可能返回 null,表示取不到有效值。
178
+ */
179
+ GroupName?: string
180
+ /**
181
+ * 评估项风险列表
182
+ 注意:此字段可能返回 null,表示取不到有效值。
183
+ */
184
+ Conditions?: Array<Conditions>
185
+ }
186
+
187
187
  /**
188
188
  * 评估项警告条件
189
189
  */
190
- export interface DescribeStrategiesCondition {
190
+ export interface Conditions {
191
191
  /**
192
192
  * 警告条件ID
193
193
  注意:此字段可能返回 null,表示取不到有效值。
@@ -4655,6 +4655,26 @@ export interface InstanceInfo {
4655
4655
  * 资源ID同唯一id
4656
4656
  */
4657
4657
  ResourceId?: string
4658
+ /**
4659
+ * 公网IP列表
4660
+ 注意:此字段可能返回 null,表示取不到有效值。
4661
+ */
4662
+ OuterIpList?: Array<string>
4663
+ /**
4664
+ * 内网IP列表
4665
+ 注意:此字段可能返回 null,表示取不到有效值。
4666
+ */
4667
+ InnerIpList?: Array<string>
4668
+ /**
4669
+ * 专享实例计费信息
4670
+ 注意:此字段可能返回 null,表示取不到有效值。
4671
+ */
4672
+ InstanceChargePrepaid?: InstanceChargePrepaid
4673
+ /**
4674
+ * 所属vpc
4675
+ 注意:此字段可能返回 null,表示取不到有效值。
4676
+ */
4677
+ UniqVpcId?: string
4658
4678
  }
4659
4679
 
4660
4680
  /**
@@ -645,6 +645,35 @@ export interface CreateRecTaskRequest {
645
645
  1:语音数据(post body)
646
646
  */
647
647
  SourceType: number
648
+ /**
649
+ * 语音数据base64编码
650
+ **当 SourceType 值为 1 时须填写该字段,为 0 时不需要填写**
651
+
652
+ 注意:音频数据要小于5MB(含)
653
+ */
654
+ Data?: string
655
+ /**
656
+ * 数据长度(此数据长度为数据未进行base64编码时的长度)
657
+ */
658
+ DataLen?: number
659
+ /**
660
+ * 语音URL的地址(需要公网环境浏览器可下载)
661
+ **当 SourceType 值为 0 时须填写该字段,为 1 时不需要填写**
662
+
663
+ 注意:
664
+ 1. 请确保录音文件时长在5个小时(含)之内,否则可能识别失败;
665
+ 2. 请保证文件的下载速度,否则可能下载失败
666
+ */
667
+ Url?: string
668
+ /**
669
+ * 回调 URL
670
+ 用户自行搭建的用于接收识别结果的服务URL
671
+ 回调格式和内容详见:[录音识别回调说明](https://cloud.tencent.com/document/product/1093/52632)
672
+
673
+ 注意:
674
+ 如果用户使用轮询方式获取识别结果,则无需提交该参数
675
+ */
676
+ CallbackUrl?: string
648
677
  /**
649
678
  * 是否开启说话人分离
650
679
  0:不开启;
@@ -664,34 +693,47 @@ export interface CreateRecTaskRequest {
664
693
  */
665
694
  SpeakerNumber?: number
666
695
  /**
667
- * 回调 URL
668
- 用户自行搭建的用于接收识别结果的服务URL
669
- 回调格式和内容详见:[录音识别回调说明](https://cloud.tencent.com/document/product/1093/52632)
670
-
671
- 注意:
672
- 如果用户使用轮询方式获取识别结果,则无需提交该参数
696
+ * 热词表id
697
+ 如不设置该参数,将自动生效默认热词表;
698
+ 如设置该参数,将生效对应id的热词表;
699
+ 点击这里查看[热词表配置方法](https://cloud.tencent.com/document/product/1093/40996)
673
700
  */
674
- CallbackUrl?: string
701
+ HotwordId?: string
675
702
  /**
676
- * 语音URL的地址(需要公网环境浏览器可下载)
677
- **当 SourceType 值为 0 时须填写该字段,为 1 时不需要填写**
703
+ * 热词增强功能(目前仅支持8k_zh/16k_zh引擎)
704
+ 1:开启热词增强功能
678
705
 
679
- 注意:
680
- 1. 请确保录音文件时长在5个小时(含)之内,否则可能识别失败;
681
- 2. 请保证文件的下载速度,否则可能下载失败
706
+ 注意:热词增强功能开启后,将对传入的热词表id开启同音替换功能,可以在这里查看[热词表配置方法](https://cloud.tencent.com/document/product/1093/40996)。效果举例:在热词表中配置“蜜制”一词,并开启增强功能,与“蜜制”(mìzhì)同音同调的“秘制”(mìzhì)的识别结果会被强制替换成“蜜制”。**建议客户根据实际的业务需求开启该功能**
682
707
  */
683
- Url?: string
708
+ ReinforceHotword?: number
684
709
  /**
685
- * 语音数据base64编码
686
- **当 SourceType 值为 1 时须填写该字段,为 0 时不需要填写**
710
+ * 自学习定制模型 id
711
+ 如设置了该参数,将生效对应id的自学习定制模型;
712
+ 点击这里查看[自学习定制模型配置方法](https://cloud.tencent.com/document/product/1093/38416)
713
+ */
714
+ CustomizationId?: string
715
+ /**
716
+ * **【增值付费功能】**情绪识别能力(目前仅支持16k_zh)
717
+ 0:不开启;
718
+ 1:开启情绪识别,但不在文本展示情绪标签;
719
+ 2:开启情绪识别,并且在文本展示情绪标签(**该功能需要设置ResTextFormat 大于0**)
720
+ 默认值为0
721
+ 支持的情绪分类为:高兴、伤心、愤怒
687
722
 
688
- 注意:音频数据要小于5MB(含)
723
+ 注意:
724
+ 1. **本功能为增值服务**,需将参数设置为1或2时方可按对应方式生效;
725
+ 2. 如果传入参数值1或2,需确保账号已购买[情绪识别资源包](https://cloud.tencent.com/document/product/1093/35686#97ae4aa0-29a0-4066-9f07-ccaf8856a16b),或账号开启后付费;**若当前账号已开启后付费功能,并传入参数值1或2,将[自动计费](https://cloud.tencent.com/document/product/1093/35686#d912167d-ffd5-41a9-8b1c-2e89845a6852))**;
726
+ 3. 参数设置为0时,无需购买资源包,也不会消耗情绪识别对应资源
689
727
  */
690
- Data?: string
728
+ EmotionRecognition?: number
691
729
  /**
692
- * 数据长度(此数据长度为数据未进行base64编码时的长度)
730
+ * 情绪能量值
731
+ 取值为音量分贝值/10,取值范围:[1,10],值越高情绪越强烈
732
+ 0:不开启;
733
+ 1:开启;
734
+ 默认值为0
693
735
  */
694
- DataLen?: number
736
+ EmotionalEnergy?: number
695
737
  /**
696
738
  * 阿拉伯数字智能转换(目前仅支持8k_zh/16k_zh引擎)
697
739
  0:不转换,直接输出中文数字;
@@ -708,23 +750,6 @@ export interface CreateRecTaskRequest {
708
750
  默认值为 0
709
751
  */
710
752
  FilterDirty?: number
711
- /**
712
- * 热词表id
713
- 如不设置该参数,将自动生效默认热词表;
714
- 如设置该参数,将生效对应id的热词表;
715
- 点击这里查看[热词表配置方法](https://cloud.tencent.com/document/product/1093/40996)
716
- */
717
- HotwordId?: string
718
- /**
719
- * 自学习定制模型 id
720
- 如设置了该参数,将生效对应id的自学习定制模型;
721
- 点击这里查看[自学习定制模型配置方法](https://cloud.tencent.com/document/product/1093/38416)
722
- */
723
- CustomizationId?: string
724
- /**
725
- * 附加参数**(该参数无意义,忽略即可)**
726
- */
727
- Extra?: string
728
753
  /**
729
754
  * 标点符号过滤(目前仅支持8k_zh/16k_zh引擎)
730
755
  0:不过滤标点;
@@ -734,28 +759,13 @@ export interface CreateRecTaskRequest {
734
759
  */
735
760
  FilterPunc?: number
736
761
  /**
737
- * 语气词过滤(目前支持8k_zh/16k_zh引擎)
762
+ * 语气词过滤(目前仅支持8k_zh/16k_zh引擎)
738
763
  0:不过滤语气词;
739
764
  1:过滤部分语气词;
740
765
  2:严格过滤语气词;
741
766
  默认值为 0
742
767
  */
743
768
  FilterModal?: number
744
- /**
745
- * 情绪能量值
746
- 取值为音量分贝值/10,取值范围:[1,10],值越高情绪越强烈
747
- 0:不开启;
748
- 1:开启;
749
- 默认值为0
750
- */
751
- EmotionalEnergy?: number
752
- /**
753
- * 热词增强功能(仅支持8k_zh/16k_zh引擎)
754
- 1:开启热词增强功能
755
-
756
- 注意:热词增强功能开启后,将对传入的热词表id开启同音替换功能,可以在这里查看[热词表配置方法](https://cloud.tencent.com/document/product/1093/40996)。效果举例:在热词表中配置“蜜制”一词,并开启增强功能,与“蜜制”(mìzhì)同音同调的“秘制”(mìzhì)的识别结果会被强制替换成“蜜制”。**建议客户根据实际的业务需求开启该功能**
757
- */
758
- ReinforceHotword?: number
759
769
  /**
760
770
  * 单标点最多字数
761
771
  **可控制单行字幕最大字数,适用于字幕生成场景**,取值范围:[6,40]
@@ -766,18 +776,9 @@ export interface CreateRecTaskRequest {
766
776
  */
767
777
  SentenceMaxLength?: number
768
778
  /**
769
- * **【增值付费功能】**情绪识别能力(目前仅支持16k_zh)
770
- 0:不开启;
771
- 1:开启情绪识别,但不在文本展示情绪标签;
772
- 2:开启情绪识别,并且在文本展示情绪标签(**该功能需要设置ResTextFormat 大于0**)
773
- 默认值为0
774
-
775
- 注意:
776
- 1. **本功能为增值服务**,需将参数设置为1或2时方可按对应方式生效;
777
- 2. 如果传入参数值1或2,需确保账号已购买[情绪识别资源包](https://cloud.tencent.com/document/product/1093/35686#97ae4aa0-29a0-4066-9f07-ccaf8856a16b),或账号开启后付费;**若当前账号已开启后付费功能,并传入参数值4,将[自动计费](https://cloud.tencent.com/document/product/1093/35686#d912167d-ffd5-41a9-8b1c-2e89845a6852))**;
778
- 3. 参数设置为0时,无需购买资源包,也不会消耗情绪识别对应资源
779
+ * 附加参数**(该参数无意义,忽略即可)**
779
780
  */
780
- EmotionRecognition?: number
781
+ Extra?: string
781
782
  }
782
783
 
783
784
  /**
@@ -54,6 +54,7 @@ import {
54
54
  DescribeAuditConfigRequest,
55
55
  CreateRoInstanceIpResponse,
56
56
  CreateAuditPolicyResponse,
57
+ LogRuleTemplateInfo,
57
58
  DescribeInstanceParamRecordsRequest,
58
59
  StopRollbackResponse,
59
60
  CreateCdbProxyAddressRequest,
@@ -978,6 +978,32 @@ export interface CreateAuditPolicyResponse {
978
978
  RequestId?: string
979
979
  }
980
980
 
981
+ /**
982
+ * 审计日志命中规则模板的基本信息
983
+ */
984
+ export interface LogRuleTemplateInfo {
985
+ /**
986
+ * 模板ID。
987
+ 注意:此字段可能返回 null,表示取不到有效值。
988
+ */
989
+ RuleTemplateId?: string
990
+ /**
991
+ * 规则模板名
992
+ 注意:此字段可能返回 null,表示取不到有效值。
993
+ */
994
+ RuleTemplateName?: string
995
+ /**
996
+ * 告警等级。1-低风险,2-中风险,3-高风险。
997
+ 注意:此字段可能返回 null,表示取不到有效值。
998
+ */
999
+ AlarmLevel?: string
1000
+ /**
1001
+ * 规则模板变更状态:0-未变更;1-已变更;2-已删除
1002
+ 注意:此字段可能返回 null,表示取不到有效值。
1003
+ */
1004
+ RuleTemplateStatus?: number
1005
+ }
1006
+
981
1007
  /**
982
1008
  * DescribeInstanceParamRecords请求参数结构体
983
1009
  */
@@ -4054,6 +4080,11 @@ export interface AuditLog {
4054
4080
  注意:此字段可能返回 null,表示取不到有效值。
4055
4081
  */
4056
4082
  TrxLivingTime?: number
4083
+ /**
4084
+ * 日志命中规则模板的基本信息
4085
+ 注意:此字段可能返回 null,表示取不到有效值。
4086
+ */
4087
+ TemplateInfo?: Array<LogRuleTemplateInfo>
4057
4088
  }
4058
4089
 
4059
4090
  /**
@@ -4593,11 +4624,12 @@ export interface DescribeAuditLogFilesResponse {
4593
4624
  /**
4594
4625
  * 符合条件的审计日志文件个数。
4595
4626
  */
4596
- TotalCount?: number
4627
+ TotalCount: number
4597
4628
  /**
4598
4629
  * 审计日志文件详情。
4630
+ 注意:此字段可能返回 null,表示取不到有效值。
4599
4631
  */
4600
- Items?: Array<AuditLogFile>
4632
+ Items: Array<AuditLogFile>
4601
4633
  /**
4602
4634
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4603
4635
  */
@@ -5787,7 +5819,7 @@ export interface InstanceAuditLogFilters {
5787
5819
  * 过滤项。目前支持以下搜索条件:
5788
5820
 
5789
5821
  包含、不包含、包含(分词维度)、不包含(分词维度):
5790
- sql - SQL详情
5822
+ sql - SQL详情;alarmLevel - 告警等级;ruleTemplateId - 规则模板Id
5791
5823
 
5792
5824
  等于、不等于、包含、不包含:
5793
5825
  host - 客户端地址;
@@ -8110,9 +8142,13 @@ export interface OpenAuditServiceRequest {
8110
8142
  */
8111
8143
  AuditRuleFilters?: Array<AuditRuleFilters>
8112
8144
  /**
8113
- * 规则模版ID。同AuditRuleFilters都不填是全审计。
8145
+ * 规则模板ID。同AuditRuleFilters都不填是全审计。
8114
8146
  */
8115
8147
  RuleTemplateIds?: Array<string>
8148
+ /**
8149
+ * 审计类型。true-全审计;默认false-规则审计。
8150
+ */
8151
+ AuditAll?: boolean
8116
8152
  }
8117
8153
 
8118
8154
  /**
@@ -32,6 +32,7 @@ import {
32
32
  DeleteUserRequest,
33
33
  PartitionOffset,
34
34
  SQLServerConnectParam,
35
+ InstanceDeleteResponse,
35
36
  CreateConnectResourceResponse,
36
37
  EsModifyConnectParam,
37
38
  TopicRetentionTimeConfigRsp,
@@ -137,6 +138,8 @@ import {
137
138
  ClusterInfo,
138
139
  DeleteGroupRequest,
139
140
  DescribeConsumerGroupRequest,
141
+ DeleteInstancePostResponse,
142
+ DeleteInstancePostRequest,
140
143
  DeleteUserResponse,
141
144
  DescribeConnectResourceRequest,
142
145
  DescribeTopicProduceConnectionRequest,
@@ -636,6 +639,16 @@ export class Client extends AbstractClient {
636
639
  return this.request("CreateDatahubTopic", req, cb)
637
640
  }
638
641
 
642
+ /**
643
+ * 删除后付费实例
644
+ */
645
+ async DeleteInstancePost(
646
+ req: DeleteInstancePostRequest,
647
+ cb?: (error: string, rep: DeleteInstancePostResponse) => void
648
+ ): Promise<DeleteInstancePostResponse> {
649
+ return this.request("DeleteInstancePost", req, cb)
650
+ }
651
+
639
652
  /**
640
653
  * 枚举ACL
641
654
  */