tencentcloud-sdk-nodejs 4.0.636 → 4.0.638

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 (87) hide show
  1. package/CHANGELOG.md +500 -0
  2. package/SERVICE_CHANGELOG.md +590 -109
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +4 -2
  7. package/src/services/cls/v20201016/cls_client.ts +62 -11
  8. package/src/services/cls/v20201016/cls_models.ts +331 -55
  9. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
  10. package/src/services/dasb/v20191018/dasb_models.ts +17 -13
  11. package/src/services/dbbrain/v20210527/dbbrain_client.ts +13 -1
  12. package/src/services/dbbrain/v20210527/dbbrain_models.ts +48 -11
  13. package/src/services/dnspod/v20210323/dnspod_client.ts +2 -0
  14. package/src/services/dnspod/v20210323/dnspod_models.ts +55 -0
  15. package/src/services/ecm/v20190719/ecm_client.ts +4 -3
  16. package/src/services/ecm/v20190719/ecm_models.ts +123 -77
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +46 -40
  18. package/src/services/gaap/v20180529/gaap_models.ts +35 -35
  19. package/src/services/lcic/v20220817/lcic_models.ts +14 -0
  20. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -6
  21. package/src/services/pts/v20210728/pts_models.ts +2 -2
  22. package/src/services/soe/v20180724/soe_client.ts +1 -0
  23. package/src/services/soe/v20180724/soe_models.ts +35 -9
  24. package/src/services/tcr/v20190924/tcr_client.ts +62 -13
  25. package/src/services/tcr/v20190924/tcr_models.ts +352 -134
  26. package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
  27. package/src/services/tdmq/v20200217/tdmq_models.ts +30 -0
  28. package/src/services/thpc/v20230321/thpc_models.ts +1 -1
  29. package/src/services/tke/v20180525/tke_models.ts +16 -4
  30. package/src/services/trp/v20210515/trp_models.ts +9 -1
  31. package/src/services/tse/v20201207/tse_client.ts +324 -55
  32. package/src/services/tse/v20201207/tse_models.ts +1931 -522
  33. package/src/services/vod/v20180717/vod_client.ts +2 -2
  34. package/src/services/vod/v20180717/vod_models.ts +18 -18
  35. package/src/services/vpc/v20170312/vpc_client.ts +3 -2
  36. package/src/services/vpc/v20170312/vpc_models.ts +22 -18
  37. package/src/services/wedata/v20210820/wedata_client.ts +16 -2
  38. package/src/services/wedata/v20210820/wedata_models.ts +210 -12
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +3 -1
  42. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +3 -1
  43. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
  44. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
  45. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +320 -55
  46. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
  47. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
  48. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +17 -13
  49. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
  50. package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
  51. package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +46 -11
  52. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +53 -0
  53. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +1 -1
  54. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +121 -76
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -40
  56. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +35 -35
  57. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +14 -0
  58. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -6
  59. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +2 -2
  60. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +34 -9
  61. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +17 -1
  62. package/tencentcloud/services/tcr/v20190924/tcr_client.js +24 -0
  63. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +341 -132
  64. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  65. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  66. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +28 -0
  67. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1 -1
  68. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -4
  69. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +9 -1
  70. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +95 -11
  71. package/tencentcloud/services/tse/v20201207/tse_client.js +141 -15
  72. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1863 -513
  73. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
  74. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
  75. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -18
  76. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +3 -2
  77. package/tencentcloud/services/vpc/v20170312/vpc_client.js +3 -2
  78. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -18
  79. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  80. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  81. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +206 -12
  82. package/test/cls.v20201016.test.js +42 -2
  83. package/test/dbbrain.v20210527.test.js +10 -0
  84. package/test/tcr.v20190924.test.js +40 -0
  85. package/test/tdmq.v20200217.test.js +10 -0
  86. package/test/tse.v20201207.test.js +220 -10
  87. package/test/wedata.v20210820.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,503 @@
1
+ # Release 4.0.638
2
+
3
+ ## API 网关(apigateway) 版本:2018-08-08
4
+
5
+ ### 第 39 次发布
6
+
7
+ 发布时间:2023-07-10 01:06:50
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ <font color="#dd0000">**预下线接口**:</font>
14
+
15
+ * GenerateApiDocument
16
+
17
+
18
+
19
+ ## 日志服务(cls) 版本:2020-10-16
20
+
21
+ ### 第 55 次发布
22
+
23
+ 发布时间:2023-07-10 01:15:21
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 新增接口:
30
+
31
+ * [CreateDataTransform](https://cloud.tencent.com/document/api/614/72184)
32
+ * [DeleteDataTransform](https://cloud.tencent.com/document/api/614/72183)
33
+ * [DescribeDataTransformInfo](https://cloud.tencent.com/document/api/614/72182)
34
+ * [ModifyDataTransform](https://cloud.tencent.com/document/api/614/72181)
35
+
36
+ 新增数据结构:
37
+
38
+ * [DataTransformResouceInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformResouceInfo)
39
+ * [DataTransformTaskInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformTaskInfo)
40
+ * [PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic)
41
+
42
+
43
+
44
+ ## DNSPod(dnspod) 版本:2021-03-23
45
+
46
+ ### 第 21 次发布
47
+
48
+ 发布时间:2023-07-10 01:22:33
49
+
50
+ 本次发布包含了以下内容:
51
+
52
+ 改善已有的文档。
53
+
54
+ 修改接口:
55
+
56
+ * [CreateDomain](https://cloud.tencent.com/document/api/1427/56184)
57
+
58
+ * 新增入参:TransferSubDomain, Tags
59
+
60
+ * [DescribeDomainFilterList](https://cloud.tencent.com/document/api/1427/93276)
61
+
62
+ * 新增入参:Tags
63
+
64
+ * [DescribeDomainList](https://cloud.tencent.com/document/api/1427/56172)
65
+
66
+ * 新增入参:Tags
67
+
68
+
69
+ 新增数据结构:
70
+
71
+ * [TagItem](https://cloud.tencent.com/document/api/1427/56185#TagItem)
72
+ * [TagItemFilter](https://cloud.tencent.com/document/api/1427/56185#TagItemFilter)
73
+
74
+ 修改数据结构:
75
+
76
+ * [DomainInfo](https://cloud.tencent.com/document/api/1427/56185#DomainInfo)
77
+
78
+ * 新增成员:TagList
79
+
80
+ * [DomainListItem](https://cloud.tencent.com/document/api/1427/56185#DomainListItem)
81
+
82
+ * 新增成员:TagList
83
+
84
+
85
+
86
+
87
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
88
+
89
+ ### 第 89 次发布
90
+
91
+ 发布时间:2023-07-10 01:25:48
92
+
93
+ 本次发布包含了以下内容:
94
+
95
+ 改善已有的文档。
96
+
97
+ 修改接口:
98
+
99
+ * [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
100
+
101
+
102
+
103
+
104
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
105
+
106
+
107
+
108
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
109
+
110
+ ### 第 28 次发布
111
+
112
+ 发布时间:2023-07-10 01:31:48
113
+
114
+ 本次发布包含了以下内容:
115
+
116
+ 改善已有的文档。
117
+
118
+ 修改接口:
119
+
120
+ * [GetRooms](https://cloud.tencent.com/document/api/1639/90012)
121
+
122
+ * 新增入参:Status
123
+
124
+
125
+ 修改数据结构:
126
+
127
+ * [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
128
+
129
+ * 新增成员:InteractionMode, VideoOrientation
130
+
131
+ * <font color="#dd0000">**修改成员**:</font>Name, RoomId, Status, StartTime, EndTime, RealStartTime, RealEndTime, Resolution, MaxRTCMember, ReplayUrl, RecordUrl, MaxMicNumber, EnableDirectControl
132
+
133
+
134
+
135
+
136
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
137
+
138
+ ### 第 49 次发布
139
+
140
+ 发布时间:2023-07-10 01:32:08
141
+
142
+ 本次发布包含了以下内容:
143
+
144
+ 改善已有的文档。
145
+
146
+ 修改数据结构:
147
+
148
+ * [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
149
+
150
+ * <font color="#dd0000">**修改成员**:</font>AutoGeneratePassword
151
+
152
+
153
+
154
+
155
+ ## 智聆口语评测(soe) 版本:2018-07-24
156
+
157
+ ### 第 14 次发布
158
+
159
+ 发布时间:2023-07-10 01:39:48
160
+
161
+ 本次发布包含了以下内容:
162
+
163
+ 改善已有的文档。
164
+
165
+ 新增数据结构:
166
+
167
+ * [Tone](https://cloud.tencent.com/document/api/884/19320#Tone)
168
+
169
+ 修改数据结构:
170
+
171
+ * [WordRsp](https://cloud.tencent.com/document/api/884/19320#WordRsp)
172
+
173
+ * 新增成员:Tone
174
+
175
+
176
+
177
+
178
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
179
+
180
+ ### 第 66 次发布
181
+
182
+ 发布时间:2023-07-10 01:45:08
183
+
184
+ 本次发布包含了以下内容:
185
+
186
+ 改善已有的文档。
187
+
188
+ 新增接口:
189
+
190
+ * [DeleteRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/94833)
191
+
192
+
193
+
194
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
195
+
196
+ ### 第 25 次发布
197
+
198
+ 发布时间:2023-07-10 01:51:20
199
+
200
+ 本次发布包含了以下内容:
201
+
202
+ 改善已有的文档。
203
+
204
+ 修改接口:
205
+
206
+ * [DescribeRawScanLogs](https://cloud.tencent.com/document/api/1458/94488)
207
+
208
+ * 新增入参:StartTime, EndTime
209
+
210
+
211
+
212
+
213
+ ## 微服务引擎 TSE(tse) 版本:2020-12-07
214
+
215
+ ### 第 35 次发布
216
+
217
+ 发布时间:2023-07-10 01:52:00
218
+
219
+ 本次发布包含了以下内容:
220
+
221
+ 改善已有的文档。
222
+
223
+ 新增接口:
224
+
225
+ * [CreateCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94854)
226
+ * [CreateCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94853)
227
+ * [CreateCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94852)
228
+ * [CreateCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94851)
229
+ * [CreateCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94850)
230
+ * [DeleteCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94849)
231
+ * [DeleteCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94848)
232
+ * [DeleteCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94847)
233
+ * [DeleteCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94846)
234
+ * [DeleteCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94845)
235
+ * [DescribeCloudNativeAPIGatewayCanaryRules](https://cloud.tencent.com/document/api/1364/94844)
236
+ * [DescribeCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94843)
237
+ * [DescribeCloudNativeAPIGatewayRoutes](https://cloud.tencent.com/document/api/1364/94842)
238
+ * [DescribeCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94841)
239
+ * [DescribeCloudNativeAPIGatewayServices](https://cloud.tencent.com/document/api/1364/94840)
240
+ * [DescribeOneCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94839)
241
+ * [ModifyCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94838)
242
+ * [ModifyCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94837)
243
+ * [ModifyCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94836)
244
+ * [ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835)
245
+ * [ModifyCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94834)
246
+
247
+ 新增数据结构:
248
+
249
+ * [CloudAPIGatewayCanaryRuleList](https://cloud.tencent.com/document/api/1364/54942#CloudAPIGatewayCanaryRuleList)
250
+ * [CloudNativeAPIGatewayBalancedService](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayBalancedService)
251
+ * [CloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRule)
252
+ * [CloudNativeAPIGatewayCanaryRuleCondition](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRuleCondition)
253
+ * [CloudNativeAPIGatewayRateLimitDetail](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayRateLimitDetail)
254
+ * [ExternalRedis](https://cloud.tencent.com/document/api/1364/54942#ExternalRedis)
255
+ * [KVMapping](https://cloud.tencent.com/document/api/1364/54942#KVMapping)
256
+ * [KongRoutePreview](https://cloud.tencent.com/document/api/1364/54942#KongRoutePreview)
257
+ * [KongServiceDetail](https://cloud.tencent.com/document/api/1364/54942#KongServiceDetail)
258
+ * [KongServicePreview](https://cloud.tencent.com/document/api/1364/54942#KongServicePreview)
259
+ * [KongServiceRouteList](https://cloud.tencent.com/document/api/1364/54942#KongServiceRouteList)
260
+ * [KongServices](https://cloud.tencent.com/document/api/1364/54942#KongServices)
261
+ * [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
262
+ * [KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo)
263
+ * [ListFilter](https://cloud.tencent.com/document/api/1364/54942#ListFilter)
264
+ * [QpsThreshold](https://cloud.tencent.com/document/api/1364/54942#QpsThreshold)
265
+ * [RateLimitResponse](https://cloud.tencent.com/document/api/1364/54942#RateLimitResponse)
266
+
267
+
268
+
269
+ # Release 4.0.637
270
+
271
+ ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
272
+
273
+ ### 第 12 次发布
274
+
275
+ 发布时间:2023-07-07 01:21:45
276
+
277
+ 本次发布包含了以下内容:
278
+
279
+ 改善已有的文档。
280
+
281
+ 修改接口:
282
+
283
+ * [CreateUser](https://cloud.tencent.com/document/api/1025/74406)
284
+
285
+ * <font color="#dd0000">**修改入参**:</font>Phone
286
+
287
+ * [DescribeUsers](https://cloud.tencent.com/document/api/1025/74404)
288
+
289
+ * 新增入参:Email
290
+
291
+ * [ModifyUser](https://cloud.tencent.com/document/api/1025/74403)
292
+
293
+ * <font color="#dd0000">**修改入参**:</font>Phone, Email
294
+
295
+
296
+ 修改数据结构:
297
+
298
+ * [User](https://cloud.tencent.com/document/api/1025/74416#User)
299
+
300
+ * <font color="#dd0000">**修改成员**:</font>Phone
301
+
302
+
303
+
304
+
305
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
306
+
307
+ ### 第 21 次发布
308
+
309
+ 发布时间:2023-07-07 01:22:44
310
+
311
+ 本次发布包含了以下内容:
312
+
313
+ 改善已有的文档。
314
+
315
+ 新增接口:
316
+
317
+ * [CreateRedisBigKeyAnalysisTask](https://cloud.tencent.com/document/api/1130/94604)
318
+
319
+
320
+
321
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
322
+
323
+
324
+
325
+ ## 边缘计算机器(ecm) 版本:2019-07-19
326
+
327
+ ### 第 66 次发布
328
+
329
+ 发布时间:2023-07-07 01:25:16
330
+
331
+ 本次发布包含了以下内容:
332
+
333
+ 改善已有的文档。
334
+
335
+ 修改接口:
336
+
337
+ * [AssignIpv6Addresses](https://cloud.tencent.com/document/api/1108/51094)
338
+
339
+ * 新增入参:ISPType, SkipCheckIPv6Address, SkipAllocateBandwidth
340
+
341
+
342
+ 新增数据结构:
343
+
344
+ * [ISPIPv6CidrBlock](https://cloud.tencent.com/document/api/1108/42574#ISPIPv6CidrBlock)
345
+
346
+ 修改数据结构:
347
+
348
+ * [Subnet](https://cloud.tencent.com/document/api/1108/42574#Subnet)
349
+
350
+ * 新增成员:ISPType
351
+
352
+ * [VpcInfo](https://cloud.tencent.com/document/api/1108/42574#VpcInfo)
353
+
354
+ * 新增成员:Ipv6ISP, Ipv6CidrBlockSet
355
+
356
+
357
+
358
+
359
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
360
+
361
+ ### 第 88 次发布
362
+
363
+ 发布时间:2023-07-07 01:34:05
364
+
365
+ 本次发布包含了以下内容:
366
+
367
+ 改善已有的文档。
368
+
369
+ 修改接口:
370
+
371
+ * [OperateChannelTemplate](https://cloud.tencent.com/document/api/1420/66367)
372
+
373
+ * 新增入参:Available
374
+
375
+
376
+
377
+
378
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
379
+
380
+
381
+
382
+ ## 容器镜像服务(tcr) 版本:2019-09-24
383
+
384
+ ### 第 59 次发布
385
+
386
+ 发布时间:2023-07-07 01:50:00
387
+
388
+ 本次发布包含了以下内容:
389
+
390
+ 改善已有的文档。
391
+
392
+ 新增接口:
393
+
394
+ * [CreateServiceAccount](https://cloud.tencent.com/document/api/1141/94608)
395
+ * [DeleteServiceAccount](https://cloud.tencent.com/document/api/1141/94607)
396
+ * [DescribeServiceAccounts](https://cloud.tencent.com/document/api/1141/94606)
397
+ * [ModifyServiceAccount](https://cloud.tencent.com/document/api/1141/94605)
398
+
399
+ 新增数据结构:
400
+
401
+ * [ServiceAccount](https://cloud.tencent.com/document/api/1141/41603#ServiceAccount)
402
+
403
+
404
+
405
+ ## 容器服务(tke) 版本:2018-05-25
406
+
407
+ ### 第 156 次发布
408
+
409
+ 发布时间:2023-07-07 01:54:52
410
+
411
+ 本次发布包含了以下内容:
412
+
413
+ 改善已有的文档。
414
+
415
+ 修改接口:
416
+
417
+ * [DescribeResourceUsage](https://cloud.tencent.com/document/api/457/72005)
418
+
419
+ * 新增出参:RSUsage
420
+
421
+ * [ModifyClusterVirtualNodePool](https://cloud.tencent.com/document/api/457/85348)
422
+
423
+ * 新增入参:SecurityGroupIds
424
+
425
+
426
+ 修改数据结构:
427
+
428
+ * [ClusterLevelAttribute](https://cloud.tencent.com/document/api/457/31866#ClusterLevelAttribute)
429
+
430
+ * 新增成员:RSCount
431
+
432
+
433
+
434
+
435
+ ## 云点播(vod) 版本:2018-07-17
436
+
437
+ ### 第 160 次发布
438
+
439
+ 发布时间:2023-07-06 20:35:50
440
+
441
+ 本次发布包含了以下内容:
442
+
443
+ 改善已有的文档。
444
+
445
+ 修改数据结构:
446
+
447
+ * [MediaTranscodeItem](https://cloud.tencent.com/document/api/266/31773#MediaTranscodeItem)
448
+
449
+ * <font color="#dd0000">**修改成员**:</font>CopyRightWatermarkText
450
+
451
+
452
+
453
+
454
+ ## 私有网络(vpc) 版本:2017-03-12
455
+
456
+ ### 第 160 次发布
457
+
458
+ 发布时间:2023-07-07 01:59:12
459
+
460
+ 本次发布包含了以下内容:
461
+
462
+ 改善已有的文档。
463
+
464
+ 修改接口:
465
+
466
+ * [ModifyVpcAttribute](https://cloud.tencent.com/document/api/215/15773)
467
+
468
+ * 新增入参:EnableCdcPublish
469
+
470
+
471
+ 修改数据结构:
472
+
473
+ * [Vpc](https://cloud.tencent.com/document/api/215/15824#Vpc)
474
+
475
+ * <font color="#dd0000">**修改成员**:</font>IsDefault, CreatedTime
476
+
477
+
478
+
479
+
480
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
481
+
482
+ ### 第 34 次发布
483
+
484
+ 发布时间:2023-07-07 02:01:57
485
+
486
+ 本次发布包含了以下内容:
487
+
488
+ 改善已有的文档。
489
+
490
+ 新增接口:
491
+
492
+ * [DescribeBatchOperateTask](https://cloud.tencent.com/document/api/1267/94610)
493
+
494
+ 新增数据结构:
495
+
496
+ * [DescribeBatchOperateTaskDTO](https://cloud.tencent.com/document/api/1267/76336#DescribeBatchOperateTaskDTO)
497
+ * [DescribeBatchOperateTaskPage](https://cloud.tencent.com/document/api/1267/76336#DescribeBatchOperateTaskPage)
498
+
499
+
500
+
1
501
  # Release 4.0.636
2
502
 
3
503
  ## 账号风控平台(ciam) 版本:2022-03-31