tencentcloud-sdk-nodejs 4.0.847 → 4.0.849

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 (84) hide show
  1. package/CHANGELOG.md +398 -0
  2. package/SERVICE_CHANGELOG.md +446 -131
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/captcha/v20190722/captcha_models.ts +2 -2
  7. package/src/services/ccc/v20200210/ccc_models.ts +19 -2
  8. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  9. package/src/services/clb/v20180317/clb_models.ts +1 -1
  10. package/src/services/cls/v20201016/cls_models.ts +149 -45
  11. package/src/services/dlc/v20210125/dlc_models.ts +33 -1
  12. package/src/services/ess/v20201111/ess_models.ts +4 -0
  13. package/src/services/essbasic/v20210526/essbasic_models.ts +10 -1
  14. package/src/services/fmu/v20191213/fmu_models.ts +1 -1
  15. package/src/services/hunyuan/v20230901/hunyuan_models.ts +2 -2
  16. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +93 -32
  17. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +300 -112
  18. package/src/services/iss/v20230517/iss_models.ts +5 -0
  19. package/src/services/lighthouse/v20200324/lighthouse_client.ts +14 -14
  20. package/src/services/lighthouse/v20200324/lighthouse_models.ts +11 -13
  21. package/src/services/lke/v20231130/lke_models.ts +1 -1
  22. package/src/services/monitor/v20180724/monitor_models.ts +36 -36
  23. package/src/services/mrs/v20200910/mrs_client.ts +89 -37
  24. package/src/services/mrs/v20200910/mrs_models.ts +1814 -1074
  25. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  26. package/src/services/rce/v20201103/rce_client.ts +3 -19
  27. package/src/services/rce/v20201103/rce_models.ts +57 -164
  28. package/src/services/rum/v20210622/rum_models.ts +11 -11
  29. package/src/services/tdmq/v20200217/tdmq_models.ts +71 -1
  30. package/src/services/teo/v20220901/teo_client.ts +17 -2
  31. package/src/services/teo/v20220901/teo_models.ts +30 -0
  32. package/src/services/tke/v20180525/tke_models.ts +1 -1
  33. package/src/services/trtc/v20190722/trtc_client.ts +3 -3
  34. package/src/services/trtc/v20190722/trtc_models.ts +16 -6
  35. package/src/services/tse/v20201207/tse_models.ts +4 -0
  36. package/src/services/waf/v20180125/waf_client.ts +54 -5
  37. package/src/services/waf/v20180125/waf_models.ts +262 -60
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +2 -2
  41. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +19 -2
  42. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  43. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  44. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  45. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +149 -45
  46. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +33 -1
  47. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +10 -1
  49. package/tencentcloud/services/fmu/v20191213/fmu_models.d.ts +1 -1
  50. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +2 -2
  51. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +29 -9
  52. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +42 -12
  53. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +289 -112
  54. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +5 -0
  55. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +14 -14
  56. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +14 -14
  57. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +11 -13
  58. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -1
  59. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +36 -36
  60. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +5 -1
  61. package/tencentcloud/services/mrs/v20200910/mrs_client.js +6 -0
  62. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2208 -1510
  63. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  64. package/tencentcloud/services/rce/v20201103/rce_client.d.ts +1 -5
  65. package/tencentcloud/services/rce/v20201103/rce_client.js +0 -6
  66. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +57 -158
  67. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +11 -11
  68. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +71 -1
  69. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +9 -2
  70. package/tencentcloud/services/teo/v20220901/teo_client.js +10 -1
  71. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +28 -0
  72. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  73. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
  74. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
  75. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +16 -6
  76. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
  77. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +17 -1
  78. package/tencentcloud/services/waf/v20180125/waf_client.js +24 -0
  79. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +253 -60
  80. package/test/iotexplorer.v20190423.test.js +58 -8
  81. package/test/mrs.v20200910.test.js +10 -0
  82. package/test/rce.v20201103.test.js +0 -10
  83. package/test/teo.v20220901.test.js +10 -0
  84. package/test/waf.v20180125.test.js +40 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,401 @@
1
+ # Release 4.0.849
2
+
3
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
4
+
5
+ ### 第 87 次发布
6
+
7
+ 发布时间:2024-05-09 01:13:34
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateTask](https://cloud.tencent.com/document/api/1342/53775)
16
+
17
+ * 新增入参:ResourceGroupName
18
+
19
+ * [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
20
+
21
+ * 新增入参:ResourceGroupName
22
+
23
+ * [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
24
+
25
+ * 新增入参:ResourceGroupName
26
+
27
+
28
+ 修改数据结构:
29
+
30
+ * [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
31
+
32
+ * 新增成员:EngineResourceGroupCount, EngineResourceUsedCU
33
+
34
+ * [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
35
+
36
+ * 新增成员:EngineTypeDetail, ResourceGroupName
37
+
38
+
39
+
40
+
41
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
42
+
43
+ ### 第 61 次发布
44
+
45
+ 发布时间:2024-05-09 01:17:01
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 新增接口:
52
+
53
+ * [CreateTRTCSignaturesWithRoomId](https://cloud.tencent.com/document/api/1081/105920)
54
+ * [DescribeCloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/105917)
55
+ * [DismissRoomByStrRoomIdFromTRTC](https://cloud.tencent.com/document/api/1081/105919)
56
+ * [GenerateCloudStorageAIServiceTaskFileURL](https://cloud.tencent.com/document/api/1081/105916)
57
+ * [RemoveUserByRoomIdFromTRTC](https://cloud.tencent.com/document/api/1081/105918)
58
+
59
+ 修改接口:
60
+
61
+ * [DescribeCloudStorageAIServiceTasks](https://cloud.tencent.com/document/api/1081/105301)
62
+
63
+ * 新增入参:UserId, ChannelId
64
+
65
+ * [ModifyCloudStorageAIService](https://cloud.tencent.com/document/api/1081/105299)
66
+
67
+ * 新增入参:Config
68
+
69
+
70
+ 新增数据结构:
71
+
72
+ * [TRTCParams](https://cloud.tencent.com/document/api/1081/34988#TRTCParams)
73
+
74
+ 修改数据结构:
75
+
76
+ * [CloudStorageAIServiceTask](https://cloud.tencent.com/document/api/1081/34988#CloudStorageAIServiceTask)
77
+
78
+ * 新增成员:Files
79
+
80
+
81
+
82
+
83
+ ## 智能视图计算平台(iss) 版本:2023-05-17
84
+
85
+ ### 第 15 次发布
86
+
87
+ 发布时间:2024-05-09 01:17:57
88
+
89
+ 本次发布包含了以下内容:
90
+
91
+ 改善已有的文档。
92
+
93
+ 修改数据结构:
94
+
95
+ * [DescribeDomainData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainData)
96
+
97
+ * 新增成员:CertId
98
+
99
+
100
+
101
+
102
+ ## 医疗报告结构化(mrs) 版本:2020-09-10
103
+
104
+ ### 第 25 次发布
105
+
106
+ 发布时间:2024-05-09 01:20:07
107
+
108
+ 本次发布包含了以下内容:
109
+
110
+ 改善已有的文档。
111
+
112
+ 新增接口:
113
+
114
+ * [DrugInstructionObject](https://cloud.tencent.com/document/api/1314/105921)
115
+
116
+ 新增数据结构:
117
+
118
+ * [BiologicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfo)
119
+ * [BiologicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoAdverseReaction)
120
+ * [BiologicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoApproval)
121
+ * [BiologicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoBrochure)
122
+ * [BiologicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoContraindications)
123
+ * [BiologicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoDosage)
124
+ * [BiologicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoExecutiveStandards)
125
+ * [BiologicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIndications)
126
+ * [BiologicalProductInfoIngredientAndAppearance](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoIngredientAndAppearance)
127
+ * [BiologicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoManufacturer)
128
+ * [BiologicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoName)
129
+ * [BiologicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPackaging)
130
+ * [BiologicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoPrecautions)
131
+ * [BiologicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoStorage)
132
+ * [BiologicalProductInfoVaccinationTarget](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoVaccinationTarget)
133
+ * [BiologicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#BiologicalProductInfoValidityPeriod)
134
+ * [ChemicalProductInfo](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfo)
135
+ * [ChemicalProductInfoActiveIngredient](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoActiveIngredient)
136
+ * [ChemicalProductInfoAdverseReaction](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAdverseReaction)
137
+ * [ChemicalProductInfoAppearance](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoAppearance)
138
+ * [ChemicalProductInfoApproval](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoApproval)
139
+ * [ChemicalProductInfoBrochure](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoBrochure)
140
+ * [ChemicalProductInfoClinicalTrial](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoClinicalTrial)
141
+ * [ChemicalProductInfoContraindications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoContraindications)
142
+ * [ChemicalProductInfoDosage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoDosage)
143
+ * [ChemicalProductInfoExecutiveStandards](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoExecutiveStandards)
144
+ * [ChemicalProductInfoGeriatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoGeriatricUse)
145
+ * [ChemicalProductInfoIndications](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoIndications)
146
+ * [ChemicalProductInfoInteractions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoInteractions)
147
+ * [ChemicalProductInfoManufacturer](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoManufacturer)
148
+ * [ChemicalProductInfoName](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoName)
149
+ * [ChemicalProductInfoOverdose](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoOverdose)
150
+ * [ChemicalProductInfoPackaging](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPackaging)
151
+ * [ChemicalProductInfoPediatricUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPediatricUse)
152
+ * [ChemicalProductInfoPharmacokinetics](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacokinetics)
153
+ * [ChemicalProductInfoPharmacologyToxicology](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPharmacologyToxicology)
154
+ * [ChemicalProductInfoPrecautions](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPrecautions)
155
+ * [ChemicalProductInfoPregnancyLactationUse](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoPregnancyLactationUse)
156
+ * [ChemicalProductInfoStorage](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoStorage)
157
+ * [ChemicalProductInfoValidityPeriod](https://cloud.tencent.com/document/api/1314/56230#ChemicalProductInfoValidityPeriod)
158
+
159
+
160
+
161
+ ## 全栈式风控引擎(rce) 版本:2020-11-03
162
+
163
+ ### 第 9 次发布
164
+
165
+ 发布时间:2024-05-09 01:21:46
166
+
167
+ 本次发布包含了以下内容:
168
+
169
+ 改善已有的文档。
170
+
171
+ <font color="#dd0000">**删除接口**:</font>
172
+
173
+ * DescribeRiskTrends
174
+
175
+ <font color="#dd0000">**删除数据结构**:</font>
176
+
177
+ * InputFrontRisk
178
+ * OutputFrontRisk
179
+ * OutputFrontRiskData
180
+ * OutputFrontRiskValue
181
+
182
+
183
+
184
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
185
+
186
+ ### 第 109 次发布
187
+
188
+ 发布时间:2024-05-09 01:24:25
189
+
190
+ 本次发布包含了以下内容:
191
+
192
+ 改善已有的文档。
193
+
194
+ 修改接口:
195
+
196
+ * [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
197
+
198
+ * 新增出参:Exclusive, Policy, Arguments
199
+
200
+
201
+
202
+
203
+ ## Web 应用防火墙(waf) 版本:2018-01-25
204
+
205
+ ### 第 83 次发布
206
+
207
+ 发布时间:2024-05-08 19:38:01
208
+
209
+ 本次发布包含了以下内容:
210
+
211
+ 改善已有的文档。
212
+
213
+ 新增接口:
214
+
215
+ * [CreateIpAccessControl](https://cloud.tencent.com/document/api/627/105915)
216
+ * [DeleteIpAccessControlV2](https://cloud.tencent.com/document/api/627/105914)
217
+ * [ImportIpAccessControl](https://cloud.tencent.com/document/api/627/105913)
218
+ * [ModifyIpAccessControl](https://cloud.tencent.com/document/api/627/105912)
219
+
220
+ 新增数据结构:
221
+
222
+ * [IpAccessControlParam](https://cloud.tencent.com/document/api/627/53609#IpAccessControlParam)
223
+
224
+
225
+
226
+ # Release 4.0.848
227
+
228
+ ## 日志服务(cls) 版本:2020-10-16
229
+
230
+ ### 第 91 次发布
231
+
232
+ 发布时间:2024-05-08 01:12:18
233
+
234
+ 本次发布包含了以下内容:
235
+
236
+ 改善已有的文档。
237
+
238
+ 修改数据结构:
239
+
240
+ * [PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic)
241
+
242
+ * [ScheduledSqlTaskInfo](https://cloud.tencent.com/document/api/614/56471#ScheduledSqlTaskInfo)
243
+
244
+ * 新增成员:HasServicesLog
245
+
246
+
247
+
248
+
249
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
250
+
251
+ ### 第 167 次发布
252
+
253
+ 发布时间:2024-05-08 01:17:34
254
+
255
+ 本次发布包含了以下内容:
256
+
257
+ 改善已有的文档。
258
+
259
+ 修改数据结构:
260
+
261
+ * [ReleasedApprover](https://cloud.tencent.com/document/api/1323/70369#ReleasedApprover)
262
+
263
+ * 新增成员:ApproverSignSealId
264
+
265
+
266
+
267
+
268
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
269
+
270
+ ### 第 167 次发布
271
+
272
+ 发布时间:2024-05-08 01:17:50
273
+
274
+ 本次发布包含了以下内容:
275
+
276
+ 改善已有的文档。
277
+
278
+ 修改数据结构:
279
+
280
+ * [ReleasedApprover](https://cloud.tencent.com/document/api/1420/61525#ReleasedApprover)
281
+
282
+ * 新增成员:ReleasedApproverRecipientId, ApproverSignSealId
283
+
284
+
285
+
286
+
287
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
288
+
289
+
290
+
291
+ ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
292
+
293
+ ### 第 5 次发布
294
+
295
+ 发布时间:2024-05-08 01:18:38
296
+
297
+ 本次发布包含了以下内容:
298
+
299
+ 改善已有的文档。
300
+
301
+ 修改数据结构:
302
+
303
+ * [Message](https://cloud.tencent.com/document/api/1729/101838#Message)
304
+
305
+ * <font color="#dd0000">**修改成员**:</font>Content
306
+
307
+
308
+
309
+
310
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
311
+
312
+ ### 第 112 次发布
313
+
314
+ 发布时间:2024-05-08 01:22:13
315
+
316
+ 本次发布包含了以下内容:
317
+
318
+ 改善已有的文档。
319
+
320
+ 修改接口:
321
+
322
+ * [ModifyPrometheusInstanceAttributes](https://cloud.tencent.com/document/api/248/76009)
323
+
324
+ * <font color="#dd0000">**修改入参**:</font>InstanceName
325
+
326
+
327
+
328
+
329
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
330
+
331
+ ### 第 108 次发布
332
+
333
+ 发布时间:2024-05-08 01:27:51
334
+
335
+ 本次发布包含了以下内容:
336
+
337
+ 改善已有的文档。
338
+
339
+ 修改数据结构:
340
+
341
+ * [RabbitMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQClusterInfo)
342
+
343
+ * 新增成员:MessageConsumeRate, ClusterVersion
344
+
345
+ * [RabbitMQQueueListInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQQueueListInfo)
346
+
347
+ * 新增成员:Durable, AutoDelete, InstanceId, VirtualHost, Node, Policy, Arguments, Exclusive
348
+
349
+ * [RabbitMQVirtualHostInfo](https://cloud.tencent.com/document/api/1179/46089#RabbitMQVirtualHostInfo)
350
+
351
+ * 新增成员:MirrorQueuePolicyFlag
352
+
353
+
354
+
355
+
356
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
357
+
358
+ ### 第 79 次发布
359
+
360
+ 发布时间:2024-05-07 17:48:36
361
+
362
+ 本次发布包含了以下内容:
363
+
364
+ 改善已有的文档。
365
+
366
+ 新增接口:
367
+
368
+ * [DescribeSecurityIPGroup](https://cloud.tencent.com/document/api/1552/105866)
369
+
370
+
371
+
372
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
373
+
374
+
375
+
376
+ ## 实时音视频(trtc) 版本:2019-07-22
377
+
378
+ ### 第 72 次发布
379
+
380
+ 发布时间:2024-05-07 11:13:32
381
+
382
+ 本次发布包含了以下内容:
383
+
384
+ 改善已有的文档。
385
+
386
+ 修改数据结构:
387
+
388
+ * [RecordParams](https://cloud.tencent.com/document/api/647/44055#RecordParams)
389
+
390
+ * 新增成员:FillType
391
+
392
+ * [WebRecordVideoParams](https://cloud.tencent.com/document/api/647/44055#WebRecordVideoParams)
393
+
394
+ * 新增成员:MaxMediaFileDuration
395
+
396
+
397
+
398
+
1
399
  # Release 4.0.847
2
400
 
3
401
  ## 云数据库 MySQL(cdb) 版本:2017-03-20