tencentcloud-sdk-nodejs 4.0.747 → 4.0.749
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 +420 -0
- package/SERVICE_CHANGELOG.md +373 -233
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +50 -9
- package/src/services/billing/v20180709/billing_models.ts +66 -36
- package/src/services/captcha/v20190722/captcha_client.ts +13 -0
- package/src/services/captcha/v20190722/captcha_models.ts +148 -0
- package/src/services/cat/v20180409/cat_models.ts +2 -2
- package/src/services/cfw/v20190904/cfw_client.ts +47 -11
- package/src/services/cfw/v20190904/cfw_models.ts +257 -109
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +70 -22
- package/src/services/ess/v20201111/ess_models.ts +38 -3
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +31 -3
- package/src/services/mna/v20210119/mna_client.ts +153 -103
- package/src/services/mna/v20210119/mna_models.ts +299 -79
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/oceanus/v20190422/oceanus_models.ts +35 -35
- package/src/services/omics/v20221128/omics_models.ts +2 -2
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +13 -0
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +63 -0
- package/src/services/tiw/v20190919/tiw_client.ts +26 -81
- package/src/services/tiw/v20190919/tiw_models.ts +137 -217
- package/src/services/trtc/v20190722/trtc_models.ts +12 -0
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +4 -4
- package/src/services/vod/v20180717/vod_models.ts +31 -25
- package/src/services/vpc/v20170312/vpc_models.ts +6 -0
- package/src/services/wedata/v20210820/wedata_client.ts +1 -0
- package/src/services/wedata/v20210820/wedata_models.ts +133 -32
- package/src/services/weilingwith/v20230427/weilingwith_client.ts +3 -1
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +46 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +50 -9
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +66 -36
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +5 -1
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +6 -0
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +145 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +2 -2
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +15 -3
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +21 -3
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +250 -108
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +70 -22
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +38 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +31 -3
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +51 -35
- package/tencentcloud/services/mna/v20210119/mna_client.js +75 -51
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +289 -79
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +35 -35
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +2 -2
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +60 -0
- package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +7 -31
- package/tencentcloud/services/tiw/v20190919/tiw_client.js +9 -41
- package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +136 -209
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +12 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +4 -4
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +31 -25
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -0
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +132 -32
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +1 -1
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +44 -1
- package/test/captcha.v20190722.test.js +10 -0
- package/test/cfw.v20190904.test.js +32 -2
- package/test/mna.v20210119.test.js +74 -34
- package/test/sqlserver.v20180328.test.js +10 -0
- package/test/tiw.v20190919.test.js +6 -46
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-08-17 01:06:14 |
|
|
11
11
|
| ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-11-16 01:06:13 |
|
|
12
12
|
| anicloud | [动效素材服务](https://cloud.tencent.com/document/product/1641) | 2023-05-18 01:01:53 |
|
|
13
|
-
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-
|
|
13
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-12-01 01:06:11 |
|
|
14
14
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-04-04 06:05:36 |
|
|
15
15
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-04-04 06:05:40 |
|
|
16
16
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2023-01-05 01:02:52 |
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-11-28 01:06:51 |
|
|
21
21
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
|
|
22
22
|
| ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2023-10-13 01:07:08 |
|
|
23
|
-
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-
|
|
23
|
+
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-12-01 01:07:51 |
|
|
24
24
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2023-10-11 01:10:01 |
|
|
25
25
|
| bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2023-10-20 01:06:54 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2023-12-01 01:08:07 |
|
|
27
27
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
28
28
|
| bm | [黑石物理服务器CPM](https://cloud.tencent.com/document/product/386) | 2023-10-18 01:14:30 |
|
|
29
29
|
| bma | [品牌经营管家](https://cloud.tencent.com/document/product/1296) | 2023-08-31 01:07:17 |
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
| bsca | [二进制软件成分分析](https://cloud.tencent.com/document/product/1483) | 2023-10-24 01:07:40 |
|
|
36
36
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2023-05-18 01:06:44 |
|
|
37
37
|
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2023-11-24 01:07:37 |
|
|
38
|
-
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-
|
|
38
|
+
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2023-12-01 01:09:01 |
|
|
39
39
|
| car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2023-11-08 01:13:35 |
|
|
40
|
-
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-
|
|
40
|
+
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2023-12-04 00:03:32 |
|
|
41
41
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2023-11-01 01:07:57 |
|
|
42
42
|
| ccc | [云联络中心](https://cloud.tencent.com/document/product/679) | 2023-11-16 01:09:13 |
|
|
43
43
|
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-11-22 01:30:13 |
|
|
@@ -48,18 +48,18 @@
|
|
|
48
48
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-24 01:08:56 |
|
|
49
49
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
|
|
50
50
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
|
|
51
|
-
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-
|
|
51
|
+
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2023-12-04 00:04:50 |
|
|
52
52
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
|
|
53
53
|
| ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2023-07-06 01:13:25 |
|
|
54
54
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
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
57
|
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2023-11-07 01:20:22 |
|
|
58
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-
|
|
58
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-12-04 00:05:31 |
|
|
59
59
|
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
|
|
60
60
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
61
61
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
62
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-
|
|
62
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-12-01 01:11:32 |
|
|
63
63
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-10-19 16:00:29 |
|
|
64
64
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
|
|
65
65
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
69
69
|
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-11-17 01:10:47 |
|
|
70
70
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
71
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-
|
|
71
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-04 00:06:28 |
|
|
72
72
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-29 01:11:08 |
|
|
73
73
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
74
74
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-11-30 03:21:01 |
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
96
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-10-16 01:15:50 |
|
|
97
97
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-11-23 01:18:36 |
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-
|
|
98
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-01 01:16:02 |
|
|
99
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-04 00:10:48 |
|
|
100
100
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
101
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-11-14 01:16:39 |
|
|
102
102
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
109
109
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
110
110
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
111
|
-
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-
|
|
111
|
+
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-12-01 01:16:56 |
|
|
112
112
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
113
113
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
|
|
114
114
|
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2023-11-29 01:56:24 |
|
|
@@ -141,9 +141,9 @@
|
|
|
141
141
|
| memcached | [云数据库Memcached](https://cloud.tencent.com/document/product/241) | 2023-10-20 01:19:21 |
|
|
142
142
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-07-08 06:11:32 |
|
|
143
143
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
144
|
-
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-
|
|
144
|
+
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-12-01 01:19:47 |
|
|
145
145
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-09-15 02:08:53 |
|
|
146
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-
|
|
146
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-12-04 00:14:31 |
|
|
147
147
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-10-25 01:21:31 |
|
|
148
148
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-11-30 05:22:15 |
|
|
149
149
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-11-20 00:15:31 |
|
|
@@ -151,9 +151,9 @@
|
|
|
151
151
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
152
152
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
153
153
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
154
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-
|
|
154
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-04 00:15:25 |
|
|
155
155
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-11-30 05:24:08 |
|
|
156
|
-
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-
|
|
156
|
+
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-01 01:21:15 |
|
|
157
157
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
|
|
158
158
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
159
159
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
@@ -174,11 +174,11 @@
|
|
|
174
174
|
| sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-11-28 01:23:01 |
|
|
175
175
|
| soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-10-16 01:23:02 |
|
|
176
176
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
177
|
-
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-
|
|
177
|
+
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-12-04 00:17:13 |
|
|
178
178
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
179
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-
|
|
179
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-12-04 00:17:35 |
|
|
180
180
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
181
|
-
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-
|
|
181
|
+
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-01 01:23:16 |
|
|
182
182
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
|
|
183
183
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
|
|
184
184
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-10-31 02:21:34 |
|
|
@@ -211,31 +211,31 @@
|
|
|
211
211
|
| tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
|
|
212
212
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
213
213
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-27 00:20:30 |
|
|
214
|
-
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-
|
|
215
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-
|
|
214
|
+
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-01 01:26:06 |
|
|
215
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-01 01:26:20 |
|
|
216
216
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
217
217
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-11-28 01:28:13 |
|
|
218
218
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-09-27 01:26:36 |
|
|
219
219
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
220
220
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
221
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-
|
|
221
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2023-12-01 01:26:49 |
|
|
222
222
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-10-26 14:46:10 |
|
|
223
223
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
224
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-
|
|
224
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-12-01 01:27:18 |
|
|
225
225
|
| tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-11-23 01:30:34 |
|
|
226
|
-
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-
|
|
226
|
+
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-12-01 01:27:38 |
|
|
227
227
|
| tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
|
|
228
228
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-11-27 00:22:20 |
|
|
229
229
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-08-17 05:50:27 |
|
|
230
230
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-11-15 02:36:58 |
|
|
231
231
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
232
|
-
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-
|
|
233
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-
|
|
232
|
+
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-04 00:22:12 |
|
|
233
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-01 01:28:57 |
|
|
234
234
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
235
235
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-11-30 08:14:53 |
|
|
236
236
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
237
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-
|
|
238
|
-
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-
|
|
237
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-01 01:30:04 |
|
|
238
|
+
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-01 01:31:31 |
|
|
239
239
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
240
240
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
241
241
|
| youmall | [](https://cloud.tencent.com/document/product) | 2019-01-11 11:24:15 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.749"
|
|
@@ -1572,7 +1572,37 @@ export interface DataDisk {
|
|
|
1572
1572
|
*/
|
|
1573
1573
|
DiskSize: number
|
|
1574
1574
|
/**
|
|
1575
|
-
* 数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br
|
|
1575
|
+
* 数据盘类型。数据盘类型限制详见[存储概述](https://cloud.tencent.com/document/product/213/4952)。取值范围:<br />
|
|
1576
|
+
<li>
|
|
1577
|
+
LOCAL_BASIC:本地硬盘<br />
|
|
1578
|
+
<li>
|
|
1579
|
+
LOCAL_SSD:本地SSD硬盘<br />
|
|
1580
|
+
<li>
|
|
1581
|
+
LOCAL_NVME:本地NVME硬盘,与InstanceType强相关,不支持指定<br />
|
|
1582
|
+
<li>
|
|
1583
|
+
LOCAL_PRO:本地HDD硬盘,与InstanceType强相关,不支持指定<br />
|
|
1584
|
+
<li>
|
|
1585
|
+
CLOUD_BASIC:普通云硬盘<br />
|
|
1586
|
+
<li>
|
|
1587
|
+
CLOUD_PREMIUM:高性能云硬盘<br />
|
|
1588
|
+
<li>
|
|
1589
|
+
CLOUD_SSD:SSD云硬盘<br />
|
|
1590
|
+
<li>
|
|
1591
|
+
CLOUD_HSSD:增强型SSD云硬盘<br />
|
|
1592
|
+
<li>
|
|
1593
|
+
CLOUD_TSSD:极速型SSD云硬盘<br />
|
|
1594
|
+
<li>
|
|
1595
|
+
CLOUD_BSSD:通用型SSD云硬盘<br /><br />默认取值:LOCAL_BASIC。<br /><br />该参数对`ResizeInstanceDisk`接口无效。
|
|
1596
|
+
</li>
|
|
1597
|
+
</li>
|
|
1598
|
+
</li>
|
|
1599
|
+
</li>
|
|
1600
|
+
</li>
|
|
1601
|
+
</li>
|
|
1602
|
+
</li>
|
|
1603
|
+
</li>
|
|
1604
|
+
</li>
|
|
1605
|
+
</li>
|
|
1576
1606
|
*/
|
|
1577
1607
|
DiskType?: string
|
|
1578
1608
|
/**
|
|
@@ -1582,10 +1612,12 @@ export interface DataDisk {
|
|
|
1582
1612
|
DiskId?: string
|
|
1583
1613
|
/**
|
|
1584
1614
|
* 数据盘是否随子机销毁。取值范围:
|
|
1585
|
-
<li>TRUE
|
|
1586
|
-
<li>
|
|
1587
|
-
|
|
1588
|
-
|
|
1615
|
+
<li>TRUE:子机销毁时,销毁数据盘,只支持按小时后付费云盘</li>
|
|
1616
|
+
<li>
|
|
1617
|
+
FALSE:子机销毁时,保留数据盘<br />
|
|
1618
|
+
默认取值:TRUE<br />
|
|
1619
|
+
该参数目前仅用于 `RunInstances` 接口。
|
|
1620
|
+
</li>
|
|
1589
1621
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1590
1622
|
*/
|
|
1591
1623
|
DeleteWithInstance?: boolean
|
|
@@ -1596,10 +1628,12 @@ export interface DataDisk {
|
|
|
1596
1628
|
SnapshotId?: string
|
|
1597
1629
|
/**
|
|
1598
1630
|
* 数据盘是加密。取值范围:
|
|
1599
|
-
<li>true
|
|
1600
|
-
<li>
|
|
1601
|
-
|
|
1602
|
-
|
|
1631
|
+
<li>true:加密</li>
|
|
1632
|
+
<li>
|
|
1633
|
+
false:不加密<br />
|
|
1634
|
+
默认取值:false<br />
|
|
1635
|
+
该参数目前仅用于 `RunInstances` 接口。
|
|
1636
|
+
</li>
|
|
1603
1637
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1604
1638
|
*/
|
|
1605
1639
|
Encrypt?: boolean
|
|
@@ -1620,6 +1654,13 @@ export interface DataDisk {
|
|
|
1620
1654
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1621
1655
|
*/
|
|
1622
1656
|
CdcId?: string
|
|
1657
|
+
/**
|
|
1658
|
+
* 突发性能
|
|
1659
|
+
|
|
1660
|
+
<b>注:内测中。</b>
|
|
1661
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1662
|
+
*/
|
|
1663
|
+
BurstPerformance?: boolean
|
|
1623
1664
|
}
|
|
1624
1665
|
|
|
1625
1666
|
/**
|
|
@@ -663,6 +663,16 @@ export interface DistributionBillDetail {
|
|
|
663
663
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
664
664
|
*/
|
|
665
665
|
FormulaUrl?: string
|
|
666
|
+
/**
|
|
667
|
+
* 账单归属月
|
|
668
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
669
|
+
*/
|
|
670
|
+
BillMonth?: string
|
|
671
|
+
/**
|
|
672
|
+
* 账单归属日
|
|
673
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
674
|
+
*/
|
|
675
|
+
BillDay?: string
|
|
666
676
|
}
|
|
667
677
|
|
|
668
678
|
/**
|
|
@@ -923,6 +933,11 @@ export interface BillDistributionResourceSummary {
|
|
|
923
933
|
* 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
|
924
934
|
*/
|
|
925
935
|
OriginalCostWithSP?: string
|
|
936
|
+
/**
|
|
937
|
+
* 账单归属月
|
|
938
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
939
|
+
*/
|
|
940
|
+
BillMonth?: string
|
|
926
941
|
}
|
|
927
942
|
|
|
928
943
|
/**
|
|
@@ -1692,6 +1707,16 @@ export interface BillDetail {
|
|
|
1692
1707
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1693
1708
|
*/
|
|
1694
1709
|
FormulaUrl?: string
|
|
1710
|
+
/**
|
|
1711
|
+
* 账单归属日
|
|
1712
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1713
|
+
*/
|
|
1714
|
+
BillDay?: string
|
|
1715
|
+
/**
|
|
1716
|
+
* 账单归属月
|
|
1717
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1718
|
+
*/
|
|
1719
|
+
BillMonth?: string
|
|
1695
1720
|
}
|
|
1696
1721
|
|
|
1697
1722
|
/**
|
|
@@ -2144,95 +2169,95 @@ export interface BillResourceSummary {
|
|
|
2144
2169
|
/**
|
|
2145
2170
|
* 产品名称:用户所采购的各类云产品,例如:云服务器 CVM
|
|
2146
2171
|
*/
|
|
2147
|
-
BusinessCodeName
|
|
2172
|
+
BusinessCodeName?: string
|
|
2148
2173
|
/**
|
|
2149
2174
|
* 子产品名称:用户采购的具体产品细分类型,例如:云服务器 CVM-标准型 S1
|
|
2150
2175
|
*/
|
|
2151
|
-
ProductCodeName
|
|
2176
|
+
ProductCodeName?: string
|
|
2152
2177
|
/**
|
|
2153
2178
|
* 计费模式:资源的计费模式,区分为包年包月和按量计费
|
|
2154
2179
|
*/
|
|
2155
|
-
PayModeName
|
|
2180
|
+
PayModeName?: string
|
|
2156
2181
|
/**
|
|
2157
2182
|
* 项目名称:资源归属的项目,用户在控制台给资源自主分配项目,未分配则是默认项目
|
|
2158
2183
|
*/
|
|
2159
|
-
ProjectName
|
|
2184
|
+
ProjectName?: string
|
|
2160
2185
|
/**
|
|
2161
2186
|
* 地域:资源所属地域,如华南地区(广州)
|
|
2162
2187
|
*/
|
|
2163
|
-
RegionName
|
|
2188
|
+
RegionName?: string
|
|
2164
2189
|
/**
|
|
2165
2190
|
* 可用区:资源所属可用区,如广州三区
|
|
2166
2191
|
*/
|
|
2167
|
-
ZoneName
|
|
2192
|
+
ZoneName?: string
|
|
2168
2193
|
/**
|
|
2169
2194
|
* 资源 ID:账单中出账对象 ID,不同产品因资源形态不同,资源内容不完全相同,如云服务器 CVM 为对应的实例 ID
|
|
2170
2195
|
*/
|
|
2171
|
-
ResourceId
|
|
2196
|
+
ResourceId?: string
|
|
2172
2197
|
/**
|
|
2173
2198
|
* 资源别名:用户在控制台为资源设置的名称,如果未设置,则默认为空
|
|
2174
2199
|
*/
|
|
2175
|
-
ResourceName
|
|
2200
|
+
ResourceName?: string
|
|
2176
2201
|
/**
|
|
2177
2202
|
* 交易类型:如包年包月新购、包年包月续费、按量计费扣费等类型
|
|
2178
2203
|
*/
|
|
2179
|
-
ActionTypeName
|
|
2204
|
+
ActionTypeName?: string
|
|
2180
2205
|
/**
|
|
2181
2206
|
* 订单ID:包年包月计费模式下订购的订单号
|
|
2182
2207
|
*/
|
|
2183
|
-
OrderId
|
|
2208
|
+
OrderId?: string
|
|
2184
2209
|
/**
|
|
2185
2210
|
* 扣费时间:结算扣费时间
|
|
2186
2211
|
*/
|
|
2187
|
-
PayTime
|
|
2212
|
+
PayTime?: string
|
|
2188
2213
|
/**
|
|
2189
2214
|
* 开始使用时间:产品服务开始使用时间
|
|
2190
2215
|
*/
|
|
2191
|
-
FeeBeginTime
|
|
2216
|
+
FeeBeginTime?: string
|
|
2192
2217
|
/**
|
|
2193
2218
|
* 结束使用时间:产品服务结束使用时间
|
|
2194
2219
|
*/
|
|
2195
|
-
FeeEndTime
|
|
2220
|
+
FeeEndTime?: string
|
|
2196
2221
|
/**
|
|
2197
2222
|
* 配置描述:该资源下的计费项名称和用量合并展示,仅在资源账单体现
|
|
2198
2223
|
*/
|
|
2199
|
-
ConfigDesc
|
|
2224
|
+
ConfigDesc?: string
|
|
2200
2225
|
/**
|
|
2201
2226
|
* 扩展字段1:产品对应的扩展属性信息,仅在资源账单体现
|
|
2202
2227
|
*/
|
|
2203
|
-
ExtendField1
|
|
2228
|
+
ExtendField1?: string
|
|
2204
2229
|
/**
|
|
2205
2230
|
* 扩展字段2:产品对应的扩展属性信息,仅在资源账单体现
|
|
2206
2231
|
*/
|
|
2207
|
-
ExtendField2
|
|
2232
|
+
ExtendField2?: string
|
|
2208
2233
|
/**
|
|
2209
2234
|
* 原价:原价 = 组件刊例价 * 组件用量 * 使用时长(如果客户享受一口价/合同价则默认不展示,退费类场景也默认不展示)
|
|
2210
2235
|
*/
|
|
2211
|
-
TotalCost
|
|
2236
|
+
TotalCost?: string
|
|
2212
2237
|
/**
|
|
2213
2238
|
* 折扣率:本资源享受的折扣率(如果客户享受一口价/合同价则默认不展示,退费场景也默认不展示)
|
|
2214
2239
|
*/
|
|
2215
|
-
Discount
|
|
2240
|
+
Discount?: string
|
|
2216
2241
|
/**
|
|
2217
2242
|
* 优惠类型
|
|
2218
2243
|
*/
|
|
2219
|
-
ReduceType
|
|
2244
|
+
ReduceType?: string
|
|
2220
2245
|
/**
|
|
2221
2246
|
* 优惠后总价
|
|
2222
2247
|
*/
|
|
2223
|
-
RealTotalCost
|
|
2248
|
+
RealTotalCost?: string
|
|
2224
2249
|
/**
|
|
2225
2250
|
* 优惠券支出:使用各类优惠券(如代金券、现金券等)支付的金额
|
|
2226
2251
|
*/
|
|
2227
|
-
VoucherPayAmount
|
|
2252
|
+
VoucherPayAmount?: string
|
|
2228
2253
|
/**
|
|
2229
2254
|
* 现金账户支出:通过现金账户支付的金额
|
|
2230
2255
|
*/
|
|
2231
|
-
CashPayAmount
|
|
2256
|
+
CashPayAmount?: string
|
|
2232
2257
|
/**
|
|
2233
2258
|
* 赠送账户支出:使用赠送金支付的金额
|
|
2234
2259
|
*/
|
|
2235
|
-
IncentivePayAmount
|
|
2260
|
+
IncentivePayAmount?: string
|
|
2236
2261
|
/**
|
|
2237
2262
|
* 分成金账户支出:通过分成金账户支付的金额
|
|
2238
2263
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -2241,52 +2266,52 @@ export interface BillResourceSummary {
|
|
|
2241
2266
|
/**
|
|
2242
2267
|
* 扩展字段3:产品对应的扩展属性信息,仅在资源账单体现
|
|
2243
2268
|
*/
|
|
2244
|
-
ExtendField3
|
|
2269
|
+
ExtendField3?: string
|
|
2245
2270
|
/**
|
|
2246
2271
|
* 扩展字段4:产品对应的扩展属性信息,仅在资源账单体现
|
|
2247
2272
|
*/
|
|
2248
|
-
ExtendField4
|
|
2273
|
+
ExtendField4?: string
|
|
2249
2274
|
/**
|
|
2250
2275
|
* 扩展字段5:产品对应的扩展属性信息,仅在资源账单体现
|
|
2251
2276
|
*/
|
|
2252
|
-
ExtendField5
|
|
2277
|
+
ExtendField5?: string
|
|
2253
2278
|
/**
|
|
2254
2279
|
* 标签信息
|
|
2255
2280
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2256
2281
|
*/
|
|
2257
|
-
Tags
|
|
2282
|
+
Tags?: Array<BillTagInfo>
|
|
2258
2283
|
/**
|
|
2259
2284
|
* 支付者UIN:支付者的账号 ID,账号 ID 是用户在腾讯云的唯一账号标识
|
|
2260
2285
|
*/
|
|
2261
|
-
PayerUin
|
|
2286
|
+
PayerUin?: string
|
|
2262
2287
|
/**
|
|
2263
2288
|
* 使用者UIN:实际使用资源的账号 ID
|
|
2264
2289
|
*/
|
|
2265
|
-
OwnerUin
|
|
2290
|
+
OwnerUin?: string
|
|
2266
2291
|
/**
|
|
2267
2292
|
* 操作者UIN:操作者账号 ID(预付费资源下单或后付费操作开通资源账号的 ID 或者角色 ID )
|
|
2268
2293
|
*/
|
|
2269
|
-
OperateUin
|
|
2294
|
+
OperateUin?: string
|
|
2270
2295
|
/**
|
|
2271
2296
|
* 产品编码
|
|
2272
2297
|
*/
|
|
2273
|
-
BusinessCode
|
|
2298
|
+
BusinessCode?: string
|
|
2274
2299
|
/**
|
|
2275
2300
|
* 子产品编码
|
|
2276
2301
|
*/
|
|
2277
|
-
ProductCode
|
|
2302
|
+
ProductCode?: string
|
|
2278
2303
|
/**
|
|
2279
2304
|
* 地域ID
|
|
2280
2305
|
*/
|
|
2281
|
-
RegionId
|
|
2306
|
+
RegionId?: number
|
|
2282
2307
|
/**
|
|
2283
2308
|
* 实例类型:购买的产品服务对应的实例类型,包括资源包、RI、SP、竞价实例。正常的实例展示默认为不展示
|
|
2284
2309
|
*/
|
|
2285
|
-
InstanceType
|
|
2310
|
+
InstanceType?: string
|
|
2286
2311
|
/**
|
|
2287
2312
|
* 预留实例抵扣组件原价:本产品或服务使用预留实例抵扣的组件原价金额
|
|
2288
2313
|
*/
|
|
2289
|
-
OriginalCostWithRI
|
|
2314
|
+
OriginalCostWithRI?: string
|
|
2290
2315
|
/**
|
|
2291
2316
|
* 节省计划抵扣金额(已废弃)
|
|
2292
2317
|
* @deprecated
|
|
@@ -2295,7 +2320,12 @@ export interface BillResourceSummary {
|
|
|
2295
2320
|
/**
|
|
2296
2321
|
* 节省计划抵扣组件原价:节省计划抵扣原价=节省计划包抵扣金额/节省计划抵扣率
|
|
2297
2322
|
*/
|
|
2298
|
-
OriginalCostWithSP
|
|
2323
|
+
OriginalCostWithSP?: string
|
|
2324
|
+
/**
|
|
2325
|
+
* 账单归属月
|
|
2326
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2327
|
+
*/
|
|
2328
|
+
BillMonth?: string
|
|
2299
2329
|
}
|
|
2300
2330
|
|
|
2301
2331
|
/**
|
|
@@ -24,8 +24,10 @@ import {
|
|
|
24
24
|
DescribeCaptchaMiniOperDataResponse,
|
|
25
25
|
GetTotalTicketStatisticsRequest,
|
|
26
26
|
DescribeCaptchaMiniDataSumResponse,
|
|
27
|
+
DescribeCaptchaRceResultResponse,
|
|
27
28
|
GetRequestStatisticsResponse,
|
|
28
29
|
GetRequestStatisticsRequest,
|
|
30
|
+
RceResult,
|
|
29
31
|
OutputManageMarketingRiskValue,
|
|
30
32
|
CaptchaOperDataRes,
|
|
31
33
|
GetTicketStatisticsRequest,
|
|
@@ -61,6 +63,7 @@ import {
|
|
|
61
63
|
DescribeCaptchaMiniOperDataRequest,
|
|
62
64
|
DescribeCaptchaAppIdInfoRequest,
|
|
63
65
|
DescribeCaptchaAppIdInfoResponse,
|
|
66
|
+
DescribeCaptchaRceResultRequest,
|
|
64
67
|
DescribeCaptchaUserAllAppIdResponse,
|
|
65
68
|
DescribeCaptchaDataRequest,
|
|
66
69
|
DescribeCaptchaMiniResultRequest,
|
|
@@ -79,6 +82,16 @@ export class Client extends AbstractClient {
|
|
|
79
82
|
super("captcha.tencentcloudapi.com", "2019-07-22", clientConfig)
|
|
80
83
|
}
|
|
81
84
|
|
|
85
|
+
/**
|
|
86
|
+
* Rce融合验证核查验证码票据结果(Web及APP)
|
|
87
|
+
*/
|
|
88
|
+
async DescribeCaptchaRceResult(
|
|
89
|
+
req: DescribeCaptchaRceResultRequest,
|
|
90
|
+
cb?: (error: string, rep: DescribeCaptchaRceResultResponse) => void
|
|
91
|
+
): Promise<DescribeCaptchaRceResultResponse> {
|
|
92
|
+
return this.request("DescribeCaptchaRceResult", req, cb)
|
|
93
|
+
}
|
|
94
|
+
|
|
82
95
|
/**
|
|
83
96
|
* 核查验证码小程序插件票据接入风控结果(已停用)
|
|
84
97
|
*/
|