tencentcloud-sdk-nodejs 4.0.873 → 4.0.875

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 +524 -0
  2. package/SERVICE_CHANGELOG.md +735 -44
  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/asr/v20190614/asr_client.ts +8 -7
  7. package/src/services/asr/v20190614/asr_models.ts +10 -4
  8. package/src/services/billing/v20180709/billing_models.ts +2 -2
  9. package/src/services/ccc/v20200210/ccc_models.ts +1 -1
  10. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +10 -0
  11. package/src/services/cls/v20201016/cls_models.ts +4 -0
  12. package/src/services/cynosdb/v20190107/cynosdb_models.ts +3 -3
  13. package/src/services/dc/v20180410/dc_client.ts +1 -1
  14. package/src/services/dc/v20180410/dc_models.ts +86 -78
  15. package/src/services/domain/v20180808/domain_client.ts +2 -3
  16. package/src/services/domain/v20180808/domain_models.ts +8 -8
  17. package/src/services/dsgc/v20190723/dsgc_models.ts +5 -1
  18. package/src/services/dts/v20180330/dts_client.ts +4 -2
  19. package/src/services/emr/v20190103/emr_client.ts +20 -4
  20. package/src/services/emr/v20190103/emr_models.ts +274 -78
  21. package/src/services/es/v20180416/es_models.ts +5 -0
  22. package/src/services/ess/v20201111/ess_client.ts +3 -4
  23. package/src/services/ess/v20201111/ess_models.ts +19 -4
  24. package/src/services/essbasic/v20210526/essbasic_client.ts +7 -4
  25. package/src/services/essbasic/v20210526/essbasic_models.ts +51 -5
  26. package/src/services/hunyuan/v20230901/hunyuan_client.ts +20 -56
  27. package/src/services/hunyuan/v20230901/hunyuan_models.ts +46 -226
  28. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +4 -0
  29. package/src/services/monitor/v20180724/monitor_client.ts +10 -6
  30. package/src/services/monitor/v20180724/monitor_models.ts +14 -14
  31. package/src/services/mps/v20190612/mps_client.ts +7 -4
  32. package/src/services/mps/v20190612/mps_models.ts +129 -67
  33. package/src/services/mrs/v20200910/mrs_models.ts +142 -17
  34. package/src/services/ocr/v20181119/ocr_models.ts +1 -0
  35. package/src/services/organization/v20210331/organization_models.ts +13 -0
  36. package/src/services/rce/v20201103/rce_models.ts +21 -13
  37. package/src/services/redis/v20180412/redis_client.ts +1 -1
  38. package/src/services/redis/v20180412/redis_models.ts +27 -15
  39. package/src/services/tdmq/v20200217/tdmq_models.ts +8 -8
  40. package/src/services/tke/v20180525/tke_models.ts +16 -9
  41. package/src/services/tse/v20201207/tse_models.ts +2 -2
  42. package/src/services/waf/v20180125/waf_client.ts +24 -0
  43. package/src/services/waf/v20180125/waf_models.ts +51 -0
  44. package/src/services/wedata/v20210820/wedata_client.ts +2 -0
  45. package/src/services/wedata/v20210820/wedata_models.ts +56 -1
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +8 -7
  49. package/tencentcloud/services/asr/v20190614/asr_client.js +8 -7
  50. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -4
  51. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +2 -2
  52. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +1 -1
  53. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +10 -0
  54. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -0
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +3 -3
  56. package/tencentcloud/services/dc/v20180410/dc_client.d.ts +1 -1
  57. package/tencentcloud/services/dc/v20180410/dc_client.js +1 -1
  58. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +86 -78
  59. package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -1
  60. package/tencentcloud/services/domain/v20180808/domain_client.js +0 -1
  61. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +8 -8
  62. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +5 -1
  63. package/tencentcloud/services/dts/v20180330/dts_client.d.ts +3 -1
  64. package/tencentcloud/services/dts/v20180330/dts_client.js +3 -1
  65. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  66. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  67. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +268 -78
  68. package/tencentcloud/services/es/v20180416/es_models.d.ts +5 -0
  69. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -4
  70. package/tencentcloud/services/ess/v20201111/ess_client.js +3 -4
  71. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -4
  72. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -4
  73. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +6 -4
  74. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +50 -5
  75. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +10 -30
  76. package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +11 -35
  77. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +46 -222
  78. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +4 -0
  79. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +8 -4
  80. package/tencentcloud/services/monitor/v20180724/monitor_client.js +8 -4
  81. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +14 -14
  82. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +1 -1
  83. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +125 -66
  84. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +142 -17
  85. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -0
  86. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +13 -0
  87. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +21 -13
  88. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
  89. package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
  90. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +27 -15
  91. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +8 -8
  92. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +16 -9
  93. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +2 -2
  94. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +9 -1
  95. package/tencentcloud/services/waf/v20180125/waf_client.js +12 -0
  96. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +47 -0
  97. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +54 -1
  98. package/test/emr.v20190103.test.js +10 -0
  99. package/test/hunyuan.v20230901.test.js +4 -24
  100. package/test/waf.v20180125.test.js +20 -0
@@ -1,30 +1,29 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 访问管理(cam) 版本:2019-01-16
3
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
4
4
 
5
- ### 第 58 次发布
5
+ ### 第 12 次发布
6
6
 
7
- 发布时间:2024-06-11 11:13:54
7
+ 发布时间:2024-06-14 01:22:52
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增接口:
13
+ 修改数据结构:
14
14
 
15
- * [BuildDataFlowAuthToken](https://cloud.tencent.com/document/api/598/107089)
15
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
16
16
 
17
- 新增数据结构:
17
+ * 新增成员:EnableCoolDown, CoolDownBucket
18
18
 
19
- * [AuthToken](https://cloud.tencent.com/document/api/598/33167#AuthToken)
20
19
 
21
20
 
22
21
 
23
- ## 云拨测(cat) 版本:2018-04-09
22
+ ## 专线接入(dc) 版本:2018-04-10
24
23
 
25
- ### 第 17 次发布
24
+ ### 第 26 次发布
26
25
 
27
- 发布时间:2024-06-12 01:16:37
26
+ 发布时间:2024-06-14 01:40:38
28
27
 
29
28
  本次发布包含了以下内容:
30
29
 
@@ -32,18 +31,68 @@
32
31
 
33
32
  修改数据结构:
34
33
 
35
- * [ProbeTask](https://cloud.tencent.com/document/api/280/40931#ProbeTask)
34
+ * [DirectConnectTunnel](https://cloud.tencent.com/document/api/216/18418#DirectConnectTunnel)
36
35
 
37
- * 新增成员:SubSyncFlag
36
+ * 新增成员:ShareOrNot
38
37
 
39
38
 
40
39
 
41
40
 
42
- ## T-Sec-数据安全审计(DSA)(cds) 版本:2018-04-20
41
+ ## Elasticsearch Service(es) 版本:2018-04-16
43
42
 
44
- ### 第 3 次发布
43
+ ### 第 59 次发布
45
44
 
46
- 发布时间:2024-06-12 01:21:04
45
+ 发布时间:2024-06-14 01:50:54
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改数据结构:
52
+
53
+ * [ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)
54
+
55
+ * 新增成员:ClusterType
56
+
57
+
58
+
59
+
60
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
61
+
62
+ ### 第 169 次发布
63
+
64
+ 发布时间:2024-06-14 01:52:51
65
+
66
+ 本次发布包含了以下内容:
67
+
68
+ 改善已有的文档。
69
+
70
+ 修改接口:
71
+
72
+ * [ChannelCreateEmbedWebUrl](https://cloud.tencent.com/document/api/1420/87919)
73
+
74
+ * 新增入参:Option
75
+
76
+ * [ChannelDescribeOrganizationSeals](https://cloud.tencent.com/document/api/1420/82455)
77
+
78
+ * 新增入参:SealStatuses
79
+
80
+
81
+ 新增数据结构:
82
+
83
+ * [EmbedUrlOption](https://cloud.tencent.com/document/api/1420/61525#EmbedUrlOption)
84
+
85
+
86
+
87
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
88
+
89
+
90
+
91
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
92
+
93
+ ### 第 116 次发布
94
+
95
+ 发布时间:2024-06-14 02:13:11
47
96
 
48
97
  本次发布包含了以下内容:
49
98
 
@@ -51,15 +100,190 @@
51
100
 
52
101
  <font color="#dd0000">**预下线接口**:</font>
53
102
 
54
- * DescribeDasbImageIds
103
+ * CheckIsPrometheusNewUser
55
104
 
105
+ 修改数据结构:
56
106
 
107
+ * [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
57
108
 
58
- ## 日志服务(cls) 版本:2020-10-16
109
+ * <font color="#dd0000">**修改成员**:</font>Id, Name, UpdatedAt, UpdatedBy, NoticeType, UserNotices, URLNotices, IsPreset, NoticeLanguage, PolicyIds, AMPConsumerId, CLSNotices, Tags
59
110
 
60
- ### 第 94 次发布
61
111
 
62
- 发布时间:2024-06-12 01:26:26
112
+
113
+
114
+ ## 媒体处理(mps) 版本:2019-06-12
115
+
116
+ ### 第 85 次发布
117
+
118
+ 发布时间:2024-06-14 02:15:02
119
+
120
+ 本次发布包含了以下内容:
121
+
122
+ 改善已有的文档。
123
+
124
+ 新增数据结构:
125
+
126
+ * [AiAnalysisTaskSegmentInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentInput)
127
+ * [AiAnalysisTaskSegmentOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentOutput)
128
+ * [AiAnalysisTaskSegmentResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentResult)
129
+
130
+ 修改数据结构:
131
+
132
+ * [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
133
+
134
+ * 新增成员:SegmentTask
135
+
136
+ * [SegmentRecognitionItem](https://cloud.tencent.com/document/api/862/37615#SegmentRecognitionItem)
137
+
138
+ * 新增成员:Title, Summary
139
+
140
+ * <font color="#dd0000">**修改成员**:</font>SegmentUrl
141
+
142
+
143
+
144
+
145
+ ## 医疗报告结构化(mrs) 版本:2020-09-10
146
+
147
+ ### 第 26 次发布
148
+
149
+ 发布时间:2024-06-14 02:16:42
150
+
151
+ 本次发布包含了以下内容:
152
+
153
+ 改善已有的文档。
154
+
155
+ 修改数据结构:
156
+
157
+ * [BirthCert](https://cloud.tencent.com/document/api/1314/56230#BirthCert)
158
+
159
+ * 新增成员:Page
160
+
161
+ * <font color="#dd0000">**修改成员**:</font>NeonatalInfo, MotherInfo, FatherInfo, IssueInfo
162
+
163
+ * [BloodPressureItem](https://cloud.tencent.com/document/api/1314/56230#BloodPressureItem)
164
+
165
+ * 新增成员:Page
166
+
167
+ * [Check](https://cloud.tencent.com/document/api/1314/56230#Check)
168
+
169
+ * 新增成员:Page
170
+
171
+ * [CovidItemsInfo](https://cloud.tencent.com/document/api/1314/56230#CovidItemsInfo)
172
+
173
+ * 新增成员:Page
174
+
175
+ * <font color="#dd0000">**修改成员**:</font>CovidItems, Version
176
+
177
+ * [DiagCert](https://cloud.tencent.com/document/api/1314/56230#DiagCert)
178
+
179
+ * 新增成员:Page
180
+
181
+ * [DischargeInfoBlock](https://cloud.tencent.com/document/api/1314/56230#DischargeInfoBlock)
182
+
183
+ * 新增成员:Page
184
+
185
+ * <font color="#dd0000">**修改成员**:</font>DiseaseHistory, PersonalHistory, DrugHistory, TreatmentRecord, ParagraphBlock
186
+
187
+ * [Electrocardiogram](https://cloud.tencent.com/document/api/1314/56230#Electrocardiogram)
188
+
189
+ * 新增成员:Page
190
+
191
+ * [Endoscopy](https://cloud.tencent.com/document/api/1314/56230#Endoscopy)
192
+
193
+ * 新增成员:Page
194
+
195
+ * [EyeItemsInfo](https://cloud.tencent.com/document/api/1314/56230#EyeItemsInfo)
196
+
197
+ * 新增成员:Page
198
+
199
+ * <font color="#dd0000">**修改成员**:</font>EyeItems, Version
200
+
201
+ * [FirstPage](https://cloud.tencent.com/document/api/1314/56230#FirstPage)
202
+
203
+ * 新增成员:Page
204
+
205
+ * <font color="#dd0000">**修改成员**:</font>DischargeDiagnosis, PathologicalDiagnosis, ClinicalDiagnosis, DamagePoi, Fp2NdItems
206
+
207
+ * [Hospitalization](https://cloud.tencent.com/document/api/1314/56230#Hospitalization)
208
+
209
+ * 新增成员:Page
210
+
211
+ * [Indicator](https://cloud.tencent.com/document/api/1314/56230#Indicator)
212
+
213
+ * 新增成员:Page
214
+
215
+ * [IndicatorV3](https://cloud.tencent.com/document/api/1314/56230#IndicatorV3)
216
+
217
+ * 新增成员:Page
218
+
219
+ * [KeyValueItem](https://cloud.tencent.com/document/api/1314/56230#KeyValueItem)
220
+
221
+ * 新增成员:Page
222
+
223
+ * [Maternity](https://cloud.tencent.com/document/api/1314/56230#Maternity)
224
+
225
+ * 新增成员:Page
226
+
227
+ * <font color="#dd0000">**修改成员**:</font>Desc, Summary, OcrText
228
+
229
+ * [MedDoc](https://cloud.tencent.com/document/api/1314/56230#MedDoc)
230
+
231
+ * 新增成员:Page
232
+
233
+ * <font color="#dd0000">**修改成员**:</font>Advice, Diagnosis, DiseaseMedicalHistory, PersonalMedicalHistory, ObstericalMedicalHistory, FamilyMedicalHistory, MenstrualMedicalHistory, TreatmentRecord
234
+
235
+ * [MedicalRecordInfo](https://cloud.tencent.com/document/api/1314/56230#MedicalRecordInfo)
236
+
237
+ * 新增成员:Page
238
+
239
+ * [PathologyV2](https://cloud.tencent.com/document/api/1314/56230#PathologyV2)
240
+
241
+ * 新增成员:Page
242
+
243
+ * <font color="#dd0000">**修改成员**:</font>PathologicalReportType, Desc, Summary, ReportText, LymphTotal, LymphNodes, Ihc, Clinical, Precancer, Malignant, Benigntumor, SampleType, LymphSize, Molecular
244
+
245
+ * [Prescription](https://cloud.tencent.com/document/api/1314/56230#Prescription)
246
+
247
+ * 新增成员:Page
248
+
249
+ * [ResultInfo](https://cloud.tencent.com/document/api/1314/56230#ResultInfo)
250
+
251
+ * 新增成员:Page
252
+
253
+ * <font color="#dd0000">**修改成员**:</font>Text, Items
254
+
255
+ * [Surgery](https://cloud.tencent.com/document/api/1314/56230#Surgery)
256
+
257
+ * 新增成员:Page
258
+
259
+ * <font color="#dd0000">**修改成员**:</font>SurgeryHistory, OtherInfo
260
+
261
+ * [TextTypeListBlock](https://cloud.tencent.com/document/api/1314/56230#TextTypeListBlock)
262
+
263
+ * 新增成员:Page
264
+
265
+ * [TimelineInformation](https://cloud.tencent.com/document/api/1314/56230#TimelineInformation)
266
+
267
+ * 新增成员:Page
268
+
269
+ * <font color="#dd0000">**修改成员**:</font>Timeline
270
+
271
+ * [VaccineCertificate](https://cloud.tencent.com/document/api/1314/56230#VaccineCertificate)
272
+
273
+ * 新增成员:Page
274
+
275
+ * [ValueUnitItem](https://cloud.tencent.com/document/api/1314/56230#ValueUnitItem)
276
+
277
+ * 新增成员:Page
278
+
279
+
280
+
281
+
282
+ ## 集团账号管理(organization) 版本:2021-03-31
283
+
284
+ ### 第 32 次发布
285
+
286
+ 发布时间:2024-06-14 02:20:06
63
287
 
64
288
  本次发布包含了以下内容:
65
289
 
@@ -67,44 +291,75 @@
67
291
 
68
292
  修改接口:
69
293
 
70
- * [CreateExport](https://cloud.tencent.com/document/api/614/56451)
294
+ * [AddShareUnit](https://cloud.tencent.com/document/api/850/103056)
71
295
 
72
- * 新增入参:DerivedFields
296
+ * 新增入参:ShareScope
297
+
298
+ * [UpdateShareUnit](https://cloud.tencent.com/document/api/850/103046)
299
+
300
+ * 新增入参:ShareScope
73
301
 
74
302
 
75
303
  修改数据结构:
76
304
 
77
- * [ExportInfo](https://cloud.tencent.com/document/api/614/56471#ExportInfo)
305
+ * [ManagerShareUnit](https://cloud.tencent.com/document/api/850/67060#ManagerShareUnit)
78
306
 
79
- * 新增成员:DerivedFields
307
+ * 新增成员:ShareScope
80
308
 
81
309
 
82
310
 
83
311
 
84
- ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
312
+ ## 集团账号管理(organization) 版本:2018-12-25
85
313
 
86
- ### 第 39 次发布
87
314
 
88
- 发布时间:2024-06-12 02:08:47
315
+
316
+ ## 云数据库Redis(redis) 版本:2018-04-12
317
+
318
+ ### 第 77 次发布
319
+
320
+ 发布时间:2024-06-14 02:23:01
89
321
 
90
322
  本次发布包含了以下内容:
91
323
 
92
324
  改善已有的文档。
93
325
 
94
- 新增接口:
326
+ 修改接口:
327
+
328
+ * [DescribeProjectSecurityGroups](https://cloud.tencent.com/document/api/239/41258)
329
+
330
+ * <font color="#dd0000">**修改入参**:</font>ProjectId
331
+
332
+
333
+
334
+
335
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
336
+
337
+ ### 第 94 次发布
338
+
339
+ 发布时间:2024-06-14 03:00:16
340
+
341
+ 本次发布包含了以下内容:
342
+
343
+ 改善已有的文档。
344
+
345
+ 修改接口:
346
+
347
+ * [DescribeTableMeta](https://cloud.tencent.com/document/api/1267/102541)
348
+
349
+ * 新增入参:TableNameFilter, TableFilterType
95
350
 
96
- * [DescribeBackupRules](https://cloud.tencent.com/document/api/240/107169)
97
- * [DescribeTransparentDataEncryptionStatus](https://cloud.tencent.com/document/api/240/107168)
98
- * [EnableTransparentDataEncryption](https://cloud.tencent.com/document/api/240/107167)
99
- * [SetBackupRules](https://cloud.tencent.com/document/api/240/107166)
100
351
 
101
352
  新增数据结构:
102
353
 
103
- * [KMSInfoDetail](https://cloud.tencent.com/document/api/240/38576#KMSInfoDetail)
354
+ * [TableMetaProperty](https://cloud.tencent.com/document/api/1267/76336#TableMetaProperty)
355
+ * [TableNameFilter](https://cloud.tencent.com/document/api/1267/76336#TableNameFilter)
104
356
 
357
+ 修改数据结构:
105
358
 
359
+ * [TableMeta](https://cloud.tencent.com/document/api/1267/76336#TableMeta)
360
+
361
+ * 新增成员:TableProperties
106
362
 
107
- ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
108
363
 
109
364
 
110
365
 
@@ -12201,11 +12456,11 @@
12201
12456
 
12202
12457
  新增接口:
12203
12458
 
12204
- * [[BuildDataFlowAuthToken](https://cloud.tencent.com/document/api/598/107089)](https://cloud.tencent.com/document/api/#/#)
12459
+ * [BuildDataFlowAuthToken](https://cloud.tencent.com/document/api/598/107089)
12205
12460
 
12206
12461
  新增数据结构:
12207
12462
 
12208
- * [[AuthToken](https://cloud.tencent.com/document/api/598/33167#AuthToken)](https://cloud.tencent.com/document/api/598/33167#[AuthToken](https://cloud.tencent.com/document/api/598/33167#AuthToken))
12463
+ * [AuthToken](https://cloud.tencent.com/document/api/598/33167#AuthToken)
12209
12464
 
12210
12465
  ### 第 57 次发布
12211
12466
 
@@ -23012,6 +23267,21 @@
23012
23267
 
23013
23268
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
23014
23269
 
23270
+ ### 第 12 次发布
23271
+
23272
+ 发布时间:2024-06-14 01:22:52
23273
+
23274
+ 本次发布包含了以下内容:
23275
+
23276
+ 改善已有的文档。
23277
+
23278
+ 修改数据结构:
23279
+
23280
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
23281
+
23282
+ * 新增成员:EnableCoolDown, CoolDownBucket
23283
+
23284
+
23015
23285
  ### 第 11 次发布
23016
23286
 
23017
23287
  发布时间:2024-05-27 01:18:10
@@ -31215,6 +31485,21 @@
31215
31485
 
31216
31486
  ## 日志服务(cls) 版本:2020-10-16
31217
31487
 
31488
+ ### 第 95 次发布
31489
+
31490
+ 发布时间:2024-06-13 01:22:31
31491
+
31492
+ 本次发布包含了以下内容:
31493
+
31494
+ 改善已有的文档。
31495
+
31496
+ 修改接口:
31497
+
31498
+ * [ModifyTopic](https://cloud.tencent.com/document/api/614/56453)
31499
+
31500
+ * 新增入参:PartitionCount
31501
+
31502
+
31218
31503
  ### 第 94 次发布
31219
31504
 
31220
31505
  发布时间:2024-06-12 01:26:26
@@ -48807,6 +49092,21 @@
48807
49092
 
48808
49093
  ## 专线接入(dc) 版本:2018-04-10
48809
49094
 
49095
+ ### 第 26 次发布
49096
+
49097
+ 发布时间:2024-06-14 01:40:38
49098
+
49099
+ 本次发布包含了以下内容:
49100
+
49101
+ 改善已有的文档。
49102
+
49103
+ 修改数据结构:
49104
+
49105
+ * [DirectConnectTunnel](https://cloud.tencent.com/document/api/216/18418#DirectConnectTunnel)
49106
+
49107
+ * 新增成员:ShareOrNot
49108
+
49109
+
48810
49110
  ### 第 25 次发布
48811
49111
 
48812
49112
  发布时间:2024-03-06 01:13:45
@@ -54109,6 +54409,21 @@
54109
54409
 
54110
54410
  ## 数据安全治理中心(dsgc) 版本:2019-07-23
54111
54411
 
54412
+ ### 第 14 次发布
54413
+
54414
+ 发布时间:2024-06-13 01:38:46
54415
+
54416
+ 本次发布包含了以下内容:
54417
+
54418
+ 改善已有的文档。
54419
+
54420
+ 修改接口:
54421
+
54422
+ * [ExportAssetDetailData](https://cloud.tencent.com/document/api/1087/97201)
54423
+
54424
+ * 新增入参:CasbId
54425
+
54426
+
54112
54427
  ### 第 13 次发布
54113
54428
 
54114
54429
  发布时间:2024-05-27 01:34:38
@@ -54768,6 +55083,18 @@
54768
55083
 
54769
55084
  ## 数据传输服务(dts) 版本:2018-03-30
54770
55085
 
55086
+ ### 第 21 次发布
55087
+
55088
+ 发布时间:2024-06-13 01:40:12
55089
+
55090
+ 本次发布包含了以下内容:
55091
+
55092
+ 改善已有的文档。
55093
+
55094
+ <font color="#dd0000">**预下线接口**:</font>
55095
+
55096
+ * DescribeRegionConf
55097
+
54771
55098
  ### 第 20 次发布
54772
55099
 
54773
55100
  发布时间:2024-06-07 01:43:53
@@ -58806,6 +59133,32 @@
58806
59133
 
58807
59134
  ## 弹性 MapReduce(emr) 版本:2019-01-03
58808
59135
 
59136
+ ### 第 66 次发布
59137
+
59138
+ 发布时间:2024-06-12 17:52:35
59139
+
59140
+ 本次发布包含了以下内容:
59141
+
59142
+ 改善已有的文档。
59143
+
59144
+ 新增接口:
59145
+
59146
+ * [DescribeClusterFlowStatusDetail](https://cloud.tencent.com/document/api/589/107224)
59147
+
59148
+ 新增数据结构:
59149
+
59150
+ * [FlowExtraDetail](https://cloud.tencent.com/document/api/589/33981#FlowExtraDetail)
59151
+ * [FlowParam](https://cloud.tencent.com/document/api/589/33981#FlowParam)
59152
+ * [FlowParamsDesc](https://cloud.tencent.com/document/api/589/33981#FlowParamsDesc)
59153
+ * [StageInfoDetail](https://cloud.tencent.com/document/api/589/33981#StageInfoDetail)
59154
+
59155
+ 修改数据结构:
59156
+
59157
+ * [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
59158
+
59159
+ * 新增成员:Remark
59160
+
59161
+
58809
59162
  ### 第 65 次发布
58810
59163
 
58811
59164
  发布时间:2024-06-10 01:46:51
@@ -60325,6 +60678,21 @@
60325
60678
 
60326
60679
  ## Elasticsearch Service(es) 版本:2018-04-16
60327
60680
 
60681
+ ### 第 59 次发布
60682
+
60683
+ 发布时间:2024-06-14 01:50:54
60684
+
60685
+ 本次发布包含了以下内容:
60686
+
60687
+ 改善已有的文档。
60688
+
60689
+ 修改数据结构:
60690
+
60691
+ * [ServerlessSpace](https://cloud.tencent.com/document/api/845/30634#ServerlessSpace)
60692
+
60693
+ * 新增成员:ClusterType
60694
+
60695
+
60328
60696
  ### 第 58 次发布
60329
60697
 
60330
60698
  发布时间:2024-05-14 01:51:30
@@ -64976,6 +65344,29 @@
64976
65344
 
64977
65345
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
64978
65346
 
65347
+ ### 第 169 次发布
65348
+
65349
+ 发布时间:2024-06-14 01:52:51
65350
+
65351
+ 本次发布包含了以下内容:
65352
+
65353
+ 改善已有的文档。
65354
+
65355
+ 修改接口:
65356
+
65357
+ * [ChannelCreateEmbedWebUrl](https://cloud.tencent.com/document/api/1420/87919)
65358
+
65359
+ * 新增入参:Option
65360
+
65361
+ * [ChannelDescribeOrganizationSeals](https://cloud.tencent.com/document/api/1420/82455)
65362
+
65363
+ * 新增入参:SealStatuses
65364
+
65365
+
65366
+ 新增数据结构:
65367
+
65368
+ * [[EmbedUrlOption](https://cloud.tencent.com/document/api/1420/61525#EmbedUrlOption)](https://cloud.tencent.com/document/api/1420/61525#[EmbedUrlOption](https://cloud.tencent.com/document/api/1420/61525#EmbedUrlOption))
65369
+
64979
65370
  ### 第 168 次发布
64980
65371
 
64981
65372
  发布时间:2024-05-24 01:40:32
@@ -73338,6 +73729,19 @@
73338
73729
 
73339
73730
  ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
73340
73731
 
73732
+ ### 第 8 次发布
73733
+
73734
+ 发布时间:2024-06-12 11:48:37
73735
+
73736
+ 本次发布包含了以下内容:
73737
+
73738
+ 改善已有的文档。
73739
+
73740
+ <font color="#dd0000">**删除接口**:</font>
73741
+
73742
+ * ChatPro
73743
+ * ChatStd
73744
+
73341
73745
  ### 第 7 次发布
73342
73746
 
73343
73747
  发布时间:2024-05-20 01:43:12
@@ -73403,11 +73807,11 @@
73403
73807
 
73404
73808
  修改接口:
73405
73809
 
73406
- * [ChatPro](https://cloud.tencent.com/document/api/1729/101837)
73810
+ * [ChatPro](https://cloud.tencent.com/document/api/#/#)
73407
73811
 
73408
73812
  * 新增入参:Stream, StreamModeration
73409
73813
 
73410
- * [ChatStd](https://cloud.tencent.com/document/api/1729/101836)
73814
+ * [ChatStd](https://cloud.tencent.com/document/api/#/#)
73411
73815
 
73412
73816
  * 新增入参:Stream, StreamModeration
73413
73817
 
@@ -73446,8 +73850,8 @@
73446
73850
 
73447
73851
  新增接口:
73448
73852
 
73449
- * [ChatPro](https://cloud.tencent.com/document/api/1729/101837)
73450
- * [ChatStd](https://cloud.tencent.com/document/api/1729/101836)
73853
+ * [ChatPro](https://cloud.tencent.com/document/api/#/#)
73854
+ * [ChatStd](https://cloud.tencent.com/document/api/#/#)
73451
73855
  * [GetTokenCount](https://cloud.tencent.com/document/api/1729/101835)
73452
73856
 
73453
73857
  新增数据结构:
@@ -76543,6 +76947,21 @@
76543
76947
 
76544
76948
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
76545
76949
 
76950
+ ### 第 67 次发布
76951
+
76952
+ 发布时间:2024-06-13 01:52:49
76953
+
76954
+ 本次发布包含了以下内容:
76955
+
76956
+ 改善已有的文档。
76957
+
76958
+ 修改接口:
76959
+
76960
+ * [GetWechatDeviceTicket](https://cloud.tencent.com/document/api/1081/106915)
76961
+
76962
+ * 新增入参:MiniProgramAppId
76963
+
76964
+
76546
76965
  ### 第 66 次发布
76547
76966
 
76548
76967
  发布时间:2024-06-06 01:57:24
@@ -88961,14 +89380,14 @@
88961
89380
 
88962
89381
  新增接口:
88963
89382
 
88964
- * [[DescribeBackupRules](https://cloud.tencent.com/document/api/240/107169)](https://cloud.tencent.com/document/api/#/#)
88965
- * [[DescribeTransparentDataEncryptionStatus](https://cloud.tencent.com/document/api/240/107168)](https://cloud.tencent.com/document/api/#/#)
88966
- * [[EnableTransparentDataEncryption](https://cloud.tencent.com/document/api/240/107167)](https://cloud.tencent.com/document/api/#/#)
88967
- * [[SetBackupRules](https://cloud.tencent.com/document/api/240/107166)](https://cloud.tencent.com/document/api/#/#)
89383
+ * [DescribeBackupRules](https://cloud.tencent.com/document/api/240/107169)
89384
+ * [DescribeTransparentDataEncryptionStatus](https://cloud.tencent.com/document/api/240/107168)
89385
+ * [EnableTransparentDataEncryption](https://cloud.tencent.com/document/api/240/107167)
89386
+ * [SetBackupRules](https://cloud.tencent.com/document/api/240/107166)
88968
89387
 
88969
89388
  新增数据结构:
88970
89389
 
88971
- * [[KMSInfoDetail](https://cloud.tencent.com/document/api/240/38576#KMSInfoDetail)](https://cloud.tencent.com/document/api/240/38576#[KMSInfoDetail](https://cloud.tencent.com/document/api/240/38576#KMSInfoDetail))
89390
+ * [KMSInfoDetail](https://cloud.tencent.com/document/api/240/38576#KMSInfoDetail)
88972
89391
 
88973
89392
  ### 第 38 次发布
88974
89393
 
@@ -89619,6 +90038,37 @@
89619
90038
 
89620
90039
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
89621
90040
 
90041
+ ### 第 116 次发布
90042
+
90043
+ 发布时间:2024-06-14 02:13:11
90044
+
90045
+ 本次发布包含了以下内容:
90046
+
90047
+ 改善已有的文档。
90048
+
90049
+ <font color="#dd0000">**预下线接口**:</font>
90050
+
90051
+ * CheckIsPrometheusNewUser
90052
+
90053
+ 修改数据结构:
90054
+
90055
+ * [AlarmNotice](https://cloud.tencent.com/document/api/248/30354#AlarmNotice)
90056
+
90057
+ * <font color="#dd0000">**修改成员**:</font>Id, Name, UpdatedAt, UpdatedBy, NoticeType, UserNotices, URLNotices, IsPreset, NoticeLanguage, PolicyIds, AMPConsumerId, CLSNotices, Tags
90058
+
90059
+
90060
+ ### 第 115 次发布
90061
+
90062
+ 发布时间:2024-06-13 02:05:31
90063
+
90064
+ 本次发布包含了以下内容:
90065
+
90066
+ 改善已有的文档。
90067
+
90068
+ <font color="#dd0000">**预下线接口**:</font>
90069
+
90070
+ * DescribePrometheusRecordRuleYaml
90071
+
89622
90072
  ### 第 114 次发布
89623
90073
 
89624
90074
  发布时间:2024-05-30 01:55:28
@@ -91997,6 +92447,33 @@
91997
92447
 
91998
92448
  ## 媒体处理(mps) 版本:2019-06-12
91999
92449
 
92450
+ ### 第 85 次发布
92451
+
92452
+ 发布时间:2024-06-14 02:15:02
92453
+
92454
+ 本次发布包含了以下内容:
92455
+
92456
+ 改善已有的文档。
92457
+
92458
+ 新增数据结构:
92459
+
92460
+ * [[AiAnalysisTaskSegmentInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentInput)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskSegmentInput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentInput))
92461
+ * [[AiAnalysisTaskSegmentOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentOutput)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskSegmentOutput](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentOutput))
92462
+ * [[AiAnalysisTaskSegmentResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentResult)](https://cloud.tencent.com/document/api/862/37615#[AiAnalysisTaskSegmentResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisTaskSegmentResult))
92463
+
92464
+ 修改数据结构:
92465
+
92466
+ * [AiAnalysisResult](https://cloud.tencent.com/document/api/862/37615#AiAnalysisResult)
92467
+
92468
+ * 新增成员:SegmentTask
92469
+
92470
+ * [SegmentRecognitionItem](https://cloud.tencent.com/document/api/862/37615#SegmentRecognitionItem)
92471
+
92472
+ * 新增成员:Title, Summary
92473
+
92474
+ * <font color="#dd0000">**修改成员**:</font>SegmentUrl
92475
+
92476
+
92000
92477
  ### 第 84 次发布
92001
92478
 
92002
92479
  发布时间:2024-06-06 02:11:55
@@ -94602,6 +95079,139 @@
94602
95079
 
94603
95080
  ## 医疗报告结构化(mrs) 版本:2020-09-10
94604
95081
 
95082
+ ### 第 26 次发布
95083
+
95084
+ 发布时间:2024-06-14 02:16:42
95085
+
95086
+ 本次发布包含了以下内容:
95087
+
95088
+ 改善已有的文档。
95089
+
95090
+ 修改数据结构:
95091
+
95092
+ * [BirthCert](https://cloud.tencent.com/document/api/1314/56230#BirthCert)
95093
+
95094
+ * 新增成员:Page
95095
+
95096
+ * <font color="#dd0000">**修改成员**:</font>NeonatalInfo, MotherInfo, FatherInfo, IssueInfo
95097
+
95098
+ * [BloodPressureItem](https://cloud.tencent.com/document/api/1314/56230#BloodPressureItem)
95099
+
95100
+ * 新增成员:Page
95101
+
95102
+ * [Check](https://cloud.tencent.com/document/api/1314/56230#Check)
95103
+
95104
+ * 新增成员:Page
95105
+
95106
+ * [CovidItemsInfo](https://cloud.tencent.com/document/api/1314/56230#CovidItemsInfo)
95107
+
95108
+ * 新增成员:Page
95109
+
95110
+ * <font color="#dd0000">**修改成员**:</font>CovidItems, Version
95111
+
95112
+ * [DiagCert](https://cloud.tencent.com/document/api/1314/56230#DiagCert)
95113
+
95114
+ * 新增成员:Page
95115
+
95116
+ * [DischargeInfoBlock](https://cloud.tencent.com/document/api/1314/56230#DischargeInfoBlock)
95117
+
95118
+ * 新增成员:Page
95119
+
95120
+ * <font color="#dd0000">**修改成员**:</font>DiseaseHistory, PersonalHistory, DrugHistory, TreatmentRecord, ParagraphBlock
95121
+
95122
+ * [Electrocardiogram](https://cloud.tencent.com/document/api/1314/56230#Electrocardiogram)
95123
+
95124
+ * 新增成员:Page
95125
+
95126
+ * [Endoscopy](https://cloud.tencent.com/document/api/1314/56230#Endoscopy)
95127
+
95128
+ * 新增成员:Page
95129
+
95130
+ * [EyeItemsInfo](https://cloud.tencent.com/document/api/1314/56230#EyeItemsInfo)
95131
+
95132
+ * 新增成员:Page
95133
+
95134
+ * <font color="#dd0000">**修改成员**:</font>EyeItems, Version
95135
+
95136
+ * [FirstPage](https://cloud.tencent.com/document/api/1314/56230#FirstPage)
95137
+
95138
+ * 新增成员:Page
95139
+
95140
+ * <font color="#dd0000">**修改成员**:</font>DischargeDiagnosis, PathologicalDiagnosis, ClinicalDiagnosis, DamagePoi, Fp2NdItems
95141
+
95142
+ * [Hospitalization](https://cloud.tencent.com/document/api/1314/56230#Hospitalization)
95143
+
95144
+ * 新增成员:Page
95145
+
95146
+ * [Indicator](https://cloud.tencent.com/document/api/1314/56230#Indicator)
95147
+
95148
+ * 新增成员:Page
95149
+
95150
+ * [IndicatorV3](https://cloud.tencent.com/document/api/1314/56230#IndicatorV3)
95151
+
95152
+ * 新增成员:Page
95153
+
95154
+ * [KeyValueItem](https://cloud.tencent.com/document/api/1314/56230#KeyValueItem)
95155
+
95156
+ * 新增成员:Page
95157
+
95158
+ * [Maternity](https://cloud.tencent.com/document/api/1314/56230#Maternity)
95159
+
95160
+ * 新增成员:Page
95161
+
95162
+ * <font color="#dd0000">**修改成员**:</font>Desc, Summary, OcrText
95163
+
95164
+ * [MedDoc](https://cloud.tencent.com/document/api/1314/56230#MedDoc)
95165
+
95166
+ * 新增成员:Page
95167
+
95168
+ * <font color="#dd0000">**修改成员**:</font>Advice, Diagnosis, DiseaseMedicalHistory, PersonalMedicalHistory, ObstericalMedicalHistory, FamilyMedicalHistory, MenstrualMedicalHistory, TreatmentRecord
95169
+
95170
+ * [MedicalRecordInfo](https://cloud.tencent.com/document/api/1314/56230#MedicalRecordInfo)
95171
+
95172
+ * 新增成员:Page
95173
+
95174
+ * [PathologyV2](https://cloud.tencent.com/document/api/1314/56230#PathologyV2)
95175
+
95176
+ * 新增成员:Page
95177
+
95178
+ * <font color="#dd0000">**修改成员**:</font>PathologicalReportType, Desc, Summary, ReportText, LymphTotal, LymphNodes, Ihc, Clinical, Precancer, Malignant, Benigntumor, SampleType, LymphSize, Molecular
95179
+
95180
+ * [Prescription](https://cloud.tencent.com/document/api/1314/56230#Prescription)
95181
+
95182
+ * 新增成员:Page
95183
+
95184
+ * [ResultInfo](https://cloud.tencent.com/document/api/1314/56230#ResultInfo)
95185
+
95186
+ * 新增成员:Page
95187
+
95188
+ * <font color="#dd0000">**修改成员**:</font>Text, Items
95189
+
95190
+ * [Surgery](https://cloud.tencent.com/document/api/1314/56230#Surgery)
95191
+
95192
+ * 新增成员:Page
95193
+
95194
+ * <font color="#dd0000">**修改成员**:</font>SurgeryHistory, OtherInfo
95195
+
95196
+ * [TextTypeListBlock](https://cloud.tencent.com/document/api/1314/56230#TextTypeListBlock)
95197
+
95198
+ * 新增成员:Page
95199
+
95200
+ * [TimelineInformation](https://cloud.tencent.com/document/api/1314/56230#TimelineInformation)
95201
+
95202
+ * 新增成员:Page
95203
+
95204
+ * <font color="#dd0000">**修改成员**:</font>Timeline
95205
+
95206
+ * [VaccineCertificate](https://cloud.tencent.com/document/api/1314/56230#VaccineCertificate)
95207
+
95208
+ * 新增成员:Page
95209
+
95210
+ * [ValueUnitItem](https://cloud.tencent.com/document/api/1314/56230#ValueUnitItem)
95211
+
95212
+ * 新增成员:Page
95213
+
95214
+
94605
95215
  ### 第 25 次发布
94606
95216
 
94607
95217
  发布时间:2024-05-09 01:20:07
@@ -100705,6 +101315,32 @@
100705
101315
 
100706
101316
  ## 集团账号管理(organization) 版本:2021-03-31
100707
101317
 
101318
+ ### 第 32 次发布
101319
+
101320
+ 发布时间:2024-06-14 02:20:06
101321
+
101322
+ 本次发布包含了以下内容:
101323
+
101324
+ 改善已有的文档。
101325
+
101326
+ 修改接口:
101327
+
101328
+ * [AddShareUnit](https://cloud.tencent.com/document/api/850/103056)
101329
+
101330
+ * 新增入参:ShareScope
101331
+
101332
+ * [UpdateShareUnit](https://cloud.tencent.com/document/api/850/103046)
101333
+
101334
+ * 新增入参:ShareScope
101335
+
101336
+
101337
+ 修改数据结构:
101338
+
101339
+ * [ManagerShareUnit](https://cloud.tencent.com/document/api/850/67060#ManagerShareUnit)
101340
+
101341
+ * 新增成员:ShareScope
101342
+
101343
+
100708
101344
  ### 第 31 次发布
100709
101345
 
100710
101346
  发布时间:2024-04-22 01:22:36
@@ -103716,6 +104352,21 @@
103716
104352
 
103717
104353
  ## 云数据库Redis(redis) 版本:2018-04-12
103718
104354
 
104355
+ ### 第 77 次发布
104356
+
104357
+ 发布时间:2024-06-14 02:23:01
104358
+
104359
+ 本次发布包含了以下内容:
104360
+
104361
+ 改善已有的文档。
104362
+
104363
+ 修改接口:
104364
+
104365
+ * [DescribeProjectSecurityGroups](https://cloud.tencent.com/document/api/239/41258)
104366
+
104367
+ * <font color="#dd0000">**修改入参**:</font>ProjectId
104368
+
104369
+
103719
104370
  ### 第 76 次发布
103720
104371
 
103721
104372
  发布时间:2024-06-10 02:18:13
@@ -153341,6 +153992,19 @@
153341
153992
 
153342
153993
  ## Web 应用防火墙(waf) 版本:2018-01-25
153343
153994
 
153995
+ ### 第 87 次发布
153996
+
153997
+ 发布时间:2024-06-13 02:48:34
153998
+
153999
+ 本次发布包含了以下内容:
154000
+
154001
+ 改善已有的文档。
154002
+
154003
+ 新增接口:
154004
+
154005
+ * [DescribeAreaBanSupportAreas](https://cloud.tencent.com/document/api/627/107228)
154006
+ * [ModifyAreaBanAreas](https://cloud.tencent.com/document/api/627/107229)
154007
+
153344
154008
  ### 第 86 次发布
153345
154009
 
153346
154010
  发布时间:2024-06-06 02:53:14
@@ -155686,6 +156350,33 @@
155686
156350
 
155687
156351
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
155688
156352
 
156353
+ ### 第 94 次发布
156354
+
156355
+ 发布时间:2024-06-14 03:00:16
156356
+
156357
+ 本次发布包含了以下内容:
156358
+
156359
+ 改善已有的文档。
156360
+
156361
+ 修改接口:
156362
+
156363
+ * [DescribeTableMeta](https://cloud.tencent.com/document/api/1267/102541)
156364
+
156365
+ * 新增入参:TableNameFilter, TableFilterType
156366
+
156367
+
156368
+ 新增数据结构:
156369
+
156370
+ * [[TableMetaProperty](https://cloud.tencent.com/document/api/1267/76336#TableMetaProperty)](https://cloud.tencent.com/document/api/1267/76336#[TableMetaProperty](https://cloud.tencent.com/document/api/1267/76336#TableMetaProperty))
156371
+ * [[TableNameFilter](https://cloud.tencent.com/document/api/1267/76336#TableNameFilter)](https://cloud.tencent.com/document/api/1267/76336#[TableNameFilter](https://cloud.tencent.com/document/api/1267/76336#TableNameFilter))
156372
+
156373
+ 修改数据结构:
156374
+
156375
+ * [TableMeta](https://cloud.tencent.com/document/api/1267/76336#TableMeta)
156376
+
156377
+ * 新增成员:TableProperties
156378
+
156379
+
155689
156380
  ### 第 93 次发布
155690
156381
 
155691
156382
  发布时间:2024-06-07 02:54:55