tencentcloud-sdk-nodejs 4.0.570 → 4.0.571

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 (72) hide show
  1. package/CHANGELOG.md +352 -0
  2. package/SERVICE_CHANGELOG.md +606 -124
  3. package/package.json +1 -1
  4. package/products.md +35 -35
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +13 -11
  7. package/src/services/car/v20220110/car_client.ts +24 -0
  8. package/src/services/car/v20220110/car_models.ts +40 -0
  9. package/src/services/cbs/v20170312/cbs_models.ts +1 -1
  10. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  11. package/src/services/cdn/v20180606/cdn_client.ts +1 -0
  12. package/src/services/cdn/v20180606/cdn_models.ts +52 -2
  13. package/src/services/cdwch/v20200915/cdwch_client.ts +13 -1
  14. package/src/services/cdwch/v20200915/cdwch_models.ts +79 -19
  15. package/src/services/cls/v20201016/cls_models.ts +2 -2
  16. package/src/services/cwp/v20180228/cwp_client.ts +20 -7
  17. package/src/services/cwp/v20180228/cwp_models.ts +185 -4
  18. package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
  19. package/src/services/ess/v20201111/ess_models.ts +5 -0
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -0
  21. package/src/services/lcic/v20220817/lcic_client.ts +55 -16
  22. package/src/services/lcic/v20220817/lcic_models.ts +325 -111
  23. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
  24. package/src/services/mongodb/v20190725/mongodb_models.ts +17 -17
  25. package/src/services/ocr/v20181119/ocr_client.ts +4 -2
  26. package/src/services/ocr/v20181119/ocr_models.ts +26 -16
  27. package/src/services/redis/v20180412/redis_models.ts +35 -12
  28. package/src/services/smop/v20201203/smop_models.ts +8 -2
  29. package/src/services/tcss/v20201101/tcss_models.ts +44 -34
  30. package/src/services/vod/v20180717/vod_models.ts +5 -0
  31. package/src/services/vpc/v20170312/vpc_client.ts +11 -10
  32. package/src/services/vpc/v20170312/vpc_models.ts +191 -72
  33. package/src/services/wedata/v20210820/wedata_models.ts +11 -5
  34. package/tencentcloud/common/sdk_version.d.ts +1 -1
  35. package/tencentcloud/common/sdk_version.js +1 -1
  36. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +13 -11
  37. package/tencentcloud/services/car/v20220110/car_client.d.ts +9 -1
  38. package/tencentcloud/services/car/v20220110/car_client.js +12 -0
  39. package/tencentcloud/services/car/v20220110/car_models.d.ts +36 -0
  40. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
  41. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  42. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +44 -2
  43. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
  44. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
  45. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +67 -16
  46. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
  47. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
  48. package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
  49. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +155 -4
  50. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
  51. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
  53. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +17 -5
  54. package/tencentcloud/services/lcic/v20220817/lcic_client.js +24 -6
  55. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +274 -93
  56. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
  57. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +17 -17
  58. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
  59. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
  60. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +24 -16
  61. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +33 -10
  62. package/tencentcloud/services/smop/v20201203/smop_models.d.ts +7 -2
  63. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +42 -34
  64. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
  65. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +8 -9
  66. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -7
  67. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +170 -70
  68. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +10 -5
  69. package/test/car.v20220110.test.js +20 -0
  70. package/test/cdwch.v20200915.test.js +10 -0
  71. package/test/cwp.v20180228.test.js +12 -2
  72. package/test/lcic.v20220817.test.js +34 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.570",
3
+ "version": "4.0.571",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -9,7 +9,7 @@
9
9
  | aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-03-30 01:01:18 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-03-30 01:01:22 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-03-30 01:01:58 |
12
- | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-03-30 01:02:02 |
12
+ | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-03-31 01:02:09 |
13
13
  | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:02:06 |
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 |
@@ -17,13 +17,13 @@
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-03-30 01:02:33 |
18
18
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-03-30 01:02:59 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-30 01:03:04 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-03-30 01:03:21 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-03 01:03:07 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-03-30 01:03:34 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-03-30 01:03:38 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-03-30 01:03:40 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-03-30 01:03:52 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-03-30 01:03:59 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-03-30 01:04:01 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-03 01:03:41 |
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-03-30 01:04:12 |
29
29
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-30 01:04:35 |
@@ -36,16 +36,16 @@
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-03-30 01:05:24 |
37
37
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-03-30 01:05:30 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-03-30 01:06:31 |
39
- | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-30 01:06:37 |
39
+ | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-30 17:11:05 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-03-30 01:06:39 |
42
- | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-03-30 01:06:57 |
42
+ | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-03 01:05:38 |
43
43
  | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-03-30 01:07:10 |
44
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-30 01:07:24 |
44
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-03-31 01:07:21 |
45
45
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-30 01:08:00 |
46
- | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-30 01:08:08 |
46
+ | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-03-31 01:08:16 |
47
47
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
48
- | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-03-30 01:08:40 |
48
+ | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-03 01:07:25 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-03-30 01:08:46 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-03-30 01:08:51 |
51
51
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-03-30 01:09:01 |
@@ -55,29 +55,29 @@
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
57
  | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-03-30 01:09:40 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-03-30 01:10:05 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-03 01:08:55 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-03-30 01:10:29 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-30 01:10:35 |
61
- | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-03-30 01:10:40 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-03-30 01:11:11 |
61
+ | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-04-03 01:09:41 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-03 01:09:54 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
64
64
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-03-30 01:11:55 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-03-30 01:12:54 |
69
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-30 01:13:34 |
68
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-03 01:11:39 |
69
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-03-31 01:16:52 |
70
70
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
71
71
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-30 01:33:24 |
72
72
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-03-30 01:33:45 |
73
73
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
74
74
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:33:58 |
75
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-03-30 01:34:33 |
75
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-03 01:14:22 |
76
76
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-03-30 01:34:45 |
77
77
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-03-30 01:34:49 |
78
78
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-03-30 01:34:57 |
79
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-30 01:35:16 |
80
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-30 01:35:43 |
79
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-03-31 01:20:34 |
80
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-03-31 01:23:52 |
81
81
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-03-30 01:35:59 |
82
82
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-03-30 01:36:07 |
83
83
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-03-30 01:36:11 |
@@ -90,15 +90,15 @@
90
90
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-03-30 01:37:29 |
91
91
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-03-30 01:37:41 |
92
92
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-03-30 01:37:44 |
93
- | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-30 01:37:56 |
94
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-30 01:38:09 |
95
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-30 01:38:24 |
93
+ | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-31 01:26:31 |
94
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-03-31 01:26:47 |
95
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-03-31 16:30:48 |
96
96
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-03-30 01:38:40 |
97
97
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-29 17:00:58 |
98
98
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
99
99
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-03-30 01:38:57 |
100
100
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-03-30 01:39:02 |
101
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-03-30 01:39:28 |
101
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-03-31 01:28:20 |
102
102
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-03-30 01:39:37 |
103
103
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
104
104
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-03-30 01:39:39 |
@@ -123,8 +123,8 @@
123
123
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
124
124
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-30 01:43:33 |
125
125
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-30 01:43:44 |
126
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-03-30 01:43:56 |
127
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-03-30 01:45:18 |
126
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-03 01:23:43 |
127
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-03 01:23:59 |
128
128
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-30 01:46:01 |
129
129
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
130
130
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -134,7 +134,7 @@
134
134
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
135
135
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-03-30 01:46:57 |
136
136
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-03-30 01:47:02 |
137
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-30 01:47:09 |
137
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-03-31 01:36:51 |
138
138
  | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-03-30 01:47:27 |
139
139
  | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-03-30 01:48:34 |
140
140
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-30 01:49:08 |
@@ -144,8 +144,8 @@
144
144
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-30 01:49:26 |
145
145
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
146
146
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-30 01:49:33 |
147
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-30 01:49:43 |
148
- | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-30 01:50:13 |
147
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-03-31 01:39:23 |
148
+ | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-31 01:39:55 |
149
149
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-30 01:50:22 |
150
150
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-03-30 01:50:28 |
151
151
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-03-30 01:50:40 |
@@ -153,7 +153,7 @@
153
153
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-03-30 01:51:05 |
154
154
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-03-30 01:51:12 |
155
155
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-03-30 01:51:25 |
156
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-30 01:51:29 |
156
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-03-31 01:41:24 |
157
157
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
158
158
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
159
159
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -161,7 +161,7 @@
161
161
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-03-30 01:52:13 |
162
162
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-03-30 01:52:27 |
163
163
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-03-30 01:52:35 |
164
- | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-03-30 01:52:39 |
164
+ | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-04-03 01:30:29 |
165
165
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-03-30 01:52:41 |
166
166
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-03-30 01:52:50 |
167
167
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-03-30 01:52:56 |
@@ -173,7 +173,7 @@
173
173
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-03-30 01:53:51 |
174
174
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-03-30 01:53:57 |
175
175
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-03-30 01:54:01 |
176
- | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-03-30 01:54:04 |
176
+ | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-04-03 01:31:53 |
177
177
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-03-30 01:54:15 |
178
178
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-03-30 01:54:17 |
179
179
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
@@ -187,7 +187,7 @@
187
187
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
188
188
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-03-30 01:57:46 |
189
189
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-03-30 01:57:53 |
190
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-03-30 01:58:23 |
190
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-03 01:33:45 |
191
191
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-03-30 02:27:00 |
192
192
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-30 02:27:07 |
193
193
  | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-03-30 02:27:20 |
@@ -203,12 +203,12 @@
203
203
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-03-30 02:30:09 |
204
204
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-03-30 02:30:26 |
205
205
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-03-30 02:30:43 |
206
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-30 02:31:35 |
206
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-03-31 01:52:32 |
207
207
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
208
208
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-03-30 02:45:27 |
209
209
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-03-30 02:45:29 |
210
210
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
211
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-03-30 02:45:35 |
211
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-03 01:40:05 |
212
212
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-03-30 02:45:48 |
213
213
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-03-30 02:46:07 |
214
214
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-03-30 02:46:17 |
@@ -217,11 +217,11 @@
217
217
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
218
218
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
219
219
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
220
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-30 02:47:35 |
221
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-03-30 02:48:31 |
222
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-30 02:49:43 |
220
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-03-31 02:05:47 |
221
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-03 01:42:53 |
222
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-03-31 02:10:18 |
223
223
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
224
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-03-30 02:50:06 |
224
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-03 01:44:46 |
225
225
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
226
226
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-03-30 02:59:12 |
227
227
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.570"
1
+ export const sdkVersion = "4.0.571"
@@ -233,19 +233,21 @@ export interface SentenceRecognitionRequest {
233
233
  /**
234
234
  * 引擎模型类型。
235
235
  电话场景:
236
- 8k_en:电话 8k 英语;
237
- 8k_zh:电话 8k 中文普通话通用;
236
+ 8k_zh:中文电话通用;
237
+ 8k_en:英文电话通用;
238
+
238
239
  非电话场景:
239
- • 16k_zh:16k 中文普通话通用;
240
- • 16k_en:16k 英语;
241
- • 16k_ca:16k 粤语;
242
- • 16k_ja:16k 日语;
243
- • 16k_vi:16k 越南语;
244
- • 16k_ms:16k 马来语;
245
- • 16k_id:16k 印度尼西亚语;
246
- • 16k_fil:16k 菲律宾语;
247
- • 16k_zh_medical:16k 医疗;
240
+ • 16k_zh:中文通用;
248
241
  • 16k_zh-PY 中英粤;
242
+ • 16k_zh_medical:中文医疗;
243
+ • 16k_en:英语;
244
+ • 16k_ca:粤语;
245
+ • 16k_ja:日语;
246
+ • 16k_ko:韩语;
247
+ • 16k_vi:越南语;
248
+ • 16k_ms:马来语;
249
+ • 16k_id:印度尼西亚语;
250
+ • 16k_fil:菲律宾语;
249
251
  • 16k_zh_dialect:多方言,支持23种方言(上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话);
250
252
  */
251
253
  EngSerViceType: string
@@ -19,10 +19,14 @@ import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
20
  import {
21
21
  CreateSessionResponse,
22
+ StopPublishStreamRequest,
23
+ StopPublishStreamResponse,
22
24
  DestroySessionResponse,
25
+ StartPublishStreamResponse,
23
26
  ApplyConcurrentResponse,
24
27
  ApplyConcurrentRequest,
25
28
  DestroySessionRequest,
29
+ StartPublishStreamRequest,
26
30
  CreateSessionRequest,
27
31
  } from "./car_models"
28
32
 
@@ -45,6 +49,16 @@ export class Client extends AbstractClient {
45
49
  return this.request("ApplyConcurrent", req, cb)
46
50
  }
47
51
 
52
+ /**
53
+ * 停止云端推流
54
+ */
55
+ async StopPublishStream(
56
+ req: StopPublishStreamRequest,
57
+ cb?: (error: string, rep: StopPublishStreamResponse) => void
58
+ ): Promise<StopPublishStreamResponse> {
59
+ return this.request("StopPublishStream", req, cb)
60
+ }
61
+
48
62
  /**
49
63
  * 销毁会话
50
64
  */
@@ -64,4 +78,14 @@ export class Client extends AbstractClient {
64
78
  ): Promise<CreateSessionResponse> {
65
79
  return this.request("CreateSession", req, cb)
66
80
  }
81
+
82
+ /**
83
+ * 开始云端推流
84
+ */
85
+ async StartPublishStream(
86
+ req: StartPublishStreamRequest,
87
+ cb?: (error: string, rep: StartPublishStreamResponse) => void
88
+ ): Promise<StartPublishStreamResponse> {
89
+ return this.request("StartPublishStream", req, cb)
90
+ }
67
91
  }
@@ -30,6 +30,26 @@ export interface CreateSessionResponse {
30
30
  RequestId?: string
31
31
  }
32
32
 
33
+ /**
34
+ * StopPublishStream请求参数结构体
35
+ */
36
+ export interface StopPublishStreamRequest {
37
+ /**
38
+ * 唯一用户身份标识,由业务方自定义,平台不予理解。(可根据业务需要决定使用用户的唯一身份标识或是使用时间戳随机生成;在用户重连时应保持UserId不变)
39
+ */
40
+ UserId: string
41
+ }
42
+
43
+ /**
44
+ * StopPublishStream返回参数结构体
45
+ */
46
+ export interface StopPublishStreamResponse {
47
+ /**
48
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
49
+ */
50
+ RequestId?: string
51
+ }
52
+
33
53
  /**
34
54
  * DestroySession返回参数结构体
35
55
  */
@@ -40,6 +60,16 @@ export interface DestroySessionResponse {
40
60
  RequestId?: string
41
61
  }
42
62
 
63
+ /**
64
+ * StartPublishStream返回参数结构体
65
+ */
66
+ export interface StartPublishStreamResponse {
67
+ /**
68
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
69
+ */
70
+ RequestId?: string
71
+ }
72
+
43
73
  /**
44
74
  * ApplyConcurrent返回参数结构体
45
75
  */
@@ -90,6 +120,16 @@ export interface DestroySessionRequest {
90
120
  UserId: string
91
121
  }
92
122
 
123
+ /**
124
+ * StartPublishStream请求参数结构体
125
+ */
126
+ export interface StartPublishStreamRequest {
127
+ /**
128
+ * 唯一用户身份标识,由业务方自定义,平台不予理解。(UserId将作为StreamId进行推流,比如绑定推流域名为abc.livepush.myqcloud.com,那么推流地址为rtmp://abc.livepush.myqcloud.com/live/UserId?txSecret=xxx&txTime=xxx)
129
+ */
130
+ UserId: string
131
+ }
132
+
93
133
  /**
94
134
  * CreateSession请求参数结构体
95
135
  */
@@ -1974,7 +1974,7 @@ export interface CreateDisksResponse {
1974
1974
  /**
1975
1975
  * 创建的云硬盘ID列表。
1976
1976
  */
1977
- DiskIdSet: Array<string>
1977
+ DiskIdSet?: Array<string>
1978
1978
 
1979
1979
  /**
1980
1980
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2526,7 +2526,7 @@ export interface DescribeRoMinScaleRequest {
2526
2526
  */
2527
2527
  export interface DescribeDefaultParamsRequest {
2528
2528
  /**
2529
- * mysql版本,目前支持 ["5.1", "5.5", "5.6", "5.7"]
2529
+ * 引擎版本,目前支持 ["5.1", "5.5", "5.6", "5.7", "8.0"]
2530
2530
  */
2531
2531
  EngineVersion: string
2532
2532
 
@@ -202,6 +202,7 @@ import {
202
202
  AdvancedAuthentication,
203
203
  Revalidate,
204
204
  UrlRecord,
205
+ OthersPrivateAccess,
205
206
  DescribePushQuotaResponse,
206
207
  Authentication,
207
208
  CreateClsLogTopicResponse,
@@ -4013,7 +4013,12 @@ global:全球加速
4013
4013
  QnPrivateAccess?: QnPrivateAccess
4014
4014
 
4015
4015
  /**
4016
- * HTTPS服务
4016
+ * 其他厂商对象存储回源鉴权
4017
+ */
4018
+ OthersPrivateAccess?: OthersPrivateAccess
4019
+
4020
+ /**
4021
+ * HTTPS服务,默认开启(收费服务,详见计费说明和产品文档)
4017
4022
  */
4018
4023
  HttpsBilling?: HttpsBilling
4019
4024
  }
@@ -5652,6 +5657,40 @@ export interface UrlRecord {
5652
5657
  UpdateTime: string
5653
5658
  }
5654
5659
 
5660
+ /**
5661
+ * 其他厂商对象存储回源鉴权
5662
+ */
5663
+ export interface OthersPrivateAccess {
5664
+ /**
5665
+ * 开关, on/off。
5666
+ */
5667
+ Switch: string
5668
+
5669
+ /**
5670
+ * 访问ID。
5671
+ 注意:此字段可能返回 null,表示取不到有效值。
5672
+ */
5673
+ AccessKey?: string
5674
+
5675
+ /**
5676
+ * 密钥。
5677
+ 注意:此字段可能返回 null,表示取不到有效值。
5678
+ */
5679
+ SecretKey?: string
5680
+
5681
+ /**
5682
+ * 地域。
5683
+ 注意:此字段可能返回 null,表示取不到有效值。
5684
+ */
5685
+ Region?: string
5686
+
5687
+ /**
5688
+ * 存储桶名称。
5689
+ 注意:此字段可能返回 null,表示取不到有效值。
5690
+ */
5691
+ Bucket?: string
5692
+ }
5693
+
5655
5694
  /**
5656
5695
  * DescribePushQuota返回参数结构体
5657
5696
  */
@@ -7195,6 +7234,12 @@ off:不支持
7195
7234
  注意:此字段可能返回 null,表示取不到有效值。
7196
7235
  */
7197
7236
  HttpsBilling: HttpsBilling
7237
+
7238
+ /**
7239
+ * 其他厂商对象存储回源鉴权
7240
+ 注意:此字段可能返回 null,表示取不到有效值。
7241
+ */
7242
+ OthersPrivateAccess?: OthersPrivateAccess
7198
7243
  }
7199
7244
 
7200
7245
  /**
@@ -8951,7 +8996,12 @@ global:全球加速
8951
8996
  QnPrivateAccess?: QnPrivateAccess
8952
8997
 
8953
8998
  /**
8954
- * HTTPS服务
8999
+ * 其他厂商对象存储回源鉴权
9000
+ */
9001
+ OthersPrivateAccess?: OthersPrivateAccess
9002
+
9003
+ /**
9004
+ * HTTPS服务(收费服务,详见计费说明和产品文档)
8955
9005
  */
8956
9006
  HttpsBilling?: HttpsBilling
8957
9007
  }
@@ -46,6 +46,7 @@ import {
46
46
  CreateInstanceNewRequest,
47
47
  InstanceInfo,
48
48
  ModifyClusterConfigsRequest,
49
+ ScaleUpInstanceRequest,
49
50
  DescribeInstanceKeyValConfigsResponse,
50
51
  ServiceInfo,
51
52
  ResourceSpec,
@@ -60,7 +61,7 @@ import {
60
61
  InstanceConfigItem,
61
62
  DescribeInstanceResponse,
62
63
  ClusterInfo,
63
- ScaleUpInstanceRequest,
64
+ DescribeInstanceStateRequest,
64
65
  NodesSummary,
65
66
  DescribeInstanceShardsResponse,
66
67
  InstanceConfigInfo,
@@ -70,6 +71,7 @@ import {
70
71
  ActionAlterCkUserResponse,
71
72
  Tag,
72
73
  ScheduleStrategy,
74
+ DescribeInstanceStateResponse,
73
75
  ResizeDiskResponse,
74
76
  DescribeBackUpScheduleResponse,
75
77
  DescribeCkSqlApisResponse,
@@ -136,6 +138,16 @@ export class Client extends AbstractClient {
136
138
  return this.request("ActionAlterCkUser", req, cb)
137
139
  }
138
140
 
141
+ /**
142
+ * 集群详情页中显示集群状态、流程进度等
143
+ */
144
+ async DescribeInstanceState(
145
+ req: DescribeInstanceStateRequest,
146
+ cb?: (error: string, rep: DescribeInstanceStateResponse) => void
147
+ ): Promise<DescribeInstanceStateResponse> {
148
+ return this.request("DescribeInstanceState", req, cb)
149
+ }
150
+
139
151
  /**
140
152
  * 开启或者关闭策略
141
153
  */
@@ -901,6 +901,31 @@ export interface ModifyClusterConfigsRequest {
901
901
  Remark?: string
902
902
  }
903
903
 
904
+ /**
905
+ * ScaleUpInstance请求参数结构体
906
+ */
907
+ export interface ScaleUpInstanceRequest {
908
+ /**
909
+ * 实例唯一ID
910
+ */
911
+ InstanceId: string
912
+
913
+ /**
914
+ * 节点类型,DATA:clickhouse节点,COMMON:为zookeeper节点
915
+ */
916
+ Type: string
917
+
918
+ /**
919
+ * clickhouse节点规格。
920
+ */
921
+ SpecName: string
922
+
923
+ /**
924
+ * 是否滚动重启,false为不滚动重启,true为滚动重启
925
+ */
926
+ ScaleUpEnableRolling: boolean
927
+ }
928
+
904
929
  /**
905
930
  * DescribeInstanceKeyValConfigs返回参数结构体
906
931
  */
@@ -1223,7 +1248,7 @@ export interface DescribeInstanceResponse {
1223
1248
  /**
1224
1249
  * 实例描述信息
1225
1250
  */
1226
- InstanceInfo: InstanceInfo
1251
+ InstanceInfo?: InstanceInfo
1227
1252
 
1228
1253
  /**
1229
1254
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1249,28 +1274,13 @@ export interface ClusterInfo {
1249
1274
  }
1250
1275
 
1251
1276
  /**
1252
- * ScaleUpInstance请求参数结构体
1277
+ * DescribeInstanceState请求参数结构体
1253
1278
  */
1254
- export interface ScaleUpInstanceRequest {
1279
+ export interface DescribeInstanceStateRequest {
1255
1280
  /**
1256
- * 实例唯一ID
1281
+ * 集群实例名称
1257
1282
  */
1258
1283
  InstanceId: string
1259
-
1260
- /**
1261
- * 节点类型,DATA:clickhouse节点,COMMON:为zookeeper节点
1262
- */
1263
- Type: string
1264
-
1265
- /**
1266
- * clickhouse节点规格。
1267
- */
1268
- SpecName: string
1269
-
1270
- /**
1271
- * 是否滚动重启,false为不滚动重启,true为滚动重启
1272
- */
1273
- ScaleUpEnableRolling: boolean
1274
1284
  }
1275
1285
 
1276
1286
  /**
@@ -1484,6 +1494,11 @@ export interface DescribeInstanceRequest {
1484
1494
  * 集群实例ID
1485
1495
  */
1486
1496
  InstanceId: string
1497
+
1498
+ /**
1499
+ * 是否是open api查询
1500
+ */
1501
+ IsOpenApi?: boolean
1487
1502
  }
1488
1503
 
1489
1504
  /**
@@ -1548,6 +1563,51 @@ export interface ScheduleStrategy {
1548
1563
  ScheduleId: number
1549
1564
  }
1550
1565
 
1566
+ /**
1567
+ * DescribeInstanceState返回参数结构体
1568
+ */
1569
+ export interface DescribeInstanceStateResponse {
1570
+ /**
1571
+ * 集群状态,例如:Serving
1572
+ */
1573
+ InstanceState?: string
1574
+
1575
+ /**
1576
+ * 集群操作创建时间
1577
+ 注意:此字段可能返回 null,表示取不到有效值。
1578
+ */
1579
+ FlowCreateTime?: string
1580
+
1581
+ /**
1582
+ * 集群操作名称
1583
+ 注意:此字段可能返回 null,表示取不到有效值。
1584
+ */
1585
+ FlowName?: string
1586
+
1587
+ /**
1588
+ * 集群操作进度
1589
+ 注意:此字段可能返回 null,表示取不到有效值。
1590
+ */
1591
+ FlowProgress?: number
1592
+
1593
+ /**
1594
+ * 集群状态描述,例如:运行中
1595
+ 注意:此字段可能返回 null,表示取不到有效值。
1596
+ */
1597
+ InstanceStateDesc?: string
1598
+
1599
+ /**
1600
+ * 集群流程错误信息,例如:“创建失败,资源不足”
1601
+ 注意:此字段可能返回 null,表示取不到有效值。
1602
+ */
1603
+ FlowMsg?: string
1604
+
1605
+ /**
1606
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1607
+ */
1608
+ RequestId?: string
1609
+ }
1610
+
1551
1611
  /**
1552
1612
  * ResizeDisk返回参数结构体
1553
1613
  */