tencentcloud-sdk-nodejs 4.0.961 → 4.0.962

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 (55) hide show
  1. package/CHANGELOG.md +267 -0
  2. package/SERVICE_CHANGELOG.md +328 -197
  3. package/package.json +1 -1
  4. package/products.md +15 -15
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/captcha/v20190722/captcha_models.ts +3 -3
  7. package/src/services/cfw/v20190904/cfw_client.ts +4 -2
  8. package/src/services/cfw/v20190904/cfw_models.ts +9 -9
  9. package/src/services/clb/v20180317/clb_models.ts +9 -1
  10. package/src/services/cwp/v20180228/cwp_client.ts +8 -4
  11. package/src/services/cwp/v20180228/cwp_models.ts +183 -179
  12. package/src/services/gaap/v20180529/gaap_client.ts +2 -2
  13. package/src/services/gaap/v20180529/gaap_models.ts +66 -60
  14. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  15. package/src/services/pts/v20210728/pts_models.ts +5 -0
  16. package/src/services/redis/v20180412/redis_client.ts +1 -1
  17. package/src/services/redis/v20180412/redis_models.ts +3 -1
  18. package/src/services/taf/v20200210/taf_models.ts +1 -1
  19. package/src/services/tdmq/v20200217/tdmq_client.ts +29 -4
  20. package/src/services/tdmq/v20200217/tdmq_models.ts +272 -165
  21. package/src/services/trocket/v20230308/trocket_client.ts +2 -2
  22. package/src/services/trocket/v20230308/trocket_models.ts +9 -1
  23. package/src/services/tsi/v20210325/tsi_client.ts +1 -0
  24. package/src/services/tsi/v20210325/tsi_models.ts +52 -0
  25. package/src/services/vod/v20180717/vod_client.ts +9 -3
  26. package/src/services/vod/v20180717/vod_models.ts +516 -87
  27. package/tencentcloud/common/sdk_version.d.ts +1 -1
  28. package/tencentcloud/common/sdk_version.js +1 -1
  29. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +3 -3
  30. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +3 -1
  31. package/tencentcloud/services/cfw/v20190904/cfw_client.js +3 -1
  32. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +9 -9
  33. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
  34. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
  35. package/tencentcloud/services/cwp/v20180228/cwp_client.js +6 -2
  36. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +183 -179
  37. package/tencentcloud/services/gaap/v20180529/gaap_client.d.ts +2 -2
  38. package/tencentcloud/services/gaap/v20180529/gaap_client.js +1 -1
  39. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +66 -60
  40. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  41. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +5 -0
  42. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  43. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  44. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -1
  45. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +1 -1
  46. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +9 -1
  47. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -0
  48. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +267 -165
  49. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +2 -2
  50. package/tencentcloud/services/trocket/v20230308/trocket_client.js +2 -2
  51. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +9 -1
  52. package/tencentcloud/services/tsi/v20210325/tsi_models.d.ts +51 -0
  53. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
  54. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +509 -86
  55. package/test/tdmq.v20200217.test.js +20 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tencentcloud-sdk-nodejs",
3
- "version": "4.0.961",
3
+ "version": "4.0.962",
4
4
  "description": "腾讯云 API NODEJS SDK",
5
5
  "main": "tencentcloud/index.js",
6
6
  "scripts": {
package/products.md CHANGED
@@ -20,7 +20,7 @@
20
20
  | asr | [语音识别](https://cloud.tencent.com/document/product/1093) | 2024-10-21 01:03:32 |
21
21
  | asw | [应用与服务编排工作流](https://cloud.tencent.com/document/product/1272) | 2023-05-18 01:04:02 |
22
22
  | ba | [ICP备案](https://cloud.tencent.com/document/product/243) | 2024-04-22 01:08:02 |
23
- | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-10-21 01:03:39 |
23
+ | batch | [批量计算](https://cloud.tencent.com/document/product/599) | 2024-10-23 01:08:34 |
24
24
  | bda | [人体分析](https://cloud.tencent.com/document/product/1208) | 2024-03-20 01:08:23 |
25
25
  | bi | [商业智能分析 BI](https://cloud.tencent.com/document/product/590) | 2024-09-05 01:05:48 |
26
26
  | billing | [费用中心](https://cloud.tencent.com/document/product/555) | 2024-09-11 01:11:08 |
@@ -36,7 +36,7 @@
36
36
  | btoe | [区块链可信取证](https://cloud.tencent.com/document/product/1259) | 2024-03-20 01:09:12 |
37
37
  | ca | [腾讯云CA](https://cloud.tencent.com/document/product/1691) | 2024-09-30 01:09:31 |
38
38
  | cam | [访问管理](https://cloud.tencent.com/document/product/598) | 2024-10-18 01:04:41 |
39
- | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-10-22 01:09:32 |
39
+ | captcha | [验证码](https://cloud.tencent.com/document/product/1110) | 2024-10-23 01:09:56 |
40
40
  | car | [应用云渲染](https://cloud.tencent.com/document/product/1547) | 2024-06-19 01:14:59 |
41
41
  | cat | [云拨测](https://cloud.tencent.com/document/product/280) | 2024-07-26 01:15:04 |
42
42
  | cbs | [云硬盘](https://cloud.tencent.com/document/product/362) | 2024-10-14 01:09:40 |
@@ -51,14 +51,14 @@
51
51
  | cdz | [专属可用区](https://cloud.tencent.com/document/product/1629) | 2024-08-28 01:17:24 |
52
52
  | cfg | [混沌演练平台](https://cloud.tencent.com/document/product/1500) | 2024-10-18 01:06:35 |
53
53
  | cfs | [文件存储](https://cloud.tencent.com/document/product/582) | 2024-08-28 01:17:42 |
54
- | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-10-22 01:11:25 |
54
+ | cfw | [云防火墙](https://cloud.tencent.com/document/product/1132) | 2024-10-23 01:11:48 |
55
55
  | chdfs | [云 HDFS](https://cloud.tencent.com/document/product/1105) | 2024-03-20 01:10:55 |
56
56
  | ciam | [账号风控平台](https://cloud.tencent.com/document/product/1441) | 2024-06-17 01:21:02 |
57
57
  | cii | [智能保险助手](https://cloud.tencent.com/document/product/1368) | 2023-05-18 01:12:07 |
58
58
  | cim | [](https://cloud.tencent.com/document/product) | 2019-05-16 17:21:18 |
59
59
  | cis | [](https://cloud.tencent.com/document/product) | 2018-06-07 15:01:42 |
60
60
  | ckafka | [消息队列 CKafka 版](https://cloud.tencent.com/document/product/597) | 2024-10-21 01:07:20 |
61
- | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-10-14 01:12:12 |
61
+ | clb | [负载均衡](https://cloud.tencent.com/document/product/214) | 2024-10-23 01:12:48 |
62
62
  | cloudapp | [云应用](https://cloud.tencent.com/document/product/1689) | 2024-07-18 10:12:45 |
63
63
  | cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
64
64
  | cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
@@ -73,8 +73,8 @@
73
73
  | cr | [金融联络机器人](https://cloud.tencent.com/document/product/656) | 2021-02-24 08:03:24 |
74
74
  | csip | [云安全一体化平台](https://cloud.tencent.com/document/product/664) | 2024-09-19 01:21:01 |
75
75
  | csxg | [5G入云服务](https://cloud.tencent.com/document/product/1687) | 2024-03-20 01:12:25 |
76
- | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-10-22 01:13:31 |
77
- | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-10-22 01:13:51 |
76
+ | cvm | [云服务器](https://cloud.tencent.com/document/product/213) | 2024-10-23 01:13:57 |
77
+ | cwp | [主机安全](https://cloud.tencent.com/document/product/296) | 2024-10-23 01:14:18 |
78
78
  | cws | [漏洞扫描服务](https://cloud.tencent.com/document/product) | 2019-11-22 12:16:15 |
79
79
  | cynosdb | [TDSQL-C MySQL 版](https://cloud.tencent.com/document/product/1003) | 2024-10-22 01:15:19 |
80
80
  | dasb | [运维安全中心(堡垒机)](https://cloud.tencent.com/document/product/1025) | 2024-10-18 01:10:42 |
@@ -106,7 +106,7 @@
106
106
  | faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-10-21 01:15:09 |
107
107
  | fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
108
108
  | ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
109
- | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-09-12 01:43:09 |
109
+ | gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-10-23 01:20:50 |
110
110
  | gme | [游戏多媒体引擎](https://cloud.tencent.com/document/product/607) | 2024-09-09 01:43:37 |
111
111
  | goosefs | [数据加速器 GooseFS](https://cloud.tencent.com/document/product/1424) | 2024-08-29 01:44:47 |
112
112
  | gpm | [游戏玩家匹配](https://cloud.tencent.com/document/product/1294) | 2022-07-11 06:12:36 |
@@ -161,16 +161,16 @@
161
161
  | nlp | [NLP 服务](https://cloud.tencent.com/document/product/271) | 2024-09-27 01:23:18 |
162
162
  | npp | [号码保护](https://cloud.tencent.com/document/product) | 2020-04-22 08:00:22 |
163
163
  | oceanus | [流计算 Oceanus](https://cloud.tencent.com/document/product/849) | 2024-10-16 01:21:18 |
164
- | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-21 01:21:43 |
164
+ | ocr | [文字识别](https://cloud.tencent.com/document/product/866) | 2024-10-23 01:27:19 |
165
165
  | omics | [腾讯健康组学平台](https://cloud.tencent.com/document/product/1643) | 2024-09-26 01:28:34 |
166
- | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-09-23 12:16:37 |
166
+ | organization | [集团账号管理](https://cloud.tencent.com/document/product/850) | 2024-10-23 01:27:47 |
167
167
  | partners | [渠道合作伙伴](https://cloud.tencent.com/document/product/563) | 2024-06-26 01:21:35 |
168
168
  | pds | [私域安全](https://cloud.tencent.com/document/product/1473) | 2023-05-18 01:44:14 |
169
169
  | postgres | [云数据库 PostgreSQL](https://cloud.tencent.com/document/product/409) | 2024-09-25 01:28:57 |
170
170
  | privatedns | [私有域解析 Private DNS](https://cloud.tencent.com/document/product/1338) | 2024-10-16 01:22:48 |
171
- | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-08-09 02:01:53 |
171
+ | pts | [云压测](https://cloud.tencent.com/document/product/1484) | 2024-10-23 01:29:03 |
172
172
  | rce | [全栈式风控引擎](https://cloud.tencent.com/document/product/1343) | 2024-10-22 01:28:15 |
173
- | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-18 01:23:16 |
173
+ | redis | [云数据库Redis](https://cloud.tencent.com/document/product/239) | 2024-10-23 01:29:16 |
174
174
  | region | [地域管理系统](https://cloud.tencent.com/document/product/1596) | 2024-09-13 02:02:09 |
175
175
  | rkp | [风险探针](https://cloud.tencent.com/document/product/1169) | 2023-12-25 00:16:39 |
176
176
  | rp | [注册保护](https://cloud.tencent.com/document/product/1191) | 2022-04-04 07:04:06 |
@@ -190,7 +190,7 @@
190
190
  | ssm | [凭据管理系统](https://cloud.tencent.com/document/product/1140) | 2024-10-16 01:24:51 |
191
191
  | sts | [安全凭证服务](https://cloud.tencent.com/document/product/1312) | 2024-10-18 01:24:58 |
192
192
  | svp | [节省计划](https://cloud.tencent.com/document/product/1761) | 2024-05-23 17:09:13 |
193
- | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-10-22 01:30:02 |
193
+ | taf | [流量反欺诈](https://cloud.tencent.com/document/product/1031) | 2024-10-23 01:31:00 |
194
194
  | tag | [标签](https://cloud.tencent.com/document/product/651) | 2024-08-23 02:09:59 |
195
195
  | tan | [碳引擎](https://cloud.tencent.com/document/product/1498) | 2024-03-20 01:24:15 |
196
196
  | tat | [自动化助手](https://cloud.tencent.com/document/product/1340) | 2024-09-16 02:20:05 |
@@ -209,7 +209,7 @@
209
209
  | tcss | [容器安全服务](https://cloud.tencent.com/document/product/1285) | 2024-10-18 01:26:11 |
210
210
  | tdcpg | [TDSQL-C PostgreSQL 版](https://cloud.tencent.com/document/product/1556) | 2024-07-10 01:25:35 |
211
211
  | tdid | [分布式身份](https://cloud.tencent.com/document/product/1439) | 2024-06-04 02:17:43 |
212
- | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-10-22 01:32:24 |
212
+ | tdmq | [消息队列 TDMQ](https://cloud.tencent.com/document/product/1179) | 2024-10-22 16:47:19 |
213
213
  | tds | [设备安全](https://cloud.tencent.com/document/product/1628) | 2024-08-07 02:22:38 |
214
214
  | tem | [弹性微服务](https://cloud.tencent.com/document/product/1371) | 2024-07-24 02:14:59 |
215
215
  | teo | [边缘安全加速平台](https://cloud.tencent.com/document/product/1552) | 2024-10-18 01:27:56 |
@@ -228,13 +228,13 @@
228
228
  | tmt | [机器翻译](https://cloud.tencent.com/document/product/551) | 2024-09-13 02:18:44 |
229
229
  | tourism | [文旅客情大数据](https://cloud.tencent.com/document/product/1684) | 2024-03-20 01:28:59 |
230
230
  | trdp | [流量风险决策平台](https://cloud.tencent.com/document/product/1604) | 2023-05-18 02:01:19 |
231
- | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-10-22 01:34:38 |
231
+ | trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-10-22 12:32:33 |
232
232
  | trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
233
233
  | trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
234
234
  | trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-22 01:35:03 |
235
235
  | tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-25 01:36:42 |
236
236
  | tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-25 01:37:11 |
237
- | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
237
+ | tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-10-23 01:36:51 |
238
238
  | tsw | [微服务观测平台 TSW](https://cloud.tencent.com/document/product/1311) | 2024-03-20 01:30:06 |
239
239
  | tts | [语音合成](https://cloud.tencent.com/document/product/1073) | 2024-09-26 01:38:14 |
240
240
  | ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
@@ -1 +1 @@
1
- export const sdkVersion = "4.0.961"
1
+ export const sdkVersion = "4.0.962"
@@ -857,19 +857,19 @@ export interface DescribeCaptchaMiniRiskResultResponse {
857
857
  26 system internal error 系统内部错误
858
858
  100 param err 参数校验错误
859
859
  */
860
- CaptchaCode: number
860
+ CaptchaCode?: number
861
861
  /**
862
862
  * 状态描述及验证错误信息
863
863
  注意:此字段可能返回 null,表示取不到有效值。
864
864
  注意:此字段可能返回 null,表示取不到有效值。
865
865
  */
866
- CaptchaMsg: string
866
+ CaptchaMsg?: string
867
867
  /**
868
868
  * 拦截策略返回信息
869
869
  注意:此字段可能返回 null,表示取不到有效值。
870
870
  注意:此字段可能返回 null,表示取不到有效值。
871
871
  */
872
- ManageMarketingRiskValue: OutputManageMarketingRiskValue
872
+ ManageMarketingRiskValue?: OutputManageMarketingRiskValue
873
873
  /**
874
874
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
875
875
  */
@@ -954,8 +954,10 @@ VPC间规则需指定EdgeId。Nat边界规则需指定地域Region与Direction
954
954
  }
955
955
 
956
956
  /**
957
- * 查询NAT边界防火墙开关列表
958
- */
957
+ * 旧接口,不再维护
958
+
959
+ 查询NAT边界防火墙开关列表
960
+ */
959
961
  async DescribeNatSwitchList(
960
962
  req: DescribeNatSwitchListRequest,
961
963
  cb?: (error: string, rep: DescribeNatSwitchListResponse) => void
@@ -305,11 +305,11 @@ export interface ModifyEnterpriseSecurityGroupRuleResponse {
305
305
  /**
306
306
  * 状态值,0:编辑成功,非0:编辑失败
307
307
  */
308
- Status: number
308
+ Status?: number
309
309
  /**
310
310
  * 编辑后新生成规则的Id
311
311
  */
312
- NewRuleUuid: number
312
+ NewRuleUuid?: number
313
313
  /**
314
314
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
315
315
  */
@@ -1178,12 +1178,12 @@ export interface DescribeAssociatedInstanceListResponse {
1178
1178
  * 实例数量
1179
1179
  注意:此字段可能返回 null,表示取不到有效值。
1180
1180
  */
1181
- Total: number
1181
+ Total?: number
1182
1182
  /**
1183
1183
  * 实例列表
1184
1184
  注意:此字段可能返回 null,表示取不到有效值。
1185
1185
  */
1186
- Data: Array<AssociatedInstanceInfo>
1186
+ Data?: Array<AssociatedInstanceInfo>
1187
1187
  /**
1188
1188
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1189
1189
  */
@@ -2183,7 +2183,7 @@ true为启用,false为不启用
2183
2183
  */
2184
2184
  Protocol?: string
2185
2185
  /**
2186
- * 端口协议类型参数模板id;协议端口模板id;与Protocol,Port互斥
2186
+ * 端口协议类型参数模板id;协议端口模板id
2187
2187
  */
2188
2188
  ServiceTemplateId?: string
2189
2189
  /**
@@ -2894,7 +2894,7 @@ export interface EdgeIpInfo {
2894
2894
  */
2895
2895
  PublicIp?: string
2896
2896
  /**
2897
- * 公网 IP 类型
2897
+ * 公网 IP 类型 1 公网,2 弹性,3 弹性ipv6,4 anycastIP, 6 HighQualityEIP
2898
2898
  注意:此字段可能返回 null,表示取不到有效值。
2899
2899
  */
2900
2900
  PublicIpType?: number
@@ -6458,17 +6458,17 @@ export interface DescribeNatFwVpcDnsLstResponse {
6458
6458
  * nat防火墙vpc dns 信息数组
6459
6459
  注意:此字段可能返回 null,表示取不到有效值。
6460
6460
  */
6461
- VpcDnsSwitchLst: Array<VpcDnsInfo>
6461
+ VpcDnsSwitchLst?: Array<VpcDnsInfo>
6462
6462
  /**
6463
6463
  * 返回参数
6464
6464
  注意:此字段可能返回 null,表示取不到有效值。
6465
6465
  */
6466
- ReturnMsg: string
6466
+ ReturnMsg?: string
6467
6467
  /**
6468
6468
  * 开关总条数
6469
6469
  注意:此字段可能返回 null,表示取不到有效值。
6470
6470
  */
6471
- Total: number
6471
+ Total?: number
6472
6472
  /**
6473
6473
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6474
6474
  */
@@ -196,7 +196,7 @@ OPEN:公网属性, INTERNAL:内网属性。
196
196
  */
197
197
  VpcId?: string
198
198
  /**
199
- * 在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP 将从这个子网中产生。创建内网负载均衡实例时,此参数必填。
199
+ * 在私有网络内购买内网负载均衡实例的情况下,必须指定子网 ID,内网负载均衡实例的 VIP 将从这个子网中产生。创建内网负载均衡实例时,此参数必填,创建公网IPv4负载均衡实例时,不支持指定该参数。
200
200
  */
201
201
  SubnetId?: string
202
202
  /**
@@ -295,6 +295,14 @@ OPEN:公网属性, INTERNAL:内网属性。
295
295
  * 负载均衡实例的预付费相关属性
296
296
  */
297
297
  LBChargePrepaid?: LBChargePrepaid
298
+ /**
299
+ * 负载均衡实例计费类型,取值:POSTPAID_BY_HOUR,PREPAID,默认是POSTPAID_BY_HOUR。
300
+ */
301
+ LBChargeType?: string
302
+ /**
303
+ * 七层访问日志主题ID
304
+ */
305
+ AccessLogTopicId?: string
298
306
  }
299
307
 
300
308
  /**
@@ -3463,8 +3463,10 @@ export class Client extends AbstractClient {
3463
3463
  }
3464
3464
 
3465
3465
  /**
3466
- * 查询攻击溯源事件
3467
- */
3466
+ * 已废弃
3467
+
3468
+ 查询攻击溯源事件
3469
+ */
3468
3470
  async DescribeAttackSourceEvents(
3469
3471
  req: DescribeAttackSourceEventsRequest,
3470
3472
  cb?: (error: string, rep: DescribeAttackSourceEventsResponse) => void
@@ -4298,8 +4300,10 @@ export class Client extends AbstractClient {
4298
4300
  }
4299
4301
 
4300
4302
  /**
4301
- * 查询攻击溯源
4302
- */
4303
+ * 已废弃
4304
+
4305
+ 查询攻击溯源
4306
+ */
4303
4307
  async DescribeAttackSource(
4304
4308
  req: DescribeAttackSourceRequest,
4305
4309
  cb?: (error: string, rep: DescribeAttackSourceResponse) => void