tencentcloud-sdk-nodejs 4.0.589 → 4.0.591
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 +601 -0
- package/SERVICE_CHANGELOG.md +714 -104
- package/package.json +1 -1
- package/products.md +39 -39
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_models.ts +5 -5
- package/src/services/bma/v20221115/bma_models.ts +12 -1
- package/src/services/cdn/v20180606/cdn_models.ts +21 -11
- package/src/services/cfw/v20190904/cfw_models.ts +19 -9
- package/src/services/cls/v20201016/cls_client.ts +1 -0
- package/src/services/cls/v20201016/cls_models.ts +46 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +6 -0
- package/src/services/cvm/v20170312/cvm_models.ts +2 -2
- package/src/services/dasb/v20191018/dasb_models.ts +146 -7
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +3 -4
- package/src/services/dlc/v20210125/dlc_client.ts +1 -1
- package/src/services/dlc/v20210125/dlc_models.ts +12 -0
- package/src/services/dts/v20211206/dts_models.ts +3 -3
- package/src/services/ecdn/v20191012/ecdn_client.ts +21 -7
- package/src/services/ess/v20201111/ess_client.ts +11 -5
- package/src/services/ess/v20201111/ess_models.ts +6 -5
- package/src/services/essbasic/v20210526/essbasic_client.ts +9 -2
- package/src/services/gaap/v20180529/gaap_client.ts +16 -4
- package/src/services/gaap/v20180529/gaap_models.ts +70 -55
- package/src/services/kms/v20190118/kms_client.ts +48 -0
- package/src/services/kms/v20190118/kms_models.ts +141 -0
- package/src/services/lcic/v20220817/lcic_models.ts +32 -0
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +4 -4
- package/src/services/live/v20180801/live_models.ts +7 -2
- package/src/services/mps/v20190612/mps_models.ts +6 -1
- package/src/services/pts/v20210728/pts_models.ts +3 -3
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +38 -34
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +13 -13
- package/src/services/ssm/v20190923/ssm_models.ts +18 -0
- package/src/services/tdmq/v20200217/tdmq_models.ts +8 -8
- package/src/services/teo/v20220901/teo_models.ts +5 -1
- package/src/services/thpc/v20230321/thpc_models.ts +2 -2
- package/src/services/tke/v20180525/tke_models.ts +1 -1
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- package/src/services/tsf/v20180326/tsf_client.ts +14 -1
- package/src/services/tsf/v20180326/tsf_models.ts +70 -7
- package/src/services/vod/v20180717/vod_models.ts +8 -2
- package/src/services/waf/v20180125/waf_models.ts +26 -8
- package/src/services/wedata/v20210820/wedata_client.ts +24 -11
- package/src/services/wedata/v20210820/wedata_models.ts +225 -73
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +23 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +5 -5
- package/tencentcloud/services/bma/v20221115/bma_models.d.ts +10 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +20 -11
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +17 -8
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +38 -0
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +5 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +123 -7
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -3
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +10 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +3 -3
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +21 -7
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +21 -7
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +11 -5
- package/tencentcloud/services/ess/v20201111/ess_client.js +11 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +9 -2
- package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +5 -1
- package/tencentcloud/services/gaap/v20180529/gaap_client.js +6 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +61 -48
- package/tencentcloud/services/kms/v20190118/kms_client.d.ts +17 -1
- package/tencentcloud/services/kms/v20190118/kms_client.js +24 -0
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +121 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +26 -0
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -4
- package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -2
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +5 -1
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +3 -3
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +35 -31
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +13 -13
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +15 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +8 -8
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -1
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +2 -2
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +60 -6
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +7 -2
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -7
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +8 -4
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +10 -4
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +190 -65
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +20 -2
- package/test/gaap.v20180529.test.js +10 -0
- package/test/kms.v20190118.test.js +40 -0
- package/test/tsf.v20180326.test.js +10 -0
- package/test/wedata.v20210820.test.js +12 -2
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
| apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-03-30 01:02:33 |
|
|
18
18
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2023-04-21 01:08:25 |
|
|
19
19
|
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-03-30 01:03:04 |
|
|
20
|
-
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-
|
|
20
|
+
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-04-28 01:07:27 |
|
|
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-04-20 01:03:43 |
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-04-12 01:04:10 |
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-04-25 01:04:35 |
|
|
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
|
-
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-
|
|
29
|
+
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-04-28 01:08:34 |
|
|
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 |
|
|
@@ -34,21 +34,21 @@
|
|
|
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
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-04-
|
|
37
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-04-28 01:09:43 |
|
|
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-04-12 01:08:36 |
|
|
40
40
|
| casb | [云访问安全代理](https://cloud.tencent.com/document/product/1303) | 2022-12-26 10:53:16 |
|
|
41
41
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-04-24 01:05:46 |
|
|
42
42
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-04-26 01:07:08 |
|
|
43
43
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2023-04-24 01:06:05 |
|
|
44
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-
|
|
44
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-04-27 01:07:29 |
|
|
45
45
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-03-30 01:08:00 |
|
|
46
|
-
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-04-
|
|
46
|
+
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-04-28 01:11:33 |
|
|
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-21 01:13:12 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-04-19 01:11:52 |
|
|
50
50
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-04-25 01:11:04 |
|
|
51
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-
|
|
51
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-04-28 01:12:37 |
|
|
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 |
|
|
@@ -59,45 +59,45 @@
|
|
|
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-27 01:12:13 |
|
|
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
|
-
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-04-
|
|
66
|
+
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-04-28 01:15:09 |
|
|
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-
|
|
68
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-04-27 01:14:08 |
|
|
69
69
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-04-19 01:23:40 |
|
|
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-04-
|
|
72
|
+
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-04-28 01:18:09 |
|
|
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-27 01:17:03 |
|
|
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-
|
|
79
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-04-27 01:17:49 |
|
|
80
80
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-04-26 01:20:43 |
|
|
81
81
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-04-19 01:27:47 |
|
|
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
|
-
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-
|
|
85
|
+
| dts | [数据传输服务](https://cloud.tencent.com/document/product/571) | 2023-04-27 01:18:58 |
|
|
86
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
|
-
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-
|
|
88
|
+
| ecdn | [全站加速网络](https://cloud.tencent.com/document/product/570) | 2023-04-27 01:19:24 |
|
|
89
89
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-04-24 01:17:53 |
|
|
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-04-20 01:20:51 |
|
|
92
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-28 01:22:42 |
|
|
95
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-04-28 01:23:07 |
|
|
96
96
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-04-20 16:06:06 |
|
|
97
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-04-
|
|
97
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-04-28 01:23:27 |
|
|
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-04-
|
|
100
|
+
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-04-27 01:21:51 |
|
|
101
101
|
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-04-21 01:25:14 |
|
|
102
102
|
| goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-04-20 01:23:06 |
|
|
103
103
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
|
|
@@ -122,10 +122,10 @@
|
|
|
122
122
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-04-26 01:31:28 |
|
|
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-04-24 01:28:29 |
|
|
125
|
-
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-
|
|
126
|
-
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-
|
|
127
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-
|
|
128
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-04-
|
|
125
|
+
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-04-28 01:28:18 |
|
|
126
|
+
| lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-04-27 01:26:43 |
|
|
127
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-04-27 01:27:08 |
|
|
128
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-04-28 01:29:18 |
|
|
129
129
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
130
130
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
131
131
|
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2023-03-30 01:46:35 |
|
|
@@ -136,12 +136,12 @@
|
|
|
136
136
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2023-03-30 01:47:02 |
|
|
137
137
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-04-11 01:28:42 |
|
|
138
138
|
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-04-24 01:31:01 |
|
|
139
|
-
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-
|
|
139
|
+
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-04-28 01:31:27 |
|
|
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-04-17 01:29:42 |
|
|
142
142
|
| msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-03-30 01:49:22 |
|
|
143
143
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
144
|
-
| nlp | [NLP服务](https://cloud.tencent.com/document/product/271) | 2023-04-
|
|
144
|
+
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-04-27 01:30:48 |
|
|
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
147
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-04-26 01:37:50 |
|
|
@@ -150,10 +150,10 @@
|
|
|
150
150
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-03-30 01:50:28 |
|
|
151
151
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-03-30 01:50:40 |
|
|
152
152
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-04-24 01:34:02 |
|
|
153
|
-
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-
|
|
154
|
-
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-
|
|
153
|
+
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-04-27 01:32:20 |
|
|
154
|
+
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-04-27 01:32:51 |
|
|
155
155
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-04-26 01:42:31 |
|
|
156
|
-
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-
|
|
156
|
+
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-04-27 01:33:11 |
|
|
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 |
|
|
@@ -166,11 +166,11 @@
|
|
|
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-04-
|
|
169
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-04-28 01:35:52 |
|
|
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-04-21 01:38:46 |
|
|
172
172
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-03-30 01:53:47 |
|
|
173
|
-
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-
|
|
173
|
+
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-04-27 01:35:41 |
|
|
174
174
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-03-30 01:53:57 |
|
|
175
175
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-03-30 01:54:01 |
|
|
176
176
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-04-03 01:31:53 |
|
|
@@ -190,11 +190,11 @@
|
|
|
190
190
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-04-19 01:50:55 |
|
|
191
191
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-03-30 02:27:00 |
|
|
192
192
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-03-30 02:27:07 |
|
|
193
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-
|
|
193
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-04-27 01:38:59 |
|
|
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-04-20 01:41:18 |
|
|
196
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-
|
|
197
|
-
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-
|
|
196
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-04-28 01:40:49 |
|
|
197
|
+
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-04-28 01:42:11 |
|
|
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 |
|
|
200
200
|
| ticm | [智能鉴黄](https://cloud.tencent.com/document/product/864) | 2021-01-07 08:08:15 |
|
|
@@ -203,7 +203,7 @@
|
|
|
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-26 01:56:56 |
|
|
205
205
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-04-14 01:58:42 |
|
|
206
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-
|
|
206
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-04-27 01:43:06 |
|
|
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-04-25 01:57:23 |
|
|
@@ -211,22 +211,22 @@
|
|
|
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-26 02:00:05 |
|
|
213
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-
|
|
214
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-04-27 01:44:29 |
|
|
215
215
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-04-20 01:48:06 |
|
|
216
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-
|
|
216
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-04-26 11:35:57 |
|
|
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-04-24 01:48:24 |
|
|
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-28 01:46:12 |
|
|
223
223
|
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-04-26 02:02:58 |
|
|
224
224
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-04-14 02:04:14 |
|
|
225
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-
|
|
225
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-04-28 01:48:31 |
|
|
226
226
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-03-30 02:49:55 |
|
|
227
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-13
|
|
227
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-04-27 13:15:51 |
|
|
228
228
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
229
|
-
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-04-
|
|
229
|
+
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-04-28 01:49:51 |
|
|
230
230
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
231
231
|
| yunjing | [主机安全](https://cloud.tencent.com/document/product) | 2020-09-15 08:08:47 |
|
|
232
232
|
| yunsou | [腾讯云搜TCS](https://cloud.tencent.com/document/product/270) | 2023-03-30 02:59:18 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.591"
|
|
@@ -515,7 +515,7 @@ export interface CreateRecTaskRequest {
|
|
|
515
515
|
|
|
516
516
|
/**
|
|
517
517
|
* 说话人分离人数(需配合开启说话人分离使用),取值范围:0-10,0代表自动分离(目前仅支持≤6个人),1-10代表指定说话人数分离。默认值为 0。
|
|
518
|
-
|
|
518
|
+
注:此功能结果仅供参考,请根据您的需要谨慎使用。
|
|
519
519
|
*/
|
|
520
520
|
SpeakerNumber?: number
|
|
521
521
|
|
|
@@ -624,13 +624,13 @@ export interface GetCustomizationListResponse {
|
|
|
624
624
|
* 自学习模型数组
|
|
625
625
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
626
626
|
*/
|
|
627
|
-
Data
|
|
627
|
+
Data?: Array<Model>
|
|
628
628
|
|
|
629
629
|
/**
|
|
630
630
|
* 自学习模型总量
|
|
631
631
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
632
632
|
*/
|
|
633
|
-
TotalCount
|
|
633
|
+
TotalCount?: number
|
|
634
634
|
|
|
635
635
|
/**
|
|
636
636
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1162,12 +1162,12 @@ export interface GetAsrVocabListResponse {
|
|
|
1162
1162
|
/**
|
|
1163
1163
|
* 热词表列表
|
|
1164
1164
|
*/
|
|
1165
|
-
VocabList
|
|
1165
|
+
VocabList?: Array<Vocab>
|
|
1166
1166
|
|
|
1167
1167
|
/**
|
|
1168
1168
|
* 热词列表总数
|
|
1169
1169
|
*/
|
|
1170
|
-
TotalCount
|
|
1170
|
+
TotalCount?: number
|
|
1171
1171
|
|
|
1172
1172
|
/**
|
|
1173
1173
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -74,6 +74,11 @@ export interface CreateBPBrandRequest {
|
|
|
74
74
|
*/
|
|
75
75
|
CompanyName?: string
|
|
76
76
|
|
|
77
|
+
/**
|
|
78
|
+
* 品牌logo
|
|
79
|
+
*/
|
|
80
|
+
BrandLogo?: string
|
|
81
|
+
|
|
77
82
|
/**
|
|
78
83
|
* 联系电话
|
|
79
84
|
*/
|
|
@@ -626,6 +631,12 @@ export interface FakeURLData {
|
|
|
626
631
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
627
632
|
*/
|
|
628
633
|
Snapshot?: string
|
|
634
|
+
|
|
635
|
+
/**
|
|
636
|
+
* 账户资源状态:0-不可用 1-可用
|
|
637
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
638
|
+
*/
|
|
639
|
+
AccountStatus?: number
|
|
629
640
|
}
|
|
630
641
|
|
|
631
642
|
/**
|
|
@@ -815,7 +826,7 @@ export interface CreateBPBrandResponse {
|
|
|
815
826
|
/**
|
|
816
827
|
* 企业id
|
|
817
828
|
*/
|
|
818
|
-
CompanyId
|
|
829
|
+
CompanyId?: number
|
|
819
830
|
|
|
820
831
|
/**
|
|
821
832
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -4049,7 +4049,8 @@ export interface DescribePayTypeRequest {
|
|
|
4049
4049
|
* 指定服务地域查询
|
|
4050
4050
|
mainland:境内计费方式查询
|
|
4051
4051
|
overseas:境外计费方式查询
|
|
4052
|
-
|
|
4052
|
+
global:全球计费方式查询
|
|
4053
|
+
未填充时,默认为 mainland
|
|
4053
4054
|
*/
|
|
4054
4055
|
Area?: string
|
|
4055
4056
|
|
|
@@ -4057,6 +4058,14 @@ overseas:境外计费方式查询
|
|
|
4057
4058
|
* 指定查询的产品数据,可选为cdn或者ecdn,默认为cdn
|
|
4058
4059
|
*/
|
|
4059
4060
|
Product?: string
|
|
4061
|
+
|
|
4062
|
+
/**
|
|
4063
|
+
* 指定资源包查询
|
|
4064
|
+
flux:流量包
|
|
4065
|
+
https:HTTPS请求包
|
|
4066
|
+
未填充时,默认为 flux
|
|
4067
|
+
*/
|
|
4068
|
+
Type?: string
|
|
4060
4069
|
}
|
|
4061
4070
|
|
|
4062
4071
|
/**
|
|
@@ -5852,7 +5861,7 @@ export interface StopScdnDomainResponse {
|
|
|
5852
5861
|
*/
|
|
5853
5862
|
export interface DescribePayTypeResponse {
|
|
5854
5863
|
/**
|
|
5855
|
-
*
|
|
5864
|
+
* 计费类型
|
|
5856
5865
|
flux:流量计费
|
|
5857
5866
|
bandwidth:带宽计费
|
|
5858
5867
|
request:请求数计费
|
|
@@ -5860,41 +5869,42 @@ flux_sep:动静分离流量计费
|
|
|
5860
5869
|
bandwidth_sep:动静分离带宽计费
|
|
5861
5870
|
日结计费方式切换时,若当日产生消耗,则此字段表示第二天即将生效的计费方式,若未产生消耗,则表示已经生效的计费方式。
|
|
5862
5871
|
*/
|
|
5863
|
-
PayType
|
|
5872
|
+
PayType?: string
|
|
5864
5873
|
|
|
5865
5874
|
/**
|
|
5866
|
-
*
|
|
5875
|
+
* 计费周期
|
|
5867
5876
|
day:日结计费
|
|
5868
5877
|
month:月结计费
|
|
5869
5878
|
hour:小时结计费
|
|
5870
5879
|
*/
|
|
5871
|
-
BillingCycle
|
|
5880
|
+
BillingCycle?: string
|
|
5872
5881
|
|
|
5873
5882
|
/**
|
|
5874
|
-
*
|
|
5883
|
+
* 统计类型
|
|
5884
|
+
monthMax:日峰值月平均,月结模式
|
|
5875
5885
|
day95:日 95 带宽,月结模式
|
|
5876
5886
|
month95:月95带宽,月结模式
|
|
5877
5887
|
sum:总流量/总请求数,日结或月结模式
|
|
5878
5888
|
max:峰值带宽,日结模式
|
|
5879
5889
|
*/
|
|
5880
|
-
StatType
|
|
5890
|
+
StatType?: string
|
|
5881
5891
|
|
|
5882
5892
|
/**
|
|
5883
|
-
*
|
|
5893
|
+
* 计费区域
|
|
5884
5894
|
all:全地区统一计费
|
|
5885
5895
|
multiple:分地区计费
|
|
5886
5896
|
*/
|
|
5887
|
-
RegionType
|
|
5897
|
+
RegionType?: string
|
|
5888
5898
|
|
|
5889
5899
|
/**
|
|
5890
|
-
*
|
|
5900
|
+
* 当前生效计费类型
|
|
5891
5901
|
flux:流量计费
|
|
5892
5902
|
bandwidth:带宽计费
|
|
5893
5903
|
request:请求数计费
|
|
5894
5904
|
flux_sep:动静分离流量计费
|
|
5895
5905
|
bandwidth_sep:动静分离带宽计费
|
|
5896
5906
|
*/
|
|
5897
|
-
CurrentPayType
|
|
5907
|
+
CurrentPayType?: string
|
|
5898
5908
|
|
|
5899
5909
|
/**
|
|
5900
5910
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -519,6 +519,12 @@ export interface BlockIgnoreRule {
|
|
|
519
519
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
520
520
|
*/
|
|
521
521
|
Country: string
|
|
522
|
+
|
|
523
|
+
/**
|
|
524
|
+
* 备注
|
|
525
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
526
|
+
*/
|
|
527
|
+
Comment: string
|
|
522
528
|
}
|
|
523
529
|
|
|
524
530
|
/**
|
|
@@ -2112,7 +2118,7 @@ export interface ModifyEnterpriseSecurityDispatchStatusResponse {
|
|
|
2112
2118
|
* 0: 修改成功, 其他: 修改失败
|
|
2113
2119
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2114
2120
|
*/
|
|
2115
|
-
Status
|
|
2121
|
+
Status?: number
|
|
2116
2122
|
|
|
2117
2123
|
/**
|
|
2118
2124
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3919,12 +3925,12 @@ export interface DescribeBlockIgnoreListRequest {
|
|
|
3919
3925
|
RuleType: number
|
|
3920
3926
|
|
|
3921
3927
|
/**
|
|
3922
|
-
*
|
|
3928
|
+
* 排序类型:desc降序,asc正序
|
|
3923
3929
|
*/
|
|
3924
3930
|
Order: string
|
|
3925
3931
|
|
|
3926
3932
|
/**
|
|
3927
|
-
*
|
|
3933
|
+
* 排序列:EndTime结束时间,StartTime开始时间,MatchTimes命中次数
|
|
3928
3934
|
*/
|
|
3929
3935
|
By: string
|
|
3930
3936
|
|
|
@@ -4833,8 +4839,12 @@ export interface CreateAcRulesRequest {
|
|
|
4833
4839
|
*/
|
|
4834
4840
|
export interface ModifyEnterpriseSecurityDispatchStatusRequest {
|
|
4835
4841
|
/**
|
|
4836
|
-
|
|
4837
|
-
|
|
4842
|
+
* 0:打开立即下发开关;
|
|
4843
|
+
|
|
4844
|
+
1:关闭立即下发开关;
|
|
4845
|
+
|
|
4846
|
+
2:关闭立即下发开关下,触发开始下发
|
|
4847
|
+
*/
|
|
4838
4848
|
Status: number
|
|
4839
4849
|
}
|
|
4840
4850
|
|
|
@@ -4845,22 +4855,22 @@ export interface DescribeBlockIgnoreListResponse {
|
|
|
4845
4855
|
/**
|
|
4846
4856
|
* 列表数据
|
|
4847
4857
|
*/
|
|
4848
|
-
Data
|
|
4858
|
+
Data?: Array<BlockIgnoreRule>
|
|
4849
4859
|
|
|
4850
4860
|
/**
|
|
4851
4861
|
* 查询结果总数,用于分页
|
|
4852
4862
|
*/
|
|
4853
|
-
Total
|
|
4863
|
+
Total?: number
|
|
4854
4864
|
|
|
4855
4865
|
/**
|
|
4856
4866
|
* 状态值,0:查询成功,非0:查询失败
|
|
4857
4867
|
*/
|
|
4858
|
-
ReturnCode
|
|
4868
|
+
ReturnCode?: number
|
|
4859
4869
|
|
|
4860
4870
|
/**
|
|
4861
4871
|
* 状态信息,success:查询成功,fail:查询失败
|
|
4862
4872
|
*/
|
|
4863
|
-
ReturnMsg
|
|
4873
|
+
ReturnMsg?: string
|
|
4864
4874
|
|
|
4865
4875
|
/**
|
|
4866
4876
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -978,6 +978,21 @@ export interface Tag {
|
|
|
978
978
|
Value: string
|
|
979
979
|
}
|
|
980
980
|
|
|
981
|
+
/**
|
|
982
|
+
* 元数据信息
|
|
983
|
+
*/
|
|
984
|
+
export interface MetaTagInfo {
|
|
985
|
+
/**
|
|
986
|
+
* 元数据key
|
|
987
|
+
*/
|
|
988
|
+
Key?: string
|
|
989
|
+
|
|
990
|
+
/**
|
|
991
|
+
* 元数据value
|
|
992
|
+
*/
|
|
993
|
+
Value?: string
|
|
994
|
+
}
|
|
995
|
+
|
|
981
996
|
/**
|
|
982
997
|
* CreateCosRecharge请求参数结构体
|
|
983
998
|
*/
|
|
@@ -1127,6 +1142,22 @@ auto:自动匹配rfc3164或者rfc5424其中一种协议
|
|
|
1127
1142
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1128
1143
|
*/
|
|
1129
1144
|
ParseProtocol?: string
|
|
1145
|
+
|
|
1146
|
+
/**
|
|
1147
|
+
* 元数据类型,0: 不使用元数据信息,1:使用机器组元数据,2:使用用户自定义元数据,3:使用采集配置路径,
|
|
1148
|
+
*/
|
|
1149
|
+
MetadataType?: number
|
|
1150
|
+
|
|
1151
|
+
/**
|
|
1152
|
+
* 采集配置路径正则表达式,MetadataType为1时必填
|
|
1153
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1154
|
+
*/
|
|
1155
|
+
PathRegex?: string
|
|
1156
|
+
|
|
1157
|
+
/**
|
|
1158
|
+
* 用户自定义元数据信息,MetadataType为2时必填
|
|
1159
|
+
*/
|
|
1160
|
+
MetaTags?: Array<MetaTagInfo>
|
|
1130
1161
|
}
|
|
1131
1162
|
|
|
1132
1163
|
/**
|
|
@@ -2021,6 +2052,11 @@ export interface MachineGroupInfo {
|
|
|
2021
2052
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2022
2053
|
*/
|
|
2023
2054
|
ServiceLogging: boolean
|
|
2055
|
+
|
|
2056
|
+
/**
|
|
2057
|
+
* 机器组元数据信息列表
|
|
2058
|
+
*/
|
|
2059
|
+
MetaTags?: Array<MetaTagInfo>
|
|
2024
2060
|
}
|
|
2025
2061
|
|
|
2026
2062
|
/**
|
|
@@ -4115,6 +4151,11 @@ export interface ModifyMachineGroupRequest {
|
|
|
4115
4151
|
* 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
|
|
4116
4152
|
*/
|
|
4117
4153
|
ServiceLogging?: boolean
|
|
4154
|
+
|
|
4155
|
+
/**
|
|
4156
|
+
* 机器组元数据信息列表
|
|
4157
|
+
*/
|
|
4158
|
+
MetaTags?: Array<MetaTagInfo>
|
|
4118
4159
|
}
|
|
4119
4160
|
|
|
4120
4161
|
/**
|
|
@@ -4446,6 +4487,11 @@ export interface CreateMachineGroupRequest {
|
|
|
4446
4487
|
* 是否开启服务日志,用于记录因Loglistener 服务自身产生的log,开启后,会创建内部日志集cls_service_logging和日志主题loglistener_status,loglistener_alarm,loglistener_business,不产生计费
|
|
4447
4488
|
*/
|
|
4448
4489
|
ServiceLogging?: boolean
|
|
4490
|
+
|
|
4491
|
+
/**
|
|
4492
|
+
* 机器组元数据信息列表
|
|
4493
|
+
*/
|
|
4494
|
+
MetaTags?: Array<MetaTagInfo>
|
|
4449
4495
|
}
|
|
4450
4496
|
|
|
4451
4497
|
/**
|
|
@@ -3574,6 +3574,12 @@ FAILED:已失败
|
|
|
3574
3574
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3575
3575
|
*/
|
|
3576
3576
|
FailReason: string
|
|
3577
|
+
|
|
3578
|
+
/**
|
|
3579
|
+
* 资金账户字类型: WECHATPAY_ACCOUNT 微信零钱, BANK_ACCOUNT 银行卡
|
|
3580
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3581
|
+
*/
|
|
3582
|
+
FundingAccountSubType?: string
|
|
3577
3583
|
}
|
|
3578
3584
|
|
|
3579
3585
|
/**
|
|
@@ -6363,12 +6363,12 @@ export interface DescribeAccountQuotaResponse {
|
|
|
6363
6363
|
/**
|
|
6364
6364
|
* 用户appid
|
|
6365
6365
|
*/
|
|
6366
|
-
AppId
|
|
6366
|
+
AppId?: number
|
|
6367
6367
|
|
|
6368
6368
|
/**
|
|
6369
6369
|
* 配额数据
|
|
6370
6370
|
*/
|
|
6371
|
-
AccountQuotaOverview
|
|
6371
|
+
AccountQuotaOverview?: AccountQuotaOverview
|
|
6372
6372
|
|
|
6373
6373
|
/**
|
|
6374
6374
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|