tencentcloud-sdk-nodejs 4.0.903 → 4.0.905
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.
- package/CHANGELOG.md +512 -0
- package/SERVICE_CHANGELOG.md +593 -111
- package/package.json +1 -1
- package/products.md +27 -27
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_client.ts +4 -2
- package/src/services/ams/v20201229/ams_models.ts +212 -76
- package/src/services/bi/v20220105/bi_models.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +4 -0
- package/src/services/ccc/v20200210/ccc_models.ts +3 -3
- package/src/services/cdb/v20170320/cdb_models.ts +15 -3
- package/src/services/cdn/v20180606/cdn_client.ts +2 -0
- package/src/services/cdn/v20180606/cdn_models.ts +46 -0
- package/src/services/cfw/v20190904/cfw_client.ts +16 -3
- package/src/services/cfw/v20190904/cfw_models.ts +158 -22
- package/src/services/cls/v20201016/cls_client.ts +0 -12
- package/src/services/cls/v20201016/cls_models.ts +2 -1
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +41 -0
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +5 -1
- package/src/services/ecm/v20190719/ecm_models.ts +8 -0
- package/src/services/emr/v20190103/emr_client.ts +14 -1
- package/src/services/emr/v20190103/emr_models.ts +190 -58
- package/src/services/ess/v20201111/ess_client.ts +2 -1
- package/src/services/ess/v20201111/ess_models.ts +17 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +4 -2
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +88 -26
- package/src/services/mongodb/v20190725/mongodb_client.ts +12 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +36 -0
- package/src/services/monitor/v20180724/monitor_models.ts +3 -8
- package/src/services/ocr/v20181119/ocr_models.ts +8 -0
- package/src/services/redis/v20180412/redis_models.ts +2 -3
- package/src/services/tke/v20180525/tke_client.ts +19 -6
- package/src/services/tke/v20180525/tke_models.ts +96 -0
- package/src/services/trtc/v20190722/trtc_models.ts +3 -3
- package/src/services/vm/v20201229/vm_client.ts +4 -4
- package/src/services/vm/v20201229/vm_models.ts +131 -44
- package/src/services/vm/v20210922/vm_models.ts +25 -26
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/src/services/waf/v20180125/waf_models.ts +13 -41
- package/src/services/wedata/v20210820/wedata_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_client.d.ts +0 -1
- package/tencentcloud/services/ams/v20201229/ams_client.js +0 -1
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +209 -76
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +3 -3
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +15 -3
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +44 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +155 -22
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +0 -12
- package/tencentcloud/services/cls/v20201016/cls_client.js +0 -12
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +41 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +5 -1
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +8 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +186 -57
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +2 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +2 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +86 -26
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +5 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +6 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +34 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +3 -8
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +2 -3
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +7 -3
- package/tencentcloud/services/tke/v20180525/tke_client.js +9 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +93 -0
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +3 -3
- package/tencentcloud/services/vm/v20201229/vm_client.d.ts +1 -3
- package/tencentcloud/services/vm/v20201229/vm_client.js +1 -3
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +129 -44
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +25 -26
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +13 -41
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/cfw.v20190904.test.js +10 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/mongodb.v20190725.test.js +10 -0
- package/test/tke.v20180525.test.js +12 -2
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 音频内容安全(ams) 版本:2020-12-29
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 11 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-07-
|
|
7
|
+
发布时间:2024-07-26 01:08:05
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1219/53256)
|
|
16
16
|
|
|
17
|
-
*
|
|
17
|
+
* 新增出参:MediaInfo
|
|
18
18
|
|
|
19
19
|
|
|
20
|
+
新增数据结构:
|
|
20
21
|
|
|
22
|
+
* [LabelResults](https://cloud.tencent.com/document/api/1219/53259#LabelResults)
|
|
23
|
+
* [SpeakerResults](https://cloud.tencent.com/document/api/1219/53259#SpeakerResults)
|
|
24
|
+
* [TravelResults](https://cloud.tencent.com/document/api/1219/53259#TravelResults)
|
|
21
25
|
|
|
22
|
-
|
|
26
|
+
修改数据结构:
|
|
23
27
|
|
|
24
|
-
|
|
28
|
+
* [AudioResult](https://cloud.tencent.com/document/api/1219/53259#AudioResult)
|
|
25
29
|
|
|
26
|
-
|
|
30
|
+
* 新增成员:SpeakerResults, LabelResults, TravelResults
|
|
27
31
|
|
|
28
|
-
|
|
32
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
|
|
29
33
|
|
|
30
|
-
|
|
34
|
+
* [AudioSegments](https://cloud.tencent.com/document/api/1219/53259#AudioSegments)
|
|
31
35
|
|
|
32
|
-
|
|
36
|
+
* 新增成员:CreatedAt
|
|
33
37
|
|
|
34
|
-
* [
|
|
38
|
+
* [TaskData](https://cloud.tencent.com/document/api/1219/53259#TaskData)
|
|
35
39
|
|
|
36
|
-
|
|
40
|
+
* 新增成员:InputInfo
|
|
37
41
|
|
|
38
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo)
|
|
39
42
|
|
|
40
|
-
* 新增成员:Details
|
|
41
43
|
|
|
42
44
|
|
|
45
|
+
## 音频内容安全(ams) 版本:2020-06-08
|
|
43
46
|
|
|
44
47
|
|
|
45
|
-
## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
|
|
46
48
|
|
|
47
|
-
|
|
49
|
+
## 云拨测(cat) 版本:2018-04-09
|
|
48
50
|
|
|
49
|
-
|
|
51
|
+
### 第 18 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2024-07-26 01:15:04
|
|
50
54
|
|
|
51
55
|
本次发布包含了以下内容:
|
|
52
56
|
|
|
53
57
|
改善已有的文档。
|
|
54
58
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
* [InstanceDetail](https://cloud.tencent.com/document/api/1387/102385#InstanceDetail)
|
|
59
|
+
修改接口:
|
|
58
60
|
|
|
59
|
-
|
|
61
|
+
* [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
|
|
60
62
|
|
|
61
|
-
*
|
|
63
|
+
* 新增入参:SubSyncFlag
|
|
62
64
|
|
|
63
|
-
* 新增成员:Details
|
|
64
65
|
|
|
65
66
|
|
|
66
67
|
|
|
68
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
67
69
|
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
### 第 31 次发布
|
|
70
|
+
### 第 162 次发布
|
|
71
71
|
|
|
72
|
-
发布时间:2024-07-
|
|
72
|
+
发布时间:2024-07-26 01:16:06
|
|
73
73
|
|
|
74
74
|
本次发布包含了以下内容:
|
|
75
75
|
|
|
@@ -77,142 +77,190 @@
|
|
|
77
77
|
|
|
78
78
|
修改接口:
|
|
79
79
|
|
|
80
|
-
* [
|
|
80
|
+
* [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
|
|
81
81
|
|
|
82
|
-
* 新增入参:
|
|
82
|
+
* 新增入参:ClusterTopology
|
|
83
83
|
|
|
84
|
+
* [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
|
|
84
85
|
|
|
86
|
+
* 新增入参:ClusterTopology
|
|
85
87
|
|
|
88
|
+
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
|
|
86
89
|
|
|
87
|
-
|
|
90
|
+
* 新增入参:ClusterTopology
|
|
88
91
|
|
|
89
92
|
|
|
90
93
|
|
|
91
|
-
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
92
94
|
|
|
93
|
-
|
|
95
|
+
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
94
96
|
|
|
95
|
-
|
|
97
|
+
### 第 128 次发布
|
|
98
|
+
|
|
99
|
+
发布时间:2024-07-26 01:17:46
|
|
96
100
|
|
|
97
101
|
本次发布包含了以下内容:
|
|
98
102
|
|
|
99
103
|
改善已有的文档。
|
|
100
104
|
|
|
101
|
-
|
|
105
|
+
修改接口:
|
|
106
|
+
|
|
107
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
108
|
+
|
|
109
|
+
* 新增入参:ParamFilter
|
|
102
110
|
|
|
103
|
-
* [CreateDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109156)
|
|
104
|
-
* [DescribeDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109155)
|
|
105
|
-
* [DescribeDBInstanceParamTplDetail](https://cloud.tencent.com/document/api/240/109154)
|
|
106
|
-
* [DropDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109153)
|
|
107
|
-
* [ModifyDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109152)
|
|
108
111
|
|
|
109
112
|
新增数据结构:
|
|
110
113
|
|
|
111
|
-
* [
|
|
112
|
-
* [
|
|
114
|
+
* [ParamFilter](https://cloud.tencent.com/document/api/228/30987#ParamFilter)
|
|
115
|
+
* [ParamFilterRule](https://cloud.tencent.com/document/api/228/30987#ParamFilterRule)
|
|
113
116
|
|
|
117
|
+
修改数据结构:
|
|
114
118
|
|
|
119
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
115
120
|
|
|
116
|
-
|
|
121
|
+
* 新增成员:ParamFilter
|
|
117
122
|
|
|
118
123
|
|
|
119
124
|
|
|
120
|
-
## 弹性微服务(tem) 版本:2021-07-01
|
|
121
125
|
|
|
122
|
-
|
|
126
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
123
127
|
|
|
124
|
-
|
|
128
|
+
### 第 60 次发布
|
|
129
|
+
|
|
130
|
+
发布时间:2024-07-26 01:19:51
|
|
125
131
|
|
|
126
132
|
本次发布包含了以下内容:
|
|
127
133
|
|
|
128
134
|
改善已有的文档。
|
|
129
135
|
|
|
130
|
-
|
|
136
|
+
新增接口:
|
|
131
137
|
|
|
132
|
-
* [
|
|
138
|
+
* [DescribeNatFwDnatRule](https://cloud.tencent.com/document/api/1132/109336)
|
|
133
139
|
|
|
134
|
-
|
|
140
|
+
新增数据结构:
|
|
135
141
|
|
|
142
|
+
* [DescNatDnatRule](https://cloud.tencent.com/document/api/1132/49071#DescNatDnatRule)
|
|
136
143
|
|
|
144
|
+
修改数据结构:
|
|
137
145
|
|
|
146
|
+
* [VpcFwGroupInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwGroupInfo)
|
|
138
147
|
|
|
139
|
-
|
|
148
|
+
* 新增成员:NeedSwitchCcnOverlap, CcnId
|
|
140
149
|
|
|
141
150
|
|
|
142
151
|
|
|
143
|
-
## 高性能计算平台(thpc) 版本:2023-03-21
|
|
144
152
|
|
|
145
|
-
|
|
153
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
146
154
|
|
|
147
|
-
|
|
155
|
+
### 第 98 次发布
|
|
156
|
+
|
|
157
|
+
发布时间:2024-07-26 01:29:47
|
|
148
158
|
|
|
149
159
|
本次发布包含了以下内容:
|
|
150
160
|
|
|
151
161
|
改善已有的文档。
|
|
152
162
|
|
|
153
|
-
|
|
163
|
+
修改接口:
|
|
154
164
|
|
|
155
|
-
* [
|
|
156
|
-
* [DetachNodes](https://cloud.tencent.com/document/api/1527/109157)
|
|
165
|
+
* [CreateCLSDelivery](https://cloud.tencent.com/document/api/1003/106079)
|
|
157
166
|
|
|
158
|
-
|
|
167
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
159
168
|
|
|
160
|
-
* [
|
|
169
|
+
* [DeleteCLSDelivery](https://cloud.tencent.com/document/api/1003/106078)
|
|
161
170
|
|
|
162
|
-
* 新增入参:
|
|
171
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
172
|
+
|
|
173
|
+
* [DescribeInstanceCLSLogDelivery](https://cloud.tencent.com/document/api/1003/106077)
|
|
174
|
+
|
|
175
|
+
* 新增入参:LogType
|
|
176
|
+
|
|
177
|
+
* [StartCLSDelivery](https://cloud.tencent.com/document/api/1003/106076)
|
|
178
|
+
|
|
179
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
180
|
+
|
|
181
|
+
* [StopCLSDelivery](https://cloud.tencent.com/document/api/1003/106075)
|
|
182
|
+
|
|
183
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
163
184
|
|
|
164
185
|
|
|
165
186
|
修改数据结构:
|
|
166
187
|
|
|
167
|
-
* [
|
|
188
|
+
* [InstanceCLSDeliveryInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceCLSDeliveryInfo)
|
|
168
189
|
|
|
169
|
-
* 新增成员:
|
|
190
|
+
* 新增成员:LogType
|
|
170
191
|
|
|
171
|
-
* [NodeOverview](https://cloud.tencent.com/document/api/1527/89579#NodeOverview)
|
|
172
192
|
|
|
173
|
-
* 新增成员:NodeId
|
|
174
193
|
|
|
175
|
-
* <font color="#dd0000">**修改成员**:</font>InstanceId, Zone, NodeState, ImageId, QueueName, NodeRole, NodeType
|
|
176
194
|
|
|
195
|
+
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
177
196
|
|
|
197
|
+
### 第 75 次发布
|
|
178
198
|
|
|
199
|
+
发布时间:2024-07-26 01:38:19
|
|
179
200
|
|
|
180
|
-
|
|
201
|
+
本次发布包含了以下内容:
|
|
181
202
|
|
|
203
|
+
改善已有的文档。
|
|
182
204
|
|
|
205
|
+
修改接口:
|
|
183
206
|
|
|
184
|
-
|
|
207
|
+
* [ModifyVpcAttribute](https://cloud.tencent.com/document/api/1108/43567)
|
|
185
208
|
|
|
209
|
+
* 新增入参:DnsServers, DomainName
|
|
186
210
|
|
|
187
211
|
|
|
188
|
-
## 容器服务(tke) 版本:2022-05-01
|
|
189
212
|
|
|
190
|
-
### 第 3 次发布
|
|
191
213
|
|
|
192
|
-
|
|
214
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
215
|
+
|
|
216
|
+
### 第 69 次发布
|
|
217
|
+
|
|
218
|
+
发布时间:2024-07-25 14:51:25
|
|
193
219
|
|
|
194
220
|
本次发布包含了以下内容:
|
|
195
221
|
|
|
196
222
|
改善已有的文档。
|
|
197
223
|
|
|
198
|
-
|
|
224
|
+
新增接口:
|
|
199
225
|
|
|
200
|
-
* [
|
|
226
|
+
* [DescribeTrinoQueryInfo](https://cloud.tencent.com/document/api/589/109323)
|
|
201
227
|
|
|
202
|
-
|
|
228
|
+
修改接口:
|
|
203
229
|
|
|
230
|
+
* [InquiryPriceRenewInstance](https://cloud.tencent.com/document/api/589/38064)
|
|
204
231
|
|
|
232
|
+
* <font color="#dd0000">**修改入参**:</font>Placement
|
|
205
233
|
|
|
234
|
+
* [InquiryPriceUpdateInstance](https://cloud.tencent.com/document/api/589/38063)
|
|
206
235
|
|
|
207
|
-
|
|
236
|
+
* <font color="#dd0000">**修改入参**:</font>UpdateSpec, Placement
|
|
208
237
|
|
|
238
|
+
* 新增出参:NewConfigPrice
|
|
209
239
|
|
|
210
240
|
|
|
211
|
-
|
|
241
|
+
新增数据结构:
|
|
212
242
|
|
|
213
|
-
|
|
243
|
+
* [PriceResult](https://cloud.tencent.com/document/api/589/33981#PriceResult)
|
|
244
|
+
* [TrinoQueryInfo](https://cloud.tencent.com/document/api/589/33981#TrinoQueryInfo)
|
|
214
245
|
|
|
215
|
-
|
|
246
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
247
|
+
|
|
248
|
+
* TriggerConditions
|
|
249
|
+
|
|
250
|
+
修改数据结构:
|
|
251
|
+
|
|
252
|
+
* [LoadAutoScaleStrategy](https://cloud.tencent.com/document/api/589/33981#LoadAutoScaleStrategy)
|
|
253
|
+
|
|
254
|
+
* <font color="#dd0000">**删除成员**:</font>LoadMetrics, MetricId, StatisticPeriod, TriggerThreshold, TriggerConditions
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
260
|
+
|
|
261
|
+
### 第 14 次发布
|
|
262
|
+
|
|
263
|
+
发布时间:2024-07-26 01:44:41
|
|
216
264
|
|
|
217
265
|
本次发布包含了以下内容:
|
|
218
266
|
|
|
@@ -220,46 +268,55 @@
|
|
|
220
268
|
|
|
221
269
|
修改接口:
|
|
222
270
|
|
|
223
|
-
* [
|
|
271
|
+
* [SubmitHunyuanImageJob](https://cloud.tencent.com/document/api/1729/105969)
|
|
224
272
|
|
|
225
|
-
* 新增入参:
|
|
273
|
+
* 新增入参:Num, Seed, LogoParam
|
|
226
274
|
|
|
275
|
+
* [TextToImageLite](https://cloud.tencent.com/document/api/1729/108738)
|
|
227
276
|
|
|
277
|
+
* 新增入参:LogoParam
|
|
228
278
|
|
|
229
279
|
|
|
230
|
-
|
|
280
|
+
新增数据结构:
|
|
231
281
|
|
|
232
|
-
|
|
282
|
+
* [LogoParam](https://cloud.tencent.com/document/api/1729/101838#LogoParam)
|
|
283
|
+
* [LogoRect](https://cloud.tencent.com/document/api/1729/101838#LogoRect)
|
|
233
284
|
|
|
234
|
-
发布时间:2024-07-24 02:26:47
|
|
235
285
|
|
|
236
|
-
本次发布包含了以下内容:
|
|
237
286
|
|
|
238
|
-
|
|
287
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
239
288
|
|
|
240
|
-
修改接口:
|
|
241
289
|
|
|
242
|
-
* [ModifyVpnGatewayAttribute](https://cloud.tencent.com/document/api/215/17507)
|
|
243
290
|
|
|
244
|
-
|
|
291
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
245
292
|
|
|
293
|
+
### 第 176 次发布
|
|
246
294
|
|
|
247
|
-
|
|
295
|
+
发布时间:2024-07-26 02:19:58
|
|
248
296
|
|
|
249
|
-
|
|
297
|
+
本次发布包含了以下内容:
|
|
250
298
|
|
|
251
|
-
|
|
299
|
+
改善已有的文档。
|
|
252
300
|
|
|
253
|
-
|
|
301
|
+
新增接口:
|
|
254
302
|
|
|
303
|
+
* [DescribeReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/109337)
|
|
255
304
|
|
|
305
|
+
新增数据结构:
|
|
256
306
|
|
|
307
|
+
* [ReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/31866#ReservedInstanceUtilizationRate)
|
|
257
308
|
|
|
258
|
-
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
259
309
|
|
|
260
|
-
### 第 100 次发布
|
|
261
310
|
|
|
262
|
-
|
|
311
|
+
## 视频内容安全(vm) 版本:2021-09-22
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
## 视频内容安全(vm) 版本:2020-12-29
|
|
316
|
+
|
|
317
|
+
### 第 8 次发布
|
|
318
|
+
|
|
319
|
+
发布时间:2024-07-26 02:26:27
|
|
263
320
|
|
|
264
321
|
本次发布包含了以下内容:
|
|
265
322
|
|
|
@@ -267,24 +324,37 @@
|
|
|
267
324
|
|
|
268
325
|
修改接口:
|
|
269
326
|
|
|
270
|
-
* [
|
|
327
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/51878)
|
|
271
328
|
|
|
272
|
-
*
|
|
329
|
+
* 新增出参:SegmentCosUrlList, AudioText, TryInSeconds, Asrs
|
|
273
330
|
|
|
274
|
-
* [DescribeTableSchemaInfo](https://cloud.tencent.com/document/api/1267/82542)
|
|
275
331
|
|
|
276
|
-
|
|
332
|
+
新增数据结构:
|
|
277
333
|
|
|
334
|
+
* [RcbAsr](https://cloud.tencent.com/document/api/1265/51881#RcbAsr)
|
|
335
|
+
* [SegmentCosUrlList](https://cloud.tencent.com/document/api/1265/51881#SegmentCosUrlList)
|
|
278
336
|
|
|
279
337
|
修改数据结构:
|
|
280
338
|
|
|
281
|
-
* [
|
|
339
|
+
* [ImageResult](https://cloud.tencent.com/document/api/1265/51881#ImageResult)
|
|
282
340
|
|
|
283
|
-
* 新增成员:
|
|
341
|
+
* 新增成员:RecognitionResults
|
|
342
|
+
|
|
343
|
+
* [ImageResultsResultDetail](https://cloud.tencent.com/document/api/1265/51881#ImageResultsResultDetail)
|
|
344
|
+
|
|
345
|
+
* 新增成员:SubLabel
|
|
346
|
+
|
|
347
|
+
* [ImageSegments](https://cloud.tencent.com/document/api/1265/51881#ImageSegments)
|
|
348
|
+
|
|
349
|
+
* 新增成员:CreatedAt, OffsetusTime
|
|
284
350
|
|
|
285
351
|
|
|
286
352
|
|
|
287
353
|
|
|
354
|
+
## 视频内容安全(vm) 版本:2020-07-09
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
288
358
|
# 历次版本更新如下:
|
|
289
359
|
|
|
290
360
|
## 活动防刷(aa) 版本:2020-02-24
|
|
@@ -1908,6 +1978,44 @@
|
|
|
1908
1978
|
|
|
1909
1979
|
## 音频内容安全(ams) 版本:2020-12-29
|
|
1910
1980
|
|
|
1981
|
+
### 第 11 次发布
|
|
1982
|
+
|
|
1983
|
+
发布时间:2024-07-26 01:08:05
|
|
1984
|
+
|
|
1985
|
+
本次发布包含了以下内容:
|
|
1986
|
+
|
|
1987
|
+
改善已有的文档。
|
|
1988
|
+
|
|
1989
|
+
修改接口:
|
|
1990
|
+
|
|
1991
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1219/53256)
|
|
1992
|
+
|
|
1993
|
+
* 新增出参:MediaInfo
|
|
1994
|
+
|
|
1995
|
+
|
|
1996
|
+
新增数据结构:
|
|
1997
|
+
|
|
1998
|
+
* [[LabelResults](https://cloud.tencent.com/document/api/1219/53259#LabelResults)](https://cloud.tencent.com/document/api/1219/53259#[LabelResults](https://cloud.tencent.com/document/api/1219/53259#LabelResults))
|
|
1999
|
+
* [[SpeakerResults](https://cloud.tencent.com/document/api/1219/53259#SpeakerResults)](https://cloud.tencent.com/document/api/1219/53259#[SpeakerResults](https://cloud.tencent.com/document/api/1219/53259#SpeakerResults))
|
|
2000
|
+
* [[TravelResults](https://cloud.tencent.com/document/api/1219/53259#TravelResults)](https://cloud.tencent.com/document/api/1219/53259#[TravelResults](https://cloud.tencent.com/document/api/1219/53259#TravelResults))
|
|
2001
|
+
|
|
2002
|
+
修改数据结构:
|
|
2003
|
+
|
|
2004
|
+
* [AudioResult](https://cloud.tencent.com/document/api/1219/53259#AudioResult)
|
|
2005
|
+
|
|
2006
|
+
* 新增成员:SpeakerResults, LabelResults, TravelResults
|
|
2007
|
+
|
|
2008
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
|
|
2009
|
+
|
|
2010
|
+
* [AudioSegments](https://cloud.tencent.com/document/api/1219/53259#AudioSegments)
|
|
2011
|
+
|
|
2012
|
+
* 新增成员:CreatedAt
|
|
2013
|
+
|
|
2014
|
+
* [TaskData](https://cloud.tencent.com/document/api/1219/53259#TaskData)
|
|
2015
|
+
|
|
2016
|
+
* 新增成员:InputInfo
|
|
2017
|
+
|
|
2018
|
+
|
|
1911
2019
|
### 第 10 次发布
|
|
1912
2020
|
|
|
1913
2021
|
发布时间:2023-12-22 01:06:11
|
|
@@ -14058,6 +14166,21 @@
|
|
|
14058
14166
|
|
|
14059
14167
|
## 云拨测(cat) 版本:2018-04-09
|
|
14060
14168
|
|
|
14169
|
+
### 第 18 次发布
|
|
14170
|
+
|
|
14171
|
+
发布时间:2024-07-26 01:15:04
|
|
14172
|
+
|
|
14173
|
+
本次发布包含了以下内容:
|
|
14174
|
+
|
|
14175
|
+
改善已有的文档。
|
|
14176
|
+
|
|
14177
|
+
修改接口:
|
|
14178
|
+
|
|
14179
|
+
* [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
|
|
14180
|
+
|
|
14181
|
+
* 新增入参:SubSyncFlag
|
|
14182
|
+
|
|
14183
|
+
|
|
14061
14184
|
### 第 17 次发布
|
|
14062
14185
|
|
|
14063
14186
|
发布时间:2024-06-12 01:16:37
|
|
@@ -16860,6 +16983,29 @@
|
|
|
16860
16983
|
|
|
16861
16984
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
16862
16985
|
|
|
16986
|
+
### 第 162 次发布
|
|
16987
|
+
|
|
16988
|
+
发布时间:2024-07-26 01:16:06
|
|
16989
|
+
|
|
16990
|
+
本次发布包含了以下内容:
|
|
16991
|
+
|
|
16992
|
+
改善已有的文档。
|
|
16993
|
+
|
|
16994
|
+
修改接口:
|
|
16995
|
+
|
|
16996
|
+
* [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
|
|
16997
|
+
|
|
16998
|
+
* 新增入参:ClusterTopology
|
|
16999
|
+
|
|
17000
|
+
* [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
|
|
17001
|
+
|
|
17002
|
+
* 新增入参:ClusterTopology
|
|
17003
|
+
|
|
17004
|
+
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
|
|
17005
|
+
|
|
17006
|
+
* 新增入参:ClusterTopology
|
|
17007
|
+
|
|
17008
|
+
|
|
16863
17009
|
### 第 161 次发布
|
|
16864
17010
|
|
|
16865
17011
|
发布时间:2024-07-23 01:10:42
|
|
@@ -20293,6 +20439,33 @@
|
|
|
20293
20439
|
|
|
20294
20440
|
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
20295
20441
|
|
|
20442
|
+
### 第 128 次发布
|
|
20443
|
+
|
|
20444
|
+
发布时间:2024-07-26 01:17:46
|
|
20445
|
+
|
|
20446
|
+
本次发布包含了以下内容:
|
|
20447
|
+
|
|
20448
|
+
改善已有的文档。
|
|
20449
|
+
|
|
20450
|
+
修改接口:
|
|
20451
|
+
|
|
20452
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
20453
|
+
|
|
20454
|
+
* 新增入参:ParamFilter
|
|
20455
|
+
|
|
20456
|
+
|
|
20457
|
+
新增数据结构:
|
|
20458
|
+
|
|
20459
|
+
* [[ParamFilter](https://cloud.tencent.com/document/api/228/30987#ParamFilter)](https://cloud.tencent.com/document/api/228/30987#[ParamFilter](https://cloud.tencent.com/document/api/228/30987#ParamFilter))
|
|
20460
|
+
* [[ParamFilterRule](https://cloud.tencent.com/document/api/228/30987#ParamFilterRule)](https://cloud.tencent.com/document/api/228/30987#[ParamFilterRule](https://cloud.tencent.com/document/api/228/30987#ParamFilterRule))
|
|
20461
|
+
|
|
20462
|
+
修改数据结构:
|
|
20463
|
+
|
|
20464
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
20465
|
+
|
|
20466
|
+
* 新增成员:ParamFilter
|
|
20467
|
+
|
|
20468
|
+
|
|
20296
20469
|
### 第 127 次发布
|
|
20297
20470
|
|
|
20298
20471
|
发布时间:2024-05-21 01:17:01
|
|
@@ -23149,7 +23322,7 @@
|
|
|
23149
23322
|
|
|
23150
23323
|
新增数据结构:
|
|
23151
23324
|
|
|
23152
|
-
* [
|
|
23325
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/1299/83429#InstanceDetail)
|
|
23153
23326
|
|
|
23154
23327
|
修改数据结构:
|
|
23155
23328
|
|
|
@@ -23568,7 +23741,7 @@
|
|
|
23568
23741
|
|
|
23569
23742
|
新增数据结构:
|
|
23570
23743
|
|
|
23571
|
-
* [
|
|
23744
|
+
* [InstanceDetail](https://cloud.tencent.com/document/api/1387/102385#InstanceDetail)
|
|
23572
23745
|
|
|
23573
23746
|
修改数据结构:
|
|
23574
23747
|
|
|
@@ -24837,6 +25010,48 @@
|
|
|
24837
25010
|
|
|
24838
25011
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
24839
25012
|
|
|
25013
|
+
### 第 60 次发布
|
|
25014
|
+
|
|
25015
|
+
发布时间:2024-07-26 01:19:51
|
|
25016
|
+
|
|
25017
|
+
本次发布包含了以下内容:
|
|
25018
|
+
|
|
25019
|
+
改善已有的文档。
|
|
25020
|
+
|
|
25021
|
+
新增接口:
|
|
25022
|
+
|
|
25023
|
+
* [[DescribeNatFwDnatRule](https://cloud.tencent.com/document/api/1132/109336)](https://cloud.tencent.com/document/api/#/#)
|
|
25024
|
+
|
|
25025
|
+
新增数据结构:
|
|
25026
|
+
|
|
25027
|
+
* [[DescNatDnatRule](https://cloud.tencent.com/document/api/1132/49071#DescNatDnatRule)](https://cloud.tencent.com/document/api/1132/49071#[DescNatDnatRule](https://cloud.tencent.com/document/api/1132/49071#DescNatDnatRule))
|
|
25028
|
+
|
|
25029
|
+
修改数据结构:
|
|
25030
|
+
|
|
25031
|
+
* [VpcFwGroupInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwGroupInfo)
|
|
25032
|
+
|
|
25033
|
+
* 新增成员:NeedSwitchCcnOverlap, CcnId
|
|
25034
|
+
|
|
25035
|
+
|
|
25036
|
+
### 第 59 次发布
|
|
25037
|
+
|
|
25038
|
+
发布时间:2024-07-25 01:19:29
|
|
25039
|
+
|
|
25040
|
+
本次发布包含了以下内容:
|
|
25041
|
+
|
|
25042
|
+
改善已有的文档。
|
|
25043
|
+
|
|
25044
|
+
修改接口:
|
|
25045
|
+
|
|
25046
|
+
* [DescribeAddressTemplateList](https://cloud.tencent.com/document/api/1132/97918)
|
|
25047
|
+
|
|
25048
|
+
* 新增出参:UsedTemplateCount, TemplateQuotaCount
|
|
25049
|
+
|
|
25050
|
+
* [DescribeLogs](https://cloud.tencent.com/document/api/1132/91646)
|
|
25051
|
+
|
|
25052
|
+
* 新增出参:AppProtocolList
|
|
25053
|
+
|
|
25054
|
+
|
|
24840
25055
|
### 第 58 次发布
|
|
24841
25056
|
|
|
24842
25057
|
发布时间:2024-06-06 01:22:29
|
|
@@ -31917,6 +32132,19 @@
|
|
|
31917
32132
|
|
|
31918
32133
|
## 日志服务(cls) 版本:2020-10-16
|
|
31919
32134
|
|
|
32135
|
+
### 第 100 次发布
|
|
32136
|
+
|
|
32137
|
+
发布时间:2024-07-25 01:22:39
|
|
32138
|
+
|
|
32139
|
+
本次发布包含了以下内容:
|
|
32140
|
+
|
|
32141
|
+
改善已有的文档。
|
|
32142
|
+
|
|
32143
|
+
修改接口:
|
|
32144
|
+
|
|
32145
|
+
* [UploadLog](https://cloud.tencent.com/document/api/614/59470)
|
|
32146
|
+
|
|
32147
|
+
|
|
31920
32148
|
### 第 99 次发布
|
|
31921
32149
|
|
|
31922
32150
|
发布时间:2024-07-05 01:06:07
|
|
@@ -45521,6 +45749,44 @@
|
|
|
45521
45749
|
|
|
45522
45750
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
45523
45751
|
|
|
45752
|
+
### 第 98 次发布
|
|
45753
|
+
|
|
45754
|
+
发布时间:2024-07-26 01:29:47
|
|
45755
|
+
|
|
45756
|
+
本次发布包含了以下内容:
|
|
45757
|
+
|
|
45758
|
+
改善已有的文档。
|
|
45759
|
+
|
|
45760
|
+
修改接口:
|
|
45761
|
+
|
|
45762
|
+
* [CreateCLSDelivery](https://cloud.tencent.com/document/api/1003/106079)
|
|
45763
|
+
|
|
45764
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
45765
|
+
|
|
45766
|
+
* [DeleteCLSDelivery](https://cloud.tencent.com/document/api/1003/106078)
|
|
45767
|
+
|
|
45768
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
45769
|
+
|
|
45770
|
+
* [DescribeInstanceCLSLogDelivery](https://cloud.tencent.com/document/api/1003/106077)
|
|
45771
|
+
|
|
45772
|
+
* 新增入参:LogType
|
|
45773
|
+
|
|
45774
|
+
* [StartCLSDelivery](https://cloud.tencent.com/document/api/1003/106076)
|
|
45775
|
+
|
|
45776
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
45777
|
+
|
|
45778
|
+
* [StopCLSDelivery](https://cloud.tencent.com/document/api/1003/106075)
|
|
45779
|
+
|
|
45780
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
45781
|
+
|
|
45782
|
+
|
|
45783
|
+
修改数据结构:
|
|
45784
|
+
|
|
45785
|
+
* [InstanceCLSDeliveryInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceCLSDeliveryInfo)
|
|
45786
|
+
|
|
45787
|
+
* 新增成员:LogType
|
|
45788
|
+
|
|
45789
|
+
|
|
45524
45790
|
### 第 97 次发布
|
|
45525
45791
|
|
|
45526
45792
|
发布时间:2024-07-22 01:29:16
|
|
@@ -49209,6 +49475,21 @@
|
|
|
49209
49475
|
|
|
49210
49476
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
49211
49477
|
|
|
49478
|
+
### 第 30 次发布
|
|
49479
|
+
|
|
49480
|
+
发布时间:2024-07-25 01:31:31
|
|
49481
|
+
|
|
49482
|
+
本次发布包含了以下内容:
|
|
49483
|
+
|
|
49484
|
+
改善已有的文档。
|
|
49485
|
+
|
|
49486
|
+
修改接口:
|
|
49487
|
+
|
|
49488
|
+
* [CreateKillTask](https://cloud.tencent.com/document/api/1130/67783)
|
|
49489
|
+
|
|
49490
|
+
* 新增入参:Infos
|
|
49491
|
+
|
|
49492
|
+
|
|
49212
49493
|
### 第 29 次发布
|
|
49213
49494
|
|
|
49214
49495
|
发布时间:2024-05-27 01:30:50
|
|
@@ -57950,6 +58231,21 @@
|
|
|
57950
58231
|
|
|
57951
58232
|
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
57952
58233
|
|
|
58234
|
+
### 第 75 次发布
|
|
58235
|
+
|
|
58236
|
+
发布时间:2024-07-26 01:38:19
|
|
58237
|
+
|
|
58238
|
+
本次发布包含了以下内容:
|
|
58239
|
+
|
|
58240
|
+
改善已有的文档。
|
|
58241
|
+
|
|
58242
|
+
修改接口:
|
|
58243
|
+
|
|
58244
|
+
* [ModifyVpcAttribute](https://cloud.tencent.com/document/api/1108/43567)
|
|
58245
|
+
|
|
58246
|
+
* 新增入参:DnsServers, DomainName
|
|
58247
|
+
|
|
58248
|
+
|
|
57953
58249
|
### 第 74 次发布
|
|
57954
58250
|
|
|
57955
58251
|
发布时间:2024-02-21 01:14:56
|
|
@@ -60158,6 +60454,47 @@
|
|
|
60158
60454
|
|
|
60159
60455
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
60160
60456
|
|
|
60457
|
+
### 第 69 次发布
|
|
60458
|
+
|
|
60459
|
+
发布时间:2024-07-25 14:51:25
|
|
60460
|
+
|
|
60461
|
+
本次发布包含了以下内容:
|
|
60462
|
+
|
|
60463
|
+
改善已有的文档。
|
|
60464
|
+
|
|
60465
|
+
新增接口:
|
|
60466
|
+
|
|
60467
|
+
* [[DescribeTrinoQueryInfo](https://cloud.tencent.com/document/api/589/109323)](https://cloud.tencent.com/document/api/#/#)
|
|
60468
|
+
|
|
60469
|
+
修改接口:
|
|
60470
|
+
|
|
60471
|
+
* [InquiryPriceRenewInstance](https://cloud.tencent.com/document/api/589/38064)
|
|
60472
|
+
|
|
60473
|
+
* <font color="#dd0000">**修改入参**:</font>Placement
|
|
60474
|
+
|
|
60475
|
+
* [InquiryPriceUpdateInstance](https://cloud.tencent.com/document/api/589/38063)
|
|
60476
|
+
|
|
60477
|
+
* <font color="#dd0000">**修改入参**:</font>UpdateSpec, Placement
|
|
60478
|
+
|
|
60479
|
+
* 新增出参:NewConfigPrice
|
|
60480
|
+
|
|
60481
|
+
|
|
60482
|
+
新增数据结构:
|
|
60483
|
+
|
|
60484
|
+
* [[PriceResult](https://cloud.tencent.com/document/api/589/33981#PriceResult)](https://cloud.tencent.com/document/api/589/33981#[PriceResult](https://cloud.tencent.com/document/api/589/33981#PriceResult))
|
|
60485
|
+
* [[TrinoQueryInfo](https://cloud.tencent.com/document/api/589/33981#TrinoQueryInfo)](https://cloud.tencent.com/document/api/589/33981#[TrinoQueryInfo](https://cloud.tencent.com/document/api/589/33981#TrinoQueryInfo))
|
|
60486
|
+
|
|
60487
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
60488
|
+
|
|
60489
|
+
* TriggerConditions
|
|
60490
|
+
|
|
60491
|
+
修改数据结构:
|
|
60492
|
+
|
|
60493
|
+
* [LoadAutoScaleStrategy](https://cloud.tencent.com/document/api/589/33981#LoadAutoScaleStrategy)
|
|
60494
|
+
|
|
60495
|
+
* <font color="#dd0000">**删除成员**:</font>LoadMetrics, MetricId, StatisticPeriod, TriggerThreshold, TriggerConditions
|
|
60496
|
+
|
|
60497
|
+
|
|
60161
60498
|
### 第 68 次发布
|
|
60162
60499
|
|
|
60163
60500
|
发布时间:2024-07-01 01:15:45
|
|
@@ -63149,6 +63486,21 @@
|
|
|
63149
63486
|
|
|
63150
63487
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
63151
63488
|
|
|
63489
|
+
### 第 181 次发布
|
|
63490
|
+
|
|
63491
|
+
发布时间:2024-07-25 01:39:56
|
|
63492
|
+
|
|
63493
|
+
本次发布包含了以下内容:
|
|
63494
|
+
|
|
63495
|
+
改善已有的文档。
|
|
63496
|
+
|
|
63497
|
+
修改接口:
|
|
63498
|
+
|
|
63499
|
+
* [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1323/109065)
|
|
63500
|
+
|
|
63501
|
+
* 新增入参:AuthorizedOrganizationName, AuthToMe
|
|
63502
|
+
|
|
63503
|
+
|
|
63152
63504
|
### 第 180 次发布
|
|
63153
63505
|
|
|
63154
63506
|
发布时间:2024-07-23 01:33:50
|
|
@@ -75181,6 +75533,30 @@
|
|
|
75181
75533
|
|
|
75182
75534
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
75183
75535
|
|
|
75536
|
+
### 第 14 次发布
|
|
75537
|
+
|
|
75538
|
+
发布时间:2024-07-26 01:44:41
|
|
75539
|
+
|
|
75540
|
+
本次发布包含了以下内容:
|
|
75541
|
+
|
|
75542
|
+
改善已有的文档。
|
|
75543
|
+
|
|
75544
|
+
修改接口:
|
|
75545
|
+
|
|
75546
|
+
* [SubmitHunyuanImageJob](https://cloud.tencent.com/document/api/1729/105969)
|
|
75547
|
+
|
|
75548
|
+
* 新增入参:Num, Seed, LogoParam
|
|
75549
|
+
|
|
75550
|
+
* [TextToImageLite](https://cloud.tencent.com/document/api/1729/108738)
|
|
75551
|
+
|
|
75552
|
+
* 新增入参:LogoParam
|
|
75553
|
+
|
|
75554
|
+
|
|
75555
|
+
新增数据结构:
|
|
75556
|
+
|
|
75557
|
+
* [[LogoParam](https://cloud.tencent.com/document/api/1729/101838#LogoParam)](https://cloud.tencent.com/document/api/1729/101838#[LogoParam](https://cloud.tencent.com/document/api/1729/101838#LogoParam))
|
|
75558
|
+
* [[LogoRect](https://cloud.tencent.com/document/api/1729/101838#LogoRect)](https://cloud.tencent.com/document/api/1729/101838#[LogoRect](https://cloud.tencent.com/document/api/1729/101838#LogoRect))
|
|
75559
|
+
|
|
75184
75560
|
### 第 13 次发布
|
|
75185
75561
|
|
|
75186
75562
|
发布时间:2024-07-23 01:37:38
|
|
@@ -91469,6 +91845,29 @@
|
|
|
91469
91845
|
|
|
91470
91846
|
## 云数据库 MongoDB(mongodb) 版本:2019-07-25
|
|
91471
91847
|
|
|
91848
|
+
### 第 44 次发布
|
|
91849
|
+
|
|
91850
|
+
发布时间:2024-07-25 01:56:02
|
|
91851
|
+
|
|
91852
|
+
本次发布包含了以下内容:
|
|
91853
|
+
|
|
91854
|
+
改善已有的文档。
|
|
91855
|
+
|
|
91856
|
+
新增接口:
|
|
91857
|
+
|
|
91858
|
+
* [RestartNodes](https://cloud.tencent.com/document/api/240/109311)
|
|
91859
|
+
|
|
91860
|
+
修改接口:
|
|
91861
|
+
|
|
91862
|
+
* [CreateDBInstance](https://cloud.tencent.com/document/api/240/38571)
|
|
91863
|
+
|
|
91864
|
+
* 新增入参:ParamTemplateId
|
|
91865
|
+
|
|
91866
|
+
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/240/38570)
|
|
91867
|
+
|
|
91868
|
+
* 新增入参:ParamTemplateId
|
|
91869
|
+
|
|
91870
|
+
|
|
91472
91871
|
### 第 43 次发布
|
|
91473
91872
|
|
|
91474
91873
|
发布时间:2024-07-24 01:54:54
|
|
@@ -91479,16 +91878,16 @@
|
|
|
91479
91878
|
|
|
91480
91879
|
新增接口:
|
|
91481
91880
|
|
|
91482
|
-
* [
|
|
91483
|
-
* [
|
|
91484
|
-
* [
|
|
91485
|
-
* [
|
|
91486
|
-
* [
|
|
91881
|
+
* [CreateDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109156)
|
|
91882
|
+
* [DescribeDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109155)
|
|
91883
|
+
* [DescribeDBInstanceParamTplDetail](https://cloud.tencent.com/document/api/240/109154)
|
|
91884
|
+
* [DropDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109153)
|
|
91885
|
+
* [ModifyDBInstanceParamTpl](https://cloud.tencent.com/document/api/240/109152)
|
|
91487
91886
|
|
|
91488
91887
|
新增数据结构:
|
|
91489
91888
|
|
|
91490
|
-
* [
|
|
91491
|
-
* [
|
|
91889
|
+
* [ParamTpl](https://cloud.tencent.com/document/api/240/38576#ParamTpl)
|
|
91890
|
+
* [ParamType](https://cloud.tencent.com/document/api/240/38576#ParamType)
|
|
91492
91891
|
|
|
91493
91892
|
### 第 42 次发布
|
|
91494
91893
|
|
|
@@ -100683,6 +101082,23 @@
|
|
|
100683
101082
|
|
|
100684
101083
|
## 文字识别(ocr) 版本:2018-11-19
|
|
100685
101084
|
|
|
101085
|
+
### 第 143 次发布
|
|
101086
|
+
|
|
101087
|
+
发布时间:2024-07-25 02:00:21
|
|
101088
|
+
|
|
101089
|
+
本次发布包含了以下内容:
|
|
101090
|
+
|
|
101091
|
+
改善已有的文档。
|
|
101092
|
+
|
|
101093
|
+
修改接口:
|
|
101094
|
+
|
|
101095
|
+
* [PermitOCR](https://cloud.tencent.com/document/api/866/37074)
|
|
101096
|
+
|
|
101097
|
+
* 新增入参:CropPortrait
|
|
101098
|
+
|
|
101099
|
+
* 新增出参:PortraitImage
|
|
101100
|
+
|
|
101101
|
+
|
|
100686
101102
|
### 第 142 次发布
|
|
100687
101103
|
|
|
100688
101104
|
发布时间:2024-07-09 01:19:41
|
|
@@ -132103,8 +132519,8 @@
|
|
|
132103
132519
|
|
|
132104
132520
|
新增接口:
|
|
132105
132521
|
|
|
132106
|
-
* [
|
|
132107
|
-
* [
|
|
132522
|
+
* [AttachNodes](https://cloud.tencent.com/document/api/1527/109158)
|
|
132523
|
+
* [DetachNodes](https://cloud.tencent.com/document/api/1527/109157)
|
|
132108
132524
|
|
|
132109
132525
|
修改接口:
|
|
132110
132526
|
|
|
@@ -136258,6 +136674,22 @@
|
|
|
136258
136674
|
|
|
136259
136675
|
## 容器服务(tke) 版本:2018-05-25
|
|
136260
136676
|
|
|
136677
|
+
### 第 176 次发布
|
|
136678
|
+
|
|
136679
|
+
发布时间:2024-07-26 02:19:58
|
|
136680
|
+
|
|
136681
|
+
本次发布包含了以下内容:
|
|
136682
|
+
|
|
136683
|
+
改善已有的文档。
|
|
136684
|
+
|
|
136685
|
+
新增接口:
|
|
136686
|
+
|
|
136687
|
+
* [[DescribeReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/109337)](https://cloud.tencent.com/document/api/#/#)
|
|
136688
|
+
|
|
136689
|
+
新增数据结构:
|
|
136690
|
+
|
|
136691
|
+
* [[ReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/31866#ReservedInstanceUtilizationRate)](https://cloud.tencent.com/document/api/457/31866#[ReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/31866#ReservedInstanceUtilizationRate))
|
|
136692
|
+
|
|
136261
136693
|
### 第 175 次发布
|
|
136262
136694
|
|
|
136263
136695
|
发布时间:2024-06-27 01:21:28
|
|
@@ -148163,6 +148595,41 @@
|
|
|
148163
148595
|
|
|
148164
148596
|
## 视频内容安全(vm) 版本:2020-12-29
|
|
148165
148597
|
|
|
148598
|
+
### 第 8 次发布
|
|
148599
|
+
|
|
148600
|
+
发布时间:2024-07-26 02:26:27
|
|
148601
|
+
|
|
148602
|
+
本次发布包含了以下内容:
|
|
148603
|
+
|
|
148604
|
+
改善已有的文档。
|
|
148605
|
+
|
|
148606
|
+
修改接口:
|
|
148607
|
+
|
|
148608
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/51878)
|
|
148609
|
+
|
|
148610
|
+
* 新增出参:SegmentCosUrlList, AudioText, TryInSeconds, Asrs
|
|
148611
|
+
|
|
148612
|
+
|
|
148613
|
+
新增数据结构:
|
|
148614
|
+
|
|
148615
|
+
* [[RcbAsr](https://cloud.tencent.com/document/api/1265/51881#RcbAsr)](https://cloud.tencent.com/document/api/1265/51881#[RcbAsr](https://cloud.tencent.com/document/api/1265/51881#RcbAsr))
|
|
148616
|
+
* [[SegmentCosUrlList](https://cloud.tencent.com/document/api/1265/51881#SegmentCosUrlList)](https://cloud.tencent.com/document/api/1265/51881#[SegmentCosUrlList](https://cloud.tencent.com/document/api/1265/51881#SegmentCosUrlList))
|
|
148617
|
+
|
|
148618
|
+
修改数据结构:
|
|
148619
|
+
|
|
148620
|
+
* [ImageResult](https://cloud.tencent.com/document/api/1265/51881#ImageResult)
|
|
148621
|
+
|
|
148622
|
+
* 新增成员:RecognitionResults
|
|
148623
|
+
|
|
148624
|
+
* [ImageResultsResultDetail](https://cloud.tencent.com/document/api/1265/51881#ImageResultsResultDetail)
|
|
148625
|
+
|
|
148626
|
+
* 新增成员:SubLabel
|
|
148627
|
+
|
|
148628
|
+
* [ImageSegments](https://cloud.tencent.com/document/api/1265/51881#ImageSegments)
|
|
148629
|
+
|
|
148630
|
+
* 新增成员:CreatedAt, OffsetusTime
|
|
148631
|
+
|
|
148632
|
+
|
|
148166
148633
|
### 第 7 次发布
|
|
148167
148634
|
|
|
148168
148635
|
发布时间:2023-02-07 02:12:35
|
|
@@ -160534,6 +161001,21 @@
|
|
|
160534
161001
|
|
|
160535
161002
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
160536
161003
|
|
|
161004
|
+
### 第 101 次发布
|
|
161005
|
+
|
|
161006
|
+
发布时间:2024-07-25 02:32:09
|
|
161007
|
+
|
|
161008
|
+
本次发布包含了以下内容:
|
|
161009
|
+
|
|
161010
|
+
改善已有的文档。
|
|
161011
|
+
|
|
161012
|
+
修改数据结构:
|
|
161013
|
+
|
|
161014
|
+
* [OrganizationalFunction](https://cloud.tencent.com/document/api/1267/76336#OrganizationalFunction)
|
|
161015
|
+
|
|
161016
|
+
* 新增成员:EnvType
|
|
161017
|
+
|
|
161018
|
+
|
|
160537
161019
|
### 第 100 次发布
|
|
160538
161020
|
|
|
160539
161021
|
发布时间:2024-07-24 02:30:53
|