tencentcloud-sdk-nodejs 4.0.953 → 4.0.955

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 (76) hide show
  1. package/CHANGELOG.md +353 -0
  2. package/SERVICE_CHANGELOG.md +561 -28
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cbs/v20170312/cbs_models.ts +3 -3
  7. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  8. package/src/services/cdwch/v20200915/cdwch_models.ts +10 -0
  9. package/src/services/clb/v20180317/clb_models.ts +11 -6
  10. package/src/services/cynosdb/v20190107/cynosdb_client.ts +4 -2
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +77 -30
  12. package/src/services/dsgc/v20190723/dsgc_models.ts +70 -10
  13. package/src/services/ess/v20201111/ess_client.ts +9 -15
  14. package/src/services/ess/v20201111/ess_models.ts +53 -22
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +25 -16
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +65 -13
  17. package/src/services/iotexplorer/v20190423/iotexplorer_client.ts +28 -4
  18. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +169 -66
  19. package/src/services/iss/v20230517/iss_models.ts +9 -0
  20. package/src/services/lke/v20231130/lke_models.ts +1 -2
  21. package/src/services/mongodb/v20190725/mongodb_models.ts +3 -4
  22. package/src/services/mps/v20190612/mps_client.ts +74 -21
  23. package/src/services/mps/v20190612/mps_models.ts +421 -35
  24. package/src/services/oceanus/v20190422/oceanus_client.ts +19 -6
  25. package/src/services/oceanus/v20190422/oceanus_models.ts +139 -91
  26. package/src/services/redis/v20180412/redis_client.ts +14 -2
  27. package/src/services/redis/v20180412/redis_models.ts +72 -37
  28. package/src/services/tcss/v20201101/tcss_client.ts +20 -10
  29. package/src/services/tms/v20201229/tms_models.ts +1 -1
  30. package/src/services/trtc/v20190722/trtc_models.ts +8 -5
  31. package/src/services/waf/v20180125/waf_client.ts +43 -15
  32. package/src/services/waf/v20180125/waf_models.ts +351 -22
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +3 -3
  36. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  37. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +10 -0
  38. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +11 -6
  39. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +2 -2
  40. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +1 -1
  41. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +75 -30
  42. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +70 -10
  43. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -15
  44. package/tencentcloud/services/ess/v20201111/ess_client.js +8 -15
  45. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +52 -22
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +17 -16
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +18 -15
  48. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +63 -13
  49. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +9 -1
  50. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +12 -0
  51. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +164 -65
  52. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +9 -0
  53. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +1 -2
  54. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -4
  55. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +24 -7
  56. package/tencentcloud/services/mps/v20190612/mps_client.js +34 -9
  57. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +409 -35
  58. package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
  59. package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
  60. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +135 -90
  61. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +6 -2
  62. package/tencentcloud/services/redis/v20180412/redis_client.js +7 -1
  63. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +70 -37
  64. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +15 -5
  65. package/tencentcloud/services/tcss/v20201101/tcss_client.js +15 -5
  66. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +1 -1
  67. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +8 -5
  68. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +13 -5
  69. package/tencentcloud/services/waf/v20180125/waf_client.js +18 -6
  70. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +343 -22
  71. package/test/essbasic.v20210526.test.js +10 -0
  72. package/test/iotexplorer.v20190423.test.js +20 -0
  73. package/test/mps.v20190612.test.js +46 -6
  74. package/test/oceanus.v20190422.test.js +10 -0
  75. package/test/redis.v20180412.test.js +10 -0
  76. package/test/waf.v20180125.test.js +24 -4
@@ -1,45 +1,146 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云服务器(cvm) 版本:2017-03-12
3
+ ## 腾讯云数据仓库TCHouse-C(cdwch) 版本:2020-09-15
4
4
 
5
- ### 第 133 次发布
5
+ ### 第 23 次发布
6
6
 
7
- 发布时间:2024-10-11 01:13:23
7
+ 发布时间:2024-10-14 01:10:53
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
13
+ 修改数据结构:
14
14
 
15
- * [ImportImage](https://cloud.tencent.com/document/api/213/15717)
15
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo)
16
16
 
17
- * 新增入参:ImageFamily
17
+ * 新增成员:IsWhiteSGs, BindSGs
18
18
 
19
19
 
20
20
 
21
21
 
22
22
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
23
23
 
24
- ### 第 105 次发布
24
+ ### 第 106 次发布
25
25
 
26
- 发布时间:2024-10-11 01:14:58
26
+ 发布时间:2024-10-14 01:14:55
27
27
 
28
28
  本次发布包含了以下内容:
29
29
 
30
30
  改善已有的文档。
31
31
 
32
- 新增接口:
32
+ 修改接口:
33
+
34
+ * [DescribeSupportProxyVersion](https://cloud.tencent.com/document/api/1003/94260)
35
+
36
+ * 新增出参:SupportProxyVersionDetail
37
+
38
+
39
+ 新增数据结构:
40
+
41
+ * [CrossRegionBackupItem](https://cloud.tencent.com/document/api/1003/48097#CrossRegionBackupItem)
42
+ * [ProxyVersionInfo](https://cloud.tencent.com/document/api/1003/48097#ProxyVersionInfo)
43
+
44
+ 修改数据结构:
45
+
46
+ * [BizTaskInfo](https://cloud.tencent.com/document/api/1003/48097#BizTaskInfo)
47
+
48
+ * [ManualBackupData](https://cloud.tencent.com/document/api/1003/48097#ManualBackupData)
49
+
50
+ * 新增成员:CrossRegionBackupInfos
51
+
52
+
53
+
54
+
55
+ ## 数据安全治理中心(dsgc) 版本:2019-07-23
56
+
57
+ ### 第 22 次发布
58
+
59
+ 发布时间:2024-10-14 01:17:08
60
+
61
+ 本次发布包含了以下内容:
62
+
63
+ 改善已有的文档。
64
+
65
+ 修改接口:
66
+
67
+ * [AuthorizeDSPAMetaResources](https://cloud.tencent.com/document/api/1087/97183)
68
+
69
+ * 新增入参:CreateDefaultTask, AuthRange
70
+
71
+ * [CreateDSPASelfBuildMetaResource](https://cloud.tencent.com/document/api/1087/97178)
72
+
73
+ * 新增入参:AuthRange
74
+
75
+ * [GetUserQuotaInfo](https://cloud.tencent.com/document/api/1087/97170)
76
+
77
+ * 新增出参:InsTotalQuota, InsRemainQuota, Version
78
+
79
+ * [UpdateDSPASelfBuildResource](https://cloud.tencent.com/document/api/1087/97163)
80
+
81
+ * 新增入参:AuthRange
82
+
83
+
84
+ 修改数据结构:
85
+
86
+ * [DSPACosMetaDataInfo](https://cloud.tencent.com/document/api/1087/96844#DSPACosMetaDataInfo)
87
+
88
+ * 新增成员:GovernAuthStatus
89
+
90
+ * [DspaInstance](https://cloud.tencent.com/document/api/1087/96844#DspaInstance)
91
+
92
+ * 新增成员:InsAuthCount, InsTotalQuota
93
+
94
+ * [DspaUserResourceMeta](https://cloud.tencent.com/document/api/1087/96844#DspaUserResourceMeta)
95
+
96
+ * 新增成员:GovernAuthStatus, AuthRange
97
+
98
+ * [ReportInfo](https://cloud.tencent.com/document/api/1087/96844#ReportInfo)
99
+
100
+ * 新增成员:ReportTemplateName
33
101
 
34
- * [InquirePriceModify](https://cloud.tencent.com/document/api/1003/111495)
35
102
 
36
103
 
37
104
 
38
105
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
39
106
 
40
- ### 第 189 次发布
107
+ ### 第 190 次发布
108
+
109
+ 发布时间:2024-10-14 01:18:57
110
+
111
+ 本次发布包含了以下内容:
112
+
113
+ 改善已有的文档。
114
+
115
+ 修改接口:
116
+
117
+ * [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
118
+
119
+ * 新增入参:ForbidPersonalMultipleSign
120
+
121
+ * [DescribeOrganizationSeals](https://cloud.tencent.com/document/api/1323/82453)
122
+
123
+ * <font color="#dd0000">**修改入参**:</font>Limit
41
124
 
42
- 发布时间:2024-10-11 01:18:55
125
+
126
+ 新增数据结构:
127
+
128
+ * [ExtendScene](https://cloud.tencent.com/document/api/1323/70369#ExtendScene)
129
+
130
+ 修改数据结构:
131
+
132
+ * [OccupiedSeal](https://cloud.tencent.com/document/api/1323/70369#OccupiedSeal)
133
+
134
+ * 新增成员:ExtendScene
135
+
136
+
137
+
138
+
139
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
140
+
141
+ ### 第 187 次发布
142
+
143
+ 发布时间:2024-10-14 01:19:22
43
144
 
44
145
  本次发布包含了以下内容:
45
146
 
@@ -47,42 +148,181 @@
47
148
 
48
149
  新增接口:
49
150
 
50
- * [ArchiveDynamicFlow](https://cloud.tencent.com/document/api/1323/111497)
51
- * [CreateDynamicFlowApprover](https://cloud.tencent.com/document/api/1323/111496)
151
+ * [ChannelDescribeAccountBillDetail](https://cloud.tencent.com/document/api/1420/111553)
52
152
 
53
153
  修改接口:
54
154
 
55
- * [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
155
+ * [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
156
+
157
+ * 新增入参:ForbidPersonalMultipleSign
56
158
 
57
- * 新增入参:OpenDynamicSignFlow
58
159
 
59
160
 
161
+
162
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
163
+
164
+
165
+
166
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
167
+
168
+ ### 第 79 次发布
169
+
170
+ 发布时间:2024-10-12 13:22:15
171
+
172
+ 本次发布包含了以下内容:
173
+
174
+ 改善已有的文档。
175
+
176
+ 新增接口:
177
+
178
+ * [CreateExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111511)
179
+ * [InvokeExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111510)
180
+
181
+
182
+
183
+ ## 媒体处理(mps) 版本:2019-06-12
184
+
185
+ ### 第 97 次发布
186
+
187
+ 发布时间:2024-10-12 13:27:04
188
+
189
+ 本次发布包含了以下内容:
190
+
191
+ 改善已有的文档。
192
+
193
+ 新增接口:
194
+
195
+ * [CreateVideoDatabaseEntryTask](https://cloud.tencent.com/document/api/862/111513)
196
+ * [CreateVideoSearchTask](https://cloud.tencent.com/document/api/862/111512)
197
+ * [DescribeVideoDatabaseEntryTaskDetail](https://cloud.tencent.com/document/api/862/111515)
198
+ * [DescribeVideoSearchTaskDetail](https://cloud.tencent.com/document/api/862/111514)
199
+
60
200
  新增数据结构:
61
201
 
62
- * [ArchiveDynamicApproverData](https://cloud.tencent.com/document/api/1323/70369#ArchiveDynamicApproverData)
63
- * [DynamicFlowApproverResult](https://cloud.tencent.com/document/api/1323/70369#DynamicFlowApproverResult)
202
+ * [SearchTaskResult](https://cloud.tencent.com/document/api/862/37615#SearchTaskResult)
203
+ * [SearchValueInput](https://cloud.tencent.com/document/api/862/37615#SearchValueInput)
204
+ * [SegmentSpecificInfo](https://cloud.tencent.com/document/api/862/37615#SegmentSpecificInfo)
205
+ * [VideoDBEntryTaskResult](https://cloud.tencent.com/document/api/862/37615#VideoDBEntryTaskResult)
64
206
 
207
+ 修改数据结构:
65
208
 
209
+ * [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
66
210
 
67
- ## 私有网络(vpc) 版本:2017-03-12
211
+ * 新增成员:GopUnit, HlsTime, VideoProfile, VideoLevel, Bframes, Mode, Sar, NoScenecut, BitDepth, RawPts, Compress, SegmentSpecificInfo
212
+
213
+ * [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
214
+
215
+ * 新增成员:GopUnit, HlsTime, VideoProfile, VideoLevel, Bframes, Mode, Sar, NoScenecut, BitDepth, RawPts, Compress, SegmentSpecificInfo
216
+
217
+
218
+
219
+
220
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
221
+
222
+ ### 第 63 次发布
223
+
224
+ 发布时间:2024-10-14 01:26:06
225
+
226
+ 本次发布包含了以下内容:
227
+
228
+ 改善已有的文档。
229
+
230
+ 新增接口:
231
+
232
+ * [DescribeJobRuntimeInfo](https://cloud.tencent.com/document/api/849/111554)
233
+
234
+ 新增数据结构:
235
+
236
+ * [JobRuntimeInfo](https://cloud.tencent.com/document/api/849/52010#JobRuntimeInfo)
237
+
238
+
239
+
240
+ ## 云数据库Redis(redis) 版本:2018-04-12
241
+
242
+ ### 第 82 次发布
243
+
244
+ 发布时间:2024-10-14 01:27:42
245
+
246
+ 本次发布包含了以下内容:
247
+
248
+ 改善已有的文档。
249
+
250
+ 新增接口:
251
+
252
+ * [ModifyInstancePassword](https://cloud.tencent.com/document/api/239/111555)
68
253
 
69
- ### 第 211 次发布
70
254
 
71
- 发布时间:2024-10-11 01:36:00
255
+
256
+ ## 容器安全服务(tcss) 版本:2020-11-01
257
+
258
+ ### 第 68 次发布
259
+
260
+ 发布时间:2024-10-14 01:30:34
72
261
 
73
262
  本次发布包含了以下内容:
74
263
 
75
264
  改善已有的文档。
76
265
 
266
+ <font color="#dd0000">**预下线接口**:</font>
267
+
268
+ * DescribeAbnormalProcessEventsExport
269
+ * DescribeAbnormalProcessRulesExport
270
+ * DescribeAccessControlRulesExport
271
+ * DescribeAssetImageListExport
272
+ * DescribeEscapeEventsExport
273
+
274
+
275
+
276
+ ## 实时音视频(trtc) 版本:2019-07-22
277
+
278
+ ### 第 91 次发布
279
+
280
+ 发布时间:2024-10-14 01:34:15
281
+
282
+ 本次发布包含了以下内容:
283
+
284
+ 改善已有的文档。
285
+
286
+ 修改接口:
287
+
288
+ * [StartWebRecord](https://cloud.tencent.com/document/api/647/104541)
289
+
290
+ * 新增入参:ReadyTimeout
291
+
292
+
77
293
  修改数据结构:
78
294
 
79
- * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
295
+ * [TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams)
80
296
 
81
- * <font color="#dd0000">**修改成员**:</font>Ipv6Flag
297
+ * 新增成员:TargetUserIdList
82
298
 
83
299
 
84
300
 
85
301
 
302
+ ## Web 应用防火墙(waf) 版本:2018-01-25
303
+
304
+ ### 第 96 次发布
305
+
306
+ 发布时间:2024-10-14 01:37:11
307
+
308
+ 本次发布包含了以下内容:
309
+
310
+ 改善已有的文档。
311
+
312
+ 新增接口:
313
+
314
+ * [DescribeApiDetail](https://cloud.tencent.com/document/api/627/111557)
315
+ * [DescribeApiListVersionTwo](https://cloud.tencent.com/document/api/627/111556)
316
+
317
+ 新增数据结构:
318
+
319
+ * [ApiAsset](https://cloud.tencent.com/document/api/627/53609#ApiAsset)
320
+ * [ApiDataFilter](https://cloud.tencent.com/document/api/627/53609#ApiDataFilter)
321
+ * [ApiDetailSampleHistory](https://cloud.tencent.com/document/api/627/53609#ApiDetailSampleHistory)
322
+ * [ApiParameterType](https://cloud.tencent.com/document/api/627/53609#ApiParameterType)
323
+
324
+
325
+
86
326
  # 历次版本更新如下:
87
327
 
88
328
  ## 活动防刷(aa) 版本:2020-02-24
@@ -23632,6 +23872,21 @@
23632
23872
 
23633
23873
  ## 腾讯云数据仓库TCHouse-C(cdwch) 版本:2020-09-15
23634
23874
 
23875
+ ### 第 23 次发布
23876
+
23877
+ 发布时间:2024-10-14 01:10:53
23878
+
23879
+ 本次发布包含了以下内容:
23880
+
23881
+ 改善已有的文档。
23882
+
23883
+ 修改数据结构:
23884
+
23885
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo)
23886
+
23887
+ * 新增成员:IsWhiteSGs, BindSGs
23888
+
23889
+
23635
23890
  ### 第 22 次发布
23636
23891
 
23637
23892
  发布时间:2024-07-24 01:18:03
@@ -47245,6 +47500,35 @@
47245
47500
 
47246
47501
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
47247
47502
 
47503
+ ### 第 106 次发布
47504
+
47505
+ 发布时间:2024-10-14 01:14:55
47506
+
47507
+ 本次发布包含了以下内容:
47508
+
47509
+ 改善已有的文档。
47510
+
47511
+ 修改接口:
47512
+
47513
+ * [DescribeSupportProxyVersion](https://cloud.tencent.com/document/api/1003/94260)
47514
+
47515
+ * 新增出参:SupportProxyVersionDetail
47516
+
47517
+
47518
+ 新增数据结构:
47519
+
47520
+ * [[CrossRegionBackupItem](https://cloud.tencent.com/document/api/1003/48097#CrossRegionBackupItem)](https://cloud.tencent.com/document/api/1003/48097#[CrossRegionBackupItem](https://cloud.tencent.com/document/api/1003/48097#CrossRegionBackupItem))
47521
+ * [[ProxyVersionInfo](https://cloud.tencent.com/document/api/1003/48097#ProxyVersionInfo)](https://cloud.tencent.com/document/api/1003/48097#[ProxyVersionInfo](https://cloud.tencent.com/document/api/1003/48097#ProxyVersionInfo))
47522
+
47523
+ 修改数据结构:
47524
+
47525
+ * [BizTaskInfo](https://cloud.tencent.com/document/api/1003/48097#BizTaskInfo)
47526
+
47527
+ * [ManualBackupData](https://cloud.tencent.com/document/api/1003/48097#ManualBackupData)
47528
+
47529
+ * 新增成员:CrossRegionBackupInfos
47530
+
47531
+
47248
47532
  ### 第 105 次发布
47249
47533
 
47250
47534
  发布时间:2024-10-11 01:14:58
@@ -47255,7 +47539,7 @@
47255
47539
 
47256
47540
  新增接口:
47257
47541
 
47258
- * [[InquirePriceModify](https://cloud.tencent.com/document/api/1003/111495)](https://cloud.tencent.com/document/api/#/#)
47542
+ * [InquirePriceModify](https://cloud.tencent.com/document/api/1003/111495)
47259
47543
 
47260
47544
  ### 第 104 次发布
47261
47545
 
@@ -57596,6 +57880,52 @@
57596
57880
 
57597
57881
  ## 数据安全治理中心(dsgc) 版本:2019-07-23
57598
57882
 
57883
+ ### 第 22 次发布
57884
+
57885
+ 发布时间:2024-10-14 01:17:08
57886
+
57887
+ 本次发布包含了以下内容:
57888
+
57889
+ 改善已有的文档。
57890
+
57891
+ 修改接口:
57892
+
57893
+ * [AuthorizeDSPAMetaResources](https://cloud.tencent.com/document/api/1087/97183)
57894
+
57895
+ * 新增入参:CreateDefaultTask, AuthRange
57896
+
57897
+ * [CreateDSPASelfBuildMetaResource](https://cloud.tencent.com/document/api/1087/97178)
57898
+
57899
+ * 新增入参:AuthRange
57900
+
57901
+ * [GetUserQuotaInfo](https://cloud.tencent.com/document/api/1087/97170)
57902
+
57903
+ * 新增出参:InsTotalQuota, InsRemainQuota, Version
57904
+
57905
+ * [UpdateDSPASelfBuildResource](https://cloud.tencent.com/document/api/1087/97163)
57906
+
57907
+ * 新增入参:AuthRange
57908
+
57909
+
57910
+ 修改数据结构:
57911
+
57912
+ * [DSPACosMetaDataInfo](https://cloud.tencent.com/document/api/1087/96844#DSPACosMetaDataInfo)
57913
+
57914
+ * 新增成员:GovernAuthStatus
57915
+
57916
+ * [DspaInstance](https://cloud.tencent.com/document/api/1087/96844#DspaInstance)
57917
+
57918
+ * 新增成员:InsAuthCount, InsTotalQuota
57919
+
57920
+ * [DspaUserResourceMeta](https://cloud.tencent.com/document/api/1087/96844#DspaUserResourceMeta)
57921
+
57922
+ * 新增成员:GovernAuthStatus, AuthRange
57923
+
57924
+ * [ReportInfo](https://cloud.tencent.com/document/api/1087/96844#ReportInfo)
57925
+
57926
+ * 新增成员:ReportTemplateName
57927
+
57928
+
57599
57929
  ### 第 21 次发布
57600
57930
 
57601
57931
  发布时间:2024-09-13 01:31:06
@@ -65867,6 +66197,36 @@
65867
66197
 
65868
66198
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
65869
66199
 
66200
+ ### 第 190 次发布
66201
+
66202
+ 发布时间:2024-10-14 01:18:57
66203
+
66204
+ 本次发布包含了以下内容:
66205
+
66206
+ 改善已有的文档。
66207
+
66208
+ 修改接口:
66209
+
66210
+ * [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
66211
+
66212
+ * 新增入参:ForbidPersonalMultipleSign
66213
+
66214
+ * [DescribeOrganizationSeals](https://cloud.tencent.com/document/api/1323/82453)
66215
+
66216
+ * <font color="#dd0000">**修改入参**:</font>Limit
66217
+
66218
+
66219
+ 新增数据结构:
66220
+
66221
+ * [[ExtendScene](https://cloud.tencent.com/document/api/1323/70369#ExtendScene)](https://cloud.tencent.com/document/api/1323/70369#[ExtendScene](https://cloud.tencent.com/document/api/1323/70369#ExtendScene))
66222
+
66223
+ 修改数据结构:
66224
+
66225
+ * [OccupiedSeal](https://cloud.tencent.com/document/api/1323/70369#OccupiedSeal)
66226
+
66227
+ * 新增成员:ExtendScene
66228
+
66229
+
65870
66230
  ### 第 189 次发布
65871
66231
 
65872
66232
  发布时间:2024-10-11 01:18:55
@@ -65877,8 +66237,8 @@
65877
66237
 
65878
66238
  新增接口:
65879
66239
 
65880
- * [[ArchiveDynamicFlow](https://cloud.tencent.com/document/api/1323/111497)](https://cloud.tencent.com/document/api/#/#)
65881
- * [[CreateDynamicFlowApprover](https://cloud.tencent.com/document/api/1323/111496)](https://cloud.tencent.com/document/api/#/#)
66240
+ * [ArchiveDynamicFlow](https://cloud.tencent.com/document/api/1323/111497)
66241
+ * [CreateDynamicFlowApprover](https://cloud.tencent.com/document/api/1323/111496)
65882
66242
 
65883
66243
  修改接口:
65884
66244
 
@@ -65889,8 +66249,8 @@
65889
66249
 
65890
66250
  新增数据结构:
65891
66251
 
65892
- * [[ArchiveDynamicApproverData](https://cloud.tencent.com/document/api/1323/70369#ArchiveDynamicApproverData)](https://cloud.tencent.com/document/api/1323/70369#[ArchiveDynamicApproverData](https://cloud.tencent.com/document/api/1323/70369#ArchiveDynamicApproverData))
65893
- * [[DynamicFlowApproverResult](https://cloud.tencent.com/document/api/1323/70369#DynamicFlowApproverResult)](https://cloud.tencent.com/document/api/1323/70369#[DynamicFlowApproverResult](https://cloud.tencent.com/document/api/1323/70369#DynamicFlowApproverResult))
66252
+ * [ArchiveDynamicApproverData](https://cloud.tencent.com/document/api/1323/70369#ArchiveDynamicApproverData)
66253
+ * [DynamicFlowApproverResult](https://cloud.tencent.com/document/api/1323/70369#DynamicFlowApproverResult)
65894
66254
 
65895
66255
  ### 第 188 次发布
65896
66256
 
@@ -69465,6 +69825,25 @@
69465
69825
 
69466
69826
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
69467
69827
 
69828
+ ### 第 187 次发布
69829
+
69830
+ 发布时间:2024-10-14 01:19:22
69831
+
69832
+ 本次发布包含了以下内容:
69833
+
69834
+ 改善已有的文档。
69835
+
69836
+ 新增接口:
69837
+
69838
+ * [[ChannelDescribeAccountBillDetail](https://cloud.tencent.com/document/api/1420/111553)](https://cloud.tencent.com/document/api/#/#)
69839
+
69840
+ 修改接口:
69841
+
69842
+ * [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
69843
+
69844
+ * 新增入参:ForbidPersonalMultipleSign
69845
+
69846
+
69468
69847
  ### 第 186 次发布
69469
69848
 
69470
69849
  发布时间:2024-10-10 01:18:55
@@ -81877,6 +82256,19 @@
81877
82256
 
81878
82257
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
81879
82258
 
82259
+ ### 第 79 次发布
82260
+
82261
+ 发布时间:2024-10-12 13:22:15
82262
+
82263
+ 本次发布包含了以下内容:
82264
+
82265
+ 改善已有的文档。
82266
+
82267
+ 新增接口:
82268
+
82269
+ * [[CreateExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111511)](https://cloud.tencent.com/document/api/#/#)
82270
+ * [[InvokeExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111510)](https://cloud.tencent.com/document/api/#/#)
82271
+
81880
82272
  ### 第 78 次发布
81881
82273
 
81882
82274
  发布时间:2024-09-12 01:46:54
@@ -85571,6 +85963,28 @@
85571
85963
 
85572
85964
  ## 智能视图计算平台(iss) 版本:2023-05-17
85573
85965
 
85966
+ ### 第 20 次发布
85967
+
85968
+ 发布时间:2024-10-11 18:07:24
85969
+
85970
+ 本次发布包含了以下内容:
85971
+
85972
+ 改善已有的文档。
85973
+
85974
+ 修改接口:
85975
+
85976
+ * [DescribeRecordFile](https://cloud.tencent.com/document/api/1344/95934)
85977
+
85978
+ * 新增入参:WithUrl
85979
+
85980
+
85981
+ 修改数据结构:
85982
+
85983
+ * [RecordTimeLine](https://cloud.tencent.com/document/api/1344/95952#RecordTimeLine)
85984
+
85985
+ * 新增成员:HlsUrl
85986
+
85987
+
85574
85988
  ### 第 19 次发布
85575
85989
 
85576
85990
  发布时间:2024-09-11 10:47:51
@@ -98469,6 +98883,39 @@
98469
98883
 
98470
98884
  ## 媒体处理(mps) 版本:2019-06-12
98471
98885
 
98886
+ ### 第 97 次发布
98887
+
98888
+ 发布时间:2024-10-12 13:27:04
98889
+
98890
+ 本次发布包含了以下内容:
98891
+
98892
+ 改善已有的文档。
98893
+
98894
+ 新增接口:
98895
+
98896
+ * [[CreateVideoDatabaseEntryTask](https://cloud.tencent.com/document/api/862/111513)](https://cloud.tencent.com/document/api/#/#)
98897
+ * [[CreateVideoSearchTask](https://cloud.tencent.com/document/api/862/111512)](https://cloud.tencent.com/document/api/#/#)
98898
+ * [[DescribeVideoDatabaseEntryTaskDetail](https://cloud.tencent.com/document/api/862/111515)](https://cloud.tencent.com/document/api/#/#)
98899
+ * [[DescribeVideoSearchTaskDetail](https://cloud.tencent.com/document/api/862/111514)](https://cloud.tencent.com/document/api/#/#)
98900
+
98901
+ 新增数据结构:
98902
+
98903
+ * [[SearchTaskResult](https://cloud.tencent.com/document/api/862/37615#SearchTaskResult)](https://cloud.tencent.com/document/api/862/37615#[SearchTaskResult](https://cloud.tencent.com/document/api/862/37615#SearchTaskResult))
98904
+ * [[SearchValueInput](https://cloud.tencent.com/document/api/862/37615#SearchValueInput)](https://cloud.tencent.com/document/api/862/37615#[SearchValueInput](https://cloud.tencent.com/document/api/862/37615#SearchValueInput))
98905
+ * [[SegmentSpecificInfo](https://cloud.tencent.com/document/api/862/37615#SegmentSpecificInfo)](https://cloud.tencent.com/document/api/862/37615#[SegmentSpecificInfo](https://cloud.tencent.com/document/api/862/37615#SegmentSpecificInfo))
98906
+ * [[VideoDBEntryTaskResult](https://cloud.tencent.com/document/api/862/37615#VideoDBEntryTaskResult)](https://cloud.tencent.com/document/api/862/37615#[VideoDBEntryTaskResult](https://cloud.tencent.com/document/api/862/37615#VideoDBEntryTaskResult))
98907
+
98908
+ 修改数据结构:
98909
+
98910
+ * [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
98911
+
98912
+ * 新增成员:GopUnit, HlsTime, VideoProfile, VideoLevel, Bframes, Mode, Sar, NoScenecut, BitDepth, RawPts, Compress, SegmentSpecificInfo
98913
+
98914
+ * [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
98915
+
98916
+ * 新增成员:GopUnit, HlsTime, VideoProfile, VideoLevel, Bframes, Mode, Sar, NoScenecut, BitDepth, RawPts, Compress, SegmentSpecificInfo
98917
+
98918
+
98472
98919
  ### 第 96 次发布
98473
98920
 
98474
98921
  发布时间:2024-09-20 13:07:52
@@ -103600,6 +104047,22 @@
103600
104047
 
103601
104048
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
103602
104049
 
104050
+ ### 第 63 次发布
104051
+
104052
+ 发布时间:2024-10-14 01:26:06
104053
+
104054
+ 本次发布包含了以下内容:
104055
+
104056
+ 改善已有的文档。
104057
+
104058
+ 新增接口:
104059
+
104060
+ * [[DescribeJobRuntimeInfo](https://cloud.tencent.com/document/api/849/111554)](https://cloud.tencent.com/document/api/#/#)
104061
+
104062
+ 新增数据结构:
104063
+
104064
+ * [[JobRuntimeInfo](https://cloud.tencent.com/document/api/849/52010#JobRuntimeInfo)](https://cloud.tencent.com/document/api/849/52010#[JobRuntimeInfo](https://cloud.tencent.com/document/api/849/52010#JobRuntimeInfo))
104065
+
103603
104066
  ### 第 62 次发布
103604
104067
 
103605
104068
  发布时间:2024-09-04 01:54:37
@@ -111617,6 +112080,18 @@
111617
112080
 
111618
112081
  ## 云数据库Redis(redis) 版本:2018-04-12
111619
112082
 
112083
+ ### 第 82 次发布
112084
+
112085
+ 发布时间:2024-10-14 01:27:42
112086
+
112087
+ 本次发布包含了以下内容:
112088
+
112089
+ 改善已有的文档。
112090
+
112091
+ 新增接口:
112092
+
112093
+ * [[ModifyInstancePassword](https://cloud.tencent.com/document/api/239/111555)](https://cloud.tencent.com/document/api/#/#)
112094
+
111620
112095
  ### 第 81 次发布
111621
112096
 
111622
112097
  发布时间:2024-09-11 02:05:34
@@ -126954,6 +127429,22 @@
126954
127429
 
126955
127430
  ## 容器安全服务(tcss) 版本:2020-11-01
126956
127431
 
127432
+ ### 第 68 次发布
127433
+
127434
+ 发布时间:2024-10-14 01:30:34
127435
+
127436
+ 本次发布包含了以下内容:
127437
+
127438
+ 改善已有的文档。
127439
+
127440
+ <font color="#dd0000">**预下线接口**:</font>
127441
+
127442
+ * DescribeAbnormalProcessEventsExport
127443
+ * DescribeAbnormalProcessRulesExport
127444
+ * DescribeAccessControlRulesExport
127445
+ * DescribeAssetImageListExport
127446
+ * DescribeEscapeEventsExport
127447
+
126957
127448
  ### 第 67 次发布
126958
127449
 
126959
127450
  发布时间:2024-10-10 01:30:02
@@ -147308,6 +147799,28 @@
147308
147799
 
147309
147800
  ## 实时音视频(trtc) 版本:2019-07-22
147310
147801
 
147802
+ ### 第 91 次发布
147803
+
147804
+ 发布时间:2024-10-14 01:34:15
147805
+
147806
+ 本次发布包含了以下内容:
147807
+
147808
+ 改善已有的文档。
147809
+
147810
+ 修改接口:
147811
+
147812
+ * [StartWebRecord](https://cloud.tencent.com/document/api/647/104541)
147813
+
147814
+ * 新增入参:ReadyTimeout
147815
+
147816
+
147817
+ 修改数据结构:
147818
+
147819
+ * [TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams)
147820
+
147821
+ * 新增成员:TargetUserIdList
147822
+
147823
+
147311
147824
  ### 第 90 次发布
147312
147825
 
147313
147826
  发布时间:2024-09-10 02:18:51
@@ -164554,6 +165067,26 @@
164554
165067
 
164555
165068
  ## Web 应用防火墙(waf) 版本:2018-01-25
164556
165069
 
165070
+ ### 第 96 次发布
165071
+
165072
+ 发布时间:2024-10-14 01:37:11
165073
+
165074
+ 本次发布包含了以下内容:
165075
+
165076
+ 改善已有的文档。
165077
+
165078
+ 新增接口:
165079
+
165080
+ * [[DescribeApiDetail](https://cloud.tencent.com/document/api/627/111557)](https://cloud.tencent.com/document/api/#/#)
165081
+ * [[DescribeApiListVersionTwo](https://cloud.tencent.com/document/api/627/111556)](https://cloud.tencent.com/document/api/#/#)
165082
+
165083
+ 新增数据结构:
165084
+
165085
+ * [[ApiAsset](https://cloud.tencent.com/document/api/627/53609#ApiAsset)](https://cloud.tencent.com/document/api/627/53609#[ApiAsset](https://cloud.tencent.com/document/api/627/53609#ApiAsset))
165086
+ * [[ApiDataFilter](https://cloud.tencent.com/document/api/627/53609#ApiDataFilter)](https://cloud.tencent.com/document/api/627/53609#[ApiDataFilter](https://cloud.tencent.com/document/api/627/53609#ApiDataFilter))
165087
+ * [[ApiDetailSampleHistory](https://cloud.tencent.com/document/api/627/53609#ApiDetailSampleHistory)](https://cloud.tencent.com/document/api/627/53609#[ApiDetailSampleHistory](https://cloud.tencent.com/document/api/627/53609#ApiDetailSampleHistory))
165088
+ * [[ApiParameterType](https://cloud.tencent.com/document/api/627/53609#ApiParameterType)](https://cloud.tencent.com/document/api/627/53609#[ApiParameterType](https://cloud.tencent.com/document/api/627/53609#ApiParameterType))
165089
+
164557
165090
  ### 第 95 次发布
164558
165091
 
164559
165092
  发布时间:2024-10-10 01:36:42