tencentcloud-sdk-nodejs 4.0.575 → 4.0.577

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 (128) hide show
  1. package/CHANGELOG.md +577 -0
  2. package/SERVICE_CHANGELOG.md +654 -124
  3. package/package.json +1 -1
  4. package/products.md +34 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +10 -4
  7. package/src/services/bma/v20210624/bma_client.ts +4 -2
  8. package/src/services/cdb/v20170320/cdb_models.ts +9 -4
  9. package/src/services/cfs/v20190719/cfs_models.ts +2 -2
  10. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  11. package/src/services/clb/v20180317/clb_models.ts +16 -0
  12. package/src/services/cls/v20201016/cls_client.ts +3 -2
  13. package/src/services/cls/v20201016/cls_models.ts +86 -42
  14. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  15. package/src/services/cwp/v20180228/cwp_client.ts +14 -1
  16. package/src/services/cwp/v20180228/cwp_models.ts +308 -59
  17. package/src/services/dasb/v20191018/dasb_client.ts +124 -6
  18. package/src/services/dasb/v20191018/dasb_models.ts +1218 -104
  19. package/src/services/dbbrain/v20210527/dbbrain_client.ts +25 -0
  20. package/src/services/dbbrain/v20210527/dbbrain_models.ts +178 -2
  21. package/src/services/dlc/v20210125/dlc_models.ts +10 -0
  22. package/src/services/dnspod/v20210323/dnspod_models.ts +6 -0
  23. package/src/services/emr/v20190103/emr_client.ts +28 -1
  24. package/src/services/emr/v20190103/emr_models.ts +134 -5
  25. package/src/services/ess/v20201111/ess_client.ts +7 -5
  26. package/src/services/ess/v20201111/ess_models.ts +5 -5
  27. package/src/services/essbasic/v20210526/essbasic_client.ts +4 -3
  28. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  29. package/src/services/index.ts +2 -0
  30. package/src/services/lcic/v20220817/lcic_client.ts +14 -1
  31. package/src/services/lcic/v20220817/lcic_models.ts +147 -6
  32. package/src/services/mongodb/v20190725/mongodb_client.ts +21 -9
  33. package/src/services/mongodb/v20190725/mongodb_models.ts +171 -118
  34. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  35. package/src/services/monitor/v20180724/monitor_models.ts +63 -4
  36. package/src/services/ocr/v20181119/ocr_client.ts +25 -6
  37. package/src/services/ocr/v20181119/ocr_models.ts +282 -159
  38. package/src/services/rum/v20210622/rum_models.ts +10 -5
  39. package/src/services/teo/v20220901/teo_models.ts +18 -10
  40. package/src/services/tiw/v20190919/tiw_client.ts +134 -35
  41. package/src/services/tiw/v20190919/tiw_models.ts +433 -41
  42. package/src/services/tke/v20180525/tke_models.ts +5 -5
  43. package/src/services/tourism/index.ts +5 -0
  44. package/src/services/tourism/v20230215/index.ts +6 -0
  45. package/src/services/tourism/v20230215/tourism_client.ts +44 -0
  46. package/src/services/tourism/v20230215/tourism_models.ts +128 -0
  47. package/src/services/trtc/v20190722/trtc_models.ts +7 -7
  48. package/src/services/vrs/index.ts +5 -0
  49. package/src/services/vrs/v20200824/index.ts +6 -0
  50. package/src/services/vrs/v20200824/vrs_client.ts +99 -0
  51. package/src/services/vrs/v20200824/vrs_models.ts +313 -0
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +9 -4
  55. package/tencentcloud/services/bma/v20210624/bma_client.d.ts +3 -1
  56. package/tencentcloud/services/bma/v20210624/bma_client.js +3 -1
  57. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +8 -4
  58. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +2 -2
  59. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  60. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +13 -0
  61. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  62. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +72 -35
  63. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  64. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +6 -2
  65. package/tencentcloud/services/cwp/v20180228/cwp_client.js +7 -1
  66. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +263 -59
  67. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +37 -1
  68. package/tencentcloud/services/dasb/v20191018/dasb_client.js +54 -0
  69. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +1005 -85
  70. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +9 -1
  71. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +12 -0
  72. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +149 -2
  73. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +8 -0
  74. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +5 -0
  75. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +9 -1
  76. package/tencentcloud/services/emr/v20190103/emr_client.js +12 -0
  77. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +117 -4
  78. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +7 -5
  79. package/tencentcloud/services/ess/v20201111/ess_client.js +7 -5
  80. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +5 -5
  81. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +4 -3
  82. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +4 -3
  83. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  84. package/tencentcloud/services/index.d.ts +2 -0
  85. package/tencentcloud/services/index.js +4 -0
  86. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  87. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  88. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +124 -5
  89. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +11 -7
  90. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +12 -6
  91. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +151 -103
  92. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -4
  93. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +7 -1
  94. package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -0
  95. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +245 -137
  96. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +9 -5
  97. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +18 -10
  98. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +44 -12
  99. package/tencentcloud/services/tiw/v20190919/tiw_client.js +63 -15
  100. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +378 -39
  101. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
  102. package/tencentcloud/services/tourism/index.d.ts +6 -0
  103. package/tencentcloud/services/tourism/index.js +7 -0
  104. package/tencentcloud/services/tourism/v20230215/index.d.ts +6 -0
  105. package/tencentcloud/services/tourism/v20230215/index.js +9 -0
  106. package/tencentcloud/services/tourism/v20230215/tourism_client.d.ts +14 -0
  107. package/tencentcloud/services/tourism/v20230215/tourism_client.js +37 -0
  108. package/tencentcloud/services/tourism/v20230215/tourism_models.d.ts +95 -0
  109. package/tencentcloud/services/tourism/v20230215/tourism_models.js +18 -0
  110. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +7 -7
  111. package/tencentcloud/services/vrs/index.d.ts +6 -0
  112. package/tencentcloud/services/vrs/index.js +7 -0
  113. package/tencentcloud/services/vrs/v20200824/index.d.ts +6 -0
  114. package/tencentcloud/services/vrs/v20200824/index.js +9 -0
  115. package/tencentcloud/services/vrs/v20200824/vrs_client.d.ts +40 -0
  116. package/tencentcloud/services/vrs/v20200824/vrs_client.js +69 -0
  117. package/tencentcloud/services/vrs/v20200824/vrs_models.d.ts +257 -0
  118. package/tencentcloud/services/vrs/v20200824/vrs_models.js +18 -0
  119. package/test/cwp.v20180228.test.js +10 -0
  120. package/test/dasb.v20191018.test.js +90 -0
  121. package/test/dbbrain.v20210527.test.js +20 -0
  122. package/test/emr.v20190103.test.js +20 -0
  123. package/test/lcic.v20220817.test.js +10 -0
  124. package/test/mongodb.v20190725.test.js +10 -0
  125. package/test/ocr.v20181119.test.js +10 -0
  126. package/test/tiw.v20190919.test.js +88 -8
  127. package/test/tourism.v20230215.test.js +31 -0
  128. package/test/vrs.v20200824.test.js +61 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,580 @@
1
+ # Release 4.0.577
2
+
3
+ ## 费用中心(billing) 版本:2018-07-09
4
+
5
+ ### 第 37 次发布
6
+
7
+ 发布时间:2023-04-11 01:03:45
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
16
+
17
+ * 新增成员:PriceInfo
18
+
19
+
20
+
21
+
22
+ ## 品牌经营管家(bma) 版本:2022-11-15
23
+
24
+
25
+
26
+ ## 品牌经营管家(bma) 版本:2021-06-24
27
+
28
+ ### 第 16 次发布
29
+
30
+ 发布时间:2023-04-11 01:04:13
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ <font color="#dd0000">**预下线接口**:</font>
37
+
38
+ * CreateCRObtain
39
+
40
+
41
+
42
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
43
+
44
+ ### 第 119 次发布
45
+
46
+ 发布时间:2023-04-11 01:06:22
47
+
48
+ 本次发布包含了以下内容:
49
+
50
+ 改善已有的文档。
51
+
52
+ 修改接口:
53
+
54
+ * [UpgradeDBInstance](https://cloud.tencent.com/document/api/236/15876)
55
+
56
+ * 新增入参:RoTransType
57
+
58
+
59
+
60
+
61
+ ## 日志服务(cls) 版本:2020-10-16
62
+
63
+ ### 第 40 次发布
64
+
65
+ 发布时间:2023-04-11 01:09:59
66
+
67
+ 本次发布包含了以下内容:
68
+
69
+ 改善已有的文档。
70
+
71
+ 修改接口:
72
+
73
+ * [SearchLog](https://cloud.tencent.com/document/api/614/56447)
74
+
75
+ * 新增出参:SamplingRate
76
+
77
+
78
+ 新增数据结构:
79
+
80
+ * [DynamicIndex](https://cloud.tencent.com/document/api/614/56471#DynamicIndex)
81
+
82
+ 修改数据结构:
83
+
84
+ * [RuleInfo](https://cloud.tencent.com/document/api/614/56471#RuleInfo)
85
+
86
+ * 新增成员:DynamicIndex
87
+
88
+
89
+
90
+
91
+ ## 主机安全(cwp) 版本:2018-02-28
92
+
93
+ ### 第 79 次发布
94
+
95
+ 发布时间:2023-04-11 01:12:54
96
+
97
+ 本次发布包含了以下内容:
98
+
99
+ 改善已有的文档。
100
+
101
+ 修改数据结构:
102
+
103
+ * [BashEventsInfoNew](https://cloud.tencent.com/document/api/296/19867#BashEventsInfoNew)
104
+
105
+ * <font color="#dd0000">**修改成员**:</font>Id, Uuid, Quuid, HostIp, Platform, BashCmd, RuleId, RuleName, RuleLevel, Status, CreateTime, MachineName, Exe, ModifyTime, RuleCategory, RegexBashCmd, PsTree, SuggestScheme, HarmDescribe, Tags, References, MachineWanIp, MachineStatus, User, Pid, MachineType, DetectBy
106
+
107
+
108
+
109
+
110
+ ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
111
+
112
+ ### 第 9 次发布
113
+
114
+ 发布时间:2023-04-11 01:14:47
115
+
116
+ 本次发布包含了以下内容:
117
+
118
+ 改善已有的文档。
119
+
120
+ 新增接口:
121
+
122
+ * [DescribeLoginEvent](https://cloud.tencent.com/document/api/1025/90039)
123
+ * [DescribeOperationEvent](https://cloud.tencent.com/document/api/1025/90038)
124
+ * [SearchAuditLog](https://cloud.tencent.com/document/api/1025/90046)
125
+ * [SearchCommand](https://cloud.tencent.com/document/api/1025/90045)
126
+ * [SearchCommandBySid](https://cloud.tencent.com/document/api/1025/90044)
127
+ * [SearchFile](https://cloud.tencent.com/document/api/1025/90043)
128
+ * [SearchFileBySid](https://cloud.tencent.com/document/api/1025/90042)
129
+ * [SearchSession](https://cloud.tencent.com/document/api/1025/90041)
130
+ * [SearchSessionCommand](https://cloud.tencent.com/document/api/1025/90040)
131
+
132
+ 新增数据结构:
133
+
134
+ * [AuditLogResult](https://cloud.tencent.com/document/api/1025/74416#AuditLogResult)
135
+ * [Command](https://cloud.tencent.com/document/api/1025/74416#Command)
136
+ * [LoginEvent](https://cloud.tencent.com/document/api/1025/74416#LoginEvent)
137
+ * [OperationEvent](https://cloud.tencent.com/document/api/1025/74416#OperationEvent)
138
+ * [SearchCommandResult](https://cloud.tencent.com/document/api/1025/74416#SearchCommandResult)
139
+ * [SearchFileBySidResult](https://cloud.tencent.com/document/api/1025/74416#SearchFileBySidResult)
140
+ * [SearchFileResult](https://cloud.tencent.com/document/api/1025/74416#SearchFileResult)
141
+ * [SearchFileTypeFilter](https://cloud.tencent.com/document/api/1025/74416#SearchFileTypeFilter)
142
+ * [SessionCommand](https://cloud.tencent.com/document/api/1025/74416#SessionCommand)
143
+ * [SessionResult](https://cloud.tencent.com/document/api/1025/74416#SessionResult)
144
+
145
+
146
+
147
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
148
+
149
+ ### 第 15 次发布
150
+
151
+ 发布时间:2023-04-11 01:16:00
152
+
153
+ 本次发布包含了以下内容:
154
+
155
+ 改善已有的文档。
156
+
157
+ 新增接口:
158
+
159
+ * [DescribeSlowLogs](https://cloud.tencent.com/document/api/1130/90047)
160
+
161
+ 新增数据结构:
162
+
163
+ * [SlowLogInfoItem](https://cloud.tencent.com/document/api/1130/57812#SlowLogInfoItem)
164
+
165
+
166
+
167
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
168
+
169
+
170
+
171
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
172
+
173
+ ### 第 45 次发布
174
+
175
+ 发布时间:2023-04-11 01:16:50
176
+
177
+ 本次发布包含了以下内容:
178
+
179
+ 改善已有的文档。
180
+
181
+ 修改接口:
182
+
183
+ * [CreateDataEngine](https://cloud.tencent.com/document/api/1342/87875)
184
+
185
+ * 新增入参:ElasticSwitch, ElasticLimit
186
+
187
+
188
+
189
+
190
+ ## DNSPod(dnspod) 版本:2021-03-23
191
+
192
+ ### 第 15 次发布
193
+
194
+ 发布时间:2023-04-11 01:17:18
195
+
196
+ 本次发布包含了以下内容:
197
+
198
+ 改善已有的文档。
199
+
200
+ 修改数据结构:
201
+
202
+ * [CreateRecordBatchRecord](https://cloud.tencent.com/document/api/1427/56185#CreateRecordBatchRecord)
203
+
204
+ * 新增成员:Weight
205
+
206
+
207
+
208
+
209
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
210
+
211
+ ### 第 22 次发布
212
+
213
+ 发布时间:2023-04-11 01:26:50
214
+
215
+ 本次发布包含了以下内容:
216
+
217
+ 改善已有的文档。
218
+
219
+ 修改接口:
220
+
221
+ * [CreateRoom](https://cloud.tencent.com/document/api/1639/80942)
222
+
223
+ * 新增入参:TurnOffMic, RTCAudienceNumber, AudienceType
224
+
225
+
226
+
227
+
228
+ ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
229
+
230
+ ### 第 32 次发布
231
+
232
+ 发布时间:2023-04-11 01:28:42
233
+
234
+ 本次发布包含了以下内容:
235
+
236
+ 改善已有的文档。
237
+
238
+ 新增接口:
239
+
240
+ * [DeleteAccountUser](https://cloud.tencent.com/document/api/240/90048)
241
+
242
+
243
+
244
+ ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
245
+
246
+
247
+
248
+ ## 互动白板(tiw) 版本:2019-09-19
249
+
250
+ ### 第 31 次发布
251
+
252
+ 发布时间:2023-04-11 01:42:49
253
+
254
+ 本次发布包含了以下内容:
255
+
256
+ 改善已有的文档。
257
+
258
+ 新增接口:
259
+
260
+ * [CreatePPTCheckTask](https://cloud.tencent.com/document/api/1137/90054)
261
+ * [DescribePPTCheck](https://cloud.tencent.com/document/api/1137/90053)
262
+ * [DescribePPTCheckCallback](https://cloud.tencent.com/document/api/1137/90052)
263
+ * [DescribeRunningTasks](https://cloud.tencent.com/document/api/1137/90049)
264
+ * [DescribeWarningCallback](https://cloud.tencent.com/document/api/1137/90057)
265
+ * [SetPPTCheckCallback](https://cloud.tencent.com/document/api/1137/90051)
266
+ * [SetPPTCheckCallbackKey](https://cloud.tencent.com/document/api/1137/90050)
267
+ * [SetWarningCallback](https://cloud.tencent.com/document/api/1137/90056)
268
+
269
+ 新增数据结构:
270
+
271
+ * [PPTErr](https://cloud.tencent.com/document/api/1137/40068#PPTErr)
272
+ * [PPTErrSlide](https://cloud.tencent.com/document/api/1137/40068#PPTErrSlide)
273
+ * [RunningTaskItem](https://cloud.tencent.com/document/api/1137/40068#RunningTaskItem)
274
+
275
+
276
+
277
+ ## 声音复刻(vrs) 版本:2020-08-24
278
+
279
+ ### 第 1 次发布
280
+
281
+ 发布时间:2023-04-11 09:31:00
282
+
283
+ 本次发布包含了以下内容:
284
+
285
+ 改善已有的文档。
286
+
287
+ 新增接口:
288
+
289
+ * [CreateVRSTask](https://cloud.tencent.com/document/api/1283/90064)
290
+ * [DescribeVRSTaskStatus](https://cloud.tencent.com/document/api/1283/90063)
291
+ * [DetectEnvAndSoundQuality](https://cloud.tencent.com/document/api/1283/90062)
292
+ * [GetTrainingText](https://cloud.tencent.com/document/api/1283/90061)
293
+
294
+ 新增数据结构:
295
+
296
+ * [CreateVRSTaskRespData](https://cloud.tencent.com/document/api/1283/90065#CreateVRSTaskRespData)
297
+ * [DescribeVRSTaskStatusRespData](https://cloud.tencent.com/document/api/1283/90065#DescribeVRSTaskStatusRespData)
298
+ * [DetectionEnvAndSoundQualityRespData](https://cloud.tencent.com/document/api/1283/90065#DetectionEnvAndSoundQualityRespData)
299
+ * [TrainingText](https://cloud.tencent.com/document/api/1283/90065#TrainingText)
300
+ * [TrainingTexts](https://cloud.tencent.com/document/api/1283/90065#TrainingTexts)
301
+ * [Words](https://cloud.tencent.com/document/api/1283/90065#Words)
302
+
303
+
304
+
305
+ # Release 4.0.576
306
+
307
+ ## 消息队列 CKafka(ckafka) 版本:2019-08-19
308
+
309
+ ### 第 77 次发布
310
+
311
+ 发布时间:2023-04-10 01:12:49
312
+
313
+ 本次发布包含了以下内容:
314
+
315
+ 改善已有的文档。
316
+
317
+ 修改数据结构:
318
+
319
+ * [DatahubTopicResp](https://cloud.tencent.com/document/api/597/40861#DatahubTopicResp)
320
+
321
+ * 新增成员:TopicId
322
+
323
+
324
+
325
+
326
+ ## 负载均衡(clb) 版本:2018-03-17
327
+
328
+ ### 第 87 次发布
329
+
330
+ 发布时间:2023-04-10 01:13:36
331
+
332
+ 本次发布包含了以下内容:
333
+
334
+ 改善已有的文档。
335
+
336
+ 修改接口:
337
+
338
+ * [CreateListener](https://cloud.tencent.com/document/api/214/30693)
339
+
340
+ * 新增入参:IdleConnectTimeout
341
+
342
+ * [ModifyListener](https://cloud.tencent.com/document/api/214/30681)
343
+
344
+ * 新增入参:IdleConnectTimeout
345
+
346
+
347
+ 修改数据结构:
348
+
349
+ * [Listener](https://cloud.tencent.com/document/api/214/30694#Listener)
350
+
351
+ * 新增成员:IdleConnectTimeout
352
+
353
+
354
+
355
+
356
+ ## 日志服务(cls) 版本:2020-10-16
357
+
358
+ ### 第 39 次发布
359
+
360
+ 发布时间:2023-04-10 01:14:51
361
+
362
+ 本次发布包含了以下内容:
363
+
364
+ 改善已有的文档。
365
+
366
+ 修改接口:
367
+
368
+ * [CreateTopic](https://cloud.tencent.com/document/api/614/56456)
369
+
370
+ * 新增入参:Describes, HotPeriod
371
+
372
+ * [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
373
+
374
+ * 新增入参:Describes, HotPeriod
375
+
376
+
377
+
378
+
379
+ ## 主机安全(cwp) 版本:2018-02-28
380
+
381
+ ### 第 78 次发布
382
+
383
+ 发布时间:2023-04-10 01:18:59
384
+
385
+ 本次发布包含了以下内容:
386
+
387
+ 改善已有的文档。
388
+
389
+ 新增接口:
390
+
391
+ * [DescribeFileTamperEvents](https://cloud.tencent.com/document/api/296/90008)
392
+
393
+ 新增数据结构:
394
+
395
+ * [FileTamperEvent](https://cloud.tencent.com/document/api/296/19867#FileTamperEvent)
396
+
397
+
398
+
399
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
400
+
401
+ ### 第 14 次发布
402
+
403
+ 发布时间:2023-04-10 01:23:09
404
+
405
+ 本次发布包含了以下内容:
406
+
407
+ 改善已有的文档。
408
+
409
+ 新增接口:
410
+
411
+ * [DeleteDBDiagReportTasks](https://cloud.tencent.com/document/api/1130/90009)
412
+
413
+
414
+
415
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
416
+
417
+
418
+
419
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
420
+
421
+ ### 第 45 次发布
422
+
423
+ 发布时间:2023-04-10 01:29:11
424
+
425
+ 本次发布包含了以下内容:
426
+
427
+ 改善已有的文档。
428
+
429
+ 新增接口:
430
+
431
+ * [StartStopServiceOrMonitor](https://cloud.tencent.com/document/api/589/90011)
432
+ * [TerminateClusterNodes](https://cloud.tencent.com/document/api/589/90010)
433
+
434
+ 新增数据结构:
435
+
436
+ * [ComponentBasicRestartInfo](https://cloud.tencent.com/document/api/589/33981#ComponentBasicRestartInfo)
437
+ * [OpScope](https://cloud.tencent.com/document/api/589/33981#OpScope)
438
+ * [ServiceBasicRestartInfo](https://cloud.tencent.com/document/api/589/33981#ServiceBasicRestartInfo)
439
+
440
+
441
+
442
+ ## 全球应用加速(gaap) 版本:2018-05-29
443
+
444
+ ### 第 38 次发布
445
+
446
+ 发布时间:2023-04-10 01:32:20
447
+
448
+ 本次发布包含了以下内容:
449
+
450
+ 改善已有的文档。
451
+
452
+ 修改接口:
453
+
454
+ * [DeleteProxyGroup](https://cloud.tencent.com/document/api/608/36947)
455
+
456
+ * <font color="#dd0000">**修改入参**:</font>GroupId
457
+
458
+
459
+
460
+
461
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
462
+
463
+ ### 第 21 次发布
464
+
465
+ 发布时间:2023-04-10 01:39:57
466
+
467
+ 本次发布包含了以下内容:
468
+
469
+ 改善已有的文档。
470
+
471
+ 新增接口:
472
+
473
+ * [GetRooms](https://cloud.tencent.com/document/api/1639/90012)
474
+
475
+ 新增数据结构:
476
+
477
+ * [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
478
+
479
+
480
+
481
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
482
+
483
+ ### 第 86 次发布
484
+
485
+ 发布时间:2023-04-10 01:43:28
486
+
487
+ 本次发布包含了以下内容:
488
+
489
+ 改善已有的文档。
490
+
491
+ 修改接口:
492
+
493
+ * [DescribePrometheusGlobalConfig](https://cloud.tencent.com/document/api/248/86039)
494
+
495
+ * 新增出参:Probes
496
+
497
+
498
+ 新增数据结构:
499
+
500
+ * [Targets](https://cloud.tencent.com/document/api/248/30354#Targets)
501
+
502
+ 修改数据结构:
503
+
504
+ * [PrometheusConfigItem](https://cloud.tencent.com/document/api/248/30354#PrometheusConfigItem)
505
+
506
+ * 新增成员:Targets
507
+
508
+ * [PrometheusRecordRuleYamlItem](https://cloud.tencent.com/document/api/248/30354#PrometheusRecordRuleYamlItem)
509
+
510
+ * 新增成员:Status, Id, Count
511
+
512
+
513
+
514
+
515
+ ## 文字识别(ocr) 版本:2018-11-19
516
+
517
+ ### 第 93 次发布
518
+
519
+ 发布时间:2023-04-10 01:46:41
520
+
521
+ 本次发布包含了以下内容:
522
+
523
+ 改善已有的文档。
524
+
525
+ 新增接口:
526
+
527
+ * [SmartStructuralOCRV2](https://cloud.tencent.com/document/api/866/90013)
528
+
529
+ 新增数据结构:
530
+
531
+ * [GroupInfo](https://cloud.tencent.com/document/api/866/33527#GroupInfo)
532
+ * [ItemInfo](https://cloud.tencent.com/document/api/866/33527#ItemInfo)
533
+ * [Key](https://cloud.tencent.com/document/api/866/33527#Key)
534
+ * [LineInfo](https://cloud.tencent.com/document/api/866/33527#LineInfo)
535
+ * [Value](https://cloud.tencent.com/document/api/866/33527#Value)
536
+
537
+
538
+
539
+ ## 前端性能监控(rum) 版本:2021-06-22
540
+
541
+ ### 第 24 次发布
542
+
543
+ 发布时间:2023-04-10 01:49:56
544
+
545
+ 本次发布包含了以下内容:
546
+
547
+ 改善已有的文档。
548
+
549
+ 修改接口:
550
+
551
+ * [DescribeReleaseFileSign](https://cloud.tencent.com/document/api/1464/69216)
552
+
553
+ * 新增入参:FileType
554
+
555
+
556
+
557
+
558
+ ## 文旅客情平台(tourism) 版本:2023-02-15
559
+
560
+ ### 第 1 次发布
561
+
562
+ 发布时间:2023-04-07 10:20:53
563
+
564
+ 本次发布包含了以下内容:
565
+
566
+ 改善已有的文档。
567
+
568
+ 新增接口:
569
+
570
+ * [DescribeDrawResourceList](https://cloud.tencent.com/document/api/1684/89961)
571
+
572
+ 新增数据结构:
573
+
574
+ * [ResourceDrawListType](https://cloud.tencent.com/document/api/1684/89962#ResourceDrawListType)
575
+
576
+
577
+
1
578
  # Release 4.0.575
2
579
 
3
580
  ## 验证码(captcha) 版本:2019-07-22