tencentcloud-sdk-nodejs 4.0.581 → 4.0.583

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 (100) hide show
  1. package/CHANGELOG.md +498 -0
  2. package/SERVICE_CHANGELOG.md +753 -32
  3. package/package.json +1 -1
  4. package/products.md +28 -28
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdb/v20170320/cdb_client.ts +24 -12
  7. package/src/services/cdn/v20180606/cdn_models.ts +8 -2
  8. package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +32 -0
  10. package/src/services/cls/v20201016/cls_client.ts +177 -162
  11. package/src/services/cls/v20201016/cls_models.ts +195 -21
  12. package/src/services/cwp/v20180228/cwp_client.ts +4 -2
  13. package/src/services/cwp/v20180228/cwp_models.ts +11 -2
  14. package/src/services/dlc/v20210125/dlc_models.ts +57 -7
  15. package/src/services/domain/v20180808/domain_client.ts +2 -3
  16. package/src/services/domain/v20180808/domain_models.ts +21 -3
  17. package/src/services/ess/v20201111/ess_client.ts +28 -3
  18. package/src/services/ess/v20201111/ess_models.ts +118 -38
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  20. package/src/services/lcic/v20220817/lcic_client.ts +69 -21
  21. package/src/services/lcic/v20220817/lcic_models.ts +205 -33
  22. package/src/services/lighthouse/v20200324/lighthouse_models.ts +23 -1
  23. package/src/services/live/v20180801/live_models.ts +21 -0
  24. package/src/services/postgres/v20170312/postgres_client.ts +1 -0
  25. package/src/services/postgres/v20170312/postgres_models.ts +36 -1
  26. package/src/services/redis/v20180412/redis_client.ts +1 -1
  27. package/src/services/redis/v20180412/redis_models.ts +95 -63
  28. package/src/services/rum/v20210622/rum_client.ts +86 -38
  29. package/src/services/rum/v20210622/rum_models.ts +283 -13
  30. package/src/services/sqlserver/v20180328/sqlserver_client.ts +61 -23
  31. package/src/services/sqlserver/v20180328/sqlserver_models.ts +239 -34
  32. package/src/services/tcss/v20201101/tcss_models.ts +5 -4
  33. package/src/services/tke/v20180525/tke_client.ts +12 -0
  34. package/src/services/tke/v20180525/tke_models.ts +31 -0
  35. package/src/services/trp/v20210515/trp_client.ts +55 -17
  36. package/src/services/trp/v20210515/trp_models.ts +157 -26
  37. package/src/services/tsf/v20180326/tsf_client.ts +49 -25
  38. package/src/services/tsf/v20180326/tsf_models.ts +142 -5
  39. package/src/services/waf/v20180125/waf_client.ts +40 -15
  40. package/src/services/waf/v20180125/waf_models.ts +325 -29
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +18 -6
  44. package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -6
  45. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -2
  46. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
  47. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
  48. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +28 -0
  49. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +161 -157
  50. package/tencentcloud/services/cls/v20201016/cls_client.js +163 -157
  51. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +176 -30
  52. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
  53. package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
  54. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +10 -2
  55. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +48 -7
  56. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -1
  57. package/tencentcloud/services/domain/v20180808/domain_client.js +0 -1
  58. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +18 -3
  59. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -3
  60. package/tencentcloud/services/ess/v20201111/ess_client.js +15 -2
  61. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +105 -37
  62. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  63. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +23 -7
  64. package/tencentcloud/services/lcic/v20220817/lcic_client.js +33 -9
  65. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +176 -29
  66. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +22 -1
  67. package/tencentcloud/services/live/v20180801/live_models.d.ts +18 -0
  68. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +30 -1
  69. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  70. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  71. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +80 -48
  72. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +29 -13
  73. package/tencentcloud/services/rum/v20210622/rum_client.js +42 -18
  74. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +236 -12
  75. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +21 -9
  76. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +30 -12
  77. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +202 -30
  78. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -3
  79. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
  80. package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
  81. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +27 -0
  82. package/tencentcloud/services/trp/v20210515/trp_client.d.ts +17 -5
  83. package/tencentcloud/services/trp/v20210515/trp_client.js +24 -6
  84. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +140 -26
  85. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +17 -9
  86. package/tencentcloud/services/tsf/v20180326/tsf_client.js +24 -12
  87. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +118 -4
  88. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +14 -6
  89. package/tencentcloud/services/waf/v20180125/waf_client.js +19 -7
  90. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +276 -27
  91. package/test/ckafka.v20190819.test.js +10 -0
  92. package/test/cls.v20201016.test.js +12 -2
  93. package/test/ess.v20201111.test.js +20 -0
  94. package/test/lcic.v20220817.test.js +46 -6
  95. package/test/rum.v20210622.test.js +52 -12
  96. package/test/sqlserver.v20180328.test.js +44 -14
  97. package/test/tke.v20180525.test.js +10 -0
  98. package/test/trp.v20210515.test.js +34 -4
  99. package/test/tsf.v20180326.test.js +28 -8
  100. package/test/waf.v20180125.test.js +24 -4
@@ -1,10 +1,50 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 文件存储(cfs) 版本:2019-07-19
3
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
4
4
 
5
- ### 第 17 次发布
5
+ ### 第 120 次发布
6
6
 
7
- 发布时间:2023-04-17 01:08:20
7
+ 发布时间:2023-04-19 01:10:00
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ <font color="#dd0000">**预下线接口**:</font>
14
+
15
+ * DescribeCDBProxy
16
+ * DescribeProxyConnectionPoolConf
17
+ * ModifyCDBProxyConnectionPool
18
+ * ModifyCDBProxyDesc
19
+ * ModifyCDBProxyVipVPort
20
+ * QueryCDBProxy
21
+
22
+
23
+
24
+ ## 内容分发网络 CDN(cdn) 版本:2018-06-06
25
+
26
+ ### 第 119 次发布
27
+
28
+ 发布时间:2023-04-19 01:11:05
29
+
30
+ 本次发布包含了以下内容:
31
+
32
+ 改善已有的文档。
33
+
34
+ 修改数据结构:
35
+
36
+ * [DomainLog](https://cloud.tencent.com/document/api/228/30987#DomainLog)
37
+
38
+ * 新增成员:FileSize
39
+
40
+
41
+
42
+
43
+ ## 消息队列 CKafka(ckafka) 版本:2019-08-19
44
+
45
+ ### 第 78 次发布
46
+
47
+ 发布时间:2023-04-19 01:12:57
8
48
 
9
49
  本次发布包含了以下内容:
10
50
 
@@ -12,24 +52,37 @@
12
52
 
13
53
  新增接口:
14
54
 
15
- * [CreateMigrationTask](https://cloud.tencent.com/document/api/582/90217)
16
- * [DeleteMigrationTask](https://cloud.tencent.com/document/api/582/90216)
17
- * [DescribeBucketList](https://cloud.tencent.com/document/api/582/90215)
18
- * [DescribeMigrationTasks](https://cloud.tencent.com/document/api/582/90214)
19
- * [StopMigrationTask](https://cloud.tencent.com/document/api/582/90213)
55
+ * [RenewCkafkaInstance](https://cloud.tencent.com/document/api/597/90290)
56
+
57
+
58
+
59
+ ## 日志服务(cls) 版本:2020-10-16
60
+
61
+ ### 第 42 次发布
62
+
63
+ 发布时间:2023-04-19 01:14:14
64
+
65
+ 本次发布包含了以下内容:
66
+
67
+ 改善已有的文档。
68
+
69
+ 新增接口:
70
+
71
+ * [DescribeAlertRecordHistory](https://cloud.tencent.com/document/api/614/90291)
20
72
 
21
73
  新增数据结构:
22
74
 
23
- * [BucketInfo](https://cloud.tencent.com/document/api/582/38175#BucketInfo)
24
- * [MigrationTaskInfo](https://cloud.tencent.com/document/api/582/38175#MigrationTaskInfo)
75
+ * [AlertHistoryNotice](https://cloud.tencent.com/document/api/614/56471#AlertHistoryNotice)
76
+ * [AlertHistoryRecord](https://cloud.tencent.com/document/api/614/56471#AlertHistoryRecord)
77
+ * [GroupTriggerConditionInfo](https://cloud.tencent.com/document/api/614/56471#GroupTriggerConditionInfo)
25
78
 
26
79
 
27
80
 
28
- ## 人脸核身(faceid) 版本:2018-03-01
81
+ ## 主机安全(cwp) 版本:2018-02-28
29
82
 
30
- ### 第 57 次发布
83
+ ### 第 81 次发布
31
84
 
32
- 发布时间:2023-04-17 01:20:00
85
+ 发布时间:2023-04-19 01:23:40
33
86
 
34
87
  本次发布包含了以下内容:
35
88
 
@@ -37,34 +90,119 @@
37
90
 
38
91
  修改数据结构:
39
92
 
40
- * [IntentionQuestionResult](https://cloud.tencent.com/document/api/1007/41958#IntentionQuestionResult)
93
+ * [FileTamperEvent](https://cloud.tencent.com/document/api/296/19867#FileTamperEvent)
41
94
 
42
- * 新增成员:FinalResultDetailCode, FinalResultMessage
95
+ * 新增成员:FileAction
43
96
 
44
97
 
45
98
 
46
99
 
47
- ## 移动应用安全(ms) 版本:2018-04-08
100
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
48
101
 
49
- ### 第 12 次发布
102
+ ### 第 46 次发布
50
103
 
51
- 发布时间:2023-04-17 01:29:42
104
+ 发布时间:2023-04-19 01:26:51
52
105
 
53
106
  本次发布包含了以下内容:
54
107
 
55
108
  改善已有的文档。
56
109
 
57
- <font color="#dd0000">**预下线接口**:</font>
110
+ 修改接口:
58
111
 
59
- * DeleteScanInstances
112
+ * [CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)
60
113
 
114
+ * 新增入参:SessionId
61
115
 
116
+ * [DescribeNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86311)
62
117
 
63
- ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
118
+ * 新增入参:TaskId
64
119
 
65
- ### 第 19 次发布
120
+ * [ListTaskJobLogDetail](https://cloud.tencent.com/document/api/1342/75645)
66
121
 
67
- 发布时间:2023-04-17 01:41:34
122
+ * 新增入参:BatchId
123
+
124
+ * 新增出参:LogUrl
125
+
126
+ * [ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)
127
+
128
+ * 新增入参:SessionId
129
+
130
+
131
+ 修改数据结构:
132
+
133
+ * [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
134
+
135
+ * 新增成员:ElasticSwitch, ElasticLimit
136
+
137
+ * [JobLogResult](https://cloud.tencent.com/document/api/1342/53778#JobLogResult)
138
+
139
+ * 新增成员:PkgLogId
140
+
141
+ * [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
142
+
143
+ * 新增成员:SessionId
144
+
145
+
146
+
147
+
148
+ ## 域名注册(domain) 版本:2018-08-08
149
+
150
+ ### 第 23 次发布
151
+
152
+ 发布时间:2023-04-19 01:27:47
153
+
154
+ 本次发布包含了以下内容:
155
+
156
+ 改善已有的文档。
157
+
158
+ 修改数据结构:
159
+
160
+ * [CertificateInfo](https://cloud.tencent.com/document/api/242/38895#CertificateInfo)
161
+
162
+ * 新增成员:RegistrantCertificateCode, RegistrantCertificateType, RegistrantImgUrl
163
+
164
+
165
+
166
+
167
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
168
+
169
+ ### 第 60 次发布
170
+
171
+ 发布时间:2023-04-18 17:30:51
172
+
173
+ 本次发布包含了以下内容:
174
+
175
+ 改善已有的文档。
176
+
177
+ 修改接口:
178
+
179
+ * [CreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1323/87787)
180
+
181
+ * 新增入参:NotifyType, NotifyAddress
182
+
183
+
184
+ ### 第 59 次发布
185
+
186
+ 发布时间:2023-04-18 11:25:48
187
+
188
+ 本次发布包含了以下内容:
189
+
190
+ 改善已有的文档。
191
+
192
+ 修改接口:
193
+
194
+ * [UpdateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/89457)
195
+
196
+ * <font color="#dd0000">**修改入参**:</font>Agent
197
+
198
+
199
+
200
+
201
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
202
+
203
+ ### 第 23 次发布
204
+
205
+ 发布时间:2023-04-19 01:35:50
68
206
 
69
207
  本次发布包含了以下内容:
70
208
 
@@ -72,7 +210,180 @@
72
210
 
73
211
  新增接口:
74
212
 
75
- * [DescribeTraceDataById](https://cloud.tencent.com/document/api/1458/90218)
213
+ * [DeleteSupervisor](https://cloud.tencent.com/document/api/1639/90295)
214
+ * [DescribeDocuments](https://cloud.tencent.com/document/api/1639/90292)
215
+ * [EndRoom](https://cloud.tencent.com/document/api/1639/90294)
216
+ * [StartRoom](https://cloud.tencent.com/document/api/1639/90293)
217
+
218
+ 修改数据结构:
219
+
220
+ * [DocumentInfo](https://cloud.tencent.com/document/api/1639/81423#DocumentInfo)
221
+
222
+ * 新增成员:Pages, Width, Height, Cover
223
+
224
+ * [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
225
+
226
+ * 新增成员:Role, GroupId, SubGroupId, Stage
227
+
228
+
229
+
230
+
231
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
232
+
233
+ ### 第 45 次发布
234
+
235
+ 发布时间:2023-04-19 01:37:08
236
+
237
+ 本次发布包含了以下内容:
238
+
239
+ 改善已有的文档。
240
+
241
+ 修改数据结构:
242
+
243
+ * [Bundle](https://cloud.tencent.com/document/api/1207/47576#Bundle)
244
+
245
+ * 新增成员:BundleTypeDescription
246
+
247
+
248
+
249
+
250
+ ## 云直播CSS(live) 版本:2018-08-01
251
+
252
+ ### 第 98 次发布
253
+
254
+ 发布时间:2023-04-19 01:38:43
255
+
256
+ 本次发布包含了以下内容:
257
+
258
+ 改善已有的文档。
259
+
260
+ 修改数据结构:
261
+
262
+ * [CallBackTemplateInfo](https://cloud.tencent.com/document/api/267/20474#CallBackTemplateInfo)
263
+
264
+ * 新增成员:AudioAuditNotifyUrl
265
+
266
+ * [LivePackageInfo](https://cloud.tencent.com/document/api/267/20474#LivePackageInfo)
267
+
268
+ * 新增成员:WillRenew, RenewalResult
269
+
270
+
271
+
272
+
273
+ ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
274
+
275
+ ### 第 34 次发布
276
+
277
+ 发布时间:2023-04-19 01:42:53
278
+
279
+ 本次发布包含了以下内容:
280
+
281
+ 改善已有的文档。
282
+
283
+ 修改接口:
284
+
285
+ * [DescribeBackupDownloadURL](https://cloud.tencent.com/document/api/409/89025)
286
+
287
+ * 新增入参:BackupDownloadRestriction
288
+
289
+
290
+ 新增数据结构:
291
+
292
+ * [BackupDownloadRestriction](https://cloud.tencent.com/document/api/409/16778#BackupDownloadRestriction)
293
+
294
+
295
+
296
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
297
+
298
+ ### 第 42 次发布
299
+
300
+ 发布时间:2023-04-19 01:48:11
301
+
302
+ 本次发布包含了以下内容:
303
+
304
+ 改善已有的文档。
305
+
306
+ 新增接口:
307
+
308
+ * [DescribeDBInstancesAttribute](https://cloud.tencent.com/document/api/238/90299)
309
+ * [DescribeXEvents](https://cloud.tencent.com/document/api/238/90298)
310
+ * [StartInstanceXEvent](https://cloud.tencent.com/document/api/238/90297)
311
+
312
+ 新增数据结构:
313
+
314
+ * [EventConfig](https://cloud.tencent.com/document/api/238/19976#EventConfig)
315
+ * [Events](https://cloud.tencent.com/document/api/238/19976#Events)
316
+
317
+
318
+
319
+ ## 容器服务(tke) 版本:2018-05-25
320
+
321
+ ### 第 145 次发布
322
+
323
+ 发布时间:2023-04-19 01:55:58
324
+
325
+ 本次发布包含了以下内容:
326
+
327
+ 改善已有的文档。
328
+
329
+ 新增接口:
330
+
331
+ * [UpdateClusterKubeconfig](https://cloud.tencent.com/document/api/457/90300)
332
+
333
+
334
+
335
+ ## 微服务平台 TSF(tsf) 版本:2018-03-26
336
+
337
+ ### 第 90 次发布
338
+
339
+ 发布时间:2023-04-19 01:58:00
340
+
341
+ 本次发布包含了以下内容:
342
+
343
+ 改善已有的文档。
344
+
345
+ 新增接口:
346
+
347
+ * [CreateConfigWithDetailResp](https://cloud.tencent.com/document/api/649/90302)
348
+ * [CreateFileConfigWithDetailResp](https://cloud.tencent.com/document/api/649/90301)
349
+
350
+
351
+
352
+ ## Web 应用防火墙(waf) 版本:2018-01-25
353
+
354
+ ### 第 30 次发布
355
+
356
+ 发布时间:2023-04-19 02:01:49
357
+
358
+ 本次发布包含了以下内容:
359
+
360
+ 改善已有的文档。
361
+
362
+ 修改接口:
363
+
364
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
365
+
366
+ * 新增入参:SniType, SniHost, IpHeaders
367
+
368
+
369
+ 修改数据结构:
370
+
371
+ * [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
372
+
373
+ * 新增成员:SniType, SniHost, Weights, IpHeaders
374
+
375
+ * [HostRecord](https://cloud.tencent.com/document/api/627/53609#HostRecord)
376
+
377
+ * 新增成员:IpHeaders, EngineType
378
+
379
+ * [PeakPointsItem](https://cloud.tencent.com/document/api/627/53609#PeakPointsItem)
380
+
381
+ * 新增成员:StatusServerError, StatusClientError, StatusRedirect, StatusOk, UpstreamServerError, UpstreamClientError, UpstreamRedirect
382
+
383
+ * [PortInfo](https://cloud.tencent.com/document/api/627/53609#PortInfo)
384
+
385
+ * 新增成员:NginxServerId, Port, Protocol, UpstreamPort, UpstreamProtocol
386
+
76
387
 
77
388
 
78
389
 
@@ -13213,6 +13524,23 @@
13213
13524
 
13214
13525
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
13215
13526
 
13527
+ ### 第 120 次发布
13528
+
13529
+ 发布时间:2023-04-19 01:10:00
13530
+
13531
+ 本次发布包含了以下内容:
13532
+
13533
+ 改善已有的文档。
13534
+
13535
+ <font color="#dd0000">**预下线接口**:</font>
13536
+
13537
+ * DescribeCDBProxy
13538
+ * DescribeProxyConnectionPoolConf
13539
+ * ModifyCDBProxyConnectionPool
13540
+ * ModifyCDBProxyDesc
13541
+ * ModifyCDBProxyVipVPort
13542
+ * QueryCDBProxy
13543
+
13216
13544
  ### 第 119 次发布
13217
13545
 
13218
13546
  发布时间:2023-04-11 01:06:22
@@ -15786,6 +16114,21 @@
15786
16114
 
15787
16115
  ## 内容分发网络 CDN(cdn) 版本:2018-06-06
15788
16116
 
16117
+ ### 第 119 次发布
16118
+
16119
+ 发布时间:2023-04-19 01:11:05
16120
+
16121
+ 本次发布包含了以下内容:
16122
+
16123
+ 改善已有的文档。
16124
+
16125
+ 修改数据结构:
16126
+
16127
+ * [DomainLog](https://cloud.tencent.com/document/api/228/30987#DomainLog)
16128
+
16129
+ * 新增成员:FileSize
16130
+
16131
+
15789
16132
  ### 第 118 次发布
15790
16133
 
15791
16134
  发布时间:2023-03-31 01:08:16
@@ -18795,16 +19138,16 @@
18795
19138
 
18796
19139
  新增接口:
18797
19140
 
18798
- * [[CreateMigrationTask](https://cloud.tencent.com/document/api/582/90217)](https://cloud.tencent.com/document/api/#/#)
18799
- * [[DeleteMigrationTask](https://cloud.tencent.com/document/api/582/90216)](https://cloud.tencent.com/document/api/#/#)
18800
- * [[DescribeBucketList](https://cloud.tencent.com/document/api/582/90215)](https://cloud.tencent.com/document/api/#/#)
18801
- * [[DescribeMigrationTasks](https://cloud.tencent.com/document/api/582/90214)](https://cloud.tencent.com/document/api/#/#)
18802
- * [[StopMigrationTask](https://cloud.tencent.com/document/api/582/90213)](https://cloud.tencent.com/document/api/#/#)
19141
+ * [CreateMigrationTask](https://cloud.tencent.com/document/api/582/90217)
19142
+ * [DeleteMigrationTask](https://cloud.tencent.com/document/api/582/90216)
19143
+ * [DescribeBucketList](https://cloud.tencent.com/document/api/582/90215)
19144
+ * [DescribeMigrationTasks](https://cloud.tencent.com/document/api/582/90214)
19145
+ * [StopMigrationTask](https://cloud.tencent.com/document/api/582/90213)
18803
19146
 
18804
19147
  新增数据结构:
18805
19148
 
18806
- * [[BucketInfo](https://cloud.tencent.com/document/api/582/38175#BucketInfo)](https://cloud.tencent.com/document/api/582/38175#[BucketInfo](https://cloud.tencent.com/document/api/582/38175#BucketInfo))
18807
- * [[MigrationTaskInfo](https://cloud.tencent.com/document/api/582/38175#MigrationTaskInfo)](https://cloud.tencent.com/document/api/582/38175#[MigrationTaskInfo](https://cloud.tencent.com/document/api/582/38175#MigrationTaskInfo))
19149
+ * [BucketInfo](https://cloud.tencent.com/document/api/582/38175#BucketInfo)
19150
+ * [MigrationTaskInfo](https://cloud.tencent.com/document/api/582/38175#MigrationTaskInfo)
18808
19151
 
18809
19152
  ### 第 16 次发布
18810
19153
 
@@ -20568,6 +20911,18 @@
20568
20911
 
20569
20912
  ## 消息队列 CKafka(ckafka) 版本:2019-08-19
20570
20913
 
20914
+ ### 第 78 次发布
20915
+
20916
+ 发布时间:2023-04-19 01:12:57
20917
+
20918
+ 本次发布包含了以下内容:
20919
+
20920
+ 改善已有的文档。
20921
+
20922
+ 新增接口:
20923
+
20924
+ * [[RenewCkafkaInstance](https://cloud.tencent.com/document/api/597/90290)](https://cloud.tencent.com/document/api/#/#)
20925
+
20571
20926
  ### 第 77 次发布
20572
20927
 
20573
20928
  发布时间:2023-04-10 01:12:49
@@ -24573,6 +24928,24 @@
24573
24928
 
24574
24929
  ## 日志服务(cls) 版本:2020-10-16
24575
24930
 
24931
+ ### 第 42 次发布
24932
+
24933
+ 发布时间:2023-04-19 01:14:14
24934
+
24935
+ 本次发布包含了以下内容:
24936
+
24937
+ 改善已有的文档。
24938
+
24939
+ 新增接口:
24940
+
24941
+ * [[DescribeAlertRecordHistory](https://cloud.tencent.com/document/api/614/90291)](https://cloud.tencent.com/document/api/#/#)
24942
+
24943
+ 新增数据结构:
24944
+
24945
+ * [[AlertHistoryNotice](https://cloud.tencent.com/document/api/614/56471#AlertHistoryNotice)](https://cloud.tencent.com/document/api/614/56471#[AlertHistoryNotice](https://cloud.tencent.com/document/api/614/56471#AlertHistoryNotice))
24946
+ * [[AlertHistoryRecord](https://cloud.tencent.com/document/api/614/56471#AlertHistoryRecord)](https://cloud.tencent.com/document/api/614/56471#[AlertHistoryRecord](https://cloud.tencent.com/document/api/614/56471#AlertHistoryRecord))
24947
+ * [[GroupTriggerConditionInfo](https://cloud.tencent.com/document/api/614/56471#GroupTriggerConditionInfo)](https://cloud.tencent.com/document/api/614/56471#[GroupTriggerConditionInfo](https://cloud.tencent.com/document/api/614/56471#GroupTriggerConditionInfo))
24948
+
24576
24949
  ### 第 41 次发布
24577
24950
 
24578
24951
  发布时间:2023-04-14 01:13:53
@@ -31776,6 +32149,33 @@
31776
32149
 
31777
32150
  ## 主机安全(cwp) 版本:2018-02-28
31778
32151
 
32152
+ ### 第 81 次发布
32153
+
32154
+ 发布时间:2023-04-19 01:23:40
32155
+
32156
+ 本次发布包含了以下内容:
32157
+
32158
+ 改善已有的文档。
32159
+
32160
+ 修改数据结构:
32161
+
32162
+ * [FileTamperEvent](https://cloud.tencent.com/document/api/296/19867#FileTamperEvent)
32163
+
32164
+ * 新增成员:FileAction
32165
+
32166
+
32167
+ ### 第 80 次发布
32168
+
32169
+ 发布时间:2023-04-18 01:18:35
32170
+
32171
+ 本次发布包含了以下内容:
32172
+
32173
+ 改善已有的文档。
32174
+
32175
+ <font color="#dd0000">**预下线接口**:</font>
32176
+
32177
+ * DescribeSearchExportList
32178
+
31779
32179
  ### 第 79 次发布
31780
32180
 
31781
32181
  发布时间:2023-04-11 01:12:54
@@ -38374,6 +38774,50 @@
38374
38774
 
38375
38775
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
38376
38776
 
38777
+ ### 第 46 次发布
38778
+
38779
+ 发布时间:2023-04-19 01:26:51
38780
+
38781
+ 本次发布包含了以下内容:
38782
+
38783
+ 改善已有的文档。
38784
+
38785
+ 修改接口:
38786
+
38787
+ * [CreateSparkApp](https://cloud.tencent.com/document/api/1342/74538)
38788
+
38789
+ * 新增入参:SessionId
38790
+
38791
+ * [DescribeNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86311)
38792
+
38793
+ * 新增入参:TaskId
38794
+
38795
+ * [ListTaskJobLogDetail](https://cloud.tencent.com/document/api/1342/75645)
38796
+
38797
+ * 新增入参:BatchId
38798
+
38799
+ * 新增出参:LogUrl
38800
+
38801
+ * [ModifySparkApp](https://cloud.tencent.com/document/api/1342/74532)
38802
+
38803
+ * 新增入参:SessionId
38804
+
38805
+
38806
+ 修改数据结构:
38807
+
38808
+ * [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
38809
+
38810
+ * 新增成员:ElasticSwitch, ElasticLimit
38811
+
38812
+ * [JobLogResult](https://cloud.tencent.com/document/api/1342/53778#JobLogResult)
38813
+
38814
+ * 新增成员:PkgLogId
38815
+
38816
+ * [SparkJobInfo](https://cloud.tencent.com/document/api/1342/53778#SparkJobInfo)
38817
+
38818
+ * 新增成员:SessionId
38819
+
38820
+
38377
38821
  ### 第 45 次发布
38378
38822
 
38379
38823
  发布时间:2023-04-11 01:16:50
@@ -39738,6 +40182,21 @@
39738
40182
 
39739
40183
  ## 域名注册(domain) 版本:2018-08-08
39740
40184
 
40185
+ ### 第 23 次发布
40186
+
40187
+ 发布时间:2023-04-19 01:27:47
40188
+
40189
+ 本次发布包含了以下内容:
40190
+
40191
+ 改善已有的文档。
40192
+
40193
+ 修改数据结构:
40194
+
40195
+ * [CertificateInfo](https://cloud.tencent.com/document/api/242/38895#CertificateInfo)
40196
+
40197
+ * 新增成员:RegistrantCertificateCode, RegistrantCertificateType, RegistrantImgUrl
40198
+
40199
+
39741
40200
  ### 第 22 次发布
39742
40201
 
39743
40202
  发布时间:2023-02-22 01:23:19
@@ -45685,6 +46144,60 @@
45685
46144
 
45686
46145
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
45687
46146
 
46147
+ ### 第 60 次发布
46148
+
46149
+ 发布时间:2023-04-18 17:30:51
46150
+
46151
+ 本次发布包含了以下内容:
46152
+
46153
+ 改善已有的文档。
46154
+
46155
+ 修改接口:
46156
+
46157
+ * [CreateUserAutoSignEnableUrl](https://cloud.tencent.com/document/api/1323/87787)
46158
+
46159
+ * 新增入参:NotifyType, NotifyAddress
46160
+
46161
+
46162
+ ### 第 59 次发布
46163
+
46164
+ 发布时间:2023-04-18 11:25:48
46165
+
46166
+ 本次发布包含了以下内容:
46167
+
46168
+ 改善已有的文档。
46169
+
46170
+ 修改接口:
46171
+
46172
+ * [UpdateIntegrationEmployees](https://cloud.tencent.com/document/api/1323/89457)
46173
+
46174
+ * <font color="#dd0000">**修改入参**:</font>Agent
46175
+
46176
+
46177
+ ### 第 58 次发布
46178
+
46179
+ 发布时间:2023-04-17 20:50:42
46180
+
46181
+ 本次发布包含了以下内容:
46182
+
46183
+ 改善已有的文档。
46184
+
46185
+ 新增接口:
46186
+
46187
+ * [UnbindEmployeeUserIdWithClientOpenId](https://cloud.tencent.com/document/api/1323/90239)
46188
+
46189
+ ### 第 57 次发布
46190
+
46191
+ 发布时间:2023-04-17 20:40:51
46192
+
46193
+ 本次发布包含了以下内容:
46194
+
46195
+ 改善已有的文档。
46196
+
46197
+ 新增接口:
46198
+
46199
+ * [BindEmployeeUserIdWithClientOpenId](https://cloud.tencent.com/document/api/1323/90238)
46200
+
45688
46201
  ### 第 56 次发布
45689
46202
 
45690
46203
  发布时间:2023-04-12 01:27:24
@@ -58830,6 +59343,32 @@
58830
59343
 
58831
59344
  ## 低代码互动课堂(lcic) 版本:2022-08-17
58832
59345
 
59346
+ ### 第 23 次发布
59347
+
59348
+ 发布时间:2023-04-19 01:35:50
59349
+
59350
+ 本次发布包含了以下内容:
59351
+
59352
+ 改善已有的文档。
59353
+
59354
+ 新增接口:
59355
+
59356
+ * [[DeleteSupervisor](https://cloud.tencent.com/document/api/1639/90295)](https://cloud.tencent.com/document/api/#/#)
59357
+ * [[DescribeDocuments](https://cloud.tencent.com/document/api/1639/90292)](https://cloud.tencent.com/document/api/#/#)
59358
+ * [[EndRoom](https://cloud.tencent.com/document/api/1639/90294)](https://cloud.tencent.com/document/api/#/#)
59359
+ * [[StartRoom](https://cloud.tencent.com/document/api/1639/90293)](https://cloud.tencent.com/document/api/#/#)
59360
+
59361
+ 修改数据结构:
59362
+
59363
+ * [DocumentInfo](https://cloud.tencent.com/document/api/1639/81423#DocumentInfo)
59364
+
59365
+ * 新增成员:Pages, Width, Height, Cover
59366
+
59367
+ * [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
59368
+
59369
+ * 新增成员:Role, GroupId, SubGroupId, Stage
59370
+
59371
+
58833
59372
  ### 第 22 次发布
58834
59373
 
58835
59374
  发布时间:2023-04-11 01:26:50
@@ -59257,6 +59796,21 @@
59257
59796
 
59258
59797
  ## 轻量应用服务器(lighthouse) 版本:2020-03-24
59259
59798
 
59799
+ ### 第 45 次发布
59800
+
59801
+ 发布时间:2023-04-19 01:37:08
59802
+
59803
+ 本次发布包含了以下内容:
59804
+
59805
+ 改善已有的文档。
59806
+
59807
+ 修改数据结构:
59808
+
59809
+ * [Bundle](https://cloud.tencent.com/document/api/1207/47576#Bundle)
59810
+
59811
+ * 新增成员:BundleTypeDescription
59812
+
59813
+
59260
59814
  ### 第 44 次发布
59261
59815
 
59262
59816
  发布时间:2023-02-27 01:32:02
@@ -60127,6 +60681,25 @@
60127
60681
 
60128
60682
  ## 云直播CSS(live) 版本:2018-08-01
60129
60683
 
60684
+ ### 第 98 次发布
60685
+
60686
+ 发布时间:2023-04-19 01:38:43
60687
+
60688
+ 本次发布包含了以下内容:
60689
+
60690
+ 改善已有的文档。
60691
+
60692
+ 修改数据结构:
60693
+
60694
+ * [CallBackTemplateInfo](https://cloud.tencent.com/document/api/267/20474#CallBackTemplateInfo)
60695
+
60696
+ * 新增成员:AudioAuditNotifyUrl
60697
+
60698
+ * [LivePackageInfo](https://cloud.tencent.com/document/api/267/20474#LivePackageInfo)
60699
+
60700
+ * 新增成员:WillRenew, RenewalResult
60701
+
60702
+
60130
60703
  ### 第 97 次发布
60131
60704
 
60132
60705
  发布时间:2023-03-20 01:38:41
@@ -72753,6 +73326,25 @@
72753
73326
 
72754
73327
  ## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
72755
73328
 
73329
+ ### 第 34 次发布
73330
+
73331
+ 发布时间:2023-04-19 01:42:53
73332
+
73333
+ 本次发布包含了以下内容:
73334
+
73335
+ 改善已有的文档。
73336
+
73337
+ 修改接口:
73338
+
73339
+ * [DescribeBackupDownloadURL](https://cloud.tencent.com/document/api/409/89025)
73340
+
73341
+ * 新增入参:BackupDownloadRestriction
73342
+
73343
+
73344
+ 新增数据结构:
73345
+
73346
+ * [[BackupDownloadRestriction](https://cloud.tencent.com/document/api/409/16778#BackupDownloadRestriction)](https://cloud.tencent.com/document/api/409/16778#[BackupDownloadRestriction](https://cloud.tencent.com/document/api/409/16778#BackupDownloadRestriction))
73347
+
72756
73348
  ### 第 33 次发布
72757
73349
 
72758
73350
  发布时间:2023-03-21 01:56:25
@@ -75618,6 +76210,21 @@
75618
76210
 
75619
76211
  ## 前端性能监控(rum) 版本:2021-06-22
75620
76212
 
76213
+ ### 第 25 次发布
76214
+
76215
+ 发布时间:2023-04-18 01:36:49
76216
+
76217
+ 本次发布包含了以下内容:
76218
+
76219
+ 改善已有的文档。
76220
+
76221
+ 新增接口:
76222
+
76223
+ * [DescribeAppDimensionMetrics](https://cloud.tencent.com/document/api/1464/90244)
76224
+ * [DescribeAppMetricsData](https://cloud.tencent.com/document/api/1464/90243)
76225
+ * [DescribeAppSingleCaseDetailList](https://cloud.tencent.com/document/api/1464/90242)
76226
+ * [DescribeAppSingleCaseList](https://cloud.tencent.com/document/api/1464/90241)
76227
+
75621
76228
  ### 第 24 次发布
75622
76229
 
75623
76230
  发布时间:2023-04-10 01:49:56
@@ -78215,6 +78822,25 @@
78215
78822
 
78216
78823
  ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
78217
78824
 
78825
+ ### 第 42 次发布
78826
+
78827
+ 发布时间:2023-04-19 01:48:11
78828
+
78829
+ 本次发布包含了以下内容:
78830
+
78831
+ 改善已有的文档。
78832
+
78833
+ 新增接口:
78834
+
78835
+ * [[DescribeDBInstancesAttribute](https://cloud.tencent.com/document/api/238/90299)](https://cloud.tencent.com/document/api/#/#)
78836
+ * [[DescribeXEvents](https://cloud.tencent.com/document/api/238/90298)](https://cloud.tencent.com/document/api/#/#)
78837
+ * [[StartInstanceXEvent](https://cloud.tencent.com/document/api/238/90297)](https://cloud.tencent.com/document/api/#/#)
78838
+
78839
+ 新增数据结构:
78840
+
78841
+ * [[EventConfig](https://cloud.tencent.com/document/api/238/19976#EventConfig)](https://cloud.tencent.com/document/api/238/19976#[EventConfig](https://cloud.tencent.com/document/api/238/19976#EventConfig))
78842
+ * [[Events](https://cloud.tencent.com/document/api/238/19976#Events)](https://cloud.tencent.com/document/api/238/19976#[Events](https://cloud.tencent.com/document/api/238/19976#Events))
78843
+
78218
78844
  ### 第 41 次发布
78219
78845
 
78220
78846
  发布时间:2023-03-01 01:40:19
@@ -95633,6 +96259,18 @@
95633
96259
 
95634
96260
  ## 容器服务(tke) 版本:2018-05-25
95635
96261
 
96262
+ ### 第 145 次发布
96263
+
96264
+ 发布时间:2023-04-19 01:55:58
96265
+
96266
+ 本次发布包含了以下内容:
96267
+
96268
+ 改善已有的文档。
96269
+
96270
+ 新增接口:
96271
+
96272
+ * [[UpdateClusterKubeconfig](https://cloud.tencent.com/document/api/457/90300)](https://cloud.tencent.com/document/api/#/#)
96273
+
95636
96274
  ### 第 144 次发布
95637
96275
 
95638
96276
  发布时间:2023-04-07 02:49:45
@@ -98942,6 +99580,25 @@
98942
99580
 
98943
99581
  ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
98944
99582
 
99583
+ ### 第 20 次发布
99584
+
99585
+ 发布时间:2023-04-18 01:48:00
99586
+
99587
+ 本次发布包含了以下内容:
99588
+
99589
+ 改善已有的文档。
99590
+
99591
+ 新增接口:
99592
+
99593
+ * [AuthorizedTransfer](https://cloud.tencent.com/document/api/1458/90248)
99594
+ * [EffectFeedback](https://cloud.tencent.com/document/api/1458/90247)
99595
+ * [ReportBatchCallbackStatus](https://cloud.tencent.com/document/api/1458/90246)
99596
+
99597
+ 新增数据结构:
99598
+
99599
+ * [InputEncryptData](https://cloud.tencent.com/document/api/1458/75030#InputEncryptData)
99600
+ * [OutputAuthorizedTransfer](https://cloud.tencent.com/document/api/1458/75030#OutputAuthorizedTransfer)
99601
+
98945
99602
  ### 第 19 次发布
98946
99603
 
98947
99604
  发布时间:2023-04-17 01:41:34
@@ -98952,7 +99609,7 @@
98952
99609
 
98953
99610
  新增接口:
98954
99611
 
98955
- * [[DescribeTraceDataById](https://cloud.tencent.com/document/api/1458/90218)](https://cloud.tencent.com/document/api/#/#)
99612
+ * [DescribeTraceDataById](https://cloud.tencent.com/document/api/1458/90218)
98956
99613
 
98957
99614
  ### 第 18 次发布
98958
99615
 
@@ -101120,6 +101777,19 @@
101120
101777
 
101121
101778
  ## 微服务平台 TSF(tsf) 版本:2018-03-26
101122
101779
 
101780
+ ### 第 90 次发布
101781
+
101782
+ 发布时间:2023-04-19 01:58:00
101783
+
101784
+ 本次发布包含了以下内容:
101785
+
101786
+ 改善已有的文档。
101787
+
101788
+ 新增接口:
101789
+
101790
+ * [[CreateConfigWithDetailResp](https://cloud.tencent.com/document/api/649/90302)](https://cloud.tencent.com/document/api/#/#)
101791
+ * [[CreateFileConfigWithDetailResp](https://cloud.tencent.com/document/api/649/90301)](https://cloud.tencent.com/document/api/#/#)
101792
+
101123
101793
  ### 第 89 次发布
101124
101794
 
101125
101795
  发布时间:2023-03-23 15:53:56
@@ -111533,6 +112203,57 @@
111533
112203
 
111534
112204
  ## Web 应用防火墙(waf) 版本:2018-01-25
111535
112205
 
112206
+ ### 第 30 次发布
112207
+
112208
+ 发布时间:2023-04-19 02:01:49
112209
+
112210
+ 本次发布包含了以下内容:
112211
+
112212
+ 改善已有的文档。
112213
+
112214
+ 修改接口:
112215
+
112216
+ * [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
112217
+
112218
+ * 新增入参:SniType, SniHost, IpHeaders
112219
+
112220
+
112221
+ 修改数据结构:
112222
+
112223
+ * [DomainsPartInfo](https://cloud.tencent.com/document/api/627/53609#DomainsPartInfo)
112224
+
112225
+ * 新增成员:SniType, SniHost, Weights, IpHeaders
112226
+
112227
+ * [HostRecord](https://cloud.tencent.com/document/api/627/53609#HostRecord)
112228
+
112229
+ * 新增成员:IpHeaders, EngineType
112230
+
112231
+ * [PeakPointsItem](https://cloud.tencent.com/document/api/627/53609#PeakPointsItem)
112232
+
112233
+ * 新增成员:StatusServerError, StatusClientError, StatusRedirect, StatusOk, UpstreamServerError, UpstreamClientError, UpstreamRedirect
112234
+
112235
+ * [PortInfo](https://cloud.tencent.com/document/api/627/53609#PortInfo)
112236
+
112237
+ * 新增成员:NginxServerId, Port, Protocol, UpstreamPort, UpstreamProtocol
112238
+
112239
+
112240
+ ### 第 29 次发布
112241
+
112242
+ 发布时间:2023-04-18 01:52:40
112243
+
112244
+ 本次发布包含了以下内容:
112245
+
112246
+ 改善已有的文档。
112247
+
112248
+ 新增接口:
112249
+
112250
+ * [DescribePeakPoints](https://cloud.tencent.com/document/api/627/90250)
112251
+ * [DescribePeakValue](https://cloud.tencent.com/document/api/627/90249)
112252
+
112253
+ 新增数据结构:
112254
+
112255
+ * [PeakPointsItem](https://cloud.tencent.com/document/api/627/53609#PeakPointsItem)
112256
+
111536
112257
  ### 第 28 次发布
111537
112258
 
111538
112259
  发布时间:2023-04-05 02:09:55