tencentcloud-sdk-nodejs 4.0.811 → 4.0.813
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 +392 -0
- package/SERVICE_CHANGELOG.md +504 -46
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/af/v20200226/af_models.ts +3 -5
- package/src/services/afc/v20200226/afc_models.ts +4 -8
- package/src/services/cdn/v20180606/cdn_models.ts +1 -1
- package/src/services/cls/v20201016/cls_client.ts +17 -29
- package/src/services/cls/v20201016/cls_models.ts +54 -43
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +30 -0
- package/src/services/dnspod/v20210323/dnspod_client.ts +22 -9
- package/src/services/dnspod/v20210323/dnspod_models.ts +130 -60
- package/src/services/dts/v20211206/dts_models.ts +7 -2
- package/src/services/emr/v20190103/emr_client.ts +4 -2
- package/src/services/emr/v20190103/emr_models.ts +130 -66
- package/src/services/es/v20180416/es_client.ts +59 -20
- package/src/services/es/v20180416/es_models.ts +352 -139
- package/src/services/ess/v20201111/ess_client.ts +14 -0
- package/src/services/ess/v20201111/ess_models.ts +42 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +20 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +41 -3
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +40 -0
- package/src/services/lcic/v20220817/lcic_models.ts +42 -0
- package/src/services/live/v20180801/live_client.ts +13 -0
- package/src/services/live/v20180801/live_models.ts +58 -0
- package/src/services/mps/v20190612/mps_models.ts +2 -2
- package/src/services/mrs/v20200910/mrs_models.ts +1 -1
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +4 -0
- package/src/services/ssl/v20191205/ssl_models.ts +1 -1
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/tione/v20211111/tione_client.ts +19 -7
- package/src/services/tione/v20211111/tione_models.ts +26 -7
- package/src/services/trp/v20210515/trp_models.ts +10 -0
- package/src/services/wedata/v20210820/wedata_models.ts +30 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/af/v20200226/af_models.d.ts +3 -5
- package/tencentcloud/services/afc/v20200226/afc_models.d.ts +4 -8
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +7 -11
- package/tencentcloud/services/cls/v20201016/cls_client.js +9 -15
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +54 -41
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +29 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +7 -3
- package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +9 -3
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +127 -60
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +7 -2
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +128 -66
- package/tencentcloud/services/es/v20180416/es_client.d.ts +17 -5
- package/tencentcloud/services/es/v20180416/es_client.js +24 -6
- package/tencentcloud/services/es/v20180416/es_models.d.ts +343 -139
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +40 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +12 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +13 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +39 -3
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +40 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +42 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -1
- package/tencentcloud/services/live/v20180801/live_client.js +6 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +55 -0
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +2 -2
- package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +4 -0
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +1 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +7 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +9 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +24 -7
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +10 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +30 -0
- package/test/cls.v20201016.test.js +12 -22
- package/test/dnspod.v20210323.test.js +12 -2
- package/test/es.v20180416.test.js +34 -4
- package/test/ess.v20201111.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/live.v20180801.test.js +10 -0
- package/test/tione.v20211111.test.js +12 -2
package/products.md
CHANGED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
5
|
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2024-03-12 01:07:35 |
|
|
6
6
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-03-12 01:07:39 |
|
|
7
|
-
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-03-
|
|
8
|
-
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-03-
|
|
7
|
+
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-03-14 01:07:34 |
|
|
8
|
+
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-03-15 01:07:29 |
|
|
9
9
|
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-03-13 01:07:42 |
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2024-03-12 01:07:46 |
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-03-13 01:09:37 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-03-13 01:09:46 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-12 01:14:14 |
|
|
45
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-03-
|
|
45
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-03-15 01:09:39 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-03-12 01:14:59 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-03-12 01:15:02 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-03-12 01:15:12 |
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-12 01:17:48 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-03-12 01:17:53 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-03-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-03-15 01:10:50 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-12-05 01:27:33 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-03-12 01:18:40 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-03-12 01:18:46 |
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-03-12 01:19:09 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-03-12 01:19:53 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-03-
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-03-15 01:12:26 |
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-03-12 01:24:05 |
|
|
77
77
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -81,23 +81,23 @@
|
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-03-12 01:24:56 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-03-12 01:25:05 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-03-12 01:25:34 |
|
|
84
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-03-
|
|
84
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-03-14 01:14:21 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-03-13 01:14:31 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-03-12 01:27:01 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-12 01:27:05 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-03-12 01:27:10 |
|
|
89
89
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
90
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-03-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-03-14 01:15:02 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-03-12 01:28:33 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-12 01:28:45 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-12 01:28:47 |
|
|
94
94
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-03-12 01:28:55 |
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-03-12 01:29:44 |
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-
|
|
98
|
-
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-
|
|
97
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-03-15 01:14:37 |
|
|
98
|
+
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-03-14 01:15:53 |
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-03-15 01:14:52 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-03-15 01:15:07 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-03-12 01:31:22 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-03-12 19:51:24 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-03-12 01:31:30 |
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-03-12 01:33:40 |
|
|
124
124
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-03-12 01:33:42 |
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-03-
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-03-14 01:17:47 |
|
|
127
127
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
128
128
|
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-03-12 01:34:52 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-12 01:35:29 |
|
|
@@ -132,9 +132,9 @@
|
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-12 01:36:41 |
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-12 01:36:51 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-03-12 01:37:06 |
|
|
135
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-03-
|
|
135
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-03-15 01:17:42 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-03-12 01:37:46 |
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-03-
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-03-14 01:19:23 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
140
140
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2024-03-12 01:39:23 |
|
|
@@ -146,8 +146,8 @@
|
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-03-12 01:39:57 |
|
|
147
147
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-03-13 01:19:31 |
|
|
148
148
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-03-12 11:37:38 |
|
|
149
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-03-
|
|
150
|
-
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-03-
|
|
149
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-03-14 01:20:29 |
|
|
150
|
+
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-03-14 01:20:51 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-03-12 01:42:14 |
|
|
152
152
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2024-03-12 01:42:23 |
|
|
153
153
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
169
169
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
170
170
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-03-12 01:45:41 |
|
|
171
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-03-
|
|
171
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-03-14 01:22:33 |
|
|
172
172
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-03-12 01:46:29 |
|
|
173
173
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-03-12 01:46:38 |
|
|
174
174
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2024-03-12 01:46:43 |
|
|
@@ -176,9 +176,9 @@
|
|
|
176
176
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2024-03-12 01:46:46 |
|
|
177
177
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2024-03-12 01:46:54 |
|
|
178
178
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
179
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-03-
|
|
179
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-03-15 01:20:49 |
|
|
180
180
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
181
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-03-
|
|
181
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-03-14 01:23:11 |
|
|
182
182
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2024-03-12 01:48:16 |
|
|
183
183
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-03-12 01:48:20 |
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-12 01:48:29 |
|
|
@@ -205,7 +205,7 @@
|
|
|
205
205
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-03-13 01:24:22 |
|
|
206
206
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-03-12 01:54:17 |
|
|
207
207
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-12 01:54:19 |
|
|
208
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-
|
|
208
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-03-14 01:25:29 |
|
|
209
209
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-12 01:55:22 |
|
|
210
210
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
211
211
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -213,7 +213,7 @@
|
|
|
213
213
|
| tics | [威胁情报云查服务](https://cloud.tencent.com/document/product/1013) | 2024-03-12 01:55:30 |
|
|
214
214
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
215
215
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2024-03-12 01:55:32 |
|
|
216
|
-
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-03-
|
|
216
|
+
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-03-14 01:25:59 |
|
|
217
217
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2024-03-12 01:56:17 |
|
|
218
218
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-03-12 01:58:07 |
|
|
219
219
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-12 01:58:14 |
|
|
223
223
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
224
224
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-03-12 01:58:15 |
|
|
225
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-
|
|
225
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-03-15 01:24:38 |
|
|
226
226
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-03-12 01:58:53 |
|
|
227
227
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-03-12 10:45:07 |
|
|
228
228
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-03-12 01:59:06 |
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-03-12 02:04:17 |
|
|
238
238
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-03-12 02:04:20 |
|
|
239
239
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-12 02:05:11 |
|
|
240
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-03-
|
|
240
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-03-14 01:29:38 |
|
|
241
241
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-03-12 02:07:35 |
|
|
242
242
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
243
243
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-03-12 02:07:58 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.813"
|
|
@@ -523,7 +523,7 @@ export interface QueryAntiFraudResponse {
|
|
|
523
523
|
*/
|
|
524
524
|
IdFound?: number
|
|
525
525
|
/**
|
|
526
|
-
* 0~100;值越高
|
|
526
|
+
* 0~100;值越高 欺诈可能性越大(注:该字段真实类型为有符号整型)
|
|
527
527
|
*/
|
|
528
528
|
RiskScore?: number
|
|
529
529
|
/**
|
|
@@ -576,11 +576,11 @@ export interface QueryAntiFraudRequest {
|
|
|
576
576
|
*/
|
|
577
577
|
UserIp?: string
|
|
578
578
|
/**
|
|
579
|
-
*
|
|
579
|
+
* 国际移动设备识别码,和Idfa同时传入时,只看作一个关键入参(五选二)
|
|
580
580
|
*/
|
|
581
581
|
Imei?: string
|
|
582
582
|
/**
|
|
583
|
-
* ios
|
|
583
|
+
* ios 系统广告标示符,和Imei同时传入时,只看作一个关键入参(五选二)
|
|
584
584
|
*/
|
|
585
585
|
Idfa?: string
|
|
586
586
|
/**
|
|
@@ -657,8 +657,6 @@ ID 区分统计数据
|
|
|
657
657
|
* 姓名加密类型
|
|
658
658
|
0:不加密(默认值)
|
|
659
659
|
1:md5
|
|
660
|
-
2:sha256
|
|
661
|
-
3:SM3
|
|
662
660
|
*/
|
|
663
661
|
NameCryptoType?: string
|
|
664
662
|
}
|
|
@@ -81,7 +81,7 @@ export interface QueryAntiFraudVipResponse {
|
|
|
81
81
|
*/
|
|
82
82
|
IdFound?: number
|
|
83
83
|
/**
|
|
84
|
-
* 0~100;值越高
|
|
84
|
+
* 0~100;值越高 欺诈可能性越大(注:该字段真实类型为有符号整型)
|
|
85
85
|
*/
|
|
86
86
|
RiskScore?: number
|
|
87
87
|
/**
|
|
@@ -355,11 +355,11 @@ export interface QueryAntiFraudVipRequest {
|
|
|
355
355
|
*/
|
|
356
356
|
UserIp?: string
|
|
357
357
|
/**
|
|
358
|
-
*
|
|
358
|
+
* 国际移动设备识别码,和Idfa同时传入时,只看作一个关键入参(五选二)
|
|
359
359
|
*/
|
|
360
360
|
Imei?: string
|
|
361
361
|
/**
|
|
362
|
-
* ios
|
|
362
|
+
* ios 系统广告标示符,和Imei同时传入时,只看作一个关键入参(五选二)
|
|
363
363
|
*/
|
|
364
364
|
Idfa?: string
|
|
365
365
|
/**
|
|
@@ -433,11 +433,7 @@ ID 区分统计数据
|
|
|
433
433
|
*/
|
|
434
434
|
Imsi?: string
|
|
435
435
|
/**
|
|
436
|
-
* 姓名加密类型
|
|
437
|
-
0:不加密(默认值)
|
|
438
|
-
1:md5
|
|
439
|
-
2:sha256
|
|
440
|
-
3:SM3
|
|
436
|
+
* 姓名加密类型0:不加密(默认值)1:md5
|
|
441
437
|
*/
|
|
442
438
|
NameCryptoType?: string
|
|
443
439
|
}
|
|
@@ -84,7 +84,7 @@ import {
|
|
|
84
84
|
DescribeConfigMachineGroupsRequest,
|
|
85
85
|
MetaTagInfo,
|
|
86
86
|
CreateCosRechargeRequest,
|
|
87
|
-
|
|
87
|
+
ModifyAlarmShieldResponse,
|
|
88
88
|
ExtractRuleInfo,
|
|
89
89
|
CreateAlarmShieldResponse,
|
|
90
90
|
DeleteDataTransformResponse,
|
|
@@ -139,7 +139,6 @@ import {
|
|
|
139
139
|
CreateKafkaRechargeResponse,
|
|
140
140
|
ModifyScheduledSqlRequest,
|
|
141
141
|
DeleteConfigResponse,
|
|
142
|
-
ModifyAlarmShieldResponse,
|
|
143
142
|
CreateDeliverCloudFunctionRequest,
|
|
144
143
|
DeleteConsumerRequest,
|
|
145
144
|
QueryRangeMetricResponse,
|
|
@@ -270,7 +269,6 @@ import {
|
|
|
270
269
|
CheckRechargeKafkaServerResponse,
|
|
271
270
|
ModifyCosRechargeRequest,
|
|
272
271
|
DescribeLogsetsRequest,
|
|
273
|
-
DescribeKafkaUserResponse,
|
|
274
272
|
ParquetInfo,
|
|
275
273
|
DeleteTopicResponse,
|
|
276
274
|
CosRechargeInfo,
|
|
@@ -338,16 +336,6 @@ export class Client extends AbstractClient {
|
|
|
338
336
|
return this.request("CreateIndex", req, cb)
|
|
339
337
|
}
|
|
340
338
|
|
|
341
|
-
/**
|
|
342
|
-
* 查询指定时刻指标的最新值
|
|
343
|
-
*/
|
|
344
|
-
async QueryMetric(
|
|
345
|
-
req: QueryMetricRequest,
|
|
346
|
-
cb?: (error: string, rep: QueryMetricResponse) => void
|
|
347
|
-
): Promise<QueryMetricResponse> {
|
|
348
|
-
return this.request("QueryMetric", req, cb)
|
|
349
|
-
}
|
|
350
|
-
|
|
351
339
|
/**
|
|
352
340
|
* 修改现有的投递规则,客户如果使用此接口,需要自行处理CLS对指定bucket的写权限。
|
|
353
341
|
*/
|
|
@@ -469,13 +457,13 @@ export class Client extends AbstractClient {
|
|
|
469
457
|
}
|
|
470
458
|
|
|
471
459
|
/**
|
|
472
|
-
*
|
|
460
|
+
* 查询指定时刻指标的最新值
|
|
473
461
|
*/
|
|
474
|
-
async
|
|
475
|
-
req:
|
|
476
|
-
cb?: (error: string, rep:
|
|
477
|
-
): Promise<
|
|
478
|
-
return this.request("
|
|
462
|
+
async QueryMetric(
|
|
463
|
+
req: QueryMetricRequest,
|
|
464
|
+
cb?: (error: string, rep: QueryMetricResponse) => void
|
|
465
|
+
): Promise<QueryMetricResponse> {
|
|
466
|
+
return this.request("QueryMetric", req, cb)
|
|
479
467
|
}
|
|
480
468
|
|
|
481
469
|
/**
|
|
@@ -1000,16 +988,6 @@ API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Ac
|
|
|
1000
988
|
return this.request("CreateConsumer", req, cb)
|
|
1001
989
|
}
|
|
1002
990
|
|
|
1003
|
-
/**
|
|
1004
|
-
* 本接口用于获取kafka用户信息
|
|
1005
|
-
*/
|
|
1006
|
-
async DescribeKafkaUser(
|
|
1007
|
-
req: DescribeKafkaUserRequest,
|
|
1008
|
-
cb?: (error: string, rep: DescribeKafkaUserResponse) => void
|
|
1009
|
-
): Promise<DescribeKafkaUserResponse> {
|
|
1010
|
-
return this.request("DescribeKafkaUser", req, cb)
|
|
1011
|
-
}
|
|
1012
|
-
|
|
1013
991
|
/**
|
|
1014
992
|
* 本接口用于修改日志主题。
|
|
1015
993
|
*/
|
|
@@ -1304,6 +1282,16 @@ cls.pb.cc cls.pb.h cls.proto
|
|
|
1304
1282
|
return this.request("ModifyLogset", req, cb)
|
|
1305
1283
|
}
|
|
1306
1284
|
|
|
1285
|
+
/**
|
|
1286
|
+
* 获取机器组绑定的采集规则配置
|
|
1287
|
+
*/
|
|
1288
|
+
async DescribeMachineGroupConfigs(
|
|
1289
|
+
req: DescribeMachineGroupConfigsRequest,
|
|
1290
|
+
cb?: (error: string, rep: DescribeMachineGroupConfigsResponse) => void
|
|
1291
|
+
): Promise<DescribeMachineGroupConfigsResponse> {
|
|
1292
|
+
return this.request("DescribeMachineGroupConfigs", req, cb)
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1307
1295
|
/**
|
|
1308
1296
|
* 本接口用于修改数据加工任务
|
|
1309
1297
|
*/
|
|
@@ -838,7 +838,16 @@ export interface ConfigInfo {
|
|
|
838
838
|
*/
|
|
839
839
|
Path?: string
|
|
840
840
|
/**
|
|
841
|
-
*
|
|
841
|
+
* 采集的日志类型。
|
|
842
|
+
- json_log代表:JSON-文件日志(详见[使用 JSON 提取模式采集日志](https://cloud.tencent.com/document/product/614/17419));
|
|
843
|
+
- delimiter_log代表:分隔符-文件日志(详见[使用分隔符提取模式采集日志](https://cloud.tencent.com/document/product/614/17420));
|
|
844
|
+
- minimalist_log代表:单行全文-文件日志(详见[使用单行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17421));
|
|
845
|
+
- fullregex_log代表:单行完全正则-文件日志(详见[使用单行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52365));
|
|
846
|
+
- multiline_log代表:多行全文-文件日志(详见[使用多行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17422));
|
|
847
|
+
- multiline_fullregex_log代表:多行完全正则-文件日志(详见[使用多行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52366));
|
|
848
|
+
- user_define_log代表:组合解析(适用于多格式嵌套的日志,详见[使用组合解析提取模式采集日志](https://cloud.tencent.com/document/product/614/61310));
|
|
849
|
+
- service_syslog代表:syslog 采集(详见[采集 Syslog](https://cloud.tencent.com/document/product/614/81454));
|
|
850
|
+
- windows_event_log代表:Windows事件日志(详见[采集 Windows 事件日志](https://cloud.tencent.com/document/product/614/96678))。
|
|
842
851
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
843
852
|
*/
|
|
844
853
|
LogType?: string
|
|
@@ -866,7 +875,7 @@ export interface ConfigInfo {
|
|
|
866
875
|
*/
|
|
867
876
|
CreateTime?: string
|
|
868
877
|
/**
|
|
869
|
-
*
|
|
878
|
+
* 用户自定义解析字符串,详见[使用组合解析提取模式采集日志](https://cloud.tencent.com/document/product/614/61310)。
|
|
870
879
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
871
880
|
*/
|
|
872
881
|
UserDefineRule?: string
|
|
@@ -875,7 +884,10 @@ export interface ConfigInfo {
|
|
|
875
884
|
- ClsAgentFileTimeout(超时属性), 取值范围: 大于等于0的整数, 0为不超时
|
|
876
885
|
- ClsAgentMaxDepth(最大目录深度),取值范围: 大于等于0的整数
|
|
877
886
|
- ClsAgentParseFailMerge(合并解析失败日志),取值范围: true或false
|
|
878
|
-
样例:
|
|
887
|
+
样例:
|
|
888
|
+
`{\"ClsAgentFileTimeout\":0,\"ClsAgentMaxDepth\":10,\"ClsAgentParseFailMerge\":true}`
|
|
889
|
+
|
|
890
|
+
控制台默认占位值:`{\"ClsAgentDefault\":0}`
|
|
879
891
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
880
892
|
*/
|
|
881
893
|
AdvancedConfig?: string
|
|
@@ -1563,13 +1575,13 @@ export interface CreateCosRechargeRequest {
|
|
|
1563
1575
|
}
|
|
1564
1576
|
|
|
1565
1577
|
/**
|
|
1566
|
-
*
|
|
1578
|
+
* ModifyAlarmShield返回参数结构体
|
|
1567
1579
|
*/
|
|
1568
|
-
export interface
|
|
1580
|
+
export interface ModifyAlarmShieldResponse {
|
|
1569
1581
|
/**
|
|
1570
|
-
*
|
|
1582
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1571
1583
|
*/
|
|
1572
|
-
|
|
1584
|
+
RequestId?: string
|
|
1573
1585
|
}
|
|
1574
1586
|
|
|
1575
1587
|
/**
|
|
@@ -3106,16 +3118,6 @@ export interface DeleteConfigResponse {
|
|
|
3106
3118
|
RequestId?: string
|
|
3107
3119
|
}
|
|
3108
3120
|
|
|
3109
|
-
/**
|
|
3110
|
-
* ModifyAlarmShield返回参数结构体
|
|
3111
|
-
*/
|
|
3112
|
-
export interface ModifyAlarmShieldResponse {
|
|
3113
|
-
/**
|
|
3114
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3115
|
-
*/
|
|
3116
|
-
RequestId?: string
|
|
3117
|
-
}
|
|
3118
|
-
|
|
3119
3121
|
/**
|
|
3120
3122
|
* CreateDeliverCloudFunction请求参数结构体
|
|
3121
3123
|
*/
|
|
@@ -3751,7 +3753,7 @@ export interface CreateDeliverCloudFunctionResponse {
|
|
|
3751
3753
|
*/
|
|
3752
3754
|
export interface ModifyConfigRequest {
|
|
3753
3755
|
/**
|
|
3754
|
-
* 采集规则配置ID
|
|
3756
|
+
* 采集规则配置ID,通过[获取采集规则配置](https://cloud.tencent.com/document/product/614/58616)返回信息获取。
|
|
3755
3757
|
*/
|
|
3756
3758
|
ConfigId: string
|
|
3757
3759
|
/**
|
|
@@ -3763,7 +3765,18 @@ export interface ModifyConfigRequest {
|
|
|
3763
3765
|
*/
|
|
3764
3766
|
Path?: string
|
|
3765
3767
|
/**
|
|
3766
|
-
*
|
|
3768
|
+
* 采集的日志类型。支持以下类型:
|
|
3769
|
+
- json_log代表:JSON-文件日志(详见[使用 JSON 提取模式采集日志](https://cloud.tencent.com/document/product/614/17419));
|
|
3770
|
+
- delimiter_log代表:分隔符-文件日志(详见[使用分隔符提取模式采集日志](https://cloud.tencent.com/document/product/614/17420));
|
|
3771
|
+
- minimalist_log代表:单行全文-文件日志(详见[使用单行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17421));
|
|
3772
|
+
- fullregex_log代表:单行完全正则-文件日志(详见[使用单行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52365));
|
|
3773
|
+
- multiline_log代表:多行全文-文件日志(详见[使用多行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17422));
|
|
3774
|
+
- multiline_fullregex_log代表:多行完全正则-文件日志(详见[使用多行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52366));
|
|
3775
|
+
- user_define_log代表:组合解析(适用于多格式嵌套的日志,详见[使用组合解析提取模式采集日志](https://cloud.tencent.com/document/product/614/61310));
|
|
3776
|
+
- service_syslog代表:syslog 采集(详见[采集 Syslog](https://cloud.tencent.com/document/product/614/81454));
|
|
3777
|
+
- windows_event_log代表:Windows事件日志(详见[采集 Windows 事件日志](https://cloud.tencent.com/document/product/614/96678))。
|
|
3778
|
+
|
|
3779
|
+
|
|
3767
3780
|
*/
|
|
3768
3781
|
LogType?: string
|
|
3769
3782
|
/**
|
|
@@ -3779,7 +3792,7 @@ export interface ModifyConfigRequest {
|
|
|
3779
3792
|
*/
|
|
3780
3793
|
Output?: string
|
|
3781
3794
|
/**
|
|
3782
|
-
* 用户自定义解析字符串,Json
|
|
3795
|
+
* 用户自定义解析字符串,Json格式序列化的字符串。
|
|
3783
3796
|
*/
|
|
3784
3797
|
UserDefineRule?: string
|
|
3785
3798
|
/**
|
|
@@ -3787,7 +3800,8 @@ export interface ModifyConfigRequest {
|
|
|
3787
3800
|
- ClsAgentFileTimeout(超时属性), 取值范围: 大于等于0的整数, 0为不超时
|
|
3788
3801
|
- ClsAgentMaxDepth(最大目录深度),取值范围: 大于等于0的整数
|
|
3789
3802
|
- ClsAgentParseFailMerge(合并解析失败日志),取值范围: true或false
|
|
3790
|
-
样例:
|
|
3803
|
+
样例:
|
|
3804
|
+
`{\"ClsAgentFileTimeout\":0,\"ClsAgentMaxDepth\":10,\"ClsAgentParseFailMerge\":true}`
|
|
3791
3805
|
*/
|
|
3792
3806
|
AdvancedConfig?: string
|
|
3793
3807
|
}
|
|
@@ -4049,7 +4063,16 @@ export interface CreateConfigRequest {
|
|
|
4049
4063
|
*/
|
|
4050
4064
|
Path?: string
|
|
4051
4065
|
/**
|
|
4052
|
-
*
|
|
4066
|
+
* 采集的日志类型,默认为minimalist_log。支持以下类型:
|
|
4067
|
+
- json_log代表:JSON-文件日志(详见[使用 JSON 提取模式采集日志](https://cloud.tencent.com/document/product/614/17419));
|
|
4068
|
+
- delimiter_log代表:分隔符-文件日志(详见[使用分隔符提取模式采集日志](https://cloud.tencent.com/document/product/614/17420));
|
|
4069
|
+
- minimalist_log代表:单行全文-文件日志(详见[使用单行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17421));
|
|
4070
|
+
- fullregex_log代表:单行完全正则-文件日志(详见[使用单行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52365));
|
|
4071
|
+
- multiline_log代表:多行全文-文件日志(详见[使用多行全文提取模式采集日志](https://cloud.tencent.com/document/product/614/17422));
|
|
4072
|
+
- multiline_fullregex_log代表:多行完全正则-文件日志(详见[使用多行-完全正则提取模式采集日志](https://cloud.tencent.com/document/product/614/52366));
|
|
4073
|
+
- user_define_log代表:组合解析(适用于多格式嵌套的日志,详见[使用组合解析提取模式采集日志](https://cloud.tencent.com/document/product/614/61310));
|
|
4074
|
+
- service_syslog代表:syslog 采集(详见[采集 Syslog](https://cloud.tencent.com/document/product/614/81454));
|
|
4075
|
+
- windows_event_log代表:Windows事件日志(详见[采集 Windows 事件日志](https://cloud.tencent.com/document/product/614/96678))。
|
|
4053
4076
|
*/
|
|
4054
4077
|
LogType?: string
|
|
4055
4078
|
/**
|
|
@@ -4061,7 +4084,7 @@ export interface CreateConfigRequest {
|
|
|
4061
4084
|
*/
|
|
4062
4085
|
ExcludePaths?: Array<ExcludePathInfo>
|
|
4063
4086
|
/**
|
|
4064
|
-
* 用户自定义采集规则,Json
|
|
4087
|
+
* 用户自定义采集规则,Json格式序列化的字符串。当LogType为user_define_log时,必填。
|
|
4065
4088
|
*/
|
|
4066
4089
|
UserDefineRule?: string
|
|
4067
4090
|
/**
|
|
@@ -4069,7 +4092,10 @@ export interface CreateConfigRequest {
|
|
|
4069
4092
|
- ClsAgentFileTimeout(超时属性), 取值范围: 大于等于0的整数, 0为不超时
|
|
4070
4093
|
- ClsAgentMaxDepth(最大目录深度),取值范围: 大于等于0的整数
|
|
4071
4094
|
- ClsAgentParseFailMerge(合并解析失败日志),取值范围: true或false
|
|
4072
|
-
样例:
|
|
4095
|
+
样例:
|
|
4096
|
+
`{\"ClsAgentFileTimeout\":0,\"ClsAgentMaxDepth\":10,\"ClsAgentParseFailMerge\":true}`
|
|
4097
|
+
|
|
4098
|
+
控制台默认占位值:`{\"ClsAgentDefault\":0}`
|
|
4073
4099
|
*/
|
|
4074
4100
|
AdvancedConfig?: string
|
|
4075
4101
|
}
|
|
@@ -4811,6 +4837,10 @@ export interface CreateKafkaRechargeRequest {
|
|
|
4811
4837
|
* 导入数据位置,-2:最早(默认),-1:最晚
|
|
4812
4838
|
*/
|
|
4813
4839
|
Offset: number
|
|
4840
|
+
/**
|
|
4841
|
+
* 日志导入规则。
|
|
4842
|
+
*/
|
|
4843
|
+
LogRechargeRule: LogRechargeRuleInfo
|
|
4814
4844
|
/**
|
|
4815
4845
|
* 腾讯云CKafka实例ID,KafkaType为0时必填
|
|
4816
4846
|
*/
|
|
@@ -4832,11 +4862,6 @@ KafkaType为1并且IsEncryptionAddr为true时Protocol必填
|
|
|
4832
4862
|
* 用户Kafka消费组名称
|
|
4833
4863
|
*/
|
|
4834
4864
|
ConsumerGroupName?: string
|
|
4835
|
-
/**
|
|
4836
|
-
* 日志导入规则。
|
|
4837
|
-
必填字段。
|
|
4838
|
-
*/
|
|
4839
|
-
LogRechargeRule?: LogRechargeRuleInfo
|
|
4840
4865
|
}
|
|
4841
4866
|
|
|
4842
4867
|
/**
|
|
@@ -6719,20 +6744,6 @@ tag:tagKey
|
|
|
6719
6744
|
Limit?: number
|
|
6720
6745
|
}
|
|
6721
6746
|
|
|
6722
|
-
/**
|
|
6723
|
-
* DescribeKafkaUser返回参数结构体
|
|
6724
|
-
*/
|
|
6725
|
-
export interface DescribeKafkaUserResponse {
|
|
6726
|
-
/**
|
|
6727
|
-
* 如果返回不为空,代表用户名UserName已经创建成功。
|
|
6728
|
-
*/
|
|
6729
|
-
UserName?: string
|
|
6730
|
-
/**
|
|
6731
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6732
|
-
*/
|
|
6733
|
-
RequestId?: string
|
|
6734
|
-
}
|
|
6735
|
-
|
|
6736
6747
|
/**
|
|
6737
6748
|
* Parquet内容
|
|
6738
6749
|
*/
|
|
@@ -642,6 +642,28 @@ export interface ModifyResourcePackageNameRequest {
|
|
|
642
642
|
PackageName: string
|
|
643
643
|
}
|
|
644
644
|
|
|
645
|
+
/**
|
|
646
|
+
* 添加实例或者变配实例时同步升级proxy.
|
|
647
|
+
*/
|
|
648
|
+
export interface UpgradeProxy {
|
|
649
|
+
/**
|
|
650
|
+
* cpu
|
|
651
|
+
*/
|
|
652
|
+
Cpu: number
|
|
653
|
+
/**
|
|
654
|
+
* memory
|
|
655
|
+
*/
|
|
656
|
+
Mem: number
|
|
657
|
+
/**
|
|
658
|
+
* 代理节点信息
|
|
659
|
+
*/
|
|
660
|
+
ProxyZones: Array<ProxyZone>
|
|
661
|
+
/**
|
|
662
|
+
* 重新负载均衡
|
|
663
|
+
*/
|
|
664
|
+
ReloadBalance?: string
|
|
665
|
+
}
|
|
666
|
+
|
|
645
667
|
/**
|
|
646
668
|
* 备份文件信息
|
|
647
669
|
*/
|
|
@@ -2827,6 +2849,10 @@ export interface UpgradeInstanceRequest {
|
|
|
2827
2849
|
* NormalUpgrade:普通变配,FastUpgrade:极速变配,若变配过程判断会造成闪断,变配流程会终止。
|
|
2828
2850
|
*/
|
|
2829
2851
|
UpgradeMode?: string
|
|
2852
|
+
/**
|
|
2853
|
+
* proxy同步升级
|
|
2854
|
+
*/
|
|
2855
|
+
UpgradeProxy?: UpgradeProxy
|
|
2830
2856
|
}
|
|
2831
2857
|
|
|
2832
2858
|
/**
|
|
@@ -3994,6 +4020,10 @@ export interface AddInstancesRequest {
|
|
|
3994
4020
|
* 安全组ID,新建只读实例时可以指定安全组。
|
|
3995
4021
|
*/
|
|
3996
4022
|
SecurityGroupIds?: Array<string>
|
|
4023
|
+
/**
|
|
4024
|
+
* proxy同步升级
|
|
4025
|
+
*/
|
|
4026
|
+
UpgradeProxy?: UpgradeProxy
|
|
3997
4027
|
}
|
|
3998
4028
|
|
|
3999
4029
|
/**
|