tencentcloud-sdk-nodejs 4.0.381 → 4.0.384

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 (93) hide show
  1. package/CHANGELOG.md +678 -0
  2. package/SERVICE_CHANGELOG.md +790 -41
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_client.ts +1 -1
  7. package/src/services/asr/v20190614/asr_models.ts +2 -2
  8. package/src/services/cfg/v20210820/cfg_models.ts +18 -0
  9. package/src/services/ciam/v20220331/ciam_client.ts +13 -0
  10. package/src/services/ciam/v20220331/ciam_models.ts +91 -0
  11. package/src/services/ckafka/v20190819/ckafka_client.ts +26 -1
  12. package/src/services/ckafka/v20190819/ckafka_models.ts +108 -6
  13. package/src/services/clb/v20180317/clb_models.ts +5 -0
  14. package/src/services/cls/v20201016/cls_models.ts +13 -1
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -2
  17. package/src/services/ims/v20201229/ims_models.ts +1 -1
  18. package/src/services/iotvideo/v20211125/iotvideo_client.ts +1099 -28
  19. package/src/services/iotvideo/v20211125/iotvideo_models.ts +4769 -204
  20. package/src/services/mps/v20190612/mps_client.ts +20 -1
  21. package/src/services/mps/v20190612/mps_models.ts +643 -29
  22. package/src/services/ocr/v20181119/ocr_client.ts +10 -5
  23. package/src/services/ocr/v20181119/ocr_models.ts +46 -6
  24. package/src/services/sqlserver/v20180328/sqlserver_client.ts +5 -3
  25. package/src/services/sqlserver/v20180328/sqlserver_models.ts +102 -27
  26. package/src/services/ssl/v20191205/ssl_models.ts +12 -0
  27. package/src/services/ssm/v20190923/ssm_models.ts +5 -0
  28. package/src/services/taf/v20200210/taf_models.ts +6 -6
  29. package/src/services/tan/v20220420/tan_models.ts +3 -3
  30. package/src/services/tcm/v20210413/tcm_client.ts +3 -0
  31. package/src/services/tcm/v20210413/tcm_models.ts +106 -2
  32. package/src/services/tcss/v20201101/tcss_models.ts +6 -1
  33. package/src/services/teo/v20220106/teo_models.ts +1 -1
  34. package/src/services/tiems/v20190416/tiems_client.ts +100 -50
  35. package/src/services/tione/v20211111/tione_models.ts +10 -0
  36. package/src/services/tse/v20201207/tse_models.ts +10 -0
  37. package/src/services/vod/v20180717/vod_client.ts +12 -7
  38. package/src/services/vod/v20180717/vod_models.ts +15 -5
  39. package/src/services/vpc/v20170312/vpc_models.ts +10 -0
  40. package/src/services/waf/v20180125/waf_client.ts +27 -2
  41. package/src/services/waf/v20180125/waf_models.ts +157 -27
  42. package/src/services/yinsuda/v20220527/yinsuda_models.ts +7 -0
  43. package/tencentcloud/common/sdk_version.d.ts +1 -1
  44. package/tencentcloud/common/sdk_version.js +1 -1
  45. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  47. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -2
  48. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +15 -0
  49. package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
  50. package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
  51. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +77 -0
  52. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +9 -1
  53. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +12 -0
  54. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +92 -5
  55. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
  56. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +11 -1
  57. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  58. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  59. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -1
  60. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +1 -1
  61. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +355 -7
  62. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +531 -9
  63. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4031 -161
  64. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  65. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +565 -28
  66. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
  67. package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -0
  68. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +39 -6
  69. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
  70. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +88 -26
  71. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
  72. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +4 -0
  73. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +6 -6
  74. package/tencentcloud/services/tan/v20220420/tan_models.d.ts +3 -3
  75. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +91 -2
  76. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +6 -1
  77. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +1 -1
  78. package/tencentcloud/services/tiems/v20190416/tiems_client.d.ts +75 -25
  79. package/tencentcloud/services/tiems/v20190416/tiems_client.js +75 -25
  80. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +8 -0
  81. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +8 -0
  82. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +12 -7
  83. package/tencentcloud/services/vod/v20180717/vod_client.js +10 -5
  84. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +13 -5
  85. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
  86. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -1
  87. package/tencentcloud/services/waf/v20180125/waf_client.js +12 -0
  88. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +132 -24
  89. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +6 -0
  90. package/test/ciam.v20220331.test.js +10 -0
  91. package/test/ckafka.v20190819.test.js +20 -0
  92. package/test/iotvideo.v20211125.test.js +878 -8
  93. package/test/waf.v20180125.test.js +20 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.381",
3
+ "version": "4.0.384",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -15,7 +15,7 @@
15
15
  | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
16
16
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-07-12 06:04:29 |
17
17
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-07-04 06:02:30 |
18
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-06-23 06:06:50 |
18
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-07-20 06:01:12 |
19
19
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-04-04 06:08:40 |
20
20
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-04-04 06:08:45 |
21
21
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-06-29 06:02:26 |
@@ -41,23 +41,23 @@
41
41
  | cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-05-16 17:18:07 |
42
42
  | cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-07-11 06:07:38 |
43
43
  | cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
44
- | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-05-24 06:08:29 |
44
+ | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-20 06:02:51 |
45
45
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-04-04 06:17:16 |
46
46
  | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2022-05-31 06:06:47 |
47
47
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2022-07-04 06:04:36 |
48
- | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-06-30 10:31:31 |
48
+ | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2022-07-19 20:27:09 |
49
49
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
50
50
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
51
51
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
52
- | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-07-05 06:09:16 |
53
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-13 06:07:23 |
52
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-07-20 06:03:16 |
53
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-07-19 06:07:41 |
54
54
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
55
55
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
56
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-07-12 06:07:15 |
56
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-07-18 06:07:30 |
57
57
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-06-24 06:09:00 |
58
58
  | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-04-04 06:23:04 |
59
59
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
60
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-07-13 06:08:02 |
60
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-07-19 06:08:24 |
61
61
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
62
62
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-07-13 06:08:35 |
63
63
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-07-15 06:07:13 |
@@ -85,7 +85,7 @@
85
85
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-14 06:10:00 |
86
86
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-07-14 06:10:06 |
87
87
  | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-07-12 06:11:06 |
88
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-07-11 06:12:12 |
88
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-07-19 17:19:08 |
89
89
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-06-15 06:09:10 |
90
90
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-07-14 17:47:55 |
91
91
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-04-04 06:43:06 |
@@ -103,12 +103,12 @@
103
103
  | ie | [智能编辑](https://cloud.tencent.com/document/product/1186) | 2022-07-06 06:13:46 |
104
104
  | iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2022-04-12 06:15:04 |
105
105
  | iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
106
- | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-05-26 06:12:53 |
106
+ | ims | [图片内容检测](https://cloud.tencent.com/document/product/1125) | 2022-07-18 06:11:55 |
107
107
  | iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2022-04-04 06:48:08 |
108
108
  | iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-05-27 06:10:42 |
109
109
  | iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-06-08 06:10:59 |
110
110
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
111
- | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-07-13 11:20:10 |
111
+ | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-07-19 16:17:21 |
112
112
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-04-04 06:51:27 |
113
113
  | irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-07-13 06:13:00 |
114
114
  | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
@@ -125,7 +125,7 @@
125
125
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
126
126
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-06-07 06:10:21 |
127
127
  | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-07-15 06:12:20 |
128
- | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-05-25 06:12:20 |
128
+ | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-07-16 09:45:55 |
129
129
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
130
130
  | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-07-07 06:13:41 |
131
131
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2022-04-04 07:00:13 |
@@ -133,7 +133,7 @@
133
133
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-04-13 07:00:13 |
134
134
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
135
135
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-07-13 06:14:33 |
136
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-07-15 06:13:03 |
136
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-07-20 06:10:32 |
137
137
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-06-10 06:11:43 |
138
138
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-06-13 06:15:36 |
139
139
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
@@ -144,22 +144,22 @@
144
144
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-04-04 07:04:04 |
145
145
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
146
146
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-07-14 06:14:27 |
147
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-05-19 06:16:44 |
147
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-07-20 06:11:30 |
148
148
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-06-15 06:13:30 |
149
149
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-04-25 06:11:28 |
150
150
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-04-04 07:05:41 |
151
151
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2022-04-14 06:16:29 |
152
152
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2022-06-07 06:12:07 |
153
153
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
154
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-06-07 06:12:09 |
154
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-07-18 06:15:30 |
155
155
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-04-22 06:14:46 |
156
- | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-07-14 06:15:09 |
156
+ | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-07-20 06:12:05 |
157
157
  | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
158
- | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-04-04 07:08:00 |
158
+ | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-07-18 06:15:58 |
159
159
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
160
- | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-07-14 06:15:21 |
160
+ | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-07-19 06:17:28 |
161
161
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-07-15 06:14:41 |
162
- | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-13 15:54:56 |
162
+ | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
163
163
  | tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
164
164
  | tav | [文件检测](https://cloud.tencent.com/document/product) | 2019-11-28 22:10:04 |
165
165
  | tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-06-20 15:31:45 |
@@ -170,22 +170,22 @@
170
170
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-07-05 06:21:12 |
171
171
  | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
172
172
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
173
- | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-06-08 06:15:21 |
173
+ | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-07-18 06:16:41 |
174
174
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-07-12 06:16:59 |
175
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-07-07 06:16:19 |
175
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-07-19 06:18:23 |
176
176
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
177
177
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
178
178
  | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-06 06:19:19 |
179
179
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-07-11 06:18:55 |
180
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-07-12 06:17:57 |
180
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-07-19 06:19:12 |
181
181
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
182
182
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
183
183
  | tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
184
184
  | ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
185
185
  | tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
186
- | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-04-04 07:17:01 |
187
- | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-07-07 06:17:32 |
188
- | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-06-07 22:05:59 |
186
+ | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
187
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-07-19 06:19:57 |
188
+ | tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-07-18 06:17:59 |
189
189
  | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
190
190
  | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-07-13 06:18:17 |
191
191
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
@@ -193,20 +193,20 @@
193
193
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
194
194
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2022-06-07 16:18:00 |
195
195
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-07-15 06:17:08 |
196
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-07-12 06:19:15 |
196
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-07-19 06:20:45 |
197
197
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-07-01 06:19:44 |
198
198
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-04-04 07:22:40 |
199
199
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-06-07 06:15:49 |
200
200
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
201
201
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-06-23 06:20:49 |
202
202
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
203
- | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-07-12 06:19:53 |
204
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-07-05 06:24:34 |
205
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-14 06:19:27 |
203
+ | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-07-19 06:21:28 |
204
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-07-20 06:15:28 |
205
+ | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-19 19:05:38 |
206
206
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
207
207
  | wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-07-04 06:20:00 |
208
208
  | wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
209
- | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-07-13 06:20:29 |
209
+ | yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-07-20 06:16:26 |
210
210
  | youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
211
211
  | yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
212
212
  | yunsou | [腾讯云搜](https://cloud.tencent.com/document/product/270) | 2022-04-04 07:39:18 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.381"
1
+ export const sdkVersion = "4.0.384"
@@ -185,7 +185,7 @@ export class Client extends AbstractClient {
185
185
 
186
186
  /**
187
187
  * 本接口用于对语音流进行准实时识别,通过异步回调来返回识别结果。适用于直播审核等场景。
188
- <br>• 支持rtmp、hls、rtsp等流媒体协议,以及各类基于http协议的直播流
188
+ <br>• 支持rtmp、rtsp等流媒体协议,以及各类基于http协议的直播流(不支持hls)
189
189
  <br>• 音频流时长无限制,服务会自动拉取音频流数据,若连续10分钟拉不到流数据时,服务会终止识别任务
190
190
  <br>• 服务通过回调的方式来提供识别结果,用户需要提供CallbackUrl。回调时机为一小段话(最长15秒)回调一次。
191
191
  <br>• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
@@ -124,7 +124,7 @@ export interface CreateAsyncRecognitionTaskRequest {
124
124
  EngineType: string
125
125
 
126
126
  /**
127
- * 语音流地址,支持rtmp、hls、rtsp等流媒体协议,以及各类基于http协议的直播流
127
+ * 语音流地址,支持rtmp、rtsp等流媒体协议,以及各类基于http协议的直播流(不支持hls)
128
128
  */
129
129
  Url: string
130
130
 
@@ -449,7 +449,7 @@ export interface DownloadCustomizationResponse {
449
449
  */
450
450
  export interface CreateRecTaskRequest {
451
451
  /**
452
- * 引擎模型类型。
452
+ * 引擎模型类型。注意:非电话场景请务必使用16k的引擎。
453
453
  电话场景:
454
454
  • 8k_en:电话 8k 英语;
455
455
  • 8k_zh:电话 8k 中文普通话通用;
@@ -121,6 +121,18 @@ export interface TaskGroupAction {
121
121
  注意:此字段可能返回 null,表示取不到有效值。
122
122
  */
123
123
  ActionType?: string
124
+
125
+ /**
126
+ * 是否可重试
127
+ 注意:此字段可能返回 null,表示取不到有效值。
128
+ */
129
+ IsExecuteRedo?: boolean
130
+
131
+ /**
132
+ * 动作风险级别
133
+ 注意:此字段可能返回 null,表示取不到有效值。
134
+ */
135
+ ActionRisk?: string
124
136
  }
125
137
 
126
138
  /**
@@ -582,6 +594,12 @@ export interface TaskGroupInstance {
582
594
  注意:此字段可能返回 null,表示取不到有效值。
583
595
  */
584
596
  TaskGroupInstanceEndTime: string
597
+
598
+ /**
599
+ * 实例是否可重试
600
+ 注意:此字段可能返回 null,表示取不到有效值。
601
+ */
602
+ TaskGroupInstanceIsRedo?: boolean
585
603
  }
586
604
 
587
605
  /**
@@ -23,6 +23,7 @@ import {
23
23
  ListUserRequest,
24
24
  ResetPasswordRequest,
25
25
  ErrorDetails,
26
+ DescribeUserRequest,
26
27
  DeleteUsersRequest,
27
28
  ImportUser,
28
29
  UpdateUserStatusResponse,
@@ -56,6 +57,8 @@ import {
56
57
  ListLogMessageByConditionRequest,
57
58
  SaltLocationRule,
58
59
  MemberMap,
60
+ QueryUserFilter,
61
+ DescribeUserResponse,
59
62
  ListUserResponse,
60
63
  LogMessage,
61
64
  ListLogMessageByConditionResponse,
@@ -100,6 +103,16 @@ export class Client extends AbstractClient {
100
103
  return this.request("UpdateUser", req, cb)
101
104
  }
102
105
 
106
+ /**
107
+ * 多条件查询用户信息
108
+ */
109
+ async DescribeUser(
110
+ req: DescribeUserRequest,
111
+ cb?: (error: string, rep: DescribeUserResponse) => void
112
+ ): Promise<DescribeUserResponse> {
113
+ return this.request("DescribeUser", req, cb)
114
+ }
115
+
103
116
  /**
104
117
  * 查询用户列表
105
118
  */
@@ -83,6 +83,14 @@ export interface DescribeUserByIdRequest {
83
83
  * 用户ID
84
84
  */
85
85
  UserId: string
86
+
87
+ /**
88
+ * 返回信息是否为原文
89
+
90
+ <li> **false** </li> 默认,返回信息为脱敏信息
91
+ <li> **true** </li> 返回用户信息原文
92
+ */
93
+ Original?: boolean
86
94
  }
87
95
 
88
96
  /**
@@ -106,6 +114,11 @@ export interface ListUserRequest {
106
114
  <li> **userGroupId** </li> Values = 用户组ID
107
115
  */
108
116
  Filters?: Array<Filter>
117
+
118
+ /**
119
+ * 返回信息是否为原文
120
+ */
121
+ Original?: boolean
109
122
  }
110
123
 
111
124
  /**
@@ -139,6 +152,31 @@ export interface ErrorDetails {
139
152
  Error: string
140
153
  }
141
154
 
155
+ /**
156
+ * DescribeUser请求参数结构体
157
+ */
158
+ export interface DescribeUserRequest {
159
+ /**
160
+ * 用户目录ID
161
+ */
162
+ UserStoreId: string
163
+
164
+ /**
165
+ * 分页数据
166
+ */
167
+ Pageable: Pageable
168
+
169
+ /**
170
+ * 查询条件,根据propertycode和propertykey
171
+ */
172
+ Filters?: Array<QueryUserFilter>
173
+
174
+ /**
175
+ * 是否返回明文
176
+ */
177
+ Original?: boolean
178
+ }
179
+
142
180
  /**
143
181
  * DeleteUsers请求参数结构体
144
182
  */
@@ -343,6 +381,11 @@ export interface ListUserByPropertyRequest {
343
381
  * 属性值
344
382
  */
345
383
  PropertyValue: string
384
+
385
+ /**
386
+ * 返回信息是否为原文
387
+ */
388
+ Original?: boolean
346
389
  }
347
390
 
348
391
  /**
@@ -1105,6 +1148,54 @@ export interface MemberMap {
1105
1148
  Type?: string
1106
1149
  }
1107
1150
 
1151
+ /**
1152
+ * 查询用户信息条件
1153
+ */
1154
+ export interface QueryUserFilter {
1155
+ /**
1156
+ * 属性key
1157
+ */
1158
+ PropertyKey?: string
1159
+
1160
+ /**
1161
+ * 属性value
1162
+ */
1163
+ PropertyValue?: string
1164
+
1165
+ /**
1166
+ * 逻辑值,等于true,不等于false
1167
+ */
1168
+ Logic?: boolean
1169
+ }
1170
+
1171
+ /**
1172
+ * DescribeUser返回参数结构体
1173
+ */
1174
+ export interface DescribeUserResponse {
1175
+ /**
1176
+ * 总条数
1177
+ 注意:此字段可能返回 null,表示取不到有效值。
1178
+ */
1179
+ Total: number
1180
+
1181
+ /**
1182
+ * 分页对象
1183
+ 注意:此字段可能返回 null,表示取不到有效值。
1184
+ */
1185
+ Pageable: Pageable
1186
+
1187
+ /**
1188
+ * 用户列表
1189
+ 注意:此字段可能返回 null,表示取不到有效值。
1190
+ */
1191
+ Content: Array<User>
1192
+
1193
+ /**
1194
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1195
+ */
1196
+ RequestId?: string
1197
+ }
1198
+
1108
1199
  /**
1109
1200
  * ListUser返回参数结构体
1110
1201
  */
@@ -47,6 +47,7 @@ import {
47
47
  DescribeInstancesDetailResponse,
48
48
  CreateInstancePreData,
49
49
  AclRule,
50
+ CheckCdcClusterResponse,
50
51
  DescribeACLResponse,
51
52
  DynamicDiskConfig,
52
53
  JgwOperateResponse,
@@ -61,8 +62,9 @@ import {
61
62
  CreateTokenRequest,
62
63
  DeleteAclRuleRequest,
63
64
  CreateConsumerResponse,
64
- RouteResponse,
65
+ CreateCdcClusterResponse,
65
66
  DescribeGroupResponse,
67
+ CdcClusterResponse,
66
68
  ModifyInstanceAttributesConfig,
67
69
  AuthorizeTokenRequest,
68
70
  OperateResponseData,
@@ -136,10 +138,13 @@ import {
136
138
  BatchCreateAclResponse,
137
139
  ModifyInstancePreResponse,
138
140
  CreateUserRequest,
141
+ RouteResponse,
139
142
  InstanceDetailResponse,
140
143
  DeleteRouteRequest,
144
+ CreateCdcClusterRequest,
141
145
  DeleteTopicIpWhiteListResponse,
142
146
  CreateInstancePreResponse,
147
+ CheckCdcClusterRequest,
143
148
  DescribeInstancesDetailRequest,
144
149
  CreateConsumerRequest,
145
150
  DescribeRouteRequest,
@@ -440,6 +445,16 @@ export class Client extends AbstractClient {
440
445
  return this.request("CreateTopic", req, cb)
441
446
  }
442
447
 
448
+ /**
449
+ * 用于查询cdc-ckafka任务状态
450
+ */
451
+ async CheckCdcCluster(
452
+ req: CheckCdcClusterRequest,
453
+ cb?: (error: string, rep: CheckCdcClusterResponse) => void
454
+ ): Promise<CheckCdcClusterResponse> {
455
+ return this.request("CheckCdcCluster", req, cb)
456
+ }
457
+
443
458
  /**
444
459
  * 本接口用于增加主题中的分区
445
460
  */
@@ -652,6 +667,16 @@ export class Client extends AbstractClient {
652
667
  return this.request("DescribeRegion", req, cb)
653
668
  }
654
669
 
670
+ /**
671
+ * 用于cdc的专用ckafka集群
672
+ */
673
+ async CreateCdcCluster(
674
+ req: CreateCdcClusterRequest,
675
+ cb?: (error: string, rep: CreateCdcClusterResponse) => void
676
+ ): Promise<CreateCdcClusterResponse> {
677
+ return this.request("CreateCdcCluster", req, cb)
678
+ }
679
+
655
680
  /**
656
681
  * 添加用户
657
682
  */
@@ -765,6 +765,22 @@ export interface AclRule {
765
765
  PatternTypeTitle: string
766
766
  }
767
767
 
768
+ /**
769
+ * CheckCdcCluster返回参数结构体
770
+ */
771
+ export interface CheckCdcClusterResponse {
772
+ /**
773
+ * 返回结果状态Success
774
+ 注意:此字段可能返回 null,表示取不到有效值。
775
+ */
776
+ Result: string
777
+
778
+ /**
779
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
780
+ */
781
+ RequestId?: string
782
+ }
783
+
768
784
  /**
769
785
  * DescribeACL返回参数结构体
770
786
  */
@@ -1049,14 +1065,18 @@ export interface CreateConsumerResponse {
1049
1065
  }
1050
1066
 
1051
1067
  /**
1052
- * 路由信息返回对象
1068
+ * CreateCdcCluster返回参数结构体
1053
1069
  */
1054
- export interface RouteResponse {
1070
+ export interface CreateCdcClusterResponse {
1055
1071
  /**
1056
- * 路由信息列表
1057
- 注意:此字段可能返回 null,表示取不到有效值。
1058
- */
1059
- Routers: Array<Route>
1072
+ *
1073
+ */
1074
+ Result: CdcClusterResponse
1075
+
1076
+ /**
1077
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1078
+ */
1079
+ RequestId?: string
1060
1080
  }
1061
1081
 
1062
1082
  /**
@@ -1074,6 +1094,17 @@ export interface DescribeGroupResponse {
1074
1094
  RequestId?: string
1075
1095
  }
1076
1096
 
1097
+ /**
1098
+ * 创建CDC 标准版共享集群出参
1099
+ */
1100
+ export interface CdcClusterResponse {
1101
+ /**
1102
+ * 任务ID
1103
+ 注意:此字段可能返回 null,表示取不到有效值。
1104
+ */
1105
+ TaskId: number
1106
+ }
1107
+
1077
1108
  /**
1078
1109
  * 修改实例属性的配置对象
1079
1110
  */
@@ -2900,6 +2931,17 @@ export interface CreateUserRequest {
2900
2931
  Password: string
2901
2932
  }
2902
2933
 
2934
+ /**
2935
+ * 路由信息返回对象
2936
+ */
2937
+ export interface RouteResponse {
2938
+ /**
2939
+ * 路由信息列表
2940
+ 注意:此字段可能返回 null,表示取不到有效值。
2941
+ */
2942
+ Routers: Array<Route>
2943
+ }
2944
+
2903
2945
  /**
2904
2946
  * 实例详情返回结果
2905
2947
  */
@@ -2940,6 +2982,51 @@ export interface DeleteRouteRequest {
2940
2982
  DeleteRouteTime?: string
2941
2983
  }
2942
2984
 
2985
+ /**
2986
+ * CreateCdcCluster请求参数结构体
2987
+ */
2988
+ export interface CreateCdcClusterRequest {
2989
+ /**
2990
+ * cdc的id
2991
+ */
2992
+ CdcId: string
2993
+
2994
+ /**
2995
+ * vpcId,一个地域只有唯一一个vpcid用于CDC
2996
+ */
2997
+ CdcVpcId: string
2998
+
2999
+ /**
3000
+ * 每个CDC集群有唯一一个子网ID
3001
+ */
3002
+ CdcSubnetId: string
3003
+
3004
+ /**
3005
+ * 所在可用区ID
3006
+ */
3007
+ ZoneId: number
3008
+
3009
+ /**
3010
+ * cdc集群的总带宽
3011
+ */
3012
+ Bandwidth: number
3013
+
3014
+ /**
3015
+ * cdc集群的总磁盘
3016
+ */
3017
+ DiskSize: number
3018
+
3019
+ /**
3020
+ * 数据盘类型
3021
+ */
3022
+ DiskType: string
3023
+
3024
+ /**
3025
+ * 系统盘类型
3026
+ */
3027
+ SystemDiskType: string
3028
+ }
3029
+
2943
3030
  /**
2944
3031
  * DeleteTopicIpWhiteList返回参数结构体
2945
3032
  */
@@ -2970,6 +3057,16 @@ export interface CreateInstancePreResponse {
2970
3057
  RequestId?: string
2971
3058
  }
2972
3059
 
3060
+ /**
3061
+ * CheckCdcCluster请求参数结构体
3062
+ */
3063
+ export interface CheckCdcClusterRequest {
3064
+ /**
3065
+ * 任务ID
3066
+ */
3067
+ TaskId: number
3068
+ }
3069
+
2973
3070
  /**
2974
3071
  * DescribeInstancesDetail请求参数结构体
2975
3072
  */
@@ -3759,6 +3856,11 @@ export interface ModifyTopicAttributesRequest {
3759
3856
  * 消费限流,单位 MB/s
3760
3857
  */
3761
3858
  QuotaConsumerByteRate?: number
3859
+
3860
+ /**
3861
+ * 调整topic副本数
3862
+ */
3863
+ ReplicaNum?: number
3762
3864
  }
3763
3865
 
3764
3866
  /**
@@ -2013,6 +2013,11 @@ export interface ModifyListenerRequest {
2013
2013
  */
2014
2014
  SniSwitch?: number
2015
2015
 
2016
+ /**
2017
+ * 后端目标类型,NODE表示绑定普通节点,TARGETGROUP表示绑定目标组。
2018
+ */
2019
+ TargetType?: string
2020
+
2016
2021
  /**
2017
2022
  * 是否开启长连接,此参数仅适用于HTTP/HTTPS监听器。
2018
2023
  */