tencentcloud-sdk-nodejs 4.0.871 → 4.0.873
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 +256 -0
- package/SERVICE_CHANGELOG.md +256 -99
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +2 -2
- package/src/services/cam/v20190116/cam_client.ts +45 -32
- package/src/services/cam/v20190116/cam_models.ts +124 -54
- package/src/services/cat/v20180409/cat_models.ts +5 -0
- package/src/services/cds/v20180420/cds_client.ts +4 -2
- package/src/services/cls/v20201016/cls_models.ts +9 -0
- package/src/services/domain/v20180808/domain_client.ts +12 -9
- package/src/services/domain/v20180808/domain_models.ts +355 -55
- package/src/services/emr/v20190103/emr_models.ts +10 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +4 -4
- package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +8 -8
- package/src/services/mongodb/v20190725/mongodb_client.ts +52 -3
- package/src/services/mongodb/v20190725/mongodb_models.ts +203 -32
- package/src/services/postgres/v20170312/postgres_models.ts +4 -4
- package/src/services/redis/v20180412/redis_client.ts +12 -0
- package/src/services/redis/v20180412/redis_models.ts +84 -0
- package/src/services/teo/v20220901/teo_client.ts +61 -11
- package/src/services/teo/v20220901/teo_models.ts +262 -70
- package/src/services/tmt/v20180321/tmt_models.ts +4 -4
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tse/v20201207/tse_client.ts +12 -0
- package/src/services/tse/v20201207/tse_models.ts +24 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +15 -11
- package/tencentcloud/services/cam/v20190116/cam_client.js +21 -15
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +120 -53
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +5 -0
- package/tencentcloud/services/cds/v20180420/cds_client.d.ts +3 -1
- package/tencentcloud/services/cds/v20180420/cds_client.js +3 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -0
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -5
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +352 -55
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +10 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +4 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +4 -4
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +8 -8
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +17 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +24 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +194 -32
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +4 -4
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +82 -0
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +19 -3
- package/tencentcloud/services/teo/v20220901/teo_client.js +27 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +251 -69
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +4 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
- package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +22 -0
- package/test/cam.v20190116.test.js +26 -16
- package/test/mongodb.v20190725.test.js +40 -0
- package/test/redis.v20180412.test.js +10 -0
- package/test/teo.v20220901.test.js +42 -2
- package/test/tse.v20201207.test.js +10 -0
package/products.md
CHANGED
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-05-22 01:10:06 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-05-31 01:10:46 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-06-12 01:12:04 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2024-03-20 01:08:40 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2024-04-24 01:05:22 |
|
|
@@ -34,16 +34,16 @@
|
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2024-04-22 01:09:00 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2024-04-16 01:05:23 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
|
|
37
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-06-11 11:13:54 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-05-09 01:09:01 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-05-23 01:14:17 |
|
|
40
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-
|
|
40
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-06-12 01:16:37 |
|
|
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-06 01:17:16 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2024-06-06 01:17:58 |
|
|
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
|
-
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-
|
|
46
|
+
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2024-06-12 01:21:04 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-04-26 01:10:21 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-05-27 01:18:10 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2024-03-28 01:10:53 |
|
|
@@ -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-12 01:26:26 |
|
|
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-03-20 01:12:14 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-04-22 01:12:28 |
|
|
@@ -80,9 +80,9 @@
|
|
|
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-03-20 01:14:27 |
|
|
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-12 01:39:26 |
|
|
84
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-05-30 01:33:24 |
|
|
85
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-
|
|
85
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-06-10 01:40:58 |
|
|
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-05-27 01:34:38 |
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-03-20 01:15:56 |
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-03-20 01:16:13 |
|
|
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-
|
|
97
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-06-10 01:46:51 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-05-14 01:51:30 |
|
|
99
99
|
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-06-07 01:48:47 |
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-06-12 01:49:59 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-06-05 10:32:35 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-06-04 01:43:35 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-05-09 01:15:52 |
|
|
@@ -123,12 +123,12 @@
|
|
|
123
123
|
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-04-03 11:20:41 |
|
|
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-12 01:56:37 |
|
|
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 |
|
|
130
130
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2024-03-20 01:19:05 |
|
|
131
|
-
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-
|
|
131
|
+
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2024-06-10 02:00:36 |
|
|
132
132
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2024-03-20 01:19:17 |
|
|
133
133
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2024-03-20 01:19:20 |
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2024-04-17 01:17:16 |
|
|
@@ -145,8 +145,8 @@
|
|
|
145
145
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
146
146
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2024-03-20 01:20:23 |
|
|
147
147
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2024-05-28 01:54:57 |
|
|
148
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-06-
|
|
149
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-06-
|
|
148
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2024-06-12 02:08:47 |
|
|
149
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-06-10 02:09:00 |
|
|
150
150
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-06-06 02:11:55 |
|
|
151
151
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-05-13 01:23:45 |
|
|
152
152
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2024-06-05 02:02:03 |
|
|
@@ -155,16 +155,16 @@
|
|
|
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-10 02:13:49 |
|
|
159
159
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-04-22 01:22:30 |
|
|
160
160
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-05-08 01:23:38 |
|
|
161
161
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-03-20 01:22:23 |
|
|
162
162
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
163
|
-
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-06-
|
|
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-03-20 01:22:42 |
|
|
165
165
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-06-06 02:18:50 |
|
|
166
166
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-05-20 02:02:25 |
|
|
167
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-06-
|
|
167
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-06-10 02:18:13 |
|
|
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 |
|
|
@@ -184,7 +184,7 @@
|
|
|
184
184
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-05-21 02:06:48 |
|
|
185
185
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-03-20 01:24:08 |
|
|
186
186
|
| svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-05-23 17:09:13 |
|
|
187
|
-
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-
|
|
187
|
+
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-06-12 02:24:32 |
|
|
188
188
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-03-22 01:21:43 |
|
|
189
189
|
| tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-20 01:24:15 |
|
|
190
190
|
| tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-06-05 02:12:06 |
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-05-29 02:13:49 |
|
|
207
207
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-04-22 01:26:50 |
|
|
208
208
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-03-20 01:26:14 |
|
|
209
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-06-07
|
|
209
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-06-07 12:08:08 |
|
|
210
210
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2024-03-20 01:27:05 |
|
|
211
211
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
212
212
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -219,14 +219,14 @@
|
|
|
219
219
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-05-15 01:34:42 |
|
|
220
220
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
221
221
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-04-29 01:26:41 |
|
|
222
|
-
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-
|
|
222
|
+
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-06-12 02:40:31 |
|
|
223
223
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
|
|
224
224
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
225
225
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-06-03 02:23:52 |
|
|
226
226
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-06-06 02:42:14 |
|
|
227
227
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-06-07 02:42:38 |
|
|
228
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-
|
|
229
|
-
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-
|
|
228
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-06-12 02:42:04 |
|
|
229
|
+
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-06-10 02:42:22 |
|
|
230
230
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-06-04 02:27:15 |
|
|
231
231
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
|
|
232
232
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-04-24 01:23:54 |
|
|
@@ -241,7 +241,7 @@
|
|
|
241
241
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-06-07 02:52:58 |
|
|
242
242
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-06-06 02:53:14 |
|
|
243
243
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2024-03-20 01:32:09 |
|
|
244
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-
|
|
244
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-06-12 02:53:58 |
|
|
245
245
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-05-15 01:38:36 |
|
|
246
246
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
247
247
|
| 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.873"
|
|
@@ -1683,7 +1683,7 @@ export interface DescribeAllocationOverviewRequest {
|
|
|
1683
1683
|
*/
|
|
1684
1684
|
Limit: number
|
|
1685
1685
|
/**
|
|
1686
|
-
* 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200
|
|
1686
|
+
* 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推
|
|
1687
1687
|
*/
|
|
1688
1688
|
Offset: number
|
|
1689
1689
|
/**
|
|
@@ -2587,7 +2587,7 @@ export interface DescribeAllocationSummaryByBusinessRequest {
|
|
|
2587
2587
|
*/
|
|
2588
2588
|
Limit: number
|
|
2589
2589
|
/**
|
|
2590
|
-
* 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200
|
|
2590
|
+
* 分页偏移量,Offset=0表示第一页,如果Limit=100,则Offset=100表示第二页,Offset=200表示第三页,以此类推
|
|
2591
2591
|
*/
|
|
2592
2592
|
Offset: number
|
|
2593
2593
|
/**
|
|
@@ -68,6 +68,7 @@ import {
|
|
|
68
68
|
CreateAccessKeyResponse,
|
|
69
69
|
DeletePolicyVersionResponse,
|
|
70
70
|
CreateAccessKeyRequest,
|
|
71
|
+
BuildDataFlowAuthTokenRequest,
|
|
71
72
|
GetRolePermissionBoundaryResponse,
|
|
72
73
|
AttachedUserPolicyGroupInfo,
|
|
73
74
|
ListGroupsForUserResponse,
|
|
@@ -94,6 +95,7 @@ import {
|
|
|
94
95
|
GetUserResponse,
|
|
95
96
|
GetUserPermissionBoundaryResponse,
|
|
96
97
|
CreatePolicyResponse,
|
|
98
|
+
ListGroupsResponse,
|
|
97
99
|
DetachRolePolicyRequest,
|
|
98
100
|
UntagRoleResponse,
|
|
99
101
|
ListPoliciesGrantingServiceAccessResponse,
|
|
@@ -108,6 +110,7 @@ import {
|
|
|
108
110
|
DeleteRoleRequest,
|
|
109
111
|
ListWeChatWorkSubAccountsRequest,
|
|
110
112
|
UpdateRoleConsoleLoginRequest,
|
|
113
|
+
BuildDataFlowAuthTokenResponse,
|
|
111
114
|
UpdateUserResponse,
|
|
112
115
|
UpdateAssumeRolePolicyResponse,
|
|
113
116
|
GetPolicyVersionRequest,
|
|
@@ -118,7 +121,6 @@ import {
|
|
|
118
121
|
SubAccountInfo,
|
|
119
122
|
CreateGroupRequest,
|
|
120
123
|
SAMLProviderInfo,
|
|
121
|
-
ListGrantServiceAccessPolicy,
|
|
122
124
|
DisableUserSSORequest,
|
|
123
125
|
ListPoliciesGrantingServiceAccessRequest,
|
|
124
126
|
UpdateSAMLProviderResponse,
|
|
@@ -134,7 +136,7 @@ import {
|
|
|
134
136
|
AttachUserPolicyRequest,
|
|
135
137
|
ListAttachedGroupPoliciesResponse,
|
|
136
138
|
ListAttachedUserPoliciesResponse,
|
|
137
|
-
|
|
139
|
+
AuthToken,
|
|
138
140
|
PutUserPermissionsBoundaryResponse,
|
|
139
141
|
GetPolicyVersionResponse,
|
|
140
142
|
GetCustomMFATokenInfoResponse,
|
|
@@ -151,7 +153,7 @@ import {
|
|
|
151
153
|
ListUsersRequest,
|
|
152
154
|
ListCollaboratorsRequest,
|
|
153
155
|
CreateUserOIDCConfigRequest,
|
|
154
|
-
|
|
156
|
+
AddUserResponse,
|
|
155
157
|
UpdateGroupResponse,
|
|
156
158
|
ListEntitiesForPolicyRequest,
|
|
157
159
|
TagRoleRequest,
|
|
@@ -200,7 +202,7 @@ import {
|
|
|
200
202
|
AttachEntityOfPolicy,
|
|
201
203
|
DeleteOIDCConfigResponse,
|
|
202
204
|
PolicyVersionDetail,
|
|
203
|
-
|
|
205
|
+
ListGrantServiceAccessPolicy,
|
|
204
206
|
ListGrantServiceAccessService,
|
|
205
207
|
CreateUserSAMLConfigResponse,
|
|
206
208
|
DescribeSubAccountsResponse,
|
|
@@ -216,6 +218,7 @@ import {
|
|
|
216
218
|
ListAccessKeysResponse,
|
|
217
219
|
GetSecurityLastUsedResponse,
|
|
218
220
|
ListAttachedUserPoliciesRequest,
|
|
221
|
+
AttachGroupPolicyResponse,
|
|
219
222
|
UpdatePolicyRequest,
|
|
220
223
|
DeleteOIDCConfigRequest,
|
|
221
224
|
CreateMessageReceiverResponse,
|
|
@@ -332,13 +335,13 @@ export class Client extends AbstractClient {
|
|
|
332
335
|
}
|
|
333
336
|
|
|
334
337
|
/**
|
|
335
|
-
*
|
|
338
|
+
* 修改用户OIDC配置
|
|
336
339
|
*/
|
|
337
|
-
async
|
|
338
|
-
req:
|
|
339
|
-
cb?: (error: string, rep:
|
|
340
|
-
): Promise<
|
|
341
|
-
return this.request("
|
|
340
|
+
async UpdateUserOIDCConfig(
|
|
341
|
+
req: UpdateUserOIDCConfigRequest,
|
|
342
|
+
cb?: (error: string, rep: UpdateUserOIDCConfigResponse) => void
|
|
343
|
+
): Promise<UpdateUserOIDCConfigResponse> {
|
|
344
|
+
return this.request("UpdateUserOIDCConfig", req, cb)
|
|
342
345
|
}
|
|
343
346
|
|
|
344
347
|
/**
|
|
@@ -401,6 +404,16 @@ export class Client extends AbstractClient {
|
|
|
401
404
|
return this.request("UpdateRoleDescription", req, cb)
|
|
402
405
|
}
|
|
403
406
|
|
|
407
|
+
/**
|
|
408
|
+
* 获取数据流认证Token
|
|
409
|
+
*/
|
|
410
|
+
async BuildDataFlowAuthToken(
|
|
411
|
+
req: BuildDataFlowAuthTokenRequest,
|
|
412
|
+
cb?: (error: string, rep: BuildDataFlowAuthTokenResponse) => void
|
|
413
|
+
): Promise<BuildDataFlowAuthTokenResponse> {
|
|
414
|
+
return this.request("BuildDataFlowAuthToken", req, cb)
|
|
415
|
+
}
|
|
416
|
+
|
|
404
417
|
/**
|
|
405
418
|
* 更新SAML身份提供商信息
|
|
406
419
|
*/
|
|
@@ -733,6 +746,16 @@ export class Client extends AbstractClient {
|
|
|
733
746
|
return this.request("GetSecurityLastUsed", req, cb)
|
|
734
747
|
}
|
|
735
748
|
|
|
749
|
+
/**
|
|
750
|
+
* 创建用户组
|
|
751
|
+
*/
|
|
752
|
+
async CreateGroup(
|
|
753
|
+
req: CreateGroupRequest,
|
|
754
|
+
cb?: (error: string, rep: CreateGroupResponse) => void
|
|
755
|
+
): Promise<CreateGroupResponse> {
|
|
756
|
+
return this.request("CreateGroup", req, cb)
|
|
757
|
+
}
|
|
758
|
+
|
|
736
759
|
/**
|
|
737
760
|
* 本接口(DeletePolicy)可用于删除策略。
|
|
738
761
|
*/
|
|
@@ -744,13 +767,13 @@ export class Client extends AbstractClient {
|
|
|
744
767
|
}
|
|
745
768
|
|
|
746
769
|
/**
|
|
747
|
-
*
|
|
770
|
+
* 本接口(DeletePolicyVersion)可用于删除一个策略的策略版本。
|
|
748
771
|
*/
|
|
749
|
-
async
|
|
750
|
-
req:
|
|
751
|
-
cb?: (error: string, rep:
|
|
752
|
-
): Promise<
|
|
753
|
-
return this.request("
|
|
772
|
+
async DeletePolicyVersion(
|
|
773
|
+
req: DeletePolicyVersionRequest,
|
|
774
|
+
cb?: (error: string, rep: DeletePolicyVersionResponse) => void
|
|
775
|
+
): Promise<DeletePolicyVersionResponse> {
|
|
776
|
+
return this.request("DeletePolicyVersion", req, cb)
|
|
754
777
|
}
|
|
755
778
|
|
|
756
779
|
/**
|
|
@@ -984,13 +1007,13 @@ export class Client extends AbstractClient {
|
|
|
984
1007
|
}
|
|
985
1008
|
|
|
986
1009
|
/**
|
|
987
|
-
*
|
|
1010
|
+
* 删除用户权限边界
|
|
988
1011
|
*/
|
|
989
|
-
async
|
|
990
|
-
req:
|
|
991
|
-
cb?: (error: string, rep:
|
|
992
|
-
): Promise<
|
|
993
|
-
return this.request("
|
|
1012
|
+
async DeleteUserPermissionsBoundary(
|
|
1013
|
+
req: DeleteUserPermissionsBoundaryRequest,
|
|
1014
|
+
cb?: (error: string, rep: DeleteUserPermissionsBoundaryResponse) => void
|
|
1015
|
+
): Promise<DeleteUserPermissionsBoundaryResponse> {
|
|
1016
|
+
return this.request("DeleteUserPermissionsBoundary", req, cb)
|
|
994
1017
|
}
|
|
995
1018
|
|
|
996
1019
|
/**
|
|
@@ -1073,16 +1096,6 @@ export class Client extends AbstractClient {
|
|
|
1073
1096
|
return this.request("GetRole", req, cb)
|
|
1074
1097
|
}
|
|
1075
1098
|
|
|
1076
|
-
/**
|
|
1077
|
-
* 本接口(DeletePolicyVersion)可用于删除一个策略的策略版本。
|
|
1078
|
-
*/
|
|
1079
|
-
async DeletePolicyVersion(
|
|
1080
|
-
req: DeletePolicyVersionRequest,
|
|
1081
|
-
cb?: (error: string, rep: DeletePolicyVersionResponse) => void
|
|
1082
|
-
): Promise<DeletePolicyVersionResponse> {
|
|
1083
|
-
return this.request("DeletePolicyVersion", req, cb)
|
|
1084
|
-
}
|
|
1085
|
-
|
|
1086
1099
|
/**
|
|
1087
1100
|
* 本接口(ListPolicies)可用于查询策略列表。
|
|
1088
1101
|
*/
|
|
@@ -821,6 +821,24 @@ export interface CreateAccessKeyRequest {
|
|
|
821
821
|
TargetUin?: number
|
|
822
822
|
}
|
|
823
823
|
|
|
824
|
+
/**
|
|
825
|
+
* BuildDataFlowAuthToken请求参数结构体
|
|
826
|
+
*/
|
|
827
|
+
export interface BuildDataFlowAuthTokenRequest {
|
|
828
|
+
/**
|
|
829
|
+
* 资源ID
|
|
830
|
+
*/
|
|
831
|
+
ResourceId: string
|
|
832
|
+
/**
|
|
833
|
+
* 资源地域
|
|
834
|
+
*/
|
|
835
|
+
ResourceRegion: string
|
|
836
|
+
/**
|
|
837
|
+
* 资源用户名
|
|
838
|
+
*/
|
|
839
|
+
ResourceAccount: string
|
|
840
|
+
}
|
|
841
|
+
|
|
824
842
|
/**
|
|
825
843
|
* GetRolePermissionBoundary返回参数结构体
|
|
826
844
|
*/
|
|
@@ -1405,6 +1423,24 @@ export interface CreatePolicyResponse {
|
|
|
1405
1423
|
RequestId?: string
|
|
1406
1424
|
}
|
|
1407
1425
|
|
|
1426
|
+
/**
|
|
1427
|
+
* ListGroups返回参数结构体
|
|
1428
|
+
*/
|
|
1429
|
+
export interface ListGroupsResponse {
|
|
1430
|
+
/**
|
|
1431
|
+
* 用户组总数。
|
|
1432
|
+
*/
|
|
1433
|
+
TotalNum?: number
|
|
1434
|
+
/**
|
|
1435
|
+
* 用户组数组信息。
|
|
1436
|
+
*/
|
|
1437
|
+
GroupInfo?: Array<GroupInfo>
|
|
1438
|
+
/**
|
|
1439
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1440
|
+
*/
|
|
1441
|
+
RequestId?: string
|
|
1442
|
+
}
|
|
1443
|
+
|
|
1408
1444
|
/**
|
|
1409
1445
|
* DetachRolePolicy请求参数结构体
|
|
1410
1446
|
*/
|
|
@@ -1706,6 +1742,21 @@ export interface UpdateRoleConsoleLoginRequest {
|
|
|
1706
1742
|
RoleName?: string
|
|
1707
1743
|
}
|
|
1708
1744
|
|
|
1745
|
+
/**
|
|
1746
|
+
* BuildDataFlowAuthToken返回参数结构体
|
|
1747
|
+
*/
|
|
1748
|
+
export interface BuildDataFlowAuthTokenResponse {
|
|
1749
|
+
/**
|
|
1750
|
+
* 认证凭据AuthToken信息
|
|
1751
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1752
|
+
*/
|
|
1753
|
+
Credentials?: AuthToken
|
|
1754
|
+
/**
|
|
1755
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1756
|
+
*/
|
|
1757
|
+
RequestId?: string
|
|
1758
|
+
}
|
|
1759
|
+
|
|
1709
1760
|
/**
|
|
1710
1761
|
* UpdateUser返回参数结构体
|
|
1711
1762
|
*/
|
|
@@ -1876,28 +1927,6 @@ export interface SAMLProviderInfo {
|
|
|
1876
1927
|
ModifyTime: string
|
|
1877
1928
|
}
|
|
1878
1929
|
|
|
1879
|
-
/**
|
|
1880
|
-
* 用于ListPoliciesGrantingServiceAccess接口的Policy节点
|
|
1881
|
-
*/
|
|
1882
|
-
export interface ListGrantServiceAccessPolicy {
|
|
1883
|
-
/**
|
|
1884
|
-
* 策略ID
|
|
1885
|
-
*/
|
|
1886
|
-
PolicyId: string
|
|
1887
|
-
/**
|
|
1888
|
-
* 策略名
|
|
1889
|
-
*/
|
|
1890
|
-
PolicyName: string
|
|
1891
|
-
/**
|
|
1892
|
-
* 策略类型: Custom自定义策略,Presetting预设策略
|
|
1893
|
-
*/
|
|
1894
|
-
PolicyType: string
|
|
1895
|
-
/**
|
|
1896
|
-
* 策略描述
|
|
1897
|
-
*/
|
|
1898
|
-
PolicyDescription: string
|
|
1899
|
-
}
|
|
1900
|
-
|
|
1901
1930
|
/**
|
|
1902
1931
|
* DisableUserSSO请求参数结构体
|
|
1903
1932
|
*/
|
|
@@ -2190,21 +2219,40 @@ export interface ListAttachedUserPoliciesResponse {
|
|
|
2190
2219
|
}
|
|
2191
2220
|
|
|
2192
2221
|
/**
|
|
2193
|
-
*
|
|
2222
|
+
* 认证凭据Token
|
|
2194
2223
|
*/
|
|
2195
|
-
export interface
|
|
2224
|
+
export interface AuthToken {
|
|
2196
2225
|
/**
|
|
2197
|
-
*
|
|
2226
|
+
* 认证Token
|
|
2198
2227
|
*/
|
|
2199
|
-
|
|
2228
|
+
Token?: string
|
|
2200
2229
|
/**
|
|
2201
|
-
*
|
|
2230
|
+
* 服务器时间戳
|
|
2231
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2202
2232
|
*/
|
|
2203
|
-
|
|
2233
|
+
CurrentTime?: number
|
|
2204
2234
|
/**
|
|
2205
|
-
*
|
|
2235
|
+
* 毫秒时间戳,根据轮转周期准确计算得到
|
|
2236
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2206
2237
|
*/
|
|
2207
|
-
|
|
2238
|
+
NextRotationTime?: number
|
|
2239
|
+
/**
|
|
2240
|
+
* 毫秒,如果轮转失败则为 -1
|
|
2241
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2242
|
+
*/
|
|
2243
|
+
LastRotationTimeCost?: number
|
|
2244
|
+
/**
|
|
2245
|
+
* 成功:success
|
|
2246
|
+
失败:failed
|
|
2247
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2248
|
+
*/
|
|
2249
|
+
RotationStatus?: string
|
|
2250
|
+
/**
|
|
2251
|
+
* 成功:success
|
|
2252
|
+
失败:失败信息
|
|
2253
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2254
|
+
*/
|
|
2255
|
+
RotationMessage?: string
|
|
2208
2256
|
}
|
|
2209
2257
|
|
|
2210
2258
|
/**
|
|
@@ -2502,9 +2550,33 @@ export interface CreateUserOIDCConfigRequest {
|
|
|
2502
2550
|
}
|
|
2503
2551
|
|
|
2504
2552
|
/**
|
|
2505
|
-
*
|
|
2553
|
+
* AddUser返回参数结构体
|
|
2506
2554
|
*/
|
|
2507
|
-
export interface
|
|
2555
|
+
export interface AddUserResponse {
|
|
2556
|
+
/**
|
|
2557
|
+
* 子用户 UIN
|
|
2558
|
+
*/
|
|
2559
|
+
Uin?: number
|
|
2560
|
+
/**
|
|
2561
|
+
* 子用户用户名
|
|
2562
|
+
*/
|
|
2563
|
+
Name?: string
|
|
2564
|
+
/**
|
|
2565
|
+
* 如果输入参数组合为自动生成随机密码,则返回生成的密码
|
|
2566
|
+
*/
|
|
2567
|
+
Password?: string
|
|
2568
|
+
/**
|
|
2569
|
+
* 子用户密钥 ID
|
|
2570
|
+
*/
|
|
2571
|
+
SecretId?: string
|
|
2572
|
+
/**
|
|
2573
|
+
* 子用户密钥 Key
|
|
2574
|
+
*/
|
|
2575
|
+
SecretKey?: string
|
|
2576
|
+
/**
|
|
2577
|
+
* 子用户 UID
|
|
2578
|
+
*/
|
|
2579
|
+
Uid?: number
|
|
2508
2580
|
/**
|
|
2509
2581
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2510
2582
|
*/
|
|
@@ -3418,37 +3490,25 @@ export interface PolicyVersionDetail {
|
|
|
3418
3490
|
}
|
|
3419
3491
|
|
|
3420
3492
|
/**
|
|
3421
|
-
*
|
|
3493
|
+
* 用于ListPoliciesGrantingServiceAccess接口的Policy节点
|
|
3422
3494
|
*/
|
|
3423
|
-
export interface
|
|
3424
|
-
/**
|
|
3425
|
-
* 子用户 UIN
|
|
3426
|
-
*/
|
|
3427
|
-
Uin?: number
|
|
3428
|
-
/**
|
|
3429
|
-
* 子用户用户名
|
|
3430
|
-
*/
|
|
3431
|
-
Name?: string
|
|
3432
|
-
/**
|
|
3433
|
-
* 如果输入参数组合为自动生成随机密码,则返回生成的密码
|
|
3434
|
-
*/
|
|
3435
|
-
Password?: string
|
|
3495
|
+
export interface ListGrantServiceAccessPolicy {
|
|
3436
3496
|
/**
|
|
3437
|
-
*
|
|
3497
|
+
* 策略ID
|
|
3438
3498
|
*/
|
|
3439
|
-
|
|
3499
|
+
PolicyId: string
|
|
3440
3500
|
/**
|
|
3441
|
-
*
|
|
3501
|
+
* 策略名
|
|
3442
3502
|
*/
|
|
3443
|
-
|
|
3503
|
+
PolicyName: string
|
|
3444
3504
|
/**
|
|
3445
|
-
*
|
|
3505
|
+
* 策略类型: Custom自定义策略,Presetting预设策略
|
|
3446
3506
|
*/
|
|
3447
|
-
|
|
3507
|
+
PolicyType: string
|
|
3448
3508
|
/**
|
|
3449
|
-
*
|
|
3509
|
+
* 策略描述
|
|
3450
3510
|
*/
|
|
3451
|
-
|
|
3511
|
+
PolicyDescription: string
|
|
3452
3512
|
}
|
|
3453
3513
|
|
|
3454
3514
|
/**
|
|
@@ -3669,6 +3729,16 @@ export interface ListAttachedUserPoliciesRequest {
|
|
|
3669
3729
|
Rp?: number
|
|
3670
3730
|
}
|
|
3671
3731
|
|
|
3732
|
+
/**
|
|
3733
|
+
* AttachGroupPolicy返回参数结构体
|
|
3734
|
+
*/
|
|
3735
|
+
export interface AttachGroupPolicyResponse {
|
|
3736
|
+
/**
|
|
3737
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3738
|
+
*/
|
|
3739
|
+
RequestId?: string
|
|
3740
|
+
}
|
|
3741
|
+
|
|
3672
3742
|
/**
|
|
3673
3743
|
* UpdatePolicy请求参数结构体
|
|
3674
3744
|
*/
|
|
@@ -45,8 +45,10 @@ export class Client extends AbstractClient {
|
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
/**
|
|
48
|
-
|
|
49
|
-
|
|
48
|
+
* 这些接口是传统版堡垒机接口.数审未用到,堡垒机的已全部迁移到dasb下,cds这边预下线
|
|
49
|
+
|
|
50
|
+
获取镜像列表
|
|
51
|
+
*/
|
|
50
52
|
async DescribeDasbImageIds(
|
|
51
53
|
req?: DescribeDasbImageIdsRequest,
|
|
52
54
|
cb?: (error: string, rep: DescribeDasbImageIdsResponse) => void
|
|
@@ -3917,6 +3917,10 @@ export interface CreateExportRequest {
|
|
|
3917
3917
|
0:Lucene语法,1:CQL语法。
|
|
3918
3918
|
*/
|
|
3919
3919
|
SyntaxRule?: number
|
|
3920
|
+
/**
|
|
3921
|
+
* 导出字段
|
|
3922
|
+
*/
|
|
3923
|
+
DerivedFields?: Array<string>
|
|
3920
3924
|
}
|
|
3921
3925
|
|
|
3922
3926
|
/**
|
|
@@ -4750,6 +4754,11 @@ export interface ExportInfo {
|
|
|
4750
4754
|
0:Lucene语法,1:CQL语法。
|
|
4751
4755
|
*/
|
|
4752
4756
|
SyntaxRule?: number
|
|
4757
|
+
/**
|
|
4758
|
+
* 导出字段
|
|
4759
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4760
|
+
*/
|
|
4761
|
+
DerivedFields?: Array<string>
|
|
4753
4762
|
}
|
|
4754
4763
|
|
|
4755
4764
|
/**
|