tencentcloud-sdk-nodejs 4.0.415 → 4.0.416

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 (30) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/SERVICE_CHANGELOG.md +90 -460
  3. package/package.json +1 -1
  4. package/products.md +4 -4
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ess/v20201111/ess_client.ts +32 -16
  7. package/src/services/ess/v20201111/ess_models.ts +49 -6
  8. package/src/services/essbasic/v20210526/essbasic_client.ts +31 -16
  9. package/src/services/essbasic/v20210526/essbasic_models.ts +69 -31
  10. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  11. package/src/services/ocr/v20181119/ocr_models.ts +5 -0
  12. package/src/services/tem/v20210701/tem_client.ts +27 -3
  13. package/src/services/tem/v20210701/tem_models.ts +193 -105
  14. package/tencentcloud/common/sdk_version.d.ts +1 -1
  15. package/tencentcloud/common/sdk_version.js +1 -1
  16. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +16 -8
  17. package/tencentcloud/services/ess/v20201111/ess_client.js +19 -9
  18. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +43 -6
  19. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +14 -7
  20. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +17 -8
  21. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +62 -29
  22. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  23. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  24. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
  25. package/tencentcloud/services/tem/v20210701/tem_client.d.ts +9 -1
  26. package/tencentcloud/services/tem/v20210701/tem_client.js +12 -0
  27. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +165 -90
  28. package/test/ess.v20201111.test.js +14 -4
  29. package/test/essbasic.v20210526.test.js +14 -4
  30. package/test/tem.v20210701.test.js +20 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,63 @@
1
+ # Release 4.0.416
2
+
3
+ ## 电子签服务(ess) 版本:2020-11-11
4
+
5
+ ### 第 14 次发布
6
+
7
+ 发布时间:2022-08-11 22:36:30
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)
16
+
17
+
18
+
19
+ ## 文字识别(ocr) 版本:2018-11-19
20
+
21
+ ### 第 74 次发布
22
+
23
+ 发布时间:2022-08-12 11:13:38
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 修改数据结构:
30
+
31
+ * [SingleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceInfo)
32
+
33
+ * 新增成员:Row
34
+
35
+
36
+
37
+
38
+ ## 弹性微服务(tem) 版本:2021-07-01
39
+
40
+ ### 第 28 次发布
41
+
42
+ 发布时间:2022-08-12 11:47:08
43
+
44
+ 本次发布包含了以下内容:
45
+
46
+ 改善已有的文档。
47
+
48
+ 修改接口:
49
+
50
+ * [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
51
+
52
+ * 新增入参:EnableMetrics
53
+
54
+
55
+
56
+
57
+ ## 弹性微服务(tem) 版本:2020-12-21
58
+
59
+
60
+
1
61
  # Release 4.0.415
2
62
 
3
63
  ## 弹性伸缩(as) 版本:2018-04-19
@@ -1,439 +1,45 @@
1
1
  # 本版本更新包含以下内容:
2
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
3
  ## 电子签服务(ess) 版本:2020-11-11
137
4
 
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
5
  ### 第 14 次发布
332
6
 
333
- 发布时间:2022-08-11 06:48:40
7
+ 发布时间:2022-08-11 22:36:30
334
8
 
335
9
  本次发布包含了以下内容:
336
10
 
337
11
  改善已有的文档。
338
12
 
339
- <font color="#dd0000">**删除接口**:</font>
340
-
341
- * RecognizeEffectiveFlow
13
+ 新增接口:
342
14
 
343
- <font color="#dd0000">**删除数据结构**:</font>
344
-
345
- * InputRecognizeEffectiveFlow
346
- * OutputRecognizeEffectiveFlow
347
- * OutputRecognizeEffectiveFlowValue
15
+ * [CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)
348
16
 
349
17
 
350
18
 
351
- ## TBaaS(tbaas) 版本:2018-04-16
19
+ ## 文字识别(ocr) 版本:2018-11-19
352
20
 
353
- ### 第 13 次发布
21
+ ### 第 74 次发布
354
22
 
355
- 发布时间:2022-08-11 06:49:15
23
+ 发布时间:2022-08-12 11:13:38
356
24
 
357
25
  本次发布包含了以下内容:
358
26
 
359
27
  改善已有的文档。
360
28
 
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
29
  修改数据结构:
395
30
 
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)
31
+ * [SingleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceInfo)
401
32
 
402
- * 新增成员:RiskLevel, CheckPlatform
33
+ * 新增成员:Row
403
34
 
404
35
 
405
36
 
406
37
 
407
38
  ## 弹性微服务(tem) 版本:2021-07-01
408
39
 
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 次发布
40
+ ### 第 28 次发布
435
41
 
436
- 发布时间:2022-08-11 06:53:53
42
+ 发布时间:2022-08-12 11:47:08
437
43
 
438
44
  本次发布包含了以下内容:
439
45
 
@@ -441,57 +47,14 @@
441
47
 
442
48
  修改接口:
443
49
 
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 次发布
50
+ * [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
485
51
 
486
- 发布时间:2022-08-11 07:05:14
52
+ * 新增入参:EnableMetrics
487
53
 
488
- 本次发布包含了以下内容:
489
54
 
490
- 改善已有的文档。
491
55
 
492
- 新增接口:
493
56
 
494
- * [DescribeClientUploadAccelerationUsageData](https://cloud.tencent.com/document/api/266/78907)
57
+ ## 弹性微服务(tem) 版本:2020-12-21
495
58
 
496
59
 
497
60
 
@@ -22665,7 +22228,7 @@
22665
22228
 
22666
22229
  新增数据结构:
22667
22230
 
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))
22231
+ * [CloudExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#CloudExternalUserInfo)
22669
22232
 
22670
22233
  ### 第 80 次发布
22671
22234
 
@@ -37120,6 +36683,18 @@
37120
36683
 
37121
36684
  ## 电子签服务(ess) 版本:2020-11-11
37122
36685
 
36686
+ ### 第 14 次发布
36687
+
36688
+ 发布时间:2022-08-11 22:36:30
36689
+
36690
+ 本次发布包含了以下内容:
36691
+
36692
+ 改善已有的文档。
36693
+
36694
+ 新增接口:
36695
+
36696
+ * [[CreateFlowSignReview](https://cloud.tencent.com/document/api/1323/78980)](https://cloud.tencent.com/document/api/#/#)
36697
+
37123
36698
  ### 第 13 次发布
37124
36699
 
37125
36700
  发布时间:2022-08-11 07:02:49
@@ -37479,6 +37054,18 @@
37479
37054
 
37480
37055
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
37481
37056
 
37057
+ ### 第 27 次发布
37058
+
37059
+ 发布时间:2022-08-11 15:03:00
37060
+
37061
+ 本次发布包含了以下内容:
37062
+
37063
+ 改善已有的文档。
37064
+
37065
+ 新增接口:
37066
+
37067
+ * [ChannelCreateFlowSignReview](https://cloud.tencent.com/document/api/1420/78953)
37068
+
37482
37069
  ### 第 26 次发布
37483
37070
 
37484
37071
  发布时间:2022-08-11 07:03:11
@@ -40131,15 +39718,15 @@
40131
39718
 
40132
39719
  新增接口:
40133
39720
 
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/#/#)
39721
+ * [CreateCustomization](https://cloud.tencent.com/document/api/607/78906)
39722
+ * [DeleteCustomization](https://cloud.tencent.com/document/api/607/78905)
39723
+ * [GetCustomizationList](https://cloud.tencent.com/document/api/607/78904)
39724
+ * [ModifyCustomization](https://cloud.tencent.com/document/api/607/78903)
39725
+ * [ModifyCustomizationState](https://cloud.tencent.com/document/api/607/78902)
40139
39726
 
40140
39727
  新增数据结构:
40141
39728
 
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))
39729
+ * [CustomizationConfigs](https://cloud.tencent.com/document/api/607/35375#CustomizationConfigs)
40143
39730
 
40144
39731
  ### 第 20 次发布
40145
39732
 
@@ -55563,6 +55150,21 @@
55563
55150
 
55564
55151
  ## 文字识别(ocr) 版本:2018-11-19
55565
55152
 
55153
+ ### 第 74 次发布
55154
+
55155
+ 发布时间:2022-08-12 11:13:38
55156
+
55157
+ 本次发布包含了以下内容:
55158
+
55159
+ 改善已有的文档。
55160
+
55161
+ 修改数据结构:
55162
+
55163
+ * [SingleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#SingleInvoiceInfo)
55164
+
55165
+ * 新增成员:Row
55166
+
55167
+
55566
55168
  ### 第 73 次发布
55567
55169
 
55568
55170
  发布时间:2022-07-19 06:15:45
@@ -58780,7 +58382,7 @@
58780
58382
 
58781
58383
  新增接口:
58782
58384
 
58783
- * [[SwitchProxy](https://cloud.tencent.com/document/api/239/78841)](https://cloud.tencent.com/document/api/#/#)
58385
+ * [SwitchProxy](https://cloud.tencent.com/document/api/239/78841)
58784
58386
 
58785
58387
  ### 第 52 次发布
58786
58388
 
@@ -71085,6 +70687,34 @@
71085
70687
 
71086
70688
  ## 弹性微服务(tem) 版本:2021-07-01
71087
70689
 
70690
+ ### 第 28 次发布
70691
+
70692
+ 发布时间:2022-08-12 11:47:08
70693
+
70694
+ 本次发布包含了以下内容:
70695
+
70696
+ 改善已有的文档。
70697
+
70698
+ 修改接口:
70699
+
70700
+ * [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
70701
+
70702
+ * 新增入参:EnableMetrics
70703
+
70704
+
70705
+ ### 第 27 次发布
70706
+
70707
+ 发布时间:2022-08-11 15:11:54
70708
+
70709
+ 本次发布包含了以下内容:
70710
+
70711
+ 改善已有的文档。
70712
+
70713
+ 新增接口:
70714
+
70715
+ * [DisableApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78955)
70716
+ * [EnableApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78954)
70717
+
71088
70718
  ### 第 26 次发布
71089
70719
 
71090
70720
  发布时间:2022-08-11 07:11:15
@@ -71648,7 +71278,7 @@
71648
71278
 
71649
71279
  新增数据结构:
71650
71280
 
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))
71281
+ * [SecRuleRelatedInfo](https://cloud.tencent.com/document/api/1552/73155#SecRuleRelatedInfo)
71652
71282
 
71653
71283
  修改数据结构:
71654
71284
 
@@ -80808,7 +80438,7 @@
80808
80438
 
80809
80439
  新增接口:
80810
80440
 
80811
- * [[DescribeClientUploadAccelerationUsageData](https://cloud.tencent.com/document/api/266/78907)](https://cloud.tencent.com/document/api/#/#)
80441
+ * [DescribeClientUploadAccelerationUsageData](https://cloud.tencent.com/document/api/266/78907)
80812
80442
 
80813
80443
  ### 第 111 次发布
80814
80444