tencentcloud-sdk-nodejs 4.0.296 → 4.0.299
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 +434 -0
- package/SERVICE_CHANGELOG.md +477 -40
- package/package.json +1 -1
- package/products.md +25 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +10 -2
- package/src/services/antiddos/v20200309/antiddos_client.ts +127 -53
- package/src/services/antiddos/v20200309/antiddos_models.ts +361 -31
- package/src/services/apigateway/v20180808/apigateway_client.ts +75 -6
- package/src/services/apigateway/v20180808/apigateway_models.ts +617 -45
- package/src/services/as/v20180419/as_models.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +12 -0
- package/src/services/cam/v20190116/cam_client.ts +12 -0
- package/src/services/cam/v20190116/cam_models.ts +31 -1
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/clb/v20180317/clb_client.ts +0 -3
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +43 -7
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +109 -64
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +38 -27
- package/src/services/dcdb/v20180411/dcdb_client.ts +36 -12
- package/src/services/dcdb/v20180411/dcdb_models.ts +60 -0
- package/src/services/ess/index.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +148 -0
- package/src/services/ess/v20201111/ess_models.ts +857 -0
- package/src/services/ess/v20201111/index.ts +6 -0
- package/src/services/gme/v20180711/gme_client.ts +36 -0
- package/src/services/gme/v20180711/gme_models.ts +126 -0
- package/src/services/index.ts +2 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +31 -7
- package/src/services/mariadb/v20170312/mariadb_models.ts +233 -173
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +26 -0
- package/src/services/tdcpg/index.ts +5 -0
- package/src/services/tdcpg/v20211118/index.ts +6 -0
- package/src/services/tdcpg/v20211118/tdcpg_client.ts +345 -0
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +1320 -0
- package/src/services/tdid/v20210519/tdid_client.ts +64 -14
- package/src/services/tdid/v20210519/tdid_models.ts +205 -17
- package/src/services/tem/v20210701/tem_models.ts +5 -0
- package/src/services/tsf/v20180326/tsf_client.ts +128 -15
- package/src/services/tsf/v20180326/tsf_models.ts +1116 -112
- package/src/services/vpc/v20170312/vpc_models.ts +3 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +9 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +41 -17
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +60 -24
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +307 -29
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +21 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +30 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +520 -41
- package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +10 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +5 -1
- package/tencentcloud/services/cam/v20190116/cam_client.js +6 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +26 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +0 -3
- package/tencentcloud/services/clb/v20180317/clb_client.js +0 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +15 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +21 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +91 -52
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +35 -24
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -5
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +18 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +52 -0
- package/tencentcloud/services/ess/index.d.ts +6 -0
- package/tencentcloud/services/ess/index.js +7 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +46 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +85 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +707 -0
- package/tencentcloud/services/ess/v20201111/ess_models.js +18 -0
- package/tencentcloud/services/ess/v20201111/index.d.ts +6 -0
- package/tencentcloud/services/ess/v20201111/index.js +9 -0
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +13 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +18 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +107 -0
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +198 -146
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -0
- package/tencentcloud/services/tdcpg/index.d.ts +6 -0
- package/tencentcloud/services/tdcpg/index.js +7 -0
- package/tencentcloud/services/tdcpg/v20211118/index.d.ts +6 -0
- package/tencentcloud/services/tdcpg/v20211118/index.js +9 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.d.ts +116 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.js +187 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +1111 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.js +18 -0
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +22 -5
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +31 -6
- package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +175 -15
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +37 -5
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +54 -6
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +934 -86
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -0
- package/test/antiddos.v20200309.test.js +76 -16
- package/test/apigateway.v20180808.test.js +50 -0
- package/test/cam.v20190116.test.js +10 -0
- package/test/cloudaudit.v20190319.test.js +32 -2
- package/test/dcdb.v20180411.test.js +24 -4
- package/test/ess.v20201111.test.js +111 -0
- package/test/gme.v20180711.test.js +30 -0
- package/test/mariadb.v20170312.test.js +20 -0
- package/test/tdcpg.v20211118.test.js +271 -0
- package/test/tdid.v20210519.test.js +44 -4
- package/test/tsf.v20180326.test.js +84 -4
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2022-02-21 08:00:44 |
|
|
6
6
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2022-02-21 08:00:45 |
|
|
7
7
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2022-02-21 08:00:46 |
|
|
8
|
-
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-
|
|
8
|
+
| ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-02-28 08:05:12 |
|
|
9
9
|
| ams | [音频内容检测](https://cloud.tencent.com/document/product/1219) | 2022-02-21 08:00:52 |
|
|
10
|
-
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-02
|
|
10
|
+
| antiddos | [DDoS 防护](https://cloud.tencent.com/document/product/1021) | 2022-03-02 08:04:36 |
|
|
11
11
|
| apcas | [汽车精准获客服务](https://cloud.tencent.com/document/product/1244) | 2022-02-21 08:01:03 |
|
|
12
12
|
| ape | [正版图库直通车](https://cloud.tencent.com/document/product/1181) | 2022-02-21 08:01:04 |
|
|
13
13
|
| api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-02-21 08:01:06 |
|
|
14
|
-
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-
|
|
14
|
+
| apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-01 08:00:39 |
|
|
15
15
|
| apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
|
|
16
|
-
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-
|
|
16
|
+
| as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2022-03-01 08:01:06 |
|
|
17
17
|
| asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2022-02-24 08:02:49 |
|
|
18
18
|
| asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2022-02-21 08:01:30 |
|
|
19
19
|
| ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2022-02-21 08:01:32 |
|
|
20
20
|
| batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2022-02-21 08:01:33 |
|
|
21
21
|
| bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2022-02-21 08:01:38 |
|
|
22
|
-
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-02
|
|
22
|
+
| billing | [计费相关](https://cloud.tencent.com/document/product/555) | 2022-03-02 08:05:35 |
|
|
23
23
|
| bizlive | [商业直播](https://cloud.tencent.com/document/product) | 2020-03-10 01:08:07 |
|
|
24
24
|
| bm | [黑石物理服务器1.0](https://cloud.tencent.com/document/product/386) | 2021-11-10 08:02:45 |
|
|
25
25
|
| bmeip | [黑石弹性公网IP](https://cloud.tencent.com/document/product/1028) | 2022-02-21 08:01:45 |
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
| bmvpc | [黑石私有网络](https://cloud.tencent.com/document/product/1024) | 2022-02-21 08:01:54 |
|
|
28
28
|
| bri | [业务风险情报](https://cloud.tencent.com/document/product/1064) | 2021-01-07 08:02:40 |
|
|
29
29
|
| btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2022-02-21 08:02:02 |
|
|
30
|
-
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-
|
|
30
|
+
| cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2022-03-01 08:01:53 |
|
|
31
31
|
| captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2022-02-21 08:02:12 |
|
|
32
32
|
| cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2022-02-21 08:02:15 |
|
|
33
33
|
| cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2022-02-21 08:02:20 |
|
|
34
34
|
| ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-02-21 08:02:25 |
|
|
35
|
-
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-
|
|
35
|
+
| cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-01 08:02:21 |
|
|
36
36
|
| cdn | [内容分发网络](https://cloud.tencent.com/document/product/228) | 2022-02-24 08:04:07 |
|
|
37
37
|
| cds | [数据安全审计](https://cloud.tencent.com/document/product/856) | 2022-02-21 08:02:59 |
|
|
38
38
|
| cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2022-02-21 08:03:00 |
|
|
@@ -41,11 +41,11 @@
|
|
|
41
41
|
| cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2022-02-18 16:00:08 |
|
|
42
42
|
| cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
|
|
43
43
|
| cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
|
|
44
|
-
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-
|
|
45
|
-
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-02
|
|
46
|
-
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-
|
|
44
|
+
| ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-03-01 08:03:20 |
|
|
45
|
+
| clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-03-02 08:07:18 |
|
|
46
|
+
| cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2022-02-28 08:08:23 |
|
|
47
47
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2022-02-21 08:03:43 |
|
|
48
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-
|
|
48
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-01 08:03:44 |
|
|
49
49
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
|
|
50
50
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-02-21 08:04:00 |
|
|
51
51
|
| cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
| dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:05:24 |
|
|
59
59
|
| dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-02-21 08:05:37 |
|
|
60
60
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
|
|
61
|
-
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-
|
|
62
|
-
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-
|
|
61
|
+
| dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-01 08:05:34 |
|
|
62
|
+
| dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-01 08:05:44 |
|
|
63
63
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2022-02-21 08:05:57 |
|
|
64
64
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2022-02-21 08:06:02 |
|
|
65
65
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2022-02-21 08:06:06 |
|
|
@@ -74,13 +74,14 @@
|
|
|
74
74
|
| eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-02-21 08:06:46 |
|
|
75
75
|
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-02-21 08:06:47 |
|
|
76
76
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-02-21 08:06:51 |
|
|
77
|
+
| ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-02-25 16:43:22 |
|
|
77
78
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-21 08:06:54 |
|
|
78
79
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2022-02-25 08:09:04 |
|
|
79
80
|
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2022-02-25 08:09:07 |
|
|
80
81
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-02-21 08:07:03 |
|
|
81
82
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-02-21 08:07:05 |
|
|
82
83
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-02-21 08:07:07 |
|
|
83
|
-
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-02
|
|
84
|
+
| gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-03-02 08:10:49 |
|
|
84
85
|
| gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-02-21 08:07:21 |
|
|
85
86
|
| gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-02-21 08:07:24 |
|
|
86
87
|
| gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-02-21 08:07:25 |
|
|
@@ -104,13 +105,13 @@
|
|
|
104
105
|
| live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-02-24 08:10:24 |
|
|
105
106
|
| lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
|
|
106
107
|
| lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
|
|
107
|
-
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-
|
|
108
|
+
| mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-01 08:09:32 |
|
|
108
109
|
| market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
|
|
109
110
|
| memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
|
|
110
111
|
| mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
|
|
111
112
|
| mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-02-21 08:09:33 |
|
|
112
113
|
| mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-02-25 08:11:43 |
|
|
113
|
-
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-02
|
|
114
|
+
| monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-02 08:13:10 |
|
|
114
115
|
| mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-02-21 08:09:56 |
|
|
115
116
|
| mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-02-21 08:10:08 |
|
|
116
117
|
| ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
|
|
@@ -129,8 +130,8 @@
|
|
|
129
130
|
| redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-02-21 08:10:46 |
|
|
130
131
|
| rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
|
|
131
132
|
| rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
|
|
132
|
-
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-
|
|
133
|
-
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-02
|
|
133
|
+
| rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2022-03-01 08:11:06 |
|
|
134
|
+
| scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-02 08:14:31 |
|
|
134
135
|
| ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-02-22 08:11:38 |
|
|
135
136
|
| smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-21 08:11:14 |
|
|
136
137
|
| smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
|
|
@@ -156,10 +157,11 @@
|
|
|
156
157
|
| tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
|
|
157
158
|
| tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-25 08:14:28 |
|
|
158
159
|
| tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-02-21 08:12:20 |
|
|
159
|
-
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-02
|
|
160
|
-
|
|
|
160
|
+
| tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-03-02 08:15:58 |
|
|
161
|
+
| tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2022-03-01 10:49:12 |
|
|
162
|
+
| tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-03-01 15:05:45 |
|
|
161
163
|
| tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-02-21 08:12:52 |
|
|
162
|
-
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-
|
|
164
|
+
| tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-01 08:13:25 |
|
|
163
165
|
| thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-02-21 08:13:08 |
|
|
164
166
|
| tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
|
|
165
167
|
| tic | [腾讯云IaC平台](https://cloud.tencent.com/document/product/1213) | 2022-02-21 08:13:09 |
|
|
@@ -175,14 +177,14 @@
|
|
|
175
177
|
| tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
|
|
176
178
|
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-02-21 08:13:42 |
|
|
177
179
|
| tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-02-21 08:13:46 |
|
|
178
|
-
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-
|
|
180
|
+
| tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-01 08:14:14 |
|
|
179
181
|
| tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
|
|
180
182
|
| tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
|
|
181
183
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2022-02-21 08:14:12 |
|
|
182
184
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2022-02-21 08:14:15 |
|
|
183
185
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2022-02-21 08:14:16 |
|
|
184
186
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2022-02-21 08:14:18 |
|
|
185
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-
|
|
187
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2022-02-28 08:19:45 |
|
|
186
188
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2022-02-21 08:15:09 |
|
|
187
189
|
| wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2022-02-21 08:15:12 |
|
|
188
190
|
| wss | [SSL证书管理服务](https://cloud.tencent.com/document/product) | 2020-04-01 08:53:44 |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.0.
|
|
1
|
+
export const sdkVersion = "4.0.299"
|
|
@@ -1393,15 +1393,23 @@ export interface SetPlaylistCommandInput {
|
|
|
1393
1393
|
* 变更类型,取值有:
|
|
1394
1394
|
<li>Add:添加</li>
|
|
1395
1395
|
<li>Delete:删除</li>
|
|
1396
|
+
<li>ClearList:清空歌曲列表</li>
|
|
1397
|
+
<li>Move:移动歌曲</li>
|
|
1396
1398
|
*/
|
|
1397
1399
|
Type: string
|
|
1398
1400
|
|
|
1399
1401
|
/**
|
|
1400
1402
|
* 歌单索引位置,
|
|
1401
1403
|
当 Type 取 Add 时,-1表示添加在列表最后位置,大于-1表示要添加的位置;
|
|
1402
|
-
当 Type 取 Delete
|
|
1404
|
+
当 Type 取 Delete 时,表示待删除歌曲的位置;
|
|
1405
|
+
当 Type 取 Move 时,表示待调整歌曲的位置。
|
|
1403
1406
|
*/
|
|
1404
|
-
Index
|
|
1407
|
+
Index?: number
|
|
1408
|
+
|
|
1409
|
+
/**
|
|
1410
|
+
* 当 Type 取 Move 时,必填,表示移动歌曲的目标位置。
|
|
1411
|
+
*/
|
|
1412
|
+
ChangedIndex?: number
|
|
1405
1413
|
|
|
1406
1414
|
/**
|
|
1407
1415
|
* 歌曲 ID 列表,当 Type 取 Add 时,必填。
|
|
@@ -23,6 +23,7 @@ import {
|
|
|
23
23
|
DescribeListBGPIPInstancesResponse,
|
|
24
24
|
DescribeBlackWhiteIpListResponse,
|
|
25
25
|
PacketFilterConfig,
|
|
26
|
+
DeleteCCLevelPolicyRequest,
|
|
26
27
|
ProxyTypeInfo,
|
|
27
28
|
CreateBoundIPRequest,
|
|
28
29
|
CCReqLimitPolicyRecord,
|
|
@@ -53,6 +54,7 @@ import {
|
|
|
53
54
|
DescribeCcBlackWhiteIpListResponse,
|
|
54
55
|
ModifyCCLevelPolicyResponse,
|
|
55
56
|
CreateIPAlarmThresholdConfigRequest,
|
|
57
|
+
CreateCcBlackWhiteIpListResponse,
|
|
56
58
|
DescribeDefaultAlarmThresholdResponse,
|
|
57
59
|
CreateDDoSAIRequest,
|
|
58
60
|
DescribeListProtectThresholdConfigRequest,
|
|
@@ -60,11 +62,13 @@ import {
|
|
|
60
62
|
CcBlackWhiteIpPolicy,
|
|
61
63
|
DescribeDDoSConnectLimitListResponse,
|
|
62
64
|
ModifyPacketFilterConfigResponse,
|
|
65
|
+
DescribeCCLevelPolicyRequest,
|
|
63
66
|
CreateWaterPrintConfigResponse,
|
|
64
67
|
ModifyPortAclConfigRequest,
|
|
65
68
|
DescribeListBGPIPInstancesRequest,
|
|
66
69
|
StaticPackRelation,
|
|
67
70
|
CreatePortAclConfigRequest,
|
|
71
|
+
DescribeCCThresholdListResponse,
|
|
68
72
|
DescribeL7RulesBySSLCertIdRequest,
|
|
69
73
|
DescribeListPacketFilterConfigResponse,
|
|
70
74
|
DeleteBlackWhiteIpListResponse,
|
|
@@ -73,9 +77,10 @@ import {
|
|
|
73
77
|
CreateDDoSBlackWhiteIpListRequest,
|
|
74
78
|
ModifyCCReqLimitPolicyRequest,
|
|
75
79
|
DisassociateDDoSEipAddressResponse,
|
|
80
|
+
DeleteCCThresholdPolicyResponse,
|
|
76
81
|
DeleteBlackWhiteIpListRequest,
|
|
77
82
|
SourceServer,
|
|
78
|
-
|
|
83
|
+
CCLevelPolicy,
|
|
79
84
|
ModifyCcBlackWhiteIpListResponse,
|
|
80
85
|
CreatePortAclConfigListRequest,
|
|
81
86
|
AclConfig,
|
|
@@ -96,7 +101,7 @@ import {
|
|
|
96
101
|
ModifyPortAclConfigResponse,
|
|
97
102
|
DescribeBasicDeviceStatusRequest,
|
|
98
103
|
DeleteCcGeoIPBlockConfigRequest,
|
|
99
|
-
|
|
104
|
+
DescribeCCLevelListResponse,
|
|
100
105
|
CreateDDoSSpeedLimitConfigRequest,
|
|
101
106
|
CreateDDoSGeoIPBlockConfigRequest,
|
|
102
107
|
CreateProtocolBlockConfigRequest,
|
|
@@ -104,7 +109,7 @@ import {
|
|
|
104
109
|
SuccessCode,
|
|
105
110
|
AssociateDDoSEipAddressResponse,
|
|
106
111
|
DDoSSpeedLimitConfigRelation,
|
|
107
|
-
|
|
112
|
+
DeleteCCLevelPolicyResponse,
|
|
108
113
|
ModifyPacketFilterConfigRequest,
|
|
109
114
|
DescribeBlackWhiteIpListRequest,
|
|
110
115
|
CreateCcGeoIPBlockConfigRequest,
|
|
@@ -115,6 +120,7 @@ import {
|
|
|
115
120
|
DescribeListDDoSGeoIPBlockConfigResponse,
|
|
116
121
|
DescribeBasicDeviceStatusResponse,
|
|
117
122
|
WaterPrintConfig,
|
|
123
|
+
L4RuleSource,
|
|
118
124
|
ProtocolBlockConfig,
|
|
119
125
|
DeleteCCPrecisionPolicyRequest,
|
|
120
126
|
BGPIPInstance,
|
|
@@ -139,6 +145,7 @@ import {
|
|
|
139
145
|
ListenerCcThreholdConfig,
|
|
140
146
|
EipAddressRelation,
|
|
141
147
|
DeleteDDoSBlackWhiteIpListRequest,
|
|
148
|
+
PackInfo,
|
|
142
149
|
CreateDDoSConnectLimitResponse,
|
|
143
150
|
IPLineInfo,
|
|
144
151
|
DescribeCcBlackWhiteIpListRequest,
|
|
@@ -165,8 +172,9 @@ import {
|
|
|
165
172
|
DescribeCCPrecisionPlyListRequest,
|
|
166
173
|
ModifyL7RulesEdgeResponse,
|
|
167
174
|
ProtocolPort,
|
|
175
|
+
DescribeCCLevelListRequest,
|
|
168
176
|
ModifyCCThresholdPolicyRequest,
|
|
169
|
-
|
|
177
|
+
DeleteDDoSGeoIPBlockConfigResponse,
|
|
170
178
|
DescribeListDDoSAIRequest,
|
|
171
179
|
DescribeListIPAlarmConfigRequest,
|
|
172
180
|
PortSegment,
|
|
@@ -186,6 +194,7 @@ import {
|
|
|
186
194
|
ModifyDDoSSpeedLimitConfigRequest,
|
|
187
195
|
AssociateDDoSEipAddressRequest,
|
|
188
196
|
AssociateDDoSEipLoadBalancerResponse,
|
|
197
|
+
DescribeCCThresholdListRequest,
|
|
189
198
|
CreateBlackWhiteIpListRequest,
|
|
190
199
|
DescribeBizTrendResponse,
|
|
191
200
|
NewL7RuleEntry,
|
|
@@ -197,6 +206,8 @@ import {
|
|
|
197
206
|
DescribeListSchedulingDomainResponse,
|
|
198
207
|
ModifyCCPrecisionPolicyRequest,
|
|
199
208
|
DeleteDDoSBlackWhiteIpListResponse,
|
|
209
|
+
CCThresholdPolicy,
|
|
210
|
+
ModifyDomainUsrNameResponse,
|
|
200
211
|
DescribeCCTrendResponse,
|
|
201
212
|
CreateSchedulingDomainResponse,
|
|
202
213
|
EipProductInfo,
|
|
@@ -208,20 +219,23 @@ import {
|
|
|
208
219
|
DescribeListBGPInstancesResponse,
|
|
209
220
|
DescribeDDoSTrendRequest,
|
|
210
221
|
DeleteCCRequestLimitPolicyResponse,
|
|
222
|
+
CreateCcBlackWhiteIpListRequest,
|
|
211
223
|
BGPInstance,
|
|
212
224
|
DescribeListPortAclListResponse,
|
|
213
225
|
CCPrecisionPlyRecord,
|
|
214
226
|
DescribeCCPrecisionPlyListResponse,
|
|
215
227
|
DescribeBizTrendRequest,
|
|
216
228
|
DescribeListPortAclListRequest,
|
|
229
|
+
DescribeCCLevelPolicyResponse,
|
|
217
230
|
DescribeListWaterPrintConfigResponse,
|
|
218
231
|
BGPInstanceUsages,
|
|
219
232
|
DeleteDDoSSpeedLimitConfigResponse,
|
|
233
|
+
DeleteCCThresholdPolicyRequest,
|
|
220
234
|
DescribeListListenerRequest,
|
|
221
235
|
L7RuleEntry,
|
|
222
236
|
ModifyCCThresholdPolicyResponse,
|
|
223
237
|
CreateWaterPrintKeyResponse,
|
|
224
|
-
|
|
238
|
+
DeleteCCPrecisionPolicyResponse,
|
|
225
239
|
DescribeDDoSTrendResponse,
|
|
226
240
|
DescribeListBlackWhiteIpListRequest,
|
|
227
241
|
CreateCCReqLimitPolicyRequest,
|
|
@@ -246,13 +260,13 @@ export class Client extends AbstractClient {
|
|
|
246
260
|
}
|
|
247
261
|
|
|
248
262
|
/**
|
|
249
|
-
* 修改CC
|
|
263
|
+
* 修改CC防护等级
|
|
250
264
|
*/
|
|
251
|
-
async
|
|
252
|
-
req:
|
|
253
|
-
cb?: (error: string, rep:
|
|
254
|
-
): Promise<
|
|
255
|
-
return this.request("
|
|
265
|
+
async ModifyCCLevelPolicy(
|
|
266
|
+
req: ModifyCCLevelPolicyRequest,
|
|
267
|
+
cb?: (error: string, rep: ModifyCCLevelPolicyResponse) => void
|
|
268
|
+
): Promise<ModifyCCLevelPolicyResponse> {
|
|
269
|
+
return this.request("ModifyCCLevelPolicy", req, cb)
|
|
256
270
|
}
|
|
257
271
|
|
|
258
272
|
/**
|
|
@@ -286,13 +300,23 @@ export class Client extends AbstractClient {
|
|
|
286
300
|
}
|
|
287
301
|
|
|
288
302
|
/**
|
|
289
|
-
*
|
|
303
|
+
* 修改7层转发规则
|
|
290
304
|
*/
|
|
291
|
-
async
|
|
292
|
-
req:
|
|
293
|
-
cb?: (error: string, rep:
|
|
294
|
-
): Promise<
|
|
295
|
-
return this.request("
|
|
305
|
+
async ModifyNewDomainRules(
|
|
306
|
+
req: ModifyNewDomainRulesRequest,
|
|
307
|
+
cb?: (error: string, rep: ModifyNewDomainRulesResponse) => void
|
|
308
|
+
): Promise<ModifyNewDomainRulesResponse> {
|
|
309
|
+
return this.request("ModifyNewDomainRules", req, cb)
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
/**
|
|
313
|
+
* 新建CC四层黑白名单
|
|
314
|
+
*/
|
|
315
|
+
async CreateCcBlackWhiteIpList(
|
|
316
|
+
req: CreateCcBlackWhiteIpListRequest,
|
|
317
|
+
cb?: (error: string, rep: CreateCcBlackWhiteIpListResponse) => void
|
|
318
|
+
): Promise<CreateCcBlackWhiteIpListResponse> {
|
|
319
|
+
return this.request("CreateCcBlackWhiteIpList", req, cb)
|
|
296
320
|
}
|
|
297
321
|
|
|
298
322
|
/**
|
|
@@ -416,6 +440,16 @@ export class Client extends AbstractClient {
|
|
|
416
440
|
return this.request("DescribeDDoSTrend", req, cb)
|
|
417
441
|
}
|
|
418
442
|
|
|
443
|
+
/**
|
|
444
|
+
* 删除DDoS防护的IP网段黑白名单
|
|
445
|
+
*/
|
|
446
|
+
async DeleteDDoSBlackWhiteIpList(
|
|
447
|
+
req: DeleteDDoSBlackWhiteIpListRequest,
|
|
448
|
+
cb?: (error: string, rep: DeleteDDoSBlackWhiteIpListResponse) => void
|
|
449
|
+
): Promise<DeleteDDoSBlackWhiteIpListResponse> {
|
|
450
|
+
return this.request("DeleteDDoSBlackWhiteIpList", req, cb)
|
|
451
|
+
}
|
|
452
|
+
|
|
419
453
|
/**
|
|
420
454
|
* 获取单IP默认告警阈值配置
|
|
421
455
|
*/
|
|
@@ -437,13 +471,13 @@ export class Client extends AbstractClient {
|
|
|
437
471
|
}
|
|
438
472
|
|
|
439
473
|
/**
|
|
440
|
-
*
|
|
474
|
+
* 删除CC清洗阈值策略
|
|
441
475
|
*/
|
|
442
|
-
async
|
|
443
|
-
req:
|
|
444
|
-
cb?: (error: string, rep:
|
|
445
|
-
): Promise<
|
|
446
|
-
return this.request("
|
|
476
|
+
async DeleteCCThresholdPolicy(
|
|
477
|
+
req: DeleteCCThresholdPolicyRequest,
|
|
478
|
+
cb?: (error: string, rep: DeleteCCThresholdPolicyResponse) => void
|
|
479
|
+
): Promise<DeleteCCThresholdPolicyResponse> {
|
|
480
|
+
return this.request("DeleteCCThresholdPolicy", req, cb)
|
|
447
481
|
}
|
|
448
482
|
|
|
449
483
|
/**
|
|
@@ -477,13 +511,13 @@ export class Client extends AbstractClient {
|
|
|
477
511
|
}
|
|
478
512
|
|
|
479
513
|
/**
|
|
480
|
-
* 获取CC
|
|
514
|
+
* 获取CC分级策略
|
|
481
515
|
*/
|
|
482
|
-
async
|
|
483
|
-
req:
|
|
484
|
-
cb?: (error: string, rep:
|
|
485
|
-
): Promise<
|
|
486
|
-
return this.request("
|
|
516
|
+
async DescribeCCLevelPolicy(
|
|
517
|
+
req: DescribeCCLevelPolicyRequest,
|
|
518
|
+
cb?: (error: string, rep: DescribeCCLevelPolicyResponse) => void
|
|
519
|
+
): Promise<DescribeCCLevelPolicyResponse> {
|
|
520
|
+
return this.request("DescribeCCLevelPolicy", req, cb)
|
|
487
521
|
}
|
|
488
522
|
|
|
489
523
|
/**
|
|
@@ -516,6 +550,16 @@ export class Client extends AbstractClient {
|
|
|
516
550
|
return this.request("CreateBoundIP", req, cb)
|
|
517
551
|
}
|
|
518
552
|
|
|
553
|
+
/**
|
|
554
|
+
* 修改CC四层黑白名单
|
|
555
|
+
*/
|
|
556
|
+
async ModifyCcBlackWhiteIpList(
|
|
557
|
+
req: ModifyCcBlackWhiteIpListRequest,
|
|
558
|
+
cb?: (error: string, rep: ModifyCcBlackWhiteIpListResponse) => void
|
|
559
|
+
): Promise<ModifyCcBlackWhiteIpListResponse> {
|
|
560
|
+
return this.request("ModifyCcBlackWhiteIpList", req, cb)
|
|
561
|
+
}
|
|
562
|
+
|
|
519
563
|
/**
|
|
520
564
|
* 删除CC防护的区域封禁配置
|
|
521
565
|
*/
|
|
@@ -566,6 +610,16 @@ export class Client extends AbstractClient {
|
|
|
566
610
|
return this.request("DescribeBlackWhiteIpList", req, cb)
|
|
567
611
|
}
|
|
568
612
|
|
|
613
|
+
/**
|
|
614
|
+
* 获取CC防护等级列表
|
|
615
|
+
*/
|
|
616
|
+
async DescribeCCLevelList(
|
|
617
|
+
req: DescribeCCLevelListRequest,
|
|
618
|
+
cb?: (error: string, rep: DescribeCCLevelListResponse) => void
|
|
619
|
+
): Promise<DescribeCCLevelListResponse> {
|
|
620
|
+
return this.request("DescribeCCLevelList", req, cb)
|
|
621
|
+
}
|
|
622
|
+
|
|
569
623
|
/**
|
|
570
624
|
* 修改DDoS黑白名单列表
|
|
571
625
|
*/
|
|
@@ -607,13 +661,13 @@ export class Client extends AbstractClient {
|
|
|
607
661
|
}
|
|
608
662
|
|
|
609
663
|
/**
|
|
610
|
-
* 获取CC
|
|
664
|
+
* 获取CC清洗阈值列表
|
|
611
665
|
*/
|
|
612
|
-
async
|
|
613
|
-
req:
|
|
614
|
-
cb?: (error: string, rep:
|
|
615
|
-
): Promise<
|
|
616
|
-
return this.request("
|
|
666
|
+
async DescribeCCThresholdList(
|
|
667
|
+
req: DescribeCCThresholdListRequest,
|
|
668
|
+
cb?: (error: string, rep: DescribeCCThresholdListResponse) => void
|
|
669
|
+
): Promise<DescribeCCThresholdListResponse> {
|
|
670
|
+
return this.request("DescribeCCThresholdList", req, cb)
|
|
617
671
|
}
|
|
618
672
|
|
|
619
673
|
/**
|
|
@@ -626,6 +680,16 @@ export class Client extends AbstractClient {
|
|
|
626
680
|
return this.request("ModifyCCPrecisionPolicy", req, cb)
|
|
627
681
|
}
|
|
628
682
|
|
|
683
|
+
/**
|
|
684
|
+
* 修改边界防护L7转发规则
|
|
685
|
+
*/
|
|
686
|
+
async ModifyL7RulesEdge(
|
|
687
|
+
req: ModifyL7RulesEdgeRequest,
|
|
688
|
+
cb?: (error: string, rep: ModifyL7RulesEdgeResponse) => void
|
|
689
|
+
): Promise<ModifyL7RulesEdgeResponse> {
|
|
690
|
+
return this.request("ModifyL7RulesEdge", req, cb)
|
|
691
|
+
}
|
|
692
|
+
|
|
629
693
|
/**
|
|
630
694
|
* 设置单IP告警阈值配置
|
|
631
695
|
*/
|
|
@@ -637,13 +701,13 @@ export class Client extends AbstractClient {
|
|
|
637
701
|
}
|
|
638
702
|
|
|
639
703
|
/**
|
|
640
|
-
*
|
|
704
|
+
* 删除CC分级策略
|
|
641
705
|
*/
|
|
642
|
-
async
|
|
643
|
-
req:
|
|
644
|
-
cb?: (error: string, rep:
|
|
645
|
-
): Promise<
|
|
646
|
-
return this.request("
|
|
706
|
+
async DeleteCCLevelPolicy(
|
|
707
|
+
req: DeleteCCLevelPolicyRequest,
|
|
708
|
+
cb?: (error: string, rep: DeleteCCLevelPolicyResponse) => void
|
|
709
|
+
): Promise<DeleteCCLevelPolicyResponse> {
|
|
710
|
+
return this.request("DeleteCCLevelPolicy", req, cb)
|
|
647
711
|
}
|
|
648
712
|
|
|
649
713
|
/**
|
|
@@ -838,13 +902,13 @@ export class Client extends AbstractClient {
|
|
|
838
902
|
}
|
|
839
903
|
|
|
840
904
|
/**
|
|
841
|
-
* 获取
|
|
905
|
+
* 获取CC防护的区域封禁配置列表
|
|
842
906
|
*/
|
|
843
|
-
async
|
|
844
|
-
req:
|
|
845
|
-
cb?: (error: string, rep:
|
|
846
|
-
): Promise<
|
|
847
|
-
return this.request("
|
|
907
|
+
async DescribeCcGeoIPBlockConfigList(
|
|
908
|
+
req: DescribeCcGeoIPBlockConfigListRequest,
|
|
909
|
+
cb?: (error: string, rep: DescribeCcGeoIPBlockConfigListResponse) => void
|
|
910
|
+
): Promise<DescribeCcGeoIPBlockConfigListResponse> {
|
|
911
|
+
return this.request("DescribeCcGeoIPBlockConfigList", req, cb)
|
|
848
912
|
}
|
|
849
913
|
|
|
850
914
|
/**
|
|
@@ -918,13 +982,13 @@ export class Client extends AbstractClient {
|
|
|
918
982
|
}
|
|
919
983
|
|
|
920
984
|
/**
|
|
921
|
-
*
|
|
985
|
+
* 获取CC攻击指标数据,包括总请求峰值(QPS)和攻击请求(QPS)以及总请求次数和攻击请求次数
|
|
922
986
|
*/
|
|
923
|
-
async
|
|
924
|
-
req:
|
|
925
|
-
cb?: (error: string, rep:
|
|
926
|
-
): Promise<
|
|
927
|
-
return this.request("
|
|
987
|
+
async DescribeCCTrend(
|
|
988
|
+
req: DescribeCCTrendRequest,
|
|
989
|
+
cb?: (error: string, rep: DescribeCCTrendResponse) => void
|
|
990
|
+
): Promise<DescribeCCTrendResponse> {
|
|
991
|
+
return this.request("DescribeCCTrend", req, cb)
|
|
928
992
|
}
|
|
929
993
|
|
|
930
994
|
/**
|
|
@@ -977,6 +1041,16 @@ export class Client extends AbstractClient {
|
|
|
977
1041
|
return this.request("DescribeListPortAclList", req, cb)
|
|
978
1042
|
}
|
|
979
1043
|
|
|
1044
|
+
/**
|
|
1045
|
+
* 获取DDoS连接抑制配置列表
|
|
1046
|
+
*/
|
|
1047
|
+
async DescribeDDoSConnectLimitList(
|
|
1048
|
+
req: DescribeDDoSConnectLimitListRequest,
|
|
1049
|
+
cb?: (error: string, rep: DescribeDDoSConnectLimitListResponse) => void
|
|
1050
|
+
): Promise<DescribeDDoSConnectLimitListResponse> {
|
|
1051
|
+
return this.request("DescribeDDoSConnectLimitList", req, cb)
|
|
1052
|
+
}
|
|
1053
|
+
|
|
980
1054
|
/**
|
|
981
1055
|
* 新建cc防护的地域封禁配置
|
|
982
1056
|
*/
|