tencentcloud-sdk-nodejs 4.0.576 → 4.0.578
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 +404 -0
- package/SERVICE_CHANGELOG.md +361 -221
- package/package.json +1 -1
- package/products.md +34 -33
- 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 +2 -14
- package/src/services/bma/v20210624/bma_models.ts +35 -105
- 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 +86 -78
- 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 +9 -4
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +6 -0
- 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/mps/v20190612/mps_models.ts +2 -2
- package/src/services/redis/v20180412/redis_client.ts +26 -2
- package/src/services/redis/v20180412/redis_models.ts +107 -28
- package/src/services/tiw/v20190919/tiw_client.ts +134 -35
- package/src/services/tiw/v20190919/tiw_models.ts +433 -41
- package/src/services/trp/v20210515/trp_models.ts +5 -0
- 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 +95 -0
- package/src/services/vrs/v20200824/vrs_models.ts +314 -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 +1 -5
- package/tencentcloud/services/bma/v20210624/bma_client.js +0 -6
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +31 -89
- 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 +85 -77
- 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 +8 -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/essbasic/v20210526/essbasic_models.d.ts +5 -0
- 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/mps/v20190612/mps_models.d.ts +2 -2
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +10 -2
- package/tencentcloud/services/redis/v20180412/redis_client.js +13 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +92 -24
- 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/trp/v20210515/trp_models.d.ts +4 -0
- 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 +36 -0
- package/tencentcloud/services/vrs/v20200824/vrs_client.js +65 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +258 -0
- package/tencentcloud/services/vrs/v20200824/vrs_models.js +18 -0
- package/test/bma.v20210624.test.js +0 -10
- 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/redis.v20180412.test.js +20 -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
|
@@ -20,34 +20,34 @@
|
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-05 01:07:23 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-03-30 01:03:34 |
|
|
22
22
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-03-30 01:03:38 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-04-12 01:04:10 |
|
|
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-12 01:05:30 |
|
|
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 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-04-07 01:11:22 |
|
|
38
38
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-04-06 20:55:55 |
|
|
39
|
-
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-
|
|
39
|
+
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-04-12 01:08:36 |
|
|
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-12 01:14:11 |
|
|
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-12 01:17:42 |
|
|
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-12 01:21:29 |
|
|
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-12 01:23:28 |
|
|
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-12 01:27:24 |
|
|
95
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-12 01:27:48 |
|
|
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 |
|
|
@@ -117,13 +117,13 @@
|
|
|
117
117
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-03-30 01:41:14 |
|
|
118
118
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-03-30 01:41:31 |
|
|
119
119
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-03-30 01:41:53 |
|
|
120
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-04-
|
|
120
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2023-04-12 01:33:34 |
|
|
121
121
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-03-30 01:42:57 |
|
|
122
122
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-03-30 01:43:21 |
|
|
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,9 +134,9 @@
|
|
|
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-
|
|
139
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 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
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-12 01:45:49 |
|
|
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 |
|
|
142
142
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-03-30 01:49:22 |
|
|
@@ -153,12 +153,12 @@
|
|
|
153
153
|
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-03-30 01:51:05 |
|
|
154
154
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-07 02:06:22 |
|
|
155
155
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-03-30 01:51:25 |
|
|
156
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-
|
|
156
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-12 01:49:54 |
|
|
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
160
|
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-04-10 01:49:56 |
|
|
161
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-04-
|
|
161
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-04-12 01:51:40 |
|
|
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 |
|
|
164
164
|
| smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-04-03 01:30:29 |
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-03-30 01:52:50 |
|
|
167
167
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-03-30 01:52:56 |
|
|
168
168
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
169
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-
|
|
169
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-04-12 01:52:46 |
|
|
170
170
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-03-30 01:53:27 |
|
|
171
171
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-03-30 01:53:35 |
|
|
172
172
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-30 01:53:47 |
|
|
@@ -202,25 +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-
|
|
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 |
|
|
209
209
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-03-30 02:45:29 |
|
|
210
210
|
| tourism | [文旅客情平台](https://cloud.tencent.com/document/product/1684) | 2023-04-07 10:20:53 |
|
|
211
211
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-03-30 02:45:33 |
|
|
212
|
-
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-
|
|
213
|
-
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-
|
|
214
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-
|
|
215
|
-
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-
|
|
212
|
+
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-04-12 02:05:50 |
|
|
213
|
+
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-04-12 02:06:17 |
|
|
214
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-12 02:06:39 |
|
|
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-12 02:13:14 |
|
|
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.578"
|
|
@@ -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。
|
|
@@ -19,7 +19,7 @@ import { AbstractClient } from "../../../common/abstract_client"
|
|
|
19
19
|
import { ClientConfig } from "../../../common/interface"
|
|
20
20
|
import {
|
|
21
21
|
ProtectURLInfo,
|
|
22
|
-
|
|
22
|
+
ModifyCRWhiteListRequest,
|
|
23
23
|
CreateCRUserVerifyRequest,
|
|
24
24
|
CreateBPFalseTicketResponse,
|
|
25
25
|
CreateCRRightFileRequest,
|
|
@@ -42,7 +42,6 @@ import {
|
|
|
42
42
|
DescribeCRMonitorDetailResponse,
|
|
43
43
|
MonitorTort,
|
|
44
44
|
CreateBPFakeURLRequest,
|
|
45
|
-
UpdateCRWorkResponse,
|
|
46
45
|
CreateBPProtectURLsResponse,
|
|
47
46
|
DescribeBPProtectURLsResponse,
|
|
48
47
|
DescribeCRMonitorsResponse,
|
|
@@ -50,7 +49,7 @@ import {
|
|
|
50
49
|
CreateBPOfflineAttachmentRequest,
|
|
51
50
|
CreateCRDesktopCodeResponse,
|
|
52
51
|
CreateBPProtectURLsRequest,
|
|
53
|
-
|
|
52
|
+
UpdateCRWorkResponse,
|
|
54
53
|
ModifyCRBlockStatusRequest,
|
|
55
54
|
ModifyCRMonitorRequest,
|
|
56
55
|
CreateCRDesktopCodeRequest,
|
|
@@ -82,7 +81,6 @@ import {
|
|
|
82
81
|
File,
|
|
83
82
|
DescribeBPProtectURLsRequest,
|
|
84
83
|
ModifyCRObtainStatusResponse,
|
|
85
|
-
ModifyCRWhiteListRequest,
|
|
86
84
|
CreateCRCompanyVerifyRequest,
|
|
87
85
|
} from "./bma_models"
|
|
88
86
|
|
|
@@ -206,16 +204,6 @@ export class Client extends AbstractClient {
|
|
|
206
204
|
return this.request("ModifyBPOfflineAttachment", req, cb)
|
|
207
205
|
}
|
|
208
206
|
|
|
209
|
-
/**
|
|
210
|
-
* 版权保护-新建取证接口
|
|
211
|
-
*/
|
|
212
|
-
async CreateCRObtain(
|
|
213
|
-
req: CreateCRObtainRequest,
|
|
214
|
-
cb?: (error: string, rep: CreateCRObtainResponse) => void
|
|
215
|
-
): Promise<CreateCRObtainResponse> {
|
|
216
|
-
return this.request("CreateCRObtain", req, cb)
|
|
217
|
-
}
|
|
218
|
-
|
|
219
207
|
/**
|
|
220
208
|
* 开启/关闭监测
|
|
221
209
|
*/
|
|
@@ -51,23 +51,43 @@ export interface ProtectURLInfo {
|
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
/**
|
|
54
|
-
*
|
|
54
|
+
* ModifyCRWhiteList请求参数结构体
|
|
55
55
|
*/
|
|
56
|
-
export interface
|
|
56
|
+
export interface ModifyCRWhiteListRequest {
|
|
57
57
|
/**
|
|
58
|
-
*
|
|
58
|
+
* 该字段已废弃,白名单ID
|
|
59
59
|
*/
|
|
60
|
-
|
|
60
|
+
WhiteListId?: number
|
|
61
61
|
|
|
62
62
|
/**
|
|
63
|
-
*
|
|
63
|
+
* 该字段已废弃,平台名称
|
|
64
64
|
*/
|
|
65
|
-
|
|
65
|
+
PlatForm?: string
|
|
66
66
|
|
|
67
67
|
/**
|
|
68
|
-
*
|
|
68
|
+
* 该字段已废弃,平台站点链接
|
|
69
69
|
*/
|
|
70
|
-
|
|
70
|
+
PlatUrl?: string
|
|
71
|
+
|
|
72
|
+
/**
|
|
73
|
+
* 该字段已废弃,作者ID
|
|
74
|
+
*/
|
|
75
|
+
AuthorId?: string
|
|
76
|
+
|
|
77
|
+
/**
|
|
78
|
+
* 该字段已废弃,作品ID
|
|
79
|
+
*/
|
|
80
|
+
WorksId?: number
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* 作品ID
|
|
84
|
+
*/
|
|
85
|
+
WorkId?: number
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* 白名单列表,以\n分割
|
|
89
|
+
*/
|
|
90
|
+
WhiteSites?: string
|
|
71
91
|
}
|
|
72
92
|
|
|
73
93
|
/**
|
|
@@ -840,26 +860,6 @@ export interface CreateBPFakeURLRequest {
|
|
|
840
860
|
Note?: string
|
|
841
861
|
}
|
|
842
862
|
|
|
843
|
-
/**
|
|
844
|
-
* UpdateCRWork返回参数结构体
|
|
845
|
-
*/
|
|
846
|
-
export interface UpdateCRWorkResponse {
|
|
847
|
-
/**
|
|
848
|
-
* 作品ID
|
|
849
|
-
*/
|
|
850
|
-
WorkId: number
|
|
851
|
-
|
|
852
|
-
/**
|
|
853
|
-
* 存证ID
|
|
854
|
-
*/
|
|
855
|
-
EvidenceId: number
|
|
856
|
-
|
|
857
|
-
/**
|
|
858
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
859
|
-
*/
|
|
860
|
-
RequestId?: string
|
|
861
|
-
}
|
|
862
|
-
|
|
863
863
|
/**
|
|
864
864
|
* CreateBPProtectURLs返回参数结构体
|
|
865
865
|
*/
|
|
@@ -1001,53 +1001,23 @@ export interface CreateBPProtectURLsRequest {
|
|
|
1001
1001
|
}
|
|
1002
1002
|
|
|
1003
1003
|
/**
|
|
1004
|
-
*
|
|
1004
|
+
* UpdateCRWork返回参数结构体
|
|
1005
1005
|
*/
|
|
1006
|
-
export interface
|
|
1006
|
+
export interface UpdateCRWorkResponse {
|
|
1007
1007
|
/**
|
|
1008
|
-
*
|
|
1008
|
+
* 作品ID
|
|
1009
1009
|
*/
|
|
1010
1010
|
WorkId: number
|
|
1011
1011
|
|
|
1012
1012
|
/**
|
|
1013
|
-
*
|
|
1014
|
-
*/
|
|
1015
|
-
TortUrl: string
|
|
1016
|
-
|
|
1017
|
-
/**
|
|
1018
|
-
* 取证类型 1-网页取证 2-过程取证
|
|
1019
|
-
*/
|
|
1020
|
-
ObtainType: number
|
|
1021
|
-
|
|
1022
|
-
/**
|
|
1023
|
-
* 侵权标题
|
|
1024
|
-
*/
|
|
1025
|
-
WorkTitle?: string
|
|
1026
|
-
|
|
1027
|
-
/**
|
|
1028
|
-
* 侵权平台
|
|
1029
|
-
*/
|
|
1030
|
-
TortPlat?: string
|
|
1031
|
-
|
|
1032
|
-
/**
|
|
1033
|
-
* 过程取证的取证时长 6-300分钟
|
|
1034
|
-
*/
|
|
1035
|
-
ObtainDuration?: number
|
|
1036
|
-
|
|
1037
|
-
/**
|
|
1038
|
-
* 取证回调地址
|
|
1039
|
-
*/
|
|
1040
|
-
ObtainUrl?: string
|
|
1041
|
-
|
|
1042
|
-
/**
|
|
1043
|
-
* xxx
|
|
1013
|
+
* 存证ID
|
|
1044
1014
|
*/
|
|
1045
|
-
|
|
1015
|
+
EvidenceId: number
|
|
1046
1016
|
|
|
1047
1017
|
/**
|
|
1048
|
-
*
|
|
1018
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1049
1019
|
*/
|
|
1050
|
-
|
|
1020
|
+
RequestId?: string
|
|
1051
1021
|
}
|
|
1052
1022
|
|
|
1053
1023
|
/**
|
|
@@ -2065,46 +2035,6 @@ export interface ModifyCRObtainStatusResponse {
|
|
|
2065
2035
|
RequestId?: string
|
|
2066
2036
|
}
|
|
2067
2037
|
|
|
2068
|
-
/**
|
|
2069
|
-
* ModifyCRWhiteList请求参数结构体
|
|
2070
|
-
*/
|
|
2071
|
-
export interface ModifyCRWhiteListRequest {
|
|
2072
|
-
/**
|
|
2073
|
-
* 该字段已废弃,白名单ID
|
|
2074
|
-
*/
|
|
2075
|
-
WhiteListId?: number
|
|
2076
|
-
|
|
2077
|
-
/**
|
|
2078
|
-
* 该字段已废弃,平台名称
|
|
2079
|
-
*/
|
|
2080
|
-
PlatForm?: string
|
|
2081
|
-
|
|
2082
|
-
/**
|
|
2083
|
-
* 该字段已废弃,平台站点链接
|
|
2084
|
-
*/
|
|
2085
|
-
PlatUrl?: string
|
|
2086
|
-
|
|
2087
|
-
/**
|
|
2088
|
-
* 该字段已废弃,作者ID
|
|
2089
|
-
*/
|
|
2090
|
-
AuthorId?: string
|
|
2091
|
-
|
|
2092
|
-
/**
|
|
2093
|
-
* 该字段已废弃,作品ID
|
|
2094
|
-
*/
|
|
2095
|
-
WorksId?: number
|
|
2096
|
-
|
|
2097
|
-
/**
|
|
2098
|
-
* 作品ID
|
|
2099
|
-
*/
|
|
2100
|
-
WorkId?: number
|
|
2101
|
-
|
|
2102
|
-
/**
|
|
2103
|
-
* 白名单列表,以\n分割
|
|
2104
|
-
*/
|
|
2105
|
-
WhiteSites?: string
|
|
2106
|
-
}
|
|
2107
|
-
|
|
2108
2038
|
/**
|
|
2109
2039
|
* CreateCRCompanyVerify请求参数结构体
|
|
2110
2040
|
*/
|
|
@@ -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,
|