tencentcloud-sdk-nodejs 4.0.298 → 4.0.301

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.
Files changed (119) hide show
  1. package/CHANGELOG.md +609 -0
  2. package/SERVICE_CHANGELOG.md +629 -170
  3. package/package.json +1 -1
  4. package/products.md +29 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_client.ts +1 -1
  7. package/src/services/antiddos/v20200309/antiddos_client.ts +127 -53
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +355 -30
  9. package/src/services/api/v20201106/api_client.ts +13 -0
  10. package/src/services/api/v20201106/api_models.ts +45 -0
  11. package/src/services/apigateway/v20180808/apigateway_models.ts +5 -0
  12. package/src/services/billing/v20180709/billing_models.ts +12 -0
  13. package/src/services/ccc/v20200210/ccc_models.ts +12 -0
  14. package/src/services/cdb/v20170320/cdb_models.ts +6 -0
  15. package/src/services/ckafka/v20190819/ckafka_client.ts +44 -8
  16. package/src/services/ckafka/v20190819/ckafka_models.ts +123 -20
  17. package/src/services/clb/v20180317/clb_client.ts +20 -11
  18. package/src/services/clb/v20180317/clb_models.ts +25 -0
  19. package/src/services/cls/v20201016/cls_client.ts +1 -1
  20. package/src/services/cls/v20201016/cls_models.ts +5 -5
  21. package/src/services/cmq/v20190304/cmq_models.ts +94 -82
  22. package/src/services/cpdp/v20190820/cpdp_client.ts +66 -12
  23. package/src/services/cpdp/v20190820/cpdp_models.ts +957 -407
  24. package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -0
  25. package/src/services/emr/v20190103/emr_client.ts +1 -0
  26. package/src/services/emr/v20190103/emr_models.ts +46 -0
  27. package/src/services/gme/v20180711/gme_models.ts +10 -10
  28. package/src/services/index.ts +1 -0
  29. package/src/services/ivld/v20210903/ivld_client.ts +78 -4
  30. package/src/services/ivld/v20210903/ivld_models.ts +156 -38
  31. package/src/services/lighthouse/v20200324/lighthouse_models.ts +6 -0
  32. package/src/services/mariadb/v20170312/mariadb_models.ts +6 -7
  33. package/src/services/mongodb/v20190725/mongodb_client.ts +72 -60
  34. package/src/services/mongodb/v20190725/mongodb_models.ts +1022 -997
  35. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  36. package/src/services/monitor/v20180724/monitor_models.ts +8 -1
  37. package/src/services/oceanus/v20190422/oceanus_models.ts +84 -2
  38. package/src/services/postgres/v20170312/postgres_client.ts +85 -37
  39. package/src/services/postgres/v20170312/postgres_models.ts +258 -84
  40. package/src/services/sslpod/v20190605/sslpod_models.ts +7 -1
  41. package/src/services/tcss/v20201101/tcss_models.ts +26 -0
  42. package/src/services/tdcpg/index.ts +5 -0
  43. package/src/services/tdcpg/v20211118/index.ts +6 -0
  44. package/src/services/tdcpg/v20211118/tdcpg_client.ts +345 -0
  45. package/src/services/tdcpg/v20211118/tdcpg_models.ts +1320 -0
  46. package/src/services/tdid/v20210519/tdid_client.ts +64 -14
  47. package/src/services/tdid/v20210519/tdid_models.ts +205 -17
  48. package/src/services/tdmq/v20200217/tdmq_models.ts +41 -1
  49. package/tencentcloud/common/sdk_version.d.ts +1 -1
  50. package/tencentcloud/common/sdk_version.js +1 -1
  51. package/tencentcloud/services/ame/v20190916/ame_client.d.ts +1 -1
  52. package/tencentcloud/services/ame/v20190916/ame_client.js +1 -1
  53. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +41 -17
  54. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +60 -24
  55. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +302 -28
  56. package/tencentcloud/services/api/v20201106/api_client.d.ts +5 -1
  57. package/tencentcloud/services/api/v20201106/api_client.js +6 -0
  58. package/tencentcloud/services/api/v20201106/api_models.d.ts +39 -0
  59. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +4 -0
  60. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +10 -0
  61. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +10 -0
  62. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +5 -0
  63. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +15 -3
  64. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +21 -3
  65. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +108 -19
  66. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -7
  67. package/tencentcloud/services/clb/v20180317/clb_client.js +10 -7
  68. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +22 -0
  69. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  70. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  71. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +5 -5
  72. package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +89 -79
  73. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +20 -4
  74. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +28 -4
  75. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +868 -393
  76. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +4 -0
  77. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +39 -0
  78. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +10 -10
  79. package/tencentcloud/services/index.d.ts +1 -0
  80. package/tencentcloud/services/index.js +2 -0
  81. package/tencentcloud/services/ivld/v20210903/ivld_client.d.ts +52 -2
  82. package/tencentcloud/services/ivld/v20210903/ivld_client.js +57 -1
  83. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +134 -34
  84. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +5 -0
  85. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +5 -6
  86. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
  87. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
  88. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +965 -943
  89. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  90. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  91. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -1
  92. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +68 -2
  93. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +29 -13
  94. package/tencentcloud/services/postgres/v20170312/postgres_client.js +42 -18
  95. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +219 -71
  96. package/tencentcloud/services/sslpod/v20190605/sslpod_models.d.ts +6 -1
  97. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -0
  98. package/tencentcloud/services/tdcpg/index.d.ts +6 -0
  99. package/tencentcloud/services/tdcpg/index.js +7 -0
  100. package/tencentcloud/services/tdcpg/v20211118/index.d.ts +6 -0
  101. package/tencentcloud/services/tdcpg/v20211118/index.js +9 -0
  102. package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.d.ts +116 -0
  103. package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.js +187 -0
  104. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +1111 -0
  105. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.js +18 -0
  106. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +22 -5
  107. package/tencentcloud/services/tdid/v20210519/tdid_client.js +31 -6
  108. package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +175 -15
  109. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +34 -1
  110. package/test/antiddos.v20200309.test.js +76 -16
  111. package/test/api.v20201106.test.js +10 -0
  112. package/test/ckafka.v20190819.test.js +32 -2
  113. package/test/clb.v20180317.test.js +12 -2
  114. package/test/cpdp.v20190820.test.js +42 -2
  115. package/test/ivld.v20210903.test.js +30 -0
  116. package/test/mongodb.v20190725.test.js +10 -0
  117. package/test/postgres.v20170312.test.js +58 -18
  118. package/test/tdcpg.v20211118.test.js +271 -0
  119. package/test/tdid.v20210519.test.js +44 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.298",
3
+ "version": "4.0.301",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -5,13 +5,13 @@
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-28 08:05:12 |
8
+ | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2022-03-03 08:00:14 |
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-28 08:05:20 |
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
- | 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-03-01 08:00:39 |
13
+ | api | [云 API](https://cloud.tencent.com/document/product/1278) | 2022-03-03 08:00:37 |
14
+ | apigateway | [API网关](https://cloud.tencent.com/document/product/628) | 2022-03-03 08:00:40 |
15
15
  | apm | [应用性能观测](https://cloud.tencent.com/document/product/1463) | 2022-02-21 08:01:18 |
16
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 |
@@ -19,7 +19,7 @@
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-21 08:01:41 |
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 |
@@ -31,8 +31,8 @@
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
- | 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-03-01 08:02:21 |
34
+ | ccc | [云呼叫中心](https://cloud.tencent.com/document/product/679) | 2022-03-04 08:05:02 |
35
+ | cdb | [云数据库 MySQL](https://cloud.tencent.com/document/product/236) | 2022-03-03 08:02:04 |
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,22 +41,22 @@
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-03-01 08:03:20 |
45
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-02-22 08:03:47 |
44
+ | ckafka | [消息队列 Ckafka](https://cloud.tencent.com/document/product/597) | 2022-03-04 08:05:57 |
45
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2022-03-03 08:03:01 |
46
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-03-01 08:03:44 |
48
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2022-03-04 08:06:26 |
49
49
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2022-02-21 08:03:52 |
50
- | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-02-21 08:04:00 |
50
+ | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2022-03-03 08:03:36 |
51
51
  | cms | [内容安全](https://cloud.tencent.com/document/product) | 2020-10-29 08:03:08 |
52
- | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-02-25 08:06:26 |
52
+ | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2022-03-04 08:06:47 |
53
53
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
54
54
  | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2022-02-25 08:06:49 |
55
55
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2022-02-21 08:04:51 |
56
56
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
57
57
  | cynosdb | [云原生数据库 TDSQL-C](https://cloud.tencent.com/document/product/1003) | 2022-02-21 08:05:19 |
58
58
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2022-02-21 08:05:24 |
59
- | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-02-21 08:05:37 |
59
+ | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2022-03-03 08:04:55 |
60
60
  | dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2022-02-21 08:05:42 |
61
61
  | dcdb | [分布式数据库 TDSQL](https://cloud.tencent.com/document/product/557) | 2022-03-01 08:05:34 |
62
62
  | dlc | [数据湖计算](https://cloud.tencent.com/document/product/1342) | 2022-03-01 08:05:44 |
@@ -72,7 +72,7 @@
72
72
  | ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2022-02-21 08:06:24 |
73
73
  | eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2022-02-24 08:07:37 |
74
74
  | eis | [企业集成服务](https://cloud.tencent.com/document/product/1270) | 2022-02-21 08:06:46 |
75
- | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-02-21 08:06:47 |
75
+ | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2022-03-03 08:06:04 |
76
76
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2022-02-21 08:06:51 |
77
77
  | ess | [电子签服务](https://cloud.tencent.com/document/product/1323) | 2022-02-25 16:43:22 |
78
78
  | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2022-02-21 08:06:54 |
@@ -81,7 +81,7 @@
81
81
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2022-02-21 08:07:03 |
82
82
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2022-02-21 08:07:05 |
83
83
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2022-02-21 08:07:07 |
84
- | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-03-01 08:07:22 |
84
+ | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2022-03-02 08:10:49 |
85
85
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-02-21 08:07:21 |
86
86
  | gs | [云游戏解决方案](https://cloud.tencent.com/document/product/1162) | 2022-02-21 08:07:24 |
87
87
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-02-21 08:07:25 |
@@ -99,19 +99,19 @@
99
99
  | iottid | [物联网设备身份认证](https://cloud.tencent.com/document/product/1086) | 2022-02-21 08:08:24 |
100
100
  | iotvideo | [物联网智能视频服务](https://cloud.tencent.com/document/product/1131) | 2022-02-21 08:08:26 |
101
101
  | iotvideoindustry | [物联网智能视频服务(行业版)](https://cloud.tencent.com/document/product/1361) | 2022-02-21 08:08:35 |
102
- | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-02-21 08:08:48 |
102
+ | ivld | [视频智能标签](https://cloud.tencent.com/document/product/1509) | 2022-03-02 12:16:47 |
103
103
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2022-02-21 08:08:51 |
104
- | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-02-23 08:09:41 |
104
+ | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2022-03-03 08:08:18 |
105
105
  | live | [云直播](https://cloud.tencent.com/document/product/267) | 2022-02-24 08:10:24 |
106
106
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-02-21 08:09:21 |
107
107
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-02-21 08:09:21 |
108
- | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-01 08:09:32 |
108
+ | mariadb | [云数据库 MariaDB](https://cloud.tencent.com/document/product/237) | 2022-03-03 08:08:44 |
109
109
  | market | [云市场](https://cloud.tencent.com/document/product/306) | 2022-02-21 08:09:30 |
110
110
  | memcached | [云数据库 Memcached](https://cloud.tencent.com/document/product) | 2020-08-24 08:07:49 |
111
111
  | mgobe | [游戏联机对战引擎](https://cloud.tencent.com/document/product/1038) | 2022-02-21 08:09:31 |
112
112
  | mna | [移动网络加速](https://cloud.tencent.com/document/product/1385) | 2022-02-21 08:09:33 |
113
- | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-02-25 08:11:43 |
114
- | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-02-23 08:10:23 |
113
+ | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2022-03-03 08:08:57 |
114
+ | monitor | [云监控](https://cloud.tencent.com/document/product/248) | 2022-03-03 08:09:04 |
115
115
  | mps | [视频处理](https://cloud.tencent.com/document/product/862) | 2022-02-21 08:09:56 |
116
116
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2022-02-21 08:10:08 |
117
117
  | ms | [移动应用安全](https://cloud.tencent.com/document/product) | 2020-06-05 08:13:52 |
@@ -119,19 +119,19 @@
119
119
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
120
120
  | nlp | [自然语言处理](https://cloud.tencent.com/document/product/271) | 2022-02-21 08:10:11 |
121
121
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
122
- | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-02-24 08:11:34 |
122
+ | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2022-03-03 08:09:36 |
123
123
  | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2022-02-21 08:10:18 |
124
124
  | organization | [企业组织](https://cloud.tencent.com/document/product/850) | 2022-02-21 08:10:28 |
125
125
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2022-02-21 08:10:29 |
126
126
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2022-02-21 08:10:32 |
127
- | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-02-21 08:10:33 |
127
+ | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2022-03-03 08:10:01 |
128
128
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2022-02-21 08:10:41 |
129
129
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2022-02-21 08:10:44 |
130
130
  | redis | [云数据库 Redis](https://cloud.tencent.com/document/product/239) | 2022-02-21 08:10:46 |
131
131
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2022-02-21 08:10:55 |
132
132
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-02-21 08:10:56 |
133
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-01 08:11:15 |
134
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2022-03-02 08:14:31 |
135
135
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2022-02-22 08:11:38 |
136
136
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2022-02-21 08:11:14 |
137
137
  | smpn | [营销号码安全](https://cloud.tencent.com/document/product/1127) | 2022-02-21 08:11:16 |
@@ -141,7 +141,7 @@
141
141
  | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2022-02-21 08:11:22 |
142
142
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2022-02-21 08:11:34 |
143
143
  | ssl | [证书](https://cloud.tencent.com/document/product/400) | 2022-02-21 08:11:37 |
144
- | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-02-21 08:11:41 |
144
+ | sslpod | [SSL 证书监控](https://cloud.tencent.com/document/product/1084) | 2022-03-03 08:11:12 |
145
145
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2022-02-21 08:11:43 |
146
146
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2022-02-21 08:11:46 |
147
147
  | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2022-02-21 08:11:47 |
@@ -157,9 +157,10 @@
157
157
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
158
158
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2022-02-25 08:14:28 |
159
159
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2022-02-21 08:12:20 |
160
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2022-02-21 08:12:32 |
161
- | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2022-02-21 08:12:51 |
162
- | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-02-21 08:12:52 |
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 |
163
+ | tdmq | [分布式消息队列](https://cloud.tencent.com/document/product/1179) | 2022-03-03 08:12:23 |
163
164
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2022-03-01 08:13:25 |
164
165
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2022-02-21 08:13:08 |
165
166
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
@@ -175,7 +176,7 @@
175
176
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2022-02-21 08:13:40 |
176
177
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2022-02-21 08:13:41 |
177
178
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2022-02-21 08:13:42 |
178
- | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-02-21 08:13:46 |
179
+ | tse | [腾讯云微服务引擎](https://cloud.tencent.com/document/product/1364) | 2022-03-03 08:13:19 |
179
180
  | tsf | [腾讯微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2022-03-01 08:14:14 |
180
181
  | tsw | [腾讯微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2022-02-21 08:14:10 |
181
182
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2022-02-21 08:14:11 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.298"
1
+ export const sdkVersion = "4.0.301"
@@ -399,7 +399,7 @@ export class Client extends AbstractClient {
399
399
  }
400
400
 
401
401
  /**
402
- * 查询机器人列表,支持 Id、状态等过滤条件。
402
+ * 获取机器人列表,支持 Id、状态等过滤条件。
403
403
  */
404
404
  async DescribeKTVRobots(
405
405
  req: DescribeKTVRobotsRequest,
@@ -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
- ModifyDomainUsrNameResponse,
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
- L4RuleSource,
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
- PackInfo,
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
- DeleteCCPrecisionPolicyResponse,
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
- DeleteDDoSGeoIPBlockConfigResponse,
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 ModifyCcBlackWhiteIpList(
252
- req: ModifyCcBlackWhiteIpListRequest,
253
- cb?: (error: string, rep: ModifyCcBlackWhiteIpListResponse) => void
254
- ): Promise<ModifyCcBlackWhiteIpListResponse> {
255
- return this.request("ModifyCcBlackWhiteIpList", req, cb)
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
- * 删除DDoS防护的IP网段黑白名单
303
+ * 修改7层转发规则
290
304
  */
291
- async DeleteDDoSBlackWhiteIpList(
292
- req: DeleteDDoSBlackWhiteIpListRequest,
293
- cb?: (error: string, rep: DeleteDDoSBlackWhiteIpListResponse) => void
294
- ): Promise<DeleteDDoSBlackWhiteIpListResponse> {
295
- return this.request("DeleteDDoSBlackWhiteIpList", req, cb)
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
- * 修改7层转发规则
474
+ * 删除CC清洗阈值策略
441
475
  */
442
- async ModifyNewDomainRules(
443
- req: ModifyNewDomainRulesRequest,
444
- cb?: (error: string, rep: ModifyNewDomainRulesResponse) => void
445
- ): Promise<ModifyNewDomainRulesResponse> {
446
- return this.request("ModifyNewDomainRules", req, cb)
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 DescribeCcGeoIPBlockConfigList(
483
- req: DescribeCcGeoIPBlockConfigListRequest,
484
- cb?: (error: string, rep: DescribeCcGeoIPBlockConfigListResponse) => void
485
- ): Promise<DescribeCcGeoIPBlockConfigListResponse> {
486
- return this.request("DescribeCcGeoIPBlockConfigList", req, cb)
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攻击指标数据,包括总请求峰值(QPS)和攻击请求(QPS)以及总请求次数和攻击请求次数
664
+ * 获取CC清洗阈值列表
611
665
  */
612
- async DescribeCCTrend(
613
- req: DescribeCCTrendRequest,
614
- cb?: (error: string, rep: DescribeCCTrendResponse) => void
615
- ): Promise<DescribeCCTrendResponse> {
616
- return this.request("DescribeCCTrend", req, cb)
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
- * 修改CC防护等级
704
+ * 删除CC分级策略
641
705
  */
642
- async ModifyCCLevelPolicy(
643
- req: ModifyCCLevelPolicyRequest,
644
- cb?: (error: string, rep: ModifyCCLevelPolicyResponse) => void
645
- ): Promise<ModifyCCLevelPolicyResponse> {
646
- return this.request("ModifyCCLevelPolicy", req, cb)
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
- * 获取DDoS连接抑制配置列表
905
+ * 获取CC防护的区域封禁配置列表
842
906
  */
843
- async DescribeDDoSConnectLimitList(
844
- req: DescribeDDoSConnectLimitListRequest,
845
- cb?: (error: string, rep: DescribeDDoSConnectLimitListResponse) => void
846
- ): Promise<DescribeDDoSConnectLimitListResponse> {
847
- return this.request("DescribeDDoSConnectLimitList", req, cb)
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
- * 修改边界防护L7转发规则
985
+ * 获取CC攻击指标数据,包括总请求峰值(QPS)和攻击请求(QPS)以及总请求次数和攻击请求次数
922
986
  */
923
- async ModifyL7RulesEdge(
924
- req: ModifyL7RulesEdgeRequest,
925
- cb?: (error: string, rep: ModifyL7RulesEdgeResponse) => void
926
- ): Promise<ModifyL7RulesEdgeResponse> {
927
- return this.request("ModifyL7RulesEdge", req, cb)
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
  */