tencentcloud-sdk-nodejs 4.0.927 → 4.0.929

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 (149) hide show
  1. package/CHANGELOG.md +738 -0
  2. package/SERVICE_CHANGELOG.md +1081 -115
  3. package/package.json +1 -1
  4. package/products.md +41 -40
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ams/v20201229/ams_models.ts +8 -0
  7. package/src/services/asr/v20190614/asr_client.ts +71 -15
  8. package/src/services/asr/v20190614/asr_models.ts +293 -79
  9. package/src/services/batch/v20170312/batch_models.ts +1 -1
  10. package/src/services/bi/v20220105/bi_models.ts +5 -0
  11. package/src/services/cdb/v20170320/cdb_client.ts +27 -3
  12. package/src/services/cdb/v20170320/cdb_models.ts +97 -33
  13. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +29 -2
  14. package/src/services/cfg/v20210820/cfg_client.ts +1 -0
  15. package/src/services/cfg/v20210820/cfg_models.ts +66 -6
  16. package/src/services/cfw/v20190904/cfw_client.ts +14 -2
  17. package/src/services/cfw/v20190904/cfw_models.ts +213 -189
  18. package/src/services/ckafka/v20190819/ckafka_client.ts +1 -1
  19. package/src/services/ckafka/v20190819/ckafka_models.ts +19 -7
  20. package/src/services/clb/v20180317/clb_models.ts +27 -2
  21. package/src/services/controlcenter/index.ts +5 -0
  22. package/src/services/controlcenter/v20230110/controlcenter_client.ts +44 -0
  23. package/src/services/controlcenter/v20230110/controlcenter_models.ts +56 -0
  24. package/src/services/controlcenter/v20230110/index.ts +6 -0
  25. package/src/services/cvm/v20170312/cvm_models.ts +22 -20
  26. package/src/services/cwp/v20180228/cwp_models.ts +3 -14
  27. package/src/services/cynosdb/v20190107/cynosdb_client.ts +30 -6
  28. package/src/services/cynosdb/v20190107/cynosdb_models.ts +126 -6
  29. package/src/services/dasb/v20191018/dasb_models.ts +10 -1
  30. package/src/services/dc/v20180410/dc_client.ts +4 -5
  31. package/src/services/dc/v20180410/dc_models.ts +68 -50
  32. package/src/services/dcdb/v20180411/dcdb_client.ts +13 -1
  33. package/src/services/dcdb/v20180411/dcdb_models.ts +34 -6
  34. package/src/services/emr/v20190103/emr_client.ts +14 -1
  35. package/src/services/emr/v20190103/emr_models.ts +109 -81
  36. package/src/services/es/v20180416/es_client.ts +13 -1
  37. package/src/services/es/v20180416/es_models.ts +53 -21
  38. package/src/services/essbasic/v20210526/essbasic_models.ts +8 -12
  39. package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
  40. package/src/services/ims/v20201229/ims_client.ts +2 -2
  41. package/src/services/index.ts +1 -0
  42. package/src/services/iss/v20230517/iss_models.ts +12 -0
  43. package/src/services/lke/v20231130/lke_client.ts +2 -0
  44. package/src/services/lke/v20231130/lke_models.ts +68 -2
  45. package/src/services/mariadb/v20170312/mariadb_client.ts +20 -8
  46. package/src/services/mariadb/v20170312/mariadb_models.ts +69 -41
  47. package/src/services/oceanus/v20190422/oceanus_models.ts +5 -0
  48. package/src/services/ocr/v20181119/ocr_client.ts +13 -7
  49. package/src/services/ocr/v20181119/ocr_models.ts +1 -2
  50. package/src/services/redis/v20180412/redis_models.ts +8 -8
  51. package/src/services/scf/v20180416/scf_models.ts +7 -8
  52. package/src/services/ses/v20201002/ses_models.ts +76 -11
  53. package/src/services/sms/v20190711/sms_client.ts +32 -64
  54. package/src/services/sms/v20190711/sms_models.ts +27 -28
  55. package/src/services/ssl/v20191205/ssl_models.ts +3 -3
  56. package/src/services/tdmq/v20200217/tdmq_client.ts +1 -0
  57. package/src/services/tdmq/v20200217/tdmq_models.ts +88 -47
  58. package/src/services/tke/v20180525/tke_models.ts +4 -0
  59. package/src/services/tmt/v20180321/tmt_models.ts +1 -1
  60. package/src/services/trocket/v20230308/trocket_models.ts +20 -0
  61. package/src/services/vpc/v20170312/vpc_models.ts +8 -0
  62. package/src/services/wedata/v20210820/wedata_client.ts +16 -3
  63. package/src/services/wedata/v20210820/wedata_models.ts +164 -79
  64. package/tencentcloud/common/sdk_version.d.ts +1 -1
  65. package/tencentcloud/common/sdk_version.js +1 -1
  66. package/tencentcloud/services/ams/v20201229/ams_models.d.ts +8 -0
  67. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +23 -3
  68. package/tencentcloud/services/asr/v20190614/asr_client.js +31 -3
  69. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +281 -79
  70. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +1 -1
  71. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +5 -0
  72. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +9 -1
  73. package/tencentcloud/services/cdb/v20170320/cdb_client.js +12 -0
  74. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +92 -32
  75. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +29 -2
  76. package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +65 -6
  77. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
  78. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
  79. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +211 -189
  80. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +1 -1
  81. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +1 -1
  82. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +19 -7
  83. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +27 -2
  84. package/tencentcloud/services/controlcenter/index.d.ts +6 -0
  85. package/tencentcloud/services/controlcenter/index.js +7 -0
  86. package/tencentcloud/services/controlcenter/v20230110/controlcenter_client.d.ts +14 -0
  87. package/tencentcloud/services/controlcenter/v20230110/controlcenter_client.js +37 -0
  88. package/tencentcloud/services/controlcenter/v20230110/controlcenter_models.d.ts +37 -0
  89. package/tencentcloud/services/controlcenter/v20230110/controlcenter_models.js +18 -0
  90. package/tencentcloud/services/controlcenter/v20230110/index.d.ts +6 -0
  91. package/tencentcloud/services/controlcenter/v20230110/index.js +9 -0
  92. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +22 -20
  93. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +3 -14
  94. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +11 -3
  95. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +15 -3
  96. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +122 -6
  97. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +10 -1
  98. package/tencentcloud/services/dc/v20180410/dc_client.d.ts +3 -4
  99. package/tencentcloud/services/dc/v20180410/dc_client.js +3 -4
  100. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +68 -50
  101. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  102. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  103. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +32 -6
  104. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +6 -1
  105. package/tencentcloud/services/emr/v20190103/emr_client.js +7 -0
  106. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +107 -81
  107. package/tencentcloud/services/es/v20180416/es_client.d.ts +5 -1
  108. package/tencentcloud/services/es/v20180416/es_client.js +6 -0
  109. package/tencentcloud/services/es/v20180416/es_models.d.ts +51 -21
  110. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -12
  111. package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
  112. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +2 -2
  113. package/tencentcloud/services/ims/v20201229/ims_client.js +2 -2
  114. package/tencentcloud/services/index.d.ts +1 -0
  115. package/tencentcloud/services/index.js +2 -0
  116. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +12 -0
  117. package/tencentcloud/services/lke/v20231130/lke_models.d.ts +66 -2
  118. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +7 -3
  119. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +9 -3
  120. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +67 -41
  121. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +5 -0
  122. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +8 -2
  123. package/tencentcloud/services/ocr/v20181119/ocr_client.js +8 -2
  124. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -2
  125. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +8 -8
  126. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +7 -8
  127. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +76 -11
  128. package/tencentcloud/services/sms/v20190711/sms_client.d.ts +28 -60
  129. package/tencentcloud/services/sms/v20190711/sms_client.js +28 -60
  130. package/tencentcloud/services/sms/v20190711/sms_models.d.ts +27 -28
  131. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
  132. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +87 -47
  133. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
  134. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +1 -1
  135. package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +20 -0
  136. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +8 -0
  137. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +5 -1
  138. package/tencentcloud/services/wedata/v20210820/wedata_client.js +6 -0
  139. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +161 -79
  140. package/test/asr.v20190614.test.js +42 -2
  141. package/test/cdb.v20170320.test.js +20 -0
  142. package/test/cfw.v20190904.test.js +10 -0
  143. package/test/controlcenter.v20230110.test.js +31 -0
  144. package/test/cynosdb.v20190107.test.js +22 -2
  145. package/test/dcdb.v20180411.test.js +10 -0
  146. package/test/emr.v20190103.test.js +10 -0
  147. package/test/es.v20180416.test.js +10 -0
  148. package/test/mariadb.v20170312.test.js +12 -2
  149. package/test/wedata.v20210820.test.js +10 -0
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云数据库 MySQL(cdb) 版本:2017-03-20
3
+ ## 音频内容安全(ams) 版本:2020-12-29
4
4
 
5
- ### 第 164 次发布
5
+ ### 第 12 次发布
6
6
 
7
- 发布时间:2024-08-28 01:13:03
7
+ 发布时间:2024-09-03 01:07:31
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,29 +12,92 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [DescribeDBInstances](https://cloud.tencent.com/document/api/236/15872)
15
+ * [CreateAudioModerationSyncTask](https://cloud.tencent.com/document/api/1219/56755)
16
+
17
+ * 新增出参:HitFlag, Score
18
+
19
+
20
+
21
+
22
+ ## 音频内容安全(ams) 版本:2020-06-08
23
+
16
24
 
17
- * 新增入参:QueryClusterInfo
18
25
 
26
+ ## 语音识别(asr) 版本:2019-06-14
27
+
28
+ ### 第 39 次发布
29
+
30
+ 发布时间:2024-09-02 01:09:58
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 新增接口:
37
+
38
+ * [CreateAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110576)
39
+ * [DeleteAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110575)
40
+ * [GetAsrKeyWordLibList](https://cloud.tencent.com/document/api/1093/110574)
41
+ * [UpdateAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110573)
19
42
 
20
43
  新增数据结构:
21
44
 
22
- * [ClusterInfo](https://cloud.tencent.com/document/api/236/15878#ClusterInfo)
45
+ * [KeyWordLib](https://cloud.tencent.com/document/api/1093/37824#KeyWordLib)
46
+ * [KeyWordLibIdData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibIdData)
47
+ * [KeyWordLibListData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibListData)
48
+
49
+ ### 第 38 次发布
50
+
51
+ 发布时间:2024-08-30 01:05:12
52
+
53
+ 本次发布包含了以下内容:
54
+
55
+ 改善已有的文档。
56
+
57
+ 修改接口:
58
+
59
+ * [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
60
+
61
+ * 新增入参:KeyWordLibIdList
62
+
63
+
64
+ 新增数据结构:
65
+
66
+ * [KeyWordResult](https://cloud.tencent.com/document/api/1093/37824#KeyWordResult)
23
67
 
24
68
  修改数据结构:
25
69
 
26
- * [InstanceInfo](https://cloud.tencent.com/document/api/236/15878#InstanceInfo)
70
+ * [SentenceDetail](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)
27
71
 
28
- * 新增成员:ClusterInfo
72
+ * 新增成员:KeyWordResults
73
+
74
+
75
+
76
+
77
+ ## 商业智能分析 BI(bi) 版本:2022-01-05
78
+
79
+ ### 第 13 次发布
80
+
81
+ 发布时间:2024-08-30 01:06:02
82
+
83
+ 本次发布包含了以下内容:
84
+
85
+ 改善已有的文档。
86
+
87
+ 修改数据结构:
88
+
89
+ * [DatasourceInfo](https://cloud.tencent.com/document/api/590/73726#DatasourceInfo)
90
+
91
+ * 新增成员:DbTypeName
29
92
 
30
93
 
31
94
 
32
95
 
33
96
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
34
97
 
35
- ### 第 23 次发布
98
+ ### 第 24 次发布
36
99
 
37
- 发布时间:2024-08-28 01:16:40
100
+ 发布时间:2024-09-02 01:18:49
38
101
 
39
102
  本次发布包含了以下内容:
40
103
 
@@ -44,16 +107,18 @@
44
107
 
45
108
  * [DescribeSqlApis](https://cloud.tencent.com/document/api/1387/109441)
46
109
 
47
- * 新增入参:DatabaseName, TableName
110
+ * 新增入参:InstanceId, ApiType, UserName
48
111
 
112
+ * 新增出参:ReturnData, ErrorMsg
49
113
 
50
114
 
51
115
 
52
- ## 负载均衡(clb) 版本:2018-03-17
53
116
 
54
- ### 107 次发布
117
+ ## 混沌演练平台(cfg) 版本:2021-08-20
55
118
 
56
- 发布时间:2024-08-28 01:20:56
119
+ ### 第 18 次发布
120
+
121
+ 发布时间:2024-09-03 01:21:59
57
122
 
58
123
  本次发布包含了以下内容:
59
124
 
@@ -61,29 +126,53 @@
61
126
 
62
127
  修改接口:
63
128
 
64
- * [ModifyRule](https://cloud.tencent.com/document/api/214/30679)
129
+ * [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775)
65
130
 
66
- * 新增入参:OAuth
131
+ * 新增入参:Issue
67
132
 
68
133
 
69
134
  新增数据结构:
70
135
 
71
- * [OAuth](https://cloud.tencent.com/document/api/214/30694#OAuth)
136
+ * [TaskOrg](https://cloud.tencent.com/document/api/1500/71784#TaskOrg)
72
137
 
73
138
  修改数据结构:
74
139
 
75
- * [RuleOutput](https://cloud.tencent.com/document/api/214/30694#RuleOutput)
140
+ * [ObjectType](https://cloud.tencent.com/document/api/1500/71784#ObjectType)
76
141
 
77
- * 新增成员:OAuth
142
+ * 新增成员:ObjectPlatformName, ObjectSupportType
143
+
144
+ * [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
78
145
 
146
+ * 新增成员:TaskPlanStartTime, TaskPlanEndTime, TaskOrg, TaskIssue
79
147
 
148
+ * [TaskReportInfo](https://cloud.tencent.com/document/api/1500/71784#TaskReportInfo)
80
149
 
150
+ * 新增成员:ArchiveStage, ArchiveTime
81
151
 
82
- ## 云安全一体化平台(csip) 版本:2022-11-21
83
152
 
84
- ### 第 44 次发布
85
153
 
86
- 发布时间:2024-08-28 01:24:29
154
+
155
+ ## 云防火墙(cfw) 版本:2019-09-04
156
+
157
+ ### 第 62 次发布
158
+
159
+ 发布时间:2024-09-03 01:22:43
160
+
161
+ 本次发布包含了以下内容:
162
+
163
+ 改善已有的文档。
164
+
165
+ 新增接口:
166
+
167
+ * [DeleteRemoteAccessDomain](https://cloud.tencent.com/document/api/1132/110599)
168
+
169
+
170
+
171
+ ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
172
+
173
+ ### 第 107 次发布
174
+
175
+ 发布时间:2024-09-02 01:21:22
87
176
 
88
177
  本次发布包含了以下内容:
89
178
 
@@ -91,37 +180,77 @@
91
180
 
92
181
  修改接口:
93
182
 
94
- * [DescribeCVMAssets](https://cloud.tencent.com/document/api/664/90821)
183
+ * [CreateInstancePost](https://cloud.tencent.com/document/api/597/83553)
95
184
 
96
- * 新增出参:ProtectStatusList
185
+ * 新增入参:Tags
186
+
187
+ * [CreatePostPaidInstance](https://cloud.tencent.com/document/api/597/94259)
188
+
189
+ * 新增入参:Tags
190
+
191
+ * [DeleteRouteTriggerTime](https://cloud.tencent.com/document/api/597/60878)
192
+
193
+ * 新增入参:InstanceId
97
194
 
98
195
 
196
+
197
+
198
+ ## 负载均衡(clb) 版本:2018-03-17
199
+
200
+ ### 第 110 次发布
201
+
202
+ 发布时间:2024-09-03 01:25:28
203
+
204
+ 本次发布包含了以下内容:
205
+
206
+ 改善已有的文档。
207
+
99
208
  修改数据结构:
100
209
 
101
- * [AlertExtraInfo](https://cloud.tencent.com/document/api/664/90825#AlertExtraInfo)
210
+ * [LoadBalancerDetail](https://cloud.tencent.com/document/api/214/30694#LoadBalancerDetail)
102
211
 
103
- * 新增成员:ProcessName, PID, PodName, PodID, Response, SystemCall, Verb, LogID, Different, EventType, Description, TargetAddress, MaliciousRequestDomain, RuleType, RequestURI, RequestUser, RequestObject, ResponseObject, FileType, TIType, SourceIP
212
+ * 新增成员:AttributeFlags, SlaType, Exclusive
104
213
 
105
- * [AlertInfo](https://cloud.tencent.com/document/api/664/90825#AlertInfo)
106
214
 
107
- * 新增成员:LogType, LogSearch
215
+ ### 109 次发布
108
216
 
109
- * [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
217
+ 发布时间:2024-09-02 01:22:20
110
218
 
111
- * 新增成员:ProtectStatus, OfflineTime
219
+ 本次发布包含了以下内容:
112
220
 
113
- * [RoleInfo](https://cloud.tencent.com/document/api/664/90825#RoleInfo)
221
+ 改善已有的文档。
114
222
 
115
- * 新增成员:ContainerName, ContainerID
223
+ 修改接口:
224
+
225
+ * [CreateListener](https://cloud.tencent.com/document/api/214/30693)
226
+
227
+ * 新增入参:FullEndPorts
116
228
 
117
229
 
118
230
 
119
231
 
120
232
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
121
233
 
122
- ### 第 101 次发布
234
+ ### 第 102 次发布
123
235
 
124
- 发布时间:2024-08-28 01:30:54
236
+ 发布时间:2024-09-03 01:35:21
237
+
238
+ 本次发布包含了以下内容:
239
+
240
+ 改善已有的文档。
241
+
242
+ 新增接口:
243
+
244
+ * [DescribeServerlessStrategy](https://cloud.tencent.com/document/api/1003/110601)
245
+ * [ModifyServerlessStrategy](https://cloud.tencent.com/document/api/1003/110600)
246
+
247
+
248
+
249
+ ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
250
+
251
+ ### 第 29 次发布
252
+
253
+ 发布时间:2024-08-30 01:26:40
125
254
 
126
255
  本次发布包含了以下内容:
127
256
 
@@ -129,41 +258,71 @@
129
258
 
130
259
  修改接口:
131
260
 
132
- * [OpenClusterReadOnlyInstanceGroupAccess](https://cloud.tencent.com/document/api/1003/95782)
261
+ * [CreateResource](https://cloud.tencent.com/document/api/1025/100130)
133
262
 
134
- * 新增入参:ClusterId, Port, SecurityGroupIds
263
+ * 新增入参:Trial
135
264
 
136
- * 新增出参:FlowId
137
265
 
138
266
 
139
267
 
268
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
140
269
 
141
- ## 腾讯混元大模型(hunyuan) 版本:2023-09-01
270
+ ### 32 次发布
142
271
 
143
- ### 第 18 次发布
272
+ 发布时间:2024-09-03 01:38:02
144
273
 
145
- 发布时间:2024-08-28 11:17:28
274
+ 本次发布包含了以下内容:
275
+
276
+ 改善已有的文档。
277
+
278
+ 修改数据结构:
279
+
280
+ * [SlowLogInfoItem](https://cloud.tencent.com/document/api/1130/57812#SlowLogInfoItem)
281
+
282
+ * <font color="#dd0000">**修改成员**:</font>Timestamp, SqlText, Database, UserName, UserHost, QueryTime, LockTime, RowsExamined, RowsSent
283
+
284
+
285
+
286
+
287
+ ## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
288
+
289
+
290
+
291
+ ## 专线接入(dc) 版本:2018-04-10
292
+
293
+ ### 第 27 次发布
294
+
295
+ 发布时间:2024-09-02 01:33:14
146
296
 
147
297
  本次发布包含了以下内容:
148
298
 
149
299
  改善已有的文档。
150
300
 
151
- 新增接口:
301
+ 修改接口:
152
302
 
153
- * [QueryHunyuanImageChatJob](https://cloud.tencent.com/document/api/1729/110429)
154
- * [SubmitHunyuanImageChatJob](https://cloud.tencent.com/document/api/1729/110428)
303
+ * [CreateDirectConnect](https://cloud.tencent.com/document/api/216/34829)
155
304
 
156
- 新增数据结构:
305
+ * 新增入参:Tags
157
306
 
158
- * [History](https://cloud.tencent.com/document/api/1729/101838#History)
307
+ * [CreateDirectConnectTunnel](https://cloud.tencent.com/document/api/216/19821)
159
308
 
309
+ * 新增入参:Tags
160
310
 
161
311
 
162
- ## 集团账号管理(organization) 版本:2021-03-31
312
+ 修改数据结构:
163
313
 
164
- ### 第 37 次发布
314
+ * [DirectConnect](https://cloud.tencent.com/document/api/216/18418#DirectConnect)
165
315
 
166
- 发布时间:2024-08-28 02:12:13
316
+ * 新增成员:Construct, AccessPointName
317
+
318
+
319
+
320
+
321
+ ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
322
+
323
+ ### 第 71 次发布
324
+
325
+ 发布时间:2024-09-03 01:39:09
167
326
 
168
327
  本次发布包含了以下内容:
169
328
 
@@ -171,79 +330,135 @@
171
330
 
172
331
  新增接口:
173
332
 
174
- * [SendOrgMemberAccountBindEmail](https://cloud.tencent.com/document/api/850/110373)
333
+ * [DescribeDCDBBinlogTime](https://cloud.tencent.com/document/api/557/110602)
175
334
 
176
335
 
177
336
 
178
- ## 集团账号管理(organization) 版本:2018-12-25
337
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
179
338
 
339
+ ### 第 73 次发布
180
340
 
341
+ 发布时间:2024-08-30 01:34:26
181
342
 
182
- ## 云函数(scf) 版本:2018-04-16
343
+ 本次发布包含了以下内容:
344
+
345
+ 改善已有的文档。
346
+
347
+ 新增接口:
348
+
349
+ * [ModifyAutoRenewFlag](https://cloud.tencent.com/document/api/589/110534)
183
350
 
184
- ### 第 66 次发布
185
351
 
186
- 发布时间:2024-08-28 02:17:22
352
+
353
+ ## Elasticsearch Service(es) 版本:2018-04-16
354
+
355
+ ### 第 67 次发布
356
+
357
+ 发布时间:2024-09-03 01:47:13
187
358
 
188
359
  本次发布包含了以下内容:
189
360
 
190
361
  改善已有的文档。
191
362
 
363
+ 新增接口:
364
+
365
+ * [InstallInstanceModel](https://cloud.tencent.com/document/api/845/110603)
366
+
367
+
368
+
369
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
370
+
371
+ ### 第 181 次发布
372
+
373
+ 发布时间:2024-09-03 01:49:10
374
+
375
+ 本次发布包含了以下内容:
376
+
377
+ 改善已有的文档。
378
+
379
+ 修改接口:
380
+
381
+ * [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
382
+
383
+
192
384
  修改数据结构:
193
385
 
194
- * [LayerVersionInfo](https://cloud.tencent.com/document/api/583/17244#LayerVersionInfo)
386
+ * [AutoSignConfig](https://cloud.tencent.com/document/api/1420/61525#AutoSignConfig)
195
387
 
196
- * 新增成员:Tags
388
+ * [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo)
197
389
 
198
- * <font color="#dd0000">**修改成员**:</font>CompatibleRuntimes, AddTime, Description, LicenseInfo, Status, Stamp
390
+ * [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
199
391
 
200
392
 
201
393
 
202
394
 
203
- ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
395
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
204
396
 
205
- ### 第 121 次发布
206
397
 
207
- 发布时间:2024-08-28 02:30:19
398
+
399
+ ## 智能视图计算平台(iss) 版本:2023-05-17
400
+
401
+ ### 第 18 次发布
402
+
403
+ 发布时间:2024-09-02 01:50:45
208
404
 
209
405
  本次发布包含了以下内容:
210
406
 
211
407
  改善已有的文档。
212
408
 
213
- 修改数据结构:
409
+ 修改接口:
214
410
 
215
- * [PulsarProClusterInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarProClusterInfo)
411
+ * [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
216
412
 
217
- * 新增成员:ExpireTime
413
+ * 新增入参:Expires, IsSupportG711
218
414
 
219
415
 
220
416
 
221
417
 
222
- ## 文本内容安全(tms) 版本:2020-12-29
418
+ ## 大模型知识引擎(lke) 版本:2023-11-30
223
419
 
224
- ### 第 11 次发布
420
+ ### 第 15 次发布
225
421
 
226
- 发布时间:2024-08-27 10:28:06
422
+ 发布时间:2024-08-30 01:50:11
227
423
 
228
424
  本次发布包含了以下内容:
229
425
 
230
426
  改善已有的文档。
231
427
 
232
- <font color="#dd0000">**删除接口**:</font>
428
+ 修改接口:
233
429
 
234
- * AnswerQuestion
430
+ * [CreateQA](https://cloud.tencent.com/document/api/1759/105037)
235
431
 
432
+ * 新增入参:SimilarQuestions
236
433
 
434
+ * [DescribeQA](https://cloud.tencent.com/document/api/1759/105098)
237
435
 
238
- ## 文本内容安全(tms) 版本:2020-07-13
436
+ * 新增出参:SimilarQuestions
239
437
 
438
+ * [ModifyQA](https://cloud.tencent.com/document/api/1759/105025)
240
439
 
440
+ * 新增入参:SimilarQuestionModify
241
441
 
242
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
243
442
 
244
- ### 第 105 次发布
443
+ 新增数据结构:
245
444
 
246
- 发布时间:2024-08-28 02:52:24
445
+ * [SimilarQuestion](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestion)
446
+ * [SimilarQuestionModify](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestionModify)
447
+
448
+ 修改数据结构:
449
+
450
+ * [ListQaItem](https://cloud.tencent.com/document/api/1759/105104#ListQaItem)
451
+
452
+ * 新增成员:ExpireStart, ExpireEnd, AttrRange, AttrLabels, SimilarQuestionNum
453
+
454
+
455
+
456
+
457
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
458
+
459
+ ### 第 64 次发布
460
+
461
+ 发布时间:2024-09-03 02:06:45
247
462
 
248
463
  本次发布包含了以下内容:
249
464
 
@@ -251,36 +466,168 @@
251
466
 
252
467
  新增接口:
253
468
 
254
- * [BatchCreateTaskVersionAsync](https://cloud.tencent.com/document/api/1267/110377)
255
- * [DescribePendingSubmitTaskList](https://cloud.tencent.com/document/api/1267/110376)
256
- * [DescribeWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api/1267/110375)
257
- * [GetCosToken](https://cloud.tencent.com/document/api/1267/110379)
258
- * [JudgeResourceFile](https://cloud.tencent.com/document/api/1267/110378)
259
- * [RenewWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api/1267/110374)
469
+ * [DescribeBinlogTime](https://cloud.tencent.com/document/api/237/110604)
470
+
471
+
472
+
473
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
474
+
475
+ ### 第 61 次发布
476
+
477
+ 发布时间:2024-09-03 02:13:22
478
+
479
+ 本次发布包含了以下内容:
480
+
481
+ 改善已有的文档。
482
+
483
+ 修改数据结构:
484
+
485
+ * [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
486
+
487
+ * 新增成员:MemRatio
488
+
489
+
490
+
491
+
492
+ ## 文字识别(ocr) 版本:2018-11-19
493
+
494
+ ### 第 148 次发布
495
+
496
+ 发布时间:2024-08-30 01:56:46
497
+
498
+ 本次发布包含了以下内容:
499
+
500
+ 改善已有的文档。
501
+
502
+ <font color="#dd0000">**预下线接口**:</font>
503
+
504
+ * CreateAIFormTask
505
+ * GetTaskState
506
+
507
+
508
+
509
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
510
+
511
+ ### 第 123 次发布
512
+
513
+ 发布时间:2024-09-03 02:33:30
514
+
515
+ 本次发布包含了以下内容:
516
+
517
+ 改善已有的文档。
518
+
519
+ 修改数据结构:
520
+
521
+ * [PulsarProClusterSpecInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarProClusterSpecInfo)
522
+
523
+ * 新增成员:MaxPartitions
524
+
525
+
526
+ ### 第 122 次发布
527
+
528
+ 发布时间:2024-08-30 02:12:31
529
+
530
+ 本次发布包含了以下内容:
531
+
532
+ 改善已有的文档。
260
533
 
261
534
  新增数据结构:
262
535
 
263
- * [AiOpsEventListenerDTO](https://cloud.tencent.com/document/api/1267/76336#AiOpsEventListenerDTO)
264
- * [AiopsDLCResourceConfigDto](https://cloud.tencent.com/document/api/1267/76336#AiopsDLCResourceConfigDto)
265
- * [AiopsScriptInfo](https://cloud.tencent.com/document/api/1267/76336#AiopsScriptInfo)
266
- * [AiopsSimpleTaskDto](https://cloud.tencent.com/document/api/1267/76336#AiopsSimpleTaskDto)
267
- * [BatchResultDs](https://cloud.tencent.com/document/api/1267/76336#BatchResultDs)
268
- * [BatchTaskOperateNew](https://cloud.tencent.com/document/api/1267/76336#BatchTaskOperateNew)
269
- * [CosTokenResponse](https://cloud.tencent.com/document/api/1267/76336#CosTokenResponse)
270
- * [DescribePendingSubmitTaskInfo](https://cloud.tencent.com/document/api/1267/76336#DescribePendingSubmitTaskInfo)
271
- * [ExtResourceFlagDto](https://cloud.tencent.com/document/api/1267/76336#ExtResourceFlagDto)
272
- * [ParamInfoDs](https://cloud.tencent.com/document/api/1267/76336#ParamInfoDs)
273
- * [TaskSubmitPreCheckDetailInfo](https://cloud.tencent.com/document/api/1267/76336#TaskSubmitPreCheckDetailInfo)
274
- * [WorkflowScheduleDtoDs](https://cloud.tencent.com/document/api/1267/76336#WorkflowScheduleDtoDs)
536
+ * [ClientSubscriptionInfo](https://cloud.tencent.com/document/api/1179/46089#ClientSubscriptionInfo)
275
537
 
276
538
  修改数据结构:
277
539
 
278
- * [TaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#TaskOpsDto)
540
+ * [RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription)
541
+
542
+ * 新增成员:ClientSubscriptionInfos
543
+
544
+
545
+
546
+
547
+ ## 容器服务(tke) 版本:2022-05-01
548
+
549
+
550
+
551
+ ## 容器服务(tke) 版本:2018-05-25
552
+
553
+ ### 第 177 次发布
554
+
555
+ 发布时间:2024-09-03 02:38:45
556
+
557
+ 本次发布包含了以下内容:
558
+
559
+ 改善已有的文档。
560
+
561
+ 修改接口:
562
+
563
+ * [InstallLogAgent](https://cloud.tencent.com/document/api/457/73903)
564
+
565
+ * 新增入参:ClusterType
566
+
567
+
568
+
569
+
570
+ ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
571
+
572
+ ### 第 20 次发布
573
+
574
+ 发布时间:2024-08-30 02:18:52
575
+
576
+ 本次发布包含了以下内容:
577
+
578
+ 改善已有的文档。
579
+
580
+ 修改数据结构:
581
+
582
+ * [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem)
583
+
584
+ * 新增成员:ClusterIdV4, NamespaceV4, ConsumerGroupV4, FullNamespaceV4
585
+
586
+
587
+
588
+
589
+ ## 私有网络(vpc) 版本:2017-03-12
590
+
591
+ ### 第 203 次发布
592
+
593
+ 发布时间:2024-09-03 02:49:57
594
+
595
+ 本次发布包含了以下内容:
596
+
597
+ 改善已有的文档。
598
+
599
+ 修改接口:
600
+
601
+ * [CreateVpnGatewaySslClient](https://cloud.tencent.com/document/api/215/70290)
602
+
603
+ * 新增入参:Tags
604
+
605
+ * [CreateVpnGatewaySslServer](https://cloud.tencent.com/document/api/215/70289)
606
+
607
+ * 新增入参:Tags
279
608
 
280
- * 新增成员:TaskExtInfo, EventListenerInfos, ScriptInfo, DLCResourceConfig, ParentTaskInfos, ExtResourceFlag
281
609
 
282
610
 
283
611
 
612
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
613
+
614
+ ### 第 106 次发布
615
+
616
+ 发布时间:2024-08-29 20:07:34
617
+
618
+ 本次发布包含了以下内容:
619
+
620
+ 改善已有的文档。
621
+
622
+ 新增接口:
623
+
624
+ * [DescribeTablePartitions](https://cloud.tencent.com/document/api/1267/110533)
625
+
626
+ 新增数据结构:
627
+
628
+ * [TablePartition](https://cloud.tencent.com/document/api/1267/76336#TablePartition)
629
+
630
+
284
631
 
285
632
  # 历次版本更新如下:
286
633
 
@@ -1950,6 +2297,21 @@
1950
2297
 
1951
2298
  ## 音频内容安全(ams) 版本:2020-12-29
1952
2299
 
2300
+ ### 第 12 次发布
2301
+
2302
+ 发布时间:2024-09-03 01:07:31
2303
+
2304
+ 本次发布包含了以下内容:
2305
+
2306
+ 改善已有的文档。
2307
+
2308
+ 修改接口:
2309
+
2310
+ * [CreateAudioModerationSyncTask](https://cloud.tencent.com/document/api/1219/56755)
2311
+
2312
+ * 新增出参:HitFlag, Score
2313
+
2314
+
1953
2315
  ### 第 11 次发布
1954
2316
 
1955
2317
  发布时间:2024-07-26 01:08:05
@@ -6969,6 +7331,53 @@
6969
7331
 
6970
7332
  ## 语音识别(asr) 版本:2019-06-14
6971
7333
 
7334
+ ### 第 39 次发布
7335
+
7336
+ 发布时间:2024-09-02 01:09:58
7337
+
7338
+ 本次发布包含了以下内容:
7339
+
7340
+ 改善已有的文档。
7341
+
7342
+ 新增接口:
7343
+
7344
+ * [[CreateAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110576)](https://cloud.tencent.com/document/api/#/#)
7345
+ * [[DeleteAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110575)](https://cloud.tencent.com/document/api/#/#)
7346
+ * [[GetAsrKeyWordLibList](https://cloud.tencent.com/document/api/1093/110574)](https://cloud.tencent.com/document/api/#/#)
7347
+ * [[UpdateAsrKeyWordLib](https://cloud.tencent.com/document/api/1093/110573)](https://cloud.tencent.com/document/api/#/#)
7348
+
7349
+ 新增数据结构:
7350
+
7351
+ * [[KeyWordLib](https://cloud.tencent.com/document/api/1093/37824#KeyWordLib)](https://cloud.tencent.com/document/api/1093/37824#[KeyWordLib](https://cloud.tencent.com/document/api/1093/37824#KeyWordLib))
7352
+ * [[KeyWordLibIdData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibIdData)](https://cloud.tencent.com/document/api/1093/37824#[KeyWordLibIdData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibIdData))
7353
+ * [[KeyWordLibListData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibListData)](https://cloud.tencent.com/document/api/1093/37824#[KeyWordLibListData](https://cloud.tencent.com/document/api/1093/37824#KeyWordLibListData))
7354
+
7355
+ ### 第 38 次发布
7356
+
7357
+ 发布时间:2024-08-30 01:05:12
7358
+
7359
+ 本次发布包含了以下内容:
7360
+
7361
+ 改善已有的文档。
7362
+
7363
+ 修改接口:
7364
+
7365
+ * [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
7366
+
7367
+ * 新增入参:KeyWordLibIdList
7368
+
7369
+
7370
+ 新增数据结构:
7371
+
7372
+ * [[KeyWordResult](https://cloud.tencent.com/document/api/1093/37824#KeyWordResult)](https://cloud.tencent.com/document/api/1093/37824#[KeyWordResult](https://cloud.tencent.com/document/api/1093/37824#KeyWordResult))
7373
+
7374
+ 修改数据结构:
7375
+
7376
+ * [SentenceDetail](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)
7377
+
7378
+ * 新增成员:KeyWordResults
7379
+
7380
+
6972
7381
  ### 第 37 次发布
6973
7382
 
6974
7383
  发布时间:2024-06-27 01:05:14
@@ -9104,6 +9513,21 @@
9104
9513
 
9105
9514
  ## 商业智能分析 BI(bi) 版本:2022-01-05
9106
9515
 
9516
+ ### 第 13 次发布
9517
+
9518
+ 发布时间:2024-08-30 01:06:02
9519
+
9520
+ 本次发布包含了以下内容:
9521
+
9522
+ 改善已有的文档。
9523
+
9524
+ 修改数据结构:
9525
+
9526
+ * [DatasourceInfo](https://cloud.tencent.com/document/api/590/73726#DatasourceInfo)
9527
+
9528
+ * 新增成员:DbTypeName
9529
+
9530
+
9107
9531
  ### 第 12 次发布
9108
9532
 
9109
9533
  发布时间:2024-05-31 01:10:46
@@ -17075,6 +17499,26 @@
17075
17499
 
17076
17500
  ## 云数据库 MySQL(cdb) 版本:2017-03-20
17077
17501
 
17502
+ ### 第 165 次发布
17503
+
17504
+ 发布时间:2024-08-29 01:15:53
17505
+
17506
+ 本次发布包含了以下内容:
17507
+
17508
+ 改善已有的文档。
17509
+
17510
+ 新增接口:
17511
+
17512
+ * [DescribeInstanceUpgradeCheckJob](https://cloud.tencent.com/document/api/236/110469)
17513
+ * [SubmitInstanceUpgradeCheckJob](https://cloud.tencent.com/document/api/236/110468)
17514
+
17515
+ 修改接口:
17516
+
17517
+ * [UpgradeDBInstanceEngineVersion](https://cloud.tencent.com/document/api/236/15870)
17518
+
17519
+ * 新增入参:IgnoreErrKeyword
17520
+
17521
+
17078
17522
  ### 第 164 次发布
17079
17523
 
17080
17524
  发布时间:2024-08-28 01:13:03
@@ -17092,7 +17536,7 @@
17092
17536
 
17093
17537
  新增数据结构:
17094
17538
 
17095
- * [[ClusterInfo](https://cloud.tencent.com/document/api/236/15878#ClusterInfo)](https://cloud.tencent.com/document/api/236/15878#[ClusterInfo](https://cloud.tencent.com/document/api/236/15878#ClusterInfo))
17539
+ * [ClusterInfo](https://cloud.tencent.com/document/api/236/15878#ClusterInfo)
17096
17540
 
17097
17541
  修改数据结构:
17098
17542
 
@@ -23868,6 +24312,23 @@
23868
24312
 
23869
24313
  ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
23870
24314
 
24315
+ ### 第 24 次发布
24316
+
24317
+ 发布时间:2024-09-02 01:18:49
24318
+
24319
+ 本次发布包含了以下内容:
24320
+
24321
+ 改善已有的文档。
24322
+
24323
+ 修改接口:
24324
+
24325
+ * [DescribeSqlApis](https://cloud.tencent.com/document/api/1387/109441)
24326
+
24327
+ * 新增入参:InstanceId, ApiType, UserName
24328
+
24329
+ * 新增出参:ReturnData, ErrorMsg
24330
+
24331
+
23871
24332
  ### 第 23 次发布
23872
24333
 
23873
24334
  发布时间:2024-08-28 01:16:40
@@ -24521,6 +24982,40 @@
24521
24982
 
24522
24983
  ## 混沌演练平台(cfg) 版本:2021-08-20
24523
24984
 
24985
+ ### 第 18 次发布
24986
+
24987
+ 发布时间:2024-09-03 01:21:59
24988
+
24989
+ 本次发布包含了以下内容:
24990
+
24991
+ 改善已有的文档。
24992
+
24993
+ 修改接口:
24994
+
24995
+ * [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775)
24996
+
24997
+ * 新增入参:Issue
24998
+
24999
+
25000
+ 新增数据结构:
25001
+
25002
+ * [[TaskOrg](https://cloud.tencent.com/document/api/1500/71784#TaskOrg)](https://cloud.tencent.com/document/api/1500/71784#[TaskOrg](https://cloud.tencent.com/document/api/1500/71784#TaskOrg))
25003
+
25004
+ 修改数据结构:
25005
+
25006
+ * [ObjectType](https://cloud.tencent.com/document/api/1500/71784#ObjectType)
25007
+
25008
+ * 新增成员:ObjectPlatformName, ObjectSupportType
25009
+
25010
+ * [Task](https://cloud.tencent.com/document/api/1500/71784#Task)
25011
+
25012
+ * 新增成员:TaskPlanStartTime, TaskPlanEndTime, TaskOrg, TaskIssue
25013
+
25014
+ * [TaskReportInfo](https://cloud.tencent.com/document/api/1500/71784#TaskReportInfo)
25015
+
25016
+ * 新增成员:ArchiveStage, ArchiveTime
25017
+
25018
+
24524
25019
  ### 第 17 次发布
24525
25020
 
24526
25021
  发布时间:2024-08-16 01:16:30
@@ -25468,6 +25963,18 @@
25468
25963
 
25469
25964
  ## 云防火墙(cfw) 版本:2019-09-04
25470
25965
 
25966
+ ### 第 62 次发布
25967
+
25968
+ 发布时间:2024-09-03 01:22:43
25969
+
25970
+ 本次发布包含了以下内容:
25971
+
25972
+ 改善已有的文档。
25973
+
25974
+ 新增接口:
25975
+
25976
+ * [[DeleteRemoteAccessDomain](https://cloud.tencent.com/document/api/1132/110599)](https://cloud.tencent.com/document/api/#/#)
25977
+
25471
25978
  ### 第 61 次发布
25472
25979
 
25473
25980
  发布时间:2024-07-30 01:19:22
@@ -27634,6 +28141,29 @@
27634
28141
 
27635
28142
  ## 消息队列 CKafka 版(ckafka) 版本:2019-08-19
27636
28143
 
28144
+ ### 第 107 次发布
28145
+
28146
+ 发布时间:2024-09-02 01:21:22
28147
+
28148
+ 本次发布包含了以下内容:
28149
+
28150
+ 改善已有的文档。
28151
+
28152
+ 修改接口:
28153
+
28154
+ * [CreateInstancePost](https://cloud.tencent.com/document/api/597/83553)
28155
+
28156
+ * 新增入参:Tags
28157
+
28158
+ * [CreatePostPaidInstance](https://cloud.tencent.com/document/api/597/94259)
28159
+
28160
+ * 新增入参:Tags
28161
+
28162
+ * [DeleteRouteTriggerTime](https://cloud.tencent.com/document/api/597/60878)
28163
+
28164
+ * 新增入参:InstanceId
28165
+
28166
+
27637
28167
  ### 第 106 次发布
27638
28168
 
27639
28169
  发布时间:2024-07-22 01:20:34
@@ -29859,6 +30389,51 @@
29859
30389
 
29860
30390
  ## 负载均衡(clb) 版本:2018-03-17
29861
30391
 
30392
+ ### 第 110 次发布
30393
+
30394
+ 发布时间:2024-09-03 01:25:28
30395
+
30396
+ 本次发布包含了以下内容:
30397
+
30398
+ 改善已有的文档。
30399
+
30400
+ 修改数据结构:
30401
+
30402
+ * [LoadBalancerDetail](https://cloud.tencent.com/document/api/214/30694#LoadBalancerDetail)
30403
+
30404
+ * 新增成员:AttributeFlags, SlaType, Exclusive
30405
+
30406
+
30407
+ ### 第 109 次发布
30408
+
30409
+ 发布时间:2024-09-02 01:22:20
30410
+
30411
+ 本次发布包含了以下内容:
30412
+
30413
+ 改善已有的文档。
30414
+
30415
+ 修改接口:
30416
+
30417
+ * [CreateListener](https://cloud.tencent.com/document/api/214/30693)
30418
+
30419
+ * 新增入参:FullEndPorts
30420
+
30421
+
30422
+ ### 第 108 次发布
30423
+
30424
+ 发布时间:2024-08-29 01:22:27
30425
+
30426
+ 本次发布包含了以下内容:
30427
+
30428
+ 改善已有的文档。
30429
+
30430
+ 修改数据结构:
30431
+
30432
+ * [LoadBalancer](https://cloud.tencent.com/document/api/214/30694#LoadBalancer)
30433
+
30434
+ * 新增成员:Exclusive
30435
+
30436
+
29862
30437
  ### 第 107 次发布
29863
30438
 
29864
30439
  发布时间:2024-08-28 01:20:56
@@ -29876,7 +30451,7 @@
29876
30451
 
29877
30452
  新增数据结构:
29878
30453
 
29879
- * [[OAuth](https://cloud.tencent.com/document/api/214/30694#OAuth)](https://cloud.tencent.com/document/api/214/30694#[OAuth](https://cloud.tencent.com/document/api/214/30694#OAuth))
30454
+ * [OAuth](https://cloud.tencent.com/document/api/214/30694#OAuth)
29880
30455
 
29881
30456
  修改数据结构:
29882
30457
 
@@ -36568,6 +37143,27 @@
36568
37143
 
36569
37144
 
36570
37145
 
37146
+ ## 控制中心(controlcenter) 版本:2023-01-10
37147
+
37148
+ ### 第 1 次发布
37149
+
37150
+ 发布时间:2024-08-28 15:03:07
37151
+
37152
+ 本次发布包含了以下内容:
37153
+
37154
+ 改善已有的文档。
37155
+
37156
+ 新增接口:
37157
+
37158
+ * [BatchApplyAccountBaselines](https://cloud.tencent.com/document/api/1708/110434)
37159
+
37160
+ 新增数据结构:
37161
+
37162
+ * [BaselineConfigItem](https://cloud.tencent.com/document/api/1708/110435#BaselineConfigItem)
37163
+
37164
+
37165
+
37166
+
36571
37167
  ## 腾讯微卡收付通(cpdp) 版本:2019-08-20
36572
37168
 
36573
37169
  ### 第 101 次发布
@@ -46532,6 +47128,19 @@
46532
47128
 
46533
47129
  ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
46534
47130
 
47131
+ ### 第 102 次发布
47132
+
47133
+ 发布时间:2024-09-03 01:35:21
47134
+
47135
+ 本次发布包含了以下内容:
47136
+
47137
+ 改善已有的文档。
47138
+
47139
+ 新增接口:
47140
+
47141
+ * [[DescribeServerlessStrategy](https://cloud.tencent.com/document/api/1003/110601)](https://cloud.tencent.com/document/api/#/#)
47142
+ * [[ModifyServerlessStrategy](https://cloud.tencent.com/document/api/1003/110600)](https://cloud.tencent.com/document/api/#/#)
47143
+
46535
47144
  ### 第 101 次发布
46536
47145
 
46537
47146
  发布时间:2024-08-28 01:30:54
@@ -48713,6 +49322,43 @@
48713
49322
 
48714
49323
  ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
48715
49324
 
49325
+ ### 第 29 次发布
49326
+
49327
+ 发布时间:2024-08-30 01:26:40
49328
+
49329
+ 本次发布包含了以下内容:
49330
+
49331
+ 改善已有的文档。
49332
+
49333
+ 修改接口:
49334
+
49335
+ * [CreateResource](https://cloud.tencent.com/document/api/1025/100130)
49336
+
49337
+ * 新增入参:Trial
49338
+
49339
+
49340
+ ### 第 28 次发布
49341
+
49342
+ 发布时间:2024-08-29 01:32:05
49343
+
49344
+ 本次发布包含了以下内容:
49345
+
49346
+ 改善已有的文档。
49347
+
49348
+ 修改接口:
49349
+
49350
+ * [BindDeviceResource](https://cloud.tencent.com/document/api/1025/74792)
49351
+
49352
+ * <font color="#dd0000">**修改入参**:</font>ResourceId
49353
+
49354
+
49355
+ 修改数据结构:
49356
+
49357
+ * [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
49358
+
49359
+ * 新增成员:Trial
49360
+
49361
+
48716
49362
  ### 第 27 次发布
48717
49363
 
48718
49364
  发布时间:2024-05-31 01:30:02
@@ -50311,6 +50957,21 @@
50311
50957
 
50312
50958
  ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
50313
50959
 
50960
+ ### 第 32 次发布
50961
+
50962
+ 发布时间:2024-09-03 01:38:02
50963
+
50964
+ 本次发布包含了以下内容:
50965
+
50966
+ 改善已有的文档。
50967
+
50968
+ 修改数据结构:
50969
+
50970
+ * [SlowLogInfoItem](https://cloud.tencent.com/document/api/1130/57812#SlowLogInfoItem)
50971
+
50972
+ * <font color="#dd0000">**修改成员**:</font>Timestamp, SqlText, Database, UserName, UserHost, QueryTime, LockTime, RowsExamined, RowsSent
50973
+
50974
+
50314
50975
  ### 第 31 次发布
50315
50976
 
50316
50977
  发布时间:2024-08-19 01:29:38
@@ -51019,6 +51680,32 @@
51019
51680
 
51020
51681
  ## 专线接入(dc) 版本:2018-04-10
51021
51682
 
51683
+ ### 第 27 次发布
51684
+
51685
+ 发布时间:2024-09-02 01:33:14
51686
+
51687
+ 本次发布包含了以下内容:
51688
+
51689
+ 改善已有的文档。
51690
+
51691
+ 修改接口:
51692
+
51693
+ * [CreateDirectConnect](https://cloud.tencent.com/document/api/216/34829)
51694
+
51695
+ * 新增入参:Tags
51696
+
51697
+ * [CreateDirectConnectTunnel](https://cloud.tencent.com/document/api/216/19821)
51698
+
51699
+ * 新增入参:Tags
51700
+
51701
+
51702
+ 修改数据结构:
51703
+
51704
+ * [DirectConnect](https://cloud.tencent.com/document/api/216/18418#DirectConnect)
51705
+
51706
+ * 新增成员:Construct, AccessPointName
51707
+
51708
+
51022
51709
  ### 第 26 次发布
51023
51710
 
51024
51711
  发布时间:2024-06-14 01:40:38
@@ -51492,6 +52179,18 @@
51492
52179
 
51493
52180
  ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
51494
52181
 
52182
+ ### 第 71 次发布
52183
+
52184
+ 发布时间:2024-09-03 01:39:09
52185
+
52186
+ 本次发布包含了以下内容:
52187
+
52188
+ 改善已有的文档。
52189
+
52190
+ 新增接口:
52191
+
52192
+ * [[DescribeDCDBBinlogTime](https://cloud.tencent.com/document/api/557/110602)](https://cloud.tencent.com/document/api/#/#)
52193
+
51495
52194
  ### 第 70 次发布
51496
52195
 
51497
52196
  发布时间:2024-08-21 01:29:32
@@ -61453,6 +62152,18 @@
61453
62152
 
61454
62153
  ## 弹性 MapReduce(emr) 版本:2019-01-03
61455
62154
 
62155
+ ### 第 73 次发布
62156
+
62157
+ 发布时间:2024-08-30 01:34:26
62158
+
62159
+ 本次发布包含了以下内容:
62160
+
62161
+ 改善已有的文档。
62162
+
62163
+ 新增接口:
62164
+
62165
+ * [[ModifyAutoRenewFlag](https://cloud.tencent.com/document/api/589/110534)](https://cloud.tencent.com/document/api/#/#)
62166
+
61456
62167
  ### 第 72 次发布
61457
62168
 
61458
62169
  发布时间:2024-08-20 01:37:24
@@ -63157,6 +63868,18 @@
63157
63868
 
63158
63869
  ## Elasticsearch Service(es) 版本:2018-04-16
63159
63870
 
63871
+ ### 第 67 次发布
63872
+
63873
+ 发布时间:2024-09-03 01:47:13
63874
+
63875
+ 本次发布包含了以下内容:
63876
+
63877
+ 改善已有的文档。
63878
+
63879
+ 新增接口:
63880
+
63881
+ * [[InstallInstanceModel](https://cloud.tencent.com/document/api/845/110603)](https://cloud.tencent.com/document/api/#/#)
63882
+
63160
63883
  ### 第 66 次发布
63161
63884
 
63162
63885
  发布时间:2024-08-27 01:44:02
@@ -68142,6 +68865,28 @@
68142
68865
 
68143
68866
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
68144
68867
 
68868
+ ### 第 181 次发布
68869
+
68870
+ 发布时间:2024-09-03 01:49:10
68871
+
68872
+ 本次发布包含了以下内容:
68873
+
68874
+ 改善已有的文档。
68875
+
68876
+ 修改接口:
68877
+
68878
+ * [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
68879
+
68880
+
68881
+ 修改数据结构:
68882
+
68883
+ * [AutoSignConfig](https://cloud.tencent.com/document/api/1420/61525#AutoSignConfig)
68884
+
68885
+ * [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo)
68886
+
68887
+ * [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
68888
+
68889
+
68145
68890
  ### 第 180 次发布
68146
68891
 
68147
68892
  发布时间:2024-08-27 01:46:01
@@ -76873,12 +77618,12 @@
76873
77618
 
76874
77619
  新增接口:
76875
77620
 
76876
- * [[QueryHunyuanImageChatJob](https://cloud.tencent.com/document/api/1729/110429)](https://cloud.tencent.com/document/api/#/#)
76877
- * [[SubmitHunyuanImageChatJob](https://cloud.tencent.com/document/api/1729/110428)](https://cloud.tencent.com/document/api/#/#)
77621
+ * [QueryHunyuanImageChatJob](https://cloud.tencent.com/document/api/1729/110429)
77622
+ * [SubmitHunyuanImageChatJob](https://cloud.tencent.com/document/api/1729/110428)
76878
77623
 
76879
77624
  新增数据结构:
76880
77625
 
76881
- * [[History](https://cloud.tencent.com/document/api/1729/101838#History)](https://cloud.tencent.com/document/api/1729/101838#[History](https://cloud.tencent.com/document/api/1729/101838#History))
77626
+ * [History](https://cloud.tencent.com/document/api/1729/101838#History)
76882
77627
 
76883
77628
  ### 第 17 次发布
76884
77629
 
@@ -84007,6 +84752,21 @@
84007
84752
 
84008
84753
  ## 智能视图计算平台(iss) 版本:2023-05-17
84009
84754
 
84755
+ ### 第 18 次发布
84756
+
84757
+ 发布时间:2024-09-02 01:50:45
84758
+
84759
+ 本次发布包含了以下内容:
84760
+
84761
+ 改善已有的文档。
84762
+
84763
+ 修改接口:
84764
+
84765
+ * [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
84766
+
84767
+ * 新增入参:Expires, IsSupportG711
84768
+
84769
+
84010
84770
  ### 第 17 次发布
84011
84771
 
84012
84772
  发布时间:2024-08-14 19:42:55
@@ -90712,6 +91472,41 @@
90712
91472
 
90713
91473
  ## 大模型知识引擎(lke) 版本:2023-11-30
90714
91474
 
91475
+ ### 第 15 次发布
91476
+
91477
+ 发布时间:2024-08-30 01:50:11
91478
+
91479
+ 本次发布包含了以下内容:
91480
+
91481
+ 改善已有的文档。
91482
+
91483
+ 修改接口:
91484
+
91485
+ * [CreateQA](https://cloud.tencent.com/document/api/1759/105037)
91486
+
91487
+ * 新增入参:SimilarQuestions
91488
+
91489
+ * [DescribeQA](https://cloud.tencent.com/document/api/1759/105098)
91490
+
91491
+ * 新增出参:SimilarQuestions
91492
+
91493
+ * [ModifyQA](https://cloud.tencent.com/document/api/1759/105025)
91494
+
91495
+ * 新增入参:SimilarQuestionModify
91496
+
91497
+
91498
+ 新增数据结构:
91499
+
91500
+ * [[SimilarQuestion](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestion)](https://cloud.tencent.com/document/api/1759/105104#[SimilarQuestion](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestion))
91501
+ * [[SimilarQuestionModify](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestionModify)](https://cloud.tencent.com/document/api/1759/105104#[SimilarQuestionModify](https://cloud.tencent.com/document/api/1759/105104#SimilarQuestionModify))
91502
+
91503
+ 修改数据结构:
91504
+
91505
+ * [ListQaItem](https://cloud.tencent.com/document/api/1759/105104#ListQaItem)
91506
+
91507
+ * 新增成员:ExpireStart, ExpireEnd, AttrRange, AttrLabels, SimilarQuestionNum
91508
+
91509
+
90715
91510
  ### 第 14 次发布
90716
91511
 
90717
91512
  发布时间:2024-08-19 01:55:11
@@ -91246,6 +92041,18 @@
91246
92041
 
91247
92042
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
91248
92043
 
92044
+ ### 第 64 次发布
92045
+
92046
+ 发布时间:2024-09-03 02:06:45
92047
+
92048
+ 本次发布包含了以下内容:
92049
+
92050
+ 改善已有的文档。
92051
+
92052
+ 新增接口:
92053
+
92054
+ * [[DescribeBinlogTime](https://cloud.tencent.com/document/api/237/110604)](https://cloud.tencent.com/document/api/#/#)
92055
+
91249
92056
  ### 第 63 次发布
91250
92057
 
91251
92058
  发布时间:2024-07-12 01:20:13
@@ -101622,6 +102429,21 @@
101622
102429
 
101623
102430
  ## 流计算 Oceanus(oceanus) 版本:2019-04-22
101624
102431
 
102432
+ ### 第 61 次发布
102433
+
102434
+ 发布时间:2024-09-03 02:13:22
102435
+
102436
+ 本次发布包含了以下内容:
102437
+
102438
+ 改善已有的文档。
102439
+
102440
+ 修改数据结构:
102441
+
102442
+ * [Cluster](https://cloud.tencent.com/document/api/849/52010#Cluster)
102443
+
102444
+ * 新增成员:MemRatio
102445
+
102446
+
101625
102447
  ### 第 60 次发布
101626
102448
 
101627
102449
  发布时间:2024-07-23 01:53:12
@@ -102832,6 +103654,19 @@
102832
103654
 
102833
103655
  ## 文字识别(ocr) 版本:2018-11-19
102834
103656
 
103657
+ ### 第 148 次发布
103658
+
103659
+ 发布时间:2024-08-30 01:56:46
103660
+
103661
+ 本次发布包含了以下内容:
103662
+
103663
+ 改善已有的文档。
103664
+
103665
+ <font color="#dd0000">**预下线接口**:</font>
103666
+
103667
+ * CreateAIFormTask
103668
+ * GetTaskState
103669
+
102835
103670
  ### 第 147 次发布
102836
103671
 
102837
103672
  发布时间:2024-08-23 02:00:20
@@ -106066,7 +106901,7 @@
106066
106901
 
106067
106902
  新增接口:
106068
106903
 
106069
- * [[SendOrgMemberAccountBindEmail](https://cloud.tencent.com/document/api/850/110373)](https://cloud.tencent.com/document/api/#/#)
106904
+ * [SendOrgMemberAccountBindEmail](https://cloud.tencent.com/document/api/850/110373)
106070
106905
 
106071
106906
  ### 第 36 次发布
106072
106907
 
@@ -112959,6 +113794,38 @@
112959
113794
 
112960
113795
  ## 邮件推送(ses) 版本:2020-10-02
112961
113796
 
113797
+ ### 第 23 次发布
113798
+
113799
+ 发布时间:2024-08-29 02:08:44
113800
+
113801
+ 本次发布包含了以下内容:
113802
+
113803
+ 改善已有的文档。
113804
+
113805
+ 修改接口:
113806
+
113807
+ * [CreateReceiverDetailWithData](https://cloud.tencent.com/document/api/1288/70776)
113808
+
113809
+ * 新增出参:TotalCount, ValidCount, TooLongCount, EmptyEmailCount, RepeatCount
113810
+
113811
+ * [ListReceiverDetails](https://cloud.tencent.com/document/api/1288/97935)
113812
+
113813
+ * 新增入参:CreateTimeBegin, CreateTimeEnd, Status
113814
+
113815
+ * 新增出参:ValidCount, InvalidCount
113816
+
113817
+
113818
+ 修改数据结构:
113819
+
113820
+ * [ReceiverData](https://cloud.tencent.com/document/api/1288/51053#ReceiverData)
113821
+
113822
+ * 新增成员:InvalidCount
113823
+
113824
+ * [ReceiverDetail](https://cloud.tencent.com/document/api/1288/51053#ReceiverDetail)
113825
+
113826
+ * 新增成员:Reason, Status, EmailId
113827
+
113828
+
112962
113829
  ### 第 22 次发布
112963
113830
 
112964
113831
  发布时间:2024-07-01 01:22:01
@@ -127256,6 +128123,40 @@
127256
128123
 
127257
128124
  ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
127258
128125
 
128126
+ ### 第 123 次发布
128127
+
128128
+ 发布时间:2024-09-03 02:33:30
128129
+
128130
+ 本次发布包含了以下内容:
128131
+
128132
+ 改善已有的文档。
128133
+
128134
+ 修改数据结构:
128135
+
128136
+ * [PulsarProClusterSpecInfo](https://cloud.tencent.com/document/api/1179/46089#PulsarProClusterSpecInfo)
128137
+
128138
+ * 新增成员:MaxPartitions
128139
+
128140
+
128141
+ ### 第 122 次发布
128142
+
128143
+ 发布时间:2024-08-30 02:12:31
128144
+
128145
+ 本次发布包含了以下内容:
128146
+
128147
+ 改善已有的文档。
128148
+
128149
+ 新增数据结构:
128150
+
128151
+ * [[ClientSubscriptionInfo](https://cloud.tencent.com/document/api/1179/46089#ClientSubscriptionInfo)](https://cloud.tencent.com/document/api/1179/46089#[ClientSubscriptionInfo](https://cloud.tencent.com/document/api/1179/46089#ClientSubscriptionInfo))
128152
+
128153
+ 修改数据结构:
128154
+
128155
+ * [RocketMQSubscription](https://cloud.tencent.com/document/api/1179/46089#RocketMQSubscription)
128156
+
128157
+ * 新增成员:ClientSubscriptionInfos
128158
+
128159
+
127259
128160
  ### 第 121 次发布
127260
128161
 
127261
128162
  发布时间:2024-08-28 02:30:19
@@ -139016,6 +139917,21 @@
139016
139917
 
139017
139918
  ## 容器服务(tke) 版本:2018-05-25
139018
139919
 
139920
+ ### 第 177 次发布
139921
+
139922
+ 发布时间:2024-09-03 02:38:45
139923
+
139924
+ 本次发布包含了以下内容:
139925
+
139926
+ 改善已有的文档。
139927
+
139928
+ 修改接口:
139929
+
139930
+ * [InstallLogAgent](https://cloud.tencent.com/document/api/457/73903)
139931
+
139932
+ * 新增入参:ClusterType
139933
+
139934
+
139019
139935
  ### 第 176 次发布
139020
139936
 
139021
139937
  发布时间:2024-07-26 02:19:58
@@ -143170,6 +144086,21 @@
143170
144086
 
143171
144087
  ## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
143172
144088
 
144089
+ ### 第 20 次发布
144090
+
144091
+ 发布时间:2024-08-30 02:18:52
144092
+
144093
+ 本次发布包含了以下内容:
144094
+
144095
+ 改善已有的文档。
144096
+
144097
+ 修改数据结构:
144098
+
144099
+ * [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem)
144100
+
144101
+ * 新增成员:ClusterIdV4, NamespaceV4, ConsumerGroupV4, FullNamespaceV4
144102
+
144103
+
143173
144104
  ### 第 19 次发布
143174
144105
 
143175
144106
  发布时间:2024-08-14 02:39:09
@@ -156583,6 +157514,25 @@
156583
157514
 
156584
157515
  ## 私有网络(vpc) 版本:2017-03-12
156585
157516
 
157517
+ ### 第 203 次发布
157518
+
157519
+ 发布时间:2024-09-03 02:49:57
157520
+
157521
+ 本次发布包含了以下内容:
157522
+
157523
+ 改善已有的文档。
157524
+
157525
+ 修改接口:
157526
+
157527
+ * [CreateVpnGatewaySslClient](https://cloud.tencent.com/document/api/215/70290)
157528
+
157529
+ * 新增入参:Tags
157530
+
157531
+ * [CreateVpnGatewaySslServer](https://cloud.tencent.com/document/api/215/70289)
157532
+
157533
+ * 新增入参:Tags
157534
+
157535
+
156586
157536
  ### 第 202 次发布
156587
157537
 
156588
157538
  发布时间:2024-08-21 02:29:48
@@ -163839,6 +164789,22 @@
163839
164789
 
163840
164790
  ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
163841
164791
 
164792
+ ### 第 106 次发布
164793
+
164794
+ 发布时间:2024-08-29 20:07:34
164795
+
164796
+ 本次发布包含了以下内容:
164797
+
164798
+ 改善已有的文档。
164799
+
164800
+ 新增接口:
164801
+
164802
+ * [[DescribeTablePartitions](https://cloud.tencent.com/document/api/1267/110533)](https://cloud.tencent.com/document/api/#/#)
164803
+
164804
+ 新增数据结构:
164805
+
164806
+ * [[TablePartition](https://cloud.tencent.com/document/api/1267/76336#TablePartition)](https://cloud.tencent.com/document/api/1267/76336#[TablePartition](https://cloud.tencent.com/document/api/1267/76336#TablePartition))
164807
+
163842
164808
  ### 第 105 次发布
163843
164809
 
163844
164810
  发布时间:2024-08-28 02:52:24
@@ -163849,27 +164815,27 @@
163849
164815
 
163850
164816
  新增接口:
163851
164817
 
163852
- * [[BatchCreateTaskVersionAsync](https://cloud.tencent.com/document/api/1267/110377)](https://cloud.tencent.com/document/api/#/#)
163853
- * [[DescribePendingSubmitTaskList](https://cloud.tencent.com/document/api/1267/110376)](https://cloud.tencent.com/document/api/#/#)
163854
- * [[DescribeWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api/1267/110375)](https://cloud.tencent.com/document/api/#/#)
163855
- * [[GetCosToken](https://cloud.tencent.com/document/api/1267/110379)](https://cloud.tencent.com/document/api/#/#)
163856
- * [[JudgeResourceFile](https://cloud.tencent.com/document/api/1267/110378)](https://cloud.tencent.com/document/api/#/#)
163857
- * [[RenewWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api/1267/110374)](https://cloud.tencent.com/document/api/#/#)
164818
+ * [BatchCreateTaskVersionAsync](https://cloud.tencent.com/document/api/1267/110377)
164819
+ * [DescribePendingSubmitTaskList](https://cloud.tencent.com/document/api/1267/110376)
164820
+ * [DescribeWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api/1267/110375)
164821
+ * [GetCosToken](https://cloud.tencent.com/document/api/1267/110379)
164822
+ * [JudgeResourceFile](https://cloud.tencent.com/document/api/1267/110378)
164823
+ * [RenewWorkflowSchedulerInfoDs](https://cloud.tencent.com/document/api/1267/110374)
163858
164824
 
163859
164825
  新增数据结构:
163860
164826
 
163861
- * [[AiOpsEventListenerDTO](https://cloud.tencent.com/document/api/1267/76336#AiOpsEventListenerDTO)](https://cloud.tencent.com/document/api/1267/76336#[AiOpsEventListenerDTO](https://cloud.tencent.com/document/api/1267/76336#AiOpsEventListenerDTO))
163862
- * [[AiopsDLCResourceConfigDto](https://cloud.tencent.com/document/api/1267/76336#AiopsDLCResourceConfigDto)](https://cloud.tencent.com/document/api/1267/76336#[AiopsDLCResourceConfigDto](https://cloud.tencent.com/document/api/1267/76336#AiopsDLCResourceConfigDto))
163863
- * [[AiopsScriptInfo](https://cloud.tencent.com/document/api/1267/76336#AiopsScriptInfo)](https://cloud.tencent.com/document/api/1267/76336#[AiopsScriptInfo](https://cloud.tencent.com/document/api/1267/76336#AiopsScriptInfo))
163864
- * [[AiopsSimpleTaskDto](https://cloud.tencent.com/document/api/1267/76336#AiopsSimpleTaskDto)](https://cloud.tencent.com/document/api/1267/76336#[AiopsSimpleTaskDto](https://cloud.tencent.com/document/api/1267/76336#AiopsSimpleTaskDto))
163865
- * [[BatchResultDs](https://cloud.tencent.com/document/api/1267/76336#BatchResultDs)](https://cloud.tencent.com/document/api/1267/76336#[BatchResultDs](https://cloud.tencent.com/document/api/1267/76336#BatchResultDs))
163866
- * [[BatchTaskOperateNew](https://cloud.tencent.com/document/api/1267/76336#BatchTaskOperateNew)](https://cloud.tencent.com/document/api/1267/76336#[BatchTaskOperateNew](https://cloud.tencent.com/document/api/1267/76336#BatchTaskOperateNew))
163867
- * [[CosTokenResponse](https://cloud.tencent.com/document/api/1267/76336#CosTokenResponse)](https://cloud.tencent.com/document/api/1267/76336#[CosTokenResponse](https://cloud.tencent.com/document/api/1267/76336#CosTokenResponse))
163868
- * [[DescribePendingSubmitTaskInfo](https://cloud.tencent.com/document/api/1267/76336#DescribePendingSubmitTaskInfo)](https://cloud.tencent.com/document/api/1267/76336#[DescribePendingSubmitTaskInfo](https://cloud.tencent.com/document/api/1267/76336#DescribePendingSubmitTaskInfo))
163869
- * [[ExtResourceFlagDto](https://cloud.tencent.com/document/api/1267/76336#ExtResourceFlagDto)](https://cloud.tencent.com/document/api/1267/76336#[ExtResourceFlagDto](https://cloud.tencent.com/document/api/1267/76336#ExtResourceFlagDto))
163870
- * [[ParamInfoDs](https://cloud.tencent.com/document/api/1267/76336#ParamInfoDs)](https://cloud.tencent.com/document/api/1267/76336#[ParamInfoDs](https://cloud.tencent.com/document/api/1267/76336#ParamInfoDs))
163871
- * [[TaskSubmitPreCheckDetailInfo](https://cloud.tencent.com/document/api/1267/76336#TaskSubmitPreCheckDetailInfo)](https://cloud.tencent.com/document/api/1267/76336#[TaskSubmitPreCheckDetailInfo](https://cloud.tencent.com/document/api/1267/76336#TaskSubmitPreCheckDetailInfo))
163872
- * [[WorkflowScheduleDtoDs](https://cloud.tencent.com/document/api/1267/76336#WorkflowScheduleDtoDs)](https://cloud.tencent.com/document/api/1267/76336#[WorkflowScheduleDtoDs](https://cloud.tencent.com/document/api/1267/76336#WorkflowScheduleDtoDs))
164827
+ * [AiOpsEventListenerDTO](https://cloud.tencent.com/document/api/1267/76336#AiOpsEventListenerDTO)
164828
+ * [AiopsDLCResourceConfigDto](https://cloud.tencent.com/document/api/1267/76336#AiopsDLCResourceConfigDto)
164829
+ * [AiopsScriptInfo](https://cloud.tencent.com/document/api/1267/76336#AiopsScriptInfo)
164830
+ * [AiopsSimpleTaskDto](https://cloud.tencent.com/document/api/1267/76336#AiopsSimpleTaskDto)
164831
+ * [BatchResultDs](https://cloud.tencent.com/document/api/1267/76336#BatchResultDs)
164832
+ * [BatchTaskOperateNew](https://cloud.tencent.com/document/api/1267/76336#BatchTaskOperateNew)
164833
+ * [CosTokenResponse](https://cloud.tencent.com/document/api/1267/76336#CosTokenResponse)
164834
+ * [DescribePendingSubmitTaskInfo](https://cloud.tencent.com/document/api/1267/76336#DescribePendingSubmitTaskInfo)
164835
+ * [ExtResourceFlagDto](https://cloud.tencent.com/document/api/1267/76336#ExtResourceFlagDto)
164836
+ * [ParamInfoDs](https://cloud.tencent.com/document/api/1267/76336#ParamInfoDs)
164837
+ * [TaskSubmitPreCheckDetailInfo](https://cloud.tencent.com/document/api/1267/76336#TaskSubmitPreCheckDetailInfo)
164838
+ * [WorkflowScheduleDtoDs](https://cloud.tencent.com/document/api/1267/76336#WorkflowScheduleDtoDs)
163873
164839
 
163874
164840
  修改数据结构:
163875
164841