tencentcloud-sdk-nodejs 4.0.414 → 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 (86) hide show
  1. package/CHANGELOG.md +497 -0
  2. package/SERVICE_CHANGELOG.md +871 -17
  3. package/package.json +1 -1
  4. package/products.md +23 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/as/v20180419/as_models.ts +18 -0
  7. package/src/services/ccc/v20200210/ccc_client.ts +0 -14
  8. package/src/services/ccc/v20200210/ccc_models.ts +25 -40
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
  10. package/src/services/cls/v20201016/cls_models.ts +17 -1
  11. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
  12. package/src/services/cpdp/v20190820/cpdp_models.ts +20 -0
  13. package/src/services/ess/v20201111/ess_models.ts +18 -2
  14. package/src/services/essbasic/v20210526/essbasic_models.ts +14 -1
  15. package/src/services/faceid/v20180301/faceid_models.ts +1 -1
  16. package/src/services/gme/v20180711/gme_client.ts +179 -118
  17. package/src/services/gme/v20180711/gme_models.ts +264 -78
  18. package/src/services/lighthouse/v20200324/lighthouse_models.ts +25 -3
  19. package/src/services/live/v20180801/live_models.ts +6 -0
  20. package/src/services/mongodb/v20190725/mongodb_client.ts +0 -15
  21. package/src/services/mongodb/v20190725/mongodb_models.ts +0 -55
  22. package/src/services/postgres/v20170312/postgres_client.ts +1 -1
  23. package/src/services/redis/v20180412/redis_client.ts +12 -0
  24. package/src/services/redis/v20180412/redis_models.ts +25 -0
  25. package/src/services/sqlserver/v20180328/sqlserver_models.ts +40 -0
  26. package/src/services/taf/v20200210/taf_client.ts +20 -37
  27. package/src/services/taf/v20200210/taf_models.ts +154 -224
  28. package/src/services/tbaas/v20180416/tbaas_client.ts +77 -175
  29. package/src/services/tbaas/v20180416/tbaas_models.ts +978 -1343
  30. package/src/services/tcss/v20201101/tcss_models.ts +44 -0
  31. package/src/services/tem/v20210701/tem_client.ts +14 -1
  32. package/src/services/tem/v20210701/tem_models.ts +183 -87
  33. package/src/services/teo/v20220106/teo_client.ts +8 -7
  34. package/src/services/teo/v20220106/teo_models.ts +536 -355
  35. package/src/services/vod/v20180717/vod_client.ts +45 -29
  36. package/src/services/vod/v20180717/vod_models.ts +52 -8
  37. package/tencentcloud/common/sdk_version.d.ts +1 -1
  38. package/tencentcloud/common/sdk_version.js +1 -1
  39. package/tencentcloud/services/as/v20180419/as_models.d.ts +15 -0
  40. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +1 -7
  41. package/tencentcloud/services/ccc/v20200210/ccc_client.js +0 -8
  42. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +20 -34
  43. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
  44. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -1
  45. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +17 -0
  46. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +16 -2
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +12 -1
  48. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
  49. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +66 -46
  50. package/tencentcloud/services/gme/v20180711/gme_client.js +91 -61
  51. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +232 -72
  52. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +22 -2
  53. package/tencentcloud/services/live/v20180801/live_models.d.ts +5 -0
  54. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -7
  55. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +0 -8
  56. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +0 -47
  57. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +1 -1
  58. package/tencentcloud/services/postgres/v20170312/postgres_client.js +1 -1
  59. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +5 -1
  60. package/tencentcloud/services/redis/v20180412/redis_client.js +6 -0
  61. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +22 -0
  62. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +32 -0
  63. package/tencentcloud/services/taf/v20200210/taf_client.d.ts +5 -11
  64. package/tencentcloud/services/taf/v20200210/taf_client.js +6 -14
  65. package/tencentcloud/services/taf/v20200210/taf_models.d.ts +136 -197
  66. package/tencentcloud/services/tbaas/v20180416/tbaas_client.d.ts +7 -49
  67. package/tencentcloud/services/tbaas/v20180416/tbaas_client.js +9 -65
  68. package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +905 -1211
  69. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +39 -0
  70. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +5 -1
  71. package/tencentcloud/services/tem/v20210701/tem_client.js +6 -0
  72. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +151 -70
  73. package/tencentcloud/services/teo/v20220106/teo_client.d.ts +7 -7
  74. package/tencentcloud/services/teo/v20220106/teo_client.js +7 -7
  75. package/tencentcloud/services/teo/v20220106/teo_models.d.ts +452 -288
  76. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +19 -11
  77. package/tencentcloud/services/vod/v20180717/vod_client.js +24 -14
  78. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +45 -7
  79. package/test/ccc.v20200210.test.js +0 -10
  80. package/test/gme.v20180711.test.js +82 -32
  81. package/test/mongodb.v20190725.test.js +0 -10
  82. package/test/redis.v20180412.test.js +10 -0
  83. package/test/taf.v20200210.test.js +8 -18
  84. package/test/tbaas.v20180416.test.js +6 -76
  85. package/test/tem.v20210701.test.js +10 -0
  86. package/test/vod.v20180717.test.js +18 -8
@@ -1,55 +1,74 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 容器服务(tke) 版本:2018-05-25
3
+ ## 弹性伸缩(as) 版本:2018-04-19
4
4
 
5
- ### 第 115 次发布
5
+ ### 第 54 次发布
6
6
 
7
- 发布时间:2022-08-10 06:54:09
7
+ 发布时间:2022-08-11 06:10:05
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
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
+
13
24
  修改数据结构:
14
25
 
15
- * [EdgeCluster](https://cloud.tencent.com/document/api/457/31866#EdgeCluster)
26
+ * [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
16
27
 
17
- * 新增成员:ClusterAdvancedSettings
28
+ * 新增成员:HpcClusterId
18
29
 
19
30
 
20
31
 
21
32
 
22
- ## 腾讯云微服务引擎(tse) 版本:2020-12-07
33
+ ## 云呼叫中心(ccc) 版本:2020-02-10
23
34
 
24
- ### 第 25 次发布
35
+ ### 第 28 次发布
25
36
 
26
- 发布时间:2022-08-10 06:55:45
37
+ 发布时间:2022-08-11 06:14:26
27
38
 
28
39
  本次发布包含了以下内容:
29
40
 
30
41
  改善已有的文档。
31
42
 
43
+ <font color="#dd0000">**删除接口**:</font>
44
+
45
+ * DescribeSeatUserList
46
+
32
47
  修改接口:
33
48
 
34
- * [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
49
+ * [DescribeSkillGroupInfoList](https://cloud.tencent.com/document/api/679/53310)
35
50
 
36
- * 新增入参:EngineRegion
51
+ * 新增入参:SkillGroupName
52
+
53
+ * [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
54
+
55
+ * 新增入参:UseMobileCallOut, UseMobileAccept
37
56
 
38
57
 
39
58
  修改数据结构:
40
59
 
41
- * [ZookeeperReplica](https://cloud.tencent.com/document/api/1364/54942#ZookeeperReplica)
60
+ * [StaffStatusMetrics](https://cloud.tencent.com/document/api/679/47715#StaffStatusMetrics)
42
61
 
43
- * 新增成员:AliasName
62
+ * 新增成员:UseMobileAccept, UseMobileCallOut
44
63
 
45
64
 
46
65
 
47
66
 
48
- ## 私有网络(vpc) 版本:2017-03-12
67
+ ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
49
68
 
50
- ### 第 122 次发布
69
+ ### 第 50 次发布
51
70
 
52
- 发布时间:2022-08-10 06:57:28
71
+ 发布时间:2022-08-11 06:18:51
53
72
 
54
73
  本次发布包含了以下内容:
55
74
 
@@ -57,12 +76,424 @@
57
76
 
58
77
  修改数据结构:
59
78
 
60
- * [VpnConnection](https://cloud.tencent.com/document/api/215/15824#VpnConnection)
79
+ * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
80
+
81
+ * 新增成员:DropInvalidMessage, DropCls
61
82
 
62
- * 新增成员:DpdEnable, DpdTimeout, DpdAction, TagSet, NegotiationType
63
83
 
64
84
 
65
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
+
66
497
 
67
498
  # 历次版本更新如下:
68
499
 
@@ -3490,6 +3921,32 @@
3490
3921
 
3491
3922
  ## 弹性伸缩(as) 版本:2018-04-19
3492
3923
 
3924
+ ### 第 54 次发布
3925
+
3926
+ 发布时间:2022-08-11 06:10:05
3927
+
3928
+ 本次发布包含了以下内容:
3929
+
3930
+ 改善已有的文档。
3931
+
3932
+ 修改接口:
3933
+
3934
+ * [CreateLaunchConfiguration](https://cloud.tencent.com/document/api/377/20447)
3935
+
3936
+ * 新增入参:HpcClusterId
3937
+
3938
+ * [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
3939
+
3940
+ * 新增入参:HpcClusterId
3941
+
3942
+
3943
+ 修改数据结构:
3944
+
3945
+ * [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
3946
+
3947
+ * 新增成员:HpcClusterId
3948
+
3949
+
3493
3950
  ### 第 53 次发布
3494
3951
 
3495
3952
  发布时间:2022-07-26 06:06:18
@@ -10564,6 +11021,36 @@
10564
11021
 
10565
11022
  ## 云呼叫中心(ccc) 版本:2020-02-10
10566
11023
 
11024
+ ### 第 28 次发布
11025
+
11026
+ 发布时间:2022-08-11 06:14:26
11027
+
11028
+ 本次发布包含了以下内容:
11029
+
11030
+ 改善已有的文档。
11031
+
11032
+ <font color="#dd0000">**删除接口**:</font>
11033
+
11034
+ * DescribeSeatUserList
11035
+
11036
+ 修改接口:
11037
+
11038
+ * [DescribeSkillGroupInfoList](https://cloud.tencent.com/document/api/679/53310)
11039
+
11040
+ * 新增入参:SkillGroupName
11041
+
11042
+ * [ModifyStaff](https://cloud.tencent.com/document/api/679/76322)
11043
+
11044
+ * 新增入参:UseMobileCallOut, UseMobileAccept
11045
+
11046
+
11047
+ 修改数据结构:
11048
+
11049
+ * [StaffStatusMetrics](https://cloud.tencent.com/document/api/679/47715#StaffStatusMetrics)
11050
+
11051
+ * 新增成员:UseMobileAccept, UseMobileCallOut
11052
+
11053
+
10567
11054
  ### 第 27 次发布
10568
11055
 
10569
11056
  发布时间:2022-07-01 06:06:59
@@ -17093,6 +17580,21 @@
17093
17580
 
17094
17581
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
17095
17582
 
17583
+ ### 第 50 次发布
17584
+
17585
+ 发布时间:2022-08-11 06:18:51
17586
+
17587
+ 本次发布包含了以下内容:
17588
+
17589
+ 改善已有的文档。
17590
+
17591
+ 修改数据结构:
17592
+
17593
+ * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
17594
+
17595
+ * 新增成员:DropInvalidMessage, DropCls
17596
+
17597
+
17096
17598
  ### 第 49 次发布
17097
17599
 
17098
17600
  发布时间:2022-08-08 06:10:42
@@ -19981,6 +20483,29 @@
19981
20483
 
19982
20484
  ## 日志服务(cls) 版本:2020-10-16
19983
20485
 
20486
+ ### 第 27 次发布
20487
+
20488
+ 发布时间:2022-08-11 06:20:21
20489
+
20490
+ 本次发布包含了以下内容:
20491
+
20492
+ 改善已有的文档。
20493
+
20494
+ 修改接口:
20495
+
20496
+ * [CreateConsumer](https://cloud.tencent.com/document/api/614/66228)
20497
+
20498
+ * 新增入参:Compression
20499
+
20500
+ * [DescribeConsumer](https://cloud.tencent.com/document/api/614/66226)
20501
+
20502
+ * 新增出参:Compression
20503
+
20504
+ * [ModifyConsumer](https://cloud.tencent.com/document/api/614/66225)
20505
+
20506
+ * 新增入参:Compression
20507
+
20508
+
19984
20509
  ### 第 26 次发布
19985
20510
 
19986
20511
  发布时间:2022-08-01 11:31:08
@@ -22123,6 +22648,25 @@
22123
22648
 
22124
22649
  ## 企业收付平台(cpdp) 版本:2019-08-20
22125
22650
 
22651
+ ### 第 81 次发布
22652
+
22653
+ 发布时间:2022-08-11 06:21:37
22654
+
22655
+ 本次发布包含了以下内容:
22656
+
22657
+ 改善已有的文档。
22658
+
22659
+ 修改接口:
22660
+
22661
+ * [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
22662
+
22663
+ * 新增入参:ExternalUserInfoList
22664
+
22665
+
22666
+ 新增数据结构:
22667
+
22668
+ * [[CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo)](https://cloud.tencent.com/document/api/1122/40683#[CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo))
22669
+
22126
22670
  ### 第 80 次发布
22127
22671
 
22128
22672
  发布时间:2022-08-09 12:03:26
@@ -36576,6 +37120,25 @@
36576
37120
 
36577
37121
  ## 电子签服务(ess) 版本:2020-11-11
36578
37122
 
37123
+ ### 第 13 次发布
37124
+
37125
+ 发布时间:2022-08-11 07:02:49
37126
+
37127
+ 本次发布包含了以下内容:
37128
+
37129
+ 改善已有的文档。
37130
+
37131
+ 修改接口:
37132
+
37133
+ * [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
37134
+
37135
+ * 新增入参:NeedSignReview
37136
+
37137
+ * [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
37138
+
37139
+ * 新增入参:NeedSignReview
37140
+
37141
+
36579
37142
  ### 第 12 次发布
36580
37143
 
36581
37144
  发布时间:2022-08-03 06:24:12
@@ -36916,6 +37479,28 @@
36916
37479
 
36917
37480
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
36918
37481
 
37482
+ ### 第 26 次发布
37483
+
37484
+ 发布时间:2022-08-11 07:03:11
37485
+
37486
+ 本次发布包含了以下内容:
37487
+
37488
+ 改善已有的文档。
37489
+
37490
+ 修改接口:
37491
+
37492
+ * [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
37493
+
37494
+ * 新增入参:NeedSignReview
37495
+
37496
+
37497
+ 修改数据结构:
37498
+
37499
+ * [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
37500
+
37501
+ * 新增成员:NeedSignReview
37502
+
37503
+
36919
37504
  ### 第 25 次发布
36920
37505
 
36921
37506
  发布时间:2022-08-08 10:31:46
@@ -39536,6 +40121,26 @@
39536
40121
 
39537
40122
  ## 游戏多媒体引擎(gme) 版本:2018-07-11
39538
40123
 
40124
+ ### 第 21 次发布
40125
+
40126
+ 发布时间:2022-08-11 06:32:55
40127
+
40128
+ 本次发布包含了以下内容:
40129
+
40130
+ 改善已有的文档。
40131
+
40132
+ 新增接口:
40133
+
40134
+ * [[CreateCustomization](https://cloud.tencent.com/document/api/607/78906)](https://cloud.tencent.com/document/api/#/#)
40135
+ * [[DeleteCustomization](https://cloud.tencent.com/document/api/607/78905)](https://cloud.tencent.com/document/api/#/#)
40136
+ * [[GetCustomizationList](https://cloud.tencent.com/document/api/607/78904)](https://cloud.tencent.com/document/api/#/#)
40137
+ * [[ModifyCustomization](https://cloud.tencent.com/document/api/607/78903)](https://cloud.tencent.com/document/api/#/#)
40138
+ * [[ModifyCustomizationState](https://cloud.tencent.com/document/api/607/78902)](https://cloud.tencent.com/document/api/#/#)
40139
+
40140
+ 新增数据结构:
40141
+
40142
+ * [[CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs)](https://cloud.tencent.com/document/api/607/35375#[CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs))
40143
+
39539
40144
  ### 第 20 次发布
39540
40145
 
39541
40146
  发布时间:2022-08-09 12:11:50
@@ -46829,6 +47434,25 @@
46829
47434
 
46830
47435
  ## 轻量应用服务器(lighthouse) 版本:2020-03-24
46831
47436
 
47437
+ ### 第 33 次发布
47438
+
47439
+ 发布时间:2022-08-11 06:38:25
47440
+
47441
+ 本次发布包含了以下内容:
47442
+
47443
+ 改善已有的文档。
47444
+
47445
+ 修改接口:
47446
+
47447
+ * [DescribeDiskDiscount](https://cloud.tencent.com/document/api/1207/66094)
47448
+
47449
+ * 新增入参:DiskBackupQuota
47450
+
47451
+ * [InquirePriceCreateDisks](https://cloud.tencent.com/document/api/1207/66089)
47452
+
47453
+ * 新增入参:DiskBackupQuota
47454
+
47455
+
46832
47456
  ### 第 32 次发布
46833
47457
 
46834
47458
  发布时间:2022-08-09 12:16:13
@@ -47471,6 +48095,21 @@
47471
48095
 
47472
48096
  ## 云直播(live) 版本:2018-08-01
47473
48097
 
48098
+ ### 第 85 次发布
48099
+
48100
+ 发布时间:2022-08-11 06:39:01
48101
+
48102
+ 本次发布包含了以下内容:
48103
+
48104
+ 改善已有的文档。
48105
+
48106
+ 修改接口:
48107
+
48108
+ * [DescribeLiveDomains](https://cloud.tencent.com/document/api/267/33856)
48109
+
48110
+ * 新增出参:PlayTypeCount
48111
+
48112
+
47474
48113
  ### 第 84 次发布
47475
48114
 
47476
48115
  发布时间:2022-08-08 06:27:50
@@ -50636,6 +51275,22 @@
50636
51275
 
50637
51276
  ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
50638
51277
 
51278
+ ### 第 22 次发布
51279
+
51280
+ 发布时间:2022-08-11 06:40:51
51281
+
51282
+ 本次发布包含了以下内容:
51283
+
51284
+ 改善已有的文档。
51285
+
51286
+ <font color="#dd0000">**删除接口**:</font>
51287
+
51288
+ * DescribeBackupAccess
51289
+
51290
+ <font color="#dd0000">**删除数据结构**:</font>
51291
+
51292
+ * BackupFile
51293
+
50639
51294
  ### 第 21 次发布
50640
51295
 
50641
51296
  发布时间:2022-06-07 06:10:21
@@ -58115,6 +58770,18 @@
58115
58770
 
58116
58771
  ## 云数据库 Redis(redis) 版本:2018-04-12
58117
58772
 
58773
+ ### 第 53 次发布
58774
+
58775
+ 发布时间:2022-08-11 06:44:49
58776
+
58777
+ 本次发布包含了以下内容:
58778
+
58779
+ 改善已有的文档。
58780
+
58781
+ 新增接口:
58782
+
58783
+ * [[SwitchProxy](https://cloud.tencent.com/document/api/239/78841)](https://cloud.tencent.com/document/api/#/#)
58784
+
58118
58785
  ### 第 52 次发布
58119
58786
 
58120
58787
  发布时间:2022-07-27 06:14:34
@@ -61466,6 +62133,36 @@
61466
62133
 
61467
62134
  ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
61468
62135
 
62136
+ ### 第 36 次发布
62137
+
62138
+ 发布时间:2022-08-11 06:47:08
62139
+
62140
+ 本次发布包含了以下内容:
62141
+
62142
+ 改善已有的文档。
62143
+
62144
+ 修改接口:
62145
+
62146
+ * [CreateBasicDBInstances](https://cloud.tencent.com/document/api/238/46808)
62147
+
62148
+ * 新增入参:Collation, TimeZone
62149
+
62150
+ * [CreateDBInstances](https://cloud.tencent.com/document/api/238/19973)
62151
+
62152
+ * 新增入参:Collation, TimeZone
62153
+
62154
+ * [CreateReadOnlyDBInstances](https://cloud.tencent.com/document/api/238/46807)
62155
+
62156
+ * 新增入参:Collation, TimeZone
62157
+
62158
+
62159
+ 修改数据结构:
62160
+
62161
+ * [DBInstance](https://cloud.tencent.com/document/api/238/19976#DBInstance)
62162
+
62163
+ * 新增成员:Collation, TimeZone
62164
+
62165
+
61469
62166
  ### 第 35 次发布
61470
62167
 
61471
62168
  发布时间:2022-07-29 06:14:07
@@ -63349,6 +64046,24 @@
63349
64046
 
63350
64047
  ## 流量反欺诈(taf) 版本:2020-02-10
63351
64048
 
64049
+ ### 第 14 次发布
64050
+
64051
+ 发布时间:2022-08-11 06:48:40
64052
+
64053
+ 本次发布包含了以下内容:
64054
+
64055
+ 改善已有的文档。
64056
+
64057
+ <font color="#dd0000">**删除接口**:</font>
64058
+
64059
+ * RecognizeEffectiveFlow
64060
+
64061
+ <font color="#dd0000">**删除数据结构**:</font>
64062
+
64063
+ * InputRecognizeEffectiveFlow
64064
+ * OutputRecognizeEffectiveFlow
64065
+ * OutputRecognizeEffectiveFlowValue
64066
+
63352
64067
  ### 第 13 次发布
63353
64068
 
63354
64069
  发布时间:2022-07-19 06:17:28
@@ -64225,6 +64940,24 @@
64225
64940
 
64226
64941
  ## TBaaS(tbaas) 版本:2018-04-16
64227
64942
 
64943
+ ### 第 13 次发布
64944
+
64945
+ 发布时间:2022-08-11 06:49:15
64946
+
64947
+ 本次发布包含了以下内容:
64948
+
64949
+ 改善已有的文档。
64950
+
64951
+ <font color="#dd0000">**删除接口**:</font>
64952
+
64953
+ * BlockByNumberHandler
64954
+ * DeployDynamicContractHandler
64955
+ * GetBlockListHandler
64956
+ * GetTransByHashHandler
64957
+ * GetTransListHandler
64958
+ * SendTransactionHandler
64959
+ * TransByDynamicContractHandler
64960
+
64228
64961
  ### 第 12 次发布
64229
64962
 
64230
64963
  发布时间:2022-06-20 15:31:45
@@ -68219,6 +68952,36 @@
68219
68952
 
68220
68953
  ## 容器安全服务(tcss) 版本:2020-11-01
68221
68954
 
68955
+ ### 第 23 次发布
68956
+
68957
+ 发布时间:2022-08-11 06:51:30
68958
+
68959
+ 本次发布包含了以下内容:
68960
+
68961
+ 改善已有的文档。
68962
+
68963
+ 修改接口:
68964
+
68965
+ * [DescribeAssetImageVirusListExport](https://cloud.tencent.com/document/api/1285/65482)
68966
+
68967
+ * 新增出参:JobId
68968
+
68969
+ * [DescribeVirusDetail](https://cloud.tencent.com/document/api/1285/65583)
68970
+
68971
+ * 新增出参:CheckPlatform
68972
+
68973
+
68974
+ 修改数据结构:
68975
+
68976
+ * [ImageVirusInfo](https://cloud.tencent.com/document/api/1285/65614#ImageVirusInfo)
68977
+
68978
+ * 新增成员:CheckPlatform
68979
+
68980
+ * [VirusInfo](https://cloud.tencent.com/document/api/1285/65614#VirusInfo)
68981
+
68982
+ * 新增成员:RiskLevel, CheckPlatform
68983
+
68984
+
68222
68985
  ### 第 22 次发布
68223
68986
 
68224
68987
  发布时间:2022-08-09 12:25:45
@@ -70322,6 +71085,39 @@
70322
71085
 
70323
71086
  ## 弹性微服务(tem) 版本:2021-07-01
70324
71087
 
71088
+ ### 第 26 次发布
71089
+
71090
+ 发布时间:2022-08-11 07:11:15
71091
+
71092
+ 本次发布包含了以下内容:
71093
+
71094
+ 改善已有的文档。
71095
+
71096
+ 修改数据结构:
71097
+
71098
+ * [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
71099
+
71100
+ * 新增成员:EnableMetrics
71101
+
71102
+ * <font color="#dd0000">**修改成员**:</font>ApplicationId, MinAliveInstances
71103
+
71104
+
71105
+ ### 第 25 次发布
71106
+
71107
+ 发布时间:2022-08-10 16:02:58
71108
+
71109
+ 本次发布包含了以下内容:
71110
+
71111
+ 改善已有的文档。
71112
+
71113
+ 新增接口:
71114
+
71115
+ * [DescribeEnvironment](https://cloud.tencent.com/document/api/1371/78842)
71116
+
71117
+ 新增数据结构:
71118
+
71119
+ * [NamespaceInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceInfo)
71120
+
70325
71121
  ### 第 24 次发布
70326
71122
 
70327
71123
  发布时间:2022-08-04 06:55:33
@@ -70823,6 +71619,52 @@
70823
71619
 
70824
71620
  ## 边缘安全加速平台(teo) 版本:2022-01-06
70825
71621
 
71622
+ ### 第 17 次发布
71623
+
71624
+ 发布时间:2022-08-11 06:53:53
71625
+
71626
+ 本次发布包含了以下内容:
71627
+
71628
+ 改善已有的文档。
71629
+
71630
+ 修改接口:
71631
+
71632
+ * [DescribeWebManagedRulesData](https://cloud.tencent.com/document/api/1552/75651)
71633
+
71634
+ * 新增入参:QueryCondition
71635
+
71636
+ * [DescribeWebManagedRulesTopData](https://cloud.tencent.com/document/api/1552/75649)
71637
+
71638
+ * 新增入参:Interval, QueryCondition
71639
+
71640
+ * [DescribeWebProtectionData](https://cloud.tencent.com/document/api/1552/75647)
71641
+
71642
+ * 新增入参:QueryCondition
71643
+
71644
+ * [DescribeWebProtectionLog](https://cloud.tencent.com/document/api/1552/75646)
71645
+
71646
+ * 新增入参:EntityType
71647
+
71648
+
71649
+ 新增数据结构:
71650
+
71651
+ * [[SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo)](https://cloud.tencent.com/document/api/1552/73155#[SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo))
71652
+
71653
+ 修改数据结构:
71654
+
71655
+ * [BotLog](https://cloud.tencent.com/document/api/1552/73155#BotLog)
71656
+
71657
+ * 新增成员:RuleDetailList, Label
71658
+
71659
+ * [CCLog](https://cloud.tencent.com/document/api/1552/73155#CCLog)
71660
+
71661
+ * 新增成员:Ua, RequestMethod, RuleDetailList
71662
+
71663
+ * [WebLogs](https://cloud.tencent.com/document/api/1552/73155#WebLogs)
71664
+
71665
+ * 新增成员:RuleDetailList
71666
+
71667
+
70826
71668
  ### 第 16 次发布
70827
71669
 
70828
71670
  发布时间:2022-08-04 06:55:59
@@ -79956,6 +80798,18 @@
79956
80798
 
79957
80799
  ## 云点播(vod) 版本:2018-07-17
79958
80800
 
80801
+ ### 第 112 次发布
80802
+
80803
+ 发布时间:2022-08-11 07:05:14
80804
+
80805
+ 本次发布包含了以下内容:
80806
+
80807
+ 改善已有的文档。
80808
+
80809
+ 新增接口:
80810
+
80811
+ * [[DescribeClientUploadAccelerationUsageData](https://cloud.tencent.com/document/api/266/78907)](https://cloud.tencent.com/document/api/#/#)
80812
+
79959
80813
  ### 第 111 次发布
79960
80814
 
79961
80815
  发布时间:2022-08-09 11:53:09