tencentcloud-sdk-nodejs 4.0.421 → 4.0.422
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.
- package/CHANGELOG.md +548 -0
- package/SERVICE_CHANGELOG.md +1009 -96
- package/package.json +1 -1
- package/products.md +24 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +0 -1
- package/src/services/ckafka/v20190819/ckafka_client.ts +1 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +46 -1
- package/src/services/cvm/v20170312/cvm_models.ts +5 -0
- package/src/services/cwp/v20180228/cwp_client.ts +1 -0
- package/src/services/cwp/v20180228/cwp_models.ts +44 -1
- package/src/services/eb/v20210416/eb_models.ts +5 -0
- package/src/services/gs/v20191118/gs_client.ts +1 -1
- package/src/services/gs/v20191118/gs_models.ts +5 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
- package/src/services/irp/v20220805/irp_client.ts +3 -3
- package/src/services/live/v20180801/live_client.ts +1 -1
- package/src/services/live/v20180801/live_models.ts +3 -3
- package/src/services/monitor/v20180724/monitor_client.ts +6 -3
- package/src/services/monitor/v20180724/monitor_models.ts +185 -61
- package/src/services/pts/v20210728/pts_client.ts +1 -0
- package/src/services/pts/v20210728/pts_models.ts +20 -0
- package/src/services/taf/v20200210/taf_client.ts +5 -21
- package/src/services/taf/v20200210/taf_models.ts +42 -170
- package/src/services/tcaplusdb/v20190823/tcaplusdb_client.ts +2 -0
- package/src/services/tcaplusdb/v20190823/tcaplusdb_models.ts +81 -0
- package/src/services/tcb/v20180608/tcb_models.ts +12 -0
- package/src/services/tcbr/v20220217/tcbr_models.ts +5 -0
- package/src/services/tcss/v20201101/tcss_models.ts +24 -2
- package/src/services/teo/v20220106/teo_models.ts +284 -109
- package/src/services/tiia/v20190529/tiia_client.ts +4 -1
- package/src/services/tione/v20211111/tione_models.ts +2 -2
- package/src/services/tke/v20180525/tke_client.ts +3 -2
- package/src/services/tke/v20180525/tke_models.ts +31 -1
- package/src/services/vod/v20180717/vod_client.ts +15 -2
- package/src/services/vod/v20180717/vod_models.ts +124 -0
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +46 -31
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +236 -150
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +0 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +39 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +5 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +37 -1
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -0
- package/tencentcloud/services/gs/v20191118/gs_client.d.ts +1 -1
- package/tencentcloud/services/gs/v20191118/gs_client.js +1 -1
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +4 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
- package/tencentcloud/services/irp/v20220805/irp_client.d.ts +3 -3
- package/tencentcloud/services/irp/v20220805/irp_client.js +3 -3
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
- package/tencentcloud/services/live/v20180801/live_client.js +1 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -3
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +157 -54
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +17 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +37 -147
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +67 -0
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -0
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +4 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +241 -92
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +4 -1
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +4 -1
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_client.js +1 -1
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +27 -1
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +7 -3
- package/tencentcloud/services/vod/v20180717/vod_client.js +8 -2
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +104 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +13 -9
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +18 -12
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +212 -138
- package/test/taf.v20200210.test.js +0 -10
- package/test/vod.v20180717.test.js +10 -0
- package/test/yinsuda.v20220527.test.js +18 -8
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -13,9 +13,9 @@
|
|
|
13
13
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
14
14
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-06-07 06:00:45 |
|
|
15
15
|
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-06-14 06:05:10 |
|
|
16
|
-
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-
|
|
16
|
+
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-08-22 06:08:36 |
|
|
17
17
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-08-11 06:10:05 |
|
|
18
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-
|
|
18
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-08-19 06:08:16 |
|
|
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-08-08 06:04:56 |
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-08-17 06:11:23 |
|
|
41
41
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-08-04 06:13:03 |
|
|
42
42
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2022-07-30 15:07:54 |
|
|
43
|
-
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-
|
|
43
|
+
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-08-23 06:15:46 |
|
|
44
44
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-04-04 06:17:07 |
|
|
45
45
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2022-07-22 06:04:01 |
|
|
46
46
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-07-28 06:07:24 |
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-06-27 06:06:02 |
|
|
51
51
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
52
52
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
53
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-
|
|
53
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-08-23 06:17:56 |
|
|
54
54
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-08-17 06:14:30 |
|
|
55
55
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-07-08 06:05:30 |
|
|
56
56
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-06-22 06:04:38 |
|
|
@@ -60,8 +60,8 @@
|
|
|
60
60
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
61
61
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-08-15 06:16:16 |
|
|
62
62
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
63
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-
|
|
64
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-08-
|
|
63
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-08-22 06:20:03 |
|
|
64
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-08-19 06:16:28 |
|
|
65
65
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
66
66
|
| cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-08-16 06:18:39 |
|
|
67
67
|
| dasb | [堡垒机](https://cloud.tencent.com/document/product/1025) | 2022-08-16 06:19:02 |
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
| ds | [电子合同服务](https://cloud.tencent.com/document/product/869) | 2022-04-04 06:38:52 |
|
|
79
79
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
80
80
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2022-05-11 06:09:11 |
|
|
81
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-
|
|
81
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2022-08-23 06:27:55 |
|
|
82
82
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2022-04-04 06:39:27 |
|
|
83
83
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2022-04-08 06:06:57 |
|
|
84
84
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-06-24 06:11:32 |
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-08-05 06:21:50 |
|
|
96
96
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-08-17 06:24:51 |
|
|
97
97
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
98
|
-
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-
|
|
98
|
+
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-08-19 06:23:23 |
|
|
99
99
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
100
100
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
101
101
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2022-04-04 06:45:58 |
|
|
@@ -110,13 +110,13 @@
|
|
|
110
110
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2022-08-16 06:27:22 |
|
|
111
111
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2022-08-08 06:25:19 |
|
|
112
112
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-04-04 06:49:46 |
|
|
113
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-
|
|
113
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-08-22 06:33:46 |
|
|
114
114
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-08-11 06:37:02 |
|
|
115
|
-
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-
|
|
115
|
+
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2022-08-19 06:27:03 |
|
|
116
116
|
| ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-06-10 17:14:46 |
|
|
117
117
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-08-05 06:26:44 |
|
|
118
118
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-08-15 06:29:48 |
|
|
119
|
-
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-
|
|
119
|
+
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-08-23 06:38:29 |
|
|
120
120
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
121
121
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
122
122
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-07-27 06:13:02 |
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2022-07-29 06:12:05 |
|
|
127
127
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-04-04 06:57:51 |
|
|
128
128
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-08-15 06:31:24 |
|
|
129
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-08-
|
|
129
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-08-22 06:38:10 |
|
|
130
130
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-07-30 15:15:41 |
|
|
131
131
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-06-28 06:14:04 |
|
|
132
132
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2022-07-07 06:13:41 |
|
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-04-04 07:02:02 |
|
|
142
142
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-08-11 06:43:45 |
|
|
143
143
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-08-15 06:34:53 |
|
|
144
|
-
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-08-
|
|
144
|
+
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2022-08-22 06:42:21 |
|
|
145
145
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-08-05 06:32:35 |
|
|
146
146
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-08-11 06:44:49 |
|
|
147
147
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2022-07-27 21:10:02 |
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
| sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-04-04 07:07:55 |
|
|
162
162
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-07-18 06:15:58 |
|
|
163
163
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-07-07 06:15:25 |
|
|
164
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-08-
|
|
164
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-08-22 06:46:33 |
|
|
165
165
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2022-08-08 06:36:01 |
|
|
166
166
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2022-07-19 06:17:34 |
|
|
167
167
|
| tat | [腾讯云自动化助手](https://cloud.tencent.com/document/product/1340) | 2022-04-08 06:12:44 |
|
|
@@ -169,29 +169,29 @@
|
|
|
169
169
|
| tbaas | [TBaaS](https://cloud.tencent.com/document/product/663) | 2022-08-11 06:49:15 |
|
|
170
170
|
| tbm | [](https://cloud.tencent.com/document/product) | 2019-03-29 14:49:11 |
|
|
171
171
|
| tbp | [腾讯智能对话平台](https://cloud.tencent.com/document/product/1060) | 2022-04-04 07:09:07 |
|
|
172
|
-
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-
|
|
173
|
-
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-08-
|
|
174
|
-
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-
|
|
172
|
+
| tcaplusdb | [游戏数据库 TcaplusDB](https://cloud.tencent.com/document/product/596) | 2022-08-23 06:49:36 |
|
|
173
|
+
| tcb | [云开发 CloudBase](https://cloud.tencent.com/document/product/876) | 2022-08-23 06:50:01 |
|
|
174
|
+
| tcbr | [云托管 CloudBase Run](https://cloud.tencent.com/document/product/1243) | 2022-08-23 06:50:39 |
|
|
175
175
|
| tcex | [腾讯云释义](https://cloud.tencent.com/document/product/1266) | 2022-07-21 06:17:29 |
|
|
176
176
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
177
177
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-07-18 06:16:41 |
|
|
178
178
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-08-15 06:39:36 |
|
|
179
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-08-
|
|
179
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-08-23 06:51:30 |
|
|
180
180
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-07-05 06:21:49 |
|
|
181
181
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-04-04 07:15:50 |
|
|
182
182
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-07-29 06:15:49 |
|
|
183
183
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-08-12 11:47:08 |
|
|
184
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-
|
|
184
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2022-08-23 06:54:06 |
|
|
185
185
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-06-02 06:15:03 |
|
|
186
186
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
187
187
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-04-04 07:16:52 |
|
|
188
188
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
189
189
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2022-04-04 07:16:59 |
|
|
190
190
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
191
|
-
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-
|
|
192
|
-
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-08-
|
|
191
|
+
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2022-08-23 06:55:34 |
|
|
192
|
+
| tione | [腾讯云 TI 平台 TI-ONE](https://cloud.tencent.com/document/product/851) | 2022-08-22 06:53:04 |
|
|
193
193
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2022-05-17 06:17:19 |
|
|
194
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-
|
|
194
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2022-08-23 06:56:25 |
|
|
195
195
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
196
196
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-04-04 07:18:11 |
|
|
197
197
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-05-19 06:19:37 |
|
|
@@ -204,13 +204,13 @@
|
|
|
204
204
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-04-04 07:22:44 |
|
|
205
205
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-08-16 06:49:06 |
|
|
206
206
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-04-04 07:22:54 |
|
|
207
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-08-
|
|
207
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-08-22 06:57:10 |
|
|
208
208
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-08-10 06:57:28 |
|
|
209
209
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-07-29 06:18:30 |
|
|
210
210
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-04-04 07:39:05 |
|
|
211
211
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2022-08-12 15:11:35 |
|
|
212
212
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
213
|
-
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-
|
|
213
|
+
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2022-08-22 07:01:10 |
|
|
214
214
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
215
215
|
| yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
|
|
216
216
|
| yunsou | [腾讯云搜](https://cloud.tencent.com/document/product/270) | 2022-04-04 07:39:18 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.422"
|
|
@@ -473,7 +473,7 @@ export interface CreateRecTaskRequest {
|
|
|
473
473
|
ChannelNum: number
|
|
474
474
|
|
|
475
475
|
/**
|
|
476
|
-
* 识别结果返回形式。0: 识别结果文本(含分段时间戳); 1:词级别粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(不含标点,含语速值);2
|
|
476
|
+
* 识别结果返回形式。0: 识别结果文本(含分段时间戳); 1:词级别粒度的[详细识别结果](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)(不含标点,含语速值);2:词级别粒度的详细识别结果(包含标点、语速值);3: 标点符号分段,包含每段时间戳,特别适用于字幕场景(包含词级时间、标点、语速值)。
|
|
477
477
|
*/
|
|
478
478
|
ResTextFormat: number
|
|
479
479
|
|
|
@@ -221,6 +221,12 @@ export interface PostgreSQLModifyConnectParam {
|
|
|
221
221
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
222
222
|
*/
|
|
223
223
|
IsUpdate?: boolean
|
|
224
|
+
|
|
225
|
+
/**
|
|
226
|
+
* 是否为自建集群
|
|
227
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
228
|
+
*/
|
|
229
|
+
SelfBuilt?: boolean
|
|
224
230
|
}
|
|
225
231
|
|
|
226
232
|
/**
|
|
@@ -1604,10 +1610,16 @@ export interface TransformsParam {
|
|
|
1604
1610
|
SourceType?: string
|
|
1605
1611
|
|
|
1606
1612
|
/**
|
|
1607
|
-
*
|
|
1613
|
+
* 输出格式,JSON,ROW,默认为JSON
|
|
1608
1614
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1609
1615
|
*/
|
|
1610
1616
|
OutputFormat?: string
|
|
1617
|
+
|
|
1618
|
+
/**
|
|
1619
|
+
* 输出格式为ROW必填
|
|
1620
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1621
|
+
*/
|
|
1622
|
+
RowParam?: RowParam
|
|
1611
1623
|
}
|
|
1612
1624
|
|
|
1613
1625
|
/**
|
|
@@ -4433,6 +4445,11 @@ export interface ModifyInstanceAttributesRequest {
|
|
|
4433
4445
|
* 动态硬盘扩容策略配置
|
|
4434
4446
|
*/
|
|
4435
4447
|
DynamicDiskConfig?: DynamicDiskConfig
|
|
4448
|
+
|
|
4449
|
+
/**
|
|
4450
|
+
* 实例级别单条消息大小(单位byte)
|
|
4451
|
+
*/
|
|
4452
|
+
MaxMessageByte?: number
|
|
4436
4453
|
}
|
|
4437
4454
|
|
|
4438
4455
|
/**
|
|
@@ -5590,6 +5607,28 @@ export interface DescribeRouteRequest {
|
|
|
5590
5607
|
InstanceId: string
|
|
5591
5608
|
}
|
|
5592
5609
|
|
|
5610
|
+
/**
|
|
5611
|
+
* 数据处理ROW输出格式配置
|
|
5612
|
+
*/
|
|
5613
|
+
export interface RowParam {
|
|
5614
|
+
/**
|
|
5615
|
+
* 行内容,KEY_VALUE,VALUE
|
|
5616
|
+
*/
|
|
5617
|
+
RowContent: string
|
|
5618
|
+
|
|
5619
|
+
/**
|
|
5620
|
+
* key和value间的分隔符
|
|
5621
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5622
|
+
*/
|
|
5623
|
+
KeyValueDelimiter?: string
|
|
5624
|
+
|
|
5625
|
+
/**
|
|
5626
|
+
* 元素建的分隔符
|
|
5627
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5628
|
+
*/
|
|
5629
|
+
EntryDelimiter?: string
|
|
5630
|
+
}
|
|
5631
|
+
|
|
5593
5632
|
/**
|
|
5594
5633
|
* 数据处理——Value处理参数——转换时间格式参数
|
|
5595
5634
|
*/
|
|
@@ -7550,6 +7589,12 @@ export interface MySQLModifyConnectParam {
|
|
|
7550
7589
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7551
7590
|
*/
|
|
7552
7591
|
ClusterId?: string
|
|
7592
|
+
|
|
7593
|
+
/**
|
|
7594
|
+
* 是否是自建的集群
|
|
7595
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7596
|
+
*/
|
|
7597
|
+
SelfBuilt?: boolean
|
|
7553
7598
|
}
|
|
7554
7599
|
|
|
7555
7600
|
/**
|
|
@@ -980,6 +980,7 @@ export interface ZoneInfo {
|
|
|
980
980
|
<li> ap-singapore-1 </li>
|
|
981
981
|
<li> ap-singapore-2 </li>
|
|
982
982
|
<li> ap-singapore-3 </li>
|
|
983
|
+
<li>ap-singapore-4 </li>
|
|
983
984
|
<li> ap-shanghai-fsi-1 </li>
|
|
984
985
|
<li> ap-shanghai-fsi-2 </li>
|
|
985
986
|
<li> ap-shanghai-fsi-3 </li>
|
|
@@ -990,6 +991,7 @@ export interface ZoneInfo {
|
|
|
990
991
|
<li> ap-shanghai-3 </li>
|
|
991
992
|
<li> ap-shanghai-4 </li>
|
|
992
993
|
<li> ap-shanghai-5 </li>
|
|
994
|
+
<li> ap-shanghai-8 </li>
|
|
993
995
|
<li> ap-mumbai-1 </li>
|
|
994
996
|
<li> ap-mumbai-2 </li>
|
|
995
997
|
<li> eu-moscow-1 </li>
|
|
@@ -1009,7 +1011,10 @@ export interface ZoneInfo {
|
|
|
1009
1011
|
<li> na-ashburn-2 </li>
|
|
1010
1012
|
<li> ap-nanjing-1 </li>
|
|
1011
1013
|
<li> ap-nanjing-2 </li>
|
|
1014
|
+
<li> ap-nanjing-3 </li>
|
|
1012
1015
|
<li> sa-saopaulo-1</li>
|
|
1016
|
+
<li> ap-jakarta-1 </li>
|
|
1017
|
+
<li> ap-jakarta-2 </li>
|
|
1013
1018
|
*/
|
|
1014
1019
|
Zone: string
|
|
1015
1020
|
|
|
@@ -702,6 +702,18 @@ export interface DescribeVulInfoCvssResponse {
|
|
|
702
702
|
*/
|
|
703
703
|
DefenseAttackCount: number
|
|
704
704
|
|
|
705
|
+
/**
|
|
706
|
+
* 全网修复成功次数, 不支持自动修复的漏洞默认返回0
|
|
707
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
708
|
+
*/
|
|
709
|
+
SuccessFixCount: number
|
|
710
|
+
|
|
711
|
+
/**
|
|
712
|
+
* 修复是否支持:0-windows/linux均不支持修复 ;1-windows/linux 均支持修复 ;2-仅linux支持修复;3-仅windows支持修复
|
|
713
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
714
|
+
*/
|
|
715
|
+
FixSwitch: number
|
|
716
|
+
|
|
705
717
|
/**
|
|
706
718
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
707
719
|
*/
|
|
@@ -6220,9 +6232,15 @@ export interface Machine {
|
|
|
6220
6232
|
KernelVersion: string
|
|
6221
6233
|
|
|
6222
6234
|
/**
|
|
6223
|
-
*
|
|
6235
|
+
* 防护版本:BASIC_VERSION 基础版, PRO_VERSION 专业版,Flagship 旗舰版,GENERAL_DISCOUNT 普惠版
|
|
6224
6236
|
*/
|
|
6225
6237
|
ProtectType: string
|
|
6238
|
+
|
|
6239
|
+
/**
|
|
6240
|
+
* 云标签信息
|
|
6241
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6242
|
+
*/
|
|
6243
|
+
CloudTags: Array<Tags>
|
|
6226
6244
|
}
|
|
6227
6245
|
|
|
6228
6246
|
/**
|
|
@@ -8747,6 +8765,21 @@ export interface BashRule {
|
|
|
8747
8765
|
DealOldEvents: number
|
|
8748
8766
|
}
|
|
8749
8767
|
|
|
8768
|
+
/**
|
|
8769
|
+
* 平台标签
|
|
8770
|
+
*/
|
|
8771
|
+
export interface Tags {
|
|
8772
|
+
/**
|
|
8773
|
+
* 标签键
|
|
8774
|
+
*/
|
|
8775
|
+
TagKey: string
|
|
8776
|
+
|
|
8777
|
+
/**
|
|
8778
|
+
* 标签值
|
|
8779
|
+
*/
|
|
8780
|
+
TagValue: string
|
|
8781
|
+
}
|
|
8782
|
+
|
|
8750
8783
|
/**
|
|
8751
8784
|
* CreateSearchLog返回参数结构体
|
|
8752
8785
|
*/
|
|
@@ -13330,6 +13363,16 @@ export interface DescribeVulHostCountScanTimeResponse {
|
|
|
13330
13363
|
*/
|
|
13331
13364
|
TaskId: number
|
|
13332
13365
|
|
|
13366
|
+
/**
|
|
13367
|
+
* 最后一次修复漏洞的时间
|
|
13368
|
+
*/
|
|
13369
|
+
LastFixTime: string
|
|
13370
|
+
|
|
13371
|
+
/**
|
|
13372
|
+
* 是否有支持自动修复的漏洞事件
|
|
13373
|
+
*/
|
|
13374
|
+
hadAutoFixVul: boolean
|
|
13375
|
+
|
|
13333
13376
|
/**
|
|
13334
13377
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
13335
13378
|
*/
|
|
@@ -1396,6 +1396,11 @@ export interface UpdateRuleRequest {
|
|
|
1396
1396
|
*/
|
|
1397
1397
|
Description?: string
|
|
1398
1398
|
|
|
1399
|
+
/**
|
|
1400
|
+
* 参考:[事件模式](https://cloud.tencent.com/document/product/1359/56084)
|
|
1401
|
+
*/
|
|
1402
|
+
EventPattern?: string
|
|
1403
|
+
|
|
1399
1404
|
/**
|
|
1400
1405
|
* 事件规则名称,只能包含字母、数字、下划线、连字符,以字母开头,以数字或字母结尾,2~60个字符
|
|
1401
1406
|
*/
|
|
@@ -44,7 +44,7 @@ export class Client extends AbstractClient {
|
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
/**
|
|
47
|
-
*
|
|
47
|
+
* 上报信息流用户信息,请务必确认用户的唯一性,并在请求推荐结果时指定用户的唯一标识信息(UserId),否则将无法进行千人千面的推荐
|
|
48
48
|
*/
|
|
49
49
|
async ReportFeedUser(
|
|
50
50
|
req: ReportFeedUserRequest,
|
|
@@ -54,7 +54,7 @@ export class Client extends AbstractClient {
|
|
|
54
54
|
}
|
|
55
55
|
|
|
56
56
|
/**
|
|
57
|
-
*
|
|
57
|
+
* 上报被用于推荐的信息流内容信息
|
|
58
58
|
*/
|
|
59
59
|
async ReportFeedItem(
|
|
60
60
|
req: ReportFeedItemRequest,
|
|
@@ -64,7 +64,7 @@ export class Client extends AbstractClient {
|
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
/**
|
|
67
|
-
*
|
|
67
|
+
* 上报信息流场景内的行为数据,随着数据的积累,模型的效果会逐渐稳定。
|
|
68
68
|
*/
|
|
69
69
|
async ReportFeedBehavior(
|
|
70
70
|
req: ReportFeedBehaviorRequest,
|
|
@@ -2733,12 +2733,12 @@ export interface CreateLiveTranscodeTemplateResponse {
|
|
|
2733
2733
|
*/
|
|
2734
2734
|
export interface BillAreaInfo {
|
|
2735
2735
|
/**
|
|
2736
|
-
*
|
|
2736
|
+
* 大区名称。
|
|
2737
2737
|
*/
|
|
2738
2738
|
Name: string
|
|
2739
2739
|
|
|
2740
2740
|
/**
|
|
2741
|
-
*
|
|
2741
|
+
* 国家或地区明细数据。
|
|
2742
2742
|
*/
|
|
2743
2743
|
Countrys: Array<BillCountryInfo>
|
|
2744
2744
|
}
|
|
@@ -6272,7 +6272,7 @@ export interface DescribeStreamPlayInfoListRequest {
|
|
|
6272
6272
|
|
|
6273
6273
|
/**
|
|
6274
6274
|
* 结束时间,北京时间,格式为yyyy-mm-dd HH:MM:SS,
|
|
6275
|
-
结束时间 和 开始时间跨度不支持超过24
|
|
6275
|
+
结束时间 和 开始时间跨度不支持超过24小时,支持距当前时间一个月内的数据查询。
|
|
6276
6276
|
*/
|
|
6277
6277
|
EndTime: string
|
|
6278
6278
|
|
|
@@ -39,7 +39,7 @@ import {
|
|
|
39
39
|
DescribeAlertRulesRequest,
|
|
40
40
|
DescribePrometheusInstancesResponse,
|
|
41
41
|
DescribePolicyGroupListResponse,
|
|
42
|
-
|
|
42
|
+
PrometheusAgent,
|
|
43
43
|
BindingPolicyObjectRequest,
|
|
44
44
|
CreateServiceDiscoveryResponse,
|
|
45
45
|
UpdateGrafanaWhiteListResponse,
|
|
@@ -60,7 +60,7 @@ import {
|
|
|
60
60
|
DescribeAlarmEventsResponse,
|
|
61
61
|
DescribeProductEventListDimensions,
|
|
62
62
|
DescribePolicyGroupInfoResponse,
|
|
63
|
-
|
|
63
|
+
Operator,
|
|
64
64
|
ModifyAlarmPolicyNoticeRequest,
|
|
65
65
|
DeleteAlarmPolicyRequest,
|
|
66
66
|
UpdatePrometheusAgentStatusResponse,
|
|
@@ -73,11 +73,12 @@ import {
|
|
|
73
73
|
CreatePolicyGroupResponse,
|
|
74
74
|
ModifyAlarmPolicyTasksResponse,
|
|
75
75
|
DescribeBaseMetricsResponse,
|
|
76
|
-
|
|
76
|
+
DimensionNew,
|
|
77
77
|
CreatePrometheusMultiTenantInstancePostPayModeRequest,
|
|
78
78
|
MetricDataPoint,
|
|
79
79
|
DescribePolicyConditionListConfigManualContinueTime,
|
|
80
80
|
DeleteAlertRulesResponse,
|
|
81
|
+
CommonNamespaceNew,
|
|
81
82
|
DeleteGrafanaNotificationChannelResponse,
|
|
82
83
|
GetMonitorDataRequest,
|
|
83
84
|
CreateSSOAccountResponse,
|
|
@@ -175,6 +176,7 @@ import {
|
|
|
175
176
|
UpdateExporterIntegrationResponse,
|
|
176
177
|
ModifyAlarmPolicyConditionRequest,
|
|
177
178
|
DeleteSSOAccountRequest,
|
|
179
|
+
PrometheusScrapeJob,
|
|
178
180
|
CreateGrafanaIntegrationResponse,
|
|
179
181
|
BindPrometheusManagedGrafanaRequest,
|
|
180
182
|
ResumeGrafanaInstanceResponse,
|
|
@@ -317,6 +319,7 @@ import {
|
|
|
317
319
|
DescribeDNSConfigRequest,
|
|
318
320
|
UpdateDNSConfigResponse,
|
|
319
321
|
DescribePolicyConditionListCondition,
|
|
322
|
+
UpdateGrafanaWhiteListRequest,
|
|
320
323
|
PrometheusInstancesItem,
|
|
321
324
|
DeleteServiceDiscoveryRequest,
|
|
322
325
|
UpdateSSOAccountResponse,
|