tencentcloud-sdk-nodejs 4.0.882 → 4.0.883
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 +268 -0
- package/SERVICE_CHANGELOG.md +325 -144
- package/package.json +1 -1
- package/products.md +19 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +3 -3
- package/src/services/cls/v20201016/cls_client.ts +7 -4
- package/src/services/cls/v20201016/cls_models.ts +108 -61
- package/src/services/cwp/v20180228/cwp_client.ts +11 -25
- package/src/services/cwp/v20180228/cwp_models.ts +58 -82
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -0
- package/src/services/dlc/v20210125/dlc_models.ts +23 -23
- package/src/services/dts/v20211206/dts_models.ts +3 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +5 -3
- package/src/services/faceid/v20180301/faceid_models.ts +1 -16
- package/src/services/ioa/v20220601/ioa_client.ts +45 -3
- package/src/services/ioa/v20220601/ioa_models.ts +558 -129
- package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +53 -17
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +162 -44
- package/src/services/live/v20180801/live_models.ts +5 -0
- package/src/services/ocr/v20181119/ocr_client.ts +3 -1
- package/src/services/partners/v20180321/partners_models.ts +21 -16
- package/src/services/tcr/v20190924/tcr_models.ts +9 -4
- package/src/services/tcss/v20201101/tcss_models.ts +53 -18
- package/src/services/tke/v20180525/tke_models.ts +4 -0
- package/src/services/tts/v20190823/tts_models.ts +2 -2
- package/src/services/wedata/v20210820/wedata_client.ts +14 -0
- package/src/services/wedata/v20210820/wedata_models.ts +192 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +3 -3
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +105 -61
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -9
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -11
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +58 -80
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +23 -23
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +5 -3
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -16
- package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +13 -1
- package/tencentcloud/services/ioa/v20220601/ioa_client.js +18 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +538 -121
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +17 -5
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +24 -6
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +156 -44
- package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +3 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +3 -1
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +21 -16
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +9 -4
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +53 -18
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +2 -2
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +188 -0
- package/test/cwp.v20180228.test.js +2 -12
- package/test/ioa.v20220601.test.js +30 -0
- package/test/iotexplorer.v20190423.test.js +34 -4
- package/test/wedata.v20210820.test.js +10 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2024-06-17 01:08:48 |
|
|
18
|
-
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-06-
|
|
18
|
+
| apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2024-06-26 01:09:03 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2024-05-17 01:06:16 |
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-06-25 01:07:52 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-14 01:17:35 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-03-21 01:09:20 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2024-06-13 01:13:25 |
|
|
43
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-26 01:10:30 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2024-03-20 01:10:04 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2024-05-21 01:17:01 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-18 01:18:51 |
|
|
@@ -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-20 01:11:31 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-05-29 01:21:54 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-06-26 01:12:03 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-03-20 01:12:05 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-06-21 01:24:31 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
|
|
@@ -70,9 +70,9 @@
|
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-06-20 01:24:58 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
|
|
72
72
|
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-06-20 01:25:33 |
|
|
73
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-
|
|
73
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-06-26 01:12:49 |
|
|
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-06-
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-06-26 01:13:42 |
|
|
76
76
|
| dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-05-31 01:30:02 |
|
|
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 |
|
|
@@ -80,14 +80,14 @@
|
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-03-20 01:14:24 |
|
|
81
81
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-06-14 01:40:38 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-04-26 01:13:59 |
|
|
83
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-
|
|
83
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-06-26 01:14:31 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-30 01:33:24 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-18 01:35:38 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-04-22 01:15:04 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2024-03-20 01:15:13 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2024-06-25 01:13:45 |
|
|
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-06-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-06-26 01:15:25 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2024-06-07 01:44:56 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2024-03-20 01:15:51 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2024-03-20 01:15:52 |
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-06-21 01:40:25 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-06-14 01:50:54 |
|
|
99
99
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-25 01:14:54 |
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-26 01:16:31 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
|
|
102
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-
|
|
102
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-26 01:16:46 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
|
|
104
104
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
105
105
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-06-20 01:44:21 |
|
|
@@ -120,10 +120,10 @@
|
|
|
120
120
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-06-20 01:46:44 |
|
|
121
121
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
122
122
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-06-20 01:47:42 |
|
|
123
|
-
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-
|
|
123
|
+
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-06-25 16:17:19 |
|
|
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-06-05 01:47:50 |
|
|
126
|
-
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-
|
|
126
|
+
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-06-26 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-05-14 02:02:07 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2024-03-20 01:18:54 |
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2024-06-24 01:17:36 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-06-25 01:17:45 |
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-06-26 01:19:20 |
|
|
138
138
|
| lke | [大模型知识引擎](https://cloud.tencent.com/document/product/1759) | 2024-06-25 01:18:18 |
|
|
139
139
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
140
140
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -155,10 +155,10 @@
|
|
|
155
155
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-05-07 01:22:11 |
|
|
156
156
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
157
157
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-06-05 02:02:33 |
|
|
158
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-06-
|
|
158
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-06-26 01:21:05 |
|
|
159
159
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-06-13 02:11:33 |
|
|
160
160
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-06-21 02:03:56 |
|
|
161
|
-
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-
|
|
161
|
+
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
|
|
162
162
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
163
163
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-06-10 02:16:23 |
|
|
164
164
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-06-18 02:05:02 |
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-04-22 01:23:34 |
|
|
169
169
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
|
|
170
170
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
171
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-06-
|
|
171
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-06-26 01:22:12 |
|
|
172
172
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2024-04-15 02:05:44 |
|
|
173
173
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2024-06-21 16:30:49 |
|
|
174
174
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2024-06-07 02:21:50 |
|
|
@@ -199,8 +199,8 @@
|
|
|
199
199
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2024-03-20 01:24:49 |
|
|
200
200
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
201
201
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2024-06-18 02:13:19 |
|
|
202
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-06-
|
|
203
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-
|
|
202
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2024-06-26 01:23:42 |
|
|
203
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-06-26 01:23:56 |
|
|
204
204
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-03-20 01:25:48 |
|
|
205
205
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
|
|
206
206
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-06-25 01:23:14 |
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-21 02:26:46 |
|
|
231
231
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-06-25 01:25:47 |
|
|
232
232
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
233
|
-
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-06-
|
|
233
|
+
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-06-26 01:27:08 |
|
|
234
234
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
235
235
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
236
236
|
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-06-05 02:29:39 |
|
|
@@ -242,7 +242,7 @@
|
|
|
242
242
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
|
|
243
243
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-06-25 01:27:00 |
|
|
244
244
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
245
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-
|
|
245
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-26 01:28:35 |
|
|
246
246
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
247
247
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
248
248
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2024-06-05 02:38:46 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.883"
|
|
@@ -4549,15 +4549,15 @@ export interface DescribeAccountsResponse {
|
|
|
4549
4549
|
/**
|
|
4550
4550
|
* 符合查询条件的账号数量。
|
|
4551
4551
|
*/
|
|
4552
|
-
TotalCount
|
|
4552
|
+
TotalCount?: number
|
|
4553
4553
|
/**
|
|
4554
4554
|
* 符合查询条件的账号详细信息。
|
|
4555
4555
|
*/
|
|
4556
|
-
Items
|
|
4556
|
+
Items?: Array<AccountInfo>
|
|
4557
4557
|
/**
|
|
4558
4558
|
* 用户可设置实例最大连接数。
|
|
4559
4559
|
*/
|
|
4560
|
-
MaxUserConnections
|
|
4560
|
+
MaxUserConnections?: number
|
|
4561
4561
|
/**
|
|
4562
4562
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4563
4563
|
*/
|
|
@@ -76,7 +76,7 @@ import {
|
|
|
76
76
|
FilePathInfo,
|
|
77
77
|
DescribeIndexRequest,
|
|
78
78
|
ModifyScheduledSqlResponse,
|
|
79
|
-
|
|
79
|
+
ConditionInfo,
|
|
80
80
|
DeleteMachineGroupInfoRequest,
|
|
81
81
|
CreateLogsetResponse,
|
|
82
82
|
NoticeRule,
|
|
@@ -86,7 +86,7 @@ import {
|
|
|
86
86
|
DescribeConfigMachineGroupsRequest,
|
|
87
87
|
MetaTagInfo,
|
|
88
88
|
CreateCosRechargeRequest,
|
|
89
|
-
|
|
89
|
+
DescribeConfigsResponse,
|
|
90
90
|
ExtractRuleInfo,
|
|
91
91
|
CreateAlarmShieldResponse,
|
|
92
92
|
DeleteDataTransformResponse,
|
|
@@ -111,6 +111,7 @@ import {
|
|
|
111
111
|
DescribeTopicsResponse,
|
|
112
112
|
LogItems,
|
|
113
113
|
ModifyAlarmNoticeRequest,
|
|
114
|
+
TopicExtendInfo,
|
|
114
115
|
EventLog,
|
|
115
116
|
CreateAlarmRequest,
|
|
116
117
|
DeleteExportResponse,
|
|
@@ -147,11 +148,12 @@ import {
|
|
|
147
148
|
CreateKafkaRechargeResponse,
|
|
148
149
|
ModifyScheduledSqlRequest,
|
|
149
150
|
DashboardSubscribeData,
|
|
151
|
+
ModifyAlarmShieldResponse,
|
|
150
152
|
CreateDeliverCloudFunctionRequest,
|
|
151
153
|
DeleteConsumerRequest,
|
|
152
154
|
QueryRangeMetricResponse,
|
|
153
155
|
DeleteIndexRequest,
|
|
154
|
-
|
|
156
|
+
AnonymousInfo,
|
|
155
157
|
RetryShipperTaskResponse,
|
|
156
158
|
ModifyConsumerResponse,
|
|
157
159
|
DescribeAlertRecordHistoryRequest,
|
|
@@ -212,6 +214,7 @@ import {
|
|
|
212
214
|
CreateDataTransformResponse,
|
|
213
215
|
LogContextInfo,
|
|
214
216
|
ModifyShipperRequest,
|
|
217
|
+
NoticeReceiver,
|
|
215
218
|
CreateKafkaRechargeRequest,
|
|
216
219
|
DeleteKafkaRechargeRequest,
|
|
217
220
|
RuleInfo,
|
|
@@ -247,7 +250,7 @@ import {
|
|
|
247
250
|
AddMachineGroupInfoResponse,
|
|
248
251
|
ModifyMachineGroupRequest,
|
|
249
252
|
DeleteDashboardSubscribeRequest,
|
|
250
|
-
|
|
253
|
+
DescribeConsumerResponse,
|
|
251
254
|
MetricLabel,
|
|
252
255
|
ModifyTopicRequest,
|
|
253
256
|
Ckafka,
|
|
@@ -1432,22 +1432,21 @@ export interface ModifyScheduledSqlResponse {
|
|
|
1432
1432
|
}
|
|
1433
1433
|
|
|
1434
1434
|
/**
|
|
1435
|
-
*
|
|
1435
|
+
* 免鉴权条件信息
|
|
1436
1436
|
*/
|
|
1437
|
-
export interface
|
|
1437
|
+
export interface ConditionInfo {
|
|
1438
1438
|
/**
|
|
1439
|
-
*
|
|
1440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1439
|
+
* 条件属性,目前只支持VpcID
|
|
1441
1440
|
*/
|
|
1442
|
-
|
|
1441
|
+
Attributes?: string
|
|
1443
1442
|
/**
|
|
1444
|
-
*
|
|
1443
|
+
* 条件规则,1:等于,2:不等于
|
|
1445
1444
|
*/
|
|
1446
|
-
|
|
1445
|
+
Rule?: number
|
|
1447
1446
|
/**
|
|
1448
|
-
*
|
|
1447
|
+
* 对应条件属性的值
|
|
1449
1448
|
*/
|
|
1450
|
-
|
|
1449
|
+
ConditionValue?: string
|
|
1451
1450
|
}
|
|
1452
1451
|
|
|
1453
1452
|
/**
|
|
@@ -1782,9 +1781,18 @@ export interface CreateCosRechargeRequest {
|
|
|
1782
1781
|
}
|
|
1783
1782
|
|
|
1784
1783
|
/**
|
|
1785
|
-
*
|
|
1784
|
+
* DescribeConfigs返回参数结构体
|
|
1786
1785
|
*/
|
|
1787
|
-
export interface
|
|
1786
|
+
export interface DescribeConfigsResponse {
|
|
1787
|
+
/**
|
|
1788
|
+
* 采集配置列表
|
|
1789
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1790
|
+
*/
|
|
1791
|
+
Configs?: Array<ConfigInfo>
|
|
1792
|
+
/**
|
|
1793
|
+
* 过滤到的总数目
|
|
1794
|
+
*/
|
|
1795
|
+
TotalCount?: number
|
|
1788
1796
|
/**
|
|
1789
1797
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1790
1798
|
*/
|
|
@@ -2353,6 +2361,17 @@ export interface ModifyAlarmNoticeRequest {
|
|
|
2353
2361
|
NoticeRules?: Array<NoticeRule>
|
|
2354
2362
|
}
|
|
2355
2363
|
|
|
2364
|
+
/**
|
|
2365
|
+
* 日志主题扩展信息
|
|
2366
|
+
*/
|
|
2367
|
+
export interface TopicExtendInfo {
|
|
2368
|
+
/**
|
|
2369
|
+
* 日志主题免鉴权配置信息
|
|
2370
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2371
|
+
*/
|
|
2372
|
+
AnonymousAccess?: AnonymousInfo
|
|
2373
|
+
}
|
|
2374
|
+
|
|
2356
2375
|
/**
|
|
2357
2376
|
* Windows事件日志采集配置
|
|
2358
2377
|
*/
|
|
@@ -3051,6 +3070,10 @@ export interface CreateTopicRequest {
|
|
|
3051
3070
|
开启后将支持指定操作匿名访问该日志主题。详情请参见[日志主题](https://cloud.tencent.com/document/product/614/41035)。
|
|
3052
3071
|
*/
|
|
3053
3072
|
IsWebTracking?: boolean
|
|
3073
|
+
/**
|
|
3074
|
+
* 日志主题扩展信息
|
|
3075
|
+
*/
|
|
3076
|
+
Extends?: TopicExtendInfo
|
|
3054
3077
|
}
|
|
3055
3078
|
|
|
3056
3079
|
/**
|
|
@@ -3389,6 +3412,16 @@ export interface DashboardSubscribeData {
|
|
|
3389
3412
|
JumpUrl?: string
|
|
3390
3413
|
}
|
|
3391
3414
|
|
|
3415
|
+
/**
|
|
3416
|
+
* ModifyAlarmShield返回参数结构体
|
|
3417
|
+
*/
|
|
3418
|
+
export interface ModifyAlarmShieldResponse {
|
|
3419
|
+
/**
|
|
3420
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3421
|
+
*/
|
|
3422
|
+
RequestId?: string
|
|
3423
|
+
}
|
|
3424
|
+
|
|
3392
3425
|
/**
|
|
3393
3426
|
* CreateDeliverCloudFunction请求参数结构体
|
|
3394
3427
|
*/
|
|
@@ -3458,35 +3491,17 @@ export interface DeleteIndexRequest {
|
|
|
3458
3491
|
}
|
|
3459
3492
|
|
|
3460
3493
|
/**
|
|
3461
|
-
*
|
|
3494
|
+
* 免鉴权信息
|
|
3462
3495
|
*/
|
|
3463
|
-
export interface
|
|
3496
|
+
export interface AnonymousInfo {
|
|
3464
3497
|
/**
|
|
3465
|
-
*
|
|
3498
|
+
* 操作列表,支持trackLog(JS/HTTP上传日志 )和realtimeProducer(kafka协议上传日志)
|
|
3466
3499
|
*/
|
|
3467
|
-
|
|
3500
|
+
Operations?: Array<string>
|
|
3468
3501
|
/**
|
|
3469
|
-
*
|
|
3502
|
+
* 条件列表
|
|
3470
3503
|
*/
|
|
3471
|
-
|
|
3472
|
-
/**
|
|
3473
|
-
* 如果需要投递元数据信息,元数据信息的描述
|
|
3474
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3475
|
-
*/
|
|
3476
|
-
Content: ConsumerContent
|
|
3477
|
-
/**
|
|
3478
|
-
* CKafka的描述
|
|
3479
|
-
*/
|
|
3480
|
-
Ckafka: Ckafka
|
|
3481
|
-
/**
|
|
3482
|
-
* 压缩方式[0:NONE;2:SNAPPY;3:LZ4]
|
|
3483
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3484
|
-
*/
|
|
3485
|
-
Compression: number
|
|
3486
|
-
/**
|
|
3487
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3488
|
-
*/
|
|
3489
|
-
RequestId?: string
|
|
3504
|
+
Conditions?: Array<ConditionInfo>
|
|
3490
3505
|
}
|
|
3491
3506
|
|
|
3492
3507
|
/**
|
|
@@ -5133,6 +5148,48 @@ export interface ModifyShipperRequest {
|
|
|
5133
5148
|
StorageType?: string
|
|
5134
5149
|
}
|
|
5135
5150
|
|
|
5151
|
+
/**
|
|
5152
|
+
* 告警通知接收者信息
|
|
5153
|
+
*/
|
|
5154
|
+
export interface NoticeReceiver {
|
|
5155
|
+
/**
|
|
5156
|
+
* 接受者类型。可选值:
|
|
5157
|
+
- Uin - 用户ID
|
|
5158
|
+
- Group - 用户组ID
|
|
5159
|
+
暂不支持其余接收者类型。
|
|
5160
|
+
*/
|
|
5161
|
+
ReceiverType: string
|
|
5162
|
+
/**
|
|
5163
|
+
* 接收者。
|
|
5164
|
+
当ReceiverType为Uin时,ReceiverIds的值为用户uid。[子用户信息查询](https://cloud.tencent.com/document/api/598/53486)
|
|
5165
|
+
当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/14985)
|
|
5166
|
+
*/
|
|
5167
|
+
ReceiverIds: Array<number | bigint>
|
|
5168
|
+
/**
|
|
5169
|
+
* 通知接收渠道。
|
|
5170
|
+
- Email - 邮件
|
|
5171
|
+
- Sms - 短信
|
|
5172
|
+
- WeChat - 微信
|
|
5173
|
+
- Phone - 电话
|
|
5174
|
+
*/
|
|
5175
|
+
ReceiverChannels: Array<string>
|
|
5176
|
+
/**
|
|
5177
|
+
* 允许接收信息的开始时间。格式:`15:04:05`,必填。
|
|
5178
|
+
*/
|
|
5179
|
+
StartTime?: string
|
|
5180
|
+
/**
|
|
5181
|
+
* 允许接收信息的结束时间。格式:`15:04:05`,必填。
|
|
5182
|
+
*/
|
|
5183
|
+
EndTime?: string
|
|
5184
|
+
/**
|
|
5185
|
+
* 位序。
|
|
5186
|
+
|
|
5187
|
+
- 入参时无效。
|
|
5188
|
+
- 出参时有效。
|
|
5189
|
+
*/
|
|
5190
|
+
Index?: number
|
|
5191
|
+
}
|
|
5192
|
+
|
|
5136
5193
|
/**
|
|
5137
5194
|
* CreateKafkaRecharge请求参数结构体
|
|
5138
5195
|
*/
|
|
@@ -6089,45 +6146,35 @@ export interface ModifyMachineGroupRequest {
|
|
|
6089
6146
|
export type DeleteDashboardSubscribeRequest = null
|
|
6090
6147
|
|
|
6091
6148
|
/**
|
|
6092
|
-
*
|
|
6149
|
+
* DescribeConsumer返回参数结构体
|
|
6093
6150
|
*/
|
|
6094
|
-
export interface
|
|
6151
|
+
export interface DescribeConsumerResponse {
|
|
6095
6152
|
/**
|
|
6096
|
-
*
|
|
6097
|
-
- Uin - 用户ID
|
|
6098
|
-
- Group - 用户组ID
|
|
6099
|
-
暂不支持其余接收者类型。
|
|
6153
|
+
* 投递任务是否生效
|
|
6100
6154
|
*/
|
|
6101
|
-
|
|
6155
|
+
Effective: boolean
|
|
6102
6156
|
/**
|
|
6103
|
-
*
|
|
6104
|
-
当ReceiverType为Uin时,ReceiverIds的值为用户uid。[子用户信息查询](https://cloud.tencent.com/document/api/598/53486)
|
|
6105
|
-
当ReceiverType为Group时,ReceiverIds的值为用户组id。[CAM用户组](https://cloud.tencent.com/document/product/598/14985)
|
|
6157
|
+
* 是否投递日志的元数据信息
|
|
6106
6158
|
*/
|
|
6107
|
-
|
|
6159
|
+
NeedContent: boolean
|
|
6108
6160
|
/**
|
|
6109
|
-
*
|
|
6110
|
-
|
|
6111
|
-
- Sms - 短信
|
|
6112
|
-
- WeChat - 微信
|
|
6113
|
-
- Phone - 电话
|
|
6161
|
+
* 如果需要投递元数据信息,元数据信息的描述
|
|
6162
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6114
6163
|
*/
|
|
6115
|
-
|
|
6164
|
+
Content: ConsumerContent
|
|
6116
6165
|
/**
|
|
6117
|
-
*
|
|
6166
|
+
* CKafka的描述
|
|
6118
6167
|
*/
|
|
6119
|
-
|
|
6168
|
+
Ckafka: Ckafka
|
|
6120
6169
|
/**
|
|
6121
|
-
*
|
|
6170
|
+
* 压缩方式[0:NONE;2:SNAPPY;3:LZ4]
|
|
6171
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6122
6172
|
*/
|
|
6123
|
-
|
|
6173
|
+
Compression: number
|
|
6124
6174
|
/**
|
|
6125
|
-
*
|
|
6126
|
-
|
|
6127
|
-
- 入参时无效。
|
|
6128
|
-
- 出参时有效。
|
|
6175
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6129
6176
|
*/
|
|
6130
|
-
|
|
6177
|
+
RequestId?: string
|
|
6131
6178
|
}
|
|
6132
6179
|
|
|
6133
6180
|
/**
|
|
@@ -497,7 +497,7 @@ import {
|
|
|
497
497
|
ModifyBaselineRuleIgnoreResponse,
|
|
498
498
|
CreateVulFixResponse,
|
|
499
499
|
DescribeOpenPortStatisticsResponse,
|
|
500
|
-
|
|
500
|
+
ExportRiskDnsEventListRequest,
|
|
501
501
|
SecurityDynamic,
|
|
502
502
|
DescribeMachineGeneralRequest,
|
|
503
503
|
ExportRiskProcessEventsResponse,
|
|
@@ -552,7 +552,7 @@ import {
|
|
|
552
552
|
CreateBuyBindTaskRequest,
|
|
553
553
|
HostInfo,
|
|
554
554
|
EditPrivilegeRulesResponse,
|
|
555
|
-
|
|
555
|
+
DescribeVulHostTopResponse,
|
|
556
556
|
ProtectEventLists,
|
|
557
557
|
TrustMalwaresResponse,
|
|
558
558
|
DescribeHistoryServiceRequest,
|
|
@@ -684,7 +684,7 @@ import {
|
|
|
684
684
|
DescribeAssetUserInfoRequest,
|
|
685
685
|
ExportBaselineItemListRequest,
|
|
686
686
|
UpdateBaselineStrategyResponse,
|
|
687
|
-
|
|
687
|
+
DescribeAgentInstallCommandRequest,
|
|
688
688
|
DescribeMachineRegionListResponse,
|
|
689
689
|
ExportPrivilegeEventsRequest,
|
|
690
690
|
ModifyWebPageProtectSwitchRequest,
|
|
@@ -767,7 +767,7 @@ import {
|
|
|
767
767
|
DescribeScanStateResponse,
|
|
768
768
|
BaselineHostDetect,
|
|
769
769
|
EditTagsRequest,
|
|
770
|
-
|
|
770
|
+
DeleteReverseShellRulesRequest,
|
|
771
771
|
ScreenVulInfo,
|
|
772
772
|
UntrustMalwaresRequest,
|
|
773
773
|
DescribeScreenEventsCntRequest,
|
|
@@ -900,7 +900,6 @@ import {
|
|
|
900
900
|
ModifyLogKafkaAccessRequest,
|
|
901
901
|
EventStat,
|
|
902
902
|
DescribeVulEffectModulesResponse,
|
|
903
|
-
ExportRiskDnsEventListRequest,
|
|
904
903
|
DeleteWebPageEventLogResponse,
|
|
905
904
|
DescribeLicenseBindScheduleRequest,
|
|
906
905
|
DeleteRiskDnsPolicyRequest,
|
|
@@ -952,7 +951,6 @@ import {
|
|
|
952
951
|
Machine,
|
|
953
952
|
FileTamperRule,
|
|
954
953
|
SecurityTrend,
|
|
955
|
-
DescribeVulHostTopResponse,
|
|
956
954
|
ScanTaskAgainResponse,
|
|
957
955
|
DescribeAssetWebServiceProcessListRequest,
|
|
958
956
|
DescribeScreenMachinesResponse,
|
|
@@ -5387,16 +5385,6 @@ export class Client extends AbstractClient {
|
|
|
5387
5385
|
return this.request("DescribeAssetTypes", req, cb)
|
|
5388
5386
|
}
|
|
5389
5387
|
|
|
5390
|
-
/**
|
|
5391
|
-
* 创建网络攻击白名单
|
|
5392
|
-
*/
|
|
5393
|
-
async CreateNetAttackWhiteList(
|
|
5394
|
-
req: CreateNetAttackWhiteListRequest,
|
|
5395
|
-
cb?: (error: string, rep: CreateNetAttackWhiteListResponse) => void
|
|
5396
|
-
): Promise<CreateNetAttackWhiteListResponse> {
|
|
5397
|
-
return this.request("CreateNetAttackWhiteList", req, cb)
|
|
5398
|
-
}
|
|
5399
|
-
|
|
5400
5388
|
/**
|
|
5401
5389
|
* 获取用户漏洞所有标签列表
|
|
5402
5390
|
*/
|
|
@@ -6282,15 +6270,13 @@ export class Client extends AbstractClient {
|
|
|
6282
6270
|
}
|
|
6283
6271
|
|
|
6284
6272
|
/**
|
|
6285
|
-
|
|
6286
|
-
|
|
6287
|
-
|
|
6288
|
-
|
|
6289
|
-
|
|
6290
|
-
|
|
6291
|
-
|
|
6292
|
-
): Promise<DeleteAttackLogsResponse> {
|
|
6293
|
-
return this.request("DeleteAttackLogs", req, cb)
|
|
6273
|
+
* 创建网络攻击白名单
|
|
6274
|
+
*/
|
|
6275
|
+
async CreateNetAttackWhiteList(
|
|
6276
|
+
req: CreateNetAttackWhiteListRequest,
|
|
6277
|
+
cb?: (error: string, rep: CreateNetAttackWhiteListResponse) => void
|
|
6278
|
+
): Promise<CreateNetAttackWhiteListResponse> {
|
|
6279
|
+
return this.request("CreateNetAttackWhiteList", req, cb)
|
|
6294
6280
|
}
|
|
6295
6281
|
|
|
6296
6282
|
/**
|