tencentcloud-sdk-nodejs 4.0.685 → 4.0.687

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 +642 -0
  2. package/SERVICE_CHANGELOG.md +722 -39
  3. package/package.json +1 -1
  4. package/products.md +33 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_client.ts +4 -3
  7. package/src/services/ams/v20201229/ams_models.ts +1 -1
  8. package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
  9. package/src/services/antiddos/v20200309/antiddos_models.ts +1 -1
  10. package/src/services/as/v20180419/as_models.ts +4 -0
  11. package/src/services/asr/v20190614/asr_models.ts +81 -28
  12. package/src/services/cdb/v20170320/cdb_models.ts +3 -3
  13. package/src/services/cdc/v20201214/cdc_client.ts +1 -0
  14. package/src/services/cdc/v20201214/cdc_models.ts +72 -5
  15. package/src/services/cdn/v20180606/cdn_models.ts +2 -2
  16. package/src/services/clb/v20180317/clb_models.ts +1 -1
  17. package/src/services/csip/v20221121/csip_models.ts +5 -0
  18. package/src/services/cvm/v20170312/cvm_models.ts +6 -1
  19. package/src/services/dlc/v20210125/dlc_client.ts +1 -1
  20. package/src/services/dlc/v20210125/dlc_models.ts +1 -1
  21. package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
  22. package/src/services/ecc/v20181213/ecc_client.ts +1 -0
  23. package/src/services/ecc/v20181213/ecc_models.ts +35 -0
  24. package/src/services/ess/v20201111/ess_client.ts +37 -35
  25. package/src/services/ess/v20201111/ess_models.ts +194 -152
  26. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -0
  27. package/src/services/essbasic/v20210526/essbasic_models.ts +98 -4
  28. package/src/services/index.ts +1 -0
  29. package/src/services/lcic/v20220817/lcic_models.ts +5 -1
  30. package/src/services/monitor/v20180724/monitor_models.ts +7 -2
  31. package/src/services/mrs/v20200910/mrs_client.ts +91 -16
  32. package/src/services/mrs/v20200910/mrs_models.ts +2328 -782
  33. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  34. package/src/services/ocr/v20181119/ocr_models.ts +8 -0
  35. package/src/services/ses/v20201002/ses_client.ts +13 -0
  36. package/src/services/ses/v20201002/ses_models.ts +58 -0
  37. package/src/services/sqlserver/v20180328/sqlserver_models.ts +31 -19
  38. package/src/services/ssa/v20180608/ssa_client.ts +14 -0
  39. package/src/services/ssa/v20180608/ssa_models.ts +86 -0
  40. package/src/services/ssl/v20191205/ssl_models.ts +65 -38
  41. package/src/services/teo/v20220901/teo_models.ts +11 -10
  42. package/src/services/trocket/v20230308/trocket_client.ts +129 -18
  43. package/src/services/trocket/v20230308/trocket_models.ts +705 -256
  44. package/src/services/tsf/v20180326/tsf_models.ts +40 -20
  45. package/src/services/vod/v20180717/vod_client.ts +32 -6
  46. package/src/services/vod/v20180717/vod_models.ts +262 -170
  47. package/src/services/vpc/v20170312/vpc_models.ts +16 -0
  48. package/src/services/waf/v20180125/waf_client.ts +12 -0
  49. package/src/services/waf/v20180125/waf_models.ts +60 -1
  50. package/src/services/weilingwith/index.ts +5 -0
  51. package/src/services/weilingwith/v20230427/index.ts +6 -0
  52. package/src/services/weilingwith/v20230427/weilingwith_client.ts +93 -0
  53. package/src/services/weilingwith/v20230427/weilingwith_models.ts +197 -0
  54. package/tencentcloud/common/sdk_version.d.ts +1 -1
  55. package/tencentcloud/common/sdk_version.js +1 -1
  56. package/tencentcloud/services/ams/v20201229/ams_client.d.ts +4 -3
  57. package/tencentcloud/services/ams/v20201229/ams_client.js +4 -3
  58. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +1 -1
  59. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  60. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +1 -1
  61. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +1 -1
  62. package/tencentcloud/services/as/v20180419/as_models.d.ts +4 -0
  63. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +81 -28
  64. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +3 -3
  65. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +71 -5
  66. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -2
  67. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
  68. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +5 -0
  69. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -1
  70. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +1 -1
  71. package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
  72. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1 -1
  73. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
  74. package/tencentcloud/services/ecc/v20181213/ecc_models.d.ts +34 -0
  75. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +33 -24
  76. package/tencentcloud/services/ess/v20201111/ess_client.js +32 -25
  77. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +193 -150
  78. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +97 -4
  79. package/tencentcloud/services/index.d.ts +1 -0
  80. package/tencentcloud/services/index.js +2 -0
  81. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +5 -1
  82. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +7 -2
  83. package/tencentcloud/services/mrs/v20200910/mrs_client.d.ts +6 -1
  84. package/tencentcloud/services/mrs/v20200910/mrs_client.js +7 -0
  85. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +2272 -790
  86. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  87. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  88. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
  89. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +5 -1
  90. package/tencentcloud/services/ses/v20201002/ses_client.js +6 -0
  91. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +55 -0
  92. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +31 -19
  93. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
  94. package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
  95. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +82 -0
  96. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +65 -38
  97. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +11 -10
  98. package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +41 -3
  99. package/tencentcloud/services/trocket/v20230308/trocket_client.js +59 -3
  100. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +665 -235
  101. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +40 -20
  102. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +9 -1
  103. package/tencentcloud/services/vod/v20180717/vod_client.js +12 -0
  104. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +256 -170
  105. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +16 -0
  106. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  107. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  108. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +57 -0
  109. package/tencentcloud/services/weilingwith/index.d.ts +6 -0
  110. package/tencentcloud/services/weilingwith/index.js +7 -0
  111. package/tencentcloud/services/weilingwith/v20230427/index.d.ts +6 -0
  112. package/tencentcloud/services/weilingwith/v20230427/index.js +9 -0
  113. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.d.ts +30 -0
  114. package/tencentcloud/services/weilingwith/v20230427/weilingwith_client.js +61 -0
  115. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +169 -0
  116. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.js +18 -0
  117. package/test/ess.v20201111.test.js +0 -10
  118. package/test/mrs.v20200910.test.js +10 -0
  119. package/test/ses.v20201002.test.js +10 -0
  120. package/test/ssa.v20180608.test.js +10 -0
  121. package/test/trocket.v20230308.test.js +92 -2
  122. package/test/vod.v20180717.test.js +20 -0
  123. package/test/waf.v20180125.test.js +10 -0
  124. package/test/weilingwith.v20230427.test.js +71 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,645 @@
1
+ # Release 4.0.687
2
+
3
+ ## 云服务器(cvm) 版本:2017-03-12
4
+
5
+ ### 第 116 次发布
6
+
7
+ 发布时间:2023-09-13 01:29:52
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [HostItem](https://cloud.tencent.com/document/api/213/15753#HostItem)
16
+
17
+ * 新增成员:Tags
18
+
19
+ * <font color="#dd0000">**修改成员**:</font>Placement, HostId, HostType, HostName, HostChargeType, RenewFlag, CreatedTime, ExpiredTime, InstanceIds, HostState, HostIp, HostResource
20
+
21
+
22
+
23
+
24
+ ## 英文作文批改(ecc) 版本:2018-12-13
25
+
26
+ ### 第 4 次发布
27
+
28
+ 发布时间:2023-09-13 01:42:58
29
+
30
+ 本次发布包含了以下内容:
31
+
32
+ 改善已有的文档。
33
+
34
+ 修改接口:
35
+
36
+ * [CorrectMultiImage](https://cloud.tencent.com/document/api/1076/41242)
37
+
38
+ * 新增出参:ResultData
39
+
40
+ * [EHOCR](https://cloud.tencent.com/document/api/1076/35210)
41
+
42
+ * 新增出参:ResultData
43
+
44
+
45
+ 新增数据结构:
46
+
47
+ * [CompositionContext](https://cloud.tencent.com/document/api/1076/35212#CompositionContext)
48
+
49
+
50
+
51
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
52
+
53
+ ### 第 115 次发布
54
+
55
+ 发布时间:2023-09-13 01:46:18
56
+
57
+ 本次发布包含了以下内容:
58
+
59
+ 改善已有的文档。
60
+
61
+ <font color="#dd0000">**删除接口**:</font>
62
+
63
+ * CreateChannelSubOrganizationModifyQrCode
64
+
65
+
66
+
67
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
68
+
69
+ ### 第 110 次发布
70
+
71
+ 发布时间:2023-09-13 01:47:18
72
+
73
+ 本次发布包含了以下内容:
74
+
75
+ 改善已有的文档。
76
+
77
+ 修改接口:
78
+
79
+ * [CreateSealByImage](https://cloud.tencent.com/document/api/1420/73067)
80
+
81
+ * 新增入参:GenerateSource, SealType, SealHorizontalText, SealStyle, SealSize
82
+
83
+ * <font color="#dd0000">**修改入参**:</font>SealImage
84
+
85
+ * 新增出参:ImageUrl
86
+
87
+
88
+
89
+
90
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
91
+
92
+
93
+
94
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
95
+
96
+ ### 第 93 次发布
97
+
98
+ 发布时间:2023-09-13 02:04:57
99
+
100
+ 本次发布包含了以下内容:
101
+
102
+ 改善已有的文档。
103
+
104
+ 修改数据结构:
105
+
106
+ * [AlarmHistory](https://cloud.tencent.com/document/api/248/30354#AlarmHistory)
107
+
108
+ * 新增成员:AlarmLevel
109
+
110
+
111
+
112
+
113
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
114
+
115
+ ### 第 51 次发布
116
+
117
+ 发布时间:2023-09-13 02:18:02
118
+
119
+ 本次发布包含了以下内容:
120
+
121
+ 改善已有的文档。
122
+
123
+ 修改接口:
124
+
125
+ * [CreateBackup](https://cloud.tencent.com/document/api/238/19946)
126
+
127
+ * 新增入参:StorageStrategy
128
+
129
+ * [DescribeBackups](https://cloud.tencent.com/document/api/238/19943)
130
+
131
+ * 新增入参:StorageStrategy
132
+
133
+
134
+ 修改数据结构:
135
+
136
+ * [Backup](https://cloud.tencent.com/document/api/238/19976#Backup)
137
+
138
+ * 新增成员:StorageStrategy
139
+
140
+
141
+
142
+
143
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
144
+
145
+ ### 第 51 次发布
146
+
147
+ 发布时间:2023-09-13 02:30:58
148
+
149
+ 本次发布包含了以下内容:
150
+
151
+ 改善已有的文档。
152
+
153
+ 修改数据结构:
154
+
155
+ * [OriginDetail](https://cloud.tencent.com/document/api/1552/80721#OriginDetail)
156
+
157
+ * <font color="#dd0000">**修改成员**:</font>OriginType, Origin, BackupOrigin, OriginGroupName, BackOriginGroupName, PrivateAccess, PrivateParameters
158
+
159
+
160
+
161
+
162
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
163
+
164
+
165
+
166
+ ## 云点播(vod) 版本:2018-07-17
167
+
168
+ ### 第 166 次发布
169
+
170
+ 发布时间:2023-09-13 02:40:01
171
+
172
+ 本次发布包含了以下内容:
173
+
174
+ 改善已有的文档。
175
+
176
+ <font color="#dd0000">**删除接口**:</font>
177
+
178
+ * VerifyDomainOwnershipForConsole
179
+
180
+
181
+
182
+ ## Web 应用防火墙(waf) 版本:2018-01-25
183
+
184
+ ### 第 50 次发布
185
+
186
+ 发布时间:2023-09-13 02:45:23
187
+
188
+ 本次发布包含了以下内容:
189
+
190
+ 改善已有的文档。
191
+
192
+ 新增接口:
193
+
194
+ * [DescribePorts](https://cloud.tencent.com/document/api/627/98033)
195
+
196
+
197
+
198
+ # Release 4.0.686
199
+
200
+ ## 弹性伸缩(as) 版本:2018-04-19
201
+
202
+ ### 第 67 次发布
203
+
204
+ 发布时间:2023-09-12 01:09:06
205
+
206
+ 本次发布包含了以下内容:
207
+
208
+ 改善已有的文档。
209
+
210
+ 修改接口:
211
+
212
+ * [ModifyLaunchConfigurationAttributes](https://cloud.tencent.com/document/api/377/31298)
213
+
214
+ * 新增入参:LoginSettings
215
+
216
+
217
+
218
+
219
+ ## 本地专用集群(cdc) 版本:2020-12-14
220
+
221
+ ### 第 7 次发布
222
+
223
+ 发布时间:2023-09-12 01:18:51
224
+
225
+ 本次发布包含了以下内容:
226
+
227
+ 改善已有的文档。
228
+
229
+ 修改接口:
230
+
231
+ * [DescribeDedicatedClusterHostStatistics](https://cloud.tencent.com/document/api/1346/73764)
232
+
233
+ * 新增入参:HostId, StartTime, EndTime, Period
234
+
235
+
236
+ 新增数据结构:
237
+
238
+ * [DetailData](https://cloud.tencent.com/document/api/1346/73770#DetailData)
239
+
240
+ 修改数据结构:
241
+
242
+ * [HostStatistic](https://cloud.tencent.com/document/api/1346/73770#HostStatistic)
243
+
244
+ * 新增成员:CpuAverage, MemAverage, NetAverage, CpuDetailData, MemDetailData, NetRateDetailData, NetPacketDetailData
245
+
246
+
247
+
248
+
249
+ ## 云安全一体化平台(csip) 版本:2022-11-21
250
+
251
+ ### 第 11 次发布
252
+
253
+ 发布时间:2023-09-12 01:32:51
254
+
255
+ 本次发布包含了以下内容:
256
+
257
+ 改善已有的文档。
258
+
259
+ 修改数据结构:
260
+
261
+ * [DomainAssetVO](https://cloud.tencent.com/document/api/664/90825#DomainAssetVO)
262
+
263
+ * 新增成员:BotAccessCount
264
+
265
+
266
+
267
+
268
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
269
+
270
+ ### 第 114 次发布
271
+
272
+ 发布时间:2023-09-12 01:51:41
273
+
274
+ 本次发布包含了以下内容:
275
+
276
+ 改善已有的文档。
277
+
278
+ 新增数据结构:
279
+
280
+ * [ComponentLimit](https://cloud.tencent.com/document/api/1323/70369#ComponentLimit)
281
+
282
+ 修改数据结构:
283
+
284
+ * [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
285
+
286
+ * 新增成员:AddSignComponentsLimits
287
+
288
+
289
+
290
+
291
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
292
+
293
+ ### 第 109 次发布
294
+
295
+ 发布时间:2023-09-12 01:52:56
296
+
297
+ 本次发布包含了以下内容:
298
+
299
+ 改善已有的文档。
300
+
301
+ 新增数据结构:
302
+
303
+ * [ComponentLimit](https://cloud.tencent.com/document/api/1420/61525#ComponentLimit)
304
+
305
+ 修改数据结构:
306
+
307
+ * [CommonFlowApprover](https://cloud.tencent.com/document/api/1420/61525#CommonFlowApprover)
308
+
309
+ * 新增成员:ApproverVerifyTypes, ApproverSignTypes
310
+
311
+ * [Component](https://cloud.tencent.com/document/api/1420/61525#Component)
312
+
313
+ * 新增成员:LockComponentValue, ForbidMoveAndDelete
314
+
315
+ * [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
316
+
317
+ * 新增成员:AddSignComponentsLimits
318
+
319
+
320
+
321
+
322
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
323
+
324
+
325
+
326
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
327
+
328
+ ### 第 42 次发布
329
+
330
+ 发布时间:2023-09-12 02:07:10
331
+
332
+ 本次发布包含了以下内容:
333
+
334
+ 改善已有的文档。
335
+
336
+ 修改接口:
337
+
338
+ * [CreateDocument](https://cloud.tencent.com/document/api/1639/81421)
339
+
340
+ * 新增入参:AutoHandleUnsupportedElement
341
+
342
+
343
+
344
+
345
+ ## 医疗报告结构化(mrs) 版本:2020-09-10
346
+
347
+ ### 第 17 次发布
348
+
349
+ 发布时间:2023-09-11 11:36:02
350
+
351
+ 本次发布包含了以下内容:
352
+
353
+ 改善已有的文档。
354
+
355
+ 新增接口:
356
+
357
+ * [TurnPDFToObject](https://cloud.tencent.com/document/api/1314/97928)
358
+
359
+ 新增数据结构:
360
+
361
+ * [Block](https://cloud.tencent.com/document/api/1314/56230#Block)
362
+ * [BloodPressureItem](https://cloud.tencent.com/document/api/1314/56230#BloodPressureItem)
363
+ * [ChestCircumferenceItem](https://cloud.tencent.com/document/api/1314/56230#ChestCircumferenceItem)
364
+ * [GeneralExaminationBaseItem](https://cloud.tencent.com/document/api/1314/56230#GeneralExaminationBaseItem)
365
+ * [GeneralExaminationBriefSummary](https://cloud.tencent.com/document/api/1314/56230#GeneralExaminationBriefSummary)
366
+ * [GeneralExaminationOthers](https://cloud.tencent.com/document/api/1314/56230#GeneralExaminationOthers)
367
+ * [GeneralExaminationVitalSign](https://cloud.tencent.com/document/api/1314/56230#GeneralExaminationVitalSign)
368
+ * [GeneralExaminationVitalSignBloodPressure](https://cloud.tencent.com/document/api/1314/56230#GeneralExaminationVitalSignBloodPressure)
369
+ * [GynaecologyAdnexal](https://cloud.tencent.com/document/api/1314/56230#GynaecologyAdnexal)
370
+ * [GynaecologyBaseItem](https://cloud.tencent.com/document/api/1314/56230#GynaecologyBaseItem)
371
+ * [GynaecologyBriefSummary](https://cloud.tencent.com/document/api/1314/56230#GynaecologyBriefSummary)
372
+ * [GynaecologyCervix](https://cloud.tencent.com/document/api/1314/56230#GynaecologyCervix)
373
+ * [GynaecologyMenstrualHistory](https://cloud.tencent.com/document/api/1314/56230#GynaecologyMenstrualHistory)
374
+ * [GynaecologyPelvicCavity](https://cloud.tencent.com/document/api/1314/56230#GynaecologyPelvicCavity)
375
+ * [GynaecologyUterus](https://cloud.tencent.com/document/api/1314/56230#GynaecologyUterus)
376
+ * [GynaecologyVagina](https://cloud.tencent.com/document/api/1314/56230#GynaecologyVagina)
377
+ * [GynaecologyVulva](https://cloud.tencent.com/document/api/1314/56230#GynaecologyVulva)
378
+ * [HearingItem](https://cloud.tencent.com/document/api/1314/56230#HearingItem)
379
+ * [InternalMedicineAbdomen](https://cloud.tencent.com/document/api/1314/56230#InternalMedicineAbdomen)
380
+ * [InternalMedicineAbdomenGallBladder](https://cloud.tencent.com/document/api/1314/56230#InternalMedicineAbdomenGallBladder)
381
+ * [InternalMedicineAbdomenKidney](https://cloud.tencent.com/document/api/1314/56230#InternalMedicineAbdomenKidney)
382
+ * [InternalMedicineAbdomenLiver](https://cloud.tencent.com/document/api/1314/56230#InternalMedicineAbdomenLiver)
383
+ * [InternalMedicineAbdomenPancreas](https://cloud.tencent.com/document/api/1314/56230#InternalMedicineAbdomenPancreas)
384
+ * [InternalMedicineAbdomenSpleen](https://cloud.tencent.com/document/api/1314/56230#InternalMedicineAbdomenSpleen)
385
+ * [InternalMedicineBaseItem](https://cloud.tencent.com/document/api/1314/56230#InternalMedicineBaseItem)
386
+ * [InternalMedicineBriefSummary](https://cloud.tencent.com/document/api/1314/56230#InternalMedicineBriefSummary)
387
+ * [InternalMedicineHeart](https://cloud.tencent.com/document/api/1314/56230#InternalMedicineHeart)
388
+ * [InternalMedicineRespiratorySystem](https://cloud.tencent.com/document/api/1314/56230#InternalMedicineRespiratorySystem)
389
+ * [InternalMedicineVessel](https://cloud.tencent.com/document/api/1314/56230#InternalMedicineVessel)
390
+ * [KeyValueItem](https://cloud.tencent.com/document/api/1314/56230#KeyValueItem)
391
+ * [OphthalmologyBareEyeSight](https://cloud.tencent.com/document/api/1314/56230#OphthalmologyBareEyeSight)
392
+ * [OphthalmologyBaseItem](https://cloud.tencent.com/document/api/1314/56230#OphthalmologyBaseItem)
393
+ * [OphthalmologyBriefSummary](https://cloud.tencent.com/document/api/1314/56230#OphthalmologyBriefSummary)
394
+ * [OphthalmologyColourVision](https://cloud.tencent.com/document/api/1314/56230#OphthalmologyColourVision)
395
+ * [OphthalmologyCorrectedVisualAcuity](https://cloud.tencent.com/document/api/1314/56230#OphthalmologyCorrectedVisualAcuity)
396
+ * [OphthalmologyFundoscopy](https://cloud.tencent.com/document/api/1314/56230#OphthalmologyFundoscopy)
397
+ * [OtolaryngologyBaseItem](https://cloud.tencent.com/document/api/1314/56230#OtolaryngologyBaseItem)
398
+ * [OtolaryngologyBriefSummary](https://cloud.tencent.com/document/api/1314/56230#OtolaryngologyBriefSummary)
399
+ * [OtolaryngologyEar](https://cloud.tencent.com/document/api/1314/56230#OtolaryngologyEar)
400
+ * [OtolaryngologyLarynx](https://cloud.tencent.com/document/api/1314/56230#OtolaryngologyLarynx)
401
+ * [OtolaryngologyNose](https://cloud.tencent.com/document/api/1314/56230#OtolaryngologyNose)
402
+ * [PdfInfo](https://cloud.tencent.com/document/api/1314/56230#PdfInfo)
403
+ * [PhysicalBaseItem](https://cloud.tencent.com/document/api/1314/56230#PhysicalBaseItem)
404
+ * [PhysicalExamination](https://cloud.tencent.com/document/api/1314/56230#PhysicalExamination)
405
+ * [PhysicalExaminationV1](https://cloud.tencent.com/document/api/1314/56230#PhysicalExaminationV1)
406
+ * [StomatologyBaseItem](https://cloud.tencent.com/document/api/1314/56230#StomatologyBaseItem)
407
+ * [StomatologyBriefSummary](https://cloud.tencent.com/document/api/1314/56230#StomatologyBriefSummary)
408
+ * [StomatologyGingiva](https://cloud.tencent.com/document/api/1314/56230#StomatologyGingiva)
409
+ * [StomatologyPeriodontics](https://cloud.tencent.com/document/api/1314/56230#StomatologyPeriodontics)
410
+ * [StomatologyToothDecay](https://cloud.tencent.com/document/api/1314/56230#StomatologyToothDecay)
411
+ * [SurgeryAnorectal](https://cloud.tencent.com/document/api/1314/56230#SurgeryAnorectal)
412
+ * [SurgeryBaseItem](https://cloud.tencent.com/document/api/1314/56230#SurgeryBaseItem)
413
+ * [SurgeryBreast](https://cloud.tencent.com/document/api/1314/56230#SurgeryBreast)
414
+ * [SurgeryBriefSummary](https://cloud.tencent.com/document/api/1314/56230#SurgeryBriefSummary)
415
+ * [SurgeryHeadNeck](https://cloud.tencent.com/document/api/1314/56230#SurgeryHeadNeck)
416
+ * [SurgeryLymphNode](https://cloud.tencent.com/document/api/1314/56230#SurgeryLymphNode)
417
+ * [SurgerySkin](https://cloud.tencent.com/document/api/1314/56230#SurgerySkin)
418
+ * [SurgerySpinalExtremities](https://cloud.tencent.com/document/api/1314/56230#SurgerySpinalExtremities)
419
+ * [SurgeryThyroid](https://cloud.tencent.com/document/api/1314/56230#SurgeryThyroid)
420
+ * [SurgeryUrogenitalSystem](https://cloud.tencent.com/document/api/1314/56230#SurgeryUrogenitalSystem)
421
+ * [TextTypeListBlock](https://cloud.tencent.com/document/api/1314/56230#TextTypeListBlock)
422
+ * [ValueUnitItem](https://cloud.tencent.com/document/api/1314/56230#ValueUnitItem)
423
+
424
+
425
+
426
+ ## 文字识别(ocr) 版本:2018-11-19
427
+
428
+ ### 第 111 次发布
429
+
430
+ 发布时间:2023-09-12 02:18:31
431
+
432
+ 本次发布包含了以下内容:
433
+
434
+ 改善已有的文档。
435
+
436
+ 修改接口:
437
+
438
+ * [DriverLicenseOCR](https://cloud.tencent.com/document/api/866/36213)
439
+
440
+ * 新增出参:CurrentTime, GenerateTime
441
+
442
+
443
+
444
+
445
+ ## 邮件推送(ses) 版本:2020-10-02
446
+
447
+ ### 第 19 次发布
448
+
449
+ 发布时间:2023-09-12 02:25:46
450
+
451
+ 本次发布包含了以下内容:
452
+
453
+ 改善已有的文档。
454
+
455
+ 新增接口:
456
+
457
+ * [ListReceiverDetails](https://cloud.tencent.com/document/api/1288/97935)
458
+
459
+ 新增数据结构:
460
+
461
+ * [ReceiverDetail](https://cloud.tencent.com/document/api/1288/51053#ReceiverDetail)
462
+
463
+
464
+
465
+ ## 安全运营中心(ssa) 版本:2018-06-08
466
+
467
+ ### 第 19 次发布
468
+
469
+ 发布时间:2023-09-12 02:29:07
470
+
471
+ 本次发布包含了以下内容:
472
+
473
+ 改善已有的文档。
474
+
475
+ 新增接口:
476
+
477
+ * [DescribeAlarmStat](https://cloud.tencent.com/document/api/664/97936)
478
+
479
+ 新增数据结构:
480
+
481
+ * [AlarmInfoRsp](https://cloud.tencent.com/document/api/664/51406#AlarmInfoRsp)
482
+ * [AttackEvent](https://cloud.tencent.com/document/api/664/51406#AttackEvent)
483
+
484
+
485
+
486
+ ## SSL 证书(ssl) 版本:2019-12-05
487
+
488
+ ### 第 43 次发布
489
+
490
+ 发布时间:2023-09-12 02:29:39
491
+
492
+ 本次发布包含了以下内容:
493
+
494
+ 改善已有的文档。
495
+
496
+ 修改接口:
497
+
498
+ * [DescribeHostTeoInstanceList](https://cloud.tencent.com/document/api/400/91655)
499
+
500
+ * 新增入参:Offset, Limit, AsyncCache
501
+
502
+
503
+ 修改数据结构:
504
+
505
+ * [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
506
+
507
+ * 新增成员:HostingStatus, HostingCompleteTime, HostingRenewCertId
508
+
509
+
510
+
511
+
512
+ ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
513
+
514
+ ### 第 3 次发布
515
+
516
+ 发布时间:2023-09-12 02:49:45
517
+
518
+ 本次发布包含了以下内容:
519
+
520
+ 改善已有的文档。
521
+
522
+ 新增接口:
523
+
524
+ * [CreateConsumerGroup](https://cloud.tencent.com/document/api/1493/97943)
525
+ * [CreateTopic](https://cloud.tencent.com/document/api/1493/97947)
526
+ * [DeleteConsumerGroup](https://cloud.tencent.com/document/api/1493/97942)
527
+ * [DeleteTopic](https://cloud.tencent.com/document/api/1493/97946)
528
+ * [DescribeConsumerGroup](https://cloud.tencent.com/document/api/1493/97941)
529
+ * [DescribeTopic](https://cloud.tencent.com/document/api/1493/97945)
530
+ * [DescribeTopicStatsOp](https://cloud.tencent.com/document/api/1493/97938)
531
+ * [ModifyConsumerGroup](https://cloud.tencent.com/document/api/1493/97940)
532
+ * [ModifyTopic](https://cloud.tencent.com/document/api/1493/97944)
533
+
534
+ 新增数据结构:
535
+
536
+ * [SubscriptionData](https://cloud.tencent.com/document/api/1493/96031#SubscriptionData)
537
+
538
+
539
+
540
+ ## 微服务平台 TSF(tsf) 版本:2018-03-26
541
+
542
+ ### 第 99 次发布
543
+
544
+ 发布时间:2023-09-12 02:52:20
545
+
546
+ 本次发布包含了以下内容:
547
+
548
+ 改善已有的文档。
549
+
550
+ 修改接口:
551
+
552
+ * [DescribeDeliveryConfigs](https://cloud.tencent.com/document/api/649/75774)
553
+
554
+ * 新增入参:ProgramIdList, ConfigIdList
555
+
556
+ * [DescribeGatewayApis](https://cloud.tencent.com/document/api/649/63178)
557
+
558
+ * 新增入参:ReleaseStatus
559
+
560
+ * [DescribeGroupsWithPlugin](https://cloud.tencent.com/document/api/649/53936)
561
+
562
+ * <font color="#dd0000">**修改入参**:</font>Bound
563
+
564
+ * [DescribeLaneRules](https://cloud.tencent.com/document/api/649/44505)
565
+
566
+ * <font color="#dd0000">**修改入参**:</font>Limit, Offset
567
+
568
+ * [DescribePluginInstances](https://cloud.tencent.com/document/api/649/53935)
569
+
570
+ * <font color="#dd0000">**修改入参**:</font>Bound
571
+
572
+
573
+ 修改数据结构:
574
+
575
+ * [GatewayPluginBoundParam](https://cloud.tencent.com/document/api/649/36099#GatewayPluginBoundParam)
576
+
577
+ * 新增成员:MicroserviceId, GatewayInstanceId
578
+
579
+
580
+
581
+
582
+ ## 云点播(vod) 版本:2018-07-17
583
+
584
+ ### 第 165 次发布
585
+
586
+ 发布时间:2023-09-12 02:56:18
587
+
588
+ 本次发布包含了以下内容:
589
+
590
+ 改善已有的文档。
591
+
592
+ 新增接口:
593
+
594
+ * [CreateDomainVerifyRecord](https://cloud.tencent.com/document/api/266/97950)
595
+ * [VerifyDomainOwnershipForConsole](https://cloud.tencent.com/document/api/266/97949)
596
+ * [VerifyDomainRecord](https://cloud.tencent.com/document/api/266/97948)
597
+
598
+ 新增数据结构:
599
+
600
+ * [DNSVerifyInfo](https://cloud.tencent.com/document/api/266/31773#DNSVerifyInfo)
601
+ * [FileVerifyInfo](https://cloud.tencent.com/document/api/266/31773#FileVerifyInfo)
602
+
603
+ 修改数据结构:
604
+
605
+ * [TerrorismConfigureInfo](https://cloud.tencent.com/document/api/266/31773#TerrorismConfigureInfo)
606
+
607
+ * <font color="#dd0000">**修改成员**:</font>OcrReviewInfo
608
+
609
+
610
+
611
+
612
+ ## 私有网络(vpc) 版本:2017-03-12
613
+
614
+ ### 第 169 次发布
615
+
616
+ 发布时间:2023-09-12 02:59:25
617
+
618
+ 本次发布包含了以下内容:
619
+
620
+ 改善已有的文档。
621
+
622
+ 修改接口:
623
+
624
+ * [DescribeAddressTemplateGroups](https://cloud.tencent.com/document/api/215/16716)
625
+
626
+ * 新增入参:NeedMemberInfo
627
+
628
+ * [DescribeAddressTemplates](https://cloud.tencent.com/document/api/215/16717)
629
+
630
+ * 新增入参:NeedMemberInfo
631
+
632
+ * [DescribeServiceTemplateGroups](https://cloud.tencent.com/document/api/215/16718)
633
+
634
+ * 新增入参:NeedMemberInfo
635
+
636
+ * [DescribeServiceTemplates](https://cloud.tencent.com/document/api/215/16719)
637
+
638
+ * 新增入参:NeedMemberInfo
639
+
640
+
641
+
642
+
1
643
  # Release 4.0.685
2
644
 
3
645
  ## 云防火墙(cfw) 版本:2019-09-04