tencentcloud-sdk-nodejs 4.0.538 → 4.0.540

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 (121) hide show
  1. package/CHANGELOG.md +618 -0
  2. package/SERVICE_CHANGELOG.md +733 -70
  3. package/package.json +1 -1
  4. package/products.md +37 -37
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +4 -4
  7. package/src/services/bma/index.ts +2 -0
  8. package/src/services/bma/v20221115/bma_client.ts +170 -0
  9. package/src/services/bma/v20221115/bma_models.ts +869 -0
  10. package/src/services/bma/v20221115/index.ts +6 -0
  11. package/src/services/bmeip/v20180625/bmeip_client.ts +2 -2
  12. package/src/services/bmeip/v20180625/bmeip_models.ts +5 -5
  13. package/src/services/car/v20220110/car_models.ts +1 -1
  14. package/src/services/cdb/v20170320/cdb_client.ts +22 -0
  15. package/src/services/cdb/v20170320/cdb_models.ts +30 -0
  16. package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
  17. package/src/services/clb/v20180317/clb_client.ts +21 -9
  18. package/src/services/clb/v20180317/clb_models.ts +45 -0
  19. package/src/services/cls/v20201016/cls_client.ts +2 -2
  20. package/src/services/cls/v20201016/cls_models.ts +3 -3
  21. package/src/services/cwp/v20180228/cwp_client.ts +18 -6
  22. package/src/services/cwp/v20180228/cwp_models.ts +50 -1
  23. package/src/services/cynosdb/v20190107/cynosdb_client.ts +29 -14
  24. package/src/services/cynosdb/v20190107/cynosdb_models.ts +172 -42
  25. package/src/services/dlc/v20210125/dlc_models.ts +26 -2
  26. package/src/services/dnspod/v20210323/dnspod_client.ts +115 -36
  27. package/src/services/dnspod/v20210323/dnspod_models.ts +531 -19
  28. package/src/services/domain/v20180808/domain_models.ts +1 -0
  29. package/src/services/dts/v20211206/dts_models.ts +17 -5
  30. package/src/services/eb/v20210416/eb_models.ts +16 -1
  31. package/src/services/essbasic/v20210526/essbasic_client.ts +12 -0
  32. package/src/services/essbasic/v20210526/essbasic_models.ts +40 -0
  33. package/src/services/faceid/v20180301/faceid_models.ts +5 -5
  34. package/src/services/iotvideo/v20211125/iotvideo_models.ts +6 -0
  35. package/src/services/lcic/v20220817/lcic_client.ts +12 -0
  36. package/src/services/lcic/v20220817/lcic_models.ts +55 -0
  37. package/src/services/monitor/v20180724/monitor_models.ts +4 -4
  38. package/src/services/nlp/v20190408/nlp_client.ts +0 -5
  39. package/src/services/nlp/v20190408/nlp_models.ts +2 -2
  40. package/src/services/redis/v20180412/redis_models.ts +3 -3
  41. package/src/services/tcb/v20180608/tcb_models.ts +20 -10
  42. package/src/services/tem/v20210701/tem_models.ts +42 -0
  43. package/src/services/tione/v20211111/tione_models.ts +36 -1
  44. package/src/services/tke/v20180525/tke_models.ts +23 -13
  45. package/src/services/tsf/v20180326/tsf_models.ts +17 -0
  46. package/src/services/tts/v20190823/tts_models.ts +7 -3
  47. package/src/services/vod/v20180717/vod_client.ts +23 -6
  48. package/src/services/vod/v20180717/vod_models.ts +760 -140
  49. package/src/services/vpc/v20170312/vpc_models.ts +7 -2
  50. package/src/services/wedata/v20210820/wedata_client.ts +2 -0
  51. package/src/services/wedata/v20210820/wedata_models.ts +85 -0
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +4 -4
  55. package/tencentcloud/services/bma/index.d.ts +4 -0
  56. package/tencentcloud/services/bma/index.js +2 -0
  57. package/tencentcloud/services/bma/v20221115/bma_client.d.ts +54 -0
  58. package/tencentcloud/services/bma/v20221115/bma_client.js +97 -0
  59. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +719 -0
  60. package/tencentcloud/services/bma/v20221115/bma_models.js +18 -0
  61. package/tencentcloud/services/bma/v20221115/index.d.ts +6 -0
  62. package/tencentcloud/services/bma/v20221115/index.js +9 -0
  63. package/tencentcloud/services/bmeip/v20180625/bmeip_client.d.ts +2 -2
  64. package/tencentcloud/services/bmeip/v20180625/bmeip_client.js +2 -2
  65. package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +5 -5
  66. package/tencentcloud/services/car/v20220110/car_models.d.ts +1 -1
  67. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +15 -1
  68. package/tencentcloud/services/cdb/v20170320/cdb_client.js +16 -0
  69. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +26 -0
  70. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
  71. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +9 -5
  72. package/tencentcloud/services/clb/v20180317/clb_client.js +11 -5
  73. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +38 -0
  74. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +2 -2
  75. package/tencentcloud/services/cls/v20201016/cls_client.js +2 -2
  76. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +3 -3
  77. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +7 -3
  78. package/tencentcloud/services/cwp/v20180228/cwp_client.js +9 -3
  79. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +43 -1
  80. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +9 -5
  81. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +12 -6
  82. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +146 -36
  83. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +22 -2
  84. package/tencentcloud/services/dnspod/v20210323/dnspod_client.d.ts +37 -13
  85. package/tencentcloud/services/dnspod/v20210323/dnspod_client.js +54 -18
  86. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +450 -17
  87. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -0
  88. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +15 -5
  89. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +13 -1
  90. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +5 -1
  91. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -0
  92. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +34 -0
  93. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -5
  94. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +5 -0
  95. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  96. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  97. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +46 -0
  98. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -4
  99. package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +0 -5
  100. package/tencentcloud/services/nlp/v20190408/nlp_client.js +0 -5
  101. package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +2 -2
  102. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +3 -3
  103. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +18 -10
  104. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +35 -0
  105. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +30 -1
  106. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +21 -13
  107. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +14 -0
  108. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +6 -2
  109. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -2
  110. package/tencentcloud/services/vod/v20180717/vod_client.js +0 -1
  111. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +673 -134
  112. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +6 -2
  113. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +70 -0
  114. package/test/bma.v20221115.test.js +131 -0
  115. package/test/cdb.v20170320.test.js +10 -0
  116. package/test/clb.v20180317.test.js +12 -2
  117. package/test/cwp.v20180228.test.js +12 -2
  118. package/test/cynosdb.v20190107.test.js +14 -4
  119. package/test/dnspod.v20210323.test.js +74 -14
  120. package/test/essbasic.v20210526.test.js +10 -0
  121. package/test/lcic.v20220817.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,621 @@
1
+ # Release 4.0.540
2
+
3
+ ## 品牌经营管家(bma) 版本:2022-11-15
4
+
5
+ ### 第 3 次发布
6
+
7
+ 发布时间:2023-02-16 01:09:07
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeBPWhiteLists](https://cloud.tencent.com/document/api/1296/86607)
16
+
17
+ 新增数据结构:
18
+
19
+ * [WhiteListData](https://cloud.tencent.com/document/api/1296/86604#WhiteListData)
20
+
21
+ ### 第 2 次发布
22
+
23
+ 发布时间:2023-02-15 17:30:37
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 新增接口:
30
+
31
+ * [CreateBPBrand](https://cloud.tencent.com/document/api/1296/86603)
32
+ * [CreateBPWhiteList](https://cloud.tencent.com/document/api/1296/86602)
33
+ * [DeleteBPWhiteList](https://cloud.tencent.com/document/api/1296/86601)
34
+ * [DescribeBPBrands](https://cloud.tencent.com/document/api/1296/86600)
35
+ * [DescribeBPFakeAPPList](https://cloud.tencent.com/document/api/1296/86599)
36
+ * [DescribeBPFakeURLs](https://cloud.tencent.com/document/api/1296/86598)
37
+
38
+ 新增数据结构:
39
+
40
+ * [BrandData](https://cloud.tencent.com/document/api/1296/86604#BrandData)
41
+ * [FakeAPPData](https://cloud.tencent.com/document/api/1296/86604#FakeAPPData)
42
+ * [FakeURLData](https://cloud.tencent.com/document/api/1296/86604#FakeURLData)
43
+ * [Filter](https://cloud.tencent.com/document/api/1296/86604#Filter)
44
+ * [ServiceData](https://cloud.tencent.com/document/api/1296/86604#ServiceData)
45
+ * [TrademarkData](https://cloud.tencent.com/document/api/1296/86604#TrademarkData)
46
+
47
+
48
+
49
+ ## 品牌经营管家(bma) 版本:2021-06-24
50
+
51
+
52
+
53
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
54
+
55
+ ### 第 113 次发布
56
+
57
+ 发布时间:2023-02-16 01:11:25
58
+
59
+ 本次发布包含了以下内容:
60
+
61
+ 改善已有的文档。
62
+
63
+ 新增接口:
64
+
65
+ * [OpenDBInstanceEncryption](https://cloud.tencent.com/document/api/236/86608)
66
+
67
+
68
+
69
+ ## 消息队列 CKafka(ckafka) 版本:2019-08-19
70
+
71
+ ### 第 68 次发布
72
+
73
+ 发布时间:2023-02-16 01:14:17
74
+
75
+ 本次发布包含了以下内容:
76
+
77
+ 改善已有的文档。
78
+
79
+ 修改数据结构:
80
+
81
+ * [ConsumerRecord](https://cloud.tencent.com/document/api/597/40861#ConsumerRecord)
82
+
83
+ * 新增成员:Headers
84
+
85
+
86
+
87
+
88
+ ## 负载均衡(clb) 版本:2018-03-17
89
+
90
+ ### 第 81 次发布
91
+
92
+ 发布时间:2023-02-16 01:14:51
93
+
94
+ 本次发布包含了以下内容:
95
+
96
+ 改善已有的文档。
97
+
98
+ 新增接口:
99
+
100
+ * [ModifyFunctionTargets](https://cloud.tencent.com/document/api/214/86609)
101
+
102
+
103
+
104
+ ## 主机安全(cwp) 版本:2018-02-28
105
+
106
+ ### 第 70 次发布
107
+
108
+ 发布时间:2023-02-16 01:18:30
109
+
110
+ 本次发布包含了以下内容:
111
+
112
+ 改善已有的文档。
113
+
114
+ 新增接口:
115
+
116
+ * [ModifyMachineRemark](https://cloud.tencent.com/document/api/296/86610)
117
+
118
+ 修改数据结构:
119
+
120
+ * [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
121
+
122
+ * 新增成员:Remark
123
+
124
+
125
+
126
+
127
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
128
+
129
+ ### 第 41 次发布
130
+
131
+ 发布时间:2023-02-16 01:22:07
132
+
133
+ 本次发布包含了以下内容:
134
+
135
+ 改善已有的文档。
136
+
137
+ 修改数据结构:
138
+
139
+ * [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
140
+
141
+ * 新增成员:ResourceType, ImageVersionId, ChildImageVersionId, ImageVersionName
142
+
143
+
144
+
145
+
146
+ ## 数据传输服务(dts) 版本:2021-12-06
147
+
148
+ ### 第 9 次发布
149
+
150
+ 发布时间:2023-02-16 01:24:00
151
+
152
+ 本次发布包含了以下内容:
153
+
154
+ 改善已有的文档。
155
+
156
+ 修改数据结构:
157
+
158
+ * [Endpoint](https://cloud.tencent.com/document/api/571/82108#Endpoint)
159
+
160
+ * 新增成员:DatabaseNetEnv
161
+
162
+ * [SyncDetailInfo](https://cloud.tencent.com/document/api/571/82108#SyncDetailInfo)
163
+
164
+ * 新增成员:CauseOfCompareDisable
165
+
166
+
167
+
168
+
169
+ ## 数据传输服务(dts) 版本:2018-03-30
170
+
171
+
172
+
173
+ ## 事件总线(eb) 版本:2021-04-16
174
+
175
+ ### 第 7 次发布
176
+
177
+ 发布时间:2023-02-16 01:24:24
178
+
179
+ 本次发布包含了以下内容:
180
+
181
+ 改善已有的文档。
182
+
183
+ 修改接口:
184
+
185
+ * [CreateEventBus](https://cloud.tencent.com/document/api/1359/67686)
186
+
187
+ * 新增入参:SaveDays
188
+
189
+ * [UpdateEventBus](https://cloud.tencent.com/document/api/1359/67681)
190
+
191
+ * 新增入参:SaveDays, LogTopicId
192
+
193
+
194
+
195
+
196
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
197
+
198
+ ### 第 64 次发布
199
+
200
+ 发布时间:2023-02-15 17:31:06
201
+
202
+ 本次发布包含了以下内容:
203
+
204
+ 改善已有的文档。
205
+
206
+ 新增接口:
207
+
208
+ * [ChannelUpdateSealStatus](https://cloud.tencent.com/document/api/1420/86605)
209
+
210
+
211
+
212
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
213
+
214
+
215
+
216
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
217
+
218
+ ### 第 12 次发布
219
+
220
+ 发布时间:2023-02-16 01:33:21
221
+
222
+ 本次发布包含了以下内容:
223
+
224
+ 改善已有的文档。
225
+
226
+ 修改数据结构:
227
+
228
+ * [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
229
+
230
+ * 新增成员:IPAddress, Location, Device
231
+
232
+
233
+
234
+
235
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
236
+
237
+ ### 第 93 次发布
238
+
239
+ 发布时间:2023-02-16 01:54:52
240
+
241
+ 本次发布包含了以下内容:
242
+
243
+ 改善已有的文档。
244
+
245
+ 修改接口:
246
+
247
+ * [CreateWxCloudBaseRunEnv](https://cloud.tencent.com/document/api/876/55054)
248
+
249
+ * 新增入参:Source, Channel
250
+
251
+
252
+
253
+
254
+ ## 弹性微服务 TEM(tem) 版本:2021-07-01
255
+
256
+ ### 第 39 次发布
257
+
258
+ 发布时间:2023-02-16 01:58:58
259
+
260
+ 本次发布包含了以下内容:
261
+
262
+ 改善已有的文档。
263
+
264
+ 修改数据结构:
265
+
266
+ * [LogConfigExtractRule](https://cloud.tencent.com/document/api/1371/60171#LogConfigExtractRule)
267
+
268
+ * 新增成员:Backtracking, Delimiter
269
+
270
+ * [ServiceVersionBrief](https://cloud.tencent.com/document/api/1371/60171#ServiceVersionBrief)
271
+
272
+ * 新增成员:RegionId
273
+
274
+ * [TemEnvironmentStartingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStartingStatus)
275
+
276
+ * 新增成员:StartFailedApplicationNum
277
+
278
+ * [TemEnvironmentStoppingStatus](https://cloud.tencent.com/document/api/1371/60171#TemEnvironmentStoppingStatus)
279
+
280
+ * 新增成员:StopFailedApplicationNum
281
+
282
+ * [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
283
+
284
+ * 新增成员:PreStopEncoded, PostStartEncoded
285
+
286
+
287
+
288
+
289
+ ## 弹性微服务 TEM(tem) 版本:2020-12-21
290
+
291
+
292
+
293
+ ## 容器服务(tke) 版本:2018-05-25
294
+
295
+ ### 第 138 次发布
296
+
297
+ 发布时间:2023-02-16 02:02:16
298
+
299
+ 本次发布包含了以下内容:
300
+
301
+ 改善已有的文档。
302
+
303
+ 修改接口:
304
+
305
+ * [EnableClusterAudit](https://cloud.tencent.com/document/api/457/73900)
306
+
307
+ * 新增入参:TopicRegion
308
+
309
+ * [EnableEventPersistence](https://cloud.tencent.com/document/api/457/73904)
310
+
311
+ * 新增入参:TopicRegion
312
+
313
+
314
+
315
+
316
+ ## 微服务平台 TSF(tsf) 版本:2018-03-26
317
+
318
+ ### 第 87 次发布
319
+
320
+ 发布时间:2023-02-16 02:04:15
321
+
322
+ 本次发布包含了以下内容:
323
+
324
+ 改善已有的文档。
325
+
326
+ 修改接口:
327
+
328
+ * [AddInstances](https://cloud.tencent.com/document/api/649/36050)
329
+
330
+ * 新增入参:SecurityGroupIds
331
+
332
+
333
+
334
+
335
+ ## 云点播(vod) 版本:2018-07-17
336
+
337
+ ### 第 141 次发布
338
+
339
+ 发布时间:2023-02-16 02:06:38
340
+
341
+ 本次发布包含了以下内容:
342
+
343
+ 改善已有的文档。
344
+
345
+ 新增数据结构:
346
+
347
+ * [ArtifactRepairInfo](https://cloud.tencent.com/document/api/266/31773#ArtifactRepairInfo)
348
+ * [AudioDenoiseInfo](https://cloud.tencent.com/document/api/266/31773#AudioDenoiseInfo)
349
+ * [ColorEnhanceInfo](https://cloud.tencent.com/document/api/266/31773#ColorEnhanceInfo)
350
+ * [FaceEnhanceInfo](https://cloud.tencent.com/document/api/266/31773#FaceEnhanceInfo)
351
+ * [HDRInfo](https://cloud.tencent.com/document/api/266/31773#HDRInfo)
352
+ * [LowLightEnhanceInfo](https://cloud.tencent.com/document/api/266/31773#LowLightEnhanceInfo)
353
+ * [RebuildMediaTargetAudioStream](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTargetAudioStream)
354
+ * [RebuildMediaTargetInfo](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTargetInfo)
355
+ * [RebuildMediaTargetVideoStream](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTargetVideoStream)
356
+ * [RebuildMediaTask](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTask)
357
+ * [RebuildMediaTaskInput](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTaskInput)
358
+ * [RebuildMediaTaskOutput](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTaskOutput)
359
+ * [RepairInfo](https://cloud.tencent.com/document/api/266/31773#RepairInfo)
360
+ * [ScratchRepairInfo](https://cloud.tencent.com/document/api/266/31773#ScratchRepairInfo)
361
+ * [SharpEnhanceInfo](https://cloud.tencent.com/document/api/266/31773#SharpEnhanceInfo)
362
+ * [SuperResolutionInfo](https://cloud.tencent.com/document/api/266/31773#SuperResolutionInfo)
363
+ * [VideoDenoiseInfo](https://cloud.tencent.com/document/api/266/31773#VideoDenoiseInfo)
364
+ * [VideoFrameInterpolationInfo](https://cloud.tencent.com/document/api/266/31773#VideoFrameInterpolationInfo)
365
+
366
+ 修改数据结构:
367
+
368
+ * [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
369
+
370
+ * 新增成员:RebuildMediaCompleteEvent
371
+
372
+
373
+
374
+
375
+ ## 私有网络(vpc) 版本:2017-03-12
376
+
377
+ ### 第 142 次发布
378
+
379
+ 发布时间:2023-02-16 02:07:49
380
+
381
+ 本次发布包含了以下内容:
382
+
383
+ 改善已有的文档。
384
+
385
+ 修改接口:
386
+
387
+ * [CreateBandwidthPackage](https://cloud.tencent.com/document/api/215/19212)
388
+
389
+ * 新增入参:TimeSpan
390
+
391
+
392
+
393
+
394
+ # Release 4.0.539
395
+
396
+ ## 品牌经营管家(bma) 版本:2022-11-15
397
+
398
+ ### 第 1 次发布
399
+
400
+ 发布时间:2023-02-14 17:30:50
401
+
402
+ 本次发布包含了以下内容:
403
+
404
+ 改善已有的文档。
405
+
406
+ 新增接口:
407
+
408
+ * [CreateBPFakeAPP](https://cloud.tencent.com/document/api/1296/86532)
409
+ * [CreateBPFakeAPPList](https://cloud.tencent.com/document/api/1296/86531)
410
+ * [CreateBPFakeURL](https://cloud.tencent.com/document/api/1296/86530)
411
+ * [CreateBPFakeURLs](https://cloud.tencent.com/document/api/1296/86529)
412
+
413
+
414
+
415
+ ## 品牌经营管家(bma) 版本:2021-06-24
416
+
417
+
418
+
419
+ ## 主机安全(cwp) 版本:2018-02-28
420
+
421
+ ### 第 69 次发布
422
+
423
+ 发布时间:2023-02-15 01:21:32
424
+
425
+ 本次发布包含了以下内容:
426
+
427
+ 改善已有的文档。
428
+
429
+ 修改数据结构:
430
+
431
+ * [WarningInfoObj](https://cloud.tencent.com/document/api/296/19867#WarningInfoObj)
432
+
433
+ * 新增成员:HostRange, Count
434
+
435
+ * [WarningObject](https://cloud.tencent.com/document/api/296/19867#WarningObject)
436
+
437
+ * 新增成员:HostRange
438
+
439
+
440
+
441
+
442
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
443
+
444
+ ### 第 43 次发布
445
+
446
+ 发布时间:2023-02-15 01:22:55
447
+
448
+ 本次发布包含了以下内容:
449
+
450
+ 改善已有的文档。
451
+
452
+ 新增接口:
453
+
454
+ * [DescribeZones](https://cloud.tencent.com/document/api/1003/86547)
455
+
456
+ 新增数据结构:
457
+
458
+ * [Module](https://cloud.tencent.com/document/api/1003/48097#Module)
459
+ * [SaleRegion](https://cloud.tencent.com/document/api/1003/48097#SaleRegion)
460
+ * [SaleZone](https://cloud.tencent.com/document/api/1003/48097#SaleZone)
461
+
462
+
463
+
464
+ ## DNSPod(dnspod) 版本:2021-03-23
465
+
466
+ ### 第 13 次发布
467
+
468
+ 发布时间:2023-02-15 01:26:19
469
+
470
+ 本次发布包含了以下内容:
471
+
472
+ 改善已有的文档。
473
+
474
+ 新增接口:
475
+
476
+ * [DeleteDomainBatch](https://cloud.tencent.com/document/api/1427/86549)
477
+ * [DescribeDomainPreview](https://cloud.tencent.com/document/api/1427/86553)
478
+ * [DescribeDomainWhois](https://cloud.tencent.com/document/api/1427/86552)
479
+ * [DescribePackageDetail](https://cloud.tencent.com/document/api/1427/86551)
480
+ * [DescribeRecordExistExceptDefaultNS](https://cloud.tencent.com/document/api/1427/86548)
481
+ * [DescribeVASStatistic](https://cloud.tencent.com/document/api/1427/86550)
482
+
483
+ 新增数据结构:
484
+
485
+ * [DeleteDomainBatchDetail](https://cloud.tencent.com/document/api/1427/56185#DeleteDomainBatchDetail)
486
+ * [PackageDetailItem](https://cloud.tencent.com/document/api/1427/56185#PackageDetailItem)
487
+ * [PreviewDetail](https://cloud.tencent.com/document/api/1427/56185#PreviewDetail)
488
+ * [VASStatisticItem](https://cloud.tencent.com/document/api/1427/56185#VASStatisticItem)
489
+ * [WhoisContact](https://cloud.tencent.com/document/api/1427/56185#WhoisContact)
490
+ * [WhoisContactAddress](https://cloud.tencent.com/document/api/1427/56185#WhoisContactAddress)
491
+ * [WhoisInfo](https://cloud.tencent.com/document/api/1427/56185#WhoisInfo)
492
+
493
+
494
+
495
+ ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
496
+
497
+ ### 第 12 次发布
498
+
499
+ 发布时间:2023-02-15 01:37:52
500
+
501
+ 本次发布包含了以下内容:
502
+
503
+ 改善已有的文档。
504
+
505
+ 修改数据结构:
506
+
507
+ * [BonusInfo](https://cloud.tencent.com/document/api/1131/76635#BonusInfo)
508
+
509
+ * 新增成员:Status
510
+
511
+
512
+
513
+
514
+ ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
515
+
516
+
517
+
518
+ ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
519
+
520
+
521
+
522
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
523
+
524
+ ### 第 11 次发布
525
+
526
+ 发布时间:2023-02-15 01:40:03
527
+
528
+ 本次发布包含了以下内容:
529
+
530
+ 改善已有的文档。
531
+
532
+ 新增接口:
533
+
534
+ * [DescribeCurrentMemberList](https://cloud.tencent.com/document/api/1639/86554)
535
+
536
+
537
+
538
+ ## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
539
+
540
+ ### 第 18 次发布
541
+
542
+ 发布时间:2023-02-15 02:04:48
543
+
544
+ 本次发布包含了以下内容:
545
+
546
+ 改善已有的文档。
547
+
548
+ 修改数据结构:
549
+
550
+ * [DatasetGroup](https://cloud.tencent.com/document/api/851/75051#DatasetGroup)
551
+
552
+ * 新增成员:OcrScene, AnnotationKeyStatus, ContentType
553
+
554
+ * [DatasetInfo](https://cloud.tencent.com/document/api/851/75051#DatasetInfo)
555
+
556
+ * 新增成员:OcrScene, AnnotationKeyStatus
557
+
558
+ * [SpecPrice](https://cloud.tencent.com/document/api/851/75051#SpecPrice)
559
+
560
+ * 新增成员:SpecCount
561
+
562
+
563
+
564
+
565
+ ## 腾讯云 TI 平台 TI-ONE(tione) 版本:2019-10-22
566
+
567
+
568
+
569
+ ## 微服务平台 TSF(tsf) 版本:2018-03-26
570
+
571
+ ### 第 86 次发布
572
+
573
+ 发布时间:2023-02-15 02:08:50
574
+
575
+ 本次发布包含了以下内容:
576
+
577
+ 改善已有的文档。
578
+
579
+ 修改接口:
580
+
581
+ * [ModifyNamespace](https://cloud.tencent.com/document/api/649/85851)
582
+
583
+ * 新增出参:Result
584
+
585
+
586
+ 修改数据结构:
587
+
588
+ * [VmGroupOther](https://cloud.tencent.com/document/api/649/36099#VmGroupOther)
589
+
590
+ * 新增成员:HealthCheckSettings
591
+
592
+
593
+
594
+
595
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
596
+
597
+ ### 第 18 次发布
598
+
599
+ 发布时间:2023-02-15 02:14:22
600
+
601
+ 本次发布包含了以下内容:
602
+
603
+ 改善已有的文档。
604
+
605
+ 修改接口:
606
+
607
+ * [GenHiveTableDDLSql](https://cloud.tencent.com/document/api/1267/82483)
608
+
609
+ * 新增入参:Partitions, Properties, TableMode, TableVersion, UpsertFlag, TableComment, AddDataFiles, AddEqualityDeletes, AddPositionDeletes, AddDeleteFiles
610
+
611
+
612
+ 新增数据结构:
613
+
614
+ * [Partition](https://cloud.tencent.com/document/api/1267/76336#Partition)
615
+ * [Property](https://cloud.tencent.com/document/api/1267/76336#Property)
616
+
617
+
618
+
1
619
  # Release 4.0.538
2
620
 
3
621
  ## 云数据库 MySQL(cdb) 版本:2017-03-20