tencentcloud-sdk-nodejs 4.0.574 → 4.0.576

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 (143) hide show
  1. package/CHANGELOG.md +514 -0
  2. package/SERVICE_CHANGELOG.md +596 -83
  3. package/package.json +1 -1
  4. package/products.md +35 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/bma/index.ts +2 -2
  7. package/src/services/captcha/v20190722/captcha_models.ts +17 -6
  8. package/src/services/cdb/v20170320/cdb_models.ts +4 -4
  9. package/src/services/cdn/v20180606/cdn_models.ts +5 -5
  10. package/src/services/cii/index.ts +2 -2
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  12. package/src/services/clb/v20180317/clb_models.ts +22 -0
  13. package/src/services/cls/v20201016/cls_models.ts +22 -0
  14. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  15. package/src/services/cwp/v20180228/cwp_client.ts +132 -29
  16. package/src/services/cwp/v20180228/cwp_models.ts +1050 -34
  17. package/src/services/dbbrain/index.ts +2 -2
  18. package/src/services/dbbrain/v20210527/dbbrain_client.ts +12 -0
  19. package/src/services/dbbrain/v20210527/dbbrain_models.ts +38 -2
  20. package/src/services/dc/v20180410/dc_models.ts +16 -5
  21. package/src/services/emr/v20190103/emr_client.ts +28 -1
  22. package/src/services/emr/v20190103/emr_models.ts +134 -5
  23. package/src/services/ess/v20201111/ess_client.ts +1 -1
  24. package/src/services/ess/v20201111/ess_models.ts +1 -1
  25. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  26. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  27. package/src/services/index.ts +1 -0
  28. package/src/services/iotvideo/index.ts +4 -4
  29. package/src/services/lcic/v20220817/lcic_client.ts +14 -1
  30. package/src/services/lcic/v20220817/lcic_models.ts +130 -6
  31. package/src/services/mongodb/index.ts +2 -2
  32. package/src/services/mongodb/v20190725/mongodb_client.ts +6 -6
  33. package/src/services/mongodb/v20190725/mongodb_models.ts +36 -29
  34. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  35. package/src/services/monitor/v20180724/monitor_models.ts +59 -0
  36. package/src/services/mps/v20190612/mps_client.ts +12 -2
  37. package/src/services/mps/v20190612/mps_models.ts +341 -54
  38. package/src/services/ocr/v20181119/ocr_client.ts +25 -6
  39. package/src/services/ocr/v20181119/ocr_models.ts +291 -168
  40. package/src/services/organization/index.ts +2 -2
  41. package/src/services/pts/v20210728/pts_models.ts +16 -4
  42. package/src/services/rum/v20210622/rum_models.ts +10 -5
  43. package/src/services/tbp/index.ts +2 -2
  44. package/src/services/tem/index.ts +2 -2
  45. package/src/services/teo/index.ts +2 -2
  46. package/src/services/teo/v20220901/teo_models.ts +18 -10
  47. package/src/services/thpc/index.ts +4 -4
  48. package/src/services/tione/v20211111/tione_models.ts +52 -7
  49. package/src/services/tke/v20180525/tke_models.ts +21 -8
  50. package/src/services/tourism/index.ts +5 -0
  51. package/src/services/tourism/v20230215/index.ts +6 -0
  52. package/src/services/tourism/v20230215/tourism_client.ts +44 -0
  53. package/src/services/tourism/v20230215/tourism_models.ts +128 -0
  54. package/src/services/trtc/v20190722/trtc_models.ts +2 -2
  55. package/src/services/vm/index.ts +2 -2
  56. package/src/services/vod/v20180717/vod_client.ts +7 -6
  57. package/src/services/vod/v20180717/vod_models.ts +40 -14
  58. package/src/services/yunsou/index.ts +2 -2
  59. package/tencentcloud/common/sdk_version.d.ts +1 -1
  60. package/tencentcloud/common/sdk_version.js +1 -1
  61. package/tencentcloud/services/bma/index.d.ts +4 -4
  62. package/tencentcloud/services/bma/index.js +2 -2
  63. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +15 -6
  64. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -4
  65. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +5 -5
  66. package/tencentcloud/services/cii/index.d.ts +4 -4
  67. package/tencentcloud/services/cii/index.js +2 -2
  68. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  69. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +18 -0
  70. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +18 -0
  71. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  72. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +41 -9
  73. package/tencentcloud/services/cwp/v20180228/cwp_client.js +60 -12
  74. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +881 -35
  75. package/tencentcloud/services/dbbrain/index.d.ts +4 -4
  76. package/tencentcloud/services/dbbrain/index.js +2 -2
  77. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  78. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  79. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +33 -2
  80. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +14 -3
  81. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +9 -1
  82. package/tencentcloud/services/emr/v20190103/emr_client.js +12 -0
  83. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +117 -4
  84. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  85. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  86. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  87. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  88. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  89. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  90. package/tencentcloud/services/index.d.ts +1 -0
  91. package/tencentcloud/services/index.js +2 -0
  92. package/tencentcloud/services/iotvideo/index.d.ts +6 -6
  93. package/tencentcloud/services/iotvideo/index.js +4 -4
  94. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  95. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  96. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +110 -5
  97. package/tencentcloud/services/mongodb/index.d.ts +4 -4
  98. package/tencentcloud/services/mongodb/index.js +2 -2
  99. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +6 -6
  100. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -6
  101. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +32 -25
  102. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +50 -0
  103. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +291 -44
  104. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
  105. package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
  106. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +254 -146
  107. package/tencentcloud/services/organization/index.d.ts +4 -4
  108. package/tencentcloud/services/organization/index.js +2 -2
  109. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +14 -2
  110. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +9 -5
  111. package/tencentcloud/services/tbp/index.d.ts +4 -4
  112. package/tencentcloud/services/tbp/index.js +2 -2
  113. package/tencentcloud/services/tem/index.d.ts +4 -4
  114. package/tencentcloud/services/tem/index.js +2 -2
  115. package/tencentcloud/services/teo/index.d.ts +4 -4
  116. package/tencentcloud/services/teo/index.js +2 -2
  117. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +18 -10
  118. package/tencentcloud/services/thpc/index.d.ts +6 -6
  119. package/tencentcloud/services/thpc/index.js +4 -4
  120. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +44 -7
  121. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +19 -8
  122. package/tencentcloud/services/tourism/index.d.ts +6 -0
  123. package/tencentcloud/services/tourism/index.js +7 -0
  124. package/tencentcloud/services/tourism/v20230215/index.d.ts +6 -0
  125. package/tencentcloud/services/tourism/v20230215/index.js +9 -0
  126. package/tencentcloud/services/tourism/v20230215/tourism_client.d.ts +14 -0
  127. package/tencentcloud/services/tourism/v20230215/tourism_client.js +37 -0
  128. package/tencentcloud/services/tourism/v20230215/tourism_models.d.ts +95 -0
  129. package/tencentcloud/services/tourism/v20230215/tourism_models.js +18 -0
  130. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +2 -2
  131. package/tencentcloud/services/vm/index.d.ts +4 -4
  132. package/tencentcloud/services/vm/index.js +2 -2
  133. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +6 -6
  134. package/tencentcloud/services/vod/v20180717/vod_client.js +6 -6
  135. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +36 -14
  136. package/tencentcloud/services/yunsou/index.d.ts +4 -4
  137. package/tencentcloud/services/yunsou/index.js +2 -2
  138. package/test/cwp.v20180228.test.js +88 -8
  139. package/test/dbbrain.v20210527.test.js +10 -0
  140. package/test/emr.v20190103.test.js +20 -0
  141. package/test/lcic.v20220817.test.js +10 -0
  142. package/test/ocr.v20181119.test.js +10 -0
  143. package/test/tourism.v20230215.test.js +31 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,517 @@
1
+ # Release 4.0.576
2
+
3
+ ## 消息队列 CKafka(ckafka) 版本:2019-08-19
4
+
5
+ ### 第 77 次发布
6
+
7
+ 发布时间:2023-04-10 01:12:49
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [DatahubTopicResp](https://cloud.tencent.com/document/api/597/40861#DatahubTopicResp)
16
+
17
+ * 新增成员:TopicId
18
+
19
+
20
+
21
+
22
+ ## 负载均衡(clb) 版本:2018-03-17
23
+
24
+ ### 第 87 次发布
25
+
26
+ 发布时间:2023-04-10 01:13:36
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [CreateListener](https://cloud.tencent.com/document/api/214/30693)
35
+
36
+ * 新增入参:IdleConnectTimeout
37
+
38
+ * [ModifyListener](https://cloud.tencent.com/document/api/214/30681)
39
+
40
+ * 新增入参:IdleConnectTimeout
41
+
42
+
43
+ 修改数据结构:
44
+
45
+ * [Listener](https://cloud.tencent.com/document/api/214/30694#Listener)
46
+
47
+ * 新增成员:IdleConnectTimeout
48
+
49
+
50
+
51
+
52
+ ## 日志服务(cls) 版本:2020-10-16
53
+
54
+ ### 第 39 次发布
55
+
56
+ 发布时间:2023-04-10 01:14:51
57
+
58
+ 本次发布包含了以下内容:
59
+
60
+ 改善已有的文档。
61
+
62
+ 修改接口:
63
+
64
+ * [CreateTopic](https://cloud.tencent.com/document/api/614/56456)
65
+
66
+ * 新增入参:Describes, HotPeriod
67
+
68
+ * [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
69
+
70
+ * 新增入参:Describes, HotPeriod
71
+
72
+
73
+
74
+
75
+ ## 主机安全(cwp) 版本:2018-02-28
76
+
77
+ ### 第 78 次发布
78
+
79
+ 发布时间:2023-04-10 01:18:59
80
+
81
+ 本次发布包含了以下内容:
82
+
83
+ 改善已有的文档。
84
+
85
+ 新增接口:
86
+
87
+ * [DescribeFileTamperEvents](https://cloud.tencent.com/document/api/296/90008)
88
+
89
+ 新增数据结构:
90
+
91
+ * [FileTamperEvent](https://cloud.tencent.com/document/api/296/19867#FileTamperEvent)
92
+
93
+
94
+
95
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
96
+
97
+ ### 第 14 次发布
98
+
99
+ 发布时间:2023-04-10 01:23:09
100
+
101
+ 本次发布包含了以下内容:
102
+
103
+ 改善已有的文档。
104
+
105
+ 新增接口:
106
+
107
+ * [DeleteDBDiagReportTasks](https://cloud.tencent.com/document/api/1130/90009)
108
+
109
+
110
+
111
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
112
+
113
+
114
+
115
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
116
+
117
+ ### 第 45 次发布
118
+
119
+ 发布时间:2023-04-10 01:29:11
120
+
121
+ 本次发布包含了以下内容:
122
+
123
+ 改善已有的文档。
124
+
125
+ 新增接口:
126
+
127
+ * [StartStopServiceOrMonitor](https://cloud.tencent.com/document/api/589/90011)
128
+ * [TerminateClusterNodes](https://cloud.tencent.com/document/api/589/90010)
129
+
130
+ 新增数据结构:
131
+
132
+ * [ComponentBasicRestartInfo](https://cloud.tencent.com/document/api/589/33981#ComponentBasicRestartInfo)
133
+ * [OpScope](https://cloud.tencent.com/document/api/589/33981#OpScope)
134
+ * [ServiceBasicRestartInfo](https://cloud.tencent.com/document/api/589/33981#ServiceBasicRestartInfo)
135
+
136
+
137
+
138
+ ## 全球应用加速(gaap) 版本:2018-05-29
139
+
140
+ ### 第 38 次发布
141
+
142
+ 发布时间:2023-04-10 01:32:20
143
+
144
+ 本次发布包含了以下内容:
145
+
146
+ 改善已有的文档。
147
+
148
+ 修改接口:
149
+
150
+ * [DeleteProxyGroup](https://cloud.tencent.com/document/api/608/36947)
151
+
152
+ * <font color="#dd0000">**修改入参**:</font>GroupId
153
+
154
+
155
+
156
+
157
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
158
+
159
+ ### 第 21 次发布
160
+
161
+ 发布时间:2023-04-10 01:39:57
162
+
163
+ 本次发布包含了以下内容:
164
+
165
+ 改善已有的文档。
166
+
167
+ 新增接口:
168
+
169
+ * [GetRooms](https://cloud.tencent.com/document/api/1639/90012)
170
+
171
+ 新增数据结构:
172
+
173
+ * [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
174
+
175
+
176
+
177
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
178
+
179
+ ### 第 86 次发布
180
+
181
+ 发布时间:2023-04-10 01:43:28
182
+
183
+ 本次发布包含了以下内容:
184
+
185
+ 改善已有的文档。
186
+
187
+ 修改接口:
188
+
189
+ * [DescribePrometheusGlobalConfig](https://cloud.tencent.com/document/api/248/86039)
190
+
191
+ * 新增出参:Probes
192
+
193
+
194
+ 新增数据结构:
195
+
196
+ * [Targets](https://cloud.tencent.com/document/api/248/30354#Targets)
197
+
198
+ 修改数据结构:
199
+
200
+ * [PrometheusConfigItem](https://cloud.tencent.com/document/api/248/30354#PrometheusConfigItem)
201
+
202
+ * 新增成员:Targets
203
+
204
+ * [PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/248/30354#PrometheusRecordRuleYamlItem)
205
+
206
+ * 新增成员:Status, Id, Count
207
+
208
+
209
+
210
+
211
+ ## 文字识别(ocr) 版本:2018-11-19
212
+
213
+ ### 第 93 次发布
214
+
215
+ 发布时间:2023-04-10 01:46:41
216
+
217
+ 本次发布包含了以下内容:
218
+
219
+ 改善已有的文档。
220
+
221
+ 新增接口:
222
+
223
+ * [SmartStructuralOCRV2](https://cloud.tencent.com/document/api/866/90013)
224
+
225
+ 新增数据结构:
226
+
227
+ * [GroupInfo](https://cloud.tencent.com/document/api/866/33527#GroupInfo)
228
+ * [ItemInfo](https://cloud.tencent.com/document/api/866/33527#ItemInfo)
229
+ * [Key](https://cloud.tencent.com/document/api/866/33527#Key)
230
+ * [LineInfo](https://cloud.tencent.com/document/api/866/33527#LineInfo)
231
+ * [Value](https://cloud.tencent.com/document/api/866/33527#Value)
232
+
233
+
234
+
235
+ ## 前端性能监控(rum) 版本:2021-06-22
236
+
237
+ ### 第 24 次发布
238
+
239
+ 发布时间:2023-04-10 01:49:56
240
+
241
+ 本次发布包含了以下内容:
242
+
243
+ 改善已有的文档。
244
+
245
+ 修改接口:
246
+
247
+ * [DescribeReleaseFileSign](https://cloud.tencent.com/document/api/1464/69216)
248
+
249
+ * 新增入参:FileType
250
+
251
+
252
+
253
+
254
+ ## 文旅客情平台(tourism) 版本:2023-02-15
255
+
256
+ ### 第 1 次发布
257
+
258
+ 发布时间:2023-04-07 10:20:53
259
+
260
+ 本次发布包含了以下内容:
261
+
262
+ 改善已有的文档。
263
+
264
+ 新增接口:
265
+
266
+ * [DescribeDrawResourceList](https://cloud.tencent.com/document/api/1684/89961)
267
+
268
+ 新增数据结构:
269
+
270
+ * [ResourceDrawListType](https://cloud.tencent.com/document/api/1684/89962#ResourceDrawListType)
271
+
272
+
273
+
274
+ # Release 4.0.575
275
+
276
+ ## 验证码(captcha) 版本:2019-07-22
277
+
278
+ ### 第 16 次发布
279
+
280
+ 发布时间:2023-04-06 20:55:55
281
+
282
+ 本次发布包含了以下内容:
283
+
284
+ 改善已有的文档。
285
+
286
+ 修改接口:
287
+
288
+ * [DescribeCaptchaResult](https://cloud.tencent.com/document/api/1110/36926)
289
+
290
+ * 新增出参:EvilBitmap, SubmitCaptchaTime
291
+
292
+
293
+
294
+
295
+ ## 负载均衡(clb) 版本:2018-03-17
296
+
297
+ ### 第 86 次发布
298
+
299
+ 发布时间:2023-04-07 01:16:50
300
+
301
+ 本次发布包含了以下内容:
302
+
303
+ 改善已有的文档。
304
+
305
+ 修改数据结构:
306
+
307
+ * [IdleLoadBalancer](https://cloud.tencent.com/document/api/214/30694#IdleLoadBalancer)
308
+
309
+ * 新增成员:Domain
310
+
311
+
312
+
313
+
314
+ ## 主机安全(cwp) 版本:2018-02-28
315
+
316
+ ### 第 77 次发布
317
+
318
+ 发布时间:2023-04-07 01:21:04
319
+
320
+ 本次发布包含了以下内容:
321
+
322
+ 改善已有的文档。
323
+
324
+ 新增接口:
325
+
326
+ * [DescribeAlarmIncidentNodes](https://cloud.tencent.com/document/api/296/89946)
327
+ * [DescribeAlarmVertexId](https://cloud.tencent.com/document/api/296/89945)
328
+ * [DescribeEventByTable](https://cloud.tencent.com/document/api/296/89944)
329
+ * [DescribePrivilegeEventInfo](https://cloud.tencent.com/document/api/296/89947)
330
+ * [DescribeReverseShellEventInfo](https://cloud.tencent.com/document/api/296/89949)
331
+ * [DescribeRiskDnsEventInfo](https://cloud.tencent.com/document/api/296/89948)
332
+ * [DescribeVertexDetail](https://cloud.tencent.com/document/api/296/89943)
333
+
334
+ 新增数据结构:
335
+
336
+ * [AlarmInfo](https://cloud.tencent.com/document/api/296/19867#AlarmInfo)
337
+ * [IncidentVertexInfo](https://cloud.tencent.com/document/api/296/19867#IncidentVertexInfo)
338
+ * [PrivilegeEventInfo](https://cloud.tencent.com/document/api/296/19867#PrivilegeEventInfo)
339
+ * [ReverseShellEventInfo](https://cloud.tencent.com/document/api/296/19867#ReverseShellEventInfo)
340
+ * [VertexDetail](https://cloud.tencent.com/document/api/296/19867#VertexDetail)
341
+ * [VertexInfo](https://cloud.tencent.com/document/api/296/19867#VertexInfo)
342
+
343
+ 修改数据结构:
344
+
345
+ * [BruteAttackInfo](https://cloud.tencent.com/document/api/296/19867#BruteAttackInfo)
346
+
347
+ * 新增成员:Location
348
+
349
+ * [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
350
+
351
+ * 新增成员:Port
352
+
353
+ * [PrivilegeEscalationProcess](https://cloud.tencent.com/document/api/296/19867#PrivilegeEscalationProcess)
354
+
355
+ * 新增成员:Pid
356
+
357
+ * [ReverseShell](https://cloud.tencent.com/document/api/296/19867#ReverseShell)
358
+
359
+ * 新增成员:Pid
360
+
361
+
362
+
363
+
364
+ ## 媒体处理(mps) 版本:2019-06-12
365
+
366
+ ### 第 56 次发布
367
+
368
+ 发布时间:2023-04-07 02:02:58
369
+
370
+ 本次发布包含了以下内容:
371
+
372
+ 改善已有的文档。
373
+
374
+ 修改接口:
375
+
376
+ * [DescribeSchedules](https://cloud.tencent.com/document/api/862/88059)
377
+
378
+ * 新增入参:TriggerType
379
+
380
+ * [ProcessMedia](https://cloud.tencent.com/document/api/862/37578)
381
+
382
+ * 新增入参:AiQualityControlTask
383
+
384
+
385
+ 新增数据结构:
386
+
387
+ * [AiAnalysisTaskHighlightInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightInput)
388
+ * [AiAnalysisTaskHighlightOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightOutput)
389
+ * [AiAnalysisTaskHighlightResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskHighlightResult)
390
+ * [AiQualityControlTaskInput](https://cloud.tencent.com/document/api/862/37615#AiQualityControlTaskInput)
391
+ * [HighlightSegmentItem](https://cloud.tencent.com/document/api/862/37615#HighlightSegmentItem)
392
+ * [MediaAiAnalysisHighlightItem](https://cloud.tencent.com/document/api/862/37615#MediaAiAnalysisHighlightItem)
393
+ * [QualityControlData](https://cloud.tencent.com/document/api/862/37615#QualityControlData)
394
+ * [QualityControlItem](https://cloud.tencent.com/document/api/862/37615#QualityControlItem)
395
+ * [QualityControlResult](https://cloud.tencent.com/document/api/862/37615#QualityControlResult)
396
+ * [ScheduleQualityControlTaskResult](https://cloud.tencent.com/document/api/862/37615#ScheduleQualityControlTaskResult)
397
+
398
+ 修改数据结构:
399
+
400
+ * [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
401
+
402
+ * 新增成员:HighlightTask
403
+
404
+ * [ScheduleTask](https://cloud.tencent.com/document/api/862/37615#ScheduleTask)
405
+
406
+ * 新增成员:ErrCode, Message
407
+
408
+ * [WorkflowTask](https://cloud.tencent.com/document/api/862/37615#WorkflowTask)
409
+
410
+ * 新增成员:AiQualityControlTaskResult
411
+
412
+
413
+
414
+
415
+ ## TI-ONE 训练平台(tione) 版本:2021-11-11
416
+
417
+ ### 第 20 次发布
418
+
419
+ 发布时间:2023-04-07 02:48:14
420
+
421
+ 本次发布包含了以下内容:
422
+
423
+ 改善已有的文档。
424
+
425
+ 修改接口:
426
+
427
+ * [DescribeTrainingModels](https://cloud.tencent.com/document/api/851/75069)
428
+
429
+ * 新增入参:WithModelVersions
430
+
431
+ * [RestartModelAccelerateTask](https://cloud.tencent.com/document/api/851/82604)
432
+
433
+ * 新增入参:FrameworkVersion
434
+
435
+
436
+ 修改数据结构:
437
+
438
+ * [BatchModelAccTask](https://cloud.tencent.com/document/api/851/75051#BatchModelAccTask)
439
+
440
+ * 新增成员:FrameworkVersion
441
+
442
+ * [EngineVersion](https://cloud.tencent.com/document/api/851/75051#EngineVersion)
443
+
444
+ * 新增成员:FrameworkVersion
445
+
446
+ * [ModelAccelerateTask](https://cloud.tencent.com/document/api/851/75051#ModelAccelerateTask)
447
+
448
+ * 新增成员:FrameworkVersion
449
+
450
+ * [Pod](https://cloud.tencent.com/document/api/851/75051#Pod)
451
+
452
+ * 新增成员:ContainerInfos
453
+
454
+ * [ServiceInfo](https://cloud.tencent.com/document/api/851/75051#ServiceInfo)
455
+
456
+ * 新增成员:PodInfos
457
+
458
+ * [TrainingModelDTO](https://cloud.tencent.com/document/api/851/75051#TrainingModelDTO)
459
+
460
+ * 新增成员:TrainingModelVersions
461
+
462
+
463
+
464
+
465
+ ## TI-ONE 训练平台(tione) 版本:2019-10-22
466
+
467
+
468
+
469
+ ## 容器服务(tke) 版本:2018-05-25
470
+
471
+ ### 第 144 次发布
472
+
473
+ 发布时间:2023-04-07 02:49:45
474
+
475
+ 本次发布包含了以下内容:
476
+
477
+ 改善已有的文档。
478
+
479
+ 修改数据结构:
480
+
481
+ * [Cluster](https://cloud.tencent.com/document/api/457/31866#Cluster)
482
+
483
+ * 新增成员:ClusterEtcdNodeNum
484
+
485
+ * [ClusterNetworkSettings](https://cloud.tencent.com/document/api/457/31866#ClusterNetworkSettings)
486
+
487
+ * 新增成员:CiliumMode
488
+
489
+
490
+
491
+
492
+ ## 云点播(vod) 版本:2018-07-17
493
+
494
+ ### 第 148 次发布
495
+
496
+ 发布时间:2023-04-07 02:53:24
497
+
498
+ 本次发布包含了以下内容:
499
+
500
+ 改善已有的文档。
501
+
502
+ 新增数据结构:
503
+
504
+ * [ImageBlur](https://cloud.tencent.com/document/api/266/31773#ImageBlur)
505
+
506
+ 修改数据结构:
507
+
508
+ * [ImageOperation](https://cloud.tencent.com/document/api/266/31773#ImageOperation)
509
+
510
+ * 新增成员:Blur
511
+
512
+
513
+
514
+
1
515
  # Release 4.0.574
2
516
 
3
517
  ## 语音识别(asr) 版本:2019-06-14