tencentcloud-sdk-nodejs 4.0.576 → 4.0.577
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 +304 -0
- package/SERVICE_CHANGELOG.md +387 -113
- package/package.json +1 -1
- package/products.md +25 -24
- package/src/common/sdk_version.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +10 -4
- package/src/services/bma/v20210624/bma_client.ts +4 -2
- package/src/services/cdb/v20170320/cdb_models.ts +5 -0
- package/src/services/cfs/v20190719/cfs_models.ts +2 -2
- package/src/services/cls/v20201016/cls_client.ts +3 -2
- package/src/services/cls/v20201016/cls_models.ts +75 -53
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +1 -1
- package/src/services/cwp/v20180228/cwp_models.ts +59 -59
- package/src/services/dasb/v20191018/dasb_client.ts +124 -6
- package/src/services/dasb/v20191018/dasb_models.ts +1218 -104
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +13 -0
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +140 -0
- package/src/services/dlc/v20210125/dlc_models.ts +10 -0
- package/src/services/dnspod/v20210323/dnspod_models.ts +6 -0
- package/src/services/ess/v20201111/ess_client.ts +6 -4
- package/src/services/ess/v20201111/ess_models.ts +4 -4
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
- package/src/services/index.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +17 -0
- package/src/services/mongodb/v20190725/mongodb_client.ts +18 -6
- package/src/services/mongodb/v20190725/mongodb_models.ts +158 -106
- package/src/services/monitor/v20180724/monitor_models.ts +4 -4
- package/src/services/tiw/v20190919/tiw_client.ts +134 -35
- package/src/services/tiw/v20190919/tiw_models.ts +433 -41
- package/src/services/trtc/v20190722/trtc_models.ts +5 -5
- package/src/services/vrs/index.ts +5 -0
- package/src/services/vrs/v20200824/index.ts +6 -0
- package/src/services/vrs/v20200824/vrs_client.ts +99 -0
- package/src/services/vrs/v20200824/vrs_models.ts +313 -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 +9 -4
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +3 -1
- package/tencentcloud/services/bma/v20210624/bma_client.js +3 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +63 -44
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +59 -59
- package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +37 -1
- package/tencentcloud/services/dasb/v20191018/dasb_client.js +54 -0
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +1005 -85
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +116 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -0
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +5 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -4
- package/tencentcloud/services/ess/v20201111/ess_client.js +6 -4
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -2
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +14 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +8 -4
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +9 -3
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +139 -92
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -4
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +44 -12
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +63 -15
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +378 -39
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -5
- package/tencentcloud/services/vrs/index.d.ts +6 -0
- package/tencentcloud/services/vrs/index.js +7 -0
- package/tencentcloud/services/vrs/v20200824/index.d.ts +6 -0
- package/tencentcloud/services/vrs/v20200824/index.js +9 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +40 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +69 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +257 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.js +18 -0
- package/test/dasb.v20191018.test.js +90 -0
- package/test/dbbrain.v20210527.test.js +10 -0
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/tiw.v20190919.test.js +88 -8
- package/test/vrs.v20200824.test.js +61 -0
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-03-30 01:03:40 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-03-30 01:03:52 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-03-30 01:03:59 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-11 01:03:45 |
|
|
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-03-30 01:04:12 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-03-30 01:04:35 |
|
|
30
30
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2023-03-30 01:04:44 |
|
|
31
31
|
| bmlb | [黑石负载均衡](https://cloud.tencent.com/document/product/1027) | 2023-03-30 01:04:50 |
|
|
32
32
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2023-03-30 01:05:04 |
|
|
33
|
-
| bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-
|
|
33
|
+
| bpaas | [商业流程服务](https://cloud.tencent.com/document/product/1083) | 2023-04-11 01:05:04 |
|
|
34
34
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-03-30 01:05:21 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-03-30 01:05:24 |
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-04-06 20:55:55 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-03-30 17:11:05 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-
|
|
41
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-04-11 01:05:48 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-05 01:10:00 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-04-05 01:11:35 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-11 01:06:22 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-30 01:08:00 |
|
|
46
46
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-04-07 01:14:24 |
|
|
47
47
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-03-30 01:08:37 |
|
|
48
48
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-04-03 01:07:25 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-03-30 01:08:46 |
|
|
50
|
-
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-
|
|
50
|
+
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-04-11 01:07:58 |
|
|
51
51
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-05 01:16:43 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-03-30 01:09:19 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-03-30 01:09:27 |
|
|
@@ -59,40 +59,40 @@
|
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-04-05 01:18:15 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-03-30 01:10:35 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-04-05 01:18:28 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-04-11 01:09:59 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-03-30 01:11:29 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-03-30 01:11:46 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
66
66
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-03-30 01:11:55 |
|
|
67
67
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
68
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-
|
|
69
|
-
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-
|
|
68
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-11 01:11:51 |
|
|
69
|
+
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-11 01:12:54 |
|
|
70
70
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
71
71
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-03-30 01:33:24 |
|
|
72
|
-
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-
|
|
72
|
+
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-11 01:14:47 |
|
|
73
73
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
74
74
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-03-30 01:33:58 |
|
|
75
|
-
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-
|
|
75
|
+
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-04-11 01:16:00 |
|
|
76
76
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2023-03-30 01:34:45 |
|
|
77
77
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2023-04-07 01:43:48 |
|
|
78
78
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-04-04 01:14:38 |
|
|
79
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-04-
|
|
80
|
-
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-
|
|
81
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-
|
|
79
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-04-11 01:16:50 |
|
|
80
|
+
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-04-11 01:17:18 |
|
|
81
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-04-11 01:17:42 |
|
|
82
82
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-03-30 01:36:07 |
|
|
83
83
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-03-30 01:36:11 |
|
|
84
84
|
| dtf | [分布式事务](https://cloud.tencent.com/document/product/1224) | 2022-04-04 06:38:57 |
|
|
85
85
|
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-03-30 01:36:23 |
|
|
86
|
-
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-
|
|
86
|
+
| eb | [事件总线](https://cloud.tencent.com/document/product/1359) | 2023-04-11 01:18:48 |
|
|
87
87
|
| ecc | [英文作文批改](https://cloud.tencent.com/document/product/1076) | 2023-03-30 01:36:45 |
|
|
88
88
|
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-03-30 01:36:48 |
|
|
89
89
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-03-30 01:36:56 |
|
|
90
90
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-03-30 01:37:29 |
|
|
91
91
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-03-30 01:37:41 |
|
|
92
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-04-
|
|
92
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-04-11 01:19:59 |
|
|
93
93
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-03-31 01:26:31 |
|
|
94
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-
|
|
95
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-
|
|
94
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-04-11 01:20:36 |
|
|
95
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-11 01:21:07 |
|
|
96
96
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-03-30 01:38:40 |
|
|
97
97
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-03-29 17:00:58 |
|
|
98
98
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-03-30 01:38:53 |
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-03-30 01:43:25 |
|
|
124
124
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-03-30 01:43:33 |
|
|
125
125
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-03-30 01:43:44 |
|
|
126
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-
|
|
126
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-11 01:26:50 |
|
|
127
127
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-03 01:23:59 |
|
|
128
128
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-03-30 01:46:01 |
|
|
129
129
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
@@ -134,8 +134,8 @@
|
|
|
134
134
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
135
135
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-03-30 01:46:57 |
|
|
136
136
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-03-30 01:47:02 |
|
|
137
|
-
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-04-
|
|
138
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-
|
|
137
|
+
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-04-11 01:28:42 |
|
|
138
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-11 01:29:08 |
|
|
139
139
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-07 02:02:58 |
|
|
140
140
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-03-30 01:49:08 |
|
|
141
141
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-03-30 01:49:16 |
|
|
@@ -202,7 +202,7 @@
|
|
|
202
202
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
203
203
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-03-30 02:30:09 |
|
|
204
204
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-04-07 02:48:14 |
|
|
205
|
-
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-
|
|
205
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-11 01:42:49 |
|
|
206
206
|
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-10 02:04:46 |
|
|
207
207
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
208
208
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-03-30 02:45:27 |
|
|
@@ -211,16 +211,17 @@
|
|
|
211
211
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
|
|
212
212
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-05 02:05:09 |
|
|
213
213
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-10 02:06:44 |
|
|
214
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-
|
|
215
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-
|
|
214
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-11 01:44:58 |
|
|
215
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-11 01:45:16 |
|
|
216
216
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-07 02:51:53 |
|
|
217
217
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
|
|
218
218
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-03-30 02:47:14 |
|
|
219
219
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
|
|
220
220
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
|
|
221
221
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
|
|
222
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-
|
|
222
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-04-11 01:47:42 |
|
|
223
223
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-04 01:53:39 |
|
|
224
|
+
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-04-11 09:31:00 |
|
|
224
225
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-05 02:09:55 |
|
|
225
226
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
|
|
226
227
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-04 02:21:01 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.577"
|
|
@@ -1915,13 +1915,13 @@ export interface DescribeBillResourceSummaryResponse {
|
|
|
1915
1915
|
/**
|
|
1916
1916
|
* 资源汇总列表
|
|
1917
1917
|
*/
|
|
1918
|
-
ResourceSummarySet
|
|
1918
|
+
ResourceSummarySet?: Array<BillResourceSummary>
|
|
1919
1919
|
|
|
1920
1920
|
/**
|
|
1921
1921
|
* 资源汇总列表总数
|
|
1922
1922
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1923
1923
|
*/
|
|
1924
|
-
Total
|
|
1924
|
+
Total?: number
|
|
1925
1925
|
|
|
1926
1926
|
/**
|
|
1927
1927
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2507,6 +2507,12 @@ export interface BillDetail {
|
|
|
2507
2507
|
* 项目ID:资源所属项目ID
|
|
2508
2508
|
*/
|
|
2509
2509
|
ProjectId: number
|
|
2510
|
+
|
|
2511
|
+
/**
|
|
2512
|
+
* 价格属性
|
|
2513
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2514
|
+
*/
|
|
2515
|
+
PriceInfo?: Array<string>
|
|
2510
2516
|
}
|
|
2511
2517
|
|
|
2512
2518
|
/**
|
|
@@ -2635,13 +2641,13 @@ export interface DescribeBillDetailResponse {
|
|
|
2635
2641
|
/**
|
|
2636
2642
|
* 详情列表
|
|
2637
2643
|
*/
|
|
2638
|
-
DetailSet
|
|
2644
|
+
DetailSet?: Array<BillDetail>
|
|
2639
2645
|
|
|
2640
2646
|
/**
|
|
2641
2647
|
* 总记录数
|
|
2642
2648
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2643
2649
|
*/
|
|
2644
|
-
Total
|
|
2650
|
+
Total?: number
|
|
2645
2651
|
|
|
2646
2652
|
/**
|
|
2647
2653
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -207,8 +207,10 @@ export class Client extends AbstractClient {
|
|
|
207
207
|
}
|
|
208
208
|
|
|
209
209
|
/**
|
|
210
|
-
|
|
211
|
-
|
|
210
|
+
* 不对外提供接口能力了
|
|
211
|
+
|
|
212
|
+
版权保护-新建取证接口
|
|
213
|
+
*/
|
|
212
214
|
async CreateCRObtain(
|
|
213
215
|
req: CreateCRObtainRequest,
|
|
214
216
|
cb?: (error: string, rep: CreateCRObtainResponse) => void
|
|
@@ -1631,6 +1631,11 @@ export interface UpgradeDBInstanceRequest {
|
|
|
1631
1631
|
* 主节点可用区,该值仅在跨区迁移时生效。仅支持同地域下的可用区进行迁移。
|
|
1632
1632
|
*/
|
|
1633
1633
|
ZoneId?: string
|
|
1634
|
+
|
|
1635
|
+
/**
|
|
1636
|
+
* 针对跨集群搬迁场景,选择同可用区RO的处理逻辑。together-同可用区RO跟随主实例迁移至目标可用区(默认选项),severally-同可用区RO保持原部署模式、不迁移至目标可用区。
|
|
1637
|
+
*/
|
|
1638
|
+
RoTransType?: string
|
|
1634
1639
|
}
|
|
1635
1640
|
|
|
1636
1641
|
/**
|
|
@@ -1504,7 +1504,7 @@ export interface UpdateAutoSnapshotPolicyRequest {
|
|
|
1504
1504
|
IsActivated?: number
|
|
1505
1505
|
|
|
1506
1506
|
/**
|
|
1507
|
-
*
|
|
1507
|
+
* 定期快照在每月的第几天创建快照,该参数与DayOfWeek互斥
|
|
1508
1508
|
*/
|
|
1509
1509
|
DayOfMonth?: string
|
|
1510
1510
|
|
|
@@ -2084,7 +2084,7 @@ export interface CreateAutoSnapshotPolicyRequest {
|
|
|
2084
2084
|
AliveDays?: number
|
|
2085
2085
|
|
|
2086
2086
|
/**
|
|
2087
|
-
* 快照按月重复,每月1-31
|
|
2087
|
+
* 快照按月重复,每月1-31号,选择一天,每月将在这一天自动创建快照。
|
|
2088
2088
|
*/
|
|
2089
2089
|
DayOfMonth?: string
|
|
2090
2090
|
|
|
@@ -26,7 +26,7 @@ import {
|
|
|
26
26
|
DescribeLogHistogramRequest,
|
|
27
27
|
DescribeLogContextRequest,
|
|
28
28
|
DeleteShipperRequest,
|
|
29
|
-
|
|
29
|
+
DynamicIndex,
|
|
30
30
|
DeleteLogsetResponse,
|
|
31
31
|
ParquetKeyInfo,
|
|
32
32
|
DescribeCosRechargesResponse,
|
|
@@ -48,7 +48,7 @@ import {
|
|
|
48
48
|
DescribeShippersResponse,
|
|
49
49
|
CreateConfigExtraResponse,
|
|
50
50
|
ModifyShipperResponse,
|
|
51
|
-
|
|
51
|
+
ModifyTopicRequest,
|
|
52
52
|
ContainerWorkLoadInfo,
|
|
53
53
|
DescribeConfigExtrasResponse,
|
|
54
54
|
CallBackInfo,
|
|
@@ -196,6 +196,7 @@ import {
|
|
|
196
196
|
DeleteTopicResponse,
|
|
197
197
|
CosRechargeInfo,
|
|
198
198
|
ConsumerContent,
|
|
199
|
+
RetryShipperTaskRequest,
|
|
199
200
|
CreateExportResponse,
|
|
200
201
|
HostFileInfo,
|
|
201
202
|
KeyRegexInfo,
|
|
@@ -268,54 +268,14 @@ export interface DeleteShipperRequest {
|
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
/**
|
|
271
|
-
*
|
|
271
|
+
* 动态更新索引配置
|
|
272
272
|
*/
|
|
273
|
-
export interface
|
|
274
|
-
/**
|
|
275
|
-
* 日志主题ID
|
|
276
|
-
*/
|
|
277
|
-
TopicId: string
|
|
278
|
-
|
|
279
|
-
/**
|
|
280
|
-
* 日志主题名称
|
|
281
|
-
*/
|
|
282
|
-
TopicName?: string
|
|
283
|
-
|
|
284
|
-
/**
|
|
285
|
-
* 标签描述列表,通过指定该参数可以同时绑定标签到相应的日志主题。最大支持10个标签键值对,并且不能有重复的键值对。
|
|
286
|
-
*/
|
|
287
|
-
Tags?: Array<Tag>
|
|
288
|
-
|
|
289
|
-
/**
|
|
290
|
-
* 该日志主题是否开始采集
|
|
291
|
-
*/
|
|
292
|
-
Status?: boolean
|
|
293
|
-
|
|
294
|
-
/**
|
|
295
|
-
* 是否开启自动分裂
|
|
296
|
-
*/
|
|
297
|
-
AutoSplit?: boolean
|
|
298
|
-
|
|
299
|
-
/**
|
|
300
|
-
* 若开启最大分裂,该主题能够能够允许的最大分区数
|
|
301
|
-
*/
|
|
302
|
-
MaxSplitPartitions?: number
|
|
303
|
-
|
|
304
|
-
/**
|
|
305
|
-
* 生命周期,单位天,标准存储取值范围1\~3600,低频存储取值范围7\~3600。取值为3640时代表永久保存
|
|
306
|
-
*/
|
|
307
|
-
Period?: number
|
|
308
|
-
|
|
273
|
+
export interface DynamicIndex {
|
|
309
274
|
/**
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
Describes?: string
|
|
313
|
-
|
|
314
|
-
/**
|
|
315
|
-
* 0:关闭日志沉降。
|
|
316
|
-
非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
|
|
275
|
+
* 动态索引配置开关
|
|
276
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
317
277
|
*/
|
|
318
|
-
|
|
278
|
+
Status?: boolean
|
|
319
279
|
}
|
|
320
280
|
|
|
321
281
|
/**
|
|
@@ -515,6 +475,12 @@ export interface SearchLogResponse {
|
|
|
515
475
|
*/
|
|
516
476
|
Columns?: Array<Column>
|
|
517
477
|
|
|
478
|
+
/**
|
|
479
|
+
* 本次统计分析使用的采样率
|
|
480
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
481
|
+
*/
|
|
482
|
+
SamplingRate?: number
|
|
483
|
+
|
|
518
484
|
/**
|
|
519
485
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
520
486
|
*/
|
|
@@ -731,18 +697,54 @@ export interface ModifyShipperResponse {
|
|
|
731
697
|
}
|
|
732
698
|
|
|
733
699
|
/**
|
|
734
|
-
*
|
|
700
|
+
* ModifyTopic请求参数结构体
|
|
735
701
|
*/
|
|
736
|
-
export interface
|
|
702
|
+
export interface ModifyTopicRequest {
|
|
737
703
|
/**
|
|
738
|
-
*
|
|
704
|
+
* 日志主题ID
|
|
739
705
|
*/
|
|
740
|
-
|
|
706
|
+
TopicId: string
|
|
741
707
|
|
|
742
708
|
/**
|
|
743
|
-
*
|
|
709
|
+
* 日志主题名称
|
|
744
710
|
*/
|
|
745
|
-
|
|
711
|
+
TopicName?: string
|
|
712
|
+
|
|
713
|
+
/**
|
|
714
|
+
* 标签描述列表,通过指定该参数可以同时绑定标签到相应的日志主题。最大支持10个标签键值对,并且不能有重复的键值对。
|
|
715
|
+
*/
|
|
716
|
+
Tags?: Array<Tag>
|
|
717
|
+
|
|
718
|
+
/**
|
|
719
|
+
* 该日志主题是否开始采集
|
|
720
|
+
*/
|
|
721
|
+
Status?: boolean
|
|
722
|
+
|
|
723
|
+
/**
|
|
724
|
+
* 是否开启自动分裂
|
|
725
|
+
*/
|
|
726
|
+
AutoSplit?: boolean
|
|
727
|
+
|
|
728
|
+
/**
|
|
729
|
+
* 若开启最大分裂,该主题能够能够允许的最大分区数
|
|
730
|
+
*/
|
|
731
|
+
MaxSplitPartitions?: number
|
|
732
|
+
|
|
733
|
+
/**
|
|
734
|
+
* 生命周期,单位天,标准存储取值范围1\~3600,低频存储取值范围7\~3600。取值为3640时代表永久保存
|
|
735
|
+
*/
|
|
736
|
+
Period?: number
|
|
737
|
+
|
|
738
|
+
/**
|
|
739
|
+
* 日志主题描述
|
|
740
|
+
*/
|
|
741
|
+
Describes?: string
|
|
742
|
+
|
|
743
|
+
/**
|
|
744
|
+
* 0:关闭日志沉降。
|
|
745
|
+
非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
|
|
746
|
+
*/
|
|
747
|
+
HotPeriod?: number
|
|
746
748
|
}
|
|
747
749
|
|
|
748
750
|
/**
|
|
@@ -1301,7 +1303,6 @@ export interface ModifyMachineGroupResponse {
|
|
|
1301
1303
|
|
|
1302
1304
|
/**
|
|
1303
1305
|
* 索引规则,FullText、KeyValue、Tag参数必须输入一个有效参数
|
|
1304
|
-
|
|
1305
1306
|
*/
|
|
1306
1307
|
export interface RuleInfo {
|
|
1307
1308
|
/**
|
|
@@ -1321,6 +1322,12 @@ export interface RuleInfo {
|
|
|
1321
1322
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1322
1323
|
*/
|
|
1323
1324
|
Tag?: RuleTagInfo
|
|
1325
|
+
|
|
1326
|
+
/**
|
|
1327
|
+
* 动态索引配置,如果为空时代表未开启动态段索引
|
|
1328
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1329
|
+
*/
|
|
1330
|
+
DynamicIndex?: DynamicIndex
|
|
1324
1331
|
}
|
|
1325
1332
|
|
|
1326
1333
|
/**
|
|
@@ -4258,7 +4265,7 @@ export interface SearchLogRequest {
|
|
|
4258
4265
|
/**
|
|
4259
4266
|
* 检索语法规则,默认值为0。
|
|
4260
4267
|
0:Lucene语法,1:CQL语法。
|
|
4261
|
-
|
|
4268
|
+
详细说明参见<a href="https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules" target="_blank">检索条件语法规则</a>
|
|
4262
4269
|
*/
|
|
4263
4270
|
SyntaxRule?: number
|
|
4264
4271
|
}
|
|
@@ -4879,6 +4886,21 @@ export interface ConsumerContent {
|
|
|
4879
4886
|
TimestampAccuracy?: number
|
|
4880
4887
|
}
|
|
4881
4888
|
|
|
4889
|
+
/**
|
|
4890
|
+
* RetryShipperTask请求参数结构体
|
|
4891
|
+
*/
|
|
4892
|
+
export interface RetryShipperTaskRequest {
|
|
4893
|
+
/**
|
|
4894
|
+
* 投递规则ID
|
|
4895
|
+
*/
|
|
4896
|
+
ShipperId: string
|
|
4897
|
+
|
|
4898
|
+
/**
|
|
4899
|
+
* 投递任务ID
|
|
4900
|
+
*/
|
|
4901
|
+
TaskId: string
|
|
4902
|
+
}
|
|
4903
|
+
|
|
4882
4904
|
/**
|
|
4883
4905
|
* CreateExport返回参数结构体
|
|
4884
4906
|
*/
|
|
@@ -2004,7 +2004,7 @@ export interface StartInstancesRequest {
|
|
|
2004
2004
|
}
|
|
2005
2005
|
|
|
2006
2006
|
/**
|
|
2007
|
-
*
|
|
2007
|
+
* 标签键值对,可以通过调用 [DescribeTags](https://cloud.tencent.com/document/api/651/35316) 返回值中的 Tags 字段来获取。
|
|
2008
2008
|
*/
|
|
2009
2009
|
export interface Tag {
|
|
2010
2010
|
/**
|
|
@@ -2613,7 +2613,7 @@ IMPORTFAILED-导入失败
|
|
|
2613
2613
|
ImageState: string
|
|
2614
2614
|
|
|
2615
2615
|
/**
|
|
2616
|
-
*
|
|
2616
|
+
* 镜像来源平台,包括如TencentOS、 CentOS、 Windows、 Ubuntu、 Debian、Fedora等。
|
|
2617
2617
|
*/
|
|
2618
2618
|
Platform?: string
|
|
2619
2619
|
|