tencentcloud-sdk-nodejs 4.0.928 → 4.0.929

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 (117) hide show
  1. package/CHANGELOG.md +631 -0
  2. package/SERVICE_CHANGELOG.md +1064 -31
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_models.ts +8 -0
  7. package/src/services/asr/v20190614/asr_client.ts +71 -15
  8. package/src/services/asr/v20190614/asr_models.ts +293 -79
  9. package/src/services/bi/v20220105/bi_models.ts +5 -0
  10. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +29 -2
  11. package/src/services/cfg/v20210820/cfg_client.ts +1 -0
  12. package/src/services/cfg/v20210820/cfg_models.ts +66 -6
  13. package/src/services/cfw/v20190904/cfw_client.ts +14 -2
  14. package/src/services/cfw/v20190904/cfw_models.ts +213 -189
  15. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
  16. package/src/services/ckafka/v20190819/ckafka_models.ts +19 -7
  17. package/src/services/clb/v20180317/clb_models.ts +21 -1
  18. package/src/services/cynosdb/v20190107/cynosdb_client.ts +30 -6
  19. package/src/services/cynosdb/v20190107/cynosdb_models.ts +120 -0
  20. package/src/services/dasb/v20191018/dasb_models.ts +4 -0
  21. package/src/services/dc/v20180410/dc_client.ts +4 -5
  22. package/src/services/dc/v20180410/dc_models.ts +68 -50
  23. package/src/services/dcdb/v20180411/dcdb_client.ts +13 -1
  24. package/src/services/dcdb/v20180411/dcdb_models.ts +34 -6
  25. package/src/services/emr/v20190103/emr_client.ts +14 -1
  26. package/src/services/emr/v20190103/emr_models.ts +109 -81
  27. package/src/services/es/v20180416/es_client.ts +13 -1
  28. package/src/services/es/v20180416/es_models.ts +53 -21
  29. package/src/services/essbasic/v20210526/essbasic_models.ts +8 -12
  30. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  31. package/src/services/ims/v20201229/ims_client.ts +2 -2
  32. package/src/services/iss/v20230517/iss_models.ts +12 -0
  33. package/src/services/lke/v20231130/lke_client.ts +2 -0
  34. package/src/services/lke/v20231130/lke_models.ts +68 -2
  35. package/src/services/mariadb/v20170312/mariadb_client.ts +20 -8
  36. package/src/services/mariadb/v20170312/mariadb_models.ts +69 -41
  37. package/src/services/oceanus/v20190422/oceanus_models.ts +5 -0
  38. package/src/services/ocr/v20181119/ocr_client.ts +13 -7
  39. package/src/services/ocr/v20181119/ocr_models.ts +1 -2
  40. package/src/services/scf/v20180416/scf_models.ts +7 -8
  41. package/src/services/sms/v20190711/sms_client.ts +32 -64
  42. package/src/services/sms/v20190711/sms_models.ts +27 -28
  43. package/src/services/ssl/v20191205/ssl_models.ts +3 -3
  44. package/src/services/tdmq/v20200217/tdmq_client.ts +1 -0
  45. package/src/services/tdmq/v20200217/tdmq_models.ts +88 -47
  46. package/src/services/tke/v20180525/tke_models.ts +4 -0
  47. package/src/services/tmt/v20180321/tmt_models.ts +1 -1
  48. package/src/services/trocket/v20230308/trocket_models.ts +20 -0
  49. package/src/services/vpc/v20170312/vpc_models.ts +8 -0
  50. package/src/services/wedata/v20210820/wedata_client.ts +16 -3
  51. package/src/services/wedata/v20210820/wedata_models.ts +164 -79
  52. package/tencentcloud/common/sdk_version.d.ts +1 -1
  53. package/tencentcloud/common/sdk_version.js +1 -1
  54. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +8 -0
  55. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +23 -3
  56. package/tencentcloud/services/asr/v20190614/asr_client.js +31 -3
  57. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +281 -79
  58. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +5 -0
  59. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +29 -2
  60. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +65 -6
  61. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  62. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  63. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +211 -189
  64. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  65. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  66. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +19 -7
  67. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +21 -1
  68. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +11 -3
  69. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +15 -3
  70. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +116 -0
  71. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -0
  72. package/tencentcloud/services/dc/v20180410/dc_client.d.ts +3 -4
  73. package/tencentcloud/services/dc/v20180410/dc_client.js +3 -4
  74. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +68 -50
  75. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  76. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  77. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +32 -6
  78. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +6 -1
  79. package/tencentcloud/services/emr/v20190103/emr_client.js +7 -0
  80. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +107 -81
  81. package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
  82. package/tencentcloud/services/es/v20180416/es_client.js +6 -0
  83. package/tencentcloud/services/es/v20180416/es_models.d.ts +51 -21
  84. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -12
  85. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  86. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -2
  87. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -2
  88. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +12 -0
  89. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +66 -2
  90. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +7 -3
  91. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +9 -3
  92. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +67 -41
  93. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +5 -0
  94. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +8 -2
  95. package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -2
  96. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -2
  97. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +7 -8
  98. package/tencentcloud/services/sms/v20190711/sms_client.d.ts +28 -60
  99. package/tencentcloud/services/sms/v20190711/sms_client.js +28 -60
  100. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +27 -28
  101. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
  102. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +87 -47
  103. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  104. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
  105. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +20 -0
  106. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
  107. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  108. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  109. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +161 -79
  110. package/test/asr.v20190614.test.js +42 -2
  111. package/test/cfw.v20190904.test.js +10 -0
  112. package/test/cynosdb.v20190107.test.js +22 -2
  113. package/test/dcdb.v20180411.test.js +10 -0
  114. package/test/emr.v20190103.test.js +10 -0
  115. package/test/es.v20180416.test.js +10 -0
  116. package/test/mariadb.v20170312.test.js +12 -2
  117. package/test/wedata.v20210820.test.js +10 -0
@@ -1,10 +1,33 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云数据库 MySQL(cdb) 版本:2017-03-20
3
+ ## 音频内容安全(ams) 版本:2020-12-29
4
4
 
5
- ### 第 165 次发布
5
+ ### 第 12 次发布
6
6
 
7
- 发布时间:2024-08-29 01:15:53
7
+ 发布时间:2024-09-03 01:07:31
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateAudioModerationSyncTask](https://cloud.tencent.com/document/api/1219/56755)
16
+
17
+ * 新增出参:HitFlag, Score
18
+
19
+
20
+
21
+
22
+ ## 音频内容安全(ams) 版本:2020-06-08
23
+
24
+
25
+
26
+ ## 语音识别(asr) 版本:2019-06-14
27
+
28
+ ### 第 39 次发布
29
+
30
+ 发布时间:2024-09-02 01:09:58
8
31
 
9
32
  本次发布包含了以下内容:
10
33
 
@@ -12,23 +35,171 @@
12
35
 
13
36
  新增接口:
14
37
 
15
- * [DescribeInstanceUpgradeCheckJob](https://cloud.tencent.com/document/api/236/110469)
16
- * [SubmitInstanceUpgradeCheckJob](https://cloud.tencent.com/document/api/236/110468)
38
+ * [CreateAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110576)
39
+ * [DeleteAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110575)
40
+ * [GetAsrKeyWordLibList](https://cloud.tencent.com/document/api/1093/110574)
41
+ * [UpdateAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110573)
42
+
43
+ 新增数据结构:
44
+
45
+ * [KeyWordLib](https://cloud.tencent.com/document/api/1093/37824#KeyWordLib)
46
+ * [KeyWordLibIdData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibIdData)
47
+ * [KeyWordLibListData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibListData)
48
+
49
+ ### 第 38 次发布
50
+
51
+ 发布时间:2024-08-30 01:05:12
52
+
53
+ 本次发布包含了以下内容:
54
+
55
+ 改善已有的文档。
17
56
 
18
57
  修改接口:
19
58
 
20
- * [UpgradeDBInstanceEngineVersion](https://cloud.tencent.com/document/api/236/15870)
59
+ * [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
21
60
 
22
- * 新增入参:IgnoreErrKeyword
61
+ * 新增入参:KeyWordLibIdList
62
+
63
+
64
+ 新增数据结构:
65
+
66
+ * [KeyWordResult](https://cloud.tencent.com/document/api/1093/37824#KeyWordResult)
67
+
68
+ 修改数据结构:
69
+
70
+ * [SentenceDetail](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)
71
+
72
+ * 新增成员:KeyWordResults
73
+
74
+
75
+
76
+
77
+ ## 商业智能分析 BI(bi) 版本:2022-01-05
78
+
79
+ ### 第 13 次发布
80
+
81
+ 发布时间:2024-08-30 01:06:02
82
+
83
+ 本次发布包含了以下内容:
84
+
85
+ 改善已有的文档。
86
+
87
+ 修改数据结构:
88
+
89
+ * [DatasourceInfo](https://cloud.tencent.com/document/api/590/73726#DatasourceInfo)
90
+
91
+ * 新增成员:DbTypeName
92
+
93
+
94
+
95
+
96
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
97
+
98
+ ### 第 24 次发布
99
+
100
+ 发布时间:2024-09-02 01:18:49
101
+
102
+ 本次发布包含了以下内容:
103
+
104
+ 改善已有的文档。
105
+
106
+ 修改接口:
107
+
108
+ * [DescribeSqlApis](https://cloud.tencent.com/document/api/1387/109441)
109
+
110
+ * 新增入参:InstanceId, ApiType, UserName
111
+
112
+ * 新增出参:ReturnData, ErrorMsg
113
+
114
+
115
+
116
+
117
+ ## 混沌演练平台(cfg) 版本:2021-08-20
118
+
119
+ ### 第 18 次发布
120
+
121
+ 发布时间:2024-09-03 01:21:59
122
+
123
+ 本次发布包含了以下内容:
124
+
125
+ 改善已有的文档。
126
+
127
+ 修改接口:
128
+
129
+ * [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775)
130
+
131
+ * 新增入参:Issue
132
+
133
+
134
+ 新增数据结构:
135
+
136
+ * [TaskOrg](https://cloud.tencent.com/document/api/1500/71784#TaskOrg)
137
+
138
+ 修改数据结构:
139
+
140
+ * [ObjectType](https://cloud.tencent.com/document/api/1500/71784#ObjectType)
141
+
142
+ * 新增成员:ObjectPlatformName, ObjectSupportType
143
+
144
+ * [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
145
+
146
+ * 新增成员:TaskPlanStartTime, TaskPlanEndTime, TaskOrg, TaskIssue
147
+
148
+ * [TaskReportInfo](https://cloud.tencent.com/document/api/1500/71784#TaskReportInfo)
149
+
150
+ * 新增成员:ArchiveStage, ArchiveTime
151
+
152
+
153
+
154
+
155
+ ## 云防火墙(cfw) 版本:2019-09-04
156
+
157
+ ### 第 62 次发布
158
+
159
+ 发布时间:2024-09-03 01:22:43
160
+
161
+ 本次发布包含了以下内容:
162
+
163
+ 改善已有的文档。
164
+
165
+ 新增接口:
166
+
167
+ * [DeleteRemoteAccessDomain](https://cloud.tencent.com/document/api/1132/110599)
168
+
169
+
170
+
171
+ ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
172
+
173
+ ### 第 107 次发布
174
+
175
+ 发布时间:2024-09-02 01:21:22
176
+
177
+ 本次发布包含了以下内容:
178
+
179
+ 改善已有的文档。
180
+
181
+ 修改接口:
182
+
183
+ * [CreateInstancePost](https://cloud.tencent.com/document/api/597/83553)
184
+
185
+ * 新增入参:Tags
186
+
187
+ * [CreatePostPaidInstance](https://cloud.tencent.com/document/api/597/94259)
188
+
189
+ * 新增入参:Tags
190
+
191
+ * [DeleteRouteTriggerTime](https://cloud.tencent.com/document/api/597/60878)
192
+
193
+ * 新增入参:InstanceId
23
194
 
24
195
 
25
196
 
26
197
 
27
198
  ## 负载均衡(clb) 版本:2018-03-17
28
199
 
29
- ### 第 108 次发布
200
+ ### 第 110 次发布
30
201
 
31
- 发布时间:2024-08-29 01:22:27
202
+ 发布时间:2024-09-03 01:25:28
32
203
 
33
204
  本次发布包含了以下内容:
34
205
 
@@ -36,18 +207,50 @@
36
207
 
37
208
  修改数据结构:
38
209
 
39
- * [LoadBalancer](https://cloud.tencent.com/document/api/214/30694#LoadBalancer)
210
+ * [LoadBalancerDetail](https://cloud.tencent.com/document/api/214/30694#LoadBalancerDetail)
40
211
 
41
- * 新增成员:Exclusive
212
+ * 新增成员:AttributeFlags, SlaType, Exclusive
213
+
214
+
215
+ ### 第 109 次发布
42
216
 
217
+ 发布时间:2024-09-02 01:22:20
218
+
219
+ 本次发布包含了以下内容:
220
+
221
+ 改善已有的文档。
222
+
223
+ 修改接口:
224
+
225
+ * [CreateListener](https://cloud.tencent.com/document/api/214/30693)
226
+
227
+ * 新增入参:FullEndPorts
228
+
229
+
230
+
231
+
232
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
233
+
234
+ ### 第 102 次发布
235
+
236
+ 发布时间:2024-09-03 01:35:21
237
+
238
+ 本次发布包含了以下内容:
239
+
240
+ 改善已有的文档。
241
+
242
+ 新增接口:
243
+
244
+ * [DescribeServerlessStrategy](https://cloud.tencent.com/document/api/1003/110601)
245
+ * [ModifyServerlessStrategy](https://cloud.tencent.com/document/api/1003/110600)
43
246
 
44
247
 
45
248
 
46
249
  ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
47
250
 
48
- ### 第 28 次发布
251
+ ### 第 29 次发布
49
252
 
50
- 发布时间:2024-08-29 01:32:05
253
+ 发布时间:2024-08-30 01:26:40
51
254
 
52
255
  本次发布包含了以下内容:
53
256
 
@@ -55,25 +258,41 @@
55
258
 
56
259
  修改接口:
57
260
 
58
- * [BindDeviceResource](https://cloud.tencent.com/document/api/1025/74792)
261
+ * [CreateResource](https://cloud.tencent.com/document/api/1025/100130)
59
262
 
60
- * <font color="#dd0000">**修改入参**:</font>ResourceId
263
+ * 新增入参:Trial
264
+
265
+
266
+
267
+
268
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
269
+
270
+ ### 第 32 次发布
61
271
 
272
+ 发布时间:2024-09-03 01:38:02
273
+
274
+ 本次发布包含了以下内容:
275
+
276
+ 改善已有的文档。
62
277
 
63
278
  修改数据结构:
64
279
 
65
- * [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
280
+ * [SlowLogInfoItem](https://cloud.tencent.com/document/api/1130/57812#SlowLogInfoItem)
66
281
 
67
- * 新增成员:Trial
282
+ * <font color="#dd0000">**修改成员**:</font>Timestamp, SqlText, Database, UserName, UserHost, QueryTime, LockTime, RowsExamined, RowsSent
68
283
 
69
284
 
70
285
 
71
286
 
72
- ## 邮件推送(ses) 版本:2020-10-02
287
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
73
288
 
74
- ### 第 23 次发布
75
289
 
76
- 发布时间:2024-08-29 02:08:44
290
+
291
+ ## 专线接入(dc) 版本:2018-04-10
292
+
293
+ ### 第 27 次发布
294
+
295
+ 发布时间:2024-09-02 01:33:14
77
296
 
78
297
  本次发布包含了以下内容:
79
298
 
@@ -81,30 +300,335 @@
81
300
 
82
301
  修改接口:
83
302
 
84
- * [CreateReceiverDetailWithData](https://cloud.tencent.com/document/api/1288/70776)
303
+ * [CreateDirectConnect](https://cloud.tencent.com/document/api/216/34829)
85
304
 
86
- * 新增出参:TotalCount, ValidCount, TooLongCount, EmptyEmailCount, RepeatCount
305
+ * 新增入参:Tags
87
306
 
88
- * [ListReceiverDetails](https://cloud.tencent.com/document/api/1288/97935)
307
+ * [CreateDirectConnectTunnel](https://cloud.tencent.com/document/api/216/19821)
89
308
 
90
- * 新增入参:CreateTimeBegin, CreateTimeEnd, Status
309
+ * 新增入参:Tags
310
+
311
+
312
+ 修改数据结构:
313
+
314
+ * [DirectConnect](https://cloud.tencent.com/document/api/216/18418#DirectConnect)
315
+
316
+ * 新增成员:Construct, AccessPointName
91
317
 
92
- * 新增出参:ValidCount, InvalidCount
318
+
319
+
320
+
321
+ ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
322
+
323
+ ### 第 71 次发布
324
+
325
+ 发布时间:2024-09-03 01:39:09
326
+
327
+ 本次发布包含了以下内容:
328
+
329
+ 改善已有的文档。
330
+
331
+ 新增接口:
332
+
333
+ * [DescribeDCDBBinlogTime](https://cloud.tencent.com/document/api/557/110602)
334
+
335
+
336
+
337
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
338
+
339
+ ### 第 73 次发布
340
+
341
+ 发布时间:2024-08-30 01:34:26
342
+
343
+ 本次发布包含了以下内容:
344
+
345
+ 改善已有的文档。
346
+
347
+ 新增接口:
348
+
349
+ * [ModifyAutoRenewFlag](https://cloud.tencent.com/document/api/589/110534)
350
+
351
+
352
+
353
+ ## Elasticsearch Service(es) 版本:2018-04-16
354
+
355
+ ### 第 67 次发布
356
+
357
+ 发布时间:2024-09-03 01:47:13
358
+
359
+ 本次发布包含了以下内容:
360
+
361
+ 改善已有的文档。
362
+
363
+ 新增接口:
364
+
365
+ * [InstallInstanceModel](https://cloud.tencent.com/document/api/845/110603)
366
+
367
+
368
+
369
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
370
+
371
+ ### 第 181 次发布
372
+
373
+ 发布时间:2024-09-03 01:49:10
374
+
375
+ 本次发布包含了以下内容:
376
+
377
+ 改善已有的文档。
378
+
379
+ 修改接口:
380
+
381
+ * [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
93
382
 
94
383
 
95
384
  修改数据结构:
96
385
 
97
- * [ReceiverData](https://cloud.tencent.com/document/api/1288/51053#ReceiverData)
386
+ * [AutoSignConfig](https://cloud.tencent.com/document/api/1420/61525#AutoSignConfig)
98
387
 
99
- * 新增成员:InvalidCount
388
+ * [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo)
100
389
 
101
- * [ReceiverDetail](https://cloud.tencent.com/document/api/1288/51053#ReceiverDetail)
390
+ * [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
102
391
 
103
- * 新增成员:Reason, Status, EmailId
392
+
393
+
394
+
395
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
396
+
397
+
398
+
399
+ ## 智能视图计算平台(iss) 版本:2023-05-17
400
+
401
+ ### 第 18 次发布
402
+
403
+ 发布时间:2024-09-02 01:50:45
404
+
405
+ 本次发布包含了以下内容:
406
+
407
+ 改善已有的文档。
408
+
409
+ 修改接口:
410
+
411
+ * [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
412
+
413
+ * 新增入参:Expires, IsSupportG711
414
+
415
+
416
+
417
+
418
+ ## 大模型知识引擎(lke) 版本:2023-11-30
419
+
420
+ ### 第 15 次发布
421
+
422
+ 发布时间:2024-08-30 01:50:11
423
+
424
+ 本次发布包含了以下内容:
425
+
426
+ 改善已有的文档。
427
+
428
+ 修改接口:
429
+
430
+ * [CreateQA](https://cloud.tencent.com/document/api/1759/105037)
431
+
432
+ * 新增入参:SimilarQuestions
433
+
434
+ * [DescribeQA](https://cloud.tencent.com/document/api/1759/105098)
435
+
436
+ * 新增出参:SimilarQuestions
437
+
438
+ * [ModifyQA](https://cloud.tencent.com/document/api/1759/105025)
439
+
440
+ * 新增入参:SimilarQuestionModify
441
+
442
+
443
+ 新增数据结构:
444
+
445
+ * [SimilarQuestion](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestion)
446
+ * [SimilarQuestionModify](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestionModify)
447
+
448
+ 修改数据结构:
449
+
450
+ * [ListQaItem](https://cloud.tencent.com/document/api/1759/105104#ListQaItem)
451
+
452
+ * 新增成员:ExpireStart, ExpireEnd, AttrRange, AttrLabels, SimilarQuestionNum
453
+
454
+
455
+
456
+
457
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
458
+
459
+ ### 第 64 次发布
460
+
461
+ 发布时间:2024-09-03 02:06:45
462
+
463
+ 本次发布包含了以下内容:
464
+
465
+ 改善已有的文档。
466
+
467
+ 新增接口:
468
+
469
+ * [DescribeBinlogTime](https://cloud.tencent.com/document/api/237/110604)
470
+
471
+
472
+
473
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
474
+
475
+ ### 第 61 次发布
476
+
477
+ 发布时间:2024-09-03 02:13:22
478
+
479
+ 本次发布包含了以下内容:
480
+
481
+ 改善已有的文档。
482
+
483
+ 修改数据结构:
484
+
485
+ * [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
486
+
487
+ * 新增成员:MemRatio
488
+
489
+
490
+
491
+
492
+ ## 文字识别(ocr) 版本:2018-11-19
493
+
494
+ ### 第 148 次发布
495
+
496
+ 发布时间:2024-08-30 01:56:46
497
+
498
+ 本次发布包含了以下内容:
499
+
500
+ 改善已有的文档。
501
+
502
+ <font color="#dd0000">**预下线接口**:</font>
503
+
504
+ * CreateAIFormTask
505
+ * GetTaskState
506
+
507
+
508
+
509
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
510
+
511
+ ### 第 123 次发布
512
+
513
+ 发布时间:2024-09-03 02:33:30
514
+
515
+ 本次发布包含了以下内容:
516
+
517
+ 改善已有的文档。
518
+
519
+ 修改数据结构:
520
+
521
+ * [PulsarProClusterSpecInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarProClusterSpecInfo)
522
+
523
+ * 新增成员:MaxPartitions
524
+
525
+
526
+ ### 第 122 次发布
527
+
528
+ 发布时间:2024-08-30 02:12:31
529
+
530
+ 本次发布包含了以下内容:
531
+
532
+ 改善已有的文档。
533
+
534
+ 新增数据结构:
535
+
536
+ * [ClientSubscriptionInfo](https://cloud.tencent.com/document/api/1179/46089#ClientSubscriptionInfo)
537
+
538
+ 修改数据结构:
539
+
540
+ * [RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription)
541
+
542
+ * 新增成员:ClientSubscriptionInfos
543
+
544
+
545
+
546
+
547
+ ## 容器服务(tke) 版本:2022-05-01
548
+
549
+
550
+
551
+ ## 容器服务(tke) 版本:2018-05-25
552
+
553
+ ### 第 177 次发布
554
+
555
+ 发布时间:2024-09-03 02:38:45
556
+
557
+ 本次发布包含了以下内容:
558
+
559
+ 改善已有的文档。
560
+
561
+ 修改接口:
562
+
563
+ * [InstallLogAgent](https://cloud.tencent.com/document/api/457/73903)
564
+
565
+ * 新增入参:ClusterType
566
+
567
+
568
+
569
+
570
+ ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
571
+
572
+ ### 第 20 次发布
573
+
574
+ 发布时间:2024-08-30 02:18:52
575
+
576
+ 本次发布包含了以下内容:
577
+
578
+ 改善已有的文档。
579
+
580
+ 修改数据结构:
581
+
582
+ * [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem)
583
+
584
+ * 新增成员:ClusterIdV4, NamespaceV4, ConsumerGroupV4, FullNamespaceV4
104
585
 
105
586
 
106
587
 
107
588
 
589
+ ## 私有网络(vpc) 版本:2017-03-12
590
+
591
+ ### 第 203 次发布
592
+
593
+ 发布时间:2024-09-03 02:49:57
594
+
595
+ 本次发布包含了以下内容:
596
+
597
+ 改善已有的文档。
598
+
599
+ 修改接口:
600
+
601
+ * [CreateVpnGatewaySslClient](https://cloud.tencent.com/document/api/215/70290)
602
+
603
+ * 新增入参:Tags
604
+
605
+ * [CreateVpnGatewaySslServer](https://cloud.tencent.com/document/api/215/70289)
606
+
607
+ * 新增入参:Tags
608
+
609
+
610
+
611
+
612
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
613
+
614
+ ### 第 106 次发布
615
+
616
+ 发布时间:2024-08-29 20:07:34
617
+
618
+ 本次发布包含了以下内容:
619
+
620
+ 改善已有的文档。
621
+
622
+ 新增接口:
623
+
624
+ * [DescribeTablePartitions](https://cloud.tencent.com/document/api/1267/110533)
625
+
626
+ 新增数据结构:
627
+
628
+ * [TablePartition](https://cloud.tencent.com/document/api/1267/76336#TablePartition)
629
+
630
+
631
+
108
632
  # 历次版本更新如下:
109
633
 
110
634
  ## 活动防刷(aa) 版本:2020-02-24
@@ -1773,6 +2297,21 @@
1773
2297
 
1774
2298
  ## 音频内容安全(ams) 版本:2020-12-29
1775
2299
 
2300
+ ### 第 12 次发布
2301
+
2302
+ 发布时间:2024-09-03 01:07:31
2303
+
2304
+ 本次发布包含了以下内容:
2305
+
2306
+ 改善已有的文档。
2307
+
2308
+ 修改接口:
2309
+
2310
+ * [CreateAudioModerationSyncTask](https://cloud.tencent.com/document/api/1219/56755)
2311
+
2312
+ * 新增出参:HitFlag, Score
2313
+
2314
+
1776
2315
  ### 第 11 次发布
1777
2316
 
1778
2317
  发布时间:2024-07-26 01:08:05
@@ -6792,6 +7331,53 @@
6792
7331
 
6793
7332
  ## 语音识别(asr) 版本:2019-06-14
6794
7333
 
7334
+ ### 第 39 次发布
7335
+
7336
+ 发布时间:2024-09-02 01:09:58
7337
+
7338
+ 本次发布包含了以下内容:
7339
+
7340
+ 改善已有的文档。
7341
+
7342
+ 新增接口:
7343
+
7344
+ * [[CreateAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110576)](https://cloud.tencent.com/document/api/#/#)
7345
+ * [[DeleteAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110575)](https://cloud.tencent.com/document/api/#/#)
7346
+ * [[GetAsrKeyWordLibList](https://cloud.tencent.com/document/api/1093/110574)](https://cloud.tencent.com/document/api/#/#)
7347
+ * [[UpdateAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110573)](https://cloud.tencent.com/document/api/#/#)
7348
+
7349
+ 新增数据结构:
7350
+
7351
+ * [[KeyWordLib](https://cloud.tencent.com/document/api/1093/37824#KeyWordLib)](https://cloud.tencent.com/document/api/1093/37824#[KeyWordLib](https://cloud.tencent.com/document/api/1093/37824#KeyWordLib))
7352
+ * [[KeyWordLibIdData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibIdData)](https://cloud.tencent.com/document/api/1093/37824#[KeyWordLibIdData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibIdData))
7353
+ * [[KeyWordLibListData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibListData)](https://cloud.tencent.com/document/api/1093/37824#[KeyWordLibListData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibListData))
7354
+
7355
+ ### 第 38 次发布
7356
+
7357
+ 发布时间:2024-08-30 01:05:12
7358
+
7359
+ 本次发布包含了以下内容:
7360
+
7361
+ 改善已有的文档。
7362
+
7363
+ 修改接口:
7364
+
7365
+ * [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
7366
+
7367
+ * 新增入参:KeyWordLibIdList
7368
+
7369
+
7370
+ 新增数据结构:
7371
+
7372
+ * [[KeyWordResult](https://cloud.tencent.com/document/api/1093/37824#KeyWordResult)](https://cloud.tencent.com/document/api/1093/37824#[KeyWordResult](https://cloud.tencent.com/document/api/1093/37824#KeyWordResult))
7373
+
7374
+ 修改数据结构:
7375
+
7376
+ * [SentenceDetail](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)
7377
+
7378
+ * 新增成员:KeyWordResults
7379
+
7380
+
6795
7381
  ### 第 37 次发布
6796
7382
 
6797
7383
  发布时间:2024-06-27 01:05:14
@@ -8927,6 +9513,21 @@
8927
9513
 
8928
9514
  ## 商业智能分析 BI(bi) 版本:2022-01-05
8929
9515
 
9516
+ ### 第 13 次发布
9517
+
9518
+ 发布时间:2024-08-30 01:06:02
9519
+
9520
+ 本次发布包含了以下内容:
9521
+
9522
+ 改善已有的文档。
9523
+
9524
+ 修改数据结构:
9525
+
9526
+ * [DatasourceInfo](https://cloud.tencent.com/document/api/590/73726#DatasourceInfo)
9527
+
9528
+ * 新增成员:DbTypeName
9529
+
9530
+
8930
9531
  ### 第 12 次发布
8931
9532
 
8932
9533
  发布时间:2024-05-31 01:10:46
@@ -16908,8 +17509,8 @@
16908
17509
 
16909
17510
  新增接口:
16910
17511
 
16911
- * [[DescribeInstanceUpgradeCheckJob](https://cloud.tencent.com/document/api/236/110469)](https://cloud.tencent.com/document/api/#/#)
16912
- * [[SubmitInstanceUpgradeCheckJob](https://cloud.tencent.com/document/api/236/110468)](https://cloud.tencent.com/document/api/#/#)
17512
+ * [DescribeInstanceUpgradeCheckJob](https://cloud.tencent.com/document/api/236/110469)
17513
+ * [SubmitInstanceUpgradeCheckJob](https://cloud.tencent.com/document/api/236/110468)
16913
17514
 
16914
17515
  修改接口:
16915
17516
 
@@ -23711,6 +24312,23 @@
23711
24312
 
23712
24313
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
23713
24314
 
24315
+ ### 第 24 次发布
24316
+
24317
+ 发布时间:2024-09-02 01:18:49
24318
+
24319
+ 本次发布包含了以下内容:
24320
+
24321
+ 改善已有的文档。
24322
+
24323
+ 修改接口:
24324
+
24325
+ * [DescribeSqlApis](https://cloud.tencent.com/document/api/1387/109441)
24326
+
24327
+ * 新增入参:InstanceId, ApiType, UserName
24328
+
24329
+ * 新增出参:ReturnData, ErrorMsg
24330
+
24331
+
23714
24332
  ### 第 23 次发布
23715
24333
 
23716
24334
  发布时间:2024-08-28 01:16:40
@@ -24364,6 +24982,40 @@
24364
24982
 
24365
24983
  ## 混沌演练平台(cfg) 版本:2021-08-20
24366
24984
 
24985
+ ### 第 18 次发布
24986
+
24987
+ 发布时间:2024-09-03 01:21:59
24988
+
24989
+ 本次发布包含了以下内容:
24990
+
24991
+ 改善已有的文档。
24992
+
24993
+ 修改接口:
24994
+
24995
+ * [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775)
24996
+
24997
+ * 新增入参:Issue
24998
+
24999
+
25000
+ 新增数据结构:
25001
+
25002
+ * [[TaskOrg](https://cloud.tencent.com/document/api/1500/71784#TaskOrg)](https://cloud.tencent.com/document/api/1500/71784#[TaskOrg](https://cloud.tencent.com/document/api/1500/71784#TaskOrg))
25003
+
25004
+ 修改数据结构:
25005
+
25006
+ * [ObjectType](https://cloud.tencent.com/document/api/1500/71784#ObjectType)
25007
+
25008
+ * 新增成员:ObjectPlatformName, ObjectSupportType
25009
+
25010
+ * [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
25011
+
25012
+ * 新增成员:TaskPlanStartTime, TaskPlanEndTime, TaskOrg, TaskIssue
25013
+
25014
+ * [TaskReportInfo](https://cloud.tencent.com/document/api/1500/71784#TaskReportInfo)
25015
+
25016
+ * 新增成员:ArchiveStage, ArchiveTime
25017
+
25018
+
24367
25019
  ### 第 17 次发布
24368
25020
 
24369
25021
  发布时间:2024-08-16 01:16:30
@@ -25311,6 +25963,18 @@
25311
25963
 
25312
25964
  ## 云防火墙(cfw) 版本:2019-09-04
25313
25965
 
25966
+ ### 第 62 次发布
25967
+
25968
+ 发布时间:2024-09-03 01:22:43
25969
+
25970
+ 本次发布包含了以下内容:
25971
+
25972
+ 改善已有的文档。
25973
+
25974
+ 新增接口:
25975
+
25976
+ * [[DeleteRemoteAccessDomain](https://cloud.tencent.com/document/api/1132/110599)](https://cloud.tencent.com/document/api/#/#)
25977
+
25314
25978
  ### 第 61 次发布
25315
25979
 
25316
25980
  发布时间:2024-07-30 01:19:22
@@ -27477,6 +28141,29 @@
27477
28141
 
27478
28142
  ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
27479
28143
 
28144
+ ### 第 107 次发布
28145
+
28146
+ 发布时间:2024-09-02 01:21:22
28147
+
28148
+ 本次发布包含了以下内容:
28149
+
28150
+ 改善已有的文档。
28151
+
28152
+ 修改接口:
28153
+
28154
+ * [CreateInstancePost](https://cloud.tencent.com/document/api/597/83553)
28155
+
28156
+ * 新增入参:Tags
28157
+
28158
+ * [CreatePostPaidInstance](https://cloud.tencent.com/document/api/597/94259)
28159
+
28160
+ * 新增入参:Tags
28161
+
28162
+ * [DeleteRouteTriggerTime](https://cloud.tencent.com/document/api/597/60878)
28163
+
28164
+ * 新增入参:InstanceId
28165
+
28166
+
27480
28167
  ### 第 106 次发布
27481
28168
 
27482
28169
  发布时间:2024-07-22 01:20:34
@@ -29702,6 +30389,36 @@
29702
30389
 
29703
30390
  ## 负载均衡(clb) 版本:2018-03-17
29704
30391
 
30392
+ ### 第 110 次发布
30393
+
30394
+ 发布时间:2024-09-03 01:25:28
30395
+
30396
+ 本次发布包含了以下内容:
30397
+
30398
+ 改善已有的文档。
30399
+
30400
+ 修改数据结构:
30401
+
30402
+ * [LoadBalancerDetail](https://cloud.tencent.com/document/api/214/30694#LoadBalancerDetail)
30403
+
30404
+ * 新增成员:AttributeFlags, SlaType, Exclusive
30405
+
30406
+
30407
+ ### 第 109 次发布
30408
+
30409
+ 发布时间:2024-09-02 01:22:20
30410
+
30411
+ 本次发布包含了以下内容:
30412
+
30413
+ 改善已有的文档。
30414
+
30415
+ 修改接口:
30416
+
30417
+ * [CreateListener](https://cloud.tencent.com/document/api/214/30693)
30418
+
30419
+ * 新增入参:FullEndPorts
30420
+
30421
+
29705
30422
  ### 第 108 次发布
29706
30423
 
29707
30424
  发布时间:2024-08-29 01:22:27
@@ -46411,6 +47128,19 @@
46411
47128
 
46412
47129
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
46413
47130
 
47131
+ ### 第 102 次发布
47132
+
47133
+ 发布时间:2024-09-03 01:35:21
47134
+
47135
+ 本次发布包含了以下内容:
47136
+
47137
+ 改善已有的文档。
47138
+
47139
+ 新增接口:
47140
+
47141
+ * [[DescribeServerlessStrategy](https://cloud.tencent.com/document/api/1003/110601)](https://cloud.tencent.com/document/api/#/#)
47142
+ * [[ModifyServerlessStrategy](https://cloud.tencent.com/document/api/1003/110600)](https://cloud.tencent.com/document/api/#/#)
47143
+
46414
47144
  ### 第 101 次发布
46415
47145
 
46416
47146
  发布时间:2024-08-28 01:30:54
@@ -48592,6 +49322,21 @@
48592
49322
 
48593
49323
  ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
48594
49324
 
49325
+ ### 第 29 次发布
49326
+
49327
+ 发布时间:2024-08-30 01:26:40
49328
+
49329
+ 本次发布包含了以下内容:
49330
+
49331
+ 改善已有的文档。
49332
+
49333
+ 修改接口:
49334
+
49335
+ * [CreateResource](https://cloud.tencent.com/document/api/1025/100130)
49336
+
49337
+ * 新增入参:Trial
49338
+
49339
+
48595
49340
  ### 第 28 次发布
48596
49341
 
48597
49342
  发布时间:2024-08-29 01:32:05
@@ -50212,6 +50957,21 @@
50212
50957
 
50213
50958
  ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
50214
50959
 
50960
+ ### 第 32 次发布
50961
+
50962
+ 发布时间:2024-09-03 01:38:02
50963
+
50964
+ 本次发布包含了以下内容:
50965
+
50966
+ 改善已有的文档。
50967
+
50968
+ 修改数据结构:
50969
+
50970
+ * [SlowLogInfoItem](https://cloud.tencent.com/document/api/1130/57812#SlowLogInfoItem)
50971
+
50972
+ * <font color="#dd0000">**修改成员**:</font>Timestamp, SqlText, Database, UserName, UserHost, QueryTime, LockTime, RowsExamined, RowsSent
50973
+
50974
+
50215
50975
  ### 第 31 次发布
50216
50976
 
50217
50977
  发布时间:2024-08-19 01:29:38
@@ -50920,6 +51680,32 @@
50920
51680
 
50921
51681
  ## 专线接入(dc) 版本:2018-04-10
50922
51682
 
51683
+ ### 第 27 次发布
51684
+
51685
+ 发布时间:2024-09-02 01:33:14
51686
+
51687
+ 本次发布包含了以下内容:
51688
+
51689
+ 改善已有的文档。
51690
+
51691
+ 修改接口:
51692
+
51693
+ * [CreateDirectConnect](https://cloud.tencent.com/document/api/216/34829)
51694
+
51695
+ * 新增入参:Tags
51696
+
51697
+ * [CreateDirectConnectTunnel](https://cloud.tencent.com/document/api/216/19821)
51698
+
51699
+ * 新增入参:Tags
51700
+
51701
+
51702
+ 修改数据结构:
51703
+
51704
+ * [DirectConnect](https://cloud.tencent.com/document/api/216/18418#DirectConnect)
51705
+
51706
+ * 新增成员:Construct, AccessPointName
51707
+
51708
+
50923
51709
  ### 第 26 次发布
50924
51710
 
50925
51711
  发布时间:2024-06-14 01:40:38
@@ -51393,6 +52179,18 @@
51393
52179
 
51394
52180
  ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
51395
52181
 
52182
+ ### 第 71 次发布
52183
+
52184
+ 发布时间:2024-09-03 01:39:09
52185
+
52186
+ 本次发布包含了以下内容:
52187
+
52188
+ 改善已有的文档。
52189
+
52190
+ 新增接口:
52191
+
52192
+ * [[DescribeDCDBBinlogTime](https://cloud.tencent.com/document/api/557/110602)](https://cloud.tencent.com/document/api/#/#)
52193
+
51396
52194
  ### 第 70 次发布
51397
52195
 
51398
52196
  发布时间:2024-08-21 01:29:32
@@ -61354,6 +62152,18 @@
61354
62152
 
61355
62153
  ## 弹性 MapReduce(emr) 版本:2019-01-03
61356
62154
 
62155
+ ### 第 73 次发布
62156
+
62157
+ 发布时间:2024-08-30 01:34:26
62158
+
62159
+ 本次发布包含了以下内容:
62160
+
62161
+ 改善已有的文档。
62162
+
62163
+ 新增接口:
62164
+
62165
+ * [[ModifyAutoRenewFlag](https://cloud.tencent.com/document/api/589/110534)](https://cloud.tencent.com/document/api/#/#)
62166
+
61357
62167
  ### 第 72 次发布
61358
62168
 
61359
62169
  发布时间:2024-08-20 01:37:24
@@ -63058,6 +63868,18 @@
63058
63868
 
63059
63869
  ## Elasticsearch Service(es) 版本:2018-04-16
63060
63870
 
63871
+ ### 第 67 次发布
63872
+
63873
+ 发布时间:2024-09-03 01:47:13
63874
+
63875
+ 本次发布包含了以下内容:
63876
+
63877
+ 改善已有的文档。
63878
+
63879
+ 新增接口:
63880
+
63881
+ * [[InstallInstanceModel](https://cloud.tencent.com/document/api/845/110603)](https://cloud.tencent.com/document/api/#/#)
63882
+
63061
63883
  ### 第 66 次发布
63062
63884
 
63063
63885
  发布时间:2024-08-27 01:44:02
@@ -68043,6 +68865,28 @@
68043
68865
 
68044
68866
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
68045
68867
 
68868
+ ### 第 181 次发布
68869
+
68870
+ 发布时间:2024-09-03 01:49:10
68871
+
68872
+ 本次发布包含了以下内容:
68873
+
68874
+ 改善已有的文档。
68875
+
68876
+ 修改接口:
68877
+
68878
+ * [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
68879
+
68880
+
68881
+ 修改数据结构:
68882
+
68883
+ * [AutoSignConfig](https://cloud.tencent.com/document/api/1420/61525#AutoSignConfig)
68884
+
68885
+ * [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo)
68886
+
68887
+ * [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
68888
+
68889
+
68046
68890
  ### 第 180 次发布
68047
68891
 
68048
68892
  发布时间:2024-08-27 01:46:01
@@ -83908,6 +84752,21 @@
83908
84752
 
83909
84753
  ## 智能视图计算平台(iss) 版本:2023-05-17
83910
84754
 
84755
+ ### 第 18 次发布
84756
+
84757
+ 发布时间:2024-09-02 01:50:45
84758
+
84759
+ 本次发布包含了以下内容:
84760
+
84761
+ 改善已有的文档。
84762
+
84763
+ 修改接口:
84764
+
84765
+ * [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
84766
+
84767
+ * 新增入参:Expires, IsSupportG711
84768
+
84769
+
83911
84770
  ### 第 17 次发布
83912
84771
 
83913
84772
  发布时间:2024-08-14 19:42:55
@@ -90613,6 +91472,41 @@
90613
91472
 
90614
91473
  ## 大模型知识引擎(lke) 版本:2023-11-30
90615
91474
 
91475
+ ### 第 15 次发布
91476
+
91477
+ 发布时间:2024-08-30 01:50:11
91478
+
91479
+ 本次发布包含了以下内容:
91480
+
91481
+ 改善已有的文档。
91482
+
91483
+ 修改接口:
91484
+
91485
+ * [CreateQA](https://cloud.tencent.com/document/api/1759/105037)
91486
+
91487
+ * 新增入参:SimilarQuestions
91488
+
91489
+ * [DescribeQA](https://cloud.tencent.com/document/api/1759/105098)
91490
+
91491
+ * 新增出参:SimilarQuestions
91492
+
91493
+ * [ModifyQA](https://cloud.tencent.com/document/api/1759/105025)
91494
+
91495
+ * 新增入参:SimilarQuestionModify
91496
+
91497
+
91498
+ 新增数据结构:
91499
+
91500
+ * [[SimilarQuestion](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestion)](https://cloud.tencent.com/document/api/1759/105104#[SimilarQuestion](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestion))
91501
+ * [[SimilarQuestionModify](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestionModify)](https://cloud.tencent.com/document/api/1759/105104#[SimilarQuestionModify](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestionModify))
91502
+
91503
+ 修改数据结构:
91504
+
91505
+ * [ListQaItem](https://cloud.tencent.com/document/api/1759/105104#ListQaItem)
91506
+
91507
+ * 新增成员:ExpireStart, ExpireEnd, AttrRange, AttrLabels, SimilarQuestionNum
91508
+
91509
+
90616
91510
  ### 第 14 次发布
90617
91511
 
90618
91512
  发布时间:2024-08-19 01:55:11
@@ -91147,6 +92041,18 @@
91147
92041
 
91148
92042
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
91149
92043
 
92044
+ ### 第 64 次发布
92045
+
92046
+ 发布时间:2024-09-03 02:06:45
92047
+
92048
+ 本次发布包含了以下内容:
92049
+
92050
+ 改善已有的文档。
92051
+
92052
+ 新增接口:
92053
+
92054
+ * [[DescribeBinlogTime](https://cloud.tencent.com/document/api/237/110604)](https://cloud.tencent.com/document/api/#/#)
92055
+
91150
92056
  ### 第 63 次发布
91151
92057
 
91152
92058
  发布时间:2024-07-12 01:20:13
@@ -101523,6 +102429,21 @@
101523
102429
 
101524
102430
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
101525
102431
 
102432
+ ### 第 61 次发布
102433
+
102434
+ 发布时间:2024-09-03 02:13:22
102435
+
102436
+ 本次发布包含了以下内容:
102437
+
102438
+ 改善已有的文档。
102439
+
102440
+ 修改数据结构:
102441
+
102442
+ * [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
102443
+
102444
+ * 新增成员:MemRatio
102445
+
102446
+
101526
102447
  ### 第 60 次发布
101527
102448
 
101528
102449
  发布时间:2024-07-23 01:53:12
@@ -102733,6 +103654,19 @@
102733
103654
 
102734
103655
  ## 文字识别(ocr) 版本:2018-11-19
102735
103656
 
103657
+ ### 第 148 次发布
103658
+
103659
+ 发布时间:2024-08-30 01:56:46
103660
+
103661
+ 本次发布包含了以下内容:
103662
+
103663
+ 改善已有的文档。
103664
+
103665
+ <font color="#dd0000">**预下线接口**:</font>
103666
+
103667
+ * CreateAIFormTask
103668
+ * GetTaskState
103669
+
102736
103670
  ### 第 147 次发布
102737
103671
 
102738
103672
  发布时间:2024-08-23 02:00:20
@@ -127189,6 +128123,40 @@
127189
128123
 
127190
128124
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
127191
128125
 
128126
+ ### 第 123 次发布
128127
+
128128
+ 发布时间:2024-09-03 02:33:30
128129
+
128130
+ 本次发布包含了以下内容:
128131
+
128132
+ 改善已有的文档。
128133
+
128134
+ 修改数据结构:
128135
+
128136
+ * [PulsarProClusterSpecInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarProClusterSpecInfo)
128137
+
128138
+ * 新增成员:MaxPartitions
128139
+
128140
+
128141
+ ### 第 122 次发布
128142
+
128143
+ 发布时间:2024-08-30 02:12:31
128144
+
128145
+ 本次发布包含了以下内容:
128146
+
128147
+ 改善已有的文档。
128148
+
128149
+ 新增数据结构:
128150
+
128151
+ * [[ClientSubscriptionInfo](https://cloud.tencent.com/document/api/1179/46089#ClientSubscriptionInfo)](https://cloud.tencent.com/document/api/1179/46089#[ClientSubscriptionInfo](https://cloud.tencent.com/document/api/1179/46089#ClientSubscriptionInfo))
128152
+
128153
+ 修改数据结构:
128154
+
128155
+ * [RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription)
128156
+
128157
+ * 新增成员:ClientSubscriptionInfos
128158
+
128159
+
127192
128160
  ### 第 121 次发布
127193
128161
 
127194
128162
  发布时间:2024-08-28 02:30:19
@@ -138949,6 +139917,21 @@
138949
139917
 
138950
139918
  ## 容器服务(tke) 版本:2018-05-25
138951
139919
 
139920
+ ### 第 177 次发布
139921
+
139922
+ 发布时间:2024-09-03 02:38:45
139923
+
139924
+ 本次发布包含了以下内容:
139925
+
139926
+ 改善已有的文档。
139927
+
139928
+ 修改接口:
139929
+
139930
+ * [InstallLogAgent](https://cloud.tencent.com/document/api/457/73903)
139931
+
139932
+ * 新增入参:ClusterType
139933
+
139934
+
138952
139935
  ### 第 176 次发布
138953
139936
 
138954
139937
  发布时间:2024-07-26 02:19:58
@@ -143103,6 +144086,21 @@
143103
144086
 
143104
144087
  ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
143105
144088
 
144089
+ ### 第 20 次发布
144090
+
144091
+ 发布时间:2024-08-30 02:18:52
144092
+
144093
+ 本次发布包含了以下内容:
144094
+
144095
+ 改善已有的文档。
144096
+
144097
+ 修改数据结构:
144098
+
144099
+ * [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem)
144100
+
144101
+ * 新增成员:ClusterIdV4, NamespaceV4, ConsumerGroupV4, FullNamespaceV4
144102
+
144103
+
143106
144104
  ### 第 19 次发布
143107
144105
 
143108
144106
  发布时间:2024-08-14 02:39:09
@@ -156516,6 +157514,25 @@
156516
157514
 
156517
157515
  ## 私有网络(vpc) 版本:2017-03-12
156518
157516
 
157517
+ ### 第 203 次发布
157518
+
157519
+ 发布时间:2024-09-03 02:49:57
157520
+
157521
+ 本次发布包含了以下内容:
157522
+
157523
+ 改善已有的文档。
157524
+
157525
+ 修改接口:
157526
+
157527
+ * [CreateVpnGatewaySslClient](https://cloud.tencent.com/document/api/215/70290)
157528
+
157529
+ * 新增入参:Tags
157530
+
157531
+ * [CreateVpnGatewaySslServer](https://cloud.tencent.com/document/api/215/70289)
157532
+
157533
+ * 新增入参:Tags
157534
+
157535
+
156519
157536
  ### 第 202 次发布
156520
157537
 
156521
157538
  发布时间:2024-08-21 02:29:48
@@ -163772,6 +164789,22 @@
163772
164789
 
163773
164790
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
163774
164791
 
164792
+ ### 第 106 次发布
164793
+
164794
+ 发布时间:2024-08-29 20:07:34
164795
+
164796
+ 本次发布包含了以下内容:
164797
+
164798
+ 改善已有的文档。
164799
+
164800
+ 新增接口:
164801
+
164802
+ * [[DescribeTablePartitions](https://cloud.tencent.com/document/api/1267/110533)](https://cloud.tencent.com/document/api/#/#)
164803
+
164804
+ 新增数据结构:
164805
+
164806
+ * [[TablePartition](https://cloud.tencent.com/document/api/1267/76336#TablePartition)](https://cloud.tencent.com/document/api/1267/76336#[TablePartition](https://cloud.tencent.com/document/api/1267/76336#TablePartition))
164807
+
163775
164808
  ### 第 105 次发布
163776
164809
 
163777
164810
  发布时间:2024-08-28 02:52:24