tencentcloud-sdk-nodejs 4.0.763 → 4.0.765

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 (73) hide show
  1. package/CHANGELOG.md +283 -0
  2. package/SERVICE_CHANGELOG.md +277 -99
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_client.ts +1 -2
  7. package/src/services/ams/v20201229/ams_models.ts +67 -1
  8. package/src/services/bi/v20220105/bi_models.ts +5 -0
  9. package/src/services/ccc/v20200210/ccc_models.ts +31 -28
  10. package/src/services/cdb/v20170320/cdb_client.ts +2 -2
  11. package/src/services/cdb/v20170320/cdb_models.ts +31 -22
  12. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +15 -0
  13. package/src/services/cvm/v20170312/cvm_client.ts +3 -3
  14. package/src/services/cvm/v20170312/cvm_models.ts +11 -8
  15. package/src/services/dnspod/v20210323/dnspod_models.ts +4 -0
  16. package/src/services/dts/v20211206/dts_models.ts +1 -1
  17. package/src/services/emr/v20190103/emr_client.ts +2 -0
  18. package/src/services/emr/v20190103/emr_models.ts +230 -46
  19. package/src/services/ess/v20201111/ess_models.ts +163 -188
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -1
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -4
  22. package/src/services/faceid/v20180301/faceid_client.ts +2 -0
  23. package/src/services/faceid/v20180301/faceid_models.ts +36 -0
  24. package/src/services/organization/v20210331/organization_models.ts +17 -17
  25. package/src/services/redis/v20180412/redis_models.ts +23 -14
  26. package/src/services/rkp/v20191209/rkp_client.ts +12 -6
  27. package/src/services/ses/v20201002/ses_models.ts +2 -3
  28. package/src/services/tag/v20180813/tag_models.ts +1 -1
  29. package/src/services/trp/v20210515/trp_client.ts +20 -7
  30. package/src/services/trp/v20210515/trp_models.ts +141 -48
  31. package/src/services/vm/v20210922/vm_client.ts +1 -0
  32. package/src/services/vm/v20210922/vm_models.ts +67 -0
  33. package/src/services/vod/v20180717/vod_client.ts +33 -22
  34. package/src/services/vod/v20180717/vod_models.ts +4 -3
  35. package/src/services/vpc/v20170312/vpc_client.ts +32 -16
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +0 -2
  39. package/tencentcloud/services/ams/v20201229/ams_client.js +0 -2
  40. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +66 -1
  41. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +5 -0
  42. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +31 -28
  43. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +2 -2
  44. package/tencentcloud/services/cdb/v20170320/cdb_client.js +2 -2
  45. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +31 -22
  46. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +15 -0
  47. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +3 -3
  48. package/tencentcloud/services/cvm/v20170312/cvm_client.js +3 -3
  49. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +11 -8
  50. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
  51. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
  52. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +228 -46
  53. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +163 -188
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -1
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -1
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -4
  57. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +34 -0
  58. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +17 -17
  59. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +23 -14
  60. package/tencentcloud/services/rkp/v20191209/rkp_client.d.ts +9 -3
  61. package/tencentcloud/services/rkp/v20191209/rkp_client.js +9 -3
  62. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -3
  63. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +1 -1
  64. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +7 -3
  65. package/tencentcloud/services/trp/v20210515/trp_client.js +9 -3
  66. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +138 -48
  67. package/tencentcloud/services/vm/v20210922/vm_models.d.ts +66 -0
  68. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +22 -11
  69. package/tencentcloud/services/vod/v20180717/vod_client.js +22 -11
  70. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -3
  71. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +16 -0
  72. package/tencentcloud/services/vpc/v20170312/vpc_client.js +16 -0
  73. package/test/trp.v20210515.test.js +12 -2
package/products.md CHANGED
@@ -8,7 +8,7 @@
8
8
  | afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2023-09-07 01:06:21 |
9
9
  | aiart | [AI 绘画](https://cloud.tencent.com/document/product/1668) | 2023-11-07 11:26:02 |
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
11
- | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-11-16 01:06:13 |
11
+ | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-12-22 01:06:11 |
12
12
  | anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
13
13
  | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-12-13 01:06:45 |
14
14
  | apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
@@ -22,7 +22,7 @@
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-12-15 19:00:41 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
25
- | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-12-06 01:10:35 |
25
+ | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-12-22 01:07:03 |
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-12-01 01:08:07 |
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-10-18 01:14:30 |
@@ -39,13 +39,13 @@
39
39
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-12-05 01:14:32 |
40
40
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-04 00:03:32 |
41
41
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-11-01 01:07:57 |
42
- | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-11-16 01:09:13 |
43
- | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-13 01:17:04 |
42
+ | ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-12-22 01:08:08 |
43
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-22 01:08:53 |
44
44
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-12-05 01:17:51 |
45
45
  | cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
46
46
  | cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
47
47
  | cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-12-11 00:15:21 |
48
- | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-20 01:16:54 |
48
+ | cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-25 00:04:35 |
49
49
  | cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-12-15 19:11:22 |
50
50
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
51
51
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
@@ -69,7 +69,7 @@
69
69
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
70
70
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-12-19 01:25:03 |
71
71
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
72
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-13 01:28:37 |
72
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-22 01:11:31 |
73
73
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-29 01:11:08 |
74
74
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
75
75
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-12-15 19:25:23 |
@@ -81,26 +81,26 @@
81
81
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-12-20 01:30:30 |
82
82
  | dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
83
83
  | dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-21 01:31:01 |
84
- | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-15 01:33:00 |
84
+ | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-12-22 01:14:13 |
85
85
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-15 01:10:52 |
86
86
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
87
87
  | ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
88
88
  | dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
89
89
  | dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
90
- | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-12-19 01:37:16 |
90
+ | dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-12-22 01:14:53 |
91
91
  | eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-12-15 19:35:27 |
92
92
  | ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
93
93
  | ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
94
94
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-12-20 01:36:00 |
95
95
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
96
96
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
97
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-19 01:39:39 |
97
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-25 00:10:01 |
98
98
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
99
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-21 01:37:51 |
100
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-21 01:38:43 |
99
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-25 00:10:21 |
100
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-25 00:10:39 |
101
101
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
102
- | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-06 01:49:35 |
103
- | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
102
+ | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-22 01:16:17 |
103
+ | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
104
104
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-08-17 03:12:58 |
105
105
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-11-14 01:16:54 |
106
106
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-12-06 01:51:28 |
@@ -133,7 +133,7 @@
133
133
  | keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
134
134
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
135
135
  | lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-21 01:48:52 |
136
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-20 01:50:09 |
136
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-22 01:18:51 |
137
137
  | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-12-19 01:53:39 |
138
138
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
139
139
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
@@ -156,20 +156,20 @@
156
156
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-20 01:57:04 |
157
157
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-21 01:56:34 |
158
158
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-13 02:14:02 |
159
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
159
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-12-25 00:15:53 |
160
160
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
161
161
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
162
162
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-11-14 01:22:46 |
163
163
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-12-12 02:16:16 |
164
164
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-12-12 02:16:34 |
165
165
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-11-24 01:21:07 |
166
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-12-19 02:03:27 |
166
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-12-22 01:21:35 |
167
167
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
168
- | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-08-17 04:33:51 |
168
+ | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
169
169
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
170
170
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-10-13 01:22:31 |
171
171
  | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-11-30 05:41:26 |
172
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-11-07 02:07:25 |
172
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-12-25 00:16:59 |
173
173
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
174
174
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
175
175
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2023-08-17 04:38:34 |
@@ -183,7 +183,7 @@
183
183
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-12 02:23:51 |
184
184
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
185
185
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
186
- | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-10-31 02:21:34 |
186
+ | tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-12-22 01:22:58 |
187
187
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2023-05-18 01:50:16 |
188
188
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2023-12-20 02:06:26 |
189
189
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
@@ -221,7 +221,7 @@
221
221
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
222
222
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
223
223
  | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-12-01 01:26:49 |
224
- | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
224
+ | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-21 10:26:13 |
225
225
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
226
226
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-15 20:34:23 |
227
227
  | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-12-20 02:20:03 |
@@ -229,14 +229,14 @@
229
229
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
230
230
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
231
231
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
232
- | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-11-15 02:36:58 |
232
+ | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-12-22 01:27:31 |
233
233
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
234
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-21 02:21:45 |
235
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-19 02:27:19 |
234
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-25 00:22:13 |
235
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-22 01:28:06 |
236
236
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
237
237
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-20 02:27:15 |
238
238
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
239
- | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-20 02:28:42 |
239
+ | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-22 01:29:59 |
240
240
  | weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-14 02:56:46 |
241
241
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
242
242
  | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.763"
1
+ export const sdkVersion = "4.0.765"
@@ -32,6 +32,7 @@ import {
32
32
  StorageInfo,
33
33
  DescribeTaskDetailRequest,
34
34
  CreateAudioModerationSyncTaskResponse,
35
+ User,
35
36
  TaskLabel,
36
37
  TaskFilter,
37
38
  InputInfo,
@@ -90,8 +91,6 @@ export class Client extends AbstractClient {
90
91
  - 请确认已对接[取消任务](https://cloud.tencent.com/document/product/1219/53258)。
91
92
  - 如果直播任务取消/结束,则终止直播拉流并退出审核。
92
93
  - 如果直播任务没有取消/结束,直播视频推流因故中断,产品将在将在10分钟内持续拉流重试。如果10分钟检测到音频切片数据,则恢复正常审核,反之,则终止拉流并退出审核。在拉流终止后,用户如有审核需求,需重新送审。
93
-
94
- 默认接口请求频率限制:20次/秒。
95
94
  */
96
95
  async CreateAudioModerationTask(
97
96
  req: CreateAudioModerationTaskRequest,
@@ -171,7 +171,7 @@ export interface BucketInfo {
171
171
  */
172
172
  Region: string
173
173
  /**
174
- * 该字段用于标识腾讯云对象存储的对象Key,对象z作为基本单元被存放在存储桶中;用户可以通过腾讯云控制台、API、SDK 等多种方式管理对象。有关对象的详细描述敬请参阅相应 [产品文档](https://cloud.tencent.com/document/product/436/13324)。
174
+ * 该字段用于标识腾讯云对象存储的对象Key,对象作为基本单元被存放在存储桶中;用户可以通过腾讯云控制台、API、SDK 等多种方式管理对象。有关对象的详细描述敬请参阅相应 [产品文档](https://cloud.tencent.com/document/product/436/13324)。
175
175
  注意:此字段可能返回 null,表示取不到有效值。
176
176
  */
177
177
  Object: string
@@ -343,6 +343,10 @@ export interface CreateAudioModerationTaskRequest {
343
343
  * 可选参数,该字段表示接受审核信息回调的地址,格式为URL链接默认格式。配置成功后,审核过程中产生的违规音频片段将通过此接口发送。回调返回内容格式请参考 [回调签名示例](https://cloud.tencent.com/document/product/1219/53257#.E7.A4.BA.E4.BE.8B2-.E5.9B.9E.E8.B0.83.E7.AD.BE.E5.90.8D.E7.A4.BA.E4.BE.8B)
344
344
  */
345
345
  CallbackUrl?: string
346
+ /**
347
+ * 该字段表示待检测对象对应的用户相关信息,若填入则可甄别相应违规风险用户
348
+ */
349
+ User?: User
346
350
  }
347
351
 
348
352
  /**
@@ -474,6 +478,68 @@ Block 建议屏蔽;
474
478
  RequestId?: string
475
479
  }
476
480
 
481
+ /**
482
+ * User结果
483
+ */
484
+ export interface User {
485
+ /**
486
+ * 用户等级,默认0 未知 1 低 2 中 3 高
487
+ */
488
+ Level?: number
489
+ /**
490
+ * 性别 默认0 未知 1 男性 2 女性
491
+ */
492
+ Gender?: number
493
+ /**
494
+ * 年龄 默认0 未知
495
+ */
496
+ Age?: number
497
+ /**
498
+ * 业务用户ID 如填写,会根据账号历史恶意情况,判定消息有害结果,特别是有利于可疑恶意情况下的辅助判断。账号可以填写微信uin、QQ号、微信openid、QQopenid、字符串等。该字段和账号类别确定唯一账号。
499
+ */
500
+ UserId?: string
501
+ /**
502
+ * 手机号
503
+ */
504
+ Phone?: string
505
+ /**
506
+ * 业务用户ID类型 "1-微信uin 2-QQ号 3-微信群uin 4-qq群号 5-微信openid 6-QQopenid 7-其它string"
507
+ */
508
+ AccountType?: string
509
+ /**
510
+ * 用户昵称
511
+ */
512
+ Nickname?: string
513
+ /**
514
+ * 用户头像图片链接
515
+ */
516
+ HeadUrl?: string
517
+ /**
518
+ * 用户简介,长度不超过5000字
519
+ */
520
+ Desc?: string
521
+ /**
522
+ * 群聊场景房间ID
523
+ */
524
+ RoomId?: string
525
+ /**
526
+ * 群聊场景群ID
527
+ */
528
+ GroupId?: string
529
+ /**
530
+ * 群聊场景群用户数
531
+ */
532
+ GroupSize?: number
533
+ /**
534
+ * 消息接收者ID
535
+ */
536
+ ReceiverId?: string
537
+ /**
538
+ * 消息生成时间,毫秒
539
+ */
540
+ SendTime?: string
541
+ }
542
+
477
543
  /**
478
544
  * 用于返回审核任务输出的标签
479
545
  */
@@ -1577,6 +1577,11 @@ export interface DatasourceInfo {
1577
1577
  注意:此字段可能返回 null,表示取不到有效值。
1578
1578
  */
1579
1579
  DataOriginDatasourceId?: string
1580
+ /**
1581
+ * 集群id
1582
+ 注意:此字段可能返回 null,表示取不到有效值。
1583
+ */
1584
+ ClusterId?: string
1580
1585
  }
1581
1586
 
1582
1587
  /**
@@ -387,11 +387,11 @@ export interface DescribeExtensionsResponse {
387
387
  /**
388
388
  * 查询总数
389
389
  */
390
- Total: number
390
+ Total?: number
391
391
  /**
392
392
  * 话机信息列表
393
393
  */
394
- ExtensionList: Array<ExtensionInfo>
394
+ ExtensionList?: Array<ExtensionInfo>
395
395
  /**
396
396
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
397
397
  */
@@ -577,11 +577,11 @@ export interface DescribeAutoCalloutTasksResponse {
577
577
  /**
578
578
  * 总数
579
579
  */
580
- TotalCount: number
580
+ TotalCount?: number
581
581
  /**
582
582
  * 任务列表
583
583
  */
584
- Tasks: Array<AutoCalloutTaskInfo>
584
+ Tasks?: Array<AutoCalloutTaskInfo>
585
585
  /**
586
586
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
587
587
  */
@@ -836,36 +836,36 @@ export interface DescribeAutoCalloutTaskResponse {
836
836
  /**
837
837
  * 任务名
838
838
  */
839
- Name: string
839
+ Name?: string
840
840
  /**
841
841
  * 任务描述
842
842
  */
843
- Description: string
843
+ Description?: string
844
844
  /**
845
845
  * 任务起始时间戳
846
846
  */
847
- NotBefore: number
847
+ NotBefore?: number
848
848
  /**
849
849
  * 任务结束时间戳
850
850
  注意:此字段可能返回 null,表示取不到有效值。
851
851
  */
852
- NotAfter: number
852
+ NotAfter?: number
853
853
  /**
854
854
  * 主叫列表
855
855
  */
856
- Callers: Array<string>
856
+ Callers?: Array<string>
857
857
  /**
858
858
  * 被叫信息列表
859
859
  */
860
- Callees: Array<AutoCalloutTaskCalleeInfo>
860
+ Callees?: Array<AutoCalloutTaskCalleeInfo>
861
861
  /**
862
862
  * 任务使用的IvrId
863
863
  */
864
- IvrId: number
864
+ IvrId?: number
865
865
  /**
866
866
  * 任务状态 0初始 1运行中 2已完成 3结束中 4已终止
867
867
  */
868
- State: number
868
+ State?: number
869
869
  /**
870
870
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
871
871
  */
@@ -1205,36 +1205,36 @@ export interface AutoCalloutTaskInfo {
1205
1205
  /**
1206
1206
  * 任务名
1207
1207
  */
1208
- Name: string
1208
+ Name?: string
1209
1209
  /**
1210
1210
  * 被叫数量
1211
1211
  */
1212
- CalleeCount: number
1212
+ CalleeCount?: number
1213
1213
  /**
1214
1214
  * 主叫号码列表
1215
1215
  */
1216
- Callers: Array<string>
1216
+ Callers?: Array<string>
1217
1217
  /**
1218
1218
  * 起始时间戳
1219
1219
  */
1220
- NotBefore: number
1220
+ NotBefore?: number
1221
1221
  /**
1222
1222
  * 结束时间戳
1223
1223
  注意:此字段可能返回 null,表示取不到有效值。
1224
1224
  */
1225
- NotAfter: number
1225
+ NotAfter?: number
1226
1226
  /**
1227
1227
  * 任务使用的IvrId
1228
1228
  */
1229
- IvrId: number
1229
+ IvrId?: number
1230
1230
  /**
1231
1231
  * 任务状态0初始 1运行中 2已完成 3结束中 4已结束
1232
1232
  */
1233
- State: number
1233
+ State?: number
1234
1234
  /**
1235
1235
  * 任务Id
1236
1236
  */
1237
- TaskId: number
1237
+ TaskId?: number
1238
1238
  }
1239
1239
 
1240
1240
  /**
@@ -1632,6 +1632,8 @@ export interface TelCdrInfo {
1632
1632
 
1633
1633
  电话呼出 201 unknown 未知状态
1634
1634
 
1635
+ 电话呼出 202 notAnswer 未接听
1636
+
1635
1637
  电话呼出 203 userReject 拒接挂断
1636
1638
 
1637
1639
  电话呼出 204 powerOff 关机
@@ -1727,6 +1729,8 @@ export interface TelCdrInfo {
1727
1729
 
1728
1730
  电话呼出 201 unknown 未知状态
1729
1731
 
1732
+ 电话呼出 202 notAnswer 未接听
1733
+
1730
1734
  电话呼出 203 userReject 拒接挂断
1731
1735
 
1732
1736
  电话呼出 204 powerOff 关机
@@ -1745,7 +1749,6 @@ export interface TelCdrInfo {
1745
1749
 
1746
1750
  电话呼入&呼出 211 clientError 客户端错误
1747
1751
 
1748
-
1749
1752
  注意:此字段可能返回 null,表示取不到有效值。
1750
1753
  */
1751
1754
  EndStatusString?: string
@@ -1963,15 +1966,15 @@ export interface CallInNumberMetrics {
1963
1966
  /**
1964
1967
  * 线路号码
1965
1968
  */
1966
- Number: string
1969
+ Number?: string
1967
1970
  /**
1968
1971
  * 线路相关指标
1969
1972
  */
1970
- Metrics: CallInMetrics
1973
+ Metrics?: CallInMetrics
1971
1974
  /**
1972
1975
  * 所属技能组相关指标
1973
1976
  */
1974
- SkillGroupMetrics: Array<CallInSkillGroupMetrics>
1977
+ SkillGroupMetrics?: Array<CallInSkillGroupMetrics>
1975
1978
  }
1976
1979
 
1977
1980
  /**
@@ -2453,7 +2456,7 @@ export interface DeleteStaffResponse {
2453
2456
  * 无法删除的状态为在线的客服列表
2454
2457
  注意:此字段可能返回 null,表示取不到有效值。
2455
2458
  */
2456
- OnlineStaffList: Array<string>
2459
+ OnlineStaffList?: Array<string>
2457
2460
  /**
2458
2461
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2459
2462
  */
@@ -2567,11 +2570,11 @@ export interface DescribePSTNActiveSessionListResponse {
2567
2570
  /**
2568
2571
  * 列表总条数
2569
2572
  */
2570
- Total: number
2573
+ Total?: number
2571
2574
  /**
2572
2575
  * 列表内容
2573
2576
  */
2574
- Sessions: Array<PSTNSessionInfo>
2577
+ Sessions?: Array<PSTNSessionInfo>
2575
2578
  /**
2576
2579
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2577
2580
  */
@@ -2730,7 +2733,7 @@ export interface DescribeTelSessionResponse {
2730
2733
  /**
2731
2734
  * 会话信息
2732
2735
  */
2733
- Session: PSTNSession
2736
+ Session?: PSTNSession
2734
2737
  /**
2735
2738
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2736
2739
  */
@@ -1002,7 +1002,7 @@ export class Client extends AbstractClient {
1002
1002
  2. 单次创建实例最大支持 100 个,实例时长最大支持 36 个月;
1003
1003
  3. 支持创建 MySQL 5.5、MySQL 5.6 、MySQL 5.7 和 MySQL 8.0 版本;
1004
1004
  4. 支持创建主实例、灾备实例和只读实例;
1005
- 5. 当入参指定 Port,ParamList 或 Password 时,该实例会进行初始化操作;
1005
+ 5. 当入参指定 Port,ParamTemplateType 或 Password 时,该实例会进行初始化操作;
1006
1006
  */
1007
1007
  async CreateDBInstanceHour(
1008
1008
  req: CreateDBInstanceHourRequest,
@@ -1140,7 +1140,7 @@ export class Client extends AbstractClient {
1140
1140
  2. 单次创建实例最大支持 100 个,实例时长最大支持 36 个月;
1141
1141
  3. 支持创建 MySQL 5.5 、 MySQL 5.6 、 MySQL 5.7 、 MySQL 8.0 版本;
1142
1142
  4. 支持创建主实例、只读实例、灾备实例;
1143
- 5. 当入参指定 Port,ParamList 或 Password 时,该实例会进行初始化操作(不支持基础版实例);
1143
+ 5. 当入参指定 Port,ParamTemplateType 或 Password 时,该实例会进行初始化操作(不支持基础版实例);
1144
1144
  6. 当入参指定 ParamTemplateId 或 AlarmPolicyList 时,需将SDK提升至最新版本方可支持;
1145
1145
  */
1146
1146
  async CreateDBInstance(
@@ -658,7 +658,7 @@ export interface CreateDatabaseRequest {
658
658
  */
659
659
  InstanceId: string
660
660
  /**
661
- * 数据库名称。
661
+ * 数据库名称,长度不超过64。
662
662
  */
663
663
  DBName: string
664
664
  /**
@@ -2077,7 +2077,7 @@ export interface DeleteDatabaseRequest {
2077
2077
  */
2078
2078
  InstanceId: string
2079
2079
  /**
2080
- * 数据库名称。
2080
+ * 数据库名称,长度不超过64。
2081
2081
  */
2082
2082
  DBName: string
2083
2083
  }
@@ -2331,6 +2331,10 @@ export interface DescribeBinlogsRequest {
2331
2331
  * binlog最晚开始时间,时间格式:2016-03-17 02:10:37
2332
2332
  */
2333
2333
  MaxStartTime?: string
2334
+ /**
2335
+ * 返回binlog列表是否包含MinStartTime起始节点,默认为否
2336
+ */
2337
+ ContainsMinStartTime?: boolean
2334
2338
  }
2335
2339
 
2336
2340
  /**
@@ -5692,84 +5696,89 @@ export interface BackupInfo {
5692
5696
  /**
5693
5697
  * 备份文件名
5694
5698
  */
5695
- Name: string
5699
+ Name?: string
5696
5700
  /**
5697
5701
  * 备份文件大小,单位:Byte
5698
5702
  */
5699
- Size: number
5703
+ Size?: number
5700
5704
  /**
5701
5705
  * 备份快照时间,时间格式:2016-03-17 02:10:37
5702
5706
  */
5703
- Date: string
5707
+ Date?: string
5704
5708
  /**
5705
5709
  * 下载地址
5706
5710
  */
5707
- IntranetUrl: string
5711
+ IntranetUrl?: string
5708
5712
  /**
5709
5713
  * 下载地址
5710
5714
  */
5711
- InternetUrl: string
5715
+ InternetUrl?: string
5712
5716
  /**
5713
5717
  * 日志具体类型。可能的值有 "logical": 逻辑冷备, "physical": 物理冷备。
5714
5718
  */
5715
- Type: string
5719
+ Type?: string
5716
5720
  /**
5717
5721
  * 备份子任务的ID,删除备份文件时使用
5718
5722
  */
5719
- BackupId: number
5723
+ BackupId?: number
5720
5724
  /**
5721
5725
  * 备份任务状态。可能的值有 "SUCCESS": 备份成功, "FAILED": 备份失败, "RUNNING": 备份进行中。
5722
5726
  */
5723
- Status: string
5727
+ Status?: string
5724
5728
  /**
5725
5729
  * 备份任务的完成时间
5726
5730
  */
5727
- FinishTime: string
5731
+ FinishTime?: string
5728
5732
  /**
5729
5733
  * (该值将废弃,不建议使用)备份的创建者,可能的值:SYSTEM - 系统创建,Uin - 发起者Uin值。
5730
5734
  */
5731
- Creator: string
5735
+ Creator?: string
5732
5736
  /**
5733
5737
  * 备份任务的开始时间
5734
5738
  */
5735
- StartTime: string
5739
+ StartTime?: string
5736
5740
  /**
5737
5741
  * 备份方法。可能的值有 "full": 全量备份, "partial": 部分备份。
5738
5742
  */
5739
- Method: string
5743
+ Method?: string
5740
5744
  /**
5741
5745
  * 备份方式。可能的值有 "manual": 手动备份, "automatic": 自动备份。
5742
5746
  */
5743
- Way: string
5747
+ Way?: string
5744
5748
  /**
5745
5749
  * 手动备份别名
5746
5750
  */
5747
- ManualBackupName: string
5751
+ ManualBackupName?: string
5748
5752
  /**
5749
5753
  * 备份保留类型,save_mode_regular - 常规保存备份,save_mode_period - 定期保存备份
5750
5754
  */
5751
- SaveMode: string
5755
+ SaveMode?: string
5752
5756
  /**
5753
5757
  * 本地备份所在地域
5754
5758
  */
5755
- Region: string
5759
+ Region?: string
5756
5760
  /**
5757
5761
  * 异地备份详细信息
5758
5762
  */
5759
- RemoteInfo: Array<RemoteBackupInfo>
5763
+ RemoteInfo?: Array<RemoteBackupInfo>
5760
5764
  /**
5761
5765
  * 存储方式,0-常规存储,1-归档存储,默认为0
5762
5766
  */
5763
- CosStorageType: number
5767
+ CosStorageType?: number
5764
5768
  /**
5765
5769
  * 实例 ID,格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。
5766
5770
  */
5767
- InstanceId: string
5771
+ InstanceId?: string
5768
5772
  /**
5769
5773
  * 备份文件是否加密, on-加密, off-未加密
5770
5774
  注意:此字段可能返回 null,表示取不到有效值。
5771
5775
  */
5772
- EncryptionFlag: string
5776
+ EncryptionFlag?: string
5777
+ /**
5778
+ * 备份GTID点位
5779
+ 注意:此字段可能返回 null,表示取不到有效值。
5780
+ */
5781
+ ExecutedGTIDSet?: string
5773
5782
  }
5774
5783
 
5775
5784
  /**
@@ -405,6 +405,21 @@ Modify 集群变更中;
405
405
  注意:此字段可能返回 null,表示取不到有效值。
406
406
  */
407
407
  Characteristic?: Array<string>
408
+ /**
409
+ * 超时时间 单位s
410
+ 注意:此字段可能返回 null,表示取不到有效值。
411
+ */
412
+ RestartTimeout?: string
413
+ /**
414
+ * 内核优雅重启超时时间,如果为-1说明未设置
415
+ 注意:此字段可能返回 null,表示取不到有效值。
416
+ */
417
+ GraceShutdownWaitSeconds?: string
418
+ /**
419
+ * 表名大小写是否敏感,0:敏感;1:不敏感,以小写进行比较;2:不敏感,表名改为以小写存储
420
+ 注意:此字段可能返回 null,表示取不到有效值。
421
+ */
422
+ CaseSensitive?: number
408
423
  }
409
424
 
410
425
  /**