tencentcloud-sdk-nodejs 4.0.412 → 4.0.415

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 (124) hide show
  1. package/CHANGELOG.md +813 -0
  2. package/SERVICE_CHANGELOG.md +1108 -212
  3. package/package.json +1 -1
  4. package/products.md +34 -34
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +13 -13
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +78 -43
  8. package/src/services/as/v20180419/as_models.ts +18 -0
  9. package/src/services/bm/v20180423/bm_models.ts +2 -2
  10. package/src/services/captcha/v20190722/captcha_models.ts +4 -1
  11. package/src/services/ccc/v20200210/ccc_client.ts +0 -14
  12. package/src/services/ccc/v20200210/ccc_models.ts +25 -40
  13. package/src/services/cfw/v20190904/cfw_models.ts +2 -2
  14. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  15. package/src/services/cls/v20201016/cls_models.ts +17 -1
  16. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +25 -0
  18. package/src/services/ess/v20201111/ess_client.ts +1 -0
  19. package/src/services/ess/v20201111/ess_models.ts +56 -28
  20. package/src/services/essbasic/v20210526/essbasic_client.ts +2 -2
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +51 -26
  22. package/src/services/faceid/v20180301/faceid_models.ts +1 -1
  23. package/src/services/gme/v20180711/gme_client.ts +185 -111
  24. package/src/services/gme/v20180711/gme_models.ts +312 -71
  25. package/src/services/iai/v20200303/iai_models.ts +1 -1
  26. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
  27. package/src/services/lighthouse/v20200324/lighthouse_models.ts +79 -7
  28. package/src/services/live/v20180801/live_models.ts +6 -0
  29. package/src/services/mongodb/v20190725/mongodb_client.ts +0 -15
  30. package/src/services/mongodb/v20190725/mongodb_models.ts +0 -55
  31. package/src/services/monitor/v20180724/monitor_client.ts +1 -0
  32. package/src/services/monitor/v20180724/monitor_models.ts +25 -0
  33. package/src/services/organization/v20181225/organization_models.ts +1 -1
  34. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  35. package/src/services/redis/v20180412/redis_client.ts +12 -0
  36. package/src/services/redis/v20180412/redis_models.ts +25 -0
  37. package/src/services/sqlserver/v20180328/sqlserver_models.ts +40 -0
  38. package/src/services/taf/v20200210/taf_client.ts +20 -37
  39. package/src/services/taf/v20200210/taf_models.ts +154 -224
  40. package/src/services/tbaas/v20180416/tbaas_client.ts +77 -175
  41. package/src/services/tbaas/v20180416/tbaas_models.ts +978 -1343
  42. package/src/services/tcss/v20201101/tcss_models.ts +54 -0
  43. package/src/services/tem/v20210701/tem_client.ts +14 -1
  44. package/src/services/tem/v20210701/tem_models.ts +183 -87
  45. package/src/services/teo/v20220106/teo_client.ts +8 -7
  46. package/src/services/teo/v20220106/teo_models.ts +536 -355
  47. package/src/services/tione/v20211111/tione_models.ts +23 -1
  48. package/src/services/tke/v20180525/tke_models.ts +6 -0
  49. package/src/services/tse/v20201207/tse_client.ts +16 -2
  50. package/src/services/tse/v20201207/tse_models.ts +93 -17
  51. package/src/services/vod/v20180717/vod_client.ts +49 -33
  52. package/src/services/vod/v20180717/vod_models.ts +78 -21
  53. package/src/services/vpc/v20170312/vpc_models.ts +29 -0
  54. package/tencentcloud/common/sdk_version.d.ts +1 -1
  55. package/tencentcloud/common/sdk_version.js +1 -1
  56. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -5
  57. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -6
  58. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +68 -40
  59. package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -0
  60. package/tencentcloud/services/bm/v20180423/bm_models.d.ts +2 -2
  61. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -1
  62. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -7
  63. package/tencentcloud/services/ccc/v20200210/ccc_client.js +0 -8
  64. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -34
  65. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +2 -2
  66. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  67. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
  68. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +21 -0
  69. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -0
  70. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -0
  71. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +50 -24
  72. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +2 -2
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +2 -2
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -23
  75. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  76. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +68 -44
  77. package/tencentcloud/services/gme/v20180711/gme_client.js +94 -58
  78. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +273 -66
  79. package/tencentcloud/services/iai/v20200303/iai_models.d.ts +1 -1
  80. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +67 -5
  81. package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
  82. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -7
  83. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +0 -8
  84. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +0 -47
  85. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +21 -0
  86. package/tencentcloud/services/organization/v20181225/organization_models.d.ts +1 -1
  87. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  88. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  89. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  90. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  91. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +22 -0
  92. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -0
  93. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -11
  94. package/tencentcloud/services/taf/v20200210/taf_client.js +6 -14
  95. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +136 -197
  96. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +7 -49
  97. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +9 -65
  98. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +905 -1211
  99. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +47 -0
  100. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
  101. package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
  102. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +151 -70
  103. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +7 -7
  104. package/tencentcloud/services/teo/v20220106/teo_client.js +7 -7
  105. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +452 -288
  106. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +19 -1
  107. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -0
  108. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  109. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  110. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +81 -16
  111. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +23 -15
  112. package/tencentcloud/services/vod/v20180717/vod_client.js +28 -18
  113. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +67 -18
  114. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +24 -0
  115. package/test/antiddos.v20200309.test.js +10 -10
  116. package/test/ccc.v20200210.test.js +0 -10
  117. package/test/gme.v20180711.test.js +90 -30
  118. package/test/mongodb.v20190725.test.js +0 -10
  119. package/test/redis.v20180412.test.js +10 -0
  120. package/test/taf.v20200210.test.js +8 -18
  121. package/test/tbaas.v20180416.test.js +6 -76
  122. package/test/tem.v20210701.test.js +10 -0
  123. package/test/tse.v20201207.test.js +10 -0
  124. package/test/vod.v20180717.test.js +18 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,816 @@
1
+ # Release 4.0.415
2
+
3
+ ## 弹性伸缩(as) 版本:2018-04-19
4
+
5
+ ### 第 54 次发布
6
+
7
+ 发布时间:2022-08-11 06:10:05
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateLaunchConfiguration](https://cloud.tencent.com/document/api/377/20447)
16
+
17
+ * 新增入参:HpcClusterId
18
+
19
+ * [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
20
+
21
+ * 新增入参:HpcClusterId
22
+
23
+
24
+ 修改数据结构:
25
+
26
+ * [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
27
+
28
+ * 新增成员:HpcClusterId
29
+
30
+
31
+
32
+
33
+ ## 云呼叫中心(ccc) 版本:2020-02-10
34
+
35
+ ### 第 28 次发布
36
+
37
+ 发布时间:2022-08-11 06:14:26
38
+
39
+ 本次发布包含了以下内容:
40
+
41
+ 改善已有的文档。
42
+
43
+ <font color="#dd0000">**删除接口**:</font>
44
+
45
+ * DescribeSeatUserList
46
+
47
+ 修改接口:
48
+
49
+ * [DescribeSkillGroupInfoList](https://cloud.tencent.com/document/api/679/53310)
50
+
51
+ * 新增入参:SkillGroupName
52
+
53
+ * [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
54
+
55
+ * 新增入参:UseMobileCallOut, UseMobileAccept
56
+
57
+
58
+ 修改数据结构:
59
+
60
+ * [StaffStatusMetrics](https://cloud.tencent.com/document/api/679/47715#StaffStatusMetrics)
61
+
62
+ * 新增成员:UseMobileAccept, UseMobileCallOut
63
+
64
+
65
+
66
+
67
+ ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
68
+
69
+ ### 第 50 次发布
70
+
71
+ 发布时间:2022-08-11 06:18:51
72
+
73
+ 本次发布包含了以下内容:
74
+
75
+ 改善已有的文档。
76
+
77
+ 修改数据结构:
78
+
79
+ * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
80
+
81
+ * 新增成员:DropInvalidMessage, DropCls
82
+
83
+
84
+
85
+
86
+ ## 日志服务(cls) 版本:2020-10-16
87
+
88
+ ### 第 27 次发布
89
+
90
+ 发布时间:2022-08-11 06:20:21
91
+
92
+ 本次发布包含了以下内容:
93
+
94
+ 改善已有的文档。
95
+
96
+ 修改接口:
97
+
98
+ * [CreateConsumer](https://cloud.tencent.com/document/api/614/66228)
99
+
100
+ * 新增入参:Compression
101
+
102
+ * [DescribeConsumer](https://cloud.tencent.com/document/api/614/66226)
103
+
104
+ * 新增出参:Compression
105
+
106
+ * [ModifyConsumer](https://cloud.tencent.com/document/api/614/66225)
107
+
108
+ * 新增入参:Compression
109
+
110
+
111
+
112
+
113
+ ## 企业收付平台(cpdp) 版本:2019-08-20
114
+
115
+ ### 第 81 次发布
116
+
117
+ 发布时间:2022-08-11 06:21:37
118
+
119
+ 本次发布包含了以下内容:
120
+
121
+ 改善已有的文档。
122
+
123
+ 修改接口:
124
+
125
+ * [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
126
+
127
+ * 新增入参:ExternalUserInfoList
128
+
129
+
130
+ 新增数据结构:
131
+
132
+ * [CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo)
133
+
134
+
135
+
136
+ ## 电子签服务(ess) 版本:2020-11-11
137
+
138
+ ### 第 13 次发布
139
+
140
+ 发布时间:2022-08-11 07:02:49
141
+
142
+ 本次发布包含了以下内容:
143
+
144
+ 改善已有的文档。
145
+
146
+ 修改接口:
147
+
148
+ * [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
149
+
150
+ * 新增入参:NeedSignReview
151
+
152
+ * [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
153
+
154
+ * 新增入参:NeedSignReview
155
+
156
+
157
+
158
+
159
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
160
+
161
+ ### 第 26 次发布
162
+
163
+ 发布时间:2022-08-11 07:03:11
164
+
165
+ 本次发布包含了以下内容:
166
+
167
+ 改善已有的文档。
168
+
169
+ 修改接口:
170
+
171
+ * [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
172
+
173
+ * 新增入参:NeedSignReview
174
+
175
+
176
+ 修改数据结构:
177
+
178
+ * [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
179
+
180
+ * 新增成员:NeedSignReview
181
+
182
+
183
+
184
+
185
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
186
+
187
+
188
+
189
+ ## 游戏多媒体引擎(gme) 版本:2018-07-11
190
+
191
+ ### 第 21 次发布
192
+
193
+ 发布时间:2022-08-11 06:32:55
194
+
195
+ 本次发布包含了以下内容:
196
+
197
+ 改善已有的文档。
198
+
199
+ 新增接口:
200
+
201
+ * [CreateCustomization](https://cloud.tencent.com/document/api/607/78906)
202
+ * [DeleteCustomization](https://cloud.tencent.com/document/api/607/78905)
203
+ * [GetCustomizationList](https://cloud.tencent.com/document/api/607/78904)
204
+ * [ModifyCustomization](https://cloud.tencent.com/document/api/607/78903)
205
+ * [ModifyCustomizationState](https://cloud.tencent.com/document/api/607/78902)
206
+
207
+ 新增数据结构:
208
+
209
+ * [CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs)
210
+
211
+
212
+
213
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
214
+
215
+ ### 第 33 次发布
216
+
217
+ 发布时间:2022-08-11 06:38:25
218
+
219
+ 本次发布包含了以下内容:
220
+
221
+ 改善已有的文档。
222
+
223
+ 修改接口:
224
+
225
+ * [DescribeDiskDiscount](https://cloud.tencent.com/document/api/1207/66094)
226
+
227
+ * 新增入参:DiskBackupQuota
228
+
229
+ * [InquirePriceCreateDisks](https://cloud.tencent.com/document/api/1207/66089)
230
+
231
+ * 新增入参:DiskBackupQuota
232
+
233
+
234
+
235
+
236
+ ## 云直播(live) 版本:2018-08-01
237
+
238
+ ### 第 85 次发布
239
+
240
+ 发布时间:2022-08-11 06:39:01
241
+
242
+ 本次发布包含了以下内容:
243
+
244
+ 改善已有的文档。
245
+
246
+ 修改接口:
247
+
248
+ * [DescribeLiveDomains](https://cloud.tencent.com/document/api/267/33856)
249
+
250
+ * 新增出参:PlayTypeCount
251
+
252
+
253
+
254
+
255
+ ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
256
+
257
+ ### 第 22 次发布
258
+
259
+ 发布时间:2022-08-11 06:40:51
260
+
261
+ 本次发布包含了以下内容:
262
+
263
+ 改善已有的文档。
264
+
265
+ <font color="#dd0000">**删除接口**:</font>
266
+
267
+ * DescribeBackupAccess
268
+
269
+ <font color="#dd0000">**删除数据结构**:</font>
270
+
271
+ * BackupFile
272
+
273
+
274
+
275
+ ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
276
+
277
+
278
+
279
+ ## 云数据库 Redis(redis) 版本:2018-04-12
280
+
281
+ ### 第 53 次发布
282
+
283
+ 发布时间:2022-08-11 06:44:49
284
+
285
+ 本次发布包含了以下内容:
286
+
287
+ 改善已有的文档。
288
+
289
+ 新增接口:
290
+
291
+ * [SwitchProxy](https://cloud.tencent.com/document/api/239/78841)
292
+
293
+
294
+
295
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
296
+
297
+ ### 第 36 次发布
298
+
299
+ 发布时间:2022-08-11 06:47:08
300
+
301
+ 本次发布包含了以下内容:
302
+
303
+ 改善已有的文档。
304
+
305
+ 修改接口:
306
+
307
+ * [CreateBasicDBInstances](https://cloud.tencent.com/document/api/238/46808)
308
+
309
+ * 新增入参:Collation, TimeZone
310
+
311
+ * [CreateDBInstances](https://cloud.tencent.com/document/api/238/19973)
312
+
313
+ * 新增入参:Collation, TimeZone
314
+
315
+ * [CreateReadOnlyDBInstances](https://cloud.tencent.com/document/api/238/46807)
316
+
317
+ * 新增入参:Collation, TimeZone
318
+
319
+
320
+ 修改数据结构:
321
+
322
+ * [DBInstance](https://cloud.tencent.com/document/api/238/19976#DBInstance)
323
+
324
+ * 新增成员:Collation, TimeZone
325
+
326
+
327
+
328
+
329
+ ## 流量反欺诈(taf) 版本:2020-02-10
330
+
331
+ ### 第 14 次发布
332
+
333
+ 发布时间:2022-08-11 06:48:40
334
+
335
+ 本次发布包含了以下内容:
336
+
337
+ 改善已有的文档。
338
+
339
+ <font color="#dd0000">**删除接口**:</font>
340
+
341
+ * RecognizeEffectiveFlow
342
+
343
+ <font color="#dd0000">**删除数据结构**:</font>
344
+
345
+ * InputRecognizeEffectiveFlow
346
+ * OutputRecognizeEffectiveFlow
347
+ * OutputRecognizeEffectiveFlowValue
348
+
349
+
350
+
351
+ ## TBaaS(tbaas) 版本:2018-04-16
352
+
353
+ ### 第 13 次发布
354
+
355
+ 发布时间:2022-08-11 06:49:15
356
+
357
+ 本次发布包含了以下内容:
358
+
359
+ 改善已有的文档。
360
+
361
+ <font color="#dd0000">**删除接口**:</font>
362
+
363
+ * BlockByNumberHandler
364
+ * DeployDynamicContractHandler
365
+ * GetBlockListHandler
366
+ * GetTransByHashHandler
367
+ * GetTransListHandler
368
+ * SendTransactionHandler
369
+ * TransByDynamicContractHandler
370
+
371
+
372
+
373
+ ## 容器安全服务(tcss) 版本:2020-11-01
374
+
375
+ ### 第 23 次发布
376
+
377
+ 发布时间:2022-08-11 06:51:30
378
+
379
+ 本次发布包含了以下内容:
380
+
381
+ 改善已有的文档。
382
+
383
+ 修改接口:
384
+
385
+ * [DescribeAssetImageVirusListExport](https://cloud.tencent.com/document/api/1285/65482)
386
+
387
+ * 新增出参:JobId
388
+
389
+ * [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
390
+
391
+ * 新增出参:CheckPlatform
392
+
393
+
394
+ 修改数据结构:
395
+
396
+ * [ImageVirusInfo](https://cloud.tencent.com/document/api/1285/65614#ImageVirusInfo)
397
+
398
+ * 新增成员:CheckPlatform
399
+
400
+ * [VirusInfo](https://cloud.tencent.com/document/api/1285/65614#VirusInfo)
401
+
402
+ * 新增成员:RiskLevel, CheckPlatform
403
+
404
+
405
+
406
+
407
+ ## 弹性微服务(tem) 版本:2021-07-01
408
+
409
+ ### 第 26 次发布
410
+
411
+ 发布时间:2022-08-11 07:11:15
412
+
413
+ 本次发布包含了以下内容:
414
+
415
+ 改善已有的文档。
416
+
417
+ 修改数据结构:
418
+
419
+ * [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
420
+
421
+ * 新增成员:EnableMetrics
422
+
423
+ * <font color="#dd0000">**修改成员**:</font>ApplicationId, MinAliveInstances
424
+
425
+
426
+
427
+
428
+ ## 弹性微服务(tem) 版本:2020-12-21
429
+
430
+
431
+
432
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
433
+
434
+ ### 第 17 次发布
435
+
436
+ 发布时间:2022-08-11 06:53:53
437
+
438
+ 本次发布包含了以下内容:
439
+
440
+ 改善已有的文档。
441
+
442
+ 修改接口:
443
+
444
+ * [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
445
+
446
+ * 新增入参:QueryCondition
447
+
448
+ * [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
449
+
450
+ * 新增入参:Interval, QueryCondition
451
+
452
+ * [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
453
+
454
+ * 新增入参:QueryCondition
455
+
456
+ * [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
457
+
458
+ * 新增入参:EntityType
459
+
460
+
461
+ 新增数据结构:
462
+
463
+ * [SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo)
464
+
465
+ 修改数据结构:
466
+
467
+ * [BotLog](https://cloud.tencent.com/document/api/1552/73155#BotLog)
468
+
469
+ * 新增成员:RuleDetailList, Label
470
+
471
+ * [CCLog](https://cloud.tencent.com/document/api/1552/73155#CCLog)
472
+
473
+ * 新增成员:Ua, RequestMethod, RuleDetailList
474
+
475
+ * [WebLogs](https://cloud.tencent.com/document/api/1552/73155#WebLogs)
476
+
477
+ * 新增成员:RuleDetailList
478
+
479
+
480
+
481
+
482
+ ## 云点播(vod) 版本:2018-07-17
483
+
484
+ ### 第 112 次发布
485
+
486
+ 发布时间:2022-08-11 07:05:14
487
+
488
+ 本次发布包含了以下内容:
489
+
490
+ 改善已有的文档。
491
+
492
+ 新增接口:
493
+
494
+ * [DescribeClientUploadAccelerationUsageData](https://cloud.tencent.com/document/api/266/78907)
495
+
496
+
497
+
498
+ # Release 4.0.414
499
+
500
+ ## 容器服务(tke) 版本:2018-05-25
501
+
502
+ ### 第 115 次发布
503
+
504
+ 发布时间:2022-08-10 06:54:09
505
+
506
+ 本次发布包含了以下内容:
507
+
508
+ 改善已有的文档。
509
+
510
+ 修改数据结构:
511
+
512
+ * [EdgeCluster](https://cloud.tencent.com/document/api/457/31866#EdgeCluster)
513
+
514
+ * 新增成员:ClusterAdvancedSettings
515
+
516
+
517
+
518
+
519
+ ## 腾讯云微服务引擎(tse) 版本:2020-12-07
520
+
521
+ ### 第 25 次发布
522
+
523
+ 发布时间:2022-08-10 06:55:45
524
+
525
+ 本次发布包含了以下内容:
526
+
527
+ 改善已有的文档。
528
+
529
+ 修改接口:
530
+
531
+ * [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
532
+
533
+ * 新增入参:EngineRegion
534
+
535
+
536
+ 修改数据结构:
537
+
538
+ * [ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)
539
+
540
+ * 新增成员:AliasName
541
+
542
+
543
+
544
+
545
+ ## 私有网络(vpc) 版本:2017-03-12
546
+
547
+ ### 第 122 次发布
548
+
549
+ 发布时间:2022-08-10 06:57:28
550
+
551
+ 本次发布包含了以下内容:
552
+
553
+ 改善已有的文档。
554
+
555
+ 修改数据结构:
556
+
557
+ * [VpnConnection](https://cloud.tencent.com/document/api/215/15824#VpnConnection)
558
+
559
+ * 新增成员:DpdEnable, DpdTimeout, DpdAction, TagSet, NegotiationType
560
+
561
+
562
+
563
+
564
+ # Release 4.0.413
565
+
566
+ ## 活动防刷(aa) 版本:2020-02-24
567
+
568
+ ### 第 7 次发布
569
+
570
+ 发布时间:2022-08-08 06:02:45
571
+
572
+ 本次发布包含了以下内容:
573
+
574
+ 改善已有的文档。
575
+
576
+ <font color="#dd0000">**删除接口**:</font>
577
+
578
+ * ManageMarketingRisk
579
+ * QueryActivityAntiRushAdvanced
580
+
581
+ <font color="#dd0000">**删除数据结构**:</font>
582
+
583
+ * AccountInfo
584
+ * CrowdAntiRushInfo
585
+ * InputActivityAntiRushAdvanced
586
+ * InputDetails
587
+ * InputManageMarketingRisk
588
+ * OnlineScamInfo
589
+ * OtherAccountInfo
590
+ * OutputActivityAntiRushAdvanced
591
+ * OutputActivityAntiRushAdvancedValue
592
+ * OutputManageMarketingRisk
593
+ * OutputManageMarketingRiskValue
594
+ * QQAccountInfo
595
+ * SponsorInfo
596
+ * WeChatAccountInfo
597
+
598
+
599
+
600
+ ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
601
+
602
+ ### 第 49 次发布
603
+
604
+ 发布时间:2022-08-08 06:10:42
605
+
606
+ 本次发布包含了以下内容:
607
+
608
+ 改善已有的文档。
609
+
610
+ 新增接口:
611
+
612
+ * [FetchMessageListByOffset](https://cloud.tencent.com/document/api/597/47896)
613
+
614
+
615
+
616
+ ## 云服务器(cvm) 版本:2017-03-12
617
+
618
+ ### 第 92 次发布
619
+
620
+ 发布时间:2022-08-08 06:14:02
621
+
622
+ 本次发布包含了以下内容:
623
+
624
+ 改善已有的文档。
625
+
626
+ 新增接口:
627
+
628
+ * [DescribeChcDeniedActions](https://cloud.tencent.com/document/api/213/78724)
629
+
630
+ 新增数据结构:
631
+
632
+ * [ChcHostDeniedActions](https://cloud.tencent.com/document/api/213/15753#ChcHostDeniedActions)
633
+
634
+
635
+
636
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
637
+
638
+ ### 第 25 次发布
639
+
640
+ 发布时间:2022-08-08 10:31:46
641
+
642
+ 本次发布包含了以下内容:
643
+
644
+ 改善已有的文档。
645
+
646
+ 新增接口:
647
+
648
+ * [ChannelCreateConvertTaskApi](https://cloud.tencent.com/document/api/1420/78774)
649
+ * [ChannelGetTaskResultApi](https://cloud.tencent.com/document/api/1420/78773)
650
+
651
+ 新增数据结构:
652
+
653
+ * [OrganizationInfo](https://cloud.tencent.com/document/api/1420/61525#OrganizationInfo)
654
+
655
+
656
+
657
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
658
+
659
+
660
+
661
+ ## 云直播(live) 版本:2018-08-01
662
+
663
+ ### 第 84 次发布
664
+
665
+ 发布时间:2022-08-08 06:27:50
666
+
667
+ 本次发布包含了以下内容:
668
+
669
+ 改善已有的文档。
670
+
671
+ 修改接口:
672
+
673
+ * [DescribeLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78656)
674
+
675
+ * 新增出参:LiveDomainCertBindings, TotalNum
676
+
677
+ * [ModifyLiveDomainCertBindings](https://cloud.tencent.com/document/api/267/78655)
678
+
679
+ * 新增出参:Errors
680
+
681
+
682
+ 新增数据结构:
683
+
684
+ * [BatchDomainOperateErrors](https://cloud.tencent.com/document/api/267/20474#BatchDomainOperateErrors)
685
+ * [LiveDomainCertBindings](https://cloud.tencent.com/document/api/267/20474#LiveDomainCertBindings)
686
+
687
+
688
+
689
+ ## 标签(tag) 版本:2018-08-13
690
+
691
+ ### 第 11 次发布
692
+
693
+ 发布时间:2022-08-08 06:36:01
694
+
695
+ 本次发布包含了以下内容:
696
+
697
+ 改善已有的文档。
698
+
699
+ 新增接口:
700
+
701
+ * [DescribeProjects](https://cloud.tencent.com/document/api/651/78725)
702
+
703
+ 新增数据结构:
704
+
705
+ * [Project](https://cloud.tencent.com/document/api/651/35327#Project)
706
+
707
+
708
+
709
+ ## 实时音视频(trtc) 版本:2019-07-22
710
+
711
+ ### 第 37 次发布
712
+
713
+ 发布时间:2022-08-08 06:44:27
714
+
715
+ 本次发布包含了以下内容:
716
+
717
+ 改善已有的文档。
718
+
719
+ <font color="#dd0000">**删除接口**:</font>
720
+
721
+ * DescribeAbnormalEvent
722
+ * DescribeCallDetail
723
+ * DescribeDetailEvent
724
+ * DescribeHistoryScale
725
+ * DescribeRoomInformation
726
+ * DescribeUserInformation
727
+
728
+
729
+
730
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
731
+
732
+ ### 第 3 次发布
733
+
734
+ 发布时间:2022-08-05 15:51:29
735
+
736
+ 本次发布包含了以下内容:
737
+
738
+ 改善已有的文档。
739
+
740
+ 新增接口:
741
+
742
+ * [BatchDeleteTasksNew](https://cloud.tencent.com/document/api/1267/78714)
743
+ * [BatchModifyOwnersNew](https://cloud.tencent.com/document/api/1267/78713)
744
+ * [BatchStopTasksNew](https://cloud.tencent.com/document/api/1267/78712)
745
+ * [CreateFolder](https://cloud.tencent.com/document/api/1267/78711)
746
+ * [CreateTask](https://cloud.tencent.com/document/api/1267/78710)
747
+ * [CreateWorkflow](https://cloud.tencent.com/document/api/1267/78709)
748
+ * [DeleteFolder](https://cloud.tencent.com/document/api/1267/78708)
749
+ * [DeleteWorkflowNew](https://cloud.tencent.com/document/api/1267/78707)
750
+ * [DescribeDependTasksNew](https://cloud.tencent.com/document/api/1267/78706)
751
+ * [DescribeFolderList](https://cloud.tencent.com/document/api/1267/78705)
752
+ * [DescribeFolderWorkflowList](https://cloud.tencent.com/document/api/1267/78704)
753
+ * [DescribeInstanceLogs](https://cloud.tencent.com/document/api/1267/78703)
754
+ * [DescribeTaskDetail](https://cloud.tencent.com/document/api/1267/78702)
755
+ * [DescribeTaskScript](https://cloud.tencent.com/document/api/1267/78701)
756
+ * [DescribeTasksByPage](https://cloud.tencent.com/document/api/1267/78700)
757
+ * [ForceSucInstances](https://cloud.tencent.com/document/api/1267/78699)
758
+ * [FreezeTasks](https://cloud.tencent.com/document/api/1267/78698)
759
+ * [FreezeTasksByMultiWorkflow](https://cloud.tencent.com/document/api/1267/78697)
760
+ * [KillInstances](https://cloud.tencent.com/document/api/1267/78696)
761
+ * [MakeUpTasksNew](https://cloud.tencent.com/document/api/1267/78695)
762
+ * [MakeUpWorkflowNew](https://cloud.tencent.com/document/api/1267/78694)
763
+ * [ModifyFolder](https://cloud.tencent.com/document/api/1267/78693)
764
+ * [ModifyTaskInfo](https://cloud.tencent.com/document/api/1267/78692)
765
+ * [ModifyTaskLinks](https://cloud.tencent.com/document/api/1267/78691)
766
+ * [ModifyTaskScript](https://cloud.tencent.com/document/api/1267/78690)
767
+ * [ModifyWorkflowInfo](https://cloud.tencent.com/document/api/1267/78689)
768
+ * [ModifyWorkflowSchedule](https://cloud.tencent.com/document/api/1267/78688)
769
+ * [RegisterEvent](https://cloud.tencent.com/document/api/1267/78687)
770
+ * [RegisterEventListener](https://cloud.tencent.com/document/api/1267/78686)
771
+ * [RerunInstances](https://cloud.tencent.com/document/api/1267/78685)
772
+ * [RunTask](https://cloud.tencent.com/document/api/1267/78684)
773
+ * [SetTaskAlarmNew](https://cloud.tencent.com/document/api/1267/78683)
774
+ * [SubmitTask](https://cloud.tencent.com/document/api/1267/78682)
775
+ * [SubmitWorkflow](https://cloud.tencent.com/document/api/1267/78681)
776
+ * [TriggerEvent](https://cloud.tencent.com/document/api/1267/78680)
777
+
778
+ 新增数据结构:
779
+
780
+ * [AlarmInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmInfo)
781
+ * [BatchOperateResult](https://cloud.tencent.com/document/api/1267/76336#BatchOperateResult)
782
+ * [BatchResult](https://cloud.tencent.com/document/api/1267/76336#BatchResult)
783
+ * [BatchReturn](https://cloud.tencent.com/document/api/1267/76336#BatchReturn)
784
+ * [CanvasInfo](https://cloud.tencent.com/document/api/1267/76336#CanvasInfo)
785
+ * [CommonContent](https://cloud.tencent.com/document/api/1267/76336#CommonContent)
786
+ * [CommonId](https://cloud.tencent.com/document/api/1267/76336#CommonId)
787
+ * [DependencyConfig](https://cloud.tencent.com/document/api/1267/76336#DependencyConfig)
788
+ * [DescribeFolderListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderListData)
789
+ * [DescribeFolderWorkflowListData](https://cloud.tencent.com/document/api/1267/76336#DescribeFolderWorkflowListData)
790
+ * [Folder](https://cloud.tencent.com/document/api/1267/76336#Folder)
791
+ * [GeneralTaskParam](https://cloud.tencent.com/document/api/1267/76336#GeneralTaskParam)
792
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1267/76336#InstanceInfo)
793
+ * [InstanceLog](https://cloud.tencent.com/document/api/1267/76336#InstanceLog)
794
+ * [IntegrationNodeDetail](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeDetail)
795
+ * [IntegrationNodeMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeMapping)
796
+ * [IntegrationNodeSchema](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchema)
797
+ * [IntegrationNodeSchemaMapping](https://cloud.tencent.com/document/api/1267/76336#IntegrationNodeSchemaMapping)
798
+ * [OperateResult](https://cloud.tencent.com/document/api/1267/76336#OperateResult)
799
+ * [ParamInfo](https://cloud.tencent.com/document/api/1267/76336#ParamInfo)
800
+ * [RecordField](https://cloud.tencent.com/document/api/1267/76336#RecordField)
801
+ * [SimpleTaskInfo](https://cloud.tencent.com/document/api/1267/76336#SimpleTaskInfo)
802
+ * [SubmitWorkflow](https://cloud.tencent.com/document/api/1267/76336#SubmitWorkflow)
803
+ * [TaskCanvasInfo](https://cloud.tencent.com/document/api/1267/76336#TaskCanvasInfo)
804
+ * [TaskExtInfo](https://cloud.tencent.com/document/api/1267/76336#TaskExtInfo)
805
+ * [TaskInfoData](https://cloud.tencent.com/document/api/1267/76336#TaskInfoData)
806
+ * [TaskInfoDataPage](https://cloud.tencent.com/document/api/1267/76336#TaskInfoDataPage)
807
+ * [TaskInnerInfo](https://cloud.tencent.com/document/api/1267/76336#TaskInnerInfo)
808
+ * [TaskLinkInfo](https://cloud.tencent.com/document/api/1267/76336#TaskLinkInfo)
809
+ * [TaskScriptContent](https://cloud.tencent.com/document/api/1267/76336#TaskScriptContent)
810
+ * [Workflow](https://cloud.tencent.com/document/api/1267/76336#Workflow)
811
+
812
+
813
+
1
814
  # Release 4.0.412
2
815
 
3
816
  ## 活动防刷(aa) 版本:2020-02-24