tencentcloud-sdk-nodejs 4.0.917 → 4.0.919
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 +431 -0
- package/SERVICE_CHANGELOG.md +540 -223
- package/package.json +1 -1
- package/products.md +29 -29
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +8 -2
- package/src/services/asr/v20190614/asr_models.ts +2 -0
- package/src/services/ccc/v20200210/ccc_models.ts +4 -0
- package/src/services/cfg/v20210820/cfg_models.ts +5 -0
- package/src/services/cls/v20201016/cls_client.ts +5 -5
- package/src/services/cls/v20201016/cls_models.ts +71 -10
- package/src/services/cwp/v20180228/cwp_models.ts +24 -10
- package/src/services/dlc/v20210125/dlc_models.ts +54 -1
- package/src/services/ess/v20201111/ess_client.ts +45 -28
- package/src/services/ess/v20201111/ess_models.ts +122 -41
- package/src/services/essbasic/v20210526/essbasic_models.ts +7 -0
- package/src/services/facefusion/v20181201/facefusion_models.ts +9 -3
- package/src/services/facefusion/v20220927/facefusion_models.ts +19 -7
- package/src/services/goosefs/v20220519/goosefs_models.ts +24 -3
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +4 -0
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +5 -5
- package/src/services/iss/v20230517/iss_models.ts +27 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +12 -0
- package/src/services/mna/v20210119/mna_client.ts +12 -0
- package/src/services/mna/v20210119/mna_models.ts +42 -0
- package/src/services/mps/v20190612/mps_models.ts +32 -5
- package/src/services/ms/v20180408/ms_client.ts +42 -88
- package/src/services/ocr/v20181119/ocr_client.ts +950 -925
- package/src/services/ocr/v20181119/ocr_models.ts +386 -290
- package/src/services/tdmq/v20200217/tdmq_models.ts +15 -6
- package/src/services/teo/v20220901/teo_models.ts +2 -3
- package/src/services/tmt/v20180321/tmt_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +10 -0
- package/src/services/vpc/v20170312/vpc_models.ts +40 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +7 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +7 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +5 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +5 -5
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +71 -10
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +24 -10
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +54 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +29 -20
- package/tencentcloud/services/ess/v20201111/ess_client.js +34 -23
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +120 -41
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +7 -0
- package/tencentcloud/services/facefusion/v20181201/facefusion_models.d.ts +9 -3
- package/tencentcloud/services/facefusion/v20220927/facefusion_models.d.ts +19 -7
- package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +24 -3
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +4 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +5 -5
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +27 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -0
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +5 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +6 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +40 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +32 -5
- package/tencentcloud/services/ms/v20180408/ms_client.d.ts +23 -69
- package/tencentcloud/services/ms/v20180408/ms_client.js +23 -69
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +497 -489
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +599 -587
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +387 -296
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +15 -6
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -3
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +10 -0
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +40 -0
- package/test/ess.v20201111.test.js +12 -2
- package/test/mna.v20210119.test.js +10 -0
- package/test/ocr.v20181119.test.js +184 -164
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-06-17 01:08:48 |
|
|
18
18
|
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-07-31 01:04:59 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-08-13 01:05:49 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-08-16 01:06:08 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-06-25 01:07:59 |
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-08-01 01:15:22 |
|
|
42
|
-
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-
|
|
42
|
+
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-08-16 01:11:55 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-08-02 01:11:12 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-07-17 01:09:51 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-07-26 01:17:46 |
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-08-01 01:19:02 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
50
50
|
| cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-07-15 09:37:14 |
|
|
51
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-
|
|
51
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-08-16 01:16:30 |
|
|
52
52
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-05 01:14:34 |
|
|
53
53
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-07-30 01:19:22 |
|
|
54
54
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
63
63
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
64
64
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
|
|
65
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-08-
|
|
65
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-08-16 01:20:46 |
|
|
66
66
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-07-29 01:23:21 |
|
|
67
67
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-06-21 01:24:31 |
|
|
68
68
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-08-02 01:20:09 |
|
|
73
73
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
74
74
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-08-07 01:23:06 |
|
|
75
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-08-
|
|
75
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-08-16 01:24:30 |
|
|
76
76
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
77
77
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-08-09 01:26:13 |
|
|
78
78
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-07-16 01:13:41 |
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
83
83
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-07-15 01:09:18 |
|
|
84
84
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-07-11 01:14:04 |
|
|
85
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-08-
|
|
85
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-08-15 01:32:44 |
|
|
86
86
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-07-29 01:33:59 |
|
|
87
87
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
|
|
88
88
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-08-06 01:35:34 |
|
|
91
91
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
92
92
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-07-24 01:36:02 |
|
|
93
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-
|
|
93
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-08-15 01:37:50 |
|
|
94
94
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
|
|
95
95
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
|
|
96
96
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-07-26 01:38:19 |
|
|
@@ -98,15 +98,15 @@
|
|
|
98
98
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
99
99
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-08-12 01:41:17 |
|
|
100
100
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-08-14 01:44:38 |
|
|
101
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-
|
|
102
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-
|
|
103
|
-
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-
|
|
101
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-08-16 01:41:26 |
|
|
102
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-08-15 01:42:34 |
|
|
103
|
+
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-08-16 01:43:31 |
|
|
104
104
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-08-14 01:47:53 |
|
|
105
105
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
106
106
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
107
107
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-07-23 01:36:12 |
|
|
108
108
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-06-27 01:13:06 |
|
|
109
|
-
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-
|
|
109
|
+
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-08-15 01:45:31 |
|
|
110
110
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
111
111
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2024-05-28 01:43:15 |
|
|
112
112
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-05-29 01:43:09 |
|
|
115
115
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
116
116
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2024-05-09 01:16:27 |
|
|
117
|
-
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-08-
|
|
117
|
+
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-08-15 01:45:59 |
|
|
118
118
|
| iai | [人脸识别](https://cloud.tencent.com/document/product/867) | 2024-03-20 01:17:43 |
|
|
119
119
|
| ic | [图片瘦身](https://cloud.tencent.com/document/product/636) | 2023-03-02 01:23:21 |
|
|
120
120
|
| icr | [对话机器人](https://cloud.tencent.com/document/product/1268) | 2024-04-22 01:17:48 |
|
|
@@ -125,17 +125,17 @@
|
|
|
125
125
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-08-13 01:52:20 |
|
|
126
126
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
127
127
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
128
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-08-
|
|
128
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-08-16 01:48:38 |
|
|
129
129
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
130
130
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-07-08 01:16:48 |
|
|
131
131
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
132
132
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
|
|
133
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-
|
|
133
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-08-14 19:42:55 |
|
|
134
134
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-07-09 14:27:21 |
|
|
135
135
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
136
136
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
137
137
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-08-01 01:53:15 |
|
|
138
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-
|
|
138
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-08-16 01:55:21 |
|
|
139
139
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-08-14 02:01:47 |
|
|
140
140
|
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-08-09 01:52:09 |
|
|
141
141
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -146,23 +146,23 @@
|
|
|
146
146
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2024-03-20 01:20:22 |
|
|
147
147
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
148
148
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-07-02 01:19:41 |
|
|
149
|
-
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-
|
|
149
|
+
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-08-15 02:00:04 |
|
|
150
150
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-08-14 02:06:02 |
|
|
151
151
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-08-05 01:52:14 |
|
|
152
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-08-02
|
|
152
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-08-16 02:02:11 |
|
|
153
153
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-06-14 02:16:42 |
|
|
154
|
-
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-
|
|
154
|
+
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-08-16 02:04:04 |
|
|
155
155
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-04-17 14:48:31 |
|
|
156
156
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
157
157
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
158
158
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
159
159
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-07-23 01:53:12 |
|
|
160
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-
|
|
160
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-08-16 02:05:12 |
|
|
161
161
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
162
|
-
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-
|
|
162
|
+
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-08-16 02:06:49 |
|
|
163
163
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
164
164
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
165
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-
|
|
165
|
+
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-08-15 02:08:21 |
|
|
166
166
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
|
|
167
167
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
|
|
168
168
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-08-01 02:05:51 |
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
182
182
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-08-12 02:10:23 |
|
|
183
183
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
184
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-08-
|
|
184
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-08-16 02:14:20 |
|
|
185
185
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-20 01:24:03 |
|
|
186
186
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
187
187
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
@@ -205,10 +205,10 @@
|
|
|
205
205
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-08-09 02:10:59 |
|
|
206
206
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
|
|
207
207
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
208
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-
|
|
208
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-08-16 02:22:44 |
|
|
209
209
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
|
|
210
210
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
|
|
211
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-
|
|
211
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-08-15 02:25:29 |
|
|
212
212
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-07-24 02:16:49 |
|
|
213
213
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
214
214
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -221,14 +221,14 @@
|
|
|
221
221
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-07-24 02:19:34 |
|
|
222
222
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
223
223
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
|
|
224
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-08-
|
|
224
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-08-16 02:29:34 |
|
|
225
225
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
226
226
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
227
227
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-08-14 02:39:09 |
|
|
228
228
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
|
|
229
229
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
230
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-08-
|
|
231
|
-
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-08-
|
|
230
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-08-15 02:31:34 |
|
|
231
|
+
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-08-15 02:32:11 |
|
|
232
232
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-07-30 11:37:37 |
|
|
233
233
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
234
234
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
@@ -236,11 +236,11 @@
|
|
|
236
236
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
237
237
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
238
238
|
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-07-31 02:21:05 |
|
|
239
|
-
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-
|
|
239
|
+
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-08-15 02:35:35 |
|
|
240
240
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
241
241
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
242
242
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-08-12 02:30:46 |
|
|
243
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-08-
|
|
243
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-08-16 02:37:46 |
|
|
244
244
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-08-07 02:38:54 |
|
|
245
245
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-07-31 02:26:05 |
|
|
246
246
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-08-09 02:30:19 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.919"
|
|
@@ -227,8 +227,14 @@ export class Client extends AbstractClient {
|
|
|
227
227
|
}
|
|
228
228
|
|
|
229
229
|
/**
|
|
230
|
-
|
|
231
|
-
|
|
230
|
+
* 本接口用于对60秒之内的短音频文件进行识别。
|
|
231
|
+
• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、法语、德语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
232
|
+
• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL并提交请求,此种方式会走内网下载音频,极大降低整体请求时延;并且不会产生外网和流量下行费用,可节约成本(COS桶权限需要设置公有读私有写,或URL设置时效访问签名)
|
|
233
|
+
• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac、 amr。
|
|
234
|
+
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
235
|
+
• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
|
|
236
|
+
• 默认接口请求频率限制:30次/秒,如您有提高请求频率限制的需求,请[前往购买](https://buy.cloud.tencent.com/asr)。
|
|
237
|
+
*/
|
|
232
238
|
async SentenceRecognition(
|
|
233
239
|
req: SentenceRecognitionRequest,
|
|
234
240
|
cb?: (error: string, rep: SentenceRecognitionResponse) => void
|
|
@@ -339,6 +339,8 @@ export interface SentenceRecognitionRequest {
|
|
|
339
339
|
SubServiceType?: number
|
|
340
340
|
/**
|
|
341
341
|
* 语音的URL地址,需要公网环境浏览器可下载。当 SourceType 值为 0时须填写该字段,为 1 时不填。音频时长不能超过60s,音频文件大小不能超过3MB。
|
|
342
|
+
|
|
343
|
+
注意:推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL并提交请求,此种方式会走内网下载音频,极大降低整体请求时延;并且不会产生外网和流量下行费用,可节约成本(COS桶权限需要设置公有读私有写,或URL设置时效访问签名)
|
|
342
344
|
*/
|
|
343
345
|
Url?: string
|
|
344
346
|
/**
|
|
@@ -736,7 +736,7 @@ export class Client extends AbstractClient {
|
|
|
736
736
|
* 此接口用于修改仪表盘订阅
|
|
737
737
|
*/
|
|
738
738
|
async ModifyDashboardSubscribe(
|
|
739
|
-
req
|
|
739
|
+
req: ModifyDashboardSubscribeRequest,
|
|
740
740
|
cb?: (error: string, rep: ModifyDashboardSubscribeResponse) => void
|
|
741
741
|
): Promise<ModifyDashboardSubscribeResponse> {
|
|
742
742
|
return this.request("ModifyDashboardSubscribe", req, cb)
|
|
@@ -886,7 +886,7 @@ export class Client extends AbstractClient {
|
|
|
886
886
|
* 此接口用于创建仪表盘订阅
|
|
887
887
|
*/
|
|
888
888
|
async CreateDashboardSubscribe(
|
|
889
|
-
req
|
|
889
|
+
req: CreateDashboardSubscribeRequest,
|
|
890
890
|
cb?: (error: string, rep: CreateDashboardSubscribeResponse) => void
|
|
891
891
|
): Promise<CreateDashboardSubscribeResponse> {
|
|
892
892
|
return this.request("CreateDashboardSubscribe", req, cb)
|
|
@@ -926,7 +926,7 @@ export class Client extends AbstractClient {
|
|
|
926
926
|
* 此接口用于删除仪表盘订阅
|
|
927
927
|
*/
|
|
928
928
|
async DeleteDashboardSubscribe(
|
|
929
|
-
req
|
|
929
|
+
req: DeleteDashboardSubscribeRequest,
|
|
930
930
|
cb?: (error: string, rep: DeleteDashboardSubscribeResponse) => void
|
|
931
931
|
): Promise<DeleteDashboardSubscribeResponse> {
|
|
932
932
|
return this.request("DeleteDashboardSubscribe", req, cb)
|
|
@@ -1106,10 +1106,10 @@ export class Client extends AbstractClient {
|
|
|
1106
1106
|
}
|
|
1107
1107
|
|
|
1108
1108
|
/**
|
|
1109
|
-
*
|
|
1109
|
+
* 本接口用于获取仪表盘订阅列表,支持分页
|
|
1110
1110
|
*/
|
|
1111
1111
|
async DescribeDashboardSubscribes(
|
|
1112
|
-
req
|
|
1112
|
+
req: DescribeDashboardSubscribesRequest,
|
|
1113
1113
|
cb?: (error: string, rep: DescribeDashboardSubscribesResponse) => void
|
|
1114
1114
|
): Promise<DescribeDashboardSubscribesResponse> {
|
|
1115
1115
|
return this.request("DescribeDashboardSubscribes", req, cb)
|
|
@@ -633,31 +633,36 @@ export interface ConsoleSharingConfig {
|
|
|
633
633
|
*/
|
|
634
634
|
VerifyCode?: string
|
|
635
635
|
/**
|
|
636
|
-
*
|
|
636
|
+
* 默认查询范围的开始时间点,支持绝对时间(13位Unix时间戳)或相对时间表达式
|
|
637
637
|
*/
|
|
638
638
|
StartTime?: string
|
|
639
639
|
/**
|
|
640
|
-
*
|
|
640
|
+
* 默认查询范围的结束时间点,支持绝对时间(13位Unix时间戳)或相对时间表达式。注意,结束时间点要大于开始时间点
|
|
641
641
|
*/
|
|
642
642
|
EndTime?: string
|
|
643
643
|
/**
|
|
644
|
-
*
|
|
644
|
+
* 仅当StartTime/EndTime为相对时间时使用,基于NowTime计算绝对时间,默认为创建时间
|
|
645
645
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
646
646
|
*/
|
|
647
647
|
NowTime?: number
|
|
648
648
|
/**
|
|
649
|
-
*
|
|
649
|
+
* 默认的检索分析语句,仅当Type为2时使用
|
|
650
650
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
651
651
|
*/
|
|
652
652
|
Params?: Array<ConsoleSharingParam>
|
|
653
653
|
/**
|
|
654
|
-
*
|
|
654
|
+
* 是否允许访问者自行修改检索分析时间范围。默认不锁定(false)
|
|
655
655
|
*/
|
|
656
656
|
IsLockTimeRange?: boolean
|
|
657
657
|
/**
|
|
658
|
-
*
|
|
658
|
+
* 是否允许访问者自行修改日志检索语句。在检索页分享中表示检索语句锁定状态;在仪表盘中表示过滤变量锁定状态。默认不锁定(false)
|
|
659
659
|
*/
|
|
660
660
|
IsLockQuery?: boolean
|
|
661
|
+
/**
|
|
662
|
+
* 检索页分享是否允许访问者下载日志,默认不允许(false)
|
|
663
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
664
|
+
*/
|
|
665
|
+
IsSupportLogExport?: boolean
|
|
661
666
|
}
|
|
662
667
|
|
|
663
668
|
/**
|
|
@@ -2146,7 +2151,28 @@ export interface DeleteConfigFromMachineGroupResponse {
|
|
|
2146
2151
|
/**
|
|
2147
2152
|
* ModifyDashboardSubscribe请求参数结构体
|
|
2148
2153
|
*/
|
|
2149
|
-
export
|
|
2154
|
+
export interface ModifyDashboardSubscribeRequest {
|
|
2155
|
+
/**
|
|
2156
|
+
* 仪表盘订阅id。
|
|
2157
|
+
*/
|
|
2158
|
+
Id: number
|
|
2159
|
+
/**
|
|
2160
|
+
* 仪表盘id。
|
|
2161
|
+
*/
|
|
2162
|
+
DashboardId?: string
|
|
2163
|
+
/**
|
|
2164
|
+
* 仪表盘订阅名称。
|
|
2165
|
+
*/
|
|
2166
|
+
Name?: string
|
|
2167
|
+
/**
|
|
2168
|
+
* 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。
|
|
2169
|
+
*/
|
|
2170
|
+
Cron?: string
|
|
2171
|
+
/**
|
|
2172
|
+
* 仪表盘订阅数据。
|
|
2173
|
+
*/
|
|
2174
|
+
SubscribeData?: DashboardSubscribeData
|
|
2175
|
+
}
|
|
2150
2176
|
|
|
2151
2177
|
/**
|
|
2152
2178
|
* CreateConsumer返回参数结构体
|
|
@@ -2213,7 +2239,24 @@ export interface DataTransformResouceInfo {
|
|
|
2213
2239
|
/**
|
|
2214
2240
|
* CreateDashboardSubscribe请求参数结构体
|
|
2215
2241
|
*/
|
|
2216
|
-
export
|
|
2242
|
+
export interface CreateDashboardSubscribeRequest {
|
|
2243
|
+
/**
|
|
2244
|
+
* 仪表盘订阅名称。
|
|
2245
|
+
*/
|
|
2246
|
+
Name: string
|
|
2247
|
+
/**
|
|
2248
|
+
* 仪表盘id。
|
|
2249
|
+
*/
|
|
2250
|
+
DashboardId: string
|
|
2251
|
+
/**
|
|
2252
|
+
* 订阅时间cron表达式,格式为:{秒数} {分钟} {小时} {日期} {月份} {星期};(有效数据为:{分钟} {小时} {日期} {月份} {星期})。<br><li/>{秒数} 取值范围: 0 ~ 59 <br><li/>{分钟} 取值范围: 0 ~ 59 <br><li/>{小时} 取值范围: 0 ~ 23 <br><li/>{日期} 取值范围: 1 ~ 31 AND (dayOfMonth最后一天: L) <br><li/>{月份} 取值范围: 1 ~ 12 <br><li/>{星期} 取值范围: 0 ~ 6 【0:星期日, 6星期六】
|
|
2253
|
+
*/
|
|
2254
|
+
Cron: string
|
|
2255
|
+
/**
|
|
2256
|
+
* 仪表盘订阅数据。
|
|
2257
|
+
*/
|
|
2258
|
+
SubscribeData: DashboardSubscribeData
|
|
2259
|
+
}
|
|
2217
2260
|
|
|
2218
2261
|
/**
|
|
2219
2262
|
* DeleteMachineGroup请求参数结构体
|
|
@@ -2681,7 +2724,20 @@ export interface DeleteExportResponse {
|
|
|
2681
2724
|
/**
|
|
2682
2725
|
* DescribeDashboardSubscribes请求参数结构体
|
|
2683
2726
|
*/
|
|
2684
|
-
export
|
|
2727
|
+
export interface DescribeDashboardSubscribesRequest {
|
|
2728
|
+
/**
|
|
2729
|
+
* <br><li/> dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否<br><br><li/> 每次请求的Filters的上限为10,Filter.Values的上限为100。
|
|
2730
|
+
*/
|
|
2731
|
+
Filters?: Array<Filter>
|
|
2732
|
+
/**
|
|
2733
|
+
* 分页的偏移量,默认值为0。
|
|
2734
|
+
*/
|
|
2735
|
+
Offset?: number
|
|
2736
|
+
/**
|
|
2737
|
+
* 分页单页限制数目,默认值为20,最大值100。
|
|
2738
|
+
*/
|
|
2739
|
+
Limit?: number
|
|
2740
|
+
}
|
|
2685
2741
|
|
|
2686
2742
|
/**
|
|
2687
2743
|
* 多日志主题检索topic信息
|
|
@@ -6389,7 +6445,12 @@ export interface ModifyMachineGroupRequest {
|
|
|
6389
6445
|
/**
|
|
6390
6446
|
* DeleteDashboardSubscribe请求参数结构体
|
|
6391
6447
|
*/
|
|
6392
|
-
export
|
|
6448
|
+
export interface DeleteDashboardSubscribeRequest {
|
|
6449
|
+
/**
|
|
6450
|
+
* 仪表盘订阅记录id。
|
|
6451
|
+
*/
|
|
6452
|
+
Id: number
|
|
6453
|
+
}
|
|
6393
6454
|
|
|
6394
6455
|
/**
|
|
6395
6456
|
* DescribeConsumer返回参数结构体
|
|
@@ -8974,22 +8974,27 @@ export interface CanFixVulInfo {
|
|
|
8974
8974
|
* 漏洞id
|
|
8975
8975
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8976
8976
|
*/
|
|
8977
|
-
VulId
|
|
8977
|
+
VulId?: number
|
|
8978
8978
|
/**
|
|
8979
8979
|
* 漏洞名称
|
|
8980
8980
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8981
8981
|
*/
|
|
8982
|
-
VulName
|
|
8982
|
+
VulName?: string
|
|
8983
8983
|
/**
|
|
8984
8984
|
* 该漏洞可修复的主机信息
|
|
8985
8985
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8986
8986
|
*/
|
|
8987
|
-
HostList
|
|
8987
|
+
HostList?: Array<VulInfoHostInfo>
|
|
8988
8988
|
/**
|
|
8989
8989
|
* 修复提示tag
|
|
8990
8990
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8991
8991
|
*/
|
|
8992
|
-
FixTag
|
|
8992
|
+
FixTag?: Array<string>
|
|
8993
|
+
/**
|
|
8994
|
+
* 漏洞分类1 web cms漏洞,2应用漏洞,4linux软件漏洞,5windows系统漏洞
|
|
8995
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8996
|
+
*/
|
|
8997
|
+
VulCategory?: number
|
|
8993
8998
|
}
|
|
8994
8999
|
|
|
8995
9000
|
/**
|
|
@@ -11592,6 +11597,10 @@ export interface CreateVulFixTaskQuuids {
|
|
|
11592
11597
|
* 需要修复漏洞的主机,所有主机必须有VulId的这个漏洞且是待修复状态。
|
|
11593
11598
|
*/
|
|
11594
11599
|
Quuids: Array<string>
|
|
11600
|
+
/**
|
|
11601
|
+
* 修复方式 0组件更新或者安装补丁,1禁用服务
|
|
11602
|
+
*/
|
|
11603
|
+
FixMethod?: number
|
|
11595
11604
|
}
|
|
11596
11605
|
|
|
11597
11606
|
/**
|
|
@@ -16900,31 +16909,36 @@ export interface VulFixStatusInfo {
|
|
|
16900
16909
|
* 漏洞id
|
|
16901
16910
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16902
16911
|
*/
|
|
16903
|
-
VulId
|
|
16912
|
+
VulId?: number
|
|
16904
16913
|
/**
|
|
16905
16914
|
* 漏洞名称
|
|
16906
16915
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16907
16916
|
*/
|
|
16908
|
-
VulName
|
|
16917
|
+
VulName?: string
|
|
16909
16918
|
/**
|
|
16910
16919
|
* 漏洞修复进度 1-100;
|
|
16911
16920
|
*/
|
|
16912
|
-
Progress
|
|
16921
|
+
Progress?: number
|
|
16913
16922
|
/**
|
|
16914
16923
|
* 漏洞对应主机修复状态
|
|
16915
16924
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16916
16925
|
*/
|
|
16917
|
-
HostList
|
|
16926
|
+
HostList?: Array<VulFixStatusHostInfo>
|
|
16918
16927
|
/**
|
|
16919
16928
|
* 漏洞修复失败主机数量
|
|
16920
16929
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16921
16930
|
*/
|
|
16922
|
-
FailCnt
|
|
16931
|
+
FailCnt?: number
|
|
16923
16932
|
/**
|
|
16924
16933
|
* 修复成功的数量
|
|
16925
16934
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
16926
16935
|
*/
|
|
16927
|
-
FixSuccessCnt
|
|
16936
|
+
FixSuccessCnt?: number
|
|
16937
|
+
/**
|
|
16938
|
+
* 修复方式 0组件更新或者安装补丁,1禁用服务
|
|
16939
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
16940
|
+
*/
|
|
16941
|
+
FixMethod?: number
|
|
16928
16942
|
}
|
|
16929
16943
|
|
|
16930
16944
|
/**
|
|
@@ -309,6 +309,16 @@ export interface SmartOptimizerLifecyclePolicy {
|
|
|
309
309
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
310
310
|
*/
|
|
311
311
|
DropTable?: boolean
|
|
312
|
+
/**
|
|
313
|
+
* 过期字段
|
|
314
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
315
|
+
*/
|
|
316
|
+
ExpiredField?: string
|
|
317
|
+
/**
|
|
318
|
+
* 过期字段格式
|
|
319
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
320
|
+
*/
|
|
321
|
+
ExpiredFieldFormat?: string
|
|
312
322
|
}
|
|
313
323
|
|
|
314
324
|
/**
|
|
@@ -836,7 +846,13 @@ export interface UpdateDataEngineRequest {
|
|
|
836
846
|
/**
|
|
837
847
|
* SmartOptimizerWrittenPolicy
|
|
838
848
|
*/
|
|
839
|
-
export
|
|
849
|
+
export interface SmartOptimizerWrittenPolicy {
|
|
850
|
+
/**
|
|
851
|
+
* none/enable/disable/default
|
|
852
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
853
|
+
*/
|
|
854
|
+
WrittenEnable?: string
|
|
855
|
+
}
|
|
840
856
|
|
|
841
857
|
/**
|
|
842
858
|
* DescribeSparkAppJobs请求参数结构体
|
|
@@ -4624,33 +4640,50 @@ export interface UpdateRowFilterRequest {
|
|
|
4624
4640
|
export interface TColumn {
|
|
4625
4641
|
/**
|
|
4626
4642
|
* 字段名称
|
|
4643
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4627
4644
|
*/
|
|
4628
4645
|
Name: string
|
|
4629
4646
|
/**
|
|
4630
4647
|
* 字段类型
|
|
4648
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4631
4649
|
*/
|
|
4632
4650
|
Type: string
|
|
4633
4651
|
/**
|
|
4634
4652
|
* 字段描述
|
|
4653
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4635
4654
|
*/
|
|
4636
4655
|
Comment?: string
|
|
4637
4656
|
/**
|
|
4638
4657
|
* 字段默认值
|
|
4658
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4639
4659
|
*/
|
|
4640
4660
|
Default?: string
|
|
4641
4661
|
/**
|
|
4642
4662
|
* 字段是否是非空
|
|
4663
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4643
4664
|
*/
|
|
4644
4665
|
NotNull?: boolean
|
|
4645
4666
|
/**
|
|
4646
4667
|
* 表示整个 numeric 的长度,取值1-38
|
|
4668
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4647
4669
|
*/
|
|
4648
4670
|
Precision?: number
|
|
4649
4671
|
/**
|
|
4650
4672
|
* 表示小数部分的长度
|
|
4651
4673
|
Scale小于Precision
|
|
4674
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4652
4675
|
*/
|
|
4653
4676
|
Scale?: number
|
|
4677
|
+
/**
|
|
4678
|
+
* 字段位置,小的在前
|
|
4679
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4680
|
+
*/
|
|
4681
|
+
Position?: number
|
|
4682
|
+
/**
|
|
4683
|
+
* 是否为分区字段
|
|
4684
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4685
|
+
*/
|
|
4686
|
+
IsPartition?: boolean
|
|
4654
4687
|
}
|
|
4655
4688
|
|
|
4656
4689
|
/**
|
|
@@ -5465,6 +5498,26 @@ export interface LakeFsInfo {
|
|
|
5465
5498
|
* 创建时候的时间戳
|
|
5466
5499
|
*/
|
|
5467
5500
|
CreateTimeStamp?: number
|
|
5501
|
+
/**
|
|
5502
|
+
* 是否是用户默认桶,0:默认桶,1:非默认桶
|
|
5503
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5504
|
+
*/
|
|
5505
|
+
DefaultBucket?: number
|
|
5506
|
+
/**
|
|
5507
|
+
* 托管存储short name
|
|
5508
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5509
|
+
*/
|
|
5510
|
+
ShortName?: string
|
|
5511
|
+
/**
|
|
5512
|
+
* 桶描述信息
|
|
5513
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5514
|
+
*/
|
|
5515
|
+
Description?: string
|
|
5516
|
+
/**
|
|
5517
|
+
* 托管桶状态,当前取值为:creating、bind、readOnly、isolate
|
|
5518
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5519
|
+
*/
|
|
5520
|
+
Status?: string
|
|
5468
5521
|
}
|
|
5469
5522
|
|
|
5470
5523
|
/**
|