tencentcloud-sdk-nodejs 4.0.383 → 4.0.386

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 (97) hide show
  1. package/CHANGELOG.md +668 -0
  2. package/SERVICE_CHANGELOG.md +651 -38
  3. package/package.json +1 -1
  4. package/products.md +25 -25
  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 +1 -1
  8. package/src/services/cfg/v20210820/cfg_models.ts +30 -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_models.ts +11 -0
  12. package/src/services/cvm/v20170312/cvm_client.ts +2 -1
  13. package/src/services/cvm/v20170312/cvm_models.ts +8 -0
  14. package/src/services/dcdb/v20180411/dcdb_models.ts +6 -0
  15. package/src/services/dlc/v20210125/dlc_models.ts +56 -1
  16. package/src/services/emr/v20190103/emr_client.ts +14 -1
  17. package/src/services/emr/v20190103/emr_models.ts +150 -10
  18. package/src/services/ess/v20201111/ess_client.ts +4 -3
  19. package/src/services/ess/v20201111/ess_models.ts +1 -0
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +9 -2
  22. package/src/services/iotvideo/v20211125/iotvideo_client.ts +1099 -28
  23. package/src/services/iotvideo/v20211125/iotvideo_models.ts +4769 -204
  24. package/src/services/mariadb/v20170312/mariadb_models.ts +12 -0
  25. package/src/services/mmps/v20200710/mmps_client.ts +13 -1
  26. package/src/services/mmps/v20200710/mmps_models.ts +79 -24
  27. package/src/services/organization/v20210331/organization_models.ts +6 -0
  28. package/src/services/ses/v20201002/ses_models.ts +27 -2
  29. package/src/services/ssl/v20191205/ssl_models.ts +12 -0
  30. package/src/services/tcex/v20200727/tcex_client.ts +8 -4
  31. package/src/services/tem/v20210701/tem_client.ts +25 -13
  32. package/src/services/tem/v20210701/tem_models.ts +41 -11
  33. package/src/services/tiia/v20190529/tiia_models.ts +20 -2
  34. package/src/services/trtc/v20190722/trtc_client.ts +6 -5
  35. package/src/services/trtc/v20190722/trtc_models.ts +69 -49
  36. package/src/services/vpc/v20170312/vpc_client.ts +78 -28
  37. package/src/services/vpc/v20170312/vpc_models.ts +327 -127
  38. package/src/services/waf/v20180125/waf_client.ts +13 -0
  39. package/src/services/waf/v20180125/waf_models.ts +115 -0
  40. package/src/services/yinsuda/v20220527/yinsuda_models.ts +7 -0
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  44. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  45. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  46. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +25 -0
  47. package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
  48. package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
  49. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +77 -0
  50. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +9 -0
  51. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +2 -1
  52. package/tencentcloud/services/cvm/v20170312/cvm_client.js +2 -1
  53. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -0
  54. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +5 -0
  55. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +46 -1
  56. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  57. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  58. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +123 -8
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +4 -3
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +4 -3
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -0
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -1
  65. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +355 -7
  66. package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +531 -9
  67. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +4031 -161
  68. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +10 -0
  69. package/tencentcloud/services/mmps/v20200710/mmps_client.d.ts +5 -1
  70. package/tencentcloud/services/mmps/v20200710/mmps_client.js +6 -0
  71. package/tencentcloud/services/mmps/v20200710/mmps_models.d.ts +69 -23
  72. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +5 -0
  73. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +22 -2
  74. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
  75. package/tencentcloud/services/tcex/v20200727/tcex_client.d.ts +6 -2
  76. package/tencentcloud/services/tcex/v20200727/tcex_client.js +6 -2
  77. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +9 -5
  78. package/tencentcloud/services/tem/v20210701/tem_client.js +12 -6
  79. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +36 -10
  80. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +17 -2
  81. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -4
  82. package/tencentcloud/services/trtc/v20190722/trtc_client.js +5 -4
  83. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +51 -31
  84. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +25 -9
  85. package/tencentcloud/services/vpc/v20170312/vpc_client.js +36 -12
  86. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +277 -108
  87. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  88. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  89. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +95 -0
  90. package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +6 -0
  91. package/test/ciam.v20220331.test.js +10 -0
  92. package/test/emr.v20190103.test.js +10 -0
  93. package/test/iotvideo.v20211125.test.js +878 -8
  94. package/test/mmps.v20200710.test.js +10 -0
  95. package/test/tem.v20210701.test.js +14 -4
  96. package/test/vpc.v20170312.test.js +48 -8
  97. package/test/waf.v20180125.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.383",
3
+ "version": "4.0.386",
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-07-19 06:04:54 |
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,15 +41,15 @@
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-22 06:04:01 |
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-19 06:07:25 |
52
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-07-22 06:04:27 |
53
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 |
@@ -59,7 +59,7 @@
59
59
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
60
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
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-07-13 06:08:35 |
62
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-07-22 06:05:40 |
63
63
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-07-15 06:07:13 |
64
64
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
65
65
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-07-12 06:09:05 |
@@ -68,8 +68,8 @@
68
68
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-06-22 06:06:28 |
69
69
  | dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2022-07-01 11:26:52 |
70
70
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-04-13 06:36:47 |
71
- | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-07-05 06:12:03 |
72
- | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-07-13 06:09:56 |
71
+ | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-07-22 06:06:56 |
72
+ | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-07-21 06:07:59 |
73
73
  | dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-06-23 06:11:27 |
74
74
  | domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-05-24 06:11:36 |
75
75
  | drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-04-04 06:38:48 |
@@ -82,10 +82,10 @@
82
82
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-06-24 06:11:32 |
83
83
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-05-13 06:11:29 |
84
84
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-06-16 06:06:58 |
85
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-14 06:10:00 |
85
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-07-22 06:08:04 |
86
86
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-07-14 06:10:06 |
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 |
87
+ | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-07-21 06:09:47 |
88
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-07-21 06:10:03 |
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 |
@@ -108,7 +108,7 @@
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 |
@@ -117,11 +117,11 @@
117
117
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-07-13 06:13:20 |
118
118
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
119
119
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
120
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-06 06:15:28 |
120
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-22 06:10:50 |
121
121
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-04-04 06:57:43 |
122
122
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product/241) | 2022-04-04 06:57:44 |
123
123
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
124
- | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-07-13 17:35:00 |
124
+ | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-07-21 15:01:26 |
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 |
@@ -133,8 +133,8 @@
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-19 06:15:45 |
137
- | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-06-10 06:11:43 |
136
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-07-21 06:14:35 |
137
+ | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-07-21 06:14:50 |
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 |
140
140
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-06-27 06:13:12 |
@@ -144,8 +144,8 @@
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 |
148
- | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-06-15 06:13:30 |
147
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-07-20 06:11:30 |
148
+ | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-07-22 06:12:49 |
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 |
@@ -153,7 +153,7 @@
153
153
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
154
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
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 |
@@ -168,7 +168,7 @@
168
168
  | tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-04-08 06:12:54 |
169
169
  | tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-04-26 06:16:06 |
170
170
  | tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-07-05 06:21:12 |
171
- | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-04-04 07:10:49 |
171
+ | tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
172
172
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
173
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 |
@@ -176,7 +176,7 @@
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
- | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-07-11 06:18:55 |
179
+ | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-07-22 06:14:55 |
180
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 |
@@ -184,7 +184,7 @@
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
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 |
187
+ | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-07-21 06:19:01 |
188
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 |
@@ -192,7 +192,7 @@
192
192
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
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
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-07-15 06:17:08 |
195
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-07-22 06:15:40 |
196
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 |
@@ -201,12 +201,12 @@
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
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-05 06:24:34 |
205
- | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-18 06:19:58 |
204
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-07-22 06:16:48 |
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.383"
1
+ export const sdkVersion = "4.0.386"
@@ -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
 
@@ -121,6 +121,24 @@ 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
136
+
137
+ /**
138
+ * 动作运行时间
139
+ 注意:此字段可能返回 null,表示取不到有效值。
140
+ */
141
+ TaskGroupActionExecuteTime?: number
124
142
  }
125
143
 
126
144
  /**
@@ -582,6 +600,18 @@ export interface TaskGroupInstance {
582
600
  注意:此字段可能返回 null,表示取不到有效值。
583
601
  */
584
602
  TaskGroupInstanceEndTime: string
603
+
604
+ /**
605
+ * 实例是否可重试
606
+ 注意:此字段可能返回 null,表示取不到有效值。
607
+ */
608
+ TaskGroupInstanceIsRedo?: boolean
609
+
610
+ /**
611
+ * 动作实例执行时间
612
+ 注意:此字段可能返回 null,表示取不到有效值。
613
+ */
614
+ TaskGroupInstanceExecuteTime?: number
585
615
  }
586
616
 
587
617
  /**
@@ -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
  */
@@ -3856,6 +3856,11 @@ export interface ModifyTopicAttributesRequest {
3856
3856
  * 消费限流,单位 MB/s
3857
3857
  */
3858
3858
  QuotaConsumerByteRate?: number
3859
+
3860
+ /**
3861
+ * 调整topic副本数
3862
+ */
3863
+ ReplicaNum?: number
3859
3864
  }
3860
3865
 
3861
3866
  /**
@@ -4249,6 +4254,12 @@ export interface InstanceDetail {
4249
4254
  注意:此字段可能返回 null,表示取不到有效值。
4250
4255
  */
4251
4256
  ClusterType: string
4257
+
4258
+ /**
4259
+ * 实例功能列表
4260
+ 注意:此字段可能返回 null,表示取不到有效值。
4261
+ */
4262
+ Features: Array<string>
4252
4263
  }
4253
4264
 
4254
4265
  /**
@@ -891,8 +891,9 @@ export class Client extends AbstractClient {
891
891
 
892
892
  * 不再使用的实例,可通过本接口主动退还。
893
893
  * 按量计费的实例通过本接口可直接退还;包年包月实例如符合[退还规则](https://cloud.tencent.com/document/product/213/9711),也可通过本接口主动退还。
894
- * 包年包月实例首次调用本接口,实例将被移至回收站,再次调用本接口,实例将被销毁,且不可恢复。按量计费实例调用本接口将被直接销毁
894
+ * 包年包月实例首次调用本接口,实例将被移至回收站,再次调用本接口,实例将被销毁,且不可恢复。按量计费实例调用本接口将被直接销毁。
895
895
  * 支持批量操作,每次请求批量实例的上限为100。
896
+ * 批量操作时,所有实例的付费类型必须一致。
896
897
  */
897
898
  async TerminateInstances(
898
899
  req: TerminateInstancesRequest,
@@ -3698,6 +3698,14 @@ export interface ImportImageRequest {
3698
3698
  * 标签描述列表。通过指定该参数可以同时绑定标签到自定义镜像。
3699
3699
  */
3700
3700
  TagSpecification?: Array<TagSpecification>
3701
+
3702
+ /**
3703
+ * 导入镜像后,激活操作系统采用的许可证类型。
3704
+ 可选项:
3705
+ TencentCloud: 腾讯云官方许可
3706
+ BYOL: 自带许可(Bring Your Own License)
3707
+ */
3708
+ LicenseType?: string
3701
3709
  }
3702
3710
 
3703
3711
  /**
@@ -1858,6 +1858,12 @@ export interface DCDBInstanceInfo {
1858
1858
  注意:此字段可能返回 null,表示取不到有效值。
1859
1859
  */
1860
1860
  ResourceTags: Array<ResourceTag>
1861
+
1862
+ /**
1863
+ * 数据库引擎版本
1864
+ 注意:此字段可能返回 null,表示取不到有效值。
1865
+ */
1866
+ DbVersionId: string
1861
1867
  }
1862
1868
 
1863
1869
  /**
@@ -1117,6 +1117,16 @@ export interface ViewBaseInfo {
1117
1117
  * 视图名称
1118
1118
  */
1119
1119
  ViewName: string
1120
+
1121
+ /**
1122
+ * 视图创建人昵称
1123
+ */
1124
+ UserAlias?: string
1125
+
1126
+ /**
1127
+ * 视图创建人ID
1128
+ */
1129
+ UserSubUin?: string
1120
1130
  }
1121
1131
 
1122
1132
  /**
@@ -1367,6 +1377,18 @@ export interface TableBaseInfo {
1367
1377
  注意:此字段可能返回 null,表示取不到有效值。
1368
1378
  */
1369
1379
  TableFormat?: string
1380
+
1381
+ /**
1382
+ * 建表用户昵称
1383
+ 注意:此字段可能返回 null,表示取不到有效值。
1384
+ */
1385
+ UserAlias?: string
1386
+
1387
+ /**
1388
+ * 建表用户ID
1389
+ 注意:此字段可能返回 null,表示取不到有效值。
1390
+ */
1391
+ UserSubUin?: string
1370
1392
  }
1371
1393
 
1372
1394
  /**
@@ -3363,7 +3385,7 @@ table-id - String - (过滤条件)table id形如:12342。
3363
3385
  EndTime?: string
3364
3386
 
3365
3387
  /**
3366
- * 排序字段,支持:ModifiedTime(默认);CreateTime
3388
+ * 排序字段,支持:CreateTime、UpdateTime、StorageSize、RecordCount、Name(不传则默认按name升序)
3367
3389
  */
3368
3390
  Sort?: string
3369
3391
 
@@ -4330,6 +4352,21 @@ export interface DescribeSparkAppTasksRequest {
4330
4352
  * 执行实例id
4331
4353
  */
4332
4354
  TaskId?: string
4355
+
4356
+ /**
4357
+ * 更新时间起始点
4358
+ */
4359
+ StartTime?: string
4360
+
4361
+ /**
4362
+ * 更新时间截止点
4363
+ */
4364
+ EndTime?: string
4365
+
4366
+ /**
4367
+ * 按照该参数过滤,支持task-state
4368
+ */
4369
+ Filters?: Array<Filter>
4333
4370
  }
4334
4371
 
4335
4372
  /**
@@ -4641,6 +4678,24 @@ export interface DatabaseResponseInfo {
4641
4678
  注意:此字段可能返回 null,表示取不到有效值。
4642
4679
  */
4643
4680
  ModifiedTime?: string
4681
+
4682
+ /**
4683
+ * cos存储路径
4684
+ 注意:此字段可能返回 null,表示取不到有效值。
4685
+ */
4686
+ Location: string
4687
+
4688
+ /**
4689
+ * 建库用户昵称
4690
+ 注意:此字段可能返回 null,表示取不到有效值。
4691
+ */
4692
+ UserAlias: string
4693
+
4694
+ /**
4695
+ * 建库用户ID
4696
+ 注意:此字段可能返回 null,表示取不到有效值。
4697
+ */
4698
+ UserSubUin: string
4644
4699
  }
4645
4700
 
4646
4701
  /**
@@ -27,7 +27,7 @@ import {
27
27
  TerminateTasksRequest,
28
28
  HostVolumeContext,
29
29
  Step,
30
- SubnetInfo,
30
+ DescribeEmrApplicationStaticsRequest,
31
31
  UserManagerFilter,
32
32
  MetaDbInfo,
33
33
  DiskSpec,
@@ -70,6 +70,7 @@ import {
70
70
  RunJobFlowRequest,
71
71
  PriceResource,
72
72
  CustomServiceDefine,
73
+ SubnetInfo,
73
74
  DescribeCvmQuotaResponse,
74
75
  BootstrapAction,
75
76
  DescribeCvmQuotaRequest,
@@ -92,6 +93,7 @@ import {
92
93
  MultiDiskMC,
93
94
  AddUsersForUserManagerRequest,
94
95
  CustomMetaInfo,
96
+ ApplicationStatics,
95
97
  InquiryPriceCreateInstanceRequest,
96
98
  DescribeClusterNodesResponse,
97
99
  ModifyResourceScheduleConfigRequest,
@@ -104,6 +106,7 @@ import {
104
106
  InquiryPriceScaleOutInstanceRequest,
105
107
  Resource,
106
108
  Filters,
109
+ DescribeEmrApplicationStaticsResponse,
107
110
  InquirePriceRenewEmrRequest,
108
111
  DescribeInstanceRenewNodesResponse,
109
112
  UserManagerUserBriefInfo,
@@ -250,6 +253,16 @@ export class Client extends AbstractClient {
250
253
  return this.request("AddUsersForUserManager", req, cb)
251
254
  }
252
255
 
256
+ /**
257
+ * yarn applciation 统计接口查询
258
+ */
259
+ async DescribeEmrApplicationStatics(
260
+ req: DescribeEmrApplicationStaticsRequest,
261
+ cb?: (error: string, rep: DescribeEmrApplicationStaticsResponse) => void
262
+ ): Promise<DescribeEmrApplicationStaticsResponse> {
263
+ return this.request("DescribeEmrApplicationStatics", req, cb)
264
+ }
265
+
253
266
  /**
254
267
  * 预付费集群隔离后续费资源查询
255
268
  */