tencentcloud-sdk-nodejs 4.0.776 → 4.0.778
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 +176 -0
- package/SERVICE_CHANGELOG.md +164 -195
- package/package.json +1 -1
- package/products.md +16 -16
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/index.ts +2 -2
- package/src/services/btoe/index.ts +2 -2
- package/src/services/car/v20220110/car_client.ts +2 -2
- package/src/services/chdfs/index.ts +2 -2
- package/src/services/cii/index.ts +2 -2
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +6 -6
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +22 -10
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +3 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +69 -6
- package/src/services/dbbrain/index.ts +2 -2
- package/src/services/dnspod/v20210323/dnspod_models.ts +4 -0
- package/src/services/dts/v20211206/dts_client.ts +307 -24
- package/src/services/dts/v20211206/dts_models.ts +1721 -402
- package/src/services/ess/v20201111/ess_models.ts +10 -9
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -2
- package/src/services/iotcloud/index.ts +2 -2
- package/src/services/iotvideo/index.ts +2 -2
- package/src/services/mgobe/index.ts +2 -2
- package/src/services/mongodb/index.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +4 -0
- package/src/services/ocr/v20181119/ocr_models.ts +2 -0
- package/src/services/organization/index.ts +2 -2
- package/src/services/rum/v20210622/rum_client.ts +28 -64
- package/src/services/rum/v20210622/rum_models.ts +46 -134
- package/src/services/teo/index.ts +2 -2
- package/src/services/thpc/index.ts +2 -2
- package/src/services/tione/index.ts +2 -2
- package/src/services/trtc/v20190722/trtc_models.ts +2 -1
- package/src/services/tsw/index.ts +2 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/index.d.ts +4 -4
- package/tencentcloud/services/ams/index.js +2 -2
- package/tencentcloud/services/btoe/index.d.ts +4 -4
- package/tencentcloud/services/btoe/index.js +2 -2
- package/tencentcloud/services/car/v20220110/car_client.d.ts +2 -2
- package/tencentcloud/services/car/v20220110/car_client.js +2 -2
- package/tencentcloud/services/chdfs/index.d.ts +4 -4
- package/tencentcloud/services/chdfs/index.js +2 -2
- package/tencentcloud/services/cii/index.d.ts +4 -4
- package/tencentcloud/services/cii/index.js +2 -2
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +6 -6
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +6 -6
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +22 -10
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +67 -6
- package/tencentcloud/services/dbbrain/index.d.ts +4 -4
- package/tencentcloud/services/dbbrain/index.js +2 -2
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +4 -0
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +96 -3
- package/tencentcloud/services/dts/v20211206/dts_client.js +140 -3
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1677 -416
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +10 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -2
- package/tencentcloud/services/iotcloud/index.d.ts +4 -4
- package/tencentcloud/services/iotcloud/index.js +2 -2
- package/tencentcloud/services/iotvideo/index.d.ts +4 -4
- package/tencentcloud/services/iotvideo/index.js +2 -2
- package/tencentcloud/services/mgobe/index.d.ts +4 -4
- package/tencentcloud/services/mgobe/index.js +2 -2
- package/tencentcloud/services/mongodb/index.d.ts +4 -4
- package/tencentcloud/services/mongodb/index.js +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +2 -0
- package/tencentcloud/services/organization/index.d.ts +4 -4
- package/tencentcloud/services/organization/index.js +2 -2
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +9 -21
- package/tencentcloud/services/rum/v20210622/rum_client.js +12 -30
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +46 -128
- package/tencentcloud/services/teo/index.d.ts +4 -4
- package/tencentcloud/services/teo/index.js +2 -2
- package/tencentcloud/services/thpc/index.d.ts +4 -4
- package/tencentcloud/services/thpc/index.js +2 -2
- package/tencentcloud/services/tione/index.d.ts +4 -4
- package/tencentcloud/services/tione/index.js +2 -2
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -1
- package/tencentcloud/services/tsw/index.d.ts +4 -4
- package/tencentcloud/services/tsw/index.js +2 -2
- package/test/dts.v20211206.test.js +222 -2
- package/test/rum.v20210622.test.js +8 -38
package/products.md
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-01-01 00:02:00 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
|
-
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) |
|
|
25
|
+
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-01-10 01:07:00 |
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-01-09 01:07:19 |
|
|
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) | 2023-10-18 01:14:30 |
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-12-11 00:09:38 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-12-01 01:09:01 |
|
|
39
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) |
|
|
39
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-01-11 01:07:51 |
|
|
40
40
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-29 01:09:11 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-12-27 01:08:57 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-12-22 01:08:08 |
|
|
@@ -56,8 +56,8 @@
|
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
58
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2023-12-18 10:51:23 |
|
|
59
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-01-
|
|
60
|
-
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) |
|
|
59
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-01-10 01:09:43 |
|
|
60
|
+
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-11 01:09:52 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
63
63
|
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-12-26 01:10:29 |
|
|
@@ -69,25 +69,25 @@
|
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
70
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-12-29 01:11:43 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
72
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-01-01
|
|
72
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-01-10 01:10:38 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-01-05 01:11:37 |
|
|
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) |
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-01-10 01:11:56 |
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-01-05 01:13:10 |
|
|
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 |
|
|
79
79
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-10-09 01:12:39 |
|
|
80
80
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-08-22 01:11:33 |
|
|
81
|
-
| dc | [专线接入](https://cloud.tencent.com/document/product/216) |
|
|
81
|
+
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-01-11 01:12:33 |
|
|
82
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
83
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-21 01:31:01 |
|
|
84
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) |
|
|
84
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-01-10 01:13:10 |
|
|
85
85
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-15 01:10:52 |
|
|
86
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
|
|
87
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
88
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
|
|
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-01-
|
|
90
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2024-01-10 01:13:50 |
|
|
91
91
|
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-12-15 19:35:27 |
|
|
92
92
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-09-13 01:42:58 |
|
|
93
93
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-08-17 03:03:04 |
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-25 00:10:01 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-03 01:15:03 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-10 01:15:05 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-11 01:14:56 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-27 01:19:47 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-12-01 01:19:47 |
|
|
147
147
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-12-27 01:26:46 |
|
|
148
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) |
|
|
148
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-01-10 01:19:07 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-09 01:20:43 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-01-08 00:14:42 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
|
|
@@ -154,7 +154,7 @@
|
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
156
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-05 01:21:32 |
|
|
157
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-01-
|
|
157
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-01-10 01:20:04 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-01-05 01:21:57 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-12-25 00:15:53 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
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
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) |
|
|
170
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2024-01-10 01:21:10 |
|
|
171
171
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-12-29 01:22:39 |
|
|
172
172
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-12-25 00:16:59 |
|
|
173
173
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
|
|
@@ -223,7 +223,7 @@
|
|
|
223
223
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-01-04 01:25:28 |
|
|
224
224
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-29 01:27:21 |
|
|
225
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
226
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-01-
|
|
226
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-01-11 01:25:31 |
|
|
227
227
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-12-29 01:27:46 |
|
|
228
228
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-01-05 01:28:46 |
|
|
229
229
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-12-22 01:27:31 |
|
|
233
233
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
234
234
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-01-09 01:28:56 |
|
|
235
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) |
|
|
235
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-01-10 01:27:20 |
|
|
236
236
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
237
237
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-26 02:05:35 |
|
|
238
238
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.778"
|
|
@@ -62,7 +62,7 @@ export class Client extends AbstractClient {
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
/**
|
|
65
|
-
*
|
|
65
|
+
* 开始云端推流。云端推流 codec 根据客户端(SDK)能力来自动选择,默认优先顺序为 H265、H264、VP8、VP9。
|
|
66
66
|
*/
|
|
67
67
|
async StartPublishStream(
|
|
68
68
|
req: StartPublishStreamRequest,
|
|
@@ -82,7 +82,7 @@ export class Client extends AbstractClient {
|
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
/**
|
|
85
|
-
* 开始云端推流到指定URL。该推流方式需要单独计费,详细计费方式请查看[指定地址推流费用说明](https://cloud.tencent.com/document/product/1547/72168#98ac188a-d122-4caf-88be-05268ecefdf6)
|
|
85
|
+
* 开始云端推流到指定URL。云端推流 codec 根据客户端(SDK)能力来自动选择,默认优先顺序为 H265、H264、VP8、VP9。该推流方式需要单独计费,详细计费方式请查看[指定地址推流费用说明](https://cloud.tencent.com/document/product/1547/72168#98ac188a-d122-4caf-88be-05268ecefdf6)
|
|
86
86
|
*/
|
|
87
87
|
async StartPublishStreamWithURL(
|
|
88
88
|
req: StartPublishStreamWithURLRequest,
|
|
@@ -78,7 +78,7 @@ export class Client extends AbstractClient {
|
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* 修改操作审计跟踪集
|
|
82
82
|
*/
|
|
83
83
|
async ModifyAuditTrack(
|
|
84
84
|
req: ModifyAuditTrackRequest,
|
|
@@ -98,7 +98,7 @@ export class Client extends AbstractClient {
|
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
/**
|
|
101
|
-
*
|
|
101
|
+
* 查询操作审计跟踪集详情
|
|
102
102
|
*/
|
|
103
103
|
async DescribeAuditTrack(
|
|
104
104
|
req: DescribeAuditTrackRequest,
|
|
@@ -118,7 +118,7 @@ export class Client extends AbstractClient {
|
|
|
118
118
|
}
|
|
119
119
|
|
|
120
120
|
/**
|
|
121
|
-
*
|
|
121
|
+
* 创建操作审计跟踪集
|
|
122
122
|
*/
|
|
123
123
|
async CreateAuditTrack(
|
|
124
124
|
req: CreateAuditTrackRequest,
|
|
@@ -148,7 +148,7 @@ export class Client extends AbstractClient {
|
|
|
148
148
|
}
|
|
149
149
|
|
|
150
150
|
/**
|
|
151
|
-
*
|
|
151
|
+
* 查询操作审计日志
|
|
152
152
|
*/
|
|
153
153
|
async DescribeEvents(
|
|
154
154
|
req: DescribeEventsRequest,
|
|
@@ -178,7 +178,7 @@ export class Client extends AbstractClient {
|
|
|
178
178
|
}
|
|
179
179
|
|
|
180
180
|
/**
|
|
181
|
-
*
|
|
181
|
+
* 查询操作审计跟踪集列表
|
|
182
182
|
*/
|
|
183
183
|
async DescribeAuditTracks(
|
|
184
184
|
req: DescribeAuditTracksRequest,
|
|
@@ -246,7 +246,7 @@ export class Client extends AbstractClient {
|
|
|
246
246
|
}
|
|
247
247
|
|
|
248
248
|
/**
|
|
249
|
-
*
|
|
249
|
+
* 删除操作审计跟踪集
|
|
250
250
|
*/
|
|
251
251
|
async DeleteAuditTrack(
|
|
252
252
|
req: DeleteAuditTrackRequest,
|
|
@@ -83,6 +83,16 @@ export interface Storage {
|
|
|
83
83
|
* 存储目录前缀,cos日志文件前缀仅支持字母和数字的组合,3-40个字符
|
|
84
84
|
*/
|
|
85
85
|
StoragePrefix: string
|
|
86
|
+
/**
|
|
87
|
+
* 被指定存储用户ID
|
|
88
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
89
|
+
*/
|
|
90
|
+
StorageAccountId?: string
|
|
91
|
+
/**
|
|
92
|
+
* 被指定存储用户appid
|
|
93
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
94
|
+
*/
|
|
95
|
+
StorageAppId?: string
|
|
86
96
|
}
|
|
87
97
|
|
|
88
98
|
/**
|
|
@@ -433,7 +443,7 @@ export interface CreateAuditTrackResponse {
|
|
|
433
443
|
/**
|
|
434
444
|
* 跟踪集 ID
|
|
435
445
|
*/
|
|
436
|
-
TrackId
|
|
446
|
+
TrackId?: number
|
|
437
447
|
/**
|
|
438
448
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
439
449
|
*/
|
|
@@ -446,10 +456,12 @@ export interface CreateAuditTrackResponse {
|
|
|
446
456
|
export interface Resource {
|
|
447
457
|
/**
|
|
448
458
|
* 资源类型
|
|
459
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
449
460
|
*/
|
|
450
461
|
ResourceType?: string
|
|
451
462
|
/**
|
|
452
463
|
* 资源名称
|
|
464
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
453
465
|
*/
|
|
454
466
|
ResourceName?: string
|
|
455
467
|
}
|
|
@@ -609,7 +621,7 @@ export interface DescribeEventsRequest {
|
|
|
609
621
|
*/
|
|
610
622
|
MaxResults?: number
|
|
611
623
|
/**
|
|
612
|
-
* 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)
|
|
624
|
+
* 检索条件(目前支持 RequestId:请求 ID、EventName:事件名称、ActionType:操作类型(Write:写;Read:读)、PrincipalId:子账号、ResourceType:资源类型、ResourceId:资源Id、ResourceName:资源名称、AccessKeyId:密钥 ID、SensitiveAction:是否敏感操作、ApiErrorCode:API 错误码、CamErrorCode:CAM 错误码、Tags:标签(AttributeValue格式:[{"key":"*","value":"*"}])备注:检索的各个条件间是与的关系,EventName传多个值内部是或的关系)
|
|
613
625
|
*/
|
|
614
626
|
LookupAttributes?: Array<LookupAttribute>
|
|
615
627
|
/**
|
|
@@ -822,36 +834,36 @@ export interface DescribeAuditTrackResponse {
|
|
|
822
834
|
/**
|
|
823
835
|
* 跟踪集名称
|
|
824
836
|
*/
|
|
825
|
-
Name
|
|
837
|
+
Name?: string
|
|
826
838
|
/**
|
|
827
839
|
* 跟踪事件类型(读:Read;写:Write;全部:*)
|
|
828
840
|
*/
|
|
829
|
-
ActionType
|
|
841
|
+
ActionType?: string
|
|
830
842
|
/**
|
|
831
843
|
* 跟踪事件所属产品(如:cos,全部:*)
|
|
832
844
|
*/
|
|
833
|
-
ResourceType
|
|
845
|
+
ResourceType?: string
|
|
834
846
|
/**
|
|
835
847
|
* 跟踪集状态(未开启:0;开启:1)
|
|
836
848
|
*/
|
|
837
|
-
Status
|
|
849
|
+
Status?: number
|
|
838
850
|
/**
|
|
839
851
|
* 跟踪事件接口名列表(全部:[*])
|
|
840
852
|
*/
|
|
841
|
-
EventNames
|
|
853
|
+
EventNames?: Array<string>
|
|
842
854
|
/**
|
|
843
855
|
* 数据投递存储(目前支持 cos、cls)
|
|
844
856
|
*/
|
|
845
|
-
Storage
|
|
857
|
+
Storage?: Storage
|
|
846
858
|
/**
|
|
847
859
|
* 跟踪集创建时间
|
|
848
860
|
*/
|
|
849
|
-
CreateTime
|
|
861
|
+
CreateTime?: string
|
|
850
862
|
/**
|
|
851
863
|
* 是否开启将集团成员操作日志投递到集团管理账号或者可信服务管理账号
|
|
852
864
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
853
865
|
*/
|
|
854
|
-
TrackForAllMembers
|
|
866
|
+
TrackForAllMembers?: number
|
|
855
867
|
/**
|
|
856
868
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
857
869
|
*/
|
|
@@ -787,11 +787,11 @@ export interface ResetInstanceRequest {
|
|
|
787
787
|
*/
|
|
788
788
|
LoginSettings?: LoginSettings
|
|
789
789
|
/**
|
|
790
|
-
*
|
|
790
|
+
* 增强服务。通过该参数可以指定是否开启云安全、云监控等服务。若不指定该参数,则默认公共镜像开启云监控、云安全服务;自定义镜像与镜像市场镜像默认不开启云监控,云安全服务,而使用镜像里保留的服务。
|
|
791
791
|
*/
|
|
792
792
|
EnhancedService?: EnhancedService
|
|
793
793
|
/**
|
|
794
|
-
* 重装系统时,可以指定修改实例的主机名。<br><li>点号(.)和短横线(-)不能作为 HostName
|
|
794
|
+
* 重装系统时,可以指定修改实例的主机名。<br><li>点号(.)和短横线(-)不能作为 HostName 的首尾字符,不能连续使用。</li><br><li>Windows 实例:主机名字符长度为[2, 15],允许字母(不限制大小写)、数字和短横线(-)组成,不支持点号(.),不能全是数字。</li><br><li>其他类型(Linux 等)实例:主机名字符长度为[2, 60],允许支持多个点号,点之间为一段,每段允许字母(不限制大小写)、数字和短横线(-)组成。</li>
|
|
795
795
|
*/
|
|
796
796
|
HostName?: string
|
|
797
797
|
/**
|
|
@@ -20,6 +20,7 @@ import { ClientConfig } from "../../../common/interface"
|
|
|
20
20
|
import {
|
|
21
21
|
ProxySpec,
|
|
22
22
|
RemoveClusterSlaveZoneRequest,
|
|
23
|
+
SlaveZoneStockInfo,
|
|
23
24
|
ModifyClusterNameRequest,
|
|
24
25
|
ModifyProxyRwSplitRequest,
|
|
25
26
|
DescribeRollbackTimeRangeRequest,
|
|
@@ -245,6 +246,7 @@ import {
|
|
|
245
246
|
UnbindClusterResourcePackagesResponse,
|
|
246
247
|
CreateAuditRuleTemplateRequest,
|
|
247
248
|
UpgradeProxyResponse,
|
|
249
|
+
OpenReadOnlyInstanceExclusiveAccessResponse,
|
|
248
250
|
GrantAccountPrivilegesResponse,
|
|
249
251
|
ModifyBackupConfigResponse,
|
|
250
252
|
ModifyProxyRwSplitResponse,
|
|
@@ -316,7 +318,7 @@ import {
|
|
|
316
318
|
DeleteClusterDatabaseRequest,
|
|
317
319
|
ModifiableInfo,
|
|
318
320
|
DescribeInstanceParamsResponse,
|
|
319
|
-
|
|
321
|
+
InstanceAbility,
|
|
320
322
|
DisassociateSecurityGroupsRequest,
|
|
321
323
|
ModifyBackupNameRequest,
|
|
322
324
|
DeleteAccountsRequest,
|
|
@@ -43,6 +43,27 @@ export interface RemoveClusterSlaveZoneRequest {
|
|
|
43
43
|
SlaveZone: string
|
|
44
44
|
}
|
|
45
45
|
|
|
46
|
+
/**
|
|
47
|
+
* 备可用区库存信息
|
|
48
|
+
*/
|
|
49
|
+
export interface SlaveZoneStockInfo {
|
|
50
|
+
/**
|
|
51
|
+
* 备可用区
|
|
52
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
53
|
+
*/
|
|
54
|
+
SlaveZone?: string
|
|
55
|
+
/**
|
|
56
|
+
* 备可用区的库存数量
|
|
57
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
58
|
+
*/
|
|
59
|
+
StockCount?: number
|
|
60
|
+
/**
|
|
61
|
+
* 备可用区是否有库存
|
|
62
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
63
|
+
*/
|
|
64
|
+
HasStock?: boolean
|
|
65
|
+
}
|
|
66
|
+
|
|
46
67
|
/**
|
|
47
68
|
* ModifyClusterName请求参数结构体
|
|
48
69
|
*/
|
|
@@ -1884,6 +1905,11 @@ export interface ZoneStockInfo {
|
|
|
1884
1905
|
* 库存数量
|
|
1885
1906
|
*/
|
|
1886
1907
|
StockCount?: number
|
|
1908
|
+
/**
|
|
1909
|
+
* 备可用区库存信息
|
|
1910
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1911
|
+
*/
|
|
1912
|
+
SlaveZoneStockInfos?: Array<SlaveZoneStockInfo>
|
|
1887
1913
|
}
|
|
1888
1914
|
|
|
1889
1915
|
/**
|
|
@@ -2713,6 +2739,14 @@ export interface IsolateInstanceRequest {
|
|
|
2713
2739
|
* 该参数已废弃
|
|
2714
2740
|
*/
|
|
2715
2741
|
DbType?: string
|
|
2742
|
+
/**
|
|
2743
|
+
* 实例退还原因类型
|
|
2744
|
+
*/
|
|
2745
|
+
IsolateReasonTypes?: Array<number | bigint>
|
|
2746
|
+
/**
|
|
2747
|
+
* 实例退还原因补充
|
|
2748
|
+
*/
|
|
2749
|
+
IsolateReason?: string
|
|
2716
2750
|
}
|
|
2717
2751
|
|
|
2718
2752
|
/**
|
|
@@ -3510,6 +3544,11 @@ pause
|
|
|
3510
3544
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3511
3545
|
*/
|
|
3512
3546
|
InstanceIndexMode?: string
|
|
3547
|
+
/**
|
|
3548
|
+
* 当前实例支持的能力
|
|
3549
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3550
|
+
*/
|
|
3551
|
+
InstanceAbility?: InstanceAbility
|
|
3513
3552
|
}
|
|
3514
3553
|
|
|
3515
3554
|
/**
|
|
@@ -5618,6 +5657,20 @@ export interface UpgradeProxyResponse {
|
|
|
5618
5657
|
RequestId?: string
|
|
5619
5658
|
}
|
|
5620
5659
|
|
|
5660
|
+
/**
|
|
5661
|
+
* OpenReadOnlyInstanceExclusiveAccess返回参数结构体
|
|
5662
|
+
*/
|
|
5663
|
+
export interface OpenReadOnlyInstanceExclusiveAccessResponse {
|
|
5664
|
+
/**
|
|
5665
|
+
* 开通流程ID
|
|
5666
|
+
*/
|
|
5667
|
+
FlowId?: number
|
|
5668
|
+
/**
|
|
5669
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5670
|
+
*/
|
|
5671
|
+
RequestId?: string
|
|
5672
|
+
}
|
|
5673
|
+
|
|
5621
5674
|
/**
|
|
5622
5675
|
* GrantAccountPrivileges返回参数结构体
|
|
5623
5676
|
*/
|
|
@@ -7782,17 +7835,19 @@ export interface DescribeInstanceParamsResponse {
|
|
|
7782
7835
|
}
|
|
7783
7836
|
|
|
7784
7837
|
/**
|
|
7785
|
-
*
|
|
7838
|
+
* 实例允许的操作列表
|
|
7786
7839
|
*/
|
|
7787
|
-
export interface
|
|
7840
|
+
export interface InstanceAbility {
|
|
7788
7841
|
/**
|
|
7789
|
-
*
|
|
7842
|
+
* 实例是否支持强制重启,可选值:yes:支持,no:不支持
|
|
7843
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7790
7844
|
*/
|
|
7791
|
-
|
|
7845
|
+
IsSupportForceRestart?: string
|
|
7792
7846
|
/**
|
|
7793
|
-
*
|
|
7847
|
+
* 不支持强制重启的原因
|
|
7848
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
7794
7849
|
*/
|
|
7795
|
-
|
|
7850
|
+
NonsupportForceRestartReason?: string
|
|
7796
7851
|
}
|
|
7797
7852
|
|
|
7798
7853
|
/**
|
|
@@ -8332,6 +8387,14 @@ export interface IsolateClusterRequest {
|
|
|
8332
8387
|
* 该参数已废用
|
|
8333
8388
|
*/
|
|
8334
8389
|
DbType?: string
|
|
8390
|
+
/**
|
|
8391
|
+
* 实例退还原因类型
|
|
8392
|
+
*/
|
|
8393
|
+
IsolateReasonTypes?: Array<number | bigint>
|
|
8394
|
+
/**
|
|
8395
|
+
* 实例退还原因补充
|
|
8396
|
+
*/
|
|
8397
|
+
IsolateReason?: string
|
|
8335
8398
|
}
|
|
8336
8399
|
|
|
8337
8400
|
/**
|