tencentcloud-sdk-nodejs 4.0.575 → 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 +577 -0
- package/SERVICE_CHANGELOG.md +654 -124
- package/package.json +1 -1
- package/products.md +34 -32
- 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 +9 -4
- package/src/services/cfs/v20190719/cfs_models.ts +2 -2
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
- package/src/services/clb/v20180317/clb_models.ts +16 -0
- package/src/services/cls/v20201016/cls_client.ts +3 -2
- package/src/services/cls/v20201016/cls_models.ts +86 -42
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/cwp/v20180228/cwp_client.ts +14 -1
- package/src/services/cwp/v20180228/cwp_models.ts +308 -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 +25 -0
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +178 -2
- package/src/services/dlc/v20210125/dlc_models.ts +10 -0
- package/src/services/dnspod/v20210323/dnspod_models.ts +6 -0
- package/src/services/emr/v20190103/emr_client.ts +28 -1
- package/src/services/emr/v20190103/emr_models.ts +134 -5
- package/src/services/ess/v20201111/ess_client.ts +7 -5
- package/src/services/ess/v20201111/ess_models.ts +5 -5
- package/src/services/essbasic/v20210526/essbasic_client.ts +4 -3
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/index.ts +2 -0
- package/src/services/lcic/v20220817/lcic_client.ts +14 -1
- package/src/services/lcic/v20220817/lcic_models.ts +147 -6
- package/src/services/mongodb/v20190725/mongodb_client.ts +21 -9
- package/src/services/mongodb/v20190725/mongodb_models.ts +171 -118
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +63 -4
- package/src/services/ocr/v20181119/ocr_client.ts +25 -6
- package/src/services/ocr/v20181119/ocr_models.ts +282 -159
- package/src/services/rum/v20210622/rum_models.ts +10 -5
- package/src/services/teo/v20220901/teo_models.ts +18 -10
- package/src/services/tiw/v20190919/tiw_client.ts +134 -35
- package/src/services/tiw/v20190919/tiw_models.ts +433 -41
- package/src/services/tke/v20180525/tke_models.ts +5 -5
- package/src/services/tourism/index.ts +5 -0
- package/src/services/tourism/v20230215/index.ts +6 -0
- package/src/services/tourism/v20230215/tourism_client.ts +44 -0
- package/src/services/tourism/v20230215/tourism_models.ts +128 -0
- package/src/services/trtc/v20190722/trtc_models.ts +7 -7
- 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 +8 -4
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +13 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +72 -35
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +7 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +263 -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 +9 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +12 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +149 -2
- 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/emr/v20190103/emr_client.d.ts +9 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +12 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +117 -4
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +7 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -5
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +4 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +4 -3
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +124 -5
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +11 -7
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +12 -6
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +151 -103
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -4
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +245 -137
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +9 -5
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +18 -10
- 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/tke/v20180525/tke_models.d.ts +5 -5
- package/tencentcloud/services/tourism/index.d.ts +6 -0
- package/tencentcloud/services/tourism/index.js +7 -0
- package/tencentcloud/services/tourism/v20230215/index.d.ts +6 -0
- package/tencentcloud/services/tourism/v20230215/index.js +9 -0
- package/tencentcloud/services/tourism/v20230215/tourism_client.d.ts +14 -0
- package/tencentcloud/services/tourism/v20230215/tourism_client.js +37 -0
- package/tencentcloud/services/tourism/v20230215/tourism_models.d.ts +95 -0
- package/tencentcloud/services/tourism/v20230215/tourism_models.js +18 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +7 -7
- 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/cwp.v20180228.test.js +10 -0
- package/test/dasb.v20191018.test.js +90 -0
- package/test/dbbrain.v20210527.test.js +20 -0
- package/test/emr.v20190103.test.js +20 -0
- package/test/lcic.v20220817.test.js +10 -0
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/ocr.v20181119.test.js +10 -0
- package/test/tiw.v20190919.test.js +88 -8
- package/test/tourism.v20230215.test.js +31 -0
- 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,66 +38,66 @@
|
|
|
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 |
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-03-30 01:09:33 |
|
|
55
55
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
56
56
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
57
|
-
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-
|
|
58
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-
|
|
57
|
+
| ckafka | [消息队列 CKafka](https://cloud.tencent.com/document/product/597) | 2023-04-10 01:12:49 |
|
|
58
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-04-10 01:13:36 |
|
|
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-
|
|
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-
|
|
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-
|
|
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 |
|
|
99
99
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-03-30 01:38:57 |
|
|
100
|
-
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-
|
|
100
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-10 01:32:20 |
|
|
101
101
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-03-31 01:28:20 |
|
|
102
102
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-03-30 01:39:37 |
|
|
103
103
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -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 |
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
| nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2023-03-30 01:49:26 |
|
|
145
145
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
146
146
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-03-30 01:49:33 |
|
|
147
|
-
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-
|
|
147
|
+
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-10 01:46:41 |
|
|
148
148
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-03-31 01:39:55 |
|
|
149
149
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-03-30 01:50:22 |
|
|
150
150
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-03-30 01:50:28 |
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-03-30 01:51:52 |
|
|
158
158
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-03-30 01:51:54 |
|
|
159
159
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
|
|
160
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-
|
|
160
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-04-10 01:49:56 |
|
|
161
161
|
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-04-04 01:39:21 |
|
|
162
162
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-03-30 01:52:27 |
|
|
163
163
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-03-30 01:52:35 |
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-05 01:56:03 |
|
|
194
194
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-03-30 02:27:47 |
|
|
195
195
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-03-30 02:27:51 |
|
|
196
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-
|
|
196
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-10 02:01:09 |
|
|
197
197
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-03-30 02:29:55 |
|
|
198
198
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
199
199
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-03-30 02:30:02 |
|
|
@@ -202,24 +202,26 @@
|
|
|
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-
|
|
206
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-
|
|
205
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-11 01:42:49 |
|
|
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 |
|
|
209
209
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-03-30 02:45:29 |
|
|
210
|
+
| tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-04-07 10:20:53 |
|
|
210
211
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
|
|
211
212
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-05 02:05:09 |
|
|
212
|
-
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-
|
|
213
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-
|
|
214
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-
|
|
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-11 01:44:58 |
|
|
215
|
+
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-11 01:45:16 |
|
|
215
216
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-07 02:51:53 |
|
|
216
217
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-03-30 02:47:12 |
|
|
217
218
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-03-30 02:47:14 |
|
|
218
219
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-03-30 02:47:18 |
|
|
219
220
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-03-30 02:47:27 |
|
|
220
221
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-03-30 02:47:30 |
|
|
221
|
-
| 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 |
|
|
222
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 |
|
|
223
225
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-05 02:09:55 |
|
|
224
226
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
|
|
225
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
|
|
@@ -1608,12 +1608,12 @@ export interface UpgradeDBInstanceRequest {
|
|
|
1608
1608
|
DeviceType?: string
|
|
1609
1609
|
|
|
1610
1610
|
/**
|
|
1611
|
-
* 升级后的实例cpu
|
|
1611
|
+
* 升级后的实例cpu核数,如果不传将根据 Memory 指定的内存值自动填充对应的cpu值。
|
|
1612
1612
|
*/
|
|
1613
1613
|
Cpu?: number
|
|
1614
1614
|
|
|
1615
1615
|
/**
|
|
1616
|
-
* 是否极速变配。0-普通升级,1
|
|
1616
|
+
* 是否极速变配。0-普通升级,1-极速变配,2 极速优先。选择极速变配会根据资源状况校验是否可以进行极速变配,满足条件则进行极速变配,不满足条件会返回报错信息。
|
|
1617
1617
|
*/
|
|
1618
1618
|
FastUpgrade?: number
|
|
1619
1619
|
|
|
@@ -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
|
/**
|
|
@@ -9616,12 +9621,12 @@ export interface UpgradeDBInstanceResponse {
|
|
|
9616
9621
|
/**
|
|
9617
9622
|
* 订单 ID。
|
|
9618
9623
|
*/
|
|
9619
|
-
DealIds
|
|
9624
|
+
DealIds?: Array<string>
|
|
9620
9625
|
|
|
9621
9626
|
/**
|
|
9622
9627
|
* 异步任务的请求 ID,可使用此 ID 查询异步任务的执行结果。
|
|
9623
9628
|
*/
|
|
9624
|
-
AsyncRequestId
|
|
9629
|
+
AsyncRequestId?: string
|
|
9625
9630
|
|
|
9626
9631
|
/**
|
|
9627
9632
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -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
|
|
|
@@ -2065,6 +2065,12 @@ export interface Listener {
|
|
|
2065
2065
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2066
2066
|
*/
|
|
2067
2067
|
MaxCps: number
|
|
2068
|
+
|
|
2069
|
+
/**
|
|
2070
|
+
* 空闲连接超时时间,仅支持TCP监听器。默认值:900;共享型实例和独占型实例取值范围:300~900,性能容量型实例取值范围:300~1980。
|
|
2071
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2072
|
+
*/
|
|
2073
|
+
IdleConnectTimeout?: number
|
|
2068
2074
|
}
|
|
2069
2075
|
|
|
2070
2076
|
/**
|
|
@@ -2269,6 +2275,11 @@ export interface ModifyListenerRequest {
|
|
|
2269
2275
|
* 监听器粒度新建连接数上限,当前仅性能容量型实例且仅TCP/UDP/TCP_SSL/QUIC监听器支持。取值范围:1-实例规格新建连接上限,其中-1表示关闭监听器粒度新建连接数限速。
|
|
2270
2276
|
*/
|
|
2271
2277
|
MaxCps?: number
|
|
2278
|
+
|
|
2279
|
+
/**
|
|
2280
|
+
* 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。默认值:900,取值范围:共享型实例和独占型实例支持:300~900,性能容量型实例支持:300~2000。如需设置超过2000s,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category),最大可设置到3600s。
|
|
2281
|
+
*/
|
|
2282
|
+
IdleConnectTimeout?: number
|
|
2272
2283
|
}
|
|
2273
2284
|
|
|
2274
2285
|
/**
|
|
@@ -3863,6 +3874,11 @@ export interface CreateListenerRequest {
|
|
|
3863
3874
|
* 监听器最大新增连接数,只有TCP/UDP/TCP_SSL/QUIC监听器支持,不传或者传-1表示监听器维度不限速。
|
|
3864
3875
|
*/
|
|
3865
3876
|
MaxCps?: number
|
|
3877
|
+
|
|
3878
|
+
/**
|
|
3879
|
+
* 空闲连接超时时间,此参数仅适用于TCP监听器,单位:秒。默认值:900,取值范围:共享型实例和独占型实例支持:300~900,性能容量型实例支持:300~2000。如需设置超过2000s,请通过 [工单申请](https://console.cloud.tencent.com/workorder/category),最大可设置到3600s。
|
|
3880
|
+
*/
|
|
3881
|
+
IdleConnectTimeout?: number
|
|
3866
3882
|
}
|
|
3867
3883
|
|
|
3868
3884
|
/**
|
|
@@ -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,43 +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
|
-
|
|
273
|
+
export interface DynamicIndex {
|
|
289
274
|
/**
|
|
290
|
-
|
|
291
|
-
|
|
275
|
+
* 动态索引配置开关
|
|
276
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
277
|
+
*/
|
|
292
278
|
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
279
|
}
|
|
309
280
|
|
|
310
281
|
/**
|
|
@@ -504,6 +475,12 @@ export interface SearchLogResponse {
|
|
|
504
475
|
*/
|
|
505
476
|
Columns?: Array<Column>
|
|
506
477
|
|
|
478
|
+
/**
|
|
479
|
+
* 本次统计分析使用的采样率
|
|
480
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
481
|
+
*/
|
|
482
|
+
SamplingRate?: number
|
|
483
|
+
|
|
507
484
|
/**
|
|
508
485
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
509
486
|
*/
|
|
@@ -720,18 +697,54 @@ export interface ModifyShipperResponse {
|
|
|
720
697
|
}
|
|
721
698
|
|
|
722
699
|
/**
|
|
723
|
-
*
|
|
700
|
+
* ModifyTopic请求参数结构体
|
|
724
701
|
*/
|
|
725
|
-
export interface
|
|
702
|
+
export interface ModifyTopicRequest {
|
|
726
703
|
/**
|
|
727
|
-
*
|
|
704
|
+
* 日志主题ID
|
|
728
705
|
*/
|
|
729
|
-
|
|
706
|
+
TopicId: string
|
|
730
707
|
|
|
731
708
|
/**
|
|
732
|
-
*
|
|
709
|
+
* 日志主题名称
|
|
733
710
|
*/
|
|
734
|
-
|
|
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
|
|
735
748
|
}
|
|
736
749
|
|
|
737
750
|
/**
|
|
@@ -1290,7 +1303,6 @@ export interface ModifyMachineGroupResponse {
|
|
|
1290
1303
|
|
|
1291
1304
|
/**
|
|
1292
1305
|
* 索引规则,FullText、KeyValue、Tag参数必须输入一个有效参数
|
|
1293
|
-
|
|
1294
1306
|
*/
|
|
1295
1307
|
export interface RuleInfo {
|
|
1296
1308
|
/**
|
|
@@ -1310,6 +1322,12 @@ export interface RuleInfo {
|
|
|
1310
1322
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1311
1323
|
*/
|
|
1312
1324
|
Tag?: RuleTagInfo
|
|
1325
|
+
|
|
1326
|
+
/**
|
|
1327
|
+
* 动态索引配置,如果为空时代表未开启动态段索引
|
|
1328
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1329
|
+
*/
|
|
1330
|
+
DynamicIndex?: DynamicIndex
|
|
1313
1331
|
}
|
|
1314
1332
|
|
|
1315
1333
|
/**
|
|
@@ -2208,6 +2226,17 @@ export interface CreateTopicRequest {
|
|
|
2208
2226
|
* 生命周期,单位天,标准存储取值范围1\~3600,低频存储取值范围7\~3600天。取值为3640时代表永久保存
|
|
2209
2227
|
*/
|
|
2210
2228
|
Period?: number
|
|
2229
|
+
|
|
2230
|
+
/**
|
|
2231
|
+
* 日志主题描述
|
|
2232
|
+
*/
|
|
2233
|
+
Describes?: string
|
|
2234
|
+
|
|
2235
|
+
/**
|
|
2236
|
+
* 0:关闭日志沉降。
|
|
2237
|
+
非0:开启日志沉降后标准存储的天数。HotPeriod需要大于等于7,且小于Period。仅在StorageType为 hot 时生效
|
|
2238
|
+
*/
|
|
2239
|
+
HotPeriod?: number
|
|
2211
2240
|
}
|
|
2212
2241
|
|
|
2213
2242
|
/**
|
|
@@ -4236,7 +4265,7 @@ export interface SearchLogRequest {
|
|
|
4236
4265
|
/**
|
|
4237
4266
|
* 检索语法规则,默认值为0。
|
|
4238
4267
|
0:Lucene语法,1:CQL语法。
|
|
4239
|
-
|
|
4268
|
+
详细说明参见<a href="https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules" target="_blank">检索条件语法规则</a>
|
|
4240
4269
|
*/
|
|
4241
4270
|
SyntaxRule?: number
|
|
4242
4271
|
}
|
|
@@ -4857,6 +4886,21 @@ export interface ConsumerContent {
|
|
|
4857
4886
|
TimestampAccuracy?: number
|
|
4858
4887
|
}
|
|
4859
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
|
+
|
|
4860
4904
|
/**
|
|
4861
4905
|
* CreateExport返回参数结构体
|
|
4862
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
|
|