tencentcloud-sdk-nodejs 4.0.839 → 4.0.841

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 +327 -0
  2. package/SERVICE_CHANGELOG.md +319 -176
  3. package/examples/hunyuan/v20230901/chat_std.js +19 -2
  4. package/examples/hunyuan/v20230901/chat_std.ts +20 -3
  5. package/package.json +1 -1
  6. package/products.md +26 -26
  7. package/src/common/sdk_version.ts +1 -1
  8. package/src/services/aiart/v20221229/aiart_client.ts +99 -13
  9. package/src/services/aiart/v20221229/aiart_models.ts +359 -76
  10. package/src/services/billing/v20180709/billing_models.ts +15 -0
  11. package/src/services/ccc/v20200210/ccc_client.ts +13 -1
  12. package/src/services/ccc/v20200210/ccc_models.ts +30 -1
  13. package/src/services/cdb/v20170320/cdb_models.ts +4 -0
  14. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  15. package/src/services/csip/v20221121/csip_client.ts +18 -1
  16. package/src/services/csip/v20221121/csip_models.ts +710 -14
  17. package/src/services/cynosdb/v20190107/cynosdb_client.ts +12 -0
  18. package/src/services/cynosdb/v20190107/cynosdb_models.ts +28 -0
  19. package/src/services/dcdb/v20180411/dcdb_client.ts +1 -0
  20. package/src/services/dcdb/v20180411/dcdb_models.ts +25 -3
  21. package/src/services/dlc/v20210125/dlc_models.ts +15 -0
  22. package/src/services/hunyuan/v20230901/hunyuan_models.ts +7 -7
  23. package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -0
  24. package/src/services/live/v20180801/live_client.ts +1 -1
  25. package/src/services/live/v20180801/live_models.ts +6 -6
  26. package/src/services/lke/v20231130/lke_client.ts +7 -4
  27. package/src/services/lke/v20231130/lke_models.ts +36 -1
  28. package/src/services/mariadb/v20170312/mariadb_client.ts +1 -0
  29. package/src/services/mariadb/v20170312/mariadb_models.ts +24 -2
  30. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  31. package/src/services/ssl/v20191205/ssl_models.ts +21 -5
  32. package/src/services/tdmq/v20200217/tdmq_models.ts +44 -25
  33. package/src/services/trtc/v20190722/trtc_client.ts +1 -1
  34. package/src/services/trtc/v20190722/trtc_models.ts +33 -14
  35. package/src/services/vpc/v20170312/vpc_models.ts +7 -3
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +48 -3
  39. package/tencentcloud/services/aiart/v20221229/aiart_client.js +59 -4
  40. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +346 -74
  41. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +15 -0
  42. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +6 -2
  43. package/tencentcloud/services/ccc/v20200210/ccc_client.js +7 -1
  44. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +28 -1
  45. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +4 -0
  46. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  47. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  48. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
  49. package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
  50. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +703 -14
  51. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  52. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  53. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +26 -0
  54. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +24 -3
  55. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +15 -0
  56. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +7 -7
  57. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -0
  58. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -0
  59. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  60. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  61. package/tencentcloud/services/live/v20180801/live_models.d.ts +6 -6
  62. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +2 -0
  63. package/tencentcloud/services/lke/v20231130/lke_client.js +2 -0
  64. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +35 -1
  65. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +23 -2
  66. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  67. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +21 -5
  68. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +44 -25
  69. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -1
  70. package/tencentcloud/services/trtc/v20190722/trtc_client.js +1 -1
  71. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +33 -14
  72. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +7 -3
  73. package/test/aiart.v20221229.test.js +52 -2
  74. package/test/ccc.v20200210.test.js +10 -0
  75. package/test/csip.v20221121.test.js +10 -0
  76. package/test/cynosdb.v20190107.test.js +10 -0
@@ -1,92 +1,53 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
3
+ ## 大模型图像创作引擎(aiart) 版本:2022-12-29
4
4
 
5
- ### 第 84 次发布
5
+ ### 第 5 次发布
6
6
 
7
- 发布时间:2024-04-22 01:13:46
7
+ 发布时间:2024-04-23 15:48:38
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 修改接口:
14
-
15
- * [AddClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79555)
16
-
17
- * 新增入参:BinlogSyncWay
18
-
19
- * [ModifyClusterSlaveZone](https://cloud.tencent.com/document/api/1003/79554)
20
-
21
- * 新增入参:BinlogSyncWay
13
+ 新增接口:
22
14
 
15
+ * [QueryDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105581)
16
+ * [QueryTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105580)
17
+ * [SubmitDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105579)
18
+ * [SubmitTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105578)
19
+ * [UploadTrainPortraitImages](https://cloud.tencent.com/document/api/1668/105577)
23
20
 
24
21
  新增数据结构:
25
22
 
26
- * [SlaveZoneAttrItem](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneAttrItem)
27
-
28
- 修改数据结构:
29
-
30
- * [ClusterSlaveData](https://cloud.tencent.com/document/api/1003/48097#ClusterSlaveData)
31
-
32
- * 新增成员:NewSlaveZoneAttr, OldSlaveZoneAttr
33
-
34
- * [CynosdbClusterDetail](https://cloud.tencent.com/document/api/1003/48097#CynosdbClusterDetail)
35
-
36
- * 新增成员:SlaveZoneAttr
37
-
38
-
39
-
40
-
41
- ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
42
-
43
- ### 第 165 次发布
44
-
45
- 发布时间:2024-04-22 01:16:52
46
-
47
- 本次发布包含了以下内容:
48
-
49
- 改善已有的文档。
50
-
51
- 修改接口:
52
-
53
- * [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
54
-
55
- * 新增入参:TopNavigationStatus
56
-
23
+ * [Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)
57
24
 
58
25
 
59
26
 
60
- ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
61
-
62
-
63
-
64
- ## 人脸核身(faceid) 版本:2018-03-01
27
+ ## 费用中心(billing) 版本:2018-07-09
65
28
 
66
- ### 第 75 次发布
29
+ ### 第 59 次发布
67
30
 
68
- 发布时间:2024-04-22 01:17:05
31
+ 发布时间:2024-04-24 01:05:02
69
32
 
70
33
  本次发布包含了以下内容:
71
34
 
72
35
  改善已有的文档。
73
36
 
74
- 修改接口:
75
-
76
- * [PhoneVerification](https://cloud.tencent.com/document/api/1007/39765)
37
+ 修改数据结构:
77
38
 
78
- * 新增入参:VerifyMode
39
+ * [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
79
40
 
80
- * 新增出参:ResultDetail
41
+ * 新增成员:RegionType, RegionTypeName, ReserveDetail
81
42
 
82
43
 
83
44
 
84
45
 
85
- ## 云直播CSS(live) 版本:2018-08-01
46
+ ## 云联络中心(ccc) 版本:2020-02-10
86
47
 
87
- ### 第 127 次发布
48
+ ### 第 67 次发布
88
49
 
89
- 发布时间:2024-04-22 01:19:59
50
+ 发布时间:2024-04-24 01:06:08
90
51
 
91
52
  本次发布包含了以下内容:
92
53
 
@@ -94,18 +55,16 @@
94
55
 
95
56
  修改接口:
96
57
 
97
- * [ModifyLivePullStreamTask](https://cloud.tencent.com/document/api/267/56242)
98
-
99
- * 新增入参:BackupVodUrl
58
+ * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
100
59
 
101
60
 
102
61
 
103
62
 
104
- ## 媒体处理(mps) 版本:2019-06-12
63
+ ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
105
64
 
106
- ### 第 81 次发布
65
+ ### 第 68 次发布
107
66
 
108
- 发布时间:2024-04-22 01:21:36
67
+ 发布时间:2024-04-24 01:10:19
109
68
 
110
69
  本次发布包含了以下内容:
111
70
 
@@ -113,49 +72,26 @@
113
72
 
114
73
  修改接口:
115
74
 
116
- * [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45749)
117
-
118
- * 新增入参:PureAudio
119
-
120
- * [DescribeAdaptiveDynamicStreamingTemplates](https://cloud.tencent.com/document/api/862/45747)
121
-
122
- * 新增入参:PureAudio
123
-
124
- * [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
125
-
126
- * 新增入参:PureAudio
127
-
128
-
129
- 修改数据结构:
130
-
131
- * [AdaptiveDynamicStreamingTaskInput](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTaskInput)
132
-
133
- * 新增成员:DefinitionType
134
-
135
- * [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTemplate)
136
-
137
- * 新增成员:PureAudio
138
-
139
- * [AdaptiveStreamTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveStreamTemplate)
75
+ * [DescribeDCDBInstances](https://cloud.tencent.com/document/api/557/16140)
140
76
 
141
- * <font color="#dd0000">**修改成员**:</font>Video
77
+ * 新增入参:Tags
142
78
 
143
- * [TextWatermarkTemplateInput](https://cloud.tencent.com/document/api/862/37615#TextWatermarkTemplateInput)
79
+ * [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)
144
80
 
145
- * 新增成员:TextContent
81
+ * 新增入参:ShardInstanceIds
146
82
 
147
- * [TextWatermarkTemplateInputForUpdate](https://cloud.tencent.com/document/api/862/37615#TextWatermarkTemplateInputForUpdate)
148
83
 
149
- * 新增成员:TextContent
84
+ 新增数据结构:
150
85
 
86
+ * [Tag](https://cloud.tencent.com/document/api/557/16142#Tag)
151
87
 
152
88
 
153
89
 
154
- ## 腾讯健康组学平台(omics) 版本:2022-11-28
90
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
155
91
 
156
- ### 第 15 次发布
92
+ ### 第 61 次发布
157
93
 
158
- 发布时间:2024-04-22 01:22:30
94
+ 发布时间:2024-04-24 01:16:00
159
95
 
160
96
  本次发布包含了以下内容:
161
97
 
@@ -163,70 +99,26 @@
163
99
 
164
100
  修改接口:
165
101
 
166
- * [RunApplication](https://cloud.tencent.com/document/api/1643/89094)
167
-
168
- * 新增入参:VolumeIds
169
-
170
- * [RunWorkflow](https://cloud.tencent.com/document/api/1643/100857)
171
-
172
- * 新增入参:VolumeIds
173
-
174
-
175
-
176
-
177
- ## 集团账号管理(organization) 版本:2021-03-31
178
-
179
- ### 第 31 次发布
180
-
181
- 发布时间:2024-04-22 01:22:36
182
-
183
- 本次发布包含了以下内容:
184
-
185
- 改善已有的文档。
186
-
187
- 新增接口:
188
-
189
- * [DescribeEffectivePolicy](https://cloud.tencent.com/document/api/850/105463)
190
- * [ListNonCompliantResource](https://cloud.tencent.com/document/api/850/105462)
191
-
192
- 新增数据结构:
193
-
194
- * [EffectivePolicy](https://cloud.tencent.com/document/api/850/67060#EffectivePolicy)
195
- * [ResourceTagMapping](https://cloud.tencent.com/document/api/850/67060#ResourceTagMapping)
196
- * [TagComplianceDetails](https://cloud.tencent.com/document/api/850/67060#TagComplianceDetails)
197
- * [Tags](https://cloud.tencent.com/document/api/850/67060#Tags)
198
-
199
-
200
-
201
- ## 集团账号管理(organization) 版本:2018-12-25
202
-
203
-
204
-
205
- ## SSL 证书(ssl) 版本:2019-12-05
206
-
207
- ### 第 56 次发布
208
-
209
- 发布时间:2024-04-22 01:24:18
102
+ * [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
210
103
 
211
- 本次发布包含了以下内容:
104
+ * 新增出参:ProxyVersion
212
105
 
213
- 改善已有的文档。
106
+ * [DescribeDBInstances](https://cloud.tencent.com/document/api/237/16184)
214
107
 
215
- 新增接口:
108
+ * 新增入参:Tags
216
109
 
217
- * [DescribeDeleteCertificatesTaskResult](https://cloud.tencent.com/document/api/400/105464)
218
110
 
219
111
  新增数据结构:
220
112
 
221
- * [DeleteTaskResult](https://cloud.tencent.com/document/api/400/41679#DeleteTaskResult)
113
+ * [Tag](https://cloud.tencent.com/document/api/237/16191#Tag)
222
114
 
223
115
 
224
116
 
225
- ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
117
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
226
118
 
227
- ### 第 14 次发布
119
+ ### 第 107 次发布
228
120
 
229
- 发布时间:2024-04-22 01:28:17
121
+ 发布时间:2024-04-24 01:21:13
230
122
 
231
123
  本次发布包含了以下内容:
232
124
 
@@ -234,25 +126,13 @@
234
126
 
235
127
  修改接口:
236
128
 
237
- * [DescribeMQTTClient](https://cloud.tencent.com/document/api/1493/103135)
238
-
239
- * 新增出参:Inbound, OutBound, CleanSession
240
-
241
- * [DescribeMQTTInsPublicEndpoints](https://cloud.tencent.com/document/api/1493/103134)
242
-
243
- * 新增出参:Status
244
-
245
-
246
- 新增数据结构:
247
-
248
- * [PacketStatistics](https://cloud.tencent.com/document/api/1493/96031#PacketStatistics)
249
- * [StatisticsReport](https://cloud.tencent.com/document/api/1493/96031#StatisticsReport)
129
+ * [CreateRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/90854)
250
130
 
251
- 修改数据结构:
131
+ * 新增入参:MirrorQueuePolicyFlag
252
132
 
253
- * [MQTTEndpointItem](https://cloud.tencent.com/document/api/1493/96031#MQTTEndpointItem)
133
+ * [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
254
134
 
255
- * 新增成员:Ip
135
+ * 新增出参:DeadLetterStrategy, QueueLeaderLocator, QuorumInitialGroupSize
256
136
 
257
137
 
258
138
 
@@ -901,6 +781,26 @@
901
781
 
902
782
  ## 大模型图像创作引擎(aiart) 版本:2022-12-29
903
783
 
784
+ ### 第 5 次发布
785
+
786
+ 发布时间:2024-04-23 15:48:38
787
+
788
+ 本次发布包含了以下内容:
789
+
790
+ 改善已有的文档。
791
+
792
+ 新增接口:
793
+
794
+ * [[QueryDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105581)](https://cloud.tencent.com/document/api/#/#)
795
+ * [[QueryTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105580)](https://cloud.tencent.com/document/api/#/#)
796
+ * [[SubmitDrawPortraitJob](https://cloud.tencent.com/document/api/1668/105579)](https://cloud.tencent.com/document/api/#/#)
797
+ * [[SubmitTrainPortraitModelJob](https://cloud.tencent.com/document/api/1668/105578)](https://cloud.tencent.com/document/api/#/#)
798
+ * [[UploadTrainPortraitImages](https://cloud.tencent.com/document/api/1668/105577)](https://cloud.tencent.com/document/api/#/#)
799
+
800
+ 新增数据结构:
801
+
802
+ * [[Filter](https://cloud.tencent.com/document/api/1668/88067#Filter)](https://cloud.tencent.com/document/api/1668/88067#[Filter](https://cloud.tencent.com/document/api/1668/88067#Filter))
803
+
904
804
  ### 第 4 次发布
905
805
 
906
806
  发布时间:2024-04-16 01:03:52
@@ -9081,6 +8981,21 @@
9081
8981
 
9082
8982
  ## 费用中心(billing) 版本:2018-07-09
9083
8983
 
8984
+ ### 第 59 次发布
8985
+
8986
+ 发布时间:2024-04-24 01:05:02
8987
+
8988
+ 本次发布包含了以下内容:
8989
+
8990
+ 改善已有的文档。
8991
+
8992
+ 修改数据结构:
8993
+
8994
+ * [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
8995
+
8996
+ * 新增成员:RegionType, RegionTypeName, ReserveDetail
8997
+
8998
+
9084
8999
  ### 第 58 次发布
9085
9000
 
9086
9001
  发布时间:2024-03-29 01:08:47
@@ -15180,6 +15095,31 @@
15180
15095
 
15181
15096
  ## 云联络中心(ccc) 版本:2020-02-10
15182
15097
 
15098
+ ### 第 67 次发布
15099
+
15100
+ 发布时间:2024-04-24 01:06:08
15101
+
15102
+ 本次发布包含了以下内容:
15103
+
15104
+ 改善已有的文档。
15105
+
15106
+ 修改接口:
15107
+
15108
+ * [DescribeChatMessages](https://cloud.tencent.com/document/api/679/49676)
15109
+
15110
+
15111
+ ### 第 66 次发布
15112
+
15113
+ 发布时间:2024-04-23 01:09:39
15114
+
15115
+ 本次发布包含了以下内容:
15116
+
15117
+ 改善已有的文档。
15118
+
15119
+ 新增接口:
15120
+
15121
+ * [ModifyStaffPassword](https://cloud.tencent.com/document/api/679/105562)
15122
+
15183
15123
  ### 第 65 次发布
15184
15124
 
15185
15125
  发布时间:2024-04-10 01:09:30
@@ -16377,6 +16317,21 @@
16377
16317
 
16378
16318
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
16379
16319
 
16320
+ ### 第 156 次发布
16321
+
16322
+ 发布时间:2024-04-23 01:09:48
16323
+
16324
+ 本次发布包含了以下内容:
16325
+
16326
+ 改善已有的文档。
16327
+
16328
+ 修改接口:
16329
+
16330
+ * [CreateCdbProxy](https://cloud.tencent.com/document/api/236/90587)
16331
+
16332
+ * 新增入参:ProxyVersion
16333
+
16334
+
16380
16335
  ### 第 155 次发布
16381
16336
 
16382
16337
  发布时间:2024-04-12 01:09:15
@@ -37209,6 +37164,26 @@
37209
37164
 
37210
37165
  ## 云安全一体化平台(csip) 版本:2022-11-21
37211
37166
 
37167
+ ### 第 35 次发布
37168
+
37169
+ 发布时间:2024-04-23 01:12:12
37170
+
37171
+ 本次发布包含了以下内容:
37172
+
37173
+ 改善已有的文档。
37174
+
37175
+ 新增接口:
37176
+
37177
+ * [DescribeAlertList](https://cloud.tencent.com/document/api/664/105563)
37178
+
37179
+ 新增数据结构:
37180
+
37181
+ * [AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo)
37182
+ * [AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo)
37183
+ * [KeyValue](https://cloud.tencent.com/document/api/664/90825#KeyValue)
37184
+ * [RelatedEvent](https://cloud.tencent.com/document/api/664/90825#RelatedEvent)
37185
+ * [RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo)
37186
+
37212
37187
  ### 第 34 次发布
37213
37188
 
37214
37189
  发布时间:2024-04-08 01:11:35
@@ -43883,6 +43858,18 @@
43883
43858
 
43884
43859
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
43885
43860
 
43861
+ ### 第 85 次发布
43862
+
43863
+ 发布时间:2024-04-23 01:13:35
43864
+
43865
+ 本次发布包含了以下内容:
43866
+
43867
+ 改善已有的文档。
43868
+
43869
+ 新增接口:
43870
+
43871
+ * [ModifyInstanceUpgradeLimitDays](https://cloud.tencent.com/document/api/1003/105564)
43872
+
43886
43873
  ### 第 84 次发布
43887
43874
 
43888
43875
  发布时间:2024-04-22 01:13:46
@@ -43904,7 +43891,7 @@
43904
43891
 
43905
43892
  新增数据结构:
43906
43893
 
43907
- * [[SlaveZoneAttrItem](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneAttrItem)](https://cloud.tencent.com/document/api/1003/48097#[SlaveZoneAttrItem](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneAttrItem))
43894
+ * [SlaveZoneAttrItem](https://cloud.tencent.com/document/api/1003/48097#SlaveZoneAttrItem)
43908
43895
 
43909
43896
  修改数据结构:
43910
43897
 
@@ -48288,6 +48275,29 @@
48288
48275
 
48289
48276
  ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
48290
48277
 
48278
+ ### 第 68 次发布
48279
+
48280
+ 发布时间:2024-04-24 01:10:19
48281
+
48282
+ 本次发布包含了以下内容:
48283
+
48284
+ 改善已有的文档。
48285
+
48286
+ 修改接口:
48287
+
48288
+ * [DescribeDCDBInstances](https://cloud.tencent.com/document/api/557/16140)
48289
+
48290
+ * 新增入参:Tags
48291
+
48292
+ * [SwitchDBInstanceHA](https://cloud.tencent.com/document/api/557/68111)
48293
+
48294
+ * 新增入参:ShardInstanceIds
48295
+
48296
+
48297
+ 新增数据结构:
48298
+
48299
+ * [[Tag](https://cloud.tencent.com/document/api/557/16142#Tag)](https://cloud.tencent.com/document/api/557/16142#[Tag](https://cloud.tencent.com/document/api/557/16142#Tag))
48300
+
48291
48301
  ### 第 67 次发布
48292
48302
 
48293
48303
  发布时间:2023-10-30 00:33:47
@@ -49533,6 +49543,21 @@
49533
49543
 
49534
49544
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
49535
49545
 
49546
+ ### 第 85 次发布
49547
+
49548
+ 发布时间:2024-04-23 01:14:24
49549
+
49550
+ 本次发布包含了以下内容:
49551
+
49552
+ 改善已有的文档。
49553
+
49554
+ 修改接口:
49555
+
49556
+ * [DescribeNotebookSessionStatementSqlResult](https://cloud.tencent.com/document/api/1342/86307)
49557
+
49558
+ * 新增出参:UseTime, AffectRows, DataAmount
49559
+
49560
+
49536
49561
  ### 第 84 次发布
49537
49562
 
49538
49563
  发布时间:2024-03-28 01:14:58
@@ -84494,6 +84519,35 @@
84494
84519
 
84495
84520
  ## 大模型知识引擎(lke) 版本:2023-11-30
84496
84521
 
84522
+ ### 第 3 次发布
84523
+
84524
+ 发布时间:2024-04-23 01:19:53
84525
+
84526
+ 本次发布包含了以下内容:
84527
+
84528
+ 改善已有的文档。
84529
+
84530
+ 修改接口:
84531
+
84532
+ * [GetEmbedding](https://cloud.tencent.com/document/api/1759/105084)
84533
+
84534
+ * 新增出参:Usage
84535
+
84536
+ * [ParseDoc](https://cloud.tencent.com/document/api/1759/105083)
84537
+
84538
+ * [QueryParseDocResult](https://cloud.tencent.com/document/api/1759/105082)
84539
+
84540
+ * 新增出参:Usage
84541
+
84542
+ * [QueryRewrite](https://cloud.tencent.com/document/api/1759/105081)
84543
+
84544
+ * 新增出参:Usage
84545
+
84546
+
84547
+ 新增数据结构:
84548
+
84549
+ * [Usage](https://cloud.tencent.com/document/api/1759/105104#Usage)
84550
+
84497
84551
  ### 第 2 次发布
84498
84552
 
84499
84553
  发布时间:2024-04-16 01:15:35
@@ -84709,6 +84763,29 @@
84709
84763
 
84710
84764
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
84711
84765
 
84766
+ ### 第 61 次发布
84767
+
84768
+ 发布时间:2024-04-24 01:16:00
84769
+
84770
+ 本次发布包含了以下内容:
84771
+
84772
+ 改善已有的文档。
84773
+
84774
+ 修改接口:
84775
+
84776
+ * [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
84777
+
84778
+ * 新增出参:ProxyVersion
84779
+
84780
+ * [DescribeDBInstances](https://cloud.tencent.com/document/api/237/16184)
84781
+
84782
+ * 新增入参:Tags
84783
+
84784
+
84785
+ 新增数据结构:
84786
+
84787
+ * [[Tag](https://cloud.tencent.com/document/api/237/16191#Tag)](https://cloud.tencent.com/document/api/237/16191#[Tag](https://cloud.tencent.com/document/api/237/16191#Tag))
84788
+
84712
84789
  ### 第 60 次发布
84713
84790
 
84714
84791
  发布时间:2024-03-08 01:19:33
@@ -98237,15 +98314,15 @@
98237
98314
 
98238
98315
  新增接口:
98239
98316
 
98240
- * [[DescribeEffectivePolicy](https://cloud.tencent.com/document/api/850/105463)](https://cloud.tencent.com/document/api/#/#)
98241
- * [[ListNonCompliantResource](https://cloud.tencent.com/document/api/850/105462)](https://cloud.tencent.com/document/api/#/#)
98317
+ * [DescribeEffectivePolicy](https://cloud.tencent.com/document/api/850/105463)
98318
+ * [ListNonCompliantResource](https://cloud.tencent.com/document/api/850/105462)
98242
98319
 
98243
98320
  新增数据结构:
98244
98321
 
98245
- * [[EffectivePolicy](https://cloud.tencent.com/document/api/850/67060#EffectivePolicy)](https://cloud.tencent.com/document/api/850/67060#[EffectivePolicy](https://cloud.tencent.com/document/api/850/67060#EffectivePolicy))
98246
- * [[ResourceTagMapping](https://cloud.tencent.com/document/api/850/67060#ResourceTagMapping)](https://cloud.tencent.com/document/api/850/67060#[ResourceTagMapping](https://cloud.tencent.com/document/api/850/67060#ResourceTagMapping))
98247
- * [[TagComplianceDetails](https://cloud.tencent.com/document/api/850/67060#TagComplianceDetails)](https://cloud.tencent.com/document/api/850/67060#[TagComplianceDetails](https://cloud.tencent.com/document/api/850/67060#TagComplianceDetails))
98248
- * [[Tags](https://cloud.tencent.com/document/api/850/67060#Tags)](https://cloud.tencent.com/document/api/850/67060#[Tags](https://cloud.tencent.com/document/api/850/67060#Tags))
98322
+ * [EffectivePolicy](https://cloud.tencent.com/document/api/850/67060#EffectivePolicy)
98323
+ * [ResourceTagMapping](https://cloud.tencent.com/document/api/850/67060#ResourceTagMapping)
98324
+ * [TagComplianceDetails](https://cloud.tencent.com/document/api/850/67060#TagComplianceDetails)
98325
+ * [Tags](https://cloud.tencent.com/document/api/850/67060#Tags)
98249
98326
 
98250
98327
  ### 第 30 次发布
98251
98328
 
@@ -107677,6 +107754,23 @@
107677
107754
 
107678
107755
  ## SSL 证书(ssl) 版本:2019-12-05
107679
107756
 
107757
+ ### 第 57 次发布
107758
+
107759
+ 发布时间:2024-04-23 01:23:47
107760
+
107761
+ 本次发布包含了以下内容:
107762
+
107763
+ 改善已有的文档。
107764
+
107765
+ 修改接口:
107766
+
107767
+ * [DescribeHostCosInstanceList](https://cloud.tencent.com/document/api/400/91661)
107768
+
107769
+ * 新增入参:OldCertificateId, Offset, Limit, AsyncCache
107770
+
107771
+ * <font color="#dd0000">**修改入参**:</font>CertificateId, ResourceType
107772
+
107773
+
107680
107774
  ### 第 56 次发布
107681
107775
 
107682
107776
  发布时间:2024-04-22 01:24:18
@@ -107687,11 +107781,11 @@
107687
107781
 
107688
107782
  新增接口:
107689
107783
 
107690
- * [[DescribeDeleteCertificatesTaskResult](https://cloud.tencent.com/document/api/400/105464)](https://cloud.tencent.com/document/api/#/#)
107784
+ * [DescribeDeleteCertificatesTaskResult](https://cloud.tencent.com/document/api/400/105464)
107691
107785
 
107692
107786
  新增数据结构:
107693
107787
 
107694
- * [[DeleteTaskResult](https://cloud.tencent.com/document/api/400/41679#DeleteTaskResult)](https://cloud.tencent.com/document/api/400/41679#[DeleteTaskResult](https://cloud.tencent.com/document/api/400/41679#DeleteTaskResult))
107788
+ * [DeleteTaskResult](https://cloud.tencent.com/document/api/400/41679#DeleteTaskResult)
107695
107789
 
107696
107790
  ### 第 55 次发布
107697
107791
 
@@ -118238,6 +118332,25 @@
118238
118332
 
118239
118333
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
118240
118334
 
118335
+ ### 第 107 次发布
118336
+
118337
+ 发布时间:2024-04-24 01:21:13
118338
+
118339
+ 本次发布包含了以下内容:
118340
+
118341
+ 改善已有的文档。
118342
+
118343
+ 修改接口:
118344
+
118345
+ * [CreateRabbitMQVirtualHost](https://cloud.tencent.com/document/api/1179/90854)
118346
+
118347
+ * 新增入参:MirrorQueuePolicyFlag
118348
+
118349
+ * [DescribeRabbitMQQueueDetail](https://cloud.tencent.com/document/api/1179/100810)
118350
+
118351
+ * 新增出参:DeadLetterStrategy, QueueLeaderLocator, QuorumInitialGroupSize
118352
+
118353
+
118241
118354
  ### 第 106 次发布
118242
118355
 
118243
118356
  发布时间:2024-04-02 01:23:41
@@ -133147,8 +133260,8 @@
133147
133260
 
133148
133261
  新增数据结构:
133149
133262
 
133150
- * [[PacketStatistics](https://cloud.tencent.com/document/api/1493/96031#PacketStatistics)](https://cloud.tencent.com/document/api/1493/96031#[PacketStatistics](https://cloud.tencent.com/document/api/1493/96031#PacketStatistics))
133151
- * [[StatisticsReport](https://cloud.tencent.com/document/api/1493/96031#StatisticsReport)](https://cloud.tencent.com/document/api/1493/96031#[StatisticsReport](https://cloud.tencent.com/document/api/1493/96031#StatisticsReport))
133263
+ * [PacketStatistics](https://cloud.tencent.com/document/api/1493/96031#PacketStatistics)
133264
+ * [StatisticsReport](https://cloud.tencent.com/document/api/1493/96031#StatisticsReport)
133152
133265
 
133153
133266
  修改数据结构:
133154
133267
 
@@ -134314,6 +134427,21 @@
134314
134427
 
134315
134428
  ## 实时音视频(trtc) 版本:2019-07-22
134316
134429
 
134430
+ ### 第 71 次发布
134431
+
134432
+ 发布时间:2024-04-22 19:56:18
134433
+
134434
+ 本次发布包含了以下内容:
134435
+
134436
+ 改善已有的文档。
134437
+
134438
+ 修改接口:
134439
+
134440
+ * [DescribeWebRecord](https://cloud.tencent.com/document/api/647/104542)
134441
+
134442
+ * 新增出参:TaskId, RecordId
134443
+
134444
+
134317
134445
  ### 第 70 次发布
134318
134446
 
134319
134447
  发布时间:2024-04-12 01:26:18
@@ -135224,7 +135352,7 @@
135224
135352
  * [CreatePicture](https://cloud.tencent.com/document/api/647/54689)
135225
135353
  * [DeletePicture](https://cloud.tencent.com/document/api/647/54688)
135226
135354
  * [DescribePicture](https://cloud.tencent.com/document/api/647/54687)
135227
- * [ModifyPicture](https://cloud.tencent.com/document/api/647/105345)
135355
+ * [ModifyPicture](https://cloud.tencent.com/document/api/647/54686)
135228
135356
 
135229
135357
  新增数据结构:
135230
135358
 
@@ -145378,6 +145506,21 @@
145378
145506
 
145379
145507
  ## 私有网络(vpc) 版本:2017-03-12
145380
145508
 
145509
+ ### 第 188 次发布
145510
+
145511
+ 发布时间:2024-04-23 01:29:22
145512
+
145513
+ 本次发布包含了以下内容:
145514
+
145515
+ 改善已有的文档。
145516
+
145517
+ 修改接口:
145518
+
145519
+ * [DescribeGatewayFlowMonitorDetail](https://cloud.tencent.com/document/api/215/33424)
145520
+
145521
+ * 新增入参:PrivateIpAddress
145522
+
145523
+
145381
145524
  ### 第 187 次发布
145382
145525
 
145383
145526
  发布时间:2024-04-08 01:27:01