tencentcloud-sdk-nodejs 4.0.783 → 4.0.785
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 +497 -102
- package/package.json +1 -1
- package/products.md +22 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +14 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +188 -8
- package/src/services/billing/v20180709/billing_client.ts +12 -0
- package/src/services/billing/v20180709/billing_models.ts +36 -0
- package/src/services/cfg/v20210820/cfg_models.ts +6 -5
- package/src/services/cls/v20201016/cls_models.ts +46 -33
- package/src/services/csip/v20221121/csip_client.ts +14 -2
- package/src/services/csip/v20221121/csip_models.ts +32 -8
- package/src/services/cvm/v20170312/cvm_models.ts +6 -6
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +3 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +195 -50
- package/src/services/emr/v20190103/emr_client.ts +14 -1
- package/src/services/emr/v20190103/emr_models.ts +149 -10
- package/src/services/ess/v20201111/ess_client.ts +9 -3
- package/src/services/ess/v20201111/ess_models.ts +9 -1
- package/src/services/essbasic/v20210526/essbasic_client.ts +7 -11
- package/src/services/essbasic/v20210526/essbasic_models.ts +3 -0
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +12 -0
- package/src/services/live/v20180801/live_models.ts +5 -2
- package/src/services/monitor/v20180724/monitor_client.ts +3 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +17 -3
- package/src/services/privatedns/v20201028/privatedns_models.ts +25 -19
- package/src/services/ssl/v20191205/ssl_client.ts +0 -15
- package/src/services/ssl/v20191205/ssl_models.ts +0 -53
- package/src/services/teo/v20220901/teo_models.ts +7 -3
- package/src/services/trocket/v20230308/trocket_client.ts +47 -3
- package/src/services/trocket/v20230308/trocket_models.ts +324 -39
- package/src/services/wedata/v20210820/wedata_client.ts +2 -0
- package/src/services/wedata/v20210820/wedata_models.ts +195 -48
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +185 -8
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +5 -1
- package/tencentcloud/services/billing/v20180709/billing_client.js +6 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -0
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +6 -5
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +46 -33
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +30 -8
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +2 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +194 -50
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +146 -10
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +9 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -11
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -11
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +12 -0
- package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +17 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +25 -19
- package/tencentcloud/services/ssl/v20191205/ssl_client.d.ts +1 -7
- package/tencentcloud/services/ssl/v20191205/ssl_client.js +0 -8
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +0 -50
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +7 -3
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +19 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +24 -0
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +314 -37
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +193 -48
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/billing.v20180709.test.js +10 -0
- package/test/csip.v20221121.test.js +10 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/ssl.v20191205.test.js +0 -10
- package/test/trocket.v20230308.test.js +30 -0
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-12-22 01:06:11 |
|
|
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) | 2024-01-
|
|
13
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2024-01-19 01:06:05 |
|
|
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 |
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-01-01 00:02:00 |
|
|
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) | 2024-01-10 01:07:00 |
|
|
26
|
-
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-01-
|
|
26
|
+
| billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-01-18 01:09:19 |
|
|
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 |
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2024-01-04 01:08:58 |
|
|
48
48
|
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2024-01-05 01:09:22 |
|
|
49
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-12-15 19:11:22 |
|
|
50
|
-
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) |
|
|
50
|
+
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-01-19 01:08:39 |
|
|
51
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-01-09 01:09:35 |
|
|
52
52
|
| cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-01-09 01:09:43 |
|
|
53
53
|
| chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2023-08-17 01:47:49 |
|
|
@@ -55,24 +55,24 @@
|
|
|
55
55
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
|
|
56
56
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
57
57
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
58
|
-
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-01-
|
|
58
|
+
| ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-01-19 01:09:07 |
|
|
59
59
|
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-01-10 01:09:43 |
|
|
60
60
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
61
61
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-08-17 01:57:08 |
|
|
62
62
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
|
|
63
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) |
|
|
63
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-01-19 01:09:34 |
|
|
64
64
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-12-05 01:27:33 |
|
|
65
65
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-17 02:03:39 |
|
|
66
66
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-08-24 01:10:10 |
|
|
67
67
|
| config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2023-11-27 00:06:03 |
|
|
68
68
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
69
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
70
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) |
|
|
70
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-01-19 01:09:59 |
|
|
71
71
|
| csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
|
|
72
|
-
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-01-
|
|
72
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-01-18 01:12:34 |
|
|
73
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-01-05 01:11:37 |
|
|
74
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
75
|
-
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-01-
|
|
75
|
+
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-01-19 01:11:18 |
|
|
76
76
|
| dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2024-01-17 01:12:30 |
|
|
77
77
|
| dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
|
|
78
78
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2023-12-20 01:36:00 |
|
|
95
95
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2023-05-18 01:25:40 |
|
|
96
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
97
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) |
|
|
97
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-01-18 01:15:51 |
|
|
98
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-01-03 01:15:03 |
|
|
99
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-17
|
|
100
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-01-17 21:43:05 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-01-18 01:16:19 |
|
|
101
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-12-15 19:41:44 |
|
|
102
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-01-12 01:15:37 |
|
|
103
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-12-25 00:11:01 |
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
110
110
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
111
111
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
112
|
-
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-01-
|
|
112
|
+
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2024-01-18 01:16:58 |
|
|
113
113
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
114
114
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
|
|
115
115
|
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2024-01-08 00:11:02 |
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2023-11-06 00:11:14 |
|
|
126
126
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2023-10-16 01:17:51 |
|
|
127
127
|
| iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2023-05-18 01:33:02 |
|
|
128
|
-
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) |
|
|
128
|
+
| iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2024-01-18 01:17:58 |
|
|
129
129
|
| iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2023-08-17 03:44:44 |
|
|
130
130
|
| irp | [智能推荐平台](https://cloud.tencent.com/document/product/1541) | 2023-09-22 02:00:51 |
|
|
131
131
|
| iss | [智能视图计算平台](https://cloud.tencent.com/document/product/1344) | 2023-12-27 01:22:46 |
|
|
@@ -134,7 +134,7 @@
|
|
|
134
134
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
135
135
|
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-21 01:48:52 |
|
|
136
136
|
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2024-01-03 01:18:19 |
|
|
137
|
-
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-01-
|
|
137
|
+
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2024-01-19 01:16:41 |
|
|
138
138
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
139
139
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
140
140
|
| mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
146
146
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-12-01 01:19:47 |
|
|
147
147
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-12-27 01:26:46 |
|
|
148
|
-
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-01-
|
|
148
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2024-01-18 01:19:40 |
|
|
149
149
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2024-01-09 01:20:43 |
|
|
150
150
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2024-01-08 00:14:42 |
|
|
151
151
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
|
|
@@ -153,14 +153,14 @@
|
|
|
153
153
|
| mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
|
|
154
154
|
| nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-09-15 02:14:19 |
|
|
155
155
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
156
|
-
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-
|
|
156
|
+
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-01-19 01:18:01 |
|
|
157
157
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-01-16 01:19:57 |
|
|
158
158
|
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-01-05 01:21:57 |
|
|
159
159
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-01-17 01:19:45 |
|
|
160
160
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
161
161
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
162
162
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-11-14 01:22:46 |
|
|
163
|
-
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) |
|
|
163
|
+
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-01-19 01:18:43 |
|
|
164
164
|
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-12-12 02:16:34 |
|
|
165
165
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-11-24 01:21:07 |
|
|
166
166
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-12-22 01:21:35 |
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
| solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
|
|
179
179
|
| sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2024-01-17 01:21:16 |
|
|
180
180
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
181
|
-
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) |
|
|
181
|
+
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2024-01-19 01:19:47 |
|
|
182
182
|
| sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-08-17 04:46:28 |
|
|
183
183
|
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-28 01:23:11 |
|
|
184
184
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-01-17 01:21:44 |
|
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-01-12 01:24:10 |
|
|
205
205
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
206
206
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-12-20 02:13:36 |
|
|
207
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-01-
|
|
207
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-01-19 01:22:03 |
|
|
208
208
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
|
|
209
209
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
210
210
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -214,13 +214,13 @@
|
|
|
214
214
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
215
215
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2024-01-16 01:24:12 |
|
|
216
216
|
| tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-12-29 01:26:38 |
|
|
217
|
-
| tke | [容器服务](https://cloud.tencent.com/document/product/457) |
|
|
217
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2024-01-18 01:25:02 |
|
|
218
218
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
219
219
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2024-01-12 01:25:58 |
|
|
220
220
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-01-04 01:25:25 |
|
|
221
221
|
| tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2023-08-10 01:43:37 |
|
|
222
222
|
| trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
|
|
223
|
-
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-01-
|
|
223
|
+
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-01-19 01:23:15 |
|
|
224
224
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-12-29 01:27:21 |
|
|
225
225
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
|
|
226
226
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-01-16 14:56:12 |
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
237
237
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-01-17 01:26:45 |
|
|
238
238
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
239
|
-
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-01-
|
|
239
|
+
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2024-01-18 01:27:50 |
|
|
240
240
|
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2024-01-17 01:27:53 |
|
|
241
241
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
242
242
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-12-26 02:06:57 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.785"
|
|
@@ -42,6 +42,7 @@ import {
|
|
|
42
42
|
DescribeListProtocolBlockConfigResponse,
|
|
43
43
|
DescribeListBGPInstancesRequest,
|
|
44
44
|
KeyValue,
|
|
45
|
+
DescribeBGPIPL7RulesRequest,
|
|
45
46
|
ModifyCcBlackWhiteIpListRequest,
|
|
46
47
|
DeleteDDoSSpeedLimitConfigRequest,
|
|
47
48
|
CreatePacketFilterConfigResponse,
|
|
@@ -152,6 +153,7 @@ import {
|
|
|
152
153
|
ConnectLimitRelation,
|
|
153
154
|
DescribeListBlackWhiteIpListResponse,
|
|
154
155
|
DDoSAIRelation,
|
|
156
|
+
CreateBlackWhiteIpListRequest,
|
|
155
157
|
DescribeCCReqLimitPolicyListRequest,
|
|
156
158
|
AclConfigRelation,
|
|
157
159
|
DescribeListDDoSSpeedLimitConfigResponse,
|
|
@@ -163,6 +165,7 @@ import {
|
|
|
163
165
|
EipAddressRelation,
|
|
164
166
|
DeleteDDoSBlackWhiteIpListRequest,
|
|
165
167
|
PackInfo,
|
|
168
|
+
DescribeBGPIPL7RulesResponse,
|
|
166
169
|
CreateDDoSConnectLimitResponse,
|
|
167
170
|
WaterPrintRelation,
|
|
168
171
|
IPLineInfo,
|
|
@@ -218,7 +221,7 @@ import {
|
|
|
218
221
|
AssociateDDoSEipAddressRequest,
|
|
219
222
|
AssociateDDoSEipLoadBalancerResponse,
|
|
220
223
|
DescribeCCThresholdListRequest,
|
|
221
|
-
|
|
224
|
+
BGPIPL7RuleEntry,
|
|
222
225
|
ModifyDDoSGeoIPBlockConfigRequest,
|
|
223
226
|
DescribeBizTrendResponse,
|
|
224
227
|
NewL7RuleEntry,
|
|
@@ -329,6 +332,16 @@ export class Client extends AbstractClient {
|
|
|
329
332
|
return this.request("DescribeL7RulesBySSLCertId", req, cb)
|
|
330
333
|
}
|
|
331
334
|
|
|
335
|
+
/**
|
|
336
|
+
* 高防IP获取7层规则
|
|
337
|
+
*/
|
|
338
|
+
async DescribeBGPIPL7Rules(
|
|
339
|
+
req: DescribeBGPIPL7RulesRequest,
|
|
340
|
+
cb?: (error: string, rep: DescribeBGPIPL7RulesResponse) => void
|
|
341
|
+
): Promise<DescribeBGPIPL7RulesResponse> {
|
|
342
|
+
return this.request("DescribeBGPIPL7Rules", req, cb)
|
|
343
|
+
}
|
|
344
|
+
|
|
332
345
|
/**
|
|
333
346
|
* 获取单IP告警阈值配置列表
|
|
334
347
|
*/
|
|
@@ -668,6 +668,48 @@ export interface KeyValue {
|
|
|
668
668
|
Value: string
|
|
669
669
|
}
|
|
670
670
|
|
|
671
|
+
/**
|
|
672
|
+
* DescribeBGPIPL7Rules请求参数结构体
|
|
673
|
+
*/
|
|
674
|
+
export interface DescribeBGPIPL7RulesRequest {
|
|
675
|
+
/**
|
|
676
|
+
* DDoS防护子产品代号(bgpip表示高防IP)
|
|
677
|
+
*/
|
|
678
|
+
Business: string
|
|
679
|
+
/**
|
|
680
|
+
* 状态搜索,选填,取值[0(规则配置成功),1(规则配置生效中),2(规则配置失败),3(规则删除生效中),5(规则删除失败),6(规则等待配置),7(规则等待删除),8(规则待配置证书)]
|
|
681
|
+
*/
|
|
682
|
+
StatusList?: Array<number | bigint>
|
|
683
|
+
/**
|
|
684
|
+
* 域名搜索,选填,当需要搜索域名请填写
|
|
685
|
+
*/
|
|
686
|
+
Domain?: string
|
|
687
|
+
/**
|
|
688
|
+
* IP搜索,选填,当需要搜索IP请填写
|
|
689
|
+
*/
|
|
690
|
+
Ip?: string
|
|
691
|
+
/**
|
|
692
|
+
* 一页条数,默认值100,最大值100,超过100最大返回100条
|
|
693
|
+
*/
|
|
694
|
+
Limit?: number
|
|
695
|
+
/**
|
|
696
|
+
* 规则偏移量,取值为(页码-1)*一页条数
|
|
697
|
+
*/
|
|
698
|
+
Offset?: number
|
|
699
|
+
/**
|
|
700
|
+
* 转发协议搜索,选填,取值[http, https, http/https]
|
|
701
|
+
*/
|
|
702
|
+
ProtocolList?: Array<string>
|
|
703
|
+
/**
|
|
704
|
+
* 高防IP实例的Cname
|
|
705
|
+
*/
|
|
706
|
+
Cname?: string
|
|
707
|
+
/**
|
|
708
|
+
* 默认为false,当为true时,将不对各个规则做策略检查,直接导出所有规则
|
|
709
|
+
*/
|
|
710
|
+
Export?: boolean
|
|
711
|
+
}
|
|
712
|
+
|
|
671
713
|
/**
|
|
672
714
|
* ModifyCcBlackWhiteIpList请求参数结构体
|
|
673
715
|
*/
|
|
@@ -2999,6 +3041,24 @@ off(关闭)
|
|
|
2999
3041
|
InstanceDetailList: Array<InstanceRelation>
|
|
3000
3042
|
}
|
|
3001
3043
|
|
|
3044
|
+
/**
|
|
3045
|
+
* CreateBlackWhiteIpList请求参数结构体
|
|
3046
|
+
*/
|
|
3047
|
+
export interface CreateBlackWhiteIpListRequest {
|
|
3048
|
+
/**
|
|
3049
|
+
* 资源实例ID
|
|
3050
|
+
*/
|
|
3051
|
+
InstanceId: string
|
|
3052
|
+
/**
|
|
3053
|
+
* IP列表
|
|
3054
|
+
*/
|
|
3055
|
+
IpList: Array<string>
|
|
3056
|
+
/**
|
|
3057
|
+
* IP类型,取值[black(黑名单IP), white(白名单IP)]
|
|
3058
|
+
*/
|
|
3059
|
+
Type: string
|
|
3060
|
+
}
|
|
3061
|
+
|
|
3002
3062
|
/**
|
|
3003
3063
|
* DescribeCCReqLimitPolicyList请求参数结构体
|
|
3004
3064
|
*/
|
|
@@ -3245,6 +3305,28 @@ insurance:保险套餐包
|
|
|
3245
3305
|
PackId: string
|
|
3246
3306
|
}
|
|
3247
3307
|
|
|
3308
|
+
/**
|
|
3309
|
+
* DescribeBGPIPL7Rules返回参数结构体
|
|
3310
|
+
*/
|
|
3311
|
+
export interface DescribeBGPIPL7RulesResponse {
|
|
3312
|
+
/**
|
|
3313
|
+
* 转发规则列表
|
|
3314
|
+
*/
|
|
3315
|
+
Rules?: Array<BGPIPL7RuleEntry>
|
|
3316
|
+
/**
|
|
3317
|
+
* 健康检查配置列表
|
|
3318
|
+
*/
|
|
3319
|
+
Healths?: Array<L7RuleHealth>
|
|
3320
|
+
/**
|
|
3321
|
+
* 总规则数
|
|
3322
|
+
*/
|
|
3323
|
+
Total?: number
|
|
3324
|
+
/**
|
|
3325
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3326
|
+
*/
|
|
3327
|
+
RequestId?: string
|
|
3328
|
+
}
|
|
3329
|
+
|
|
3248
3330
|
/**
|
|
3249
3331
|
* CreateDDoSConnectLimit返回参数结构体
|
|
3250
3332
|
*/
|
|
@@ -4499,21 +4581,119 @@ export interface DescribeCCThresholdListRequest {
|
|
|
4499
4581
|
}
|
|
4500
4582
|
|
|
4501
4583
|
/**
|
|
4502
|
-
*
|
|
4584
|
+
* L7规则
|
|
4503
4585
|
*/
|
|
4504
|
-
export interface
|
|
4586
|
+
export interface BGPIPL7RuleEntry {
|
|
4505
4587
|
/**
|
|
4506
|
-
*
|
|
4588
|
+
* 转发协议,取值[http, https]
|
|
4507
4589
|
*/
|
|
4508
|
-
|
|
4590
|
+
Protocol: string
|
|
4509
4591
|
/**
|
|
4510
|
-
*
|
|
4592
|
+
* 转发域名
|
|
4511
4593
|
*/
|
|
4512
|
-
|
|
4594
|
+
Domain: string
|
|
4513
4595
|
/**
|
|
4514
|
-
*
|
|
4596
|
+
* 负载均衡方式,取值[1(加权轮询)]
|
|
4515
4597
|
*/
|
|
4516
|
-
|
|
4598
|
+
LbType: number
|
|
4599
|
+
/**
|
|
4600
|
+
* 会话保持开关,取值[0(会话保持关闭),1(会话保持开启)]
|
|
4601
|
+
*/
|
|
4602
|
+
KeepEnable: number
|
|
4603
|
+
/**
|
|
4604
|
+
* 会话保持时间,单位秒
|
|
4605
|
+
*/
|
|
4606
|
+
KeepTime: number
|
|
4607
|
+
/**
|
|
4608
|
+
* 回源方式,取值[1(域名回源),2(IP回源)]
|
|
4609
|
+
*/
|
|
4610
|
+
SourceType: number
|
|
4611
|
+
/**
|
|
4612
|
+
* 回源列表
|
|
4613
|
+
*/
|
|
4614
|
+
SourceList: Array<L4RuleSource>
|
|
4615
|
+
/**
|
|
4616
|
+
* 区域码
|
|
4617
|
+
*/
|
|
4618
|
+
Region?: number
|
|
4619
|
+
/**
|
|
4620
|
+
* 资源Id
|
|
4621
|
+
*/
|
|
4622
|
+
Id?: string
|
|
4623
|
+
/**
|
|
4624
|
+
* 资源Ip
|
|
4625
|
+
*/
|
|
4626
|
+
Ip?: string
|
|
4627
|
+
/**
|
|
4628
|
+
* 规则ID,当添加新规则时可以不用填写此字段;当修改或者删除规则时需要填写此字段;
|
|
4629
|
+
*/
|
|
4630
|
+
RuleId?: string
|
|
4631
|
+
/**
|
|
4632
|
+
* 规则描述
|
|
4633
|
+
*/
|
|
4634
|
+
RuleName?: string
|
|
4635
|
+
/**
|
|
4636
|
+
* 证书来源,当转发协议为https时必须填,取值[2(腾讯云托管证书)],当转发协议为http时也可以填0
|
|
4637
|
+
*/
|
|
4638
|
+
CertType?: number
|
|
4639
|
+
/**
|
|
4640
|
+
* 当证书来源为腾讯云托管证书时,此字段必须填写托管证书ID
|
|
4641
|
+
*/
|
|
4642
|
+
SSLId?: string
|
|
4643
|
+
/**
|
|
4644
|
+
* 当证书来源为自有证书时,此字段必须填写证书内容;(因已不再支持自有证书,此字段已弃用,请不用填写此字段)
|
|
4645
|
+
*/
|
|
4646
|
+
Cert?: string
|
|
4647
|
+
/**
|
|
4648
|
+
* 当证书来源为自有证书时,此字段必须填写证书密钥;(因已不再支持自有证书,此字段已弃用,请不用填写此字段)
|
|
4649
|
+
*/
|
|
4650
|
+
PrivateKey?: string
|
|
4651
|
+
/**
|
|
4652
|
+
* 规则状态,取值[0(规则配置成功),1(规则配置生效中),2(规则配置失败),3(规则删除生效中),5(规则删除失败),6(规则等待配置),7(规则等待删除),8(规则待配置证书)]
|
|
4653
|
+
*/
|
|
4654
|
+
Status?: number
|
|
4655
|
+
/**
|
|
4656
|
+
* cc防护状态,取值[0(关闭), 1(开启)]
|
|
4657
|
+
*/
|
|
4658
|
+
CCStatus?: number
|
|
4659
|
+
/**
|
|
4660
|
+
* HTTPS协议的CC防护状态,取值[0(关闭), 1(开启)]
|
|
4661
|
+
*/
|
|
4662
|
+
CCEnable?: number
|
|
4663
|
+
/**
|
|
4664
|
+
* HTTPS协议的CC防护阈值(已废弃)
|
|
4665
|
+
*/
|
|
4666
|
+
CCThreshold?: number
|
|
4667
|
+
/**
|
|
4668
|
+
* HTTPS协议的CC防护等级
|
|
4669
|
+
*/
|
|
4670
|
+
CCLevel?: string
|
|
4671
|
+
/**
|
|
4672
|
+
* 修改时间
|
|
4673
|
+
*/
|
|
4674
|
+
ModifyTime?: string
|
|
4675
|
+
/**
|
|
4676
|
+
* 是否开启Https协议使用Http回源,取值[0(关闭), 1(开启)],不填写默认是关闭
|
|
4677
|
+
*/
|
|
4678
|
+
HttpsToHttpEnable?: number
|
|
4679
|
+
/**
|
|
4680
|
+
* 接入端口值
|
|
4681
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4682
|
+
*/
|
|
4683
|
+
VirtualPort?: number
|
|
4684
|
+
/**
|
|
4685
|
+
* http强制跳转https,1表示打开,0表示关闭
|
|
4686
|
+
*/
|
|
4687
|
+
RewriteHttps?: number
|
|
4688
|
+
/**
|
|
4689
|
+
* 规则配置失败时的详细错误原因(仅当Status=2时有效),1001证书不存在,1002证书获取失败,1003证书上传失败,1004证书已过期
|
|
4690
|
+
*/
|
|
4691
|
+
ErrCode?: number
|
|
4692
|
+
/**
|
|
4693
|
+
* 版本
|
|
4694
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4695
|
+
*/
|
|
4696
|
+
Version?: number
|
|
4517
4697
|
}
|
|
4518
4698
|
|
|
4519
4699
|
/**
|
|
@@ -115,6 +115,7 @@ import {
|
|
|
115
115
|
ConsumptionResourceSummaryDataItem,
|
|
116
116
|
DescribeAccountBalanceRequest,
|
|
117
117
|
DescribeBillDetailRequest,
|
|
118
|
+
DescribeSavingPlanResourceInfoRequest,
|
|
118
119
|
DescribeVoucherInfoResponse,
|
|
119
120
|
BillDetailAssociatedOrder,
|
|
120
121
|
DescribeBillListResponse,
|
|
@@ -125,6 +126,7 @@ import {
|
|
|
125
126
|
DescribeSavingPlanCoverageResponse,
|
|
126
127
|
DescribeVoucherInfoRequest,
|
|
127
128
|
DescribeSavingPlanUsageRequest,
|
|
129
|
+
DescribeSavingPlanResourceInfoResponse,
|
|
128
130
|
DescribeDealsByCondRequest,
|
|
129
131
|
DescribeDosageCosDetailByDateResponse,
|
|
130
132
|
DescribeBillSummaryForOrganizationResponse,
|
|
@@ -419,6 +421,16 @@ export class Client extends AbstractClient {
|
|
|
419
421
|
return this.request("DescribeBillSummaryForOrganization", req, cb)
|
|
420
422
|
}
|
|
421
423
|
|
|
424
|
+
/**
|
|
425
|
+
* 查询节省计划详情
|
|
426
|
+
*/
|
|
427
|
+
async DescribeSavingPlanResourceInfo(
|
|
428
|
+
req: DescribeSavingPlanResourceInfoRequest,
|
|
429
|
+
cb?: (error: string, rep: DescribeSavingPlanResourceInfoResponse) => void
|
|
430
|
+
): Promise<DescribeSavingPlanResourceInfoResponse> {
|
|
431
|
+
return this.request("DescribeSavingPlanResourceInfo", req, cb)
|
|
432
|
+
}
|
|
433
|
+
|
|
422
434
|
/**
|
|
423
435
|
* 获取分账标签
|
|
424
436
|
*/
|
|
@@ -3651,6 +3651,28 @@ export interface DescribeBillDetailRequest {
|
|
|
3651
3651
|
PayerUin?: string
|
|
3652
3652
|
}
|
|
3653
3653
|
|
|
3654
|
+
/**
|
|
3655
|
+
* DescribeSavingPlanResourceInfo请求参数结构体
|
|
3656
|
+
*/
|
|
3657
|
+
export interface DescribeSavingPlanResourceInfoRequest {
|
|
3658
|
+
/**
|
|
3659
|
+
* 数量,最大值为100
|
|
3660
|
+
*/
|
|
3661
|
+
Limit: number
|
|
3662
|
+
/**
|
|
3663
|
+
* 偏移量
|
|
3664
|
+
*/
|
|
3665
|
+
Offset: number
|
|
3666
|
+
/**
|
|
3667
|
+
* 购买开始时间,格式yyyy-MM-dd
|
|
3668
|
+
*/
|
|
3669
|
+
CreateStartDate?: string
|
|
3670
|
+
/**
|
|
3671
|
+
* 购买结束时间,格式yyyy-MM-dd
|
|
3672
|
+
*/
|
|
3673
|
+
CreateEndDate?: string
|
|
3674
|
+
}
|
|
3675
|
+
|
|
3654
3676
|
/**
|
|
3655
3677
|
* DescribeVoucherInfo返回参数结构体
|
|
3656
3678
|
*/
|
|
@@ -4059,6 +4081,20 @@ export interface DescribeSavingPlanUsageRequest {
|
|
|
4059
4081
|
TimeInterval: string
|
|
4060
4082
|
}
|
|
4061
4083
|
|
|
4084
|
+
/**
|
|
4085
|
+
* DescribeSavingPlanResourceInfo返回参数结构体
|
|
4086
|
+
*/
|
|
4087
|
+
export interface DescribeSavingPlanResourceInfoResponse {
|
|
4088
|
+
/**
|
|
4089
|
+
* 记录数
|
|
4090
|
+
*/
|
|
4091
|
+
Total?: number
|
|
4092
|
+
/**
|
|
4093
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4094
|
+
*/
|
|
4095
|
+
RequestId?: string
|
|
4096
|
+
}
|
|
4097
|
+
|
|
4062
4098
|
/**
|
|
4063
4099
|
* DescribeDealsByCond请求参数结构体
|
|
4064
4100
|
*/
|
|
@@ -571,11 +571,6 @@ export interface TaskGroupInstance {
|
|
|
571
571
|
* 实例动作执行状态
|
|
572
572
|
*/
|
|
573
573
|
TaskGroupInstanceStatus: number
|
|
574
|
-
/**
|
|
575
|
-
* 实例动作执行日志
|
|
576
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
577
|
-
*/
|
|
578
|
-
TaskGroupInstanceExecuteLog: string
|
|
579
574
|
/**
|
|
580
575
|
* 实例创建时间
|
|
581
576
|
*/
|
|
@@ -598,6 +593,12 @@ export interface TaskGroupInstance {
|
|
|
598
593
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
599
594
|
*/
|
|
600
595
|
TaskGroupInstanceEndTime: string
|
|
596
|
+
/**
|
|
597
|
+
* 实例动作执行日志
|
|
598
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
599
|
+
* @deprecated
|
|
600
|
+
*/
|
|
601
|
+
TaskGroupInstanceExecuteLog?: string
|
|
601
602
|
/**
|
|
602
603
|
* 实例是否可重试
|
|
603
604
|
注意:此字段可能返回 null,表示取不到有效值。
|