tencentcloud-sdk-nodejs 4.0.654 → 4.0.656

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 (97) hide show
  1. package/CHANGELOG.md +357 -0
  2. package/SERVICE_CHANGELOG.md +326 -286
  3. package/package.json +1 -1
  4. package/products.md +30 -30
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +53 -53
  7. package/src/services/cls/v20201016/cls_client.ts +12 -0
  8. package/src/services/cls/v20201016/cls_models.ts +33 -1
  9. package/src/services/cynosdb/v20190107/cynosdb_client.ts +15 -3
  10. package/src/services/cynosdb/v20190107/cynosdb_models.ts +93 -78
  11. package/src/services/dasb/v20191018/dasb_models.ts +52 -43
  12. package/src/services/ess/v20201111/ess_client.ts +14 -2
  13. package/src/services/ess/v20201111/ess_models.ts +153 -29
  14. package/src/services/essbasic/v20210526/essbasic_client.ts +17 -5
  15. package/src/services/essbasic/v20210526/essbasic_models.ts +36 -31
  16. package/src/services/goosefs/v20220519/goosefs_client.ts +201 -12
  17. package/src/services/goosefs/v20220519/goosefs_models.ts +697 -73
  18. package/src/services/live/v20180801/live_models.ts +1 -1
  19. package/src/services/monitor/v20180724/monitor_models.ts +9 -9
  20. package/src/services/ms/v20180408/ms_client.ts +18 -8
  21. package/src/services/ms/v20180408/ms_models.ts +27 -27
  22. package/src/services/nlp/v20190408/nlp_client.ts +66 -475
  23. package/src/services/nlp/v20190408/nlp_models.ts +262 -1301
  24. package/src/services/ocr/v20181119/ocr_client.ts +4 -2
  25. package/src/services/ocr/v20181119/ocr_models.ts +3 -3
  26. package/src/services/redis/v20180412/redis_client.ts +1 -1
  27. package/src/services/redis/v20180412/redis_models.ts +2 -2
  28. package/src/services/scf/v20180416/scf_models.ts +1 -1
  29. package/src/services/sqlserver/v20180328/sqlserver_client.ts +13 -0
  30. package/src/services/sqlserver/v20180328/sqlserver_models.ts +38 -0
  31. package/src/services/tcss/v20201101/tcss_models.ts +1 -1
  32. package/src/services/tdmq/v20200217/tdmq_client.ts +22 -10
  33. package/src/services/tdmq/v20200217/tdmq_models.ts +269 -230
  34. package/src/services/teo/v20220901/teo_models.ts +4 -4
  35. package/src/services/tiw/v20190919/tiw_client.ts +1 -1
  36. package/src/services/tiw/v20190919/tiw_models.ts +1 -1
  37. package/src/services/tke/v20180525/tke_models.ts +24 -24
  38. package/src/services/trtc/v20190722/trtc_client.ts +2 -1
  39. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  40. package/src/services/tsf/v20180326/tsf_models.ts +40 -31
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +53 -53
  44. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +5 -1
  45. package/tencentcloud/services/cls/v20201016/cls_client.js +6 -0
  46. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +31 -1
  47. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  48. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  49. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +91 -78
  50. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +52 -43
  51. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -3
  52. package/tencentcloud/services/ess/v20201111/ess_client.js +8 -2
  53. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +151 -29
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -5
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -5
  56. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +36 -31
  57. package/tencentcloud/services/goosefs/v20220519/goosefs_client.d.ts +63 -3
  58. package/tencentcloud/services/goosefs/v20220519/goosefs_client.js +93 -3
  59. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +642 -57
  60. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  61. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +9 -9
  62. package/tencentcloud/services/ms/v20180408/ms_client.d.ts +15 -5
  63. package/tencentcloud/services/ms/v20180408/ms_client.js +15 -5
  64. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +27 -27
  65. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +15 -206
  66. package/tencentcloud/services/nlp/v20190408/nlp_client.js +21 -264
  67. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +242 -1219
  68. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +4 -2
  69. package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -2
  70. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -3
  71. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  72. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  73. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +2 -2
  74. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +1 -1
  75. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +5 -1
  76. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +6 -0
  77. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +35 -0
  78. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1 -1
  79. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  80. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  81. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +265 -228
  82. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +4 -4
  83. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +1 -1
  84. package/tencentcloud/services/tiw/v20190919/tiw_client.js +1 -1
  85. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +1 -1
  86. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +24 -24
  87. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +2 -1
  88. package/tencentcloud/services/trtc/v20190722/trtc_client.js +2 -1
  89. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  90. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +40 -31
  91. package/test/cls.v20201016.test.js +10 -0
  92. package/test/cynosdb.v20190107.test.js +10 -0
  93. package/test/ess.v20201111.test.js +10 -0
  94. package/test/goosefs.v20220519.test.js +152 -2
  95. package/test/nlp.v20190408.test.js +14 -274
  96. package/test/sqlserver.v20180328.test.js +10 -0
  97. package/test/tdmq.v20200217.test.js +10 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.654",
3
+ "version": "4.0.656",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -10,14 +10,14 @@
10
10
  | ame | [正版曲库直通车](https://cloud.tencent.com/document/product/1155) | 2023-05-26 01:01:42 |
11
11
  | ams | [音频内容安全](https://cloud.tencent.com/document/product/1219) | 2023-05-18 01:01:48 |
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-07-26 01:01:23 |
13
+ | antiddos | [T-Sec-DDoS防护(Anti-DDoS)](https://cloud.tencent.com/document/product/297) | 2023-08-02 16:30:39 |
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 |
17
17
  | apigateway | [API 网关](https://cloud.tencent.com/document/product/628) | 2023-08-01 01:01:56 |
18
18
  | apm | [应用性能监控](https://cloud.tencent.com/document/product/1463) | 2023-07-18 01:07:24 |
19
19
  | as | [弹性伸缩](https://cloud.tencent.com/document/product/377) | 2023-07-19 01:07:14 |
20
- | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-01 01:03:12 |
20
+ | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2023-08-02 01:06:17 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [网站备案](https://cloud.tencent.com/document/product/243) | 2023-05-18 01:04:06 |
23
23
  | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2023-07-19 01:07:48 |
@@ -58,20 +58,20 @@
58
58
  | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2023-08-01 01:09:50 |
59
59
  | cloudaudit | [云审计](https://cloud.tencent.com/document/product/629) | 2023-05-18 01:13:28 |
60
60
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2023-05-18 01:13:36 |
61
- | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-07-24 01:17:40 |
62
- | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-01 01:11:03 |
61
+ | cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2023-08-03 01:03:28 |
62
+ | cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2023-08-03 01:03:31 |
63
63
  | cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2023-07-26 01:11:19 |
64
- | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-05-18 01:14:51 |
64
+ | cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2023-08-03 01:03:52 |
65
65
  | cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2023-07-11 01:11:56 |
66
66
  | cpdp | [企业收付平台](https://cloud.tencent.com/document/product/1122) | 2023-07-31 01:15:43 |
67
67
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
68
68
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2023-07-18 01:21:16 |
69
69
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2023-05-19 11:26:14 |
70
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-07-27 01:10:40 |
70
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2023-08-02 01:09:12 |
71
71
  | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2023-07-28 01:18:37 |
72
72
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
73
- | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-01 01:15:19 |
74
- | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-07-07 01:21:45 |
73
+ | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2023-08-02 01:13:37 |
74
+ | dasb | [T-Sec-堡垒机(BH)](https://cloud.tencent.com/document/product/1025) | 2023-08-02 01:13:55 |
75
75
  | dataintegration | [数据接入平台](https://cloud.tencent.com/document/product/1591) | 2022-07-26 15:32:15 |
76
76
  | dayu | [DDoS 高防包](https://cloud.tencent.com/document/product/1021) | 2023-05-18 01:20:11 |
77
77
  | dbbrain | [数据库智能管家 DBbrain](https://cloud.tencent.com/document/product/1130) | 2023-07-14 01:15:28 |
@@ -93,15 +93,15 @@
93
93
  | eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-05-18 01:25:58 |
94
94
  | emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2023-08-01 01:21:59 |
95
95
  | es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2023-07-12 01:24:00 |
96
- | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-01 01:22:32 |
97
- | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-01 01:24:13 |
96
+ | ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2023-08-03 01:06:38 |
97
+ | essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2023-08-02 16:50:51 |
98
98
  | facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2023-07-27 01:13:31 |
99
99
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2023-08-01 01:24:47 |
100
100
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2023-07-14 14:55:45 |
101
101
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2023-05-18 01:28:35 |
102
102
  | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2023-07-28 01:27:13 |
103
103
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2023-07-21 01:25:06 |
104
- | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-07-19 01:25:47 |
104
+ | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2023-08-02 01:16:12 |
105
105
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
106
106
  | gs | [云游戏](https://cloud.tencent.com/document/product/1162) | 2023-05-18 01:29:42 |
107
107
  | gse | [游戏服务器伸缩](https://cloud.tencent.com/document/product/1165) | 2022-07-11 06:12:44 |
@@ -127,7 +127,7 @@
127
127
  | kms | [密钥管理系统](https://cloud.tencent.com/document/product/573) | 2023-05-18 01:35:58 |
128
128
  | lcic | [低代码互动课堂](https://cloud.tencent.com/document/product/1639) | 2023-07-31 01:30:04 |
129
129
  | lighthouse | [轻量应用服务器](https://cloud.tencent.com/document/product/1207) | 2023-07-25 11:04:43 |
130
- | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-01 01:30:51 |
130
+ | live | [云直播CSS](https://cloud.tencent.com/document/product/267) | 2023-08-02 01:18:05 |
131
131
  | lowcode | [云开发低码](https://cloud.tencent.com/document/product/1301) | 2022-04-04 06:56:51 |
132
132
  | lp | [登录保护](https://cloud.tencent.com/document/product/1190) | 2022-04-04 06:56:52 |
133
133
  | mall | [商场客留大数据](https://cloud.tencent.com/document/product/1707) | 2023-07-17 10:16:02 |
@@ -138,16 +138,16 @@
138
138
  | mmps | [小程序安全](https://cloud.tencent.com/document/product/1223) | 2023-05-18 01:39:20 |
139
139
  | mna | [多网聚合加速](https://cloud.tencent.com/document/product/1385) | 2023-08-01 01:32:11 |
140
140
  | mongodb | [云数据库 MongoDB](https://cloud.tencent.com/document/product/240) | 2023-07-06 01:31:55 |
141
- | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-07-19 01:32:20 |
142
- | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-01 01:33:24 |
141
+ | monitor | [腾讯云可观测平台](https://cloud.tencent.com/document/product/248) | 2023-08-03 01:09:25 |
142
+ | mps | [媒体处理](https://cloud.tencent.com/document/product/862) | 2023-08-03 01:09:40 |
143
143
  | mrs | [医疗报告结构化](https://cloud.tencent.com/document/product/1314) | 2023-05-18 01:42:01 |
144
- | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-01 01:34:16 |
144
+ | ms | [移动应用安全](https://cloud.tencent.com/document/product/283) | 2023-08-02 01:19:05 |
145
145
  | msp | [迁移服务平台](https://cloud.tencent.com/document/product/659) | 2023-05-18 01:42:21 |
146
146
  | mvj | [营销价值判断](https://cloud.tencent.com/document/product) | 2020-03-19 08:11:44 |
147
- | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-07-31 01:34:03 |
147
+ | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2023-08-02 01:19:12 |
148
148
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
149
149
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2023-08-01 01:34:42 |
150
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-07-31 01:34:27 |
150
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2023-08-03 01:10:04 |
151
151
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2023-07-20 01:37:20 |
152
152
  | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2023-07-27 01:17:15 |
153
153
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2023-07-20 18:40:49 |
@@ -156,12 +156,12 @@
156
156
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2023-07-06 01:39:21 |
157
157
  | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2023-07-26 01:31:49 |
158
158
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2023-05-18 01:45:58 |
159
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-07-18 01:42:27 |
160
- | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-07-07 01:46:17 |
159
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2023-08-03 01:10:44 |
160
+ | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2023-08-02 01:20:32 |
161
161
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-05-18 01:46:50 |
162
162
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
163
163
  | rum | [前端性能监控](https://cloud.tencent.com/document/product/1464) | 2023-05-18 01:46:54 |
164
- | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-07-20 01:39:23 |
164
+ | scf | [云函数](https://cloud.tencent.com/document/product/583) | 2023-08-02 01:20:41 |
165
165
  | ses | [邮件推送](https://cloud.tencent.com/document/product/1288) | 2023-06-28 01:37:26 |
166
166
  | smh | [智能媒资托管](https://cloud.tencent.com/document/product/1339) | 2023-07-11 01:37:49 |
167
167
  | smop | [腾讯安心用户运营平台](https://cloud.tencent.com/document/product/1310) | 2023-05-18 01:47:59 |
@@ -169,7 +169,7 @@
169
169
  | sms | [短信](https://cloud.tencent.com/document/product/382) | 2023-06-28 01:37:53 |
170
170
  | soe | [智聆口语评测](https://cloud.tencent.com/document/product/884) | 2023-07-10 01:39:48 |
171
171
  | solar | [智汇零售](https://cloud.tencent.com/document/product) | 2020-03-19 08:01:59 |
172
- | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-07-17 01:33:25 |
172
+ | sqlserver | [云数据库 SQL Server](https://cloud.tencent.com/document/product/238) | 2023-08-02 01:20:58 |
173
173
  | ssa | [安全运营中心](https://cloud.tencent.com/document/product/664) | 2023-07-26 01:34:12 |
174
174
  | ssl | [SSL 证书](https://cloud.tencent.com/document/product/400) | 2023-07-19 01:38:38 |
175
175
  | sslpod | [证书监控 SSLPod](https://cloud.tencent.com/document/product/1084) | 2023-05-18 01:49:36 |
@@ -191,13 +191,13 @@
191
191
  | tci | [腾讯智学课堂分析](https://cloud.tencent.com/document/product) | 2020-08-24 08:06:03 |
192
192
  | tcm | [服务网格](https://cloud.tencent.com/document/product/1261) | 2023-06-06 01:55:42 |
193
193
  | tcr | [容器镜像服务](https://cloud.tencent.com/document/product/1141) | 2023-07-07 01:50:00 |
194
- | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-07-28 01:47:50 |
194
+ | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2023-08-02 01:22:05 |
195
195
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2023-06-21 01:36:25 |
196
196
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2023-07-24 01:49:20 |
197
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-01 01:43:47 |
197
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2023-08-03 01:12:55 |
198
198
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2023-05-18 01:55:50 |
199
199
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2023-05-22 02:01:01 |
200
- | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-07-31 01:43:23 |
200
+ | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2023-08-03 01:13:13 |
201
201
  | thpc | [高性能计算平台](https://cloud.tencent.com/document/product/1527) | 2023-07-07 01:53:45 |
202
202
  | tia | [智能钛机器学习](https://cloud.tencent.com/document/product/851) | 2021-10-21 11:12:52 |
203
203
  | tic | [资源编排 TIC](https://cloud.tencent.com/document/product/1213) | 2023-05-18 01:58:19 |
@@ -206,8 +206,8 @@
206
206
  | tiems | [腾讯云 TI 平台 TI-EMS ](https://cloud.tencent.com/document/product/1120) | 2022-07-19 06:19:39 |
207
207
  | tiia | [图像分析](https://cloud.tencent.com/document/product/865) | 2023-07-10 01:48:50 |
208
208
  | tione | [TI-ONE 训练平台](https://cloud.tencent.com/document/product/851) | 2023-07-28 15:36:37 |
209
- | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-07-24 01:52:09 |
210
- | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-07-21 01:45:01 |
209
+ | tiw | [互动白板](https://cloud.tencent.com/document/product/1137) | 2023-08-03 01:13:41 |
210
+ | tke | [容器服务](https://cloud.tencent.com/document/product/457) | 2023-08-03 01:13:56 |
211
211
  | tkgdq | [腾讯知识图谱数据查询](https://cloud.tencent.com/document/product) | 2020-03-10 00:51:44 |
212
212
  | tms | [文本内容安全](https://cloud.tencent.com/document/product/1124) | 2023-05-18 02:01:07 |
213
213
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2023-07-28 01:54:14 |
@@ -215,16 +215,16 @@
215
215
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
216
216
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2023-07-10 01:51:20 |
217
217
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2023-07-18 01:53:24 |
218
- | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-07-28 01:54:49 |
219
- | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-07-19 01:46:53 |
220
- | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-07-28 01:55:23 |
218
+ | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2023-08-02 01:26:09 |
219
+ | tse | [微服务引擎 TSE](https://cloud.tencent.com/document/product/1364) | 2023-08-02 01:26:15 |
220
+ | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2023-08-02 01:26:52 |
221
221
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2023-05-18 02:04:00 |
222
222
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2023-08-01 01:49:43 |
223
223
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2023-05-18 02:04:06 |
224
224
  | vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2023-05-18 02:04:19 |
225
225
  | vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2023-05-18 02:04:23 |
226
226
  | vod | [云点播](https://cloud.tencent.com/document/product/266) | 2023-07-26 01:43:57 |
227
- | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-01 01:51:10 |
227
+ | vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2023-08-03 01:15:17 |
228
228
  | vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2023-07-18 01:58:58 |
229
229
  | waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2023-07-31 01:50:43 |
230
230
  | wav | [企业微信汽车行业版](https://cloud.tencent.com/document/product/1318) | 2023-07-18 01:59:28 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.654"
1
+ export const sdkVersion = "4.0.656"
@@ -245,7 +245,7 @@ export interface DescribeOverviewCCTrendRequest {
245
245
  */
246
246
  MetricName: string
247
247
  /**
248
- * 大禹子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)
248
+ * DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示共享包;basic表示DDoS基础防护)
249
249
  */
250
250
  Business?: string
251
251
  /**
@@ -302,7 +302,7 @@ https(HTTPS协议)
302
302
  */
303
303
  export interface CreateBoundIPRequest {
304
304
  /**
305
- * 大禹子产品代号(bgp表示独享包;bgp-multip表示共享包)
305
+ * DDoS防护子产品代号(bgp表示独享包;bgp-multip表示共享包)
306
306
  */
307
307
  Business: string
308
308
  /**
@@ -526,7 +526,7 @@ export interface InstanceRelation {
526
526
  */
527
527
  export interface ModifyNewDomainRulesRequest {
528
528
  /**
529
- * 大禹子产品代号(bgpip表示高防IP)
529
+ * DDoS防护子产品代号(bgpip表示高防IP)
530
530
  */
531
531
  Business: string
532
532
  /**
@@ -806,11 +806,11 @@ export interface DescribeCcBlackWhiteIpListResponse {
806
806
  /**
807
807
  * CC四层黑白名单策略列表总数
808
808
  */
809
- Total: number
809
+ Total?: number
810
810
  /**
811
811
  * CC四层黑白名单策略列表详情
812
812
  */
813
- CcBlackWhiteIpList: Array<CcBlackWhiteIpPolicy>
813
+ CcBlackWhiteIpList?: Array<CcBlackWhiteIpPolicy>
814
814
  /**
815
815
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
816
816
  */
@@ -868,7 +868,7 @@ export interface CreateNewL7RulesResponse {
868
868
  /**
869
869
  * 成功码
870
870
  */
871
- Success: SuccessCode
871
+ Success?: SuccessCode
872
872
  /**
873
873
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
874
874
  */
@@ -947,7 +947,7 @@ export interface ModifyNewDomainRulesResponse {
947
947
  /**
948
948
  * 成功码
949
949
  */
950
- Success: SuccessCode
950
+ Success?: SuccessCode
951
951
  /**
952
952
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
953
953
  */
@@ -1306,11 +1306,11 @@ export interface DescribeCCThresholdListResponse {
1306
1306
  /**
1307
1307
  * 清洗阈值策略列表总数
1308
1308
  */
1309
- Total: number
1309
+ Total?: number
1310
1310
  /**
1311
1311
  * 清洗阈值策略列表详情
1312
1312
  */
1313
- ThresholdList: Array<CCThresholdPolicy>
1313
+ ThresholdList?: Array<CCThresholdPolicy>
1314
1314
  /**
1315
1315
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
1316
1316
  */
@@ -1481,7 +1481,7 @@ export interface DescribeOverviewDDoSTrendRequest {
1481
1481
  */
1482
1482
  MetricName: string
1483
1483
  /**
1484
- * 大禹子产品代号(bgpip表示高防IP;bgp-multip表示高防包;basic表示DDoS基础防护)
1484
+ * DDoS防护子产品代号(bgpip表示高防IP;bgp-multip表示高防包;basic表示DDoS基础防护)
1485
1485
  */
1486
1486
  Business?: string
1487
1487
  /**
@@ -1509,7 +1509,7 @@ export interface DisassociateDDoSEipAddressResponse {
1509
1509
  */
1510
1510
  export interface DescribeBgpBizTrendRequest {
1511
1511
  /**
1512
- * 大禹子产品代号(bgp-multip表示高防包)
1512
+ * DDoS防护子产品代号(bgp-multip表示高防包)
1513
1513
  */
1514
1514
  Business: string
1515
1515
  /**
@@ -1553,7 +1553,7 @@ export interface DescribeBizHttpStatusRequest {
1553
1553
  */
1554
1554
  Statistics: string
1555
1555
  /**
1556
- * 大禹子产品代号(bgpip表示高防IP)
1556
+ * DDoS防护子产品代号(bgpip表示高防IP)
1557
1557
  */
1558
1558
  Business: string
1559
1559
  /**
@@ -1843,7 +1843,7 @@ export interface ModifyCcBlackWhiteIpListResponse {
1843
1843
  */
1844
1844
  export interface DescribeNewL7RulesRequest {
1845
1845
  /**
1846
- * 大禹子产品代号(bgpip表示高防IP)
1846
+ * DDoS防护子产品代号(bgpip表示高防IP)
1847
1847
  */
1848
1848
  Business: string
1849
1849
  /**
@@ -2187,11 +2187,11 @@ export interface DescribeCCLevelListResponse {
2187
2187
  /**
2188
2188
  * 分级策略列表总数
2189
2189
  */
2190
- Total: number
2190
+ Total?: number
2191
2191
  /**
2192
2192
  * 分级策略列表总数
2193
2193
  */
2194
- LevelList: Array<CCLevelPolicy>
2194
+ LevelList?: Array<CCLevelPolicy>
2195
2195
  /**
2196
2196
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2197
2197
  */
@@ -2379,11 +2379,11 @@ export interface DescribeNewL7RulesErrHealthResponse {
2379
2379
  /**
2380
2380
  * 异常规则列表,返回值说明: Key值为规则ID,Value值为异常IP及错误信息,多个IP用","分割
2381
2381
  */
2382
- ErrHealths: Array<KeyValue>
2382
+ ErrHealths?: Array<KeyValue>
2383
2383
  /**
2384
2384
  * 异常规则的总数
2385
2385
  */
2386
- Total: number
2386
+ Total?: number
2387
2387
  /**
2388
2388
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2389
2389
  */
@@ -2451,19 +2451,19 @@ export interface DescribeBgpBizTrendResponse {
2451
2451
  /**
2452
2452
  * 曲线图各个时间点的值
2453
2453
  */
2454
- DataList: Array<number>
2454
+ DataList?: Array<number>
2455
2455
  /**
2456
2456
  * 曲线图取值个数
2457
2457
  */
2458
- Total: number
2458
+ Total?: number
2459
2459
  /**
2460
2460
  * 统计纬度
2461
2461
  */
2462
- MetricName: string
2462
+ MetricName?: string
2463
2463
  /**
2464
2464
  * 返回数组最大值
2465
2465
  */
2466
- MaxData: number
2466
+ MaxData?: number
2467
2467
  /**
2468
2468
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2469
2469
  */
@@ -2910,7 +2910,7 @@ off(关闭)
2910
2910
  */
2911
2911
  export interface DescribeCCReqLimitPolicyListRequest {
2912
2912
  /**
2913
- * 大禹子产品代号(bgp-multip表示高防包,bgpip表示高防IP)
2913
+ * DDoS防护子产品代号(bgp-multip表示高防包,bgpip表示高防IP)
2914
2914
  */
2915
2915
  Business: string
2916
2916
  /**
@@ -2978,7 +2978,7 @@ export interface ModifyDDoSThresholdResponse {
2978
2978
  /**
2979
2979
  * 成功码
2980
2980
  */
2981
- Success: SuccessCode
2981
+ Success?: SuccessCode
2982
2982
  /**
2983
2983
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2984
2984
  */
@@ -3213,7 +3213,7 @@ export interface IPLineInfo {
3213
3213
  */
3214
3214
  export interface DescribeCcBlackWhiteIpListRequest {
3215
3215
  /**
3216
- * 大禹子产品代号(bgp-multip:表示高防包;bgpip:表示高防IP)
3216
+ * DDoS防护子产品代号(bgp-multip:表示高防包;bgpip:表示高防IP)
3217
3217
  */
3218
3218
  Business: string
3219
3219
  /**
@@ -3304,11 +3304,11 @@ export interface ModifyDDoSLevelResponse {
3304
3304
  /**
3305
3305
  * 防护等级,取值[low,middle,high]
3306
3306
  */
3307
- DDoSLevel: string
3307
+ DDoSLevel?: string
3308
3308
  /**
3309
3309
  * 资源ID
3310
3310
  */
3311
- Id: string
3311
+ Id?: string
3312
3312
  /**
3313
3313
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
3314
3314
  */
@@ -3631,7 +3631,7 @@ export interface ModifyDDoSThresholdRequest {
3631
3631
  */
3632
3632
  Id: string
3633
3633
  /**
3634
- * 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
3634
+ * DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
3635
3635
  */
3636
3636
  Business: string
3637
3637
  /**
@@ -3689,7 +3689,7 @@ export interface ModifyDDoSLevelRequest {
3689
3689
  */
3690
3690
  Id: string
3691
3691
  /**
3692
- * 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
3692
+ * DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版)
3693
3693
  */
3694
3694
  Business: string
3695
3695
  /**
@@ -3837,7 +3837,7 @@ export interface CCReqLimitPolicy {
3837
3837
  */
3838
3838
  export interface DescribeCCPrecisionPlyListRequest {
3839
3839
  /**
3840
- * 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP)
3840
+ * DDoS防护子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP)
3841
3841
  */
3842
3842
  Business: string
3843
3843
  /**
@@ -3885,7 +3885,7 @@ export interface ProtocolPort {
3885
3885
  */
3886
3886
  export interface DescribeCCLevelListRequest {
3887
3887
  /**
3888
- * 大禹子产品代号(bgp-multip表示高防包)
3888
+ * DDoS防护子产品代号(bgp-multip表示高防包)
3889
3889
  */
3890
3890
  Business: string
3891
3891
  /**
@@ -4016,7 +4016,7 @@ export interface CreateNewL7RulesRequest {
4016
4016
  */
4017
4017
  Rules: Array<L7RuleEntry>
4018
4018
  /**
4019
- * 大禹子产品代号(bgpip表示高防IP)
4019
+ * DDoS防护子产品代号(bgpip表示高防IP)
4020
4020
  */
4021
4021
  Business: string
4022
4022
  /**
@@ -4200,7 +4200,7 @@ export interface DescribeBizHttpStatusResponse {
4200
4200
  /**
4201
4201
  * 业务流量http状态码统计数据
4202
4202
  */
4203
- HttpStatusMap: HttpStatusMap
4203
+ HttpStatusMap?: HttpStatusMap
4204
4204
  /**
4205
4205
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4206
4206
  */
@@ -4249,11 +4249,11 @@ export interface DescribeCCReqLimitPolicyListResponse {
4249
4249
  /**
4250
4250
  * 频率限制列表总数
4251
4251
  */
4252
- Total: number
4252
+ Total?: number
4253
4253
  /**
4254
4254
  * 频率限制列表详情
4255
4255
  */
4256
- RequestLimitPolicyList: Array<CCReqLimitPolicy>
4256
+ RequestLimitPolicyList?: Array<CCReqLimitPolicy>
4257
4257
  /**
4258
4258
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4259
4259
  */
@@ -4283,7 +4283,7 @@ export interface DescribeListDDoSAIResponse {
4283
4283
  */
4284
4284
  export interface DescribeNewL7RulesErrHealthRequest {
4285
4285
  /**
4286
- * 大禹子产品代号(bgpip表示高防IP)
4286
+ * DDoS防护子产品代号(bgpip表示高防IP)
4287
4287
  */
4288
4288
  Business: string
4289
4289
  /**
@@ -4382,7 +4382,7 @@ export interface AssociateDDoSEipLoadBalancerResponse {
4382
4382
  */
4383
4383
  export interface DescribeCCThresholdListRequest {
4384
4384
  /**
4385
- * 大禹子产品代号(bgp-multip表示高防包)
4385
+ * DDoS防护子产品代号(bgp-multip表示高防包)
4386
4386
  */
4387
4387
  Business: string
4388
4388
  /**
@@ -4797,40 +4797,40 @@ export interface DescribeCCTrendResponse {
4797
4797
  /**
4798
4798
  * 值个数
4799
4799
  */
4800
- Count: number
4800
+ Count?: number
4801
4801
  /**
4802
4802
  * 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
4803
4803
  */
4804
- Business: string
4804
+ Business?: string
4805
4805
  /**
4806
4806
  * 资源的IP
4807
4807
  */
4808
- Ip: string
4808
+ Ip?: string
4809
4809
  /**
4810
4810
  * 统计粒度,取值[300(5分钟),3600(小时),86400(天)]
4811
4811
  */
4812
- Period: number
4812
+ Period?: number
4813
4813
  /**
4814
4814
  * 统计开始时间
4815
4815
  */
4816
- StartTime: string
4816
+ StartTime?: string
4817
4817
  /**
4818
4818
  * 统计结束时间
4819
4819
  */
4820
- EndTime: string
4820
+ EndTime?: string
4821
4821
  /**
4822
4822
  * 值数组
4823
4823
  */
4824
- Data: Array<number>
4824
+ Data?: Array<number>
4825
4825
  /**
4826
4826
  * 资源ID
4827
4827
  注意:此字段可能返回 null,表示取不到有效值。
4828
4828
  */
4829
- Id: string
4829
+ Id?: string
4830
4830
  /**
4831
4831
  * 指标,取值[inqps(总请求峰值,dropqps(攻击请求峰值)),incount(请求次数), dropcount(攻击次数)]
4832
4832
  */
4833
- MetricName: string
4833
+ MetricName?: string
4834
4834
  /**
4835
4835
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4836
4836
  */
@@ -4909,11 +4909,11 @@ export interface DescribeCcGeoIPBlockConfigListResponse {
4909
4909
  /**
4910
4910
  * CC地域封禁策略列表总数
4911
4911
  */
4912
- Total: number
4912
+ Total?: number
4913
4913
  /**
4914
4914
  * CC地域封禁策略列表详情
4915
4915
  */
4916
- CcGeoIpPolicyList: Array<CcGeoIpPolicyNew>
4916
+ CcGeoIpPolicyList?: Array<CcGeoIpPolicyNew>
4917
4917
  /**
4918
4918
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4919
4919
  */
@@ -5247,11 +5247,11 @@ export interface DescribeCCPrecisionPlyListResponse {
5247
5247
  /**
5248
5248
  * 策略列表总数
5249
5249
  */
5250
- Total: number
5250
+ Total?: number
5251
5251
  /**
5252
5252
  * 策略列表详情
5253
5253
  */
5254
- PrecisionPolicyList: Array<CCPrecisionPolicy>
5254
+ PrecisionPolicyList?: Array<CCPrecisionPolicy>
5255
5255
  /**
5256
5256
  * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
5257
5257
  */
@@ -5267,7 +5267,7 @@ export interface DescribeBizTrendRequest {
5267
5267
  */
5268
5268
  Statistics: string
5269
5269
  /**
5270
- * 大禹子产品代号(bgpip表示高防IP)
5270
+ * DDoS防护子产品代号(bgpip表示高防IP)
5271
5271
  */
5272
5272
  Business: string
5273
5273
  /**
@@ -5397,7 +5397,7 @@ export interface DescribeCCLevelPolicyResponse {
5397
5397
  */
5398
5398
  export interface DescribeBizMonitorTrendRequest {
5399
5399
  /**
5400
- * 大禹子产品代号(bgpip表示高防IP)
5400
+ * DDoS防护子产品代号(bgpip表示高防IP)
5401
5401
  */
5402
5402
  Business: string
5403
5403
  /**
@@ -5850,7 +5850,7 @@ export interface ModifyCCLevelPolicyRequest {
5850
5850
  */
5851
5851
  export interface DescribeCcGeoIPBlockConfigListRequest {
5852
5852
  /**
5853
- * 大禹子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP)
5853
+ * DDoS防护子产品代号(bgpip-multip:表示高防包;bgpip:表示高防IP)
5854
5854
  */
5855
5855
  Business: string
5856
5856
  /**
@@ -5934,7 +5934,7 @@ export interface CreatePacketFilterConfigRequest {
5934
5934
  */
5935
5935
  export interface DescribeCCTrendRequest {
5936
5936
  /**
5937
- * 大禹子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
5937
+ * DDoS防护子产品代号(bgpip表示高防IP;bgp表示独享包;bgp-multip表示共享包;net表示高防IP专业版;basic表示DDoS基础防护)
5938
5938
  */
5939
5939
  Business: string
5940
5940
  /**
@@ -76,6 +76,7 @@ import {
76
76
  DescribeCosRechargesRequest,
77
77
  MetaTagInfo,
78
78
  CreateCosRechargeRequest,
79
+ DescribeKafkaUserRequest,
79
80
  ExtractRuleInfo,
80
81
  TopicInfo,
81
82
  DeleteDataTransformResponse,
@@ -241,6 +242,7 @@ import {
241
242
  CheckRechargeKafkaServerResponse,
242
243
  ModifyCosRechargeRequest,
243
244
  DescribeLogsetsRequest,
245
+ DescribeKafkaUserResponse,
244
246
  ParquetInfo,
245
247
  DeleteTopicResponse,
246
248
  CosRechargeInfo,
@@ -469,6 +471,16 @@ cls.pb.cc cls.pb.h cls.proto
469
471
  return this.request("CreateConsumer", req, cb)
470
472
  }
471
473
 
474
+ /**
475
+ * 本接口用于获取kafka用户信息
476
+ */
477
+ async DescribeKafkaUser(
478
+ req: DescribeKafkaUserRequest,
479
+ cb?: (error: string, rep: DescribeKafkaUserResponse) => void
480
+ ): Promise<DescribeKafkaUserResponse> {
481
+ return this.request("DescribeKafkaUser", req, cb)
482
+ }
483
+
472
484
  /**
473
485
  * 本接口用于修改日志主题。
474
486
  */