tencentcloud-sdk-nodejs 4.0.755 → 4.0.757
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 +273 -0
- package/SERVICE_CHANGELOG.md +297 -52
- package/package.json +1 -1
- package/products.md +23 -22
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +25 -12
- package/src/services/antiddos/v20200309/antiddos_models.ts +91 -42
- package/src/services/cdb/v20170320/cdb_models.ts +4 -0
- package/src/services/cdwdoris/index.ts +5 -0
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +73 -0
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +498 -0
- package/src/services/cdwdoris/v20211228/index.ts +6 -0
- package/src/services/csip/v20221121/csip_client.ts +15 -2
- package/src/services/csip/v20221121/csip_models.ts +173 -20
- package/src/services/cvm/v20170312/cvm_models.ts +12 -12
- package/src/services/domain/v20180808/domain_models.ts +11 -11
- package/src/services/ess/v20201111/ess_models.ts +12 -7
- package/src/services/essbasic/v20210526/essbasic_client.ts +6 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +37 -36
- package/src/services/hai/v20230812/hai_client.ts +31 -7
- package/src/services/hai/v20230812/hai_models.ts +66 -4
- package/src/services/index.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +6 -1
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +35 -27
- package/src/services/monitor/v20180724/monitor_client.ts +5 -5
- package/src/services/monitor/v20180724/monitor_models.ts +30 -21
- package/src/services/omics/v20221128/omics_client.ts +1 -1
- package/src/services/omics/v20221128/omics_models.ts +22 -4
- package/src/services/privatedns/v20201028/privatedns_models.ts +1 -1
- package/src/services/pts/v20210728/pts_models.ts +29 -29
- package/src/services/ssm/v20190923/ssm_models.ts +15 -9
- package/src/services/tcr/v20190924/tcr_client.ts +4 -19
- package/src/services/tcr/v20190924/tcr_models.ts +36 -126
- package/src/services/tdmq/v20200217/tdmq_models.ts +13 -5
- package/src/services/teo/v20220901/teo_models.ts +3 -2
- package/src/services/tke/v20180525/tke_client.ts +46 -22
- package/src/services/tke/v20180525/tke_models.ts +65 -0
- package/src/services/waf/v20180125/waf_models.ts +4 -4
- 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 +10 -6
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +13 -7
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +88 -42
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
- package/tencentcloud/services/cdwdoris/index.d.ts +6 -0
- package/tencentcloud/services/cdwdoris/index.js +7 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +22 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +49 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +470 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.js +18 -0
- package/tencentcloud/services/cdwdoris/v20211228/index.d.ts +6 -0
- package/tencentcloud/services/cdwdoris/v20211228/index.js +9 -0
- 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 +170 -20
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +12 -12
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +12 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +5 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +37 -36
- package/tencentcloud/services/hai/v20230812/hai_client.d.ts +11 -3
- package/tencentcloud/services/hai/v20230812/hai_client.js +15 -3
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +62 -4
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +6 -1
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +35 -27
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -5
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +5 -5
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +30 -21
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +1 -1
- package/tencentcloud/services/omics/v20221128/omics_client.js +1 -1
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +22 -4
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +1 -1
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +29 -29
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +15 -9
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +1 -7
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +0 -8
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +36 -123
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +13 -5
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -2
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +17 -9
- package/tencentcloud/services/tke/v20180525/tke_client.js +24 -12
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +61 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -4
- package/test/antiddos.v20200309.test.js +14 -4
- package/test/cdwdoris.v20211228.test.js +51 -0
- package/test/csip.v20221121.test.js +10 -0
- package/test/hai.v20230812.test.js +22 -2
- package/test/tcr.v20190924.test.js +0 -10
- package/test/tke.v20180525.test.js +34 -14
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-12-
|
|
13
|
+
| antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-12-13 01:06:45 |
|
|
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 |
|
|
@@ -40,11 +40,12 @@
|
|
|
40
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
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-
|
|
43
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2023-12-13 01:17:04 |
|
|
44
44
|
| cdc | [本地专用集群](https://cloud.tencent.com/document/product/1346) | 2023-12-05 01:17:51 |
|
|
45
45
|
| cdn | [内容分发网络 CDN](https://cloud.tencent.com/document/product/228) | 2023-10-27 01:17:34 |
|
|
46
46
|
| cds | [T-Sec-数据安全审计(DSA)](https://cloud.tencent.com/document/product/856) | 2023-08-17 01:43:06 |
|
|
47
47
|
| cdwch | [云数据仓库 ClickHouse](https://cloud.tencent.com/document/product/1299) | 2023-12-11 00:15:21 |
|
|
48
|
+
| cdwdoris | [腾讯云数据仓库 TCHouse-D](https://cloud.tencent.com/document/product/1387) | 2023-12-11 11:31:16 |
|
|
48
49
|
| cdwpg | [云数据仓库 PostgreSQL](https://cloud.tencent.com/document/product/878) | 2023-10-24 01:08:56 |
|
|
49
50
|
| cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2023-11-24 01:09:00 |
|
|
50
51
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2023-11-10 01:10:02 |
|
|
@@ -66,9 +67,9 @@
|
|
|
66
67
|
| config | [配置审计](https://cloud.tencent.com/document/product/1579) | 2023-11-27 00:06:03 |
|
|
67
68
|
| cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-09-21 02:09:54 |
|
|
68
69
|
| cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
|
|
69
|
-
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-12-
|
|
70
|
+
| csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-12-12 01:27:48 |
|
|
70
71
|
| 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-12-
|
|
72
|
+
| cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-12-13 01:28:37 |
|
|
72
73
|
| cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-11-29 01:11:08 |
|
|
73
74
|
| cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
|
|
74
75
|
| cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-12-06 01:34:06 |
|
|
@@ -81,7 +82,7 @@
|
|
|
81
82
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2023-10-30 00:33:47 |
|
|
82
83
|
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2023-12-07 01:38:53 |
|
|
83
84
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2023-11-15 01:33:00 |
|
|
84
|
-
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-
|
|
85
|
+
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2023-12-12 01:41:31 |
|
|
85
86
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2023-11-10 01:14:28 |
|
|
86
87
|
| ds | [文档服务](https://cloud.tencent.com/document/product/869) | 2023-08-17 02:59:40 |
|
|
87
88
|
| dsgc | [数据安全治理中心](https://cloud.tencent.com/document/product/1087) | 2023-11-29 01:53:04 |
|
|
@@ -95,8 +96,8 @@
|
|
|
95
96
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
96
97
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-12-07 01:47:01 |
|
|
97
98
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-12-05 01:46:13 |
|
|
98
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-
|
|
99
|
-
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-
|
|
99
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-12-12 01:48:23 |
|
|
100
|
+
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-12-12 01:49:27 |
|
|
100
101
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-09-18 01:48:33 |
|
|
101
102
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-12-06 01:49:35 |
|
|
102
103
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-08-17 03:12:49 |
|
|
@@ -108,7 +109,7 @@
|
|
|
108
109
|
| gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
|
|
109
110
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
|
|
110
111
|
| habo | [](https://cloud.tencent.com/document/product) | 2019-05-09 19:37:22 |
|
|
111
|
-
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-12-
|
|
112
|
+
| hai | [高性能应用服务](https://cloud.tencent.com/document/product/1721) | 2023-12-13 01:52:48 |
|
|
112
113
|
| hasim | [高可用物联网卡](https://cloud.tencent.com/document/product/1482) | 2023-05-18 01:29:47 |
|
|
113
114
|
| hcm | [数学作业批改](https://cloud.tencent.com/document/product/1004) | 2023-11-01 01:14:52 |
|
|
114
115
|
| hunyuan | [腾讯混元大模型](https://cloud.tencent.com/document/product/1729) | 2023-11-29 01:56:24 |
|
|
@@ -130,8 +131,8 @@
|
|
|
130
131
|
| ivld | [媒体智能标签](https://cloud.tencent.com/document/product/1509) | 2023-05-18 01:35:21 |
|
|
131
132
|
| keewidb | [云数据库 KeeWiDB](https://cloud.tencent.com/document/product/1520) | 2023-11-30 04:52:16 |
|
|
132
133
|
| kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-08-17 03:51:31 |
|
|
133
|
-
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-
|
|
134
|
-
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-
|
|
134
|
+
| lcic | [实时互动-教育版](https://cloud.tencent.com/document/product/1639) | 2023-12-12 02:02:36 |
|
|
135
|
+
| lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-12-13 02:03:09 |
|
|
135
136
|
| live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-11-21 01:21:33 |
|
|
136
137
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
|
|
137
138
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
|
|
@@ -143,7 +144,7 @@
|
|
|
143
144
|
| mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
|
|
144
145
|
| mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-12-01 01:19:47 |
|
|
145
146
|
| 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-12-
|
|
147
|
+
| monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-12-12 02:08:03 |
|
|
147
148
|
| mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-12-06 20:13:59 |
|
|
148
149
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-12-08 02:10:30 |
|
|
149
150
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-12-05 02:07:42 |
|
|
@@ -153,13 +154,13 @@
|
|
|
153
154
|
| npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
|
|
154
155
|
| oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-12-04 15:28:57 |
|
|
155
156
|
| ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-12-08 02:12:05 |
|
|
156
|
-
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-
|
|
157
|
+
| omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-12-13 02:14:02 |
|
|
157
158
|
| organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-11-08 02:00:11 |
|
|
158
159
|
| partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-08-17 04:23:46 |
|
|
159
160
|
| pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
|
|
160
161
|
| postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2023-11-14 01:22:46 |
|
|
161
|
-
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-12-
|
|
162
|
-
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-
|
|
162
|
+
| privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-12-12 02:16:16 |
|
|
163
|
+
| pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-12-12 02:16:34 |
|
|
163
164
|
| rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-11-24 01:21:07 |
|
|
164
165
|
| redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-12-11 01:11:39 |
|
|
165
166
|
| region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-10-13 01:22:28 |
|
|
@@ -178,7 +179,7 @@
|
|
|
178
179
|
| ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-11-15 02:18:28 |
|
|
179
180
|
| ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-12-04 00:17:35 |
|
|
180
181
|
| 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-12-
|
|
182
|
+
| ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2023-12-12 02:23:51 |
|
|
182
183
|
| sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2023-10-27 02:11:56 |
|
|
183
184
|
| taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2023-08-17 04:47:19 |
|
|
184
185
|
| tag | [标签](https://cloud.tencent.com/document/product/651) | 2023-10-31 02:21:34 |
|
|
@@ -195,14 +196,14 @@
|
|
|
195
196
|
| tchd | [腾讯云健康看板](https://cloud.tencent.com/document/product/1688) | 2023-11-28 01:24:39 |
|
|
196
197
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
197
198
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-10-09 01:23:14 |
|
|
198
|
-
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-
|
|
199
|
+
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-12-12 02:27:39 |
|
|
199
200
|
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-11-29 02:03:30 |
|
|
200
201
|
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
|
|
201
202
|
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
|
|
202
|
-
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-
|
|
203
|
+
| tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-12-13 02:31:49 |
|
|
203
204
|
| tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-11-15 02:26:59 |
|
|
204
205
|
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-08-30 01:25:15 |
|
|
205
|
-
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-
|
|
206
|
+
| teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-12-12 17:53:15 |
|
|
206
207
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-11-27 00:20:12 |
|
|
207
208
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
208
209
|
| tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-08-17 05:26:08 |
|
|
@@ -212,7 +213,7 @@
|
|
|
212
213
|
| tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-09-01 01:23:47 |
|
|
213
214
|
| tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-11-27 00:20:30 |
|
|
214
215
|
| 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-
|
|
216
|
+
| tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-12-13 02:38:08 |
|
|
216
217
|
| tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
|
|
217
218
|
| tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-11-28 01:28:13 |
|
|
218
219
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-12-07 02:40:15 |
|
|
@@ -230,12 +231,12 @@
|
|
|
230
231
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-11-15 02:36:58 |
|
|
231
232
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-08-17 05:50:56 |
|
|
232
233
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-12-08 02:44:40 |
|
|
233
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-
|
|
234
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-12-13 02:47:55 |
|
|
234
235
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-11-27 00:23:42 |
|
|
235
|
-
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-
|
|
236
|
+
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-12-12 02:52:40 |
|
|
236
237
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-11-15 02:42:49 |
|
|
237
238
|
| wedata | [数据开发治理平台 WeData](https://cloud.tencent.com/document/product/1267) | 2023-12-07 02:52:47 |
|
|
238
|
-
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-
|
|
239
|
+
| weilingwith | [微瓴同业开放平台](https://cloud.tencent.com/document/product/1693) | 2023-12-12 02:58:34 |
|
|
239
240
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
240
241
|
| yinsuda | [音速达直播音乐版权引擎](https://cloud.tencent.com/document/product/1592) | 2023-08-10 01:50:27 |
|
|
241
242
|
| 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.757"
|
|
@@ -71,11 +71,13 @@ import {
|
|
|
71
71
|
DescribeOverviewAttackTrendRequest,
|
|
72
72
|
DescribeListBGPIPInstancesRequest,
|
|
73
73
|
DescribeNewL7RulesResponse,
|
|
74
|
+
OverviewDDoSEvent,
|
|
74
75
|
StaticPackRelation,
|
|
75
76
|
CreatePortAclConfigRequest,
|
|
76
77
|
DescribeCCThresholdListResponse,
|
|
77
78
|
DescribeL7RulesBySSLCertIdRequest,
|
|
78
79
|
TagFilter,
|
|
80
|
+
IpBlockData,
|
|
79
81
|
DescribeListPacketFilterConfigResponse,
|
|
80
82
|
CreateSchedulingDomainRequest,
|
|
81
83
|
ModifyPortAclConfigRequest,
|
|
@@ -167,6 +169,7 @@ import {
|
|
|
167
169
|
DescribeCcBlackWhiteIpListRequest,
|
|
168
170
|
DescribeListListenerResponse,
|
|
169
171
|
DeletePortAclConfigRequest,
|
|
172
|
+
DescribeIpBlockListRequest,
|
|
170
173
|
DescribePendingRiskInfoRequest,
|
|
171
174
|
CreatePortAclConfigResponse,
|
|
172
175
|
ModifyDDoSLevelResponse,
|
|
@@ -250,7 +253,7 @@ import {
|
|
|
250
253
|
DescribeCCPrecisionPlyListResponse,
|
|
251
254
|
DescribeBizTrendRequest,
|
|
252
255
|
DescribeListPortAclListRequest,
|
|
253
|
-
|
|
256
|
+
DescribeIpBlockListResponse,
|
|
254
257
|
DescribeCCLevelPolicyResponse,
|
|
255
258
|
DescribeBizMonitorTrendRequest,
|
|
256
259
|
DescribeOverviewDDoSTrendResponse,
|
|
@@ -618,6 +621,16 @@ export class Client extends AbstractClient {
|
|
|
618
621
|
return this.request("DescribeNewL7Rules", req, cb)
|
|
619
622
|
}
|
|
620
623
|
|
|
624
|
+
/**
|
|
625
|
+
* 获取IP封堵列表
|
|
626
|
+
*/
|
|
627
|
+
async DescribeIpBlockList(
|
|
628
|
+
req?: DescribeIpBlockListRequest,
|
|
629
|
+
cb?: (error: string, rep: DescribeIpBlockListResponse) => void
|
|
630
|
+
): Promise<DescribeIpBlockListResponse> {
|
|
631
|
+
return this.request("DescribeIpBlockList", req, cb)
|
|
632
|
+
}
|
|
633
|
+
|
|
621
634
|
/**
|
|
622
635
|
* 修改CC防护等级
|
|
623
636
|
*/
|
|
@@ -1010,7 +1023,7 @@ export class Client extends AbstractClient {
|
|
|
1010
1023
|
}
|
|
1011
1024
|
|
|
1012
1025
|
/**
|
|
1013
|
-
* 新建
|
|
1026
|
+
* 新建CC防护的地域封禁配置
|
|
1014
1027
|
*/
|
|
1015
1028
|
async CreateCcGeoIPBlockConfig(
|
|
1016
1029
|
req: CreateCcGeoIPBlockConfigRequest,
|
|
@@ -1211,16 +1224,6 @@ export class Client extends AbstractClient {
|
|
|
1211
1224
|
return this.request("CreateWaterPrintKey", req, cb)
|
|
1212
1225
|
}
|
|
1213
1226
|
|
|
1214
|
-
/**
|
|
1215
|
-
* 删除CC频率限制策略
|
|
1216
|
-
*/
|
|
1217
|
-
async DeleteCCRequestLimitPolicy(
|
|
1218
|
-
req: DeleteCCRequestLimitPolicyRequest,
|
|
1219
|
-
cb?: (error: string, rep: DeleteCCRequestLimitPolicyResponse) => void
|
|
1220
|
-
): Promise<DeleteCCRequestLimitPolicyResponse> {
|
|
1221
|
-
return this.request("DeleteCCRequestLimitPolicy", req, cb)
|
|
1222
|
-
}
|
|
1223
|
-
|
|
1224
1227
|
/**
|
|
1225
1228
|
* 修改DDoS防护的区域封禁配置
|
|
1226
1229
|
*/
|
|
@@ -1230,4 +1233,14 @@ export class Client extends AbstractClient {
|
|
|
1230
1233
|
): Promise<ModifyDDoSGeoIPBlockConfigResponse> {
|
|
1231
1234
|
return this.request("ModifyDDoSGeoIPBlockConfig", req, cb)
|
|
1232
1235
|
}
|
|
1236
|
+
|
|
1237
|
+
/**
|
|
1238
|
+
* 删除CC频率限制策略
|
|
1239
|
+
*/
|
|
1240
|
+
async DeleteCCRequestLimitPolicy(
|
|
1241
|
+
req: DeleteCCRequestLimitPolicyRequest,
|
|
1242
|
+
cb?: (error: string, rep: DeleteCCRequestLimitPolicyResponse) => void
|
|
1243
|
+
): Promise<DeleteCCRequestLimitPolicyResponse> {
|
|
1244
|
+
return this.request("DeleteCCRequestLimitPolicy", req, cb)
|
|
1245
|
+
}
|
|
1233
1246
|
}
|
|
@@ -1254,6 +1254,56 @@ export interface DescribeNewL7RulesResponse {
|
|
|
1254
1254
|
RequestId?: string
|
|
1255
1255
|
}
|
|
1256
1256
|
|
|
1257
|
+
/**
|
|
1258
|
+
* 防护概览DDoS攻击事件
|
|
1259
|
+
*/
|
|
1260
|
+
export interface OverviewDDoSEvent {
|
|
1261
|
+
/**
|
|
1262
|
+
* 事件Id
|
|
1263
|
+
*/
|
|
1264
|
+
Id: string
|
|
1265
|
+
/**
|
|
1266
|
+
* ip
|
|
1267
|
+
*/
|
|
1268
|
+
Vip: string
|
|
1269
|
+
/**
|
|
1270
|
+
* 开始时间
|
|
1271
|
+
*/
|
|
1272
|
+
StartTime: string
|
|
1273
|
+
/**
|
|
1274
|
+
* 结束时间
|
|
1275
|
+
*/
|
|
1276
|
+
EndTime: string
|
|
1277
|
+
/**
|
|
1278
|
+
* 攻击类型
|
|
1279
|
+
*/
|
|
1280
|
+
AttackType: string
|
|
1281
|
+
/**
|
|
1282
|
+
* 攻击状态,0:攻击中;1:攻击结束
|
|
1283
|
+
*/
|
|
1284
|
+
AttackStatus: number
|
|
1285
|
+
/**
|
|
1286
|
+
* 攻击流量,单位Mbps
|
|
1287
|
+
*/
|
|
1288
|
+
Mbps: number
|
|
1289
|
+
/**
|
|
1290
|
+
* 攻击包量,单位pps
|
|
1291
|
+
*/
|
|
1292
|
+
Pps: number
|
|
1293
|
+
/**
|
|
1294
|
+
* 业务类型,bgp-multip:高防包;bgpip:高防ip;basic:基础防护
|
|
1295
|
+
*/
|
|
1296
|
+
Business: string
|
|
1297
|
+
/**
|
|
1298
|
+
* 高防实例Id
|
|
1299
|
+
*/
|
|
1300
|
+
InstanceId: string
|
|
1301
|
+
/**
|
|
1302
|
+
* 高防实例名称
|
|
1303
|
+
*/
|
|
1304
|
+
InstanceName: string
|
|
1305
|
+
}
|
|
1306
|
+
|
|
1257
1307
|
/**
|
|
1258
1308
|
* 三网高防套餐详情
|
|
1259
1309
|
*/
|
|
@@ -1345,6 +1395,36 @@ export interface TagFilter {
|
|
|
1345
1395
|
TagValue: Array<string>
|
|
1346
1396
|
}
|
|
1347
1397
|
|
|
1398
|
+
/**
|
|
1399
|
+
* IP封堵记录
|
|
1400
|
+
*/
|
|
1401
|
+
export interface IpBlockData {
|
|
1402
|
+
/**
|
|
1403
|
+
* 状态(Blocked:被封堵;UnBlocking:解封中;UnBlockFailed:解封失败)
|
|
1404
|
+
*/
|
|
1405
|
+
Status: string
|
|
1406
|
+
/**
|
|
1407
|
+
* 资源IP
|
|
1408
|
+
*/
|
|
1409
|
+
Ip: string
|
|
1410
|
+
/**
|
|
1411
|
+
* 封堵时间
|
|
1412
|
+
*/
|
|
1413
|
+
BlockTime: string
|
|
1414
|
+
/**
|
|
1415
|
+
* 解封时间(预计解封时间)
|
|
1416
|
+
*/
|
|
1417
|
+
UnBlockTime: string
|
|
1418
|
+
/**
|
|
1419
|
+
* 解封类型(user:自助解封;auto:自动解封; update:升级解封;bind:绑定高防包解封)
|
|
1420
|
+
*/
|
|
1421
|
+
ActionType: string
|
|
1422
|
+
/**
|
|
1423
|
+
* 高防标记,0:非高防,1:高防
|
|
1424
|
+
*/
|
|
1425
|
+
ProtectFlag: number
|
|
1426
|
+
}
|
|
1427
|
+
|
|
1348
1428
|
/**
|
|
1349
1429
|
* DescribeListPacketFilterConfig返回参数结构体
|
|
1350
1430
|
*/
|
|
@@ -3291,6 +3371,11 @@ export interface DeletePortAclConfigRequest {
|
|
|
3291
3371
|
AclConfig: AclConfig
|
|
3292
3372
|
}
|
|
3293
3373
|
|
|
3374
|
+
/**
|
|
3375
|
+
* DescribeIpBlockList请求参数结构体
|
|
3376
|
+
*/
|
|
3377
|
+
export type DescribeIpBlockListRequest = null
|
|
3378
|
+
|
|
3294
3379
|
/**
|
|
3295
3380
|
* DescribePendingRiskInfo请求参数结构体
|
|
3296
3381
|
*/
|
|
@@ -5343,53 +5428,17 @@ export interface DescribeListPortAclListRequest {
|
|
|
5343
5428
|
}
|
|
5344
5429
|
|
|
5345
5430
|
/**
|
|
5346
|
-
*
|
|
5431
|
+
* DescribeIpBlockList返回参数结构体
|
|
5347
5432
|
*/
|
|
5348
|
-
export interface
|
|
5433
|
+
export interface DescribeIpBlockListResponse {
|
|
5349
5434
|
/**
|
|
5350
|
-
*
|
|
5351
|
-
*/
|
|
5352
|
-
Id: string
|
|
5353
|
-
/**
|
|
5354
|
-
* ip
|
|
5355
|
-
*/
|
|
5356
|
-
Vip: string
|
|
5357
|
-
/**
|
|
5358
|
-
* 开始时间
|
|
5435
|
+
* IP封堵列表
|
|
5359
5436
|
*/
|
|
5360
|
-
|
|
5361
|
-
/**
|
|
5362
|
-
* 结束时间
|
|
5363
|
-
*/
|
|
5364
|
-
EndTime: string
|
|
5437
|
+
List: Array<IpBlockData>
|
|
5365
5438
|
/**
|
|
5366
|
-
*
|
|
5367
|
-
*/
|
|
5368
|
-
AttackType: string
|
|
5369
|
-
/**
|
|
5370
|
-
* 攻击状态,0:攻击中;1:攻击结束
|
|
5371
|
-
*/
|
|
5372
|
-
AttackStatus: number
|
|
5373
|
-
/**
|
|
5374
|
-
* 攻击流量,单位Mbps
|
|
5375
|
-
*/
|
|
5376
|
-
Mbps: number
|
|
5377
|
-
/**
|
|
5378
|
-
* 攻击包量,单位pps
|
|
5379
|
-
*/
|
|
5380
|
-
Pps: number
|
|
5381
|
-
/**
|
|
5382
|
-
* 业务类型,bgp-multip:高防包;bgpip:高防ip;basic:基础防护
|
|
5383
|
-
*/
|
|
5384
|
-
Business: string
|
|
5385
|
-
/**
|
|
5386
|
-
* 高防实例Id
|
|
5387
|
-
*/
|
|
5388
|
-
InstanceId: string
|
|
5389
|
-
/**
|
|
5390
|
-
* 高防实例名称
|
|
5439
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5391
5440
|
*/
|
|
5392
|
-
|
|
5441
|
+
RequestId?: string
|
|
5393
5442
|
}
|
|
5394
5443
|
|
|
5395
5444
|
/**
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-unused-vars */
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 THL A29 Limited, a Tencent company. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
import { AbstractClient } from "../../../common/abstract_client"
|
|
19
|
+
import { ClientConfig } from "../../../common/interface"
|
|
20
|
+
import {
|
|
21
|
+
Tag,
|
|
22
|
+
InstanceNode,
|
|
23
|
+
DescribeInstancesRequest,
|
|
24
|
+
DescribeInstanceNodesResponse,
|
|
25
|
+
DescribeInstanceRequest,
|
|
26
|
+
SearchTags,
|
|
27
|
+
AttachCBSSpec,
|
|
28
|
+
DescribeInstanceNodesRequest,
|
|
29
|
+
InstanceInfo,
|
|
30
|
+
DescribeInstanceResponse,
|
|
31
|
+
DescribeInstancesResponse,
|
|
32
|
+
NodesSummary,
|
|
33
|
+
} from "./cdwdoris_models"
|
|
34
|
+
|
|
35
|
+
/**
|
|
36
|
+
* cdwdoris client
|
|
37
|
+
* @class
|
|
38
|
+
*/
|
|
39
|
+
export class Client extends AbstractClient {
|
|
40
|
+
constructor(clientConfig: ClientConfig) {
|
|
41
|
+
super("cdwdoris.tencentcloudapi.com", "2021-12-28", clientConfig)
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
/**
|
|
45
|
+
* 获取实例列表
|
|
46
|
+
*/
|
|
47
|
+
async DescribeInstances(
|
|
48
|
+
req: DescribeInstancesRequest,
|
|
49
|
+
cb?: (error: string, rep: DescribeInstancesResponse) => void
|
|
50
|
+
): Promise<DescribeInstancesResponse> {
|
|
51
|
+
return this.request("DescribeInstances", req, cb)
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* 根据实例ID查询某个实例的具体信息
|
|
56
|
+
*/
|
|
57
|
+
async DescribeInstance(
|
|
58
|
+
req: DescribeInstanceRequest,
|
|
59
|
+
cb?: (error: string, rep: DescribeInstanceResponse) => void
|
|
60
|
+
): Promise<DescribeInstanceResponse> {
|
|
61
|
+
return this.request("DescribeInstance", req, cb)
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
/**
|
|
65
|
+
* 获取实例节点信息列表
|
|
66
|
+
*/
|
|
67
|
+
async DescribeInstanceNodes(
|
|
68
|
+
req: DescribeInstanceNodesRequest,
|
|
69
|
+
cb?: (error: string, rep: DescribeInstanceNodesResponse) => void
|
|
70
|
+
): Promise<DescribeInstanceNodesResponse> {
|
|
71
|
+
return this.request("DescribeInstanceNodes", req, cb)
|
|
72
|
+
}
|
|
73
|
+
}
|