tencentcloud-sdk-nodejs 4.0.594 → 4.0.595

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 (67) hide show
  1. package/CHANGELOG.md +207 -0
  2. package/SERVICE_CHANGELOG.md +259 -86
  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/cam/v20190116/cam_models.ts +6 -0
  7. package/src/services/clb/v20180317/clb_models.ts +5 -1
  8. package/src/services/cls/v20201016/cls_models.ts +10 -0
  9. package/src/services/cynosdb/v20190107/cynosdb_client.ts +19 -7
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +56 -6
  11. package/src/services/dbbrain/v20210527/dbbrain_models.ts +1 -1
  12. package/src/services/essbasic/v20210526/essbasic_client.ts +8 -3
  13. package/src/services/lighthouse/v20200324/lighthouse_client.ts +33 -0
  14. package/src/services/lighthouse/v20200324/lighthouse_models.ts +59 -5
  15. package/src/services/live/v20180801/live_client.ts +13 -0
  16. package/src/services/live/v20180801/live_models.ts +106 -0
  17. package/src/services/oceanus/v20190422/oceanus_models.ts +86 -2
  18. package/src/services/ocr/v20181119/ocr_client.ts +26 -3
  19. package/src/services/ocr/v20181119/ocr_models.ts +5 -2
  20. package/src/services/omics/v20221128/omics_client.ts +55 -11
  21. package/src/services/omics/v20221128/omics_models.ts +592 -240
  22. package/src/services/redis/v20180412/redis_client.ts +1 -1
  23. package/src/services/redis/v20180412/redis_models.ts +19 -19
  24. package/src/services/tione/v20211111/tione_models.ts +2 -2
  25. package/src/services/tke/v20180525/tke_models.ts +6 -0
  26. package/src/services/tts/v20190823/tts_models.ts +9 -0
  27. package/src/services/vod/v20180717/vod_models.ts +70 -0
  28. package/src/services/vpc/v20170312/vpc_client.ts +3 -3
  29. package/src/services/vpc/v20170312/vpc_models.ts +9 -9
  30. package/tencentcloud/common/sdk_version.d.ts +1 -1
  31. package/tencentcloud/common/sdk_version.js +1 -1
  32. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +5 -0
  33. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -1
  34. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +8 -0
  35. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
  36. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
  37. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +48 -6
  38. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +1 -1
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +8 -3
  40. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +8 -3
  41. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +18 -1
  42. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +21 -0
  43. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +52 -4
  44. package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
  45. package/tencentcloud/services/live/v20180801/live_client.js +6 -0
  46. package/tencentcloud/services/live/v20180801/live_models.d.ts +89 -0
  47. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +73 -2
  48. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +26 -3
  49. package/tencentcloud/services/ocr/v20181119/ocr_client.js +26 -3
  50. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -2
  51. package/tencentcloud/services/omics/v20221128/omics_client.d.ts +13 -1
  52. package/tencentcloud/services/omics/v20221128/omics_client.js +18 -0
  53. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +495 -193
  54. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  55. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  56. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +19 -19
  57. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
  58. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  59. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +9 -0
  60. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +56 -0
  61. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -3
  62. package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -3
  63. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +9 -9
  64. package/test/cynosdb.v20190107.test.js +12 -2
  65. package/test/lighthouse.v20200324.test.js +20 -0
  66. package/test/live.v20180801.test.js +10 -0
  67. package/test/omics.v20221128.test.js +30 -0
package/products.md CHANGED
@@ -22,8 +22,8 @@
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-04-20 01:03:43 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-05-09 01:03:13 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-03-30 01:03:52 |
25
- | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-04-24 01:03:28 |
26
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-05-09 01:03:34 |
25
+ | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-05-10 01:04:20 |
26
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-05-10 01:04:26 |
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-04-28 01:08:34 |
@@ -34,7 +34,7 @@
34
34
  | bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
35
35
  | bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-03-30 01:05:21 |
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-03-30 01:05:24 |
37
- | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-05-09 01:04:58 |
37
+ | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-05-10 01:06:45 |
38
38
  | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-04-06 20:55:55 |
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-05-08 01:10:15 |
40
40
  | casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
@@ -48,18 +48,18 @@
48
48
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-21 01:13:12 |
49
49
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-04-19 01:11:52 |
50
50
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-04-25 01:11:04 |
51
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-28 01:12:37 |
51
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-05-10 01:10:44 |
52
52
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-03-30 01:09:19 |
53
53
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-03-30 01:09:27 |
54
54
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-03-30 01:09:33 |
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-04-19 01:12:57 |
58
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-26 01:11:42 |
58
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-05-10 01:12:15 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-04-05 01:18:15 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-30 01:10:35 |
61
61
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-05-09 01:09:45 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-05-08 01:15:09 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-05-10 01:13:17 |
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 |
@@ -69,11 +69,11 @@
69
69
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-05-09 01:11:50 |
70
70
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-05-09 01:12:29 |
71
71
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
72
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-05-09 01:13:44 |
72
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-05-10 01:18:08 |
73
73
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-28 01:18:09 |
74
74
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
75
75
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:33:58 |
76
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-05-09 01:15:02 |
76
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-05-10 01:19:56 |
77
77
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-05-09 01:15:24 |
78
78
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-04-07 01:43:48 |
79
79
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
@@ -93,7 +93,7 @@
93
93
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-05-09 01:18:30 |
94
94
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-05-09 01:18:43 |
95
95
  | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-05-08 01:23:59 |
96
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-05-08 01:24:18 |
96
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-05-10 01:25:25 |
97
97
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-04-20 16:06:06 |
98
98
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-05-09 01:19:38 |
99
99
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
@@ -125,8 +125,8 @@
125
125
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-04-24 01:28:29 |
126
126
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-04-28 01:28:18 |
127
127
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-05-09 01:26:55 |
128
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-05-09 01:27:20 |
129
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-05-08 01:32:44 |
128
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-05-10 01:33:30 |
129
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-05-10 01:34:14 |
130
130
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
131
131
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
132
132
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-30 01:46:35 |
@@ -144,9 +144,9 @@
144
144
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
145
145
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-05-09 01:32:09 |
146
146
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
147
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-30 01:49:33 |
148
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-05-09 01:32:37 |
149
- | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-31 01:39:55 |
147
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-05-10 01:38:48 |
148
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-05-10 01:39:06 |
149
+ | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-05-10 01:39:47 |
150
150
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-30 01:50:22 |
151
151
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-03-30 01:50:28 |
152
152
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-03-30 01:50:40 |
@@ -154,7 +154,7 @@
154
154
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-04-27 01:32:20 |
155
155
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-27 01:32:51 |
156
156
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-04-26 01:42:31 |
157
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-05-09 01:34:55 |
157
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-05-10 01:41:40 |
158
158
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
159
159
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
160
160
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -167,7 +167,7 @@
167
167
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-03-30 01:52:50 |
168
168
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-03-30 01:52:56 |
169
169
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
170
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-04-28 01:35:52 |
170
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-05-10 01:43:56 |
171
171
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-05-08 01:50:08 |
172
172
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-05-09 01:38:09 |
173
173
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-30 01:53:47 |
@@ -191,7 +191,7 @@
191
191
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-19 01:50:55 |
192
192
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-03-30 02:27:00 |
193
193
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-30 02:27:07 |
194
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-05-09 01:43:02 |
194
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-05-10 01:49:45 |
195
195
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
196
196
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-04-20 01:41:18 |
197
197
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-05-08 01:55:39 |
@@ -202,9 +202,9 @@
202
202
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2023-03-30 02:30:06 |
203
203
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
204
204
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-05-08 01:57:16 |
205
- | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-05-09 01:46:56 |
205
+ | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-05-10 01:53:37 |
206
206
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-14 01:58:42 |
207
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-05-09 01:47:51 |
207
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-05-10 01:54:36 |
208
208
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
209
209
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-03-30 02:45:27 |
210
210
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-04-25 01:57:23 |
@@ -216,12 +216,12 @@
216
216
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-20 01:48:06 |
217
217
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-26 11:35:57 |
218
218
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
219
- | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-04-24 01:48:24 |
219
+ | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-05-10 01:58:33 |
220
220
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
221
221
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
222
222
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
223
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-05-09 01:52:08 |
224
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-05-09 01:53:28 |
223
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-05-10 01:59:01 |
224
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-05-10 02:00:34 |
225
225
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-04-14 02:04:14 |
226
226
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-05-08 02:03:46 |
227
227
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-05-09 01:55:56 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.594"
1
+ export const sdkVersion = "4.0.595"
@@ -3862,6 +3862,12 @@ export interface DescribeSafeAuthFlagCollResponse {
3862
3862
  */
3863
3863
  OffsiteFlag?: OffsiteFlag
3864
3864
 
3865
+ /**
3866
+ * 是否提示信任设备1 :提示 0: 不提示
3867
+ 注意:此字段可能返回 null,表示取不到有效值。
3868
+ */
3869
+ PromptTrust?: number
3870
+
3865
3871
  /**
3866
3872
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3867
3873
  */
@@ -4823,7 +4823,11 @@ BANDWIDTH_PACKAGE 按带宽包计费;
4823
4823
  InternetChargeType?: string
4824
4824
 
4825
4825
  /**
4826
- * 最大出带宽,单位Mbps,范围支持0到2048,仅对公网属性的LB生效,默认值 10
4826
+ * 最大出带宽,单位Mbps,仅对公网属性的共享型、性能容量型和独占型 CLB 实例、以及内网属性的性能容量型 CLB 实例生效。
4827
+ - 对于公网属性的共享型和独占型 CLB 实例,最大出带宽的范围为1Mbps-2048Mbps。
4828
+ - 对于公网属性和内网属性的性能容量型 CLB实例
4829
+ - 当您开通了普通规格的性能容量型时,最大出带宽的范围为1Mbps-10240Mbps。普通规格的性能容量型正在内测中,请提交 [内测申请](https://cloud.tencent.com/apply/p/hf45esx99lf)。
4830
+ - 当您开通了超大型规格的性能容量型时,最大出带宽的范围为1Mbps-61440Mbps。超大型规格的性能容量型正在内测中,请提交 [工单申请](https://console.cloud.tencent.com/workorder/category)。
4827
4831
  注意:此字段可能返回 null,表示取不到有效值。
4828
4832
  */
4829
4833
  InternetMaxBandwidthOut?: number
@@ -2965,6 +2965,16 @@ export interface CreateShipperRequest {
2965
2965
  * 投递文件命名配置,0:随机数命名,1:投递时间命名,默认0(随机数命名)
2966
2966
  */
2967
2967
  FilenameMode?: number
2968
+
2969
+ /**
2970
+ * 投递数据范围的开始时间点,不能超出日志主题的生命周期起点。如果用户不填写,默认为用户新建投递任务的时间。
2971
+ */
2972
+ StartTime?: number
2973
+
2974
+ /**
2975
+ * 投递数据范围的结束时间点,不能填写未来时间。如果用户不填写,默认为持续投递,即无限。
2976
+ */
2977
+ EndTime?: number
2968
2978
  }
2969
2979
 
2970
2980
  /**
@@ -59,6 +59,7 @@ import {
59
59
  PauseServerlessRequest,
60
60
  ModifiableInfo,
61
61
  DescribeFlowResponse,
62
+ SetRenewFlagResponse,
62
63
  RevokeAccountPrivilegesResponse,
63
64
  CreateClustersResponse,
64
65
  SetRenewFlagRequest,
@@ -171,7 +172,7 @@ import {
171
172
  InstanceSpec,
172
173
  DescribeFlowRequest,
173
174
  AuditLogFile,
174
- SetRenewFlagResponse,
175
+ OpenReadOnlyInstanceExclusiveAccessRequest,
175
176
  Account,
176
177
  CreateBackupRequest,
177
178
  DescribeClusterParamLogsRequest,
@@ -203,6 +204,7 @@ import {
203
204
  SearchClusterDatabasesResponse,
204
205
  DescribeInstanceDetailRequest,
205
206
  ModifyMaintainPeriodConfigResponse,
207
+ OpenReadOnlyInstanceExclusiveAccessResponse,
206
208
  DisassociateSecurityGroupsRequest,
207
209
  ModifyBackupNameRequest,
208
210
  ModifyInstanceNameResponse,
@@ -942,6 +944,16 @@ export class Client extends AbstractClient {
942
944
  return this.request("OfflineCluster", req, cb)
943
945
  }
944
946
 
947
+ /**
948
+ * 本接口(SearchClusterDatabases)搜索集群database列表
949
+ */
950
+ async SearchClusterDatabases(
951
+ req: SearchClusterDatabasesRequest,
952
+ cb?: (error: string, rep: SearchClusterDatabasesResponse) => void
953
+ ): Promise<SearchClusterDatabasesResponse> {
954
+ return this.request("SearchClusterDatabases", req, cb)
955
+ }
956
+
945
957
  /**
946
958
  * 修改审计规则模版
947
959
  */
@@ -993,13 +1005,13 @@ export class Client extends AbstractClient {
993
1005
  }
994
1006
 
995
1007
  /**
996
- * 本接口(SearchClusterDatabases)搜索集群database列表
1008
+ * 开通只读实例独有访问接入组
997
1009
  */
998
- async SearchClusterDatabases(
999
- req: SearchClusterDatabasesRequest,
1000
- cb?: (error: string, rep: SearchClusterDatabasesResponse) => void
1001
- ): Promise<SearchClusterDatabasesResponse> {
1002
- return this.request("SearchClusterDatabases", req, cb)
1010
+ async OpenReadOnlyInstanceExclusiveAccess(
1011
+ req: OpenReadOnlyInstanceExclusiveAccessRequest,
1012
+ cb?: (error: string, rep: OpenReadOnlyInstanceExclusiveAccessResponse) => void
1013
+ ): Promise<OpenReadOnlyInstanceExclusiveAccessResponse> {
1014
+ return this.request("OpenReadOnlyInstanceExclusiveAccess", req, cb)
1003
1015
  }
1004
1016
 
1005
1017
  /**
@@ -935,6 +935,21 @@ export interface DescribeFlowResponse {
935
935
  RequestId?: string
936
936
  }
937
937
 
938
+ /**
939
+ * SetRenewFlag返回参数结构体
940
+ */
941
+ export interface SetRenewFlagResponse {
942
+ /**
943
+ * 操作成功实例数
944
+ */
945
+ Count: number
946
+
947
+ /**
948
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
949
+ */
950
+ RequestId?: string
951
+ }
952
+
938
953
  /**
939
954
  * RevokeAccountPrivileges返回参数结构体
940
955
  */
@@ -4493,18 +4508,38 @@ export interface AuditLogFile {
4493
4508
  }
4494
4509
 
4495
4510
  /**
4496
- * SetRenewFlag返回参数结构体
4511
+ * OpenReadOnlyInstanceExclusiveAccess请求参数结构体
4497
4512
  */
4498
- export interface SetRenewFlagResponse {
4513
+ export interface OpenReadOnlyInstanceExclusiveAccessRequest {
4499
4514
  /**
4500
- * 操作成功实例数
4515
+ * 集群ID
4501
4516
  */
4502
- Count: number
4517
+ ClusterId: string
4503
4518
 
4504
4519
  /**
4505
- * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4520
+ * 需要开通独有访问的只读实例ID
4506
4521
  */
4507
- RequestId?: string
4522
+ InstanceId: string
4523
+
4524
+ /**
4525
+ * 指定的vpc ID
4526
+ */
4527
+ VpcId: string
4528
+
4529
+ /**
4530
+ * 指定的子网ID
4531
+ */
4532
+ SubnetId: string
4533
+
4534
+ /**
4535
+ * 端口
4536
+ */
4537
+ Port: number
4538
+
4539
+ /**
4540
+ * 安全组
4541
+ */
4542
+ SecurityGroupIds?: Array<string>
4508
4543
  }
4509
4544
 
4510
4545
  /**
@@ -5681,6 +5716,21 @@ export interface ModifyMaintainPeriodConfigResponse {
5681
5716
  RequestId?: string
5682
5717
  }
5683
5718
 
5719
+ /**
5720
+ * OpenReadOnlyInstanceExclusiveAccess返回参数结构体
5721
+ */
5722
+ export interface OpenReadOnlyInstanceExclusiveAccessResponse {
5723
+ /**
5724
+ * 开通流程ID
5725
+ */
5726
+ FlowId?: number
5727
+
5728
+ /**
5729
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5730
+ */
5731
+ RequestId?: string
5732
+ }
5733
+
5684
5734
  /**
5685
5735
  * DisassociateSecurityGroups请求参数结构体
5686
5736
  */
@@ -217,7 +217,7 @@ export interface DescribeSlowLogsRequest {
217
217
  InstanceId: string
218
218
 
219
219
  /**
220
- * sql模版的md5值
220
+ * sql模板的md5值
221
221
  */
222
222
  Md5: string
223
223
 
@@ -497,9 +497,14 @@ https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/launchAp
497
497
 
498
498
  /**
499
499
  * 指定需要批量撤销的签署流程Id,批量撤销合同
500
- 客户指定需要撤销的签署流程Id,最多100个,超过100不处理;接口失败后返回错误信息
501
- 注意:
502
- 能撤回合同的只能是合同的发起人或者发起企业的超管、法人
500
+ 客户指定需要撤销的签署流程Id,最多100个,超过100不处理;
501
+
502
+ **满足撤销条件的合同会发起异步撤销流程,不满足撤销条件的合同返回失败原因。**
503
+
504
+ **合同撤销成功后,会通过合同状态为 CANCEL 的回调消息通知调用方 [具体可参考回调消息](https://qian.tencent.com/developers/scenes/partner/callback_data_types#-%E5%90%88%E5%90%8C%E7%8A%B6%E6%80%81%E9%80%9A%E7%9F%A5---flowstatuschange)**
505
+
506
+ **注意:
507
+ 能撤回合同的只能是合同的发起人或者发起企业的超管、法人**
503
508
  */
504
509
  async ChannelBatchCancelFlows(
505
510
  req: ChannelBatchCancelFlowsRequest,
@@ -90,6 +90,7 @@ import {
90
90
  DescribeBlueprintsRequest,
91
91
  InstanceReturnable,
92
92
  DescribeInstancesDeniedActionsResponse,
93
+ RenewDisksRequest,
93
94
  ModifyDisksAttributeRequest,
94
95
  DockerContainerPublishPort,
95
96
  DescribeSnapshotsDeniedActionsResponse,
@@ -189,6 +190,7 @@ import {
189
190
  TerminateDisksRequest,
190
191
  ResetInstanceRequest,
191
192
  DescribeDiskConfigsResponse,
193
+ RenewDisksResponse,
192
194
  InternetAccessible,
193
195
  InstancePriceDetail,
194
196
  RebootInstancesResponse,
@@ -198,6 +200,7 @@ import {
198
200
  Price,
199
201
  DescribeDisksReturnableResponse,
200
202
  ModifyDiskBackupsAttributeResponse,
203
+ IsolateDisksRequest,
201
204
  CreateInstanceSnapshotResponse,
202
205
  ModifyInstancesBundleResponse,
203
206
  GeneralResourceQuota,
@@ -215,6 +218,7 @@ import {
215
218
  RenewInstancesResponse,
216
219
  DescribeDisksDeniedActionsResponse,
217
220
  ResetInstanceResponse,
221
+ IsolateDisksResponse,
218
222
  DescribeFirewallRulesRequest,
219
223
  DiskDeniedActions,
220
224
  InquirePriceCreateInstancesRequest,
@@ -973,6 +977,21 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
973
977
  return this.request("TerminateDisks", req, cb)
974
978
  }
975
979
 
980
+ /**
981
+ * 本接口(IsolateDisks)用于退还一个或多个轻量应用服务器云硬盘。
982
+
983
+ 只有状态为 UNATTACHED 的数据盘才可以进行此操作。
984
+ 接口调用成功后,云硬盘会进入SHUTDOWN 状态。
985
+ 支持批量操作。每次请求批量资源的上限为 20。
986
+ 本接口为异步接口,请求发送成功后会返回一个 RequestId,此时操作并未立即完成。云硬盘操作结果可以通过调用 [DescribeDisks](https://cloud.tencent.com/document/product/1207/66093) 接口查询,如果云硬盘的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
987
+ */
988
+ async IsolateDisks(
989
+ req: IsolateDisksRequest,
990
+ cb?: (error: string, rep: IsolateDisksResponse) => void
991
+ ): Promise<IsolateDisksResponse> {
992
+ return this.request("IsolateDisks", req, cb)
993
+ }
994
+
976
995
  /**
977
996
  * 本接口(StartInstances)用于启动一个或多个实例。
978
997
 
@@ -1103,6 +1122,20 @@ https://img.qcloud.com/qcloud/app/active_vnc/index.html?InstanceVncUrl=wss%3A%2F
1103
1122
  return this.request("CreateInstances", req, cb)
1104
1123
  }
1105
1124
 
1125
+ /**
1126
+ * 本接口(RenewDisks)用于续费一个或多个轻量应用服务器云硬盘。
1127
+
1128
+ 只有状态为 ATTACHED,UNATTACHED 或 SHUTDOWN 的数据盘才可以进行此操作。
1129
+ 支持批量操作。每次请求批量云硬盘的上限为 50。
1130
+ 本接口为异步接口,请求发送成功后会返回一个 RequestId,此时操作并未立即完成。云硬盘操作结果可以通过调用 [DescribeDisks](https://cloud.tencent.com/document/product/1207/66093) 接口查询,如果云硬盘的最新操作状态(LatestOperationState)为“SUCCESS”,则代表操作成功。
1131
+ */
1132
+ async RenewDisks(
1133
+ req: RenewDisksRequest,
1134
+ cb?: (error: string, rep: RenewDisksResponse) => void
1135
+ ): Promise<RenewDisksResponse> {
1136
+ return this.request("RenewDisks", req, cb)
1137
+ }
1138
+
1106
1139
  /**
1107
1140
  * 本接口 (CreateBlueprint) 用于创建镜像。
1108
1141
  */
@@ -1625,6 +1625,26 @@ export interface DescribeInstancesDeniedActionsResponse {
1625
1625
  RequestId?: string
1626
1626
  }
1627
1627
 
1628
+ /**
1629
+ * RenewDisks请求参数结构体
1630
+ */
1631
+ export interface RenewDisksRequest {
1632
+ /**
1633
+ * 云硬盘ID列表。一个或多个待操作的云硬盘ID。可通过[DescribeDisks](https://cloud.tencent.com/document/product/1207/66093)接口返回值中的DiskId获取。每次请求续费数据盘数量总计上限为50。
1634
+ */
1635
+ DiskIds: Array<string>
1636
+
1637
+ /**
1638
+ * 续费云硬盘包年包月相关参数设置。
1639
+ */
1640
+ RenewDiskChargePrepaid: RenewDiskChargePrepaid
1641
+
1642
+ /**
1643
+ * 是否自动使用代金券。默认不使用。
1644
+ */
1645
+ AutoVoucher?: boolean
1646
+ }
1647
+
1628
1648
  /**
1629
1649
  * ModifyDisksAttribute请求参数结构体
1630
1650
  */
@@ -3772,22 +3792,26 @@ export interface TerminateInstancesRequest {
3772
3792
  */
3773
3793
  export interface RenewDiskChargePrepaid {
3774
3794
  /**
3775
- * 新购周期。
3795
+ * 续费周期。
3776
3796
  */
3777
3797
  Period?: number
3778
3798
 
3779
3799
  /**
3780
- * 续费标识。
3781
- */
3800
+ * 续费标识。取值范围:
3801
+
3802
+ NOTIFY_AND_AUTO_RENEW:通知过期且自动续费。 NOTIFY_AND_MANUAL_RENEW:通知过期不自动续费,用户需要手动续费。 DISABLE_NOTIFY_AND_AUTO_RENEW:不自动续费,且不通知。
3803
+
3804
+ 默认取值:NOTIFY_AND_MANUAL_RENEW。若该参数指定为NOTIFY_AND_AUTO_RENEW,在账户余额充足的情况下,云硬盘到期后将按月自动续费。
3805
+ */
3782
3806
  RenewFlag?: string
3783
3807
 
3784
3808
  /**
3785
- * 周期单位. 默认值: "m"。
3809
+ * 周期单位。取值范围:“m”(月)。默认值: "m"。
3786
3810
  */
3787
3811
  TimeUnit?: string
3788
3812
 
3789
3813
  /**
3790
- * 当前实例到期时间。
3814
+ * 当前实例到期时间。如“2018-01-01 00:00:00”。指定该参数即可对齐云硬盘所挂载的实例到期时间。该参数与Period必须指定其一,且不支持同时指定。
3791
3815
  */
3792
3816
  CurInstanceDeadline?: string
3793
3817
  }
@@ -3832,6 +3856,16 @@ export interface DescribeDiskConfigsResponse {
3832
3856
  RequestId?: string
3833
3857
  }
3834
3858
 
3859
+ /**
3860
+ * RenewDisks返回参数结构体
3861
+ */
3862
+ export interface RenewDisksResponse {
3863
+ /**
3864
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3865
+ */
3866
+ RequestId?: string
3867
+ }
3868
+
3835
3869
  /**
3836
3870
  * 描述了启动配置创建实例的公网可访问性,声明了实例的公网使用计费模式,最大带宽等。
3837
3871
  */
@@ -3962,6 +3996,16 @@ export interface ModifyDiskBackupsAttributeResponse {
3962
3996
  RequestId?: string
3963
3997
  }
3964
3998
 
3999
+ /**
4000
+ * IsolateDisks请求参数结构体
4001
+ */
4002
+ export interface IsolateDisksRequest {
4003
+ /**
4004
+ * 云硬盘ID列表。一个或多个待操作的云硬盘ID。可通过[DescribeDisks](https://cloud.tencent.com/document/product/1207/66093)接口返回值中的DiskId获取。每次请求退还数据盘数量总计上限为20。
4005
+ */
4006
+ DiskIds: Array<string>
4007
+ }
4008
+
3965
4009
  /**
3966
4010
  * CreateInstanceSnapshot返回参数结构体
3967
4011
  */
@@ -4240,6 +4284,16 @@ export interface ResetInstanceResponse {
4240
4284
  RequestId?: string
4241
4285
  }
4242
4286
 
4287
+ /**
4288
+ * IsolateDisks返回参数结构体
4289
+ */
4290
+ export interface IsolateDisksResponse {
4291
+ /**
4292
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4293
+ */
4294
+ RequestId?: string
4295
+ }
4296
+
4243
4297
  /**
4244
4298
  * DescribeFirewallRules请求参数结构体
4245
4299
  */
@@ -22,6 +22,7 @@ import {
22
22
  BillDataInfo,
23
23
  EnableLiveDomainResponse,
24
24
  DescribeUploadStreamNumsResponse,
25
+ DescribeLiveXP2PDetailInfoListResponse,
25
26
  HlsSpecialParam,
26
27
  TranscodeTotalInfo,
27
28
  StopRecordTaskResponse,
@@ -241,6 +242,7 @@ import {
241
242
  DescribeLiveDelayInfoListResponse,
242
243
  DeleteLiveTranscodeTemplateRequest,
243
244
  DescribeLiveCallbackRulesRequest,
245
+ XP2PDetailInfo,
244
246
  ClientIpPlaySumInfo,
245
247
  DescribeLiveTranscodeTemplateResponse,
246
248
  CreateLiveSnapshotTemplateResponse,
@@ -329,6 +331,7 @@ import {
329
331
  DescribeStreamDayPlayInfoListResponse,
330
332
  StopLiveRecordRequest,
331
333
  DescribeVisitTopSumInfoListResponse,
334
+ DescribeLiveXP2PDetailInfoListRequest,
332
335
  ModifyLivePullStreamTaskResponse,
333
336
  CreateLiveSnapshotRuleResponse,
334
337
  DelayInfo,
@@ -1246,6 +1249,16 @@ DomainName+AppName+StreamName+TemplateId唯一标识单个转码规则,如需
1246
1249
  return this.request("DescribeLiveTimeShiftTemplates", req, cb)
1247
1250
  }
1248
1251
 
1252
+ /**
1253
+ * P2P流数据查询接口,用来获取流量、卡播和起播信息。
1254
+ */
1255
+ async DescribeLiveXP2PDetailInfoList(
1256
+ req: DescribeLiveXP2PDetailInfoListRequest,
1257
+ cb?: (error: string, rep: DescribeLiveXP2PDetailInfoListResponse) => void
1258
+ ): Promise<DescribeLiveXP2PDetailInfoListResponse> {
1259
+ return this.request("DescribeLiveXP2PDetailInfoList", req, cb)
1260
+ }
1261
+
1249
1262
  /**
1250
1263
  * 获取直播延播列表。
1251
1264
  */