tencentcloud-sdk-nodejs 4.0.878 → 4.0.880

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 (140) hide show
  1. package/CHANGELOG.md +660 -0
  2. package/SERVICE_CHANGELOG.md +829 -29
  3. package/package.json +1 -1
  4. package/products.md +41 -41
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/asr/v20190614/asr_models.ts +1 -1
  7. package/src/services/billing/v20180709/billing_models.ts +5 -0
  8. package/src/services/cam/v20190116/cam_models.ts +22 -8
  9. package/src/services/cdwch/v20200915/cdwch_models.ts +8 -8
  10. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +8 -0
  11. package/src/services/cfw/v20190904/cfw_models.ts +4 -4
  12. package/src/services/ckafka/v20190819/ckafka_client.ts +2 -3
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +71 -46
  14. package/src/services/cls/v20201016/cls_models.ts +9 -1
  15. package/src/services/cmq/v20190304/cmq_client.ts +1 -1
  16. package/src/services/cmq/v20190304/cmq_models.ts +16 -16
  17. package/src/services/csip/v20221121/csip_models.ts +47 -1
  18. package/src/services/cynosdb/v20190107/cynosdb_client.ts +25 -8
  19. package/src/services/cynosdb/v20190107/cynosdb_models.ts +272 -29
  20. package/src/services/dlc/v20210125/dlc_client.ts +31 -6
  21. package/src/services/dlc/v20210125/dlc_models.ts +97 -0
  22. package/src/services/dsgc/v20190723/dsgc_models.ts +11 -11
  23. package/src/services/dts/v20180330/dts_client.ts +3 -18
  24. package/src/services/dts/v20180330/dts_models.ts +63 -117
  25. package/src/services/emr/v20190103/emr_models.ts +3 -3
  26. package/src/services/ess/v20201111/ess_client.ts +864 -827
  27. package/src/services/ess/v20201111/ess_models.ts +162 -84
  28. package/src/services/essbasic/v20210526/essbasic_client.ts +44 -3
  29. package/src/services/essbasic/v20210526/essbasic_models.ts +191 -114
  30. package/src/services/gaap/v20180529/gaap_models.ts +1 -1
  31. package/src/services/iecp/v20210914/iecp_client.ts +80 -40
  32. package/src/services/ims/v20201229/ims_client.ts +4 -3
  33. package/src/services/lke/v20231130/lke_client.ts +61 -18
  34. package/src/services/lke/v20231130/lke_models.ts +370 -83
  35. package/src/services/mongodb/v20190725/mongodb_client.ts +19 -6
  36. package/src/services/mongodb/v20190725/mongodb_models.ts +56 -0
  37. package/src/services/monitor/v20180724/monitor_models.ts +4 -0
  38. package/src/services/mps/v20190612/mps_models.ts +69 -8
  39. package/src/services/ocr/v20181119/ocr_client.ts +13 -10
  40. package/src/services/ocr/v20181119/ocr_models.ts +361 -169
  41. package/src/services/organization/v20210331/organization_client.ts +32 -8
  42. package/src/services/organization/v20210331/organization_models.ts +70 -30
  43. package/src/services/pts/v20210728/pts_models.ts +1 -1
  44. package/src/services/sms/v20210111/sms_client.ts +36 -68
  45. package/src/services/tcr/v20190924/tcr_models.ts +1 -1
  46. package/src/services/tdmq/v20200217/tdmq_client.ts +115 -19
  47. package/src/services/tdmq/v20200217/tdmq_models.ts +381 -86
  48. package/src/services/tke/v20180525/tke_client.ts +13 -0
  49. package/src/services/tke/v20180525/tke_models.ts +117 -28
  50. package/src/services/trro/v20220325/trro_models.ts +6 -6
  51. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  52. package/src/services/tse/v20201207/tse_models.ts +7 -1
  53. package/src/services/tsf/v20180326/tsf_client.ts +4 -2
  54. package/src/services/tsf/v20180326/tsf_models.ts +33 -28
  55. package/src/services/waf/v20180125/waf_client.ts +6 -5
  56. package/src/services/waf/v20180125/waf_models.ts +112 -84
  57. package/src/services/wedata/v20210820/wedata_client.ts +1 -1
  58. package/src/services/wedata/v20210820/wedata_models.ts +13 -8
  59. package/tencentcloud/common/sdk_version.d.ts +1 -1
  60. package/tencentcloud/common/sdk_version.js +1 -1
  61. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +1 -1
  62. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +5 -0
  63. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +22 -8
  64. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +8 -8
  65. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +8 -0
  66. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +4 -4
  67. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +0 -1
  68. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +0 -1
  69. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +71 -46
  70. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +9 -1
  71. package/tencentcloud/services/cmq/v20190304/cmq_client.d.ts +1 -1
  72. package/tencentcloud/services/cmq/v20190304/cmq_client.js +1 -1
  73. package/tencentcloud/services/cmq/v20190304/cmq_models.d.ts +16 -16
  74. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +47 -1
  75. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
  76. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
  77. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +265 -29
  78. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +11 -3
  79. package/tencentcloud/services/dlc/v20210125/dlc_client.js +15 -3
  80. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +92 -0
  81. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +11 -11
  82. package/tencentcloud/services/dts/v20180330/dts_client.d.ts +1 -7
  83. package/tencentcloud/services/dts/v20180330/dts_client.js +0 -8
  84. package/tencentcloud/services/dts/v20180330/dts_models.d.ts +63 -114
  85. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +3 -3
  86. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +517 -496
  87. package/tencentcloud/services/ess/v20201111/ess_client.js +620 -595
  88. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +158 -84
  89. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +26 -1
  90. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +29 -0
  91. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +187 -114
  92. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
  93. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +60 -20
  94. package/tencentcloud/services/iecp/v20210914/iecp_client.js +60 -20
  95. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +4 -3
  96. package/tencentcloud/services/ims/v20201229/ims_client.js +4 -3
  97. package/tencentcloud/services/lke/v20231130/lke_client.d.ts +17 -5
  98. package/tencentcloud/services/lke/v20231130/lke_client.js +24 -6
  99. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +358 -84
  100. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +7 -3
  101. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +9 -3
  102. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +53 -0
  103. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
  104. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +69 -8
  105. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  106. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +356 -167
  107. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +11 -3
  108. package/tencentcloud/services/organization/v20210331/organization_client.js +15 -3
  109. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +66 -30
  110. package/tencentcloud/services/pts/v20210728/pts_models.d.ts +1 -1
  111. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +33 -65
  112. package/tencentcloud/services/sms/v20210111/sms_client.js +33 -65
  113. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +1 -1
  114. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +38 -6
  115. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +55 -7
  116. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +365 -86
  117. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
  118. package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
  119. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +114 -28
  120. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +6 -6
  121. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  122. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +7 -1
  123. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -1
  124. package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -1
  125. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +33 -28
  126. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +1 -1
  127. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +110 -83
  128. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  129. package/tencentcloud/services/wedata/v20210820/wedata_client.js +1 -1
  130. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +13 -8
  131. package/test/cynosdb.v20190107.test.js +12 -2
  132. package/test/dlc.v20210125.test.js +22 -2
  133. package/test/dts.v20180330.test.js +0 -10
  134. package/test/ess.v20201111.test.js +182 -162
  135. package/test/essbasic.v20210526.test.js +20 -0
  136. package/test/lke.v20231130.test.js +34 -4
  137. package/test/mongodb.v20190725.test.js +12 -2
  138. package/test/organization.v20210331.test.js +22 -2
  139. package/test/tdmq.v20200217.test.js +84 -4
  140. package/test/tke.v20180525.test.js +10 -0
@@ -1,10 +1,78 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云安全一体化平台(csip) 版本:2022-11-21
3
+ ## 语音识别(asr) 版本:2019-06-14
4
4
 
5
- ### 第 39 次发布
5
+ ### 第 35 次发布
6
6
 
7
- 发布时间:2024-06-19 01:24:50
7
+ 发布时间:2024-06-21 01:10:11
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [VoicePrintDelete](https://cloud.tencent.com/document/api/1093/94484)
16
+
17
+ * <font color="#dd0000">**修改入参**:</font>VoicePrintId
18
+
19
+
20
+
21
+
22
+ ## 费用中心(billing) 版本:2018-07-09
23
+
24
+ ### 第 60 次发布
25
+
26
+ 发布时间:2024-06-21 01:11:19
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改数据结构:
33
+
34
+ * [ConsumptionResourceSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionResourceSummaryDataItem)
35
+
36
+ * 新增成员:Tags
37
+
38
+
39
+
40
+
41
+ ## 访问管理(cam) 版本:2019-01-16
42
+
43
+ ### 第 59 次发布
44
+
45
+ 发布时间:2024-06-21 01:14:07
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改接口:
52
+
53
+ * [CreateAccessKey](https://cloud.tencent.com/document/api/598/82370)
54
+
55
+ * 新增入参:Description
56
+
57
+
58
+ 修改数据结构:
59
+
60
+ * [AccessKey](https://cloud.tencent.com/document/api/598/33167#AccessKey)
61
+
62
+ * 新增成员:Description
63
+
64
+ * [AccessKeyDetail](https://cloud.tencent.com/document/api/598/33167#AccessKeyDetail)
65
+
66
+ * 新增成员:Description
67
+
68
+
69
+
70
+
71
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
72
+
73
+ ### 第 94 次发布
74
+
75
+ 发布时间:2024-06-21 01:30:05
8
76
 
9
77
  本次发布包含了以下内容:
10
78
 
@@ -12,42 +80,191 @@
12
80
 
13
81
  新增接口:
14
82
 
15
- * [DescribeVULRiskDetail](https://cloud.tencent.com/document/api/664/107483)
16
- * [DescribeVulViewVulRiskList](https://cloud.tencent.com/document/api/664/107482)
83
+ * [RenewClusters](https://cloud.tencent.com/document/api/1003/107548)
84
+
85
+
86
+
87
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
88
+
89
+ ### 第 94 次发布
90
+
91
+ 发布时间:2024-06-21 01:33:48
92
+
93
+ 本次发布包含了以下内容:
94
+
95
+ 改善已有的文档。
96
+
97
+ 新增接口:
98
+
99
+ * [DescribeSparkSessionBatchSQLCost](https://cloud.tencent.com/document/api/1342/107549)
100
+
101
+ 修改接口:
102
+
103
+ * [DescribeTasksOverview](https://cloud.tencent.com/document/api/1342/107503)
104
+
105
+ * 新增入参:StartTime, EndTime, Filters, DataEngineName
106
+
17
107
 
18
108
  新增数据结构:
19
109
 
20
- * [VULRiskInfo](https://cloud.tencent.com/document/api/664/90825#VULRiskInfo)
21
- * [VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData)
22
- * [VulImpactComponentInfo](https://cloud.tencent.com/document/api/664/90825#VulImpactComponentInfo)
23
- * [VulTrend](https://cloud.tencent.com/document/api/664/90825#VulTrend)
110
+ * [BatchSQLCostInfo](https://cloud.tencent.com/document/api/1342/53778#BatchSQLCostInfo)
24
111
 
25
112
 
26
113
 
27
- ## 全球应用加速(gaap) 版本:2018-05-29
114
+ ## 数据传输服务(dts) 版本:2021-12-06
28
115
 
29
- ### 第 45 次发布
30
116
 
31
- 发布时间:2024-06-19 01:43:58
117
+
118
+ ## 数据传输服务(dts) 版本:2018-03-30
119
+
120
+ ### 第 22 次发布
121
+
122
+ 发布时间:2024-06-21 01:37:37
123
+
124
+ 本次发布包含了以下内容:
125
+
126
+ 改善已有的文档。
127
+
128
+ <font color="#dd0000">**删除接口**:</font>
129
+
130
+ * DescribeRegionConf
131
+
132
+ <font color="#dd0000">**删除数据结构**:</font>
133
+
134
+ * SubscribeRegionConf
135
+
136
+
137
+
138
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
139
+
140
+ ### 第 175 次发布
141
+
142
+ 发布时间:2024-06-21 01:41:37
32
143
 
33
144
  本次发布包含了以下内容:
34
145
 
35
146
  改善已有的文档。
36
147
 
148
+ 新增接口:
149
+
150
+ * [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)
151
+ * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)
152
+
153
+
154
+
155
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
156
+
157
+ ### 第 171 次发布
158
+
159
+ 发布时间:2024-06-21 01:42:38
160
+
161
+ 本次发布包含了以下内容:
162
+
163
+ 改善已有的文档。
164
+
165
+ 新增接口:
166
+
167
+ * [CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)
168
+ * [CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)
169
+
170
+
171
+
172
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
173
+
174
+
175
+
176
+ ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
177
+
178
+ ### 第 41 次发布
179
+
180
+ 发布时间:2024-06-21 01:58:00
181
+
182
+ 本次发布包含了以下内容:
183
+
184
+ 改善已有的文档。
185
+
186
+ 新增接口:
187
+
188
+ * [ModifyInstanceParams](https://cloud.tencent.com/document/api/240/107557)
189
+
190
+ 新增数据结构:
191
+
192
+ * [ModifyMongoDBParamType](https://cloud.tencent.com/document/api/240/38576#ModifyMongoDBParamType)
193
+
194
+
195
+
196
+ ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
197
+
198
+
199
+
200
+ ## 媒体处理(mps) 版本:2019-06-12
201
+
202
+ ### 第 86 次发布
203
+
204
+ 发布时间:2024-06-21 01:59:51
205
+
206
+ 本次发布包含了以下内容:
207
+
208
+ 改善已有的文档。
209
+
210
+ 修改接口:
211
+
212
+ * [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45749)
213
+
214
+ * 新增入参:SegmentType
215
+
216
+ * [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
217
+
218
+ * 新增入参:SegmentType
219
+
220
+
37
221
  修改数据结构:
38
222
 
39
- * [DomainRuleSet](https://cloud.tencent.com/document/api/608/37023#DomainRuleSet)
223
+ * [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTemplate)
40
224
 
41
- * 新增成员:TLSCiphers, TLSSupportVersion
225
+ * 新增成员:SegmentType
42
226
 
227
+ * [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
43
228
 
229
+ * 新增成员:SegmentType
44
230
 
231
+ * [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
45
232
 
46
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
233
+ * 新增成员:SegmentType
47
234
 
48
- ### 第 96 次发布
49
235
 
50
- 发布时间:2024-06-19 02:35:11
236
+
237
+
238
+ ## 文字识别(ocr) 版本:2018-11-19
239
+
240
+ ### 第 138 次发布
241
+
242
+ 发布时间:2024-06-21 02:02:31
243
+
244
+ 本次发布包含了以下内容:
245
+
246
+ 改善已有的文档。
247
+
248
+ 修改接口:
249
+
250
+ * [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
251
+
252
+ * 新增出参:FinancialBill
253
+
254
+
255
+ 新增数据结构:
256
+
257
+ * [FinancialBill](https://cloud.tencent.com/document/api/866/33527#FinancialBill)
258
+ * [FinancialBillItem](https://cloud.tencent.com/document/api/866/33527#FinancialBillItem)
259
+ * [FinancialBillItemDetails](https://cloud.tencent.com/document/api/866/33527#FinancialBillItemDetails)
260
+
261
+
262
+
263
+ ## 集团账号管理(organization) 版本:2021-03-31
264
+
265
+ ### 第 33 次发布
266
+
267
+ 发布时间:2024-06-21 02:03:56
51
268
 
52
269
  本次发布包含了以下内容:
53
270
 
@@ -55,13 +272,49 @@
55
272
 
56
273
  新增接口:
57
274
 
58
- * [MoveTasksToFolder](https://cloud.tencent.com/document/api/1267/107484)
275
+ * [AcceptJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107559)
276
+ * [RejectJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107558)
277
+
278
+
279
+
280
+ ## 集团账号管理(organization) 版本:2018-12-25
281
+
282
+
283
+
284
+ ## 远程实时操控(trro) 版本:2022-03-25
285
+
286
+ ### 第 5 次发布
287
+
288
+ 发布时间:2024-06-21 02:25:01
289
+
290
+ 本次发布包含了以下内容:
291
+
292
+ 改善已有的文档。
293
+
294
+ 修改接口:
295
+
296
+ * [DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)
297
+
298
+ * <font color="#dd0000">**修改入参**:</font>ProjectId
299
+
300
+
301
+
302
+
303
+ ## 微服务平台 TSF(tsf) 版本:2018-03-26
304
+
305
+ ### 第 110 次发布
306
+
307
+ 发布时间:2024-06-21 02:26:46
308
+
309
+ 本次发布包含了以下内容:
310
+
311
+ 改善已有的文档。
59
312
 
60
313
  修改数据结构:
61
314
 
62
- * [OpsTaskCanvasInfoList](https://cloud.tencent.com/document/api/1267/76336#OpsTaskCanvasInfoList)
315
+ * [MsInstance](https://cloud.tencent.com/document/api/649/36099#MsInstance)
63
316
 
64
- * <font color="#dd0000">**修改成员**:</font>CirculateTaskList
317
+ * 新增成员:MetaJson
65
318
 
66
319
 
67
320
 
@@ -6559,6 +6812,21 @@
6559
6812
 
6560
6813
  ## 语音识别(asr) 版本:2019-06-14
6561
6814
 
6815
+ ### 第 35 次发布
6816
+
6817
+ 发布时间:2024-06-21 01:10:11
6818
+
6819
+ 本次发布包含了以下内容:
6820
+
6821
+ 改善已有的文档。
6822
+
6823
+ 修改接口:
6824
+
6825
+ * [VoicePrintDelete](https://cloud.tencent.com/document/api/1093/94484)
6826
+
6827
+ * <font color="#dd0000">**修改入参**:</font>VoicePrintId
6828
+
6829
+
6562
6830
  ### 第 34 次发布
6563
6831
 
6564
6832
  发布时间:2024-04-11 01:07:46
@@ -8992,6 +9260,21 @@
8992
9260
 
8993
9261
  ## 费用中心(billing) 版本:2018-07-09
8994
9262
 
9263
+ ### 第 60 次发布
9264
+
9265
+ 发布时间:2024-06-21 01:11:19
9266
+
9267
+ 本次发布包含了以下内容:
9268
+
9269
+ 改善已有的文档。
9270
+
9271
+ 修改数据结构:
9272
+
9273
+ * [ConsumptionResourceSummaryDataItem](https://cloud.tencent.com/document/api/555/19183#ConsumptionResourceSummaryDataItem)
9274
+
9275
+ * 新增成员:Tags
9276
+
9277
+
8995
9278
  ### 第 59 次发布
8996
9279
 
8997
9280
  发布时间:2024-04-24 01:05:02
@@ -11925,7 +12208,7 @@
11925
12208
 
11926
12209
  修改接口:
11927
12210
 
11928
- * [DescribeBRI](https://cloud.tencent.com/document/api/1064/35631)
12211
+ * [DescribeBRI](https://cloud.tencent.com/document/api/#/#)
11929
12212
 
11930
12213
  * <font color="#dd0000">**修改入参**:</font>RequestData, ResourceId
11931
12214
 
@@ -11955,7 +12238,7 @@
11955
12238
 
11956
12239
  新增接口:
11957
12240
 
11958
- * [DescribeBRI](https://cloud.tencent.com/document/api/1064/35631)
12241
+ * [DescribeBRI](https://cloud.tencent.com/document/api/#/#)
11959
12242
 
11960
12243
  新增数据结构:
11961
12244
 
@@ -12149,6 +12432,32 @@
12149
12432
 
12150
12433
  ## 访问管理(cam) 版本:2019-01-16
12151
12434
 
12435
+ ### 第 59 次发布
12436
+
12437
+ 发布时间:2024-06-21 01:14:07
12438
+
12439
+ 本次发布包含了以下内容:
12440
+
12441
+ 改善已有的文档。
12442
+
12443
+ 修改接口:
12444
+
12445
+ * [CreateAccessKey](https://cloud.tencent.com/document/api/598/82370)
12446
+
12447
+ * 新增入参:Description
12448
+
12449
+
12450
+ 修改数据结构:
12451
+
12452
+ * [AccessKey](https://cloud.tencent.com/document/api/598/33167#AccessKey)
12453
+
12454
+ * 新增成员:Description
12455
+
12456
+ * [AccessKeyDetail](https://cloud.tencent.com/document/api/598/33167#AccessKeyDetail)
12457
+
12458
+ * 新增成员:Description
12459
+
12460
+
12152
12461
  ### 第 58 次发布
12153
12462
 
12154
12463
  发布时间:2024-06-11 11:13:54
@@ -22997,6 +23306,21 @@
22997
23306
 
22998
23307
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
22999
23308
 
23309
+ ### 第 13 次发布
23310
+
23311
+ 发布时间:2024-06-20 01:19:00
23312
+
23313
+ 本次发布包含了以下内容:
23314
+
23315
+ 改善已有的文档。
23316
+
23317
+ 修改接口:
23318
+
23319
+ * [DescribeSlowQueryRecordsDownload](https://cloud.tencent.com/document/api/1387/102613)
23320
+
23321
+ * 新增入参:DbName, CatalogName
23322
+
23323
+
23000
23324
  ### 第 12 次发布
23001
23325
 
23002
23326
  发布时间:2024-06-14 01:22:52
@@ -26327,6 +26651,21 @@
26327
26651
 
26328
26652
  ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
26329
26653
 
26654
+ ### 第 105 次发布
26655
+
26656
+ 发布时间:2024-06-20 01:21:11
26657
+
26658
+ 本次发布包含了以下内容:
26659
+
26660
+ 改善已有的文档。
26661
+
26662
+ 修改数据结构:
26663
+
26664
+ * [ZoneResponse](https://cloud.tencent.com/document/api/597/40861#ZoneResponse)
26665
+
26666
+ * 新增成员:RequestId, Version, Offset, Limit, ForceCheckTag
26667
+
26668
+
26330
26669
  ### 第 104 次发布
26331
26670
 
26332
26671
  发布时间:2024-05-28 01:20:25
@@ -37712,6 +38051,48 @@
37712
38051
 
37713
38052
  ## 云安全一体化平台(csip) 版本:2022-11-21
37714
38053
 
38054
+ ### 第 40 次发布
38055
+
38056
+ 发布时间:2024-06-20 01:24:58
38057
+
38058
+ 本次发布包含了以下内容:
38059
+
38060
+ 改善已有的文档。
38061
+
38062
+ 修改接口:
38063
+
38064
+ * [CreateDomainAndIp](https://cloud.tencent.com/document/api/664/93274)
38065
+
38066
+ * 新增入参:MemberId
38067
+
38068
+ * [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
38069
+
38070
+ * 新增入参:FinishWebHook
38071
+
38072
+ * [DeleteDomainAndIp](https://cloud.tencent.com/document/api/664/98743)
38073
+
38074
+ * 新增入参:MemberId
38075
+
38076
+ * [ModifyRiskCenterScanTask](https://cloud.tencent.com/document/api/664/103117)
38077
+
38078
+ * 新增入参:FinishWebHook
38079
+
38080
+
38081
+ 修改数据结构:
38082
+
38083
+ * [AssetViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#AssetViewVULRiskData)
38084
+
38085
+ * 新增成员:TvdID, IsOneClick
38086
+
38087
+ * [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
38088
+
38089
+ * 新增成员:RealAppid, CloudType
38090
+
38091
+ * [VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData)
38092
+
38093
+ * 新增成员:TvdID, IsOneClick
38094
+
38095
+
37715
38096
  ### 第 39 次发布
37716
38097
 
37717
38098
  发布时间:2024-06-19 01:24:50
@@ -37722,15 +38103,15 @@
37722
38103
 
37723
38104
  新增接口:
37724
38105
 
37725
- * [[DescribeVULRiskDetail](https://cloud.tencent.com/document/api/664/107483)](https://cloud.tencent.com/document/api/#/#)
37726
- * [[DescribeVulViewVulRiskList](https://cloud.tencent.com/document/api/664/107482)](https://cloud.tencent.com/document/api/#/#)
38106
+ * [DescribeVULRiskDetail](https://cloud.tencent.com/document/api/664/107483)
38107
+ * [DescribeVulViewVulRiskList](https://cloud.tencent.com/document/api/664/107482)
37727
38108
 
37728
38109
  新增数据结构:
37729
38110
 
37730
- * [[VULRiskInfo](https://cloud.tencent.com/document/api/664/90825#VULRiskInfo)](https://cloud.tencent.com/document/api/664/90825#[VULRiskInfo](https://cloud.tencent.com/document/api/664/90825#VULRiskInfo))
37731
- * [[VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData)](https://cloud.tencent.com/document/api/664/90825#[VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData))
37732
- * [[VulImpactComponentInfo](https://cloud.tencent.com/document/api/664/90825#VulImpactComponentInfo)](https://cloud.tencent.com/document/api/664/90825#[VulImpactComponentInfo](https://cloud.tencent.com/document/api/664/90825#VulImpactComponentInfo))
37733
- * [[VulTrend](https://cloud.tencent.com/document/api/664/90825#VulTrend)](https://cloud.tencent.com/document/api/664/90825#[VulTrend](https://cloud.tencent.com/document/api/664/90825#VulTrend))
38111
+ * [VULRiskInfo](https://cloud.tencent.com/document/api/664/90825#VULRiskInfo)
38112
+ * [VULViewVULRiskData](https://cloud.tencent.com/document/api/664/90825#VULViewVULRiskData)
38113
+ * [VulImpactComponentInfo](https://cloud.tencent.com/document/api/664/90825#VulImpactComponentInfo)
38114
+ * [VulTrend](https://cloud.tencent.com/document/api/664/90825#VulTrend)
37734
38115
 
37735
38116
  ### 第 38 次发布
37736
38117
 
@@ -44616,6 +44997,45 @@
44616
44997
 
44617
44998
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
44618
44999
 
45000
+ ### 第 94 次发布
45001
+
45002
+ 发布时间:2024-06-21 01:30:05
45003
+
45004
+ 本次发布包含了以下内容:
45005
+
45006
+ 改善已有的文档。
45007
+
45008
+ 新增接口:
45009
+
45010
+ * [[RenewClusters](https://cloud.tencent.com/document/api/1003/107548)](https://cloud.tencent.com/document/api/#/#)
45011
+
45012
+ ### 第 93 次发布
45013
+
45014
+ 发布时间:2024-06-20 01:30:19
45015
+
45016
+ 本次发布包含了以下内容:
45017
+
45018
+ 改善已有的文档。
45019
+
45020
+ 新增数据结构:
45021
+
45022
+ * [ExchangeInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#ExchangeInstanceInfo)
45023
+ * [ExchangeRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#ExchangeRoGroupInfo)
45024
+ * [RollbackInstanceInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackInstanceInfo)
45025
+ * [RollbackProcessInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackProcessInfo)
45026
+ * [RollbackRoGroupInfo](https://cloud.tencent.com/document/api/1003/48097#RollbackRoGroupInfo)
45027
+
45028
+ 修改数据结构:
45029
+
45030
+ * [BizTaskInfo](https://cloud.tencent.com/document/api/1003/48097#BizTaskInfo)
45031
+
45032
+ * 新增成员:Region, InstanceCLSDeliveryInfos
45033
+
45034
+ * [RollbackData](https://cloud.tencent.com/document/api/1003/48097#RollbackData)
45035
+
45036
+ * 新增成员:RollbackProcess
45037
+
45038
+
44619
45039
  ### 第 92 次发布
44620
45040
 
44621
45041
  发布时间:2024-06-18 01:30:07
@@ -50621,6 +51041,41 @@
50621
51041
 
50622
51042
  ## 数据湖计算 DLC(dlc) 版本:2021-01-25
50623
51043
 
51044
+ ### 第 94 次发布
51045
+
51046
+ 发布时间:2024-06-21 01:33:48
51047
+
51048
+ 本次发布包含了以下内容:
51049
+
51050
+ 改善已有的文档。
51051
+
51052
+ 新增接口:
51053
+
51054
+ * [[DescribeSparkSessionBatchSQLCost](https://cloud.tencent.com/document/api/1342/107549)](https://cloud.tencent.com/document/api/#/#)
51055
+
51056
+ 修改接口:
51057
+
51058
+ * [DescribeTasksOverview](https://cloud.tencent.com/document/api/1342/107503)
51059
+
51060
+ * 新增入参:StartTime, EndTime, Filters, DataEngineName
51061
+
51062
+
51063
+ 新增数据结构:
51064
+
51065
+ * [[BatchSQLCostInfo](https://cloud.tencent.com/document/api/1342/53778#BatchSQLCostInfo)](https://cloud.tencent.com/document/api/1342/53778#[BatchSQLCostInfo](https://cloud.tencent.com/document/api/1342/53778#BatchSQLCostInfo))
51066
+
51067
+ ### 第 93 次发布
51068
+
51069
+ 发布时间:2024-06-20 01:34:00
51070
+
51071
+ 本次发布包含了以下内容:
51072
+
51073
+ 改善已有的文档。
51074
+
51075
+ 新增接口:
51076
+
51077
+ * [DescribeTasksOverview](https://cloud.tencent.com/document/api/1342/107503)
51078
+
50624
51079
  ### 第 92 次发布
50625
51080
 
50626
51081
  发布时间:2024-06-07 01:39:09
@@ -54871,6 +55326,22 @@
54871
55326
 
54872
55327
  ## 数据传输服务(dts) 版本:2018-03-30
54873
55328
 
55329
+ ### 第 22 次发布
55330
+
55331
+ 发布时间:2024-06-21 01:37:37
55332
+
55333
+ 本次发布包含了以下内容:
55334
+
55335
+ 改善已有的文档。
55336
+
55337
+ <font color="#dd0000">**删除接口**:</font>
55338
+
55339
+ * DescribeRegionConf
55340
+
55341
+ <font color="#dd0000">**删除数据结构**:</font>
55342
+
55343
+ * SubscribeRegionConf
55344
+
54874
55345
  ### 第 21 次发布
54875
55346
 
54876
55347
  发布时间:2024-06-13 01:40:12
@@ -61776,6 +62247,19 @@
61776
62247
 
61777
62248
  ## 腾讯电子签企业版(ess) 版本:2020-11-11
61778
62249
 
62250
+ ### 第 175 次发布
62251
+
62252
+ 发布时间:2024-06-21 01:41:37
62253
+
62254
+ 本次发布包含了以下内容:
62255
+
62256
+ 改善已有的文档。
62257
+
62258
+ 新增接口:
62259
+
62260
+ * [[CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1323/107550)](https://cloud.tencent.com/document/api/#/#)
62261
+ * [[CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1323/107551)](https://cloud.tencent.com/document/api/#/#)
62262
+
61779
62263
  ### 第 174 次发布
61780
62264
 
61781
62265
  发布时间:2024-06-04 01:41:39
@@ -65132,6 +65616,19 @@
65132
65616
 
65133
65617
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
65134
65618
 
65619
+ ### 第 171 次发布
65620
+
65621
+ 发布时间:2024-06-21 01:42:38
65622
+
65623
+ 本次发布包含了以下内容:
65624
+
65625
+ 改善已有的文档。
65626
+
65627
+ 新增接口:
65628
+
65629
+ * [[CreateFlowBlockchainEvidenceUrl](https://cloud.tencent.com/document/api/1420/107553)](https://cloud.tencent.com/document/api/#/#)
65630
+ * [[CreateLegalSealQrCode](https://cloud.tencent.com/document/api/1420/107552)](https://cloud.tencent.com/document/api/#/#)
65631
+
65135
65632
  ### 第 170 次发布
65136
65633
 
65137
65634
  发布时间:2024-06-17 01:42:30
@@ -74880,6 +75377,37 @@
74880
75377
 
74881
75378
  ## 物联网边缘计算平台(iecp) 版本:2021-09-14
74882
75379
 
75380
+ ### 第 8 次发布
75381
+
75382
+ 发布时间:2024-06-20 01:46:44
75383
+
75384
+ 本次发布包含了以下内容:
75385
+
75386
+ 改善已有的文档。
75387
+
75388
+ <font color="#dd0000">**预下线接口**:</font>
75389
+
75390
+ * ApplyMarketComponent
75391
+ * CreateApplicationVisualization
75392
+ * CreateEdgeUnitApplicationVisualization
75393
+ * CreateEdgeUnitApplicationYaml
75394
+ * DeleteApplications
75395
+ * DeleteEdgeUnitApplications
75396
+ * DescribeApplicationVisualization
75397
+ * DescribeApplicationYaml
75398
+ * DescribeApplicationYamlError
75399
+ * DescribeApplications
75400
+ * DescribeEdgeUnitApplicationEvents
75401
+ * DescribeEdgeUnitApplicationLogs
75402
+ * DescribeEdgeUnitApplicationPodContainers
75403
+ * DescribeEdgeUnitApplicationPods
75404
+ * DescribeEdgeUnitApplicationVisualization
75405
+ * DescribeEdgeUnitApplicationYaml
75406
+ * DescribeEdgeUnitApplicationYamlError
75407
+ * DescribeEdgeUnitCloud
75408
+ * ModifyApplicationBasicInfo
75409
+ * ModifyApplicationVisualization
75410
+
74883
75411
  ### 第 7 次发布
74884
75412
 
74885
75413
  发布时间:2022-04-08 06:08:23
@@ -86770,6 +87298,30 @@
86770
87298
 
86771
87299
  ## 大模型知识引擎(lke) 版本:2023-11-30
86772
87300
 
87301
+ ### 第 7 次发布
87302
+
87303
+ 发布时间:2024-06-20 01:56:34
87304
+
87305
+ 本次发布包含了以下内容:
87306
+
87307
+ 改善已有的文档。
87308
+
87309
+ 新增接口:
87310
+
87311
+ * [CreateReconstructDocumentFlow](https://cloud.tencent.com/document/api/1759/107506)
87312
+ * [GetReconstructDocumentResult](https://cloud.tencent.com/document/api/1759/107505)
87313
+ * [ReconstructDocument](https://cloud.tencent.com/document/api/1759/107504)
87314
+
87315
+ 新增数据结构:
87316
+
87317
+ * [Coord](https://cloud.tencent.com/document/api/1759/105104#Coord)
87318
+ * [CreateReconstructDocumentFlowConfig](https://cloud.tencent.com/document/api/1759/105104#CreateReconstructDocumentFlowConfig)
87319
+ * [DocumentElement](https://cloud.tencent.com/document/api/1759/105104#DocumentElement)
87320
+ * [DocumentRecognizeInfo](https://cloud.tencent.com/document/api/1759/105104#DocumentRecognizeInfo)
87321
+ * [Polygon](https://cloud.tencent.com/document/api/1759/105104#Polygon)
87322
+ * [ReconstructDocumentConfig](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentConfig)
87323
+ * [ReconstructDocumentFailedPage](https://cloud.tencent.com/document/api/1759/105104#ReconstructDocumentFailedPage)
87324
+
86773
87325
  ### 第 6 次发布
86774
87326
 
86775
87327
  发布时间:2024-05-13 01:22:27
@@ -89203,6 +89755,22 @@
89203
89755
 
89204
89756
  ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
89205
89757
 
89758
+ ### 第 41 次发布
89759
+
89760
+ 发布时间:2024-06-21 01:58:00
89761
+
89762
+ 本次发布包含了以下内容:
89763
+
89764
+ 改善已有的文档。
89765
+
89766
+ 新增接口:
89767
+
89768
+ * [[ModifyInstanceParams](https://cloud.tencent.com/document/api/240/107557)](https://cloud.tencent.com/document/api/#/#)
89769
+
89770
+ 新增数据结构:
89771
+
89772
+ * [[ModifyMongoDBParamType](https://cloud.tencent.com/document/api/240/38576#ModifyMongoDBParamType)](https://cloud.tencent.com/document/api/240/38576#[ModifyMongoDBParamType](https://cloud.tencent.com/document/api/240/38576#ModifyMongoDBParamType))
89773
+
89206
89774
  ### 第 40 次发布
89207
89775
 
89208
89776
  发布时间:2024-06-18 01:57:52
@@ -89886,6 +90454,21 @@
89886
90454
 
89887
90455
  ## 腾讯云可观测平台(monitor) 版本:2018-07-24
89888
90456
 
90457
+ ### 第 117 次发布
90458
+
90459
+ 发布时间:2024-06-20 01:58:59
90460
+
90461
+ 本次发布包含了以下内容:
90462
+
90463
+ 改善已有的文档。
90464
+
90465
+ 修改接口:
90466
+
90467
+ * [DeleteAlarmPolicy](https://cloud.tencent.com/document/api/248/51285)
90468
+
90469
+ * 新增入参:PromInsIds
90470
+
90471
+
89889
90472
  ### 第 116 次发布
89890
90473
 
89891
90474
  发布时间:2024-06-14 02:13:11
@@ -92295,6 +92878,40 @@
92295
92878
 
92296
92879
  ## 媒体处理(mps) 版本:2019-06-12
92297
92880
 
92881
+ ### 第 86 次发布
92882
+
92883
+ 发布时间:2024-06-21 01:59:51
92884
+
92885
+ 本次发布包含了以下内容:
92886
+
92887
+ 改善已有的文档。
92888
+
92889
+ 修改接口:
92890
+
92891
+ * [CreateAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45749)
92892
+
92893
+ * 新增入参:SegmentType
92894
+
92895
+ * [ModifyAdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/45746)
92896
+
92897
+ * 新增入参:SegmentType
92898
+
92899
+
92900
+ 修改数据结构:
92901
+
92902
+ * [AdaptiveDynamicStreamingTemplate](https://cloud.tencent.com/document/api/862/37615#AdaptiveDynamicStreamingTemplate)
92903
+
92904
+ * 新增成员:SegmentType
92905
+
92906
+ * [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
92907
+
92908
+ * 新增成员:SegmentType
92909
+
92910
+ * [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
92911
+
92912
+ * 新增成员:SegmentType
92913
+
92914
+
92298
92915
  ### 第 85 次发布
92299
92916
 
92300
92917
  发布时间:2024-06-14 02:15:02
@@ -98109,6 +98726,27 @@
98109
98726
 
98110
98727
  ## 文字识别(ocr) 版本:2018-11-19
98111
98728
 
98729
+ ### 第 138 次发布
98730
+
98731
+ 发布时间:2024-06-21 02:02:31
98732
+
98733
+ 本次发布包含了以下内容:
98734
+
98735
+ 改善已有的文档。
98736
+
98737
+ 修改接口:
98738
+
98739
+ * [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
98740
+
98741
+ * 新增出参:FinancialBill
98742
+
98743
+
98744
+ 新增数据结构:
98745
+
98746
+ * [[FinancialBill](https://cloud.tencent.com/document/api/866/33527#FinancialBill)](https://cloud.tencent.com/document/api/866/33527#[FinancialBill](https://cloud.tencent.com/document/api/866/33527#FinancialBill))
98747
+ * [[FinancialBillItem](https://cloud.tencent.com/document/api/866/33527#FinancialBillItem)](https://cloud.tencent.com/document/api/866/33527#[FinancialBillItem](https://cloud.tencent.com/document/api/866/33527#FinancialBillItem))
98748
+ * [[FinancialBillItemDetails](https://cloud.tencent.com/document/api/866/33527#FinancialBillItemDetails)](https://cloud.tencent.com/document/api/866/33527#[FinancialBillItemDetails](https://cloud.tencent.com/document/api/866/33527#FinancialBillItemDetails))
98749
+
98112
98750
  ### 第 137 次发布
98113
98751
 
98114
98752
  发布时间:2024-05-28 01:59:27
@@ -101163,6 +101801,19 @@
101163
101801
 
101164
101802
  ## 集团账号管理(organization) 版本:2021-03-31
101165
101803
 
101804
+ ### 第 33 次发布
101805
+
101806
+ 发布时间:2024-06-21 02:03:56
101807
+
101808
+ 本次发布包含了以下内容:
101809
+
101810
+ 改善已有的文档。
101811
+
101812
+ 新增接口:
101813
+
101814
+ * [[AcceptJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107559)](https://cloud.tencent.com/document/api/#/#)
101815
+ * [[RejectJoinShareUnitInvitation](https://cloud.tencent.com/document/api/850/107558)](https://cloud.tencent.com/document/api/#/#)
101816
+
101166
101817
  ### 第 32 次发布
101167
101818
 
101168
101819
  发布时间:2024-06-14 02:20:06
@@ -121518,6 +122169,25 @@
121518
122169
 
121519
122170
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
121520
122171
 
122172
+ ### 第 114 次发布
122173
+
122174
+ 发布时间:2024-06-20 15:41:09
122175
+
122176
+ 本次发布包含了以下内容:
122177
+
122178
+ 改善已有的文档。
122179
+
122180
+ 新增接口:
122181
+
122182
+ * [CreateRocketMQEnvironmentRole](https://cloud.tencent.com/document/api/1179/107539)
122183
+ * [CreateRocketMQRole](https://cloud.tencent.com/document/api/1179/107538)
122184
+ * [DeleteRocketMQEnvironmentRoles](https://cloud.tencent.com/document/api/1179/107537)
122185
+ * [DeleteRocketMQRoles](https://cloud.tencent.com/document/api/1179/107536)
122186
+ * [DescribeRocketMQEnvironmentRoles](https://cloud.tencent.com/document/api/1179/107535)
122187
+ * [DescribeRocketMQRoles](https://cloud.tencent.com/document/api/1179/107534)
122188
+ * [ModifyRocketMQEnvironmentRole](https://cloud.tencent.com/document/api/1179/107533)
122189
+ * [ModifyRocketMQRole](https://cloud.tencent.com/document/api/1179/107532)
122190
+
121521
122191
  ### 第 113 次发布
121522
122192
 
121523
122193
  发布时间:2024-06-17 02:17:28
@@ -132934,6 +133604,36 @@
132934
133604
 
132935
133605
  ## 容器服务(tke) 版本:2018-05-25
132936
133606
 
133607
+ ### 第 173 次发布
133608
+
133609
+ 发布时间:2024-06-20 02:22:36
133610
+
133611
+ 本次发布包含了以下内容:
133612
+
133613
+ 改善已有的文档。
133614
+
133615
+ 新增接口:
133616
+
133617
+ * [DescribePodChargeInfo](https://cloud.tencent.com/document/api/457/107507)
133618
+
133619
+ 修改接口:
133620
+
133621
+ * [DescribeIPAMD](https://cloud.tencent.com/document/api/457/101765)
133622
+
133623
+ * 新增出参:EnableTrunkingENI
133624
+
133625
+
133626
+ 新增数据结构:
133627
+
133628
+ * [PodChargeInfo](https://cloud.tencent.com/document/api/457/31866#PodChargeInfo)
133629
+
133630
+ 修改数据结构:
133631
+
133632
+ * [ContainerState](https://cloud.tencent.com/document/api/457/31866#ContainerState)
133633
+
133634
+ * <font color="#dd0000">**修改成员**:</font>StartTime, State, FinishTime, ExitCode, Reason, Message, RestartCount
133635
+
133636
+
132937
133637
  ### 第 172 次发布
132938
133638
 
132939
133639
  发布时间:2024-06-17 02:22:05
@@ -138114,6 +138814,21 @@
138114
138814
 
138115
138815
  ## 远程实时操控(trro) 版本:2022-03-25
138116
138816
 
138817
+ ### 第 5 次发布
138818
+
138819
+ 发布时间:2024-06-21 02:25:01
138820
+
138821
+ 本次发布包含了以下内容:
138822
+
138823
+ 改善已有的文档。
138824
+
138825
+ 修改接口:
138826
+
138827
+ * [DescribeProjectInfo](https://cloud.tencent.com/document/api/1584/89810)
138828
+
138829
+ * <font color="#dd0000">**修改入参**:</font>ProjectId
138830
+
138831
+
138117
138832
  ### 第 4 次发布
138118
138833
 
138119
138834
  发布时间:2024-01-31 01:25:41
@@ -139650,6 +140365,21 @@
139650
140365
 
139651
140366
  ## 微服务引擎(tse) 版本:2020-12-07
139652
140367
 
140368
+ ### 第 72 次发布
140369
+
140370
+ 发布时间:2024-06-20 02:26:25
140371
+
140372
+ 本次发布包含了以下内容:
140373
+
140374
+ 改善已有的文档。
140375
+
140376
+ 修改数据结构:
140377
+
140378
+ * [UpstreamHealthCheckConfig](https://cloud.tencent.com/document/api/1364/54942#UpstreamHealthCheckConfig)
140379
+
140380
+ * 新增成员:ZeroWeightHeathCheck
140381
+
140382
+
139653
140383
  ### 第 71 次发布
139654
140384
 
139655
140385
  发布时间:2024-06-18 02:25:40
@@ -141145,6 +141875,33 @@
141145
141875
 
141146
141876
  ## 微服务平台 TSF(tsf) 版本:2018-03-26
141147
141877
 
141878
+ ### 第 110 次发布
141879
+
141880
+ 发布时间:2024-06-21 02:26:46
141881
+
141882
+ 本次发布包含了以下内容:
141883
+
141884
+ 改善已有的文档。
141885
+
141886
+ 修改数据结构:
141887
+
141888
+ * [MsInstance](https://cloud.tencent.com/document/api/649/36099#MsInstance)
141889
+
141890
+ * 新增成员:MetaJson
141891
+
141892
+
141893
+ ### 第 109 次发布
141894
+
141895
+ 发布时间:2024-06-20 02:27:26
141896
+
141897
+ 本次发布包含了以下内容:
141898
+
141899
+ 改善已有的文档。
141900
+
141901
+ <font color="#dd0000">**预下线接口**:</font>
141902
+
141903
+ * DescribeApplicationBusinessLogConfig
141904
+
141148
141905
  ### 第 108 次发布
141149
141906
 
141150
141907
  发布时间:2024-06-18 02:26:44
@@ -154029,6 +154786,27 @@
154029
154786
 
154030
154787
  ## Web 应用防火墙(waf) 版本:2018-01-25
154031
154788
 
154789
+ ### 第 89 次发布
154790
+
154791
+ 发布时间:2024-06-20 02:34:10
154792
+
154793
+ 本次发布包含了以下内容:
154794
+
154795
+ 改善已有的文档。
154796
+
154797
+ 修改接口:
154798
+
154799
+ * [DescribeAccessFastAnalysis](https://cloud.tencent.com/document/api/627/60014)
154800
+
154801
+ * <font color="#dd0000">**修改入参**:</font>TopicId
154802
+
154803
+ * 新增出参:FieldValueRatioInfos, TotalCount
154804
+
154805
+
154806
+ 新增数据结构:
154807
+
154808
+ * [AccessFieldValueRatioInfo](https://cloud.tencent.com/document/api/627/53609#AccessFieldValueRatioInfo)
154809
+
154032
154810
  ### 第 88 次发布
154033
154811
 
154034
154812
  发布时间:2024-06-17 02:33:30
@@ -156403,6 +157181,28 @@
156403
157181
 
156404
157182
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
156405
157183
 
157184
+ ### 第 97 次发布
157185
+
157186
+ 发布时间:2024-06-20 02:35:45
157187
+
157188
+ 本次发布包含了以下内容:
157189
+
157190
+ 改善已有的文档。
157191
+
157192
+ 修改接口:
157193
+
157194
+ * [DiagnosePro](https://cloud.tencent.com/document/api/1267/105332)
157195
+
157196
+ * <font color="#dd0000">**修改入参**:</font>SearchCondition, ProjectId
157197
+
157198
+
157199
+ 修改数据结构:
157200
+
157201
+ * [TaskAlarmInfo](https://cloud.tencent.com/document/api/1267/76336#TaskAlarmInfo)
157202
+
157203
+ * 新增成员:DingDingWebHooks
157204
+
157205
+
156406
157206
  ### 第 96 次发布
156407
157207
 
156408
157208
  发布时间:2024-06-19 02:35:11
@@ -156413,7 +157213,7 @@
156413
157213
 
156414
157214
  新增接口:
156415
157215
 
156416
- * [[MoveTasksToFolder](https://cloud.tencent.com/document/api/1267/107484)](https://cloud.tencent.com/document/api/#/#)
157216
+ * [MoveTasksToFolder](https://cloud.tencent.com/document/api/1267/107484)
156417
157217
 
156418
157218
  修改数据结构:
156419
157219