tencentcloud-sdk-nodejs 4.0.889 → 4.0.891

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 (84) hide show
  1. package/CHANGELOG.md +467 -0
  2. package/SERVICE_CHANGELOG.md +534 -20
  3. package/package.json +1 -1
  4. package/products.md +26 -26
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +2 -1
  7. package/src/services/bpaas/v20181217/bpaas_models.ts +20 -0
  8. package/src/services/cdb/v20170320/cdb_client.ts +51 -15
  9. package/src/services/cdb/v20170320/cdb_models.ts +100 -16
  10. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  11. package/src/services/cls/v20201016/cls_models.ts +44 -0
  12. package/src/services/cwp/v20180228/cwp_models.ts +32 -17
  13. package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
  14. package/src/services/dlc/v20210125/dlc_client.ts +2 -1
  15. package/src/services/dlc/v20210125/dlc_models.ts +48 -22
  16. package/src/services/es/v20180416/es_client.ts +18 -6
  17. package/src/services/es/v20180416/es_models.ts +43 -2
  18. package/src/services/fmu/v20191213/fmu_client.ts +12 -6
  19. package/src/services/hunyuan/v20230901/hunyuan_client.ts +14 -8
  20. package/src/services/hunyuan/v20230901/hunyuan_models.ts +224 -87
  21. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +2 -1
  22. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +40 -9
  23. package/src/services/iotvideo/v20211125/iotvideo_models.ts +5 -0
  24. package/src/services/mps/v20190612/mps_client.ts +57 -6
  25. package/src/services/mps/v20190612/mps_models.ts +439 -123
  26. package/src/services/ocr/v20181119/ocr_models.ts +2 -2
  27. package/src/services/postgres/v20170312/postgres_models.ts +18 -14
  28. package/src/services/smpn/v20190822/smpn_client.ts +20 -10
  29. package/src/services/ssl/v20191205/ssl_models.ts +15 -0
  30. package/src/services/tiia/v20190529/tiia_client.ts +3 -1
  31. package/src/services/trocket/v20230308/trocket_client.ts +4 -4
  32. package/src/services/trocket/v20230308/trocket_models.ts +13 -8
  33. package/src/services/trtc/v20190722/trtc_client.ts +4 -2
  34. package/src/services/trtc/v20190722/trtc_models.ts +8 -24
  35. package/src/services/tsi/v20210325/tsi_models.ts +2 -2
  36. package/src/services/tts/v20190823/tts_models.ts +1 -1
  37. package/src/services/vod/v20180717/vod_client.ts +3 -3
  38. package/src/services/vod/v20180717/vod_models.ts +9 -1
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -1
  42. package/tencentcloud/services/bpaas/v20181217/bpaas_models.d.ts +20 -0
  43. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +17 -5
  44. package/tencentcloud/services/cdb/v20170320/cdb_client.js +24 -6
  45. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +94 -16
  46. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  47. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +44 -0
  48. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +32 -17
  49. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
  50. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +47 -22
  51. package/tencentcloud/services/es/v20180416/es_client.d.ts +7 -3
  52. package/tencentcloud/services/es/v20180416/es_client.js +9 -3
  53. package/tencentcloud/services/es/v20180416/es_models.d.ts +41 -2
  54. package/tencentcloud/services/fmu/v20191213/fmu_client.d.ts +9 -3
  55. package/tencentcloud/services/fmu/v20191213/fmu_client.js +9 -3
  56. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
  57. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +217 -86
  58. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +1 -1
  59. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +39 -9
  60. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  61. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +17 -1
  62. package/tencentcloud/services/mps/v20190612/mps_client.js +24 -0
  63. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +426 -121
  64. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -2
  65. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +18 -14
  66. package/tencentcloud/services/smpn/v20190822/smpn_client.d.ts +15 -5
  67. package/tencentcloud/services/smpn/v20190822/smpn_client.js +15 -5
  68. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +15 -0
  69. package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +3 -1
  70. package/tencentcloud/services/tiia/v20190529/tiia_client.js +3 -1
  71. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +4 -4
  72. package/tencentcloud/services/trocket/v20230308/trocket_client.js +4 -4
  73. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +13 -8
  74. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -1
  75. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -1
  76. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -24
  77. package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +2 -2
  78. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  79. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +3 -3
  80. package/tencentcloud/services/vod/v20180717/vod_client.js +3 -3
  81. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +9 -1
  82. package/test/cdb.v20170320.test.js +34 -4
  83. package/test/es.v20180416.test.js +12 -2
  84. package/test/mps.v20190612.test.js +40 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.889",
3
+ "version": "4.0.891",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -17,7 +17,7 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-06-17 01:08:48 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-06-26 01:09:03 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-05-17 01:06:16 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-06-27 01:05:14 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-07-08 01:07:51 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-06-25 01:07:59 |
@@ -30,7 +30,7 @@
30
30
  | bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2024-03-20 01:08:53 |
31
31
  | bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2024-03-20 01:08:56 |
32
32
  | bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2024-03-20 01:09:02 |
33
- | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2024-06-14 01:15:55 |
33
+ | bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2024-07-05 01:04:07 |
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-06-19 01:13:52 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
@@ -40,7 +40,7 @@
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-06-28 01:05:34 |
42
42
  | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-06-13 01:13:25 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-26 01:10:30 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-07-08 01:09:08 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-21 01:17:01 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
@@ -55,12 +55,12 @@
55
55
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
56
56
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
57
57
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
58
- | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-06-27 01:07:40 |
58
+ | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-07-08 01:10:21 |
59
59
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-07-04 01:11:50 |
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-28 01:07:19 |
63
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-07-05 01:06:07 |
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,24 +70,24 @@
70
70
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-07-03 01:12:26 |
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-28 01:08:04 |
73
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-07-05 01:06:53 |
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-07-02 01:13:35 |
76
76
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-31 01:30:02 |
77
77
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
78
78
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
79
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-05-27 01:30:50 |
80
- | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
79
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2024-07-05 01:08:15 |
80
+ | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
81
81
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-06-14 01:40:38 |
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-07-03 01:14:20 |
83
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-26 01:14:31 |
83
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-07-08 01:13:07 |
84
84
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-30 01:33:24 |
85
85
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-02 01:14:51 |
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-06-25 01:13:45 |
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-07-03 01:15:22 |
90
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-05 01:09:30 |
91
91
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-06-07 01:44:56 |
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 |
@@ -95,12 +95,12 @@
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
97
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-07-03 01:15:58 |
98
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-06-14 01:50:54 |
98
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-07-05 18:47:21 |
99
99
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-07-03 01:16:06 |
100
100
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-07-04 01:16:18 |
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
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
103
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
104
104
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
105
105
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-03 01:16:42 |
106
106
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-06-27 01:13:06 |
@@ -112,7 +112,7 @@
112
112
  | hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
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-05-09 01:16:27 |
115
- | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-06-14 01:56:47 |
115
+ | hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-07-05 01:11:07 |
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 |
@@ -123,9 +123,9 @@
123
123
  | ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-28 01:12:56 |
124
124
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
125
125
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
126
- | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-03 01:17:36 |
126
+ | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-07-08 01:16:17 |
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-05-14 02:02:07 |
128
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
129
129
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
130
130
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
131
131
  | iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-06-28 15:23:39 |
@@ -147,7 +147,7 @@
147
147
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-05-28 01:54:57 |
148
148
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-07-02 01:19:49 |
149
149
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-07-03 01:20:32 |
150
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-28 01:16:00 |
150
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-07-08 01:18:48 |
151
151
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
152
152
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
153
153
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
@@ -155,12 +155,12 @@
155
155
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
156
156
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
157
157
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-06-05 02:02:33 |
158
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-03 01:21:25 |
158
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-07-05 01:14:45 |
159
159
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
160
160
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-07-03 01:21:45 |
161
161
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
162
162
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
163
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-03 01:21:58 |
163
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-07-05 01:15:16 |
164
164
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
165
165
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-06-20 02:06:03 |
166
166
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-06-14 02:22:55 |
@@ -173,13 +173,13 @@
173
173
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-07-01 01:22:01 |
174
174
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
175
175
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-04-11 01:20:38 |
176
- | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-03-20 01:23:29 |
176
+ | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2024-07-08 01:20:52 |
177
177
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-06-20 02:08:58 |
178
178
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-04-11 01:20:45 |
179
179
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
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-07-03 01:23:11 |
182
+ | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-07-05 01:16:31 |
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 |
@@ -213,7 +213,7 @@
213
213
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
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
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-03-20 01:27:09 |
216
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-07-05 01:19:00 |
217
217
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-06-07 02:37:51 |
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-06-24 01:24:28 |
@@ -222,22 +222,22 @@
222
222
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-07-04 01:25:30 |
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 |
225
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-07-04 01:25:33 |
225
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-07-05 01:19:38 |
226
226
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
227
227
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-21 02:25:01 |
228
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-28 01:21:55 |
228
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-07-08 01:24:35 |
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
- | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-06-25 01:25:47 |
231
+ | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-07-08 01:25:22 |
232
232
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
233
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-06-26 01:27:08 |
233
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-07-08 01:25:23 |
234
234
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
235
235
  | vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
236
236
  | vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-06-28 01:22:51 |
237
237
  | vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-06-28 01:22:56 |
238
238
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-06-06 02:47:30 |
239
239
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
240
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-03 01:27:29 |
240
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-07-05 01:20:46 |
241
241
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-07-03 01:28:07 |
242
242
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-04-02 01:27:45 |
243
243
  | vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.889"
1
+ export const sdkVersion = "4.0.891"
@@ -1341,12 +1341,13 @@ export interface UpdateAsrVocabRequest {
1341
1341
  */
1342
1342
  Name?: string
1343
1343
  /**
1344
- * 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]之间整数或100,数组长度不大于1000
1344
+ * 词权重数组,包含全部的热词和对应的权重。每个热词的长度不大于10个汉字或30个英文字符,权重为[1,11]之间整数或100,数组长度不大于1000 (注意:如果仅更新热词表名称或者描述字段,请求不用带本参数)
1345
1345
  */
1346
1346
  WordWeights?: Array<HotWord>
1347
1347
  /**
1348
1348
  * 词权重文件(纯文本文件)的二进制base64编码,以行分隔,每行的格式为word|weight,即以英文符号|为分割,左边为词,右边为权重,如:你好|5。
1349
1349
  当用户传此参数(参数长度大于0),即以此参数解析词权重,WordWeights会被忽略
1350
+ (注意:如果仅更新热词表名称或者描述字段,请求不用带本参数)
1350
1351
  */
1351
1352
  WordWeightStr?: string
1352
1353
  /**
@@ -218,6 +218,26 @@ export interface ApproveUser {
218
218
  注意:此字段可能返回 null,表示取不到有效值。
219
219
  */
220
220
  Scf?: Scf
221
+ /**
222
+ * 审批状态 (取值范围 0:待审批 1:审批通过 2:拒绝 6:其他人已审批)
223
+ 注意:此字段可能返回 null,表示取不到有效值。
224
+ */
225
+ ApproveStatus?: number
226
+ /**
227
+ * 审批意见
228
+ 注意:此字段可能返回 null,表示取不到有效值。
229
+ */
230
+ ApproveMsg?: string
231
+ /**
232
+ * 审批时间
233
+ 注意:此字段可能返回 null,表示取不到有效值。
234
+ */
235
+ ApproveTime?: string
236
+ /**
237
+ * 审批组名称
238
+ 注意:此字段可能返回 null,表示取不到有效值。
239
+ */
240
+ ApproveGroup?: string
221
241
  }
222
242
 
223
243
  /**
@@ -46,6 +46,7 @@ import {
46
46
  ModifyCdbProxyAddressVipAndVPortResponse,
47
47
  DescribeDBInstancesRequest,
48
48
  CreateDeployGroupResponse,
49
+ CreateRotationPasswordResponse,
49
50
  ModifyCdbProxyAddressDescRequest,
50
51
  CdbRegionSellConf,
51
52
  ReadWriteNode,
@@ -54,7 +55,7 @@ import {
54
55
  CreateCdbProxyAddressResponse,
55
56
  RollbackTableName,
56
57
  CloseWanServiceRequest,
57
- DescribeAuditConfigRequest,
58
+ OpenAuditServiceResponse,
58
59
  CreateRoInstanceIpResponse,
59
60
  CloseSSLRequest,
60
61
  CreateAuditPolicyResponse,
@@ -86,7 +87,7 @@ import {
86
87
  DescribeTablesRequest,
87
88
  UpgradeDBInstanceRequest,
88
89
  ModifyParamTemplateRequest,
89
- OpenAuditServiceResponse,
90
+ DescribeAuditConfigRequest,
90
91
  DescribeBinlogBackupOverviewResponse,
91
92
  DescribeDBInstanceLogToCLSResponse,
92
93
  SwitchDBInstanceMasterSlaveRequest,
@@ -180,6 +181,7 @@ import {
180
181
  StartCpuExpandResponse,
181
182
  CreateCloneInstanceResponse,
182
183
  DescribeCdbZoneConfigRequest,
184
+ ResetPasswordRequest,
183
185
  OpenDBInstanceGTIDRequest,
184
186
  DescribeAsyncRequestInfoRequest,
185
187
  BalanceRoGroupLoadRequest,
@@ -220,7 +222,7 @@ import {
220
222
  DescribeBackupDownloadRestrictionRequest,
221
223
  CreateDeployGroupRequest,
222
224
  DeleteAccountsRequest,
223
- ReloadBalanceProxyNodeRequest,
225
+ DeleteRotationPasswordResponse,
224
226
  DescribeAccountsResponse,
225
227
  RollbackTimeRange,
226
228
  AuditLog,
@@ -260,6 +262,7 @@ import {
260
262
  RoGroup,
261
263
  ParameterDetail,
262
264
  SwitchForUpgradeRequest,
265
+ CreateRotationPasswordRequest,
263
266
  CreateDBInstanceHourResponse,
264
267
  DescribeBackupDownloadRestrictionResponse,
265
268
  DescribeBackupDecryptionKeyRequest,
@@ -357,6 +360,7 @@ import {
357
360
  DescribeRoMinScaleResponse,
358
361
  RoWeightValue,
359
362
  DescribeSlowLogDataResponse,
363
+ DeleteRotationPasswordRequest,
360
364
  RestartDBInstancesResponse,
361
365
  DescribeSlowLogsRequest,
362
366
  TagInfoItem,
@@ -368,6 +372,7 @@ import {
368
372
  DeleteAuditRuleRequest,
369
373
  DeleteParamTemplateResponse,
370
374
  DBSwitchInfo,
375
+ ResetPasswordResponse,
371
376
  DescribeAuditRuleTemplateModifyHistoryRequest,
372
377
  DescribeTasksResponse,
373
378
  DescribeAuditLogsResponse,
@@ -397,6 +402,7 @@ import {
397
402
  DescribeDBFeaturesRequest,
398
403
  DescribeBackupSummariesResponse,
399
404
  DescribeBinlogBackupOverviewRequest,
405
+ ReloadBalanceProxyNodeRequest,
400
406
  ModifyDBInstanceSecurityGroupsRequest,
401
407
  CloseAuditServiceRequest,
402
408
  AutoStrategy,
@@ -1083,13 +1089,13 @@ export class Client extends AbstractClient {
1083
1089
  }
1084
1090
 
1085
1091
  /**
1086
- * 本接口(DescribeDeviceMonitorInfo)用于查询云数据库物理机当天的监控信息,暂只支持内存488G、硬盘6T的实例查询。
1092
+ * 该接口用于查询实例本地binlog保留策略。
1087
1093
  */
1088
- async DescribeDeviceMonitorInfo(
1089
- req: DescribeDeviceMonitorInfoRequest,
1090
- cb?: (error: string, rep: DescribeDeviceMonitorInfoResponse) => void
1091
- ): Promise<DescribeDeviceMonitorInfoResponse> {
1092
- return this.request("DescribeDeviceMonitorInfo", req, cb)
1094
+ async DescribeLocalBinlogConfig(
1095
+ req: DescribeLocalBinlogConfigRequest,
1096
+ cb?: (error: string, rep: DescribeLocalBinlogConfigResponse) => void
1097
+ ): Promise<DescribeLocalBinlogConfigResponse> {
1098
+ return this.request("DescribeLocalBinlogConfig", req, cb)
1093
1099
  }
1094
1100
 
1095
1101
  /**
@@ -1501,6 +1507,16 @@ export class Client extends AbstractClient {
1501
1507
  return this.request("DescribeAuditConfig", req, cb)
1502
1508
  }
1503
1509
 
1510
+ /**
1511
+ * 手动刷新轮转密码
1512
+ */
1513
+ async ResetPassword(
1514
+ req: ResetPasswordRequest,
1515
+ cb?: (error: string, rep: ResetPasswordResponse) => void
1516
+ ): Promise<ResetPasswordResponse> {
1517
+ return this.request("ResetPassword", req, cb)
1518
+ }
1519
+
1504
1520
  /**
1505
1521
  * 本接口(ModifyInstanceParam)用于修改云数据库实例的参数。
1506
1522
  */
@@ -1676,6 +1692,16 @@ export class Client extends AbstractClient {
1676
1692
  return this.request("DescribeDBSwitchRecords", req, cb)
1677
1693
  }
1678
1694
 
1695
+ /**
1696
+ * 开启密码轮转
1697
+ */
1698
+ async CreateRotationPassword(
1699
+ req: CreateRotationPasswordRequest,
1700
+ cb?: (error: string, rep: CreateRotationPasswordResponse) => void
1701
+ ): Promise<CreateRotationPasswordResponse> {
1702
+ return this.request("CreateRotationPassword", req, cb)
1703
+ }
1704
+
1679
1705
  /**
1680
1706
  * 本接口(CreateDBImportJob)用于创建云数据库数据导入任务。
1681
1707
 
@@ -1758,6 +1784,16 @@ export class Client extends AbstractClient {
1758
1784
  return this.request("ModifyAuditRuleTemplates", req, cb)
1759
1785
  }
1760
1786
 
1787
+ /**
1788
+ * 关闭实例账户密码轮转
1789
+ */
1790
+ async DeleteRotationPassword(
1791
+ req: DeleteRotationPasswordRequest,
1792
+ cb?: (error: string, rep: DeleteRotationPasswordResponse) => void
1793
+ ): Promise<DeleteRotationPasswordResponse> {
1794
+ return this.request("DeleteRotationPassword", req, cb)
1795
+ }
1796
+
1761
1797
  /**
1762
1798
  * 本接口(ModifyAccountPassword)用于修改云数据库账户的密码。
1763
1799
  */
@@ -1972,13 +2008,13 @@ export class Client extends AbstractClient {
1972
2008
  }
1973
2009
 
1974
2010
  /**
1975
- * 该接口用于查询实例本地binlog保留策略。
2011
+ * 本接口(DescribeDeviceMonitorInfo)用于查询云数据库物理机当天的监控信息,暂只支持内存488G、硬盘6T的实例查询。
1976
2012
  */
1977
- async DescribeLocalBinlogConfig(
1978
- req: DescribeLocalBinlogConfigRequest,
1979
- cb?: (error: string, rep: DescribeLocalBinlogConfigResponse) => void
1980
- ): Promise<DescribeLocalBinlogConfigResponse> {
1981
- return this.request("DescribeLocalBinlogConfig", req, cb)
2013
+ async DescribeDeviceMonitorInfo(
2014
+ req: DescribeDeviceMonitorInfoRequest,
2015
+ cb?: (error: string, rep: DescribeDeviceMonitorInfoResponse) => void
2016
+ ): Promise<DescribeDeviceMonitorInfoResponse> {
2017
+ return this.request("DescribeDeviceMonitorInfo", req, cb)
1982
2018
  }
1983
2019
 
1984
2020
  /**
@@ -958,6 +958,16 @@ export interface CreateDeployGroupResponse {
958
958
  RequestId?: string
959
959
  }
960
960
 
961
+ /**
962
+ * CreateRotationPassword返回参数结构体
963
+ */
964
+ export interface CreateRotationPasswordResponse {
965
+ /**
966
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
967
+ */
968
+ RequestId?: string
969
+ }
970
+
961
971
  /**
962
972
  * ModifyCdbProxyAddressDesc请求参数结构体
963
973
  */
@@ -1086,13 +1096,13 @@ export interface CloseWanServiceRequest {
1086
1096
  }
1087
1097
 
1088
1098
  /**
1089
- * DescribeAuditConfig请求参数结构体
1099
+ * OpenAuditService返回参数结构体
1090
1100
  */
1091
- export interface DescribeAuditConfigRequest {
1101
+ export interface OpenAuditServiceResponse {
1092
1102
  /**
1093
- * 实例 ID,格式如:cdb-c1nl9rpv 或者 cdbro-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
1103
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1094
1104
  */
1095
- InstanceId: string
1105
+ RequestId?: string
1096
1106
  }
1097
1107
 
1098
1108
  /**
@@ -1837,13 +1847,13 @@ export interface ModifyParamTemplateRequest {
1837
1847
  }
1838
1848
 
1839
1849
  /**
1840
- * OpenAuditService返回参数结构体
1850
+ * DescribeAuditConfig请求参数结构体
1841
1851
  */
1842
- export interface OpenAuditServiceResponse {
1852
+ export interface DescribeAuditConfigRequest {
1843
1853
  /**
1844
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1854
+ * 实例 ID,格式如:cdb-c1nl9rpv 或者 cdbro-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
1845
1855
  */
1846
- RequestId?: string
1856
+ InstanceId: string
1847
1857
  }
1848
1858
 
1849
1859
  /**
@@ -3788,6 +3798,24 @@ export interface CreateCloneInstanceResponse {
3788
3798
  */
3789
3799
  export type DescribeCdbZoneConfigRequest = null
3790
3800
 
3801
+ /**
3802
+ * ResetPassword请求参数结构体
3803
+ */
3804
+ export interface ResetPasswordRequest {
3805
+ /**
3806
+ * 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
3807
+ */
3808
+ InstanceId: string
3809
+ /**
3810
+ * 手动刷新轮转密码的实例账户名,例如root
3811
+ */
3812
+ User: string
3813
+ /**
3814
+ * 手动刷新轮转密码的实例账户域名,例如%
3815
+ */
3816
+ Host: string
3817
+ }
3818
+
3791
3819
  /**
3792
3820
  * OpenDBInstanceGTID请求参数结构体
3793
3821
  */
@@ -4529,17 +4557,13 @@ export interface DeleteAccountsRequest {
4529
4557
  }
4530
4558
 
4531
4559
  /**
4532
- * ReloadBalanceProxyNode请求参数结构体
4560
+ * DeleteRotationPassword返回参数结构体
4533
4561
  */
4534
- export interface ReloadBalanceProxyNodeRequest {
4535
- /**
4536
- * 代理组ID
4537
- */
4538
- ProxyGroupId: string
4562
+ export interface DeleteRotationPasswordResponse {
4539
4563
  /**
4540
- * 代理组地址ID
4564
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4541
4565
  */
4542
- ProxyAddressId?: string
4566
+ RequestId?: string
4543
4567
  }
4544
4568
 
4545
4569
  /**
@@ -5778,6 +5802,20 @@ export interface SwitchForUpgradeRequest {
5778
5802
  InstanceId: string
5779
5803
  }
5780
5804
 
5805
+ /**
5806
+ * CreateRotationPassword请求参数结构体
5807
+ */
5808
+ export interface CreateRotationPasswordRequest {
5809
+ /**
5810
+ * 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同。
5811
+ */
5812
+ InstanceId: string
5813
+ /**
5814
+ * 当前需开启密码轮转的账号信息,包含账户名与主机名
5815
+ */
5816
+ Accounts: Array<Account>
5817
+ }
5818
+
5781
5819
  /**
5782
5820
  * CreateDBInstanceHour返回参数结构体
5783
5821
  */
@@ -8080,6 +8118,28 @@ export interface DescribeSlowLogDataResponse {
8080
8118
  RequestId?: string
8081
8119
  }
8082
8120
 
8121
+ /**
8122
+ * DeleteRotationPassword请求参数结构体
8123
+ */
8124
+ export interface DeleteRotationPasswordRequest {
8125
+ /**
8126
+ * 实例 ID,格式如:cdb-c1nl9rpv,与云数据库控制台页面中显示的实例 ID 相同
8127
+ */
8128
+ InstanceId: string
8129
+ /**
8130
+ * 关闭密码轮转的实例账户名,例如root
8131
+ */
8132
+ User: string
8133
+ /**
8134
+ * 关闭密码轮转的实例账户域名,例如%
8135
+ */
8136
+ Host: string
8137
+ /**
8138
+ * 关闭密码轮转后实例账户的最新密码
8139
+ */
8140
+ Password: string
8141
+ }
8142
+
8083
8143
  /**
8084
8144
  * RestartDBInstances返回参数结构体
8085
8145
  */
@@ -8249,6 +8309,16 @@ export interface DBSwitchInfo {
8249
8309
  SwitchType: string
8250
8310
  }
8251
8311
 
8312
+ /**
8313
+ * ResetPassword返回参数结构体
8314
+ */
8315
+ export interface ResetPasswordResponse {
8316
+ /**
8317
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8318
+ */
8319
+ RequestId?: string
8320
+ }
8321
+
8252
8322
  /**
8253
8323
  * DescribeAuditRuleTemplateModifyHistory请求参数结构体
8254
8324
  */
@@ -9158,6 +9228,20 @@ export interface DescribeBinlogBackupOverviewRequest {
9158
9228
  Product: string
9159
9229
  }
9160
9230
 
9231
+ /**
9232
+ * ReloadBalanceProxyNode请求参数结构体
9233
+ */
9234
+ export interface ReloadBalanceProxyNodeRequest {
9235
+ /**
9236
+ * 代理组ID
9237
+ */
9238
+ ProxyGroupId: string
9239
+ /**
9240
+ * 代理组地址ID
9241
+ */
9242
+ ProxyAddressId?: string
9243
+ }
9244
+
9161
9245
  /**
9162
9246
  * ModifyDBInstanceSecurityGroups请求参数结构体
9163
9247
  */
@@ -3494,7 +3494,7 @@ export interface DescribeTopicSyncReplicaResponse {
3494
3494
  /**
3495
3495
  * 返回topic 副本详情
3496
3496
  */
3497
- Result: TopicInSyncReplicaResult
3497
+ Result?: TopicInSyncReplicaResult
3498
3498
  /**
3499
3499
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3500
3500
  */