tencentcloud-sdk-nodejs 4.0.529 → 4.0.531

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 (70) hide show
  1. package/CHANGELOG.md +239 -0
  2. package/SERVICE_CHANGELOG.md +232 -83
  3. package/package.json +1 -1
  4. package/products.md +27 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +2 -2
  7. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  8. package/src/services/clb/v20180317/clb_client.ts +1 -1
  9. package/src/services/clb/v20180317/clb_models.ts +31 -1
  10. package/src/services/cvm/v20170312/cvm_models.ts +2 -6
  11. package/src/services/cynosdb/v20190107/cynosdb_client.ts +18 -6
  12. package/src/services/cynosdb/v20190107/cynosdb_models.ts +25 -0
  13. package/src/services/ess/v20201111/ess_client.ts +1 -3
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -3
  15. package/src/services/fmu/v20191213/fmu_models.ts +8 -6
  16. package/src/services/gme/v20180711/gme_models.ts +20 -14
  17. package/src/services/goosefs/v20220519/goosefs_client.ts +16 -1
  18. package/src/services/goosefs/v20220519/goosefs_models.ts +48 -3
  19. package/src/services/lcic/v20220817/lcic_client.ts +32 -6
  20. package/src/services/lcic/v20220817/lcic_models.ts +184 -4
  21. package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
  22. package/src/services/live/v20180801/live_client.ts +30 -4
  23. package/src/services/live/v20180801/live_models.ts +245 -54
  24. package/src/services/mongodb/v20190725/mongodb_models.ts +1 -1
  25. package/src/services/monitor/v20180724/monitor_client.ts +241 -55
  26. package/src/services/monitor/v20180724/monitor_models.ts +998 -339
  27. package/src/services/mps/v20190612/mps_models.ts +16 -1
  28. package/src/services/tcb/v20180608/tcb_models.ts +60 -31
  29. package/src/services/waf/v20180125/waf_client.ts +2 -4
  30. package/src/services/waf/v20180125/waf_models.ts +16 -16
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  34. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  35. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +1 -1
  36. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +26 -1
  37. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -6
  38. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +22 -0
  41. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -3
  42. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -3
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -3
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -3
  45. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +4 -2
  46. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +18 -13
  47. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +5 -1
  48. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +6 -0
  49. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +41 -3
  50. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +11 -3
  51. package/tencentcloud/services/lcic/v20220817/lcic_client.js +15 -3
  52. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +160 -4
  53. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
  54. package/tencentcloud/services/live/v20180801/live_client.d.ts +9 -1
  55. package/tencentcloud/services/live/v20180801/live_client.js +12 -0
  56. package/tencentcloud/services/live/v20180801/live_models.d.ts +210 -50
  57. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -1
  58. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +75 -15
  59. package/tencentcloud/services/monitor/v20180724/monitor_client.js +111 -21
  60. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +807 -243
  61. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +13 -1
  62. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +55 -31
  63. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +0 -2
  64. package/tencentcloud/services/waf/v20180125/waf_client.js +0 -2
  65. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +16 -16
  66. package/test/cynosdb.v20190107.test.js +12 -2
  67. package/test/goosefs.v20220519.test.js +10 -0
  68. package/test/lcic.v20220817.test.js +22 -2
  69. package/test/live.v20180801.test.js +20 -0
  70. package/test/monitor.v20180724.test.js +164 -14
package/products.md CHANGED
@@ -6,7 +6,7 @@
6
6
  | advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2023-02-01 01:01:26 |
7
7
  | af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-05-23 06:01:54 |
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-02-01 01:01:37 |
9
- | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-04-15 06:01:25 |
9
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-02-02 01:01:44 |
10
10
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2022-12-29 10:01:58 |
11
11
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2022-12-21 18:48:21 |
12
12
  | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:02:31 |
@@ -16,13 +16,13 @@
16
16
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2022-11-09 06:09:16 |
17
17
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-12-06 06:16:29 |
18
18
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-12-26 01:08:11 |
19
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-12-29 10:03:59 |
19
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-02-03 01:03:46 |
20
20
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
21
21
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
22
22
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-12-09 01:11:02 |
23
23
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-12-15 01:09:06 |
24
24
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2022-08-09 10:42:14 |
25
- | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-01-06 01:04:34 |
25
+ | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-02-03 01:04:31 |
26
26
  | bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
27
27
  | bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-01-11 11:01:36 |
28
28
  | bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-01-17 01:09:15 |
@@ -53,8 +53,8 @@
53
53
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
54
54
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
55
55
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
56
- | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-01-16 01:16:30 |
57
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-01-18 22:35:43 |
56
+ | ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-02-02 01:10:38 |
57
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-02-02 01:11:16 |
58
58
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-11-24 06:19:10 |
59
59
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-12-14 01:17:29 |
60
60
  | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2022-10-31 06:18:55 |
@@ -64,19 +64,19 @@
64
64
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
65
65
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-02-01 01:13:56 |
66
66
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
67
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-01-19 01:16:22 |
67
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-02-03 01:14:29 |
68
68
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-01-12 01:12:53 |
69
69
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
70
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-01 01:17:42 |
70
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-02-02 01:16:40 |
71
71
  | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2022-11-04 06:19:07 |
72
72
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
73
73
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-01-13 01:19:41 |
74
74
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-01-09 01:18:23 |
75
75
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-11-23 06:23:05 |
76
76
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-10-26 06:29:47 |
77
- | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-01-30 01:20:38 |
78
- | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-01-20 01:28:13 |
79
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-01-18 01:19:30 |
77
+ | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-02-02 01:18:41 |
78
+ | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-02-03 01:19:08 |
79
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-02-02 01:23:17 |
80
80
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-01-10 01:21:29 |
81
81
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
82
82
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-02-01 01:21:28 |
@@ -90,15 +90,15 @@
90
90
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2022-11-16 06:22:42 |
91
91
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-02-01 01:23:44 |
92
92
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-02-01 01:24:04 |
93
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-01 01:24:24 |
94
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-01 01:24:43 |
93
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-02-02 01:27:53 |
94
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-02-02 01:28:07 |
95
95
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-01-12 01:20:14 |
96
96
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-02-01 01:25:17 |
97
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
97
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-02-02 01:28:41 |
98
98
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-04-04 06:43:12 |
99
99
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-02-01 01:25:50 |
100
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-01-16 01:33:23 |
101
- | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-01-31 17:01:22 |
100
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-02-02 01:29:27 |
101
+ | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-02-02 16:45:50 |
102
102
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
103
103
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-02-01 01:26:49 |
104
104
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
@@ -121,9 +121,9 @@
121
121
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-12-20 01:38:37 |
122
122
  | ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2022-10-28 11:32:11 |
123
123
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-12-13 10:37:12 |
124
- | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-01 01:37:44 |
125
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-01 01:38:14 |
126
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-01 01:38:51 |
124
+ | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-02-03 01:30:11 |
125
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-02-02 01:35:45 |
126
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-02-03 01:31:09 |
127
127
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
128
128
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
129
129
  | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-01-31 01:40:45 |
@@ -132,9 +132,9 @@
132
132
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
133
133
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-01-10 01:33:47 |
134
134
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-11-17 11:16:37 |
135
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-01-05 01:31:47 |
136
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-01 01:40:50 |
137
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-01-13 01:39:05 |
135
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-02-03 01:32:59 |
136
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2023-02-02 01:38:12 |
137
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-02-02 01:40:19 |
138
138
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-12-08 01:38:36 |
139
139
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-01-11 01:32:47 |
140
140
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
@@ -144,7 +144,7 @@
144
144
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-01-31 01:44:52 |
145
145
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-01-10 01:36:47 |
146
146
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2022-12-07 06:54:25 |
147
- | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-11-17 06:38:25 |
147
+ | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-02-03 01:36:28 |
148
148
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
149
149
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-12-15 01:38:47 |
150
150
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-12-09 01:52:05 |
@@ -173,11 +173,11 @@
173
173
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
174
174
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-10-31 06:48:20 |
175
175
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
176
- | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-01-12 01:35:28 |
176
+ | tbaas | [腾讯云区块链服务平台 TBaaS](https://cloud.tencent.com/document/product/663) | 2023-02-02 01:47:33 |
177
177
  | tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
178
178
  | tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
179
179
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2023-01-11 01:39:23 |
180
- | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-12-23 01:54:25 |
180
+ | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2023-02-03 01:42:20 |
181
181
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
182
182
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
183
183
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
@@ -186,7 +186,7 @@
186
186
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-01-12 01:37:30 |
187
187
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-10-21 06:47:14 |
188
188
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-01-31 01:58:44 |
189
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-01-12 01:39:37 |
189
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-02-03 01:46:07 |
190
190
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2022-12-06 07:10:10 |
191
191
  | tem | [弹性微服务 TEM](https://cloud.tencent.com/document/product/1371) | 2022-12-27 02:10:16 |
192
192
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-01-19 01:54:45 |
@@ -199,7 +199,7 @@
199
199
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-01-13 01:55:53 |
200
200
  | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2023-01-06 01:48:47 |
201
201
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-01-16 02:13:33 |
202
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-01-13 01:57:09 |
202
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-02-02 01:56:25 |
203
203
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
204
204
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-11-18 06:55:59 |
205
205
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-01-09 01:52:45 |
@@ -215,7 +215,7 @@
215
215
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
216
216
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-01-16 02:18:27 |
217
217
  | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-02-01 02:09:35 |
218
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-01 02:11:44 |
218
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-02-03 01:57:09 |
219
219
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-10-12 07:10:28 |
220
220
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-02-01 02:12:04 |
221
221
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.529"
1
+ export const sdkVersion = "4.0.531"
@@ -124,7 +124,7 @@ export interface CreateAsyncRecognitionTaskRequest {
124
124
  EngineType: string
125
125
 
126
126
  /**
127
- * 语音流地址,支持rtmp、rtsp等流媒体协议,以及各类基于http协议的直播流(不支持hls)
127
+ * 语音流地址,支持rtmp、rtsp等流媒体协议,以及各类基于http协议的直播流(不支持hls, m3u8)
128
128
  */
129
129
  Url: string
130
130
 
@@ -422,7 +422,7 @@ export interface CreateAsyncRecognitionTaskResponse {
422
422
  /**
423
423
  * 请求返回结果,包含本次的任务ID(TaskId)
424
424
  */
425
- Data: Task
425
+ Data?: Task
426
426
 
427
427
  /**
428
428
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2558,6 +2558,12 @@ export interface GroupResponse {
2558
2558
  注意:此字段可能返回 null,表示取不到有效值。
2559
2559
  */
2560
2560
  GroupList: Array<DescribeGroup>
2561
+
2562
+ /**
2563
+ * 消费分组配额
2564
+ 注意:此字段可能返回 null,表示取不到有效值。
2565
+ */
2566
+ GroupCountQuota?: number
2561
2567
  }
2562
2568
 
2563
2569
  /**
@@ -734,7 +734,7 @@ export class Client extends AbstractClient {
734
734
  - CLB 绑定 SCF 仅支持绑定“Event 函数”类型的云函数。
735
735
  */
736
736
  async RegisterFunctionTargets(
737
- req?: RegisterFunctionTargetsRequest,
737
+ req: RegisterFunctionTargetsRequest,
738
738
  cb?: (error: string, rep: RegisterFunctionTargetsResponse) => void
739
739
  ): Promise<RegisterFunctionTargetsResponse> {
740
740
  return this.request("RegisterFunctionTargets", req, cb)
@@ -960,7 +960,37 @@ export interface RsWeightRule {
960
960
  /**
961
961
  * RegisterFunctionTargets请求参数结构体
962
962
  */
963
- export type RegisterFunctionTargetsRequest = null
963
+ export interface RegisterFunctionTargetsRequest {
964
+ /**
965
+ * 负载均衡实例 ID。
966
+ */
967
+ LoadBalancerId: string
968
+
969
+ /**
970
+ * 负载均衡监听器 ID。
971
+ */
972
+ ListenerId: string
973
+
974
+ /**
975
+ * 待绑定的云函数列表。
976
+ */
977
+ FunctionTargets: Array<FunctionTarget>
978
+
979
+ /**
980
+ * 目标转发规则的 ID,当将云函数绑定到七层转发规则时,必须输入此参数或 Domain+Url 参数。
981
+ */
982
+ LocationId?: string
983
+
984
+ /**
985
+ * 目标转发规则的域名,若已经输入 LocationId 参数,则本参数不生效。
986
+ */
987
+ Domain?: string
988
+
989
+ /**
990
+ * 目标转发规则的 URL,若已经输入 LocationId 参数,则本参数不生效。
991
+ */
992
+ Url?: string
993
+ }
964
994
 
965
995
  /**
966
996
  * DeregisterTargetsFromClassicalLB请求参数结构体
@@ -1643,7 +1643,7 @@ export interface DescribeZoneInstanceConfigInfosResponse {
1643
1643
  /**
1644
1644
  * 可用区机型配置列表。
1645
1645
  */
1646
- InstanceTypeQuotaSet: Array<InstanceTypeQuotaItem>
1646
+ InstanceTypeQuotaSet?: Array<InstanceTypeQuotaItem>
1647
1647
 
1648
1648
  /**
1649
1649
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2048,7 +2048,7 @@ export interface CreateImageResponse {
2048
2048
  * 镜像ID
2049
2049
  注意:此字段可能返回 null,表示取不到有效值。
2050
2050
  */
2051
- ImageId: string
2051
+ ImageId?: string
2052
2052
 
2053
2053
  /**
2054
2054
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -4535,10 +4535,6 @@ export interface DescribeZoneInstanceConfigInfosRequest {
4535
4535
  <p style="padding-left: 30px;">按照【<strong>实例计费模式</strong>】进行过滤。(PREPAID:表示预付费,即包年包月 | POSTPAID_BY_HOUR:表示后付费,即按量计费 )</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
4536
4536
  <li><strong>sort-keys</strong></li>
4537
4537
  <p style="padding-left: 30px;">按关键字进行排序,格式为排序字段加排序方式,中间用冒号分隔。 例如: 按cpu数逆序排序 "cpu:desc", 按mem大小顺序排序 "mem:asc"</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
4538
- <li><strong>offset</strong></li>
4539
- <p style="padding-left: 30px;">按照偏移量进行分页</p><p style="padding-left: 30px;">类型:String</p><p style="padding-left: 30px;">必选:否</p>
4540
- <li><strong>limit</strong></li>
4541
- <p style="padding-left: 30px;">每页返回的数据条数</p><p style="padding-left: 30px;">类型:Integer</p><p style="padding-left: 30px;">必选:否</p>
4542
4538
  每次请求的`Filters`的上限为10,`Filter.Values`的上限为100。
4543
4539
  */
4544
4540
  Filters?: Array<Filter>
@@ -81,6 +81,7 @@ import {
81
81
  DeleteAuditRuleTemplatesRequest,
82
82
  DescribeAuditRuleTemplatesResponse,
83
83
  SwitchClusterZoneRequest,
84
+ RestartInstanceRequest,
84
85
  Ability,
85
86
  InstanceInitInfo,
86
87
  UpgradeInstanceRequest,
@@ -171,6 +172,7 @@ import {
171
172
  SwitchProxyVpcRequest,
172
173
  DescribeBackupListResponse,
173
174
  RollBackClusterResponse,
175
+ RestartInstanceResponse,
174
176
  DescribeBinlogSaveDaysRequest,
175
177
  ModifyBackupConfigRequest,
176
178
  ActivateInstanceResponse,
@@ -579,13 +581,13 @@ export class Client extends AbstractClient {
579
581
  }
580
582
 
581
583
  /**
582
- * 本接口(SwitchProxyVpc)更换数据库代理vpc
584
+ * 重启实例
583
585
  */
584
- async SwitchProxyVpc(
585
- req: SwitchProxyVpcRequest,
586
- cb?: (error: string, rep: SwitchProxyVpcResponse) => void
587
- ): Promise<SwitchProxyVpcResponse> {
588
- return this.request("SwitchProxyVpc", req, cb)
586
+ async RestartInstance(
587
+ req: RestartInstanceRequest,
588
+ cb?: (error: string, rep: RestartInstanceResponse) => void
589
+ ): Promise<RestartInstanceResponse> {
590
+ return this.request("RestartInstance", req, cb)
589
591
  }
590
592
 
591
593
  /**
@@ -668,6 +670,16 @@ export class Client extends AbstractClient {
668
670
  return this.request("ModifyClusterName", req, cb)
669
671
  }
670
672
 
673
+ /**
674
+ * 本接口(SwitchProxyVpc)更换数据库代理vpc
675
+ */
676
+ async SwitchProxyVpc(
677
+ req: SwitchProxyVpcRequest,
678
+ cb?: (error: string, rep: SwitchProxyVpcResponse) => void
679
+ ): Promise<SwitchProxyVpcResponse> {
680
+ return this.request("SwitchProxyVpc", req, cb)
681
+ }
682
+
671
683
  /**
672
684
  * 该接口(DescribeClusterDetail)显示集群详情
673
685
  */
@@ -1488,6 +1488,16 @@ export interface SwitchClusterZoneRequest {
1488
1488
  IsInMaintainPeriod?: string
1489
1489
  }
1490
1490
 
1491
+ /**
1492
+ * RestartInstance请求参数结构体
1493
+ */
1494
+ export interface RestartInstanceRequest {
1495
+ /**
1496
+ * 实例id
1497
+ */
1498
+ InstanceId: string
1499
+ }
1500
+
1491
1501
  /**
1492
1502
  * 集群支持的功能
1493
1503
  */
@@ -4448,6 +4458,21 @@ export interface RollBackClusterResponse {
4448
4458
  RequestId?: string
4449
4459
  }
4450
4460
 
4461
+ /**
4462
+ * RestartInstance返回参数结构体
4463
+ */
4464
+ export interface RestartInstanceResponse {
4465
+ /**
4466
+ * 异步任务id
4467
+ */
4468
+ FlowId: number
4469
+
4470
+ /**
4471
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4472
+ */
4473
+ RequestId?: string
4474
+ }
4475
+
4451
4476
  /**
4452
4477
  * DescribeBinlogSaveDays请求参数结构体
4453
4478
  */
@@ -387,10 +387,8 @@ export class Client extends AbstractClient {
387
387
  }
388
388
 
389
389
  /**
390
- * 指定需要批量撤销的签署流程Id,批量催办合同
391
- 客户指定需要撤销的签署流程Id,最多100个;接口失败后返回错误信息
390
+ * 指定需要批量催办的签署流程Id,批量催办合同,最多100个; 接口失败后返回错误信息
392
391
  注意:
393
- 能撤回合同的只能是合同的发起人或者签署人
394
392
  该接口需要开白后使用
395
393
  */
396
394
  async CreateFlowReminds(
@@ -468,10 +468,8 @@ httpProfile.setEndpoint("file.test.ess.tencent.cn");
468
468
  }
469
469
 
470
470
  /**
471
- * 指定需要批量撤销的签署流程Id,批量催办合同
472
- 客户指定需要撤销的签署流程Id,最多100个,超过100不处理;接口失败后返回错误信息
471
+ * 指定需要批量催办的签署流程Id,批量催办合同,最多100个;接口失败后返回错误信息
473
472
  注意:
474
- 能撤回合同的只能是合同的发起人或者签署人
475
473
  该接口需要开白后使用
476
474
  */
477
475
  async ChannelCreateFlowReminds(
@@ -253,14 +253,16 @@ export interface GetModelListResponse {
253
253
  */
254
254
  export interface BeautifyPicResponse {
255
255
  /**
256
- * RspImgType 为 base64 时,返回处理后的图片 base64 数据。默认返回base64
257
- */
258
- ResultImage?: string
256
+ * RspImgType 为 base64 时,返回处理后的图片 base64 数据。默认返回base64
257
+ 注意:此字段可能返回 null,表示取不到有效值。
258
+ */
259
+ ResultImage: string
259
260
 
260
261
  /**
261
- * RspImgType 为 url 时,返回处理后的图片 url 数据。
262
- */
263
- ResultUrl?: string
262
+ * RspImgType 为 url 时,返回处理后的图片 url 数据。
263
+ 注意:此字段可能返回 null,表示取不到有效值。
264
+ */
265
+ ResultUrl: string
264
266
 
265
267
  /**
266
268
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -194,14 +194,20 @@ export interface DescribeApplicationDataRequest {
194
194
  */
195
195
  export interface UserMicStatus {
196
196
  /**
197
- * 客户端用于标识用户的Openid。
197
+ * 开麦状态。1表示关闭麦克风,2表示打开麦克风。
198
198
  */
199
- Uid: number
199
+ EnableMic: number
200
200
 
201
201
  /**
202
- * 开麦状态。1表示关闭麦克风,2表示打开麦克风。
202
+ * 客户端用于标识用户的Openid。(Uid、StrUid必须填一个,优先处理StrUid。)
203
203
  */
204
- EnableMic: number
204
+ Uid?: number
205
+
206
+ /**
207
+ * 客户端用于标识字符串型用户的Openid。(Uid、StrUid必须填一个,优先处理StrUid。)
208
+ 注意:此字段可能返回 null,表示取不到有效值。
209
+ */
210
+ StrUid?: string
205
211
  }
206
212
 
207
213
  /**
@@ -358,11 +364,6 @@ export interface DeleteRoomMemberRequest {
358
364
  */
359
365
  RoomId: string
360
366
 
361
- /**
362
- * 要剔除的用户列表
363
- */
364
- Uids: Array<string>
365
-
366
367
  /**
367
368
  * 剔除类型 1-删除房间 2-剔除用户
368
369
  */
@@ -372,6 +373,11 @@ export interface DeleteRoomMemberRequest {
372
373
  * 应用id
373
374
  */
374
375
  BizId: number
376
+
377
+ /**
378
+ * 要剔除的用户列表
379
+ */
380
+ Uids?: Array<string>
375
381
  }
376
382
 
377
383
  /**
@@ -921,7 +927,7 @@ export interface DeleteRoomMemberResponse {
921
927
  /**
922
928
  * 剔除房间或成员的操作结果
923
929
  */
924
- DeleteResult: DeleteResult
930
+ DeleteResult?: DeleteResult
925
931
 
926
932
  /**
927
933
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1042,13 +1048,13 @@ export interface DescribeRoomInfoResponse {
1042
1048
  * 操作结果, 0成功, 非0失败
1043
1049
  注意:此字段可能返回 null,表示取不到有效值。
1044
1050
  */
1045
- Result: number
1051
+ Result?: number
1046
1052
 
1047
1053
  /**
1048
1054
  * 房间用户信息
1049
1055
  注意:此字段可能返回 null,表示取不到有效值。
1050
1056
  */
1051
- RoomUsers: Array<RoomUser>
1057
+ RoomUsers?: Array<RoomUser>
1052
1058
 
1053
1059
  /**
1054
1060
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -1093,12 +1099,12 @@ export interface ModifyUserMicStatusResponse {
1093
1099
  /**
1094
1100
  * 返回结果:0为成功,非0为失败。
1095
1101
  */
1096
- Result: number
1102
+ Result?: number
1097
1103
 
1098
1104
  /**
1099
1105
  * 错误信息。
1100
1106
  */
1101
- ErrMsg: string
1107
+ ErrMsg?: string
1102
1108
 
1103
1109
  /**
1104
1110
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -17,7 +17,12 @@
17
17
  */
18
18
  import { AbstractClient } from "../../../common/abstract_client"
19
19
  import { ClientConfig } from "../../../common/interface"
20
- import { CreateDataRepositoryTaskRequest, CreateDataRepositoryTaskResponse } from "./goosefs_models"
20
+ import {
21
+ CreateDataRepositoryTaskRequest,
22
+ CreateDataRepositoryTaskResponse,
23
+ DescribeDataRepositoryTaskStatusRequest,
24
+ DescribeDataRepositoryTaskStatusResponse,
25
+ } from "./goosefs_models"
21
26
 
22
27
  /**
23
28
  * goosefs client
@@ -28,6 +33,16 @@ export class Client extends AbstractClient {
28
33
  super("goosefs.tencentcloudapi.com", "2022-05-19", clientConfig)
29
34
  }
30
35
 
36
+ /**
37
+ * 获取数据流通任务实时状态,用作客户端控制
38
+ */
39
+ async DescribeDataRepositoryTaskStatus(
40
+ req: DescribeDataRepositoryTaskStatusRequest,
41
+ cb?: (error: string, rep: DescribeDataRepositoryTaskStatusResponse) => void
42
+ ): Promise<DescribeDataRepositoryTaskStatusResponse> {
43
+ return this.request("DescribeDataRepositoryTaskStatus", req, cb)
44
+ }
45
+
31
46
  /**
32
47
  * 创建数据流通任务,包括从将文件系统的数据上传到存储桶下, 以及从存储桶下载到文件系统里。
33
48
  */
@@ -20,12 +20,12 @@
20
20
  */
21
21
  export interface CreateDataRepositoryTaskRequest {
22
22
  /**
23
- * 数据流通任务类型, FS_TO_COS(文件系统到COS Bucket),或者Bucket到文件系统(COS_TO_FS)
23
+ * 数据流通任务类型, FS_TO_COS(文件系统到COS Bucket),或者COS_TO_FS(COS Bucket到文件系统)
24
24
  */
25
25
  TaskType: string
26
26
 
27
27
  /**
28
- * bucket名
28
+ * COS存储桶名
29
29
  */
30
30
  Bucket: string
31
31
 
@@ -35,7 +35,7 @@ export interface CreateDataRepositoryTaskRequest {
35
35
  FileSystemId: string
36
36
 
37
37
  /**
38
- * 对于FS_TO_COS, TaskPath是Bucket映射目录的相对路径, 对于COS_TO_FS是COS上的路径。如果置位空, 则表示全部数据
38
+ * 对于FS_TO_COS, TaskPath是Bucket映射目录的相对路径, 对于COS_TO_FS是COS上的路径。如果置为空, 则表示全部数据
39
39
  */
40
40
  TaskPath: string
41
41
 
@@ -43,6 +43,16 @@ export interface CreateDataRepositoryTaskRequest {
43
43
  * 任务名称
44
44
  */
45
45
  TaskName: string
46
+
47
+ /**
48
+ * 数据流通方式 MSP_AFM 手动加载 RAW_AFM 按需加载
49
+ */
50
+ RepositoryType?: string
51
+
52
+ /**
53
+ * 文件列表下载地址,以http开头
54
+ */
55
+ TextLocation?: string
46
56
  }
47
57
 
48
58
  /**
@@ -52,8 +62,43 @@ export interface CreateDataRepositoryTaskResponse {
52
62
  /**
53
63
  * 任务ID
54
64
  */
65
+ TaskId?: string
66
+
67
+ /**
68
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
69
+ */
70
+ RequestId?: string
71
+ }
72
+
73
+ /**
74
+ * DescribeDataRepositoryTaskStatus请求参数结构体
75
+ */
76
+ export interface DescribeDataRepositoryTaskStatusRequest {
77
+ /**
78
+ * task id
79
+ */
55
80
  TaskId: string
56
81
 
82
+ /**
83
+ * file system id
84
+ */
85
+ FileSystemId: string
86
+ }
87
+
88
+ /**
89
+ * DescribeDataRepositoryTaskStatus返回参数结构体
90
+ */
91
+ export interface DescribeDataRepositoryTaskStatusResponse {
92
+ /**
93
+ * 任务id
94
+ */
95
+ TaskId?: string
96
+
97
+ /**
98
+ * 任务状态 0(初始化中), 1(运行中), 2(已完成), 3(任务失败)
99
+ */
100
+ Status?: number
101
+
57
102
  /**
58
103
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
59
104
  */