tencentcloud-sdk-nodejs 4.0.940 → 4.0.942
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 +383 -0
- package/SERVICE_CHANGELOG.md +611 -38
- package/package.json +1 -1
- package/products.md +15 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +8 -0
- package/src/services/asr/v20190614/asr_client.ts +71 -57
- package/src/services/asr/v20190614/asr_models.ts +967 -895
- package/src/services/cfg/v20210820/cfg_models.ts +4 -0
- package/src/services/cwp/v20180228/cwp_client.ts +5 -3
- package/src/services/cwp/v20180228/cwp_models.ts +131 -48
- package/src/services/dlc/v20210125/dlc_models.ts +4 -0
- package/src/services/dsgc/v20190723/dsgc_models.ts +1 -1
- package/src/services/ims/v20201229/ims_client.ts +1 -1
- package/src/services/ims/v20201229/ims_models.ts +3 -3
- package/src/services/index.ts +1 -0
- package/src/services/lke/v20231130/lke_client.ts +576 -478
- package/src/services/lke/v20231130/lke_models.ts +516 -98
- package/src/services/mps/v20190612/mps_models.ts +8 -3
- package/src/services/mqtt/index.ts +5 -0
- package/src/services/mqtt/v20240516/index.ts +6 -0
- package/src/services/mqtt/v20240516/mqtt_client.ts +275 -0
- package/src/services/mqtt/v20240516/mqtt_models.ts +1112 -0
- package/src/services/tcss/v20201101/tcss_client.ts +4 -2
- package/src/services/tke/v20180525/tke_client.ts +40 -16
- package/src/services/tke/v20180525/tke_models.ts +154 -70
- package/src/services/vdb/v20230616/vdb_models.ts +5 -0
- package/src/services/vod/v20180717/vod_client.ts +2 -1
- package/src/services/vod/v20180717/vod_models.ts +34 -1
- package/src/services/vpc/v20170312/vpc_models.ts +17 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +8 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +5 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +998 -930
- package/tencentcloud/services/cfg/v20210820/cfg_models.d.ts +4 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +1 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +128 -47
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +4 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +1 -1
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +1 -1
- package/tencentcloud/services/ims/v20201229/ims_client.js +1 -1
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +3 -3
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +195 -163
- package/tencentcloud/services/lke/v20231130/lke_client.js +288 -240
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +497 -97
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +7 -2
- package/tencentcloud/services/mqtt/index.d.ts +6 -0
- package/tencentcloud/services/mqtt/index.js +7 -0
- package/tencentcloud/services/mqtt/v20240516/index.d.ts +6 -0
- package/tencentcloud/services/mqtt/v20240516/index.js +9 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.d.ts +95 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +154 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +1051 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.js +18 -0
- package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +3 -1
- package/tencentcloud/services/tcss/v20201101/tcss_client.js +3 -1
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +13 -5
- package/tencentcloud/services/tke/v20180525/tke_client.js +18 -6
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +150 -70
- package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +5 -0
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +33 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +17 -1
- package/test/asr.v20190614.test.js +10 -0
- package/test/lke.v20231130.test.js +238 -158
- package/test/mqtt.v20240516.test.js +211 -0
- package/test/tke.v20180525.test.js +24 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,50 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 73 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-09-
|
|
7
|
+
发布时间:2024-09-20 12:54:26
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [ServiceSettings](https://cloud.tencent.com/document/api/377/20453#ServiceSettings)
|
|
16
|
+
|
|
17
|
+
* 新增成员:ReplaceMode
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 语音识别(asr) 版本:2019-06-14
|
|
23
|
+
|
|
24
|
+
### 第 40 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-09-23 01:07:54
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
34
|
+
* [GetUsageByDate](https://cloud.tencent.com/document/api/1093/111167)
|
|
35
|
+
|
|
36
|
+
新增数据结构:
|
|
37
|
+
|
|
38
|
+
* [UsageByDateInfo](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfo)
|
|
39
|
+
* [UsageByDateInfoData](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfoData)
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
44
|
+
|
|
45
|
+
### 第 20 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2024-09-20 12:56:59
|
|
8
48
|
|
|
9
49
|
本次发布包含了以下内容:
|
|
10
50
|
|
|
@@ -12,38 +52,205 @@
|
|
|
12
52
|
|
|
13
53
|
修改接口:
|
|
14
54
|
|
|
15
|
-
* [
|
|
55
|
+
* [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775)
|
|
16
56
|
|
|
17
|
-
* 新增入参:
|
|
57
|
+
* 新增入参:Record
|
|
18
58
|
|
|
19
|
-
* [ModifyDBInstanceSecurityGroups](https://cloud.tencent.com/document/api/236/15853)
|
|
20
59
|
|
|
21
|
-
* 新增入参:OpResourceId
|
|
22
60
|
|
|
23
|
-
* [ModifyDBInstanceVipVport](https://cloud.tencent.com/document/api/236/15867)
|
|
24
61
|
|
|
25
|
-
|
|
62
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
26
63
|
|
|
27
|
-
|
|
64
|
+
### 第 123 次发布
|
|
28
65
|
|
|
29
|
-
|
|
66
|
+
发布时间:2024-09-20 12:58:49
|
|
30
67
|
|
|
31
|
-
|
|
68
|
+
本次发布包含了以下内容:
|
|
32
69
|
|
|
33
|
-
|
|
70
|
+
改善已有的文档。
|
|
71
|
+
|
|
72
|
+
修改接口:
|
|
73
|
+
|
|
74
|
+
* [CheckBashPolicyParams](https://cloud.tencent.com/document/api/296/99650)
|
|
75
|
+
|
|
76
|
+
* 新增入参:Rules
|
|
77
|
+
|
|
78
|
+
* [ModifyJavaMemShellsStatus](https://cloud.tencent.com/document/api/296/99654)
|
|
79
|
+
|
|
80
|
+
* 新增入参:UpdateAll
|
|
81
|
+
|
|
82
|
+
* <font color="#dd0000">**修改入参**:</font>Ids
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
新增数据结构:
|
|
86
|
+
|
|
87
|
+
* [CommandLine](https://cloud.tencent.com/document/api/296/19867#CommandLine)
|
|
88
|
+
* [PolicyRules](https://cloud.tencent.com/document/api/296/19867#PolicyRules)
|
|
89
|
+
|
|
90
|
+
修改数据结构:
|
|
91
|
+
|
|
92
|
+
* [BashPolicy](https://cloud.tencent.com/document/api/296/19867#BashPolicy)
|
|
93
|
+
|
|
94
|
+
* 新增成员:Rules
|
|
95
|
+
|
|
96
|
+
* [JavaMemShellInfo](https://cloud.tencent.com/document/api/296/19867#JavaMemShellInfo)
|
|
97
|
+
|
|
98
|
+
* 新增成员:ClassName, SuperClassName, Interfaces, Annotations, LoaderClassName
|
|
99
|
+
|
|
100
|
+
* <font color="#dd0000">**修改成员**:</font>Id, Alias, HostIp, Type, Description, CreateTime, RecentFoundTime, Status, Quuid, MachineExtraInfo, Uuid
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
106
|
+
|
|
107
|
+
### 第 104 次发布
|
|
108
|
+
|
|
109
|
+
发布时间:2024-09-20 13:00:46
|
|
110
|
+
|
|
111
|
+
本次发布包含了以下内容:
|
|
112
|
+
|
|
113
|
+
改善已有的文档。
|
|
114
|
+
|
|
115
|
+
修改接口:
|
|
116
|
+
|
|
117
|
+
* [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
|
|
118
|
+
|
|
119
|
+
* 新增入参:IsMultiStatement
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
125
|
+
|
|
126
|
+
### 第 17 次发布
|
|
127
|
+
|
|
128
|
+
发布时间:2024-09-20 13:06:39
|
|
129
|
+
|
|
130
|
+
本次发布包含了以下内容:
|
|
131
|
+
|
|
132
|
+
改善已有的文档。
|
|
133
|
+
|
|
134
|
+
新增接口:
|
|
135
|
+
|
|
136
|
+
* [DescribeCallStatsGraph](https://cloud.tencent.com/document/api/1759/111069)
|
|
137
|
+
* [DescribeConcurrencyUsage](https://cloud.tencent.com/document/api/1759/111068)
|
|
138
|
+
* [DescribeConcurrencyUsageGraph](https://cloud.tencent.com/document/api/1759/111067)
|
|
139
|
+
* [DescribeKnowledgeUsage](https://cloud.tencent.com/document/api/1759/111066)
|
|
140
|
+
* [DescribeKnowledgeUsagePieGraph](https://cloud.tencent.com/document/api/1759/111065)
|
|
141
|
+
* [DescribeSearchStatsGraph](https://cloud.tencent.com/document/api/1759/111064)
|
|
142
|
+
* [DescribeTokenUsage](https://cloud.tencent.com/document/api/1759/111063)
|
|
143
|
+
* [DescribeTokenUsageGraph](https://cloud.tencent.com/document/api/1759/111062)
|
|
144
|
+
|
|
145
|
+
新增数据结构:
|
|
146
|
+
|
|
147
|
+
* [KnowledgeCapacityPieGraphDetail](https://cloud.tencent.com/document/api/1759/105104#KnowledgeCapacityPieGraphDetail)
|
|
148
|
+
* [Stat](https://cloud.tencent.com/document/api/1759/105104#Stat)
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
## 媒体处理(mps) 版本:2019-06-12
|
|
153
|
+
|
|
154
|
+
### 第 96 次发布
|
|
155
|
+
|
|
156
|
+
发布时间:2024-09-20 13:07:52
|
|
157
|
+
|
|
158
|
+
本次发布包含了以下内容:
|
|
159
|
+
|
|
160
|
+
改善已有的文档。
|
|
161
|
+
|
|
162
|
+
修改数据结构:
|
|
163
|
+
|
|
164
|
+
* [ModifyOutputInfo](https://cloud.tencent.com/document/api/862/37615#ModifyOutputInfo)
|
|
165
|
+
|
|
166
|
+
* 新增成员:Zones
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## 消息队列 MQTT 版(mqtt) 版本:2024-05-16
|
|
172
|
+
|
|
173
|
+
### 第 2 次发布
|
|
174
|
+
|
|
175
|
+
发布时间:2024-09-20 13:08:14
|
|
176
|
+
|
|
177
|
+
本次发布包含了以下内容:
|
|
178
|
+
|
|
179
|
+
改善已有的文档。
|
|
180
|
+
|
|
181
|
+
新增接口:
|
|
182
|
+
|
|
183
|
+
* [CreateAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111079)
|
|
184
|
+
* [CreateJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111078)
|
|
185
|
+
* [CreateJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111077)
|
|
186
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/1778/111084)
|
|
187
|
+
* [DeleteAuthenticator](https://cloud.tencent.com/document/api/1778/111088)
|
|
188
|
+
* [DeleteAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111076)
|
|
189
|
+
* [DeleteTopic](https://cloud.tencent.com/document/api/1778/111083)
|
|
190
|
+
* [DescribeAuthenticator](https://cloud.tencent.com/document/api/1778/111075)
|
|
191
|
+
* [DescribeAuthorizationPolicies](https://cloud.tencent.com/document/api/1778/111074)
|
|
192
|
+
* [DescribeTopic](https://cloud.tencent.com/document/api/1778/111073)
|
|
193
|
+
* [DescribeTopicList](https://cloud.tencent.com/document/api/1778/111082)
|
|
194
|
+
* [ModifyAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111072)
|
|
195
|
+
* [ModifyJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111087)
|
|
196
|
+
* [ModifyJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111086)
|
|
197
|
+
* [ModifyTopic](https://cloud.tencent.com/document/api/1778/111081)
|
|
198
|
+
* [RegisterDeviceCertificate](https://cloud.tencent.com/document/api/1778/111071)
|
|
199
|
+
* [UpdateAuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111070)
|
|
200
|
+
|
|
201
|
+
新增数据结构:
|
|
202
|
+
|
|
203
|
+
* [AuthorizationPolicyItem](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyItem)
|
|
204
|
+
* [AuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyPriority)
|
|
205
|
+
* [MQTTAuthenticatorItem](https://cloud.tencent.com/document/api/1778/111031#MQTTAuthenticatorItem)
|
|
206
|
+
* [MQTTTopicItem](https://cloud.tencent.com/document/api/1778/111031#MQTTTopicItem)
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
211
|
+
|
|
212
|
+
### 第 27 次发布
|
|
213
|
+
|
|
214
|
+
发布时间:2024-09-20 13:08:23
|
|
215
|
+
|
|
216
|
+
本次发布包含了以下内容:
|
|
217
|
+
|
|
218
|
+
改善已有的文档。
|
|
219
|
+
|
|
220
|
+
修改数据结构:
|
|
221
|
+
|
|
222
|
+
* [PTNM](https://cloud.tencent.com/document/api/1314/56230#PTNM)
|
|
223
|
+
|
|
224
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Index, Src, Value, PT, PN, PM, Coords
|
|
34
225
|
|
|
35
226
|
|
|
36
227
|
|
|
37
228
|
|
|
229
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
230
|
+
|
|
231
|
+
### 第 65 次发布
|
|
232
|
+
|
|
233
|
+
发布时间:2024-09-20 13:11:46
|
|
234
|
+
|
|
235
|
+
本次发布包含了以下内容:
|
|
236
|
+
|
|
237
|
+
改善已有的文档。
|
|
238
|
+
|
|
239
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
240
|
+
|
|
241
|
+
* DeleteCompliancePolicyItemFromWhitelist
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
|
|
38
245
|
## 容器服务(tke) 版本:2022-05-01
|
|
39
246
|
|
|
40
247
|
|
|
41
248
|
|
|
42
249
|
## 容器服务(tke) 版本:2018-05-25
|
|
43
250
|
|
|
44
|
-
### 第
|
|
251
|
+
### 第 181 次发布
|
|
45
252
|
|
|
46
|
-
发布时间:2024-09-
|
|
253
|
+
发布时间:2024-09-23 01:27:12
|
|
47
254
|
|
|
48
255
|
本次发布包含了以下内容:
|
|
49
256
|
|
|
@@ -51,40 +258,50 @@
|
|
|
51
258
|
|
|
52
259
|
新增接口:
|
|
53
260
|
|
|
54
|
-
* [
|
|
55
|
-
* [ModifyOpenPolicyList](https://cloud.tencent.com/document/api/457/111010)
|
|
261
|
+
* [DescribeLogConfigs](https://cloud.tencent.com/document/api/457/111168)
|
|
56
262
|
|
|
57
|
-
|
|
263
|
+
### 第 180 次发布
|
|
58
264
|
|
|
59
|
-
|
|
265
|
+
发布时间:2024-09-20 13:13:40
|
|
60
266
|
|
|
61
|
-
|
|
267
|
+
本次发布包含了以下内容:
|
|
62
268
|
|
|
269
|
+
改善已有的文档。
|
|
63
270
|
|
|
64
|
-
|
|
271
|
+
新增接口:
|
|
65
272
|
|
|
66
|
-
* [
|
|
67
|
-
|
|
68
|
-
|
|
273
|
+
* [DeleteLogConfigs](https://cloud.tencent.com/document/api/457/111089)
|
|
274
|
+
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
## 向量数据库(vdb) 版本:2023-06-16
|
|
278
|
+
|
|
279
|
+
### 第 6 次发布
|
|
280
|
+
|
|
281
|
+
发布时间:2024-09-20 13:15:27
|
|
282
|
+
|
|
283
|
+
本次发布包含了以下内容:
|
|
284
|
+
|
|
285
|
+
改善已有的文档。
|
|
69
286
|
|
|
70
287
|
修改数据结构:
|
|
71
288
|
|
|
72
|
-
* [
|
|
289
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
|
|
73
290
|
|
|
74
|
-
* 新增成员:
|
|
291
|
+
* 新增成员:ApiVersion
|
|
75
292
|
|
|
76
|
-
* [ClusterNetworkSettings](https://cloud.tencent.com/document/api/457/31866#ClusterNetworkSettings)
|
|
77
293
|
|
|
78
|
-
* <font color="#dd0000">**修改成员**:</font>IgnoreClusterCIDRConflict, MaxNodePodNum, MaxClusterServiceNum, Ipvs, VpcId, Cni
|
|
79
294
|
|
|
80
295
|
|
|
296
|
+
## 云点播(vod) 版本:2024-07-18
|
|
81
297
|
|
|
82
298
|
|
|
83
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
84
299
|
|
|
85
|
-
|
|
300
|
+
## 云点播(vod) 版本:2018-07-17
|
|
86
301
|
|
|
87
|
-
|
|
302
|
+
### 第 187 次发布
|
|
303
|
+
|
|
304
|
+
发布时间:2024-09-20 13:15:33
|
|
88
305
|
|
|
89
306
|
本次发布包含了以下内容:
|
|
90
307
|
|
|
@@ -92,9 +309,49 @@
|
|
|
92
309
|
|
|
93
310
|
修改接口:
|
|
94
311
|
|
|
95
|
-
* [
|
|
312
|
+
* [DescribeEventConfig](https://cloud.tencent.com/document/api/266/55296)
|
|
96
313
|
|
|
97
|
-
*
|
|
314
|
+
* 新增出参:PersistenceCompleteEventSwitch
|
|
315
|
+
|
|
316
|
+
* [ModifyEventConfig](https://cloud.tencent.com/document/api/266/55244)
|
|
317
|
+
|
|
318
|
+
* 新增入参:PersistenceCompleteEventSwitch
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
新增数据结构:
|
|
322
|
+
|
|
323
|
+
* [PersistenceCompleteTask](https://cloud.tencent.com/document/api/266/31773#PersistenceCompleteTask)
|
|
324
|
+
|
|
325
|
+
修改数据结构:
|
|
326
|
+
|
|
327
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
328
|
+
|
|
329
|
+
* 新增成员:PersistenceCompleteEvent
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
335
|
+
|
|
336
|
+
### 第 206 次发布
|
|
337
|
+
|
|
338
|
+
发布时间:2024-09-20 13:16:10
|
|
339
|
+
|
|
340
|
+
本次发布包含了以下内容:
|
|
341
|
+
|
|
342
|
+
改善已有的文档。
|
|
343
|
+
|
|
344
|
+
修改数据结构:
|
|
345
|
+
|
|
346
|
+
* [Address](https://cloud.tencent.com/document/api/215/15824#Address)
|
|
347
|
+
|
|
348
|
+
* 新增成员:UnVpcId
|
|
349
|
+
|
|
350
|
+
* [Quota](https://cloud.tencent.com/document/api/215/15824#Quota)
|
|
351
|
+
|
|
352
|
+
* 新增成员:QuotaGroup
|
|
353
|
+
|
|
354
|
+
* <font color="#dd0000">**修改成员**:</font>QuotaId, QuotaCurrent, QuotaLimit
|
|
98
355
|
|
|
99
356
|
|
|
100
357
|
|
|
@@ -5257,6 +5514,21 @@
|
|
|
5257
5514
|
|
|
5258
5515
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
5259
5516
|
|
|
5517
|
+
### 第 73 次发布
|
|
5518
|
+
|
|
5519
|
+
发布时间:2024-09-20 12:54:26
|
|
5520
|
+
|
|
5521
|
+
本次发布包含了以下内容:
|
|
5522
|
+
|
|
5523
|
+
改善已有的文档。
|
|
5524
|
+
|
|
5525
|
+
修改数据结构:
|
|
5526
|
+
|
|
5527
|
+
* [ServiceSettings](https://cloud.tencent.com/document/api/377/20453#ServiceSettings)
|
|
5528
|
+
|
|
5529
|
+
* 新增成员:ReplaceMode
|
|
5530
|
+
|
|
5531
|
+
|
|
5260
5532
|
### 第 72 次发布
|
|
5261
5533
|
|
|
5262
5534
|
发布时间:2024-08-08 01:09:56
|
|
@@ -6850,6 +7122,23 @@
|
|
|
6850
7122
|
|
|
6851
7123
|
## 语音识别(asr) 版本:2019-06-14
|
|
6852
7124
|
|
|
7125
|
+
### 第 40 次发布
|
|
7126
|
+
|
|
7127
|
+
发布时间:2024-09-23 01:07:54
|
|
7128
|
+
|
|
7129
|
+
本次发布包含了以下内容:
|
|
7130
|
+
|
|
7131
|
+
改善已有的文档。
|
|
7132
|
+
|
|
7133
|
+
新增接口:
|
|
7134
|
+
|
|
7135
|
+
* [[GetUsageByDate](https://cloud.tencent.com/document/api/1093/111167)](https://cloud.tencent.com/document/api/#/#)
|
|
7136
|
+
|
|
7137
|
+
新增数据结构:
|
|
7138
|
+
|
|
7139
|
+
* [[UsageByDateInfo](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfo)](https://cloud.tencent.com/document/api/1093/37824#[UsageByDateInfo](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfo))
|
|
7140
|
+
* [[UsageByDateInfoData](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfoData)](https://cloud.tencent.com/document/api/1093/37824#[UsageByDateInfoData](https://cloud.tencent.com/document/api/1093/37824#UsageByDateInfoData))
|
|
7141
|
+
|
|
6853
7142
|
### 第 39 次发布
|
|
6854
7143
|
|
|
6855
7144
|
发布时间:2024-09-02 01:09:58
|
|
@@ -24598,6 +24887,21 @@
|
|
|
24598
24887
|
|
|
24599
24888
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
24600
24889
|
|
|
24890
|
+
### 第 20 次发布
|
|
24891
|
+
|
|
24892
|
+
发布时间:2024-09-20 12:56:59
|
|
24893
|
+
|
|
24894
|
+
本次发布包含了以下内容:
|
|
24895
|
+
|
|
24896
|
+
改善已有的文档。
|
|
24897
|
+
|
|
24898
|
+
修改接口:
|
|
24899
|
+
|
|
24900
|
+
* [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775)
|
|
24901
|
+
|
|
24902
|
+
* 新增入参:Record
|
|
24903
|
+
|
|
24904
|
+
|
|
24601
24905
|
### 第 19 次发布
|
|
24602
24906
|
|
|
24603
24907
|
发布时间:2024-09-11 01:19:01
|
|
@@ -43130,6 +43434,45 @@
|
|
|
43130
43434
|
|
|
43131
43435
|
## 主机安全(cwp) 版本:2018-02-28
|
|
43132
43436
|
|
|
43437
|
+
### 第 123 次发布
|
|
43438
|
+
|
|
43439
|
+
发布时间:2024-09-20 12:58:49
|
|
43440
|
+
|
|
43441
|
+
本次发布包含了以下内容:
|
|
43442
|
+
|
|
43443
|
+
改善已有的文档。
|
|
43444
|
+
|
|
43445
|
+
修改接口:
|
|
43446
|
+
|
|
43447
|
+
* [CheckBashPolicyParams](https://cloud.tencent.com/document/api/296/99650)
|
|
43448
|
+
|
|
43449
|
+
* 新增入参:Rules
|
|
43450
|
+
|
|
43451
|
+
* [ModifyJavaMemShellsStatus](https://cloud.tencent.com/document/api/296/99654)
|
|
43452
|
+
|
|
43453
|
+
* 新增入参:UpdateAll
|
|
43454
|
+
|
|
43455
|
+
* <font color="#dd0000">**修改入参**:</font>Ids
|
|
43456
|
+
|
|
43457
|
+
|
|
43458
|
+
新增数据结构:
|
|
43459
|
+
|
|
43460
|
+
* [[CommandLine](https://cloud.tencent.com/document/api/296/19867#CommandLine)](https://cloud.tencent.com/document/api/296/19867#[CommandLine](https://cloud.tencent.com/document/api/296/19867#CommandLine))
|
|
43461
|
+
* [[PolicyRules](https://cloud.tencent.com/document/api/296/19867#PolicyRules)](https://cloud.tencent.com/document/api/296/19867#[PolicyRules](https://cloud.tencent.com/document/api/296/19867#PolicyRules))
|
|
43462
|
+
|
|
43463
|
+
修改数据结构:
|
|
43464
|
+
|
|
43465
|
+
* [BashPolicy](https://cloud.tencent.com/document/api/296/19867#BashPolicy)
|
|
43466
|
+
|
|
43467
|
+
* 新增成员:Rules
|
|
43468
|
+
|
|
43469
|
+
* [JavaMemShellInfo](https://cloud.tencent.com/document/api/296/19867#JavaMemShellInfo)
|
|
43470
|
+
|
|
43471
|
+
* 新增成员:ClassName, SuperClassName, Interfaces, Annotations, LoaderClassName
|
|
43472
|
+
|
|
43473
|
+
* <font color="#dd0000">**修改成员**:</font>Id, Alias, HostIp, Type, Description, CreateTime, RecentFoundTime, Status, Quuid, MachineExtraInfo, Uuid
|
|
43474
|
+
|
|
43475
|
+
|
|
43133
43476
|
### 第 122 次发布
|
|
43134
43477
|
|
|
43135
43478
|
发布时间:2024-08-23 01:22:42
|
|
@@ -53301,6 +53644,21 @@
|
|
|
53301
53644
|
|
|
53302
53645
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
53303
53646
|
|
|
53647
|
+
### 第 104 次发布
|
|
53648
|
+
|
|
53649
|
+
发布时间:2024-09-20 13:00:46
|
|
53650
|
+
|
|
53651
|
+
本次发布包含了以下内容:
|
|
53652
|
+
|
|
53653
|
+
改善已有的文档。
|
|
53654
|
+
|
|
53655
|
+
修改接口:
|
|
53656
|
+
|
|
53657
|
+
* [CreateTasks](https://cloud.tencent.com/document/api/1342/59274)
|
|
53658
|
+
|
|
53659
|
+
* 新增入参:IsMultiStatement
|
|
53660
|
+
|
|
53661
|
+
|
|
53304
53662
|
### 第 103 次发布
|
|
53305
53663
|
|
|
53306
53664
|
发布时间:2024-09-13 01:28:24
|
|
@@ -91650,6 +92008,30 @@
|
|
|
91650
92008
|
|
|
91651
92009
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
91652
92010
|
|
|
92011
|
+
### 第 17 次发布
|
|
92012
|
+
|
|
92013
|
+
发布时间:2024-09-20 13:06:39
|
|
92014
|
+
|
|
92015
|
+
本次发布包含了以下内容:
|
|
92016
|
+
|
|
92017
|
+
改善已有的文档。
|
|
92018
|
+
|
|
92019
|
+
新增接口:
|
|
92020
|
+
|
|
92021
|
+
* [[DescribeCallStatsGraph](https://cloud.tencent.com/document/api/1759/111069)](https://cloud.tencent.com/document/api/#/#)
|
|
92022
|
+
* [[DescribeConcurrencyUsage](https://cloud.tencent.com/document/api/1759/111068)](https://cloud.tencent.com/document/api/#/#)
|
|
92023
|
+
* [[DescribeConcurrencyUsageGraph](https://cloud.tencent.com/document/api/1759/111067)](https://cloud.tencent.com/document/api/#/#)
|
|
92024
|
+
* [[DescribeKnowledgeUsage](https://cloud.tencent.com/document/api/1759/111066)](https://cloud.tencent.com/document/api/#/#)
|
|
92025
|
+
* [[DescribeKnowledgeUsagePieGraph](https://cloud.tencent.com/document/api/1759/111065)](https://cloud.tencent.com/document/api/#/#)
|
|
92026
|
+
* [[DescribeSearchStatsGraph](https://cloud.tencent.com/document/api/1759/111064)](https://cloud.tencent.com/document/api/#/#)
|
|
92027
|
+
* [[DescribeTokenUsage](https://cloud.tencent.com/document/api/1759/111063)](https://cloud.tencent.com/document/api/#/#)
|
|
92028
|
+
* [[DescribeTokenUsageGraph](https://cloud.tencent.com/document/api/1759/111062)](https://cloud.tencent.com/document/api/#/#)
|
|
92029
|
+
|
|
92030
|
+
新增数据结构:
|
|
92031
|
+
|
|
92032
|
+
* [[KnowledgeCapacityPieGraphDetail](https://cloud.tencent.com/document/api/1759/105104#KnowledgeCapacityPieGraphDetail)](https://cloud.tencent.com/document/api/1759/105104#[KnowledgeCapacityPieGraphDetail](https://cloud.tencent.com/document/api/1759/105104#KnowledgeCapacityPieGraphDetail))
|
|
92033
|
+
* [[Stat](https://cloud.tencent.com/document/api/1759/105104#Stat)](https://cloud.tencent.com/document/api/1759/105104#[Stat](https://cloud.tencent.com/document/api/1759/105104#Stat))
|
|
92034
|
+
|
|
91653
92035
|
### 第 16 次发布
|
|
91654
92036
|
|
|
91655
92037
|
发布时间:2024-09-16 02:02:56
|
|
@@ -97763,6 +98145,21 @@
|
|
|
97763
98145
|
|
|
97764
98146
|
## 媒体处理(mps) 版本:2019-06-12
|
|
97765
98147
|
|
|
98148
|
+
### 第 96 次发布
|
|
98149
|
+
|
|
98150
|
+
发布时间:2024-09-20 13:07:52
|
|
98151
|
+
|
|
98152
|
+
本次发布包含了以下内容:
|
|
98153
|
+
|
|
98154
|
+
改善已有的文档。
|
|
98155
|
+
|
|
98156
|
+
修改数据结构:
|
|
98157
|
+
|
|
98158
|
+
* [ModifyOutputInfo](https://cloud.tencent.com/document/api/862/37615#ModifyOutputInfo)
|
|
98159
|
+
|
|
98160
|
+
* 新增成员:Zones
|
|
98161
|
+
|
|
98162
|
+
|
|
97766
98163
|
### 第 95 次发布
|
|
97767
98164
|
|
|
97768
98165
|
发布时间:2024-09-13 01:54:23
|
|
@@ -100694,8 +101091,82 @@
|
|
|
100694
101091
|
|
|
100695
101092
|
|
|
100696
101093
|
|
|
101094
|
+
## 消息队列 MQTT 版(mqtt) 版本:2024-05-16
|
|
101095
|
+
|
|
101096
|
+
### 第 2 次发布
|
|
101097
|
+
|
|
101098
|
+
发布时间:2024-09-20 13:08:14
|
|
101099
|
+
|
|
101100
|
+
本次发布包含了以下内容:
|
|
101101
|
+
|
|
101102
|
+
改善已有的文档。
|
|
101103
|
+
|
|
101104
|
+
新增接口:
|
|
101105
|
+
|
|
101106
|
+
* [[CreateAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111079)](https://cloud.tencent.com/document/api/#/#)
|
|
101107
|
+
* [[CreateJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111078)](https://cloud.tencent.com/document/api/#/#)
|
|
101108
|
+
* [[CreateJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111077)](https://cloud.tencent.com/document/api/#/#)
|
|
101109
|
+
* [[CreateTopic](https://cloud.tencent.com/document/api/1778/111084)](https://cloud.tencent.com/document/api/#/#)
|
|
101110
|
+
* [[DeleteAuthenticator](https://cloud.tencent.com/document/api/1778/111088)](https://cloud.tencent.com/document/api/#/#)
|
|
101111
|
+
* [[DeleteAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111076)](https://cloud.tencent.com/document/api/#/#)
|
|
101112
|
+
* [[DeleteTopic](https://cloud.tencent.com/document/api/1778/111083)](https://cloud.tencent.com/document/api/#/#)
|
|
101113
|
+
* [[DescribeAuthenticator](https://cloud.tencent.com/document/api/1778/111075)](https://cloud.tencent.com/document/api/#/#)
|
|
101114
|
+
* [[DescribeAuthorizationPolicies](https://cloud.tencent.com/document/api/1778/111074)](https://cloud.tencent.com/document/api/#/#)
|
|
101115
|
+
* [[DescribeTopic](https://cloud.tencent.com/document/api/1778/111073)](https://cloud.tencent.com/document/api/#/#)
|
|
101116
|
+
* [[DescribeTopicList](https://cloud.tencent.com/document/api/1778/111082)](https://cloud.tencent.com/document/api/#/#)
|
|
101117
|
+
* [[ModifyAuthorizationPolicy](https://cloud.tencent.com/document/api/1778/111072)](https://cloud.tencent.com/document/api/#/#)
|
|
101118
|
+
* [[ModifyJWKSAuthenticator](https://cloud.tencent.com/document/api/1778/111087)](https://cloud.tencent.com/document/api/#/#)
|
|
101119
|
+
* [[ModifyJWTAuthenticator](https://cloud.tencent.com/document/api/1778/111086)](https://cloud.tencent.com/document/api/#/#)
|
|
101120
|
+
* [[ModifyTopic](https://cloud.tencent.com/document/api/1778/111081)](https://cloud.tencent.com/document/api/#/#)
|
|
101121
|
+
* [[RegisterDeviceCertificate](https://cloud.tencent.com/document/api/1778/111071)](https://cloud.tencent.com/document/api/#/#)
|
|
101122
|
+
* [[UpdateAuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111070)](https://cloud.tencent.com/document/api/#/#)
|
|
101123
|
+
|
|
101124
|
+
新增数据结构:
|
|
101125
|
+
|
|
101126
|
+
* [[AuthorizationPolicyItem](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyItem)](https://cloud.tencent.com/document/api/1778/111031#[AuthorizationPolicyItem](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyItem))
|
|
101127
|
+
* [[AuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyPriority)](https://cloud.tencent.com/document/api/1778/111031#[AuthorizationPolicyPriority](https://cloud.tencent.com/document/api/1778/111031#AuthorizationPolicyPriority))
|
|
101128
|
+
* [[MQTTAuthenticatorItem](https://cloud.tencent.com/document/api/1778/111031#MQTTAuthenticatorItem)](https://cloud.tencent.com/document/api/1778/111031#[MQTTAuthenticatorItem](https://cloud.tencent.com/document/api/1778/111031#MQTTAuthenticatorItem))
|
|
101129
|
+
* [[MQTTTopicItem](https://cloud.tencent.com/document/api/1778/111031#MQTTTopicItem)](https://cloud.tencent.com/document/api/1778/111031#[MQTTTopicItem](https://cloud.tencent.com/document/api/1778/111031#MQTTTopicItem))
|
|
101130
|
+
|
|
101131
|
+
### 第 1 次发布
|
|
101132
|
+
|
|
101133
|
+
发布时间:2024-09-19 14:22:10
|
|
101134
|
+
|
|
101135
|
+
本次发布包含了以下内容:
|
|
101136
|
+
|
|
101137
|
+
改善已有的文档。
|
|
101138
|
+
|
|
101139
|
+
新增接口:
|
|
101140
|
+
|
|
101141
|
+
* [DescribeInstance](https://cloud.tencent.com/document/api/1778/111030)
|
|
101142
|
+
* [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)
|
|
101143
|
+
|
|
101144
|
+
新增数据结构:
|
|
101145
|
+
|
|
101146
|
+
* [Filter](https://cloud.tencent.com/document/api/1778/111031#Filter)
|
|
101147
|
+
* [MQTTInstanceItem](https://cloud.tencent.com/document/api/1778/111031#MQTTInstanceItem)
|
|
101148
|
+
* [TagFilter](https://cloud.tencent.com/document/api/1778/111031#TagFilter)
|
|
101149
|
+
|
|
101150
|
+
|
|
101151
|
+
|
|
101152
|
+
|
|
100697
101153
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
100698
101154
|
|
|
101155
|
+
### 第 27 次发布
|
|
101156
|
+
|
|
101157
|
+
发布时间:2024-09-20 13:08:23
|
|
101158
|
+
|
|
101159
|
+
本次发布包含了以下内容:
|
|
101160
|
+
|
|
101161
|
+
改善已有的文档。
|
|
101162
|
+
|
|
101163
|
+
修改数据结构:
|
|
101164
|
+
|
|
101165
|
+
* [PTNM](https://cloud.tencent.com/document/api/1314/56230#PTNM)
|
|
101166
|
+
|
|
101167
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Index, Src, Value, PT, PN, PM, Coords
|
|
101168
|
+
|
|
101169
|
+
|
|
100699
101170
|
### 第 26 次发布
|
|
100700
101171
|
|
|
100701
101172
|
发布时间:2024-06-14 02:16:42
|
|
@@ -125888,6 +126359,18 @@
|
|
|
125888
126359
|
|
|
125889
126360
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
125890
126361
|
|
|
126362
|
+
### 第 65 次发布
|
|
126363
|
+
|
|
126364
|
+
发布时间:2024-09-20 13:11:46
|
|
126365
|
+
|
|
126366
|
+
本次发布包含了以下内容:
|
|
126367
|
+
|
|
126368
|
+
改善已有的文档。
|
|
126369
|
+
|
|
126370
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
126371
|
+
|
|
126372
|
+
* DeleteCompliancePolicyItemFromWhitelist
|
|
126373
|
+
|
|
125891
126374
|
### 第 64 次发布
|
|
125892
126375
|
|
|
125893
126376
|
发布时间:2024-08-09 02:10:59
|
|
@@ -140436,6 +140919,30 @@
|
|
|
140436
140919
|
|
|
140437
140920
|
## 容器服务(tke) 版本:2018-05-25
|
|
140438
140921
|
|
|
140922
|
+
### 第 181 次发布
|
|
140923
|
+
|
|
140924
|
+
发布时间:2024-09-23 01:27:12
|
|
140925
|
+
|
|
140926
|
+
本次发布包含了以下内容:
|
|
140927
|
+
|
|
140928
|
+
改善已有的文档。
|
|
140929
|
+
|
|
140930
|
+
新增接口:
|
|
140931
|
+
|
|
140932
|
+
* [[DescribeLogConfigs](https://cloud.tencent.com/document/api/457/111168)](https://cloud.tencent.com/document/api/#/#)
|
|
140933
|
+
|
|
140934
|
+
### 第 180 次发布
|
|
140935
|
+
|
|
140936
|
+
发布时间:2024-09-20 13:13:40
|
|
140937
|
+
|
|
140938
|
+
本次发布包含了以下内容:
|
|
140939
|
+
|
|
140940
|
+
改善已有的文档。
|
|
140941
|
+
|
|
140942
|
+
新增接口:
|
|
140943
|
+
|
|
140944
|
+
* [[DeleteLogConfigs](https://cloud.tencent.com/document/api/457/111089)](https://cloud.tencent.com/document/api/#/#)
|
|
140945
|
+
|
|
140439
140946
|
### 第 179 次发布
|
|
140440
140947
|
|
|
140441
140948
|
发布时间:2024-09-19 02:21:23
|
|
@@ -140446,8 +140953,8 @@
|
|
|
140446
140953
|
|
|
140447
140954
|
新增接口:
|
|
140448
140955
|
|
|
140449
|
-
* [
|
|
140450
|
-
* [
|
|
140956
|
+
* [DescribeOpenPolicyList](https://cloud.tencent.com/document/api/457/111011)
|
|
140957
|
+
* [ModifyOpenPolicyList](https://cloud.tencent.com/document/api/457/111010)
|
|
140451
140958
|
|
|
140452
140959
|
修改接口:
|
|
140453
140960
|
|
|
@@ -140458,9 +140965,9 @@
|
|
|
140458
140965
|
|
|
140459
140966
|
新增数据结构:
|
|
140460
140967
|
|
|
140461
|
-
* [
|
|
140462
|
-
* [
|
|
140463
|
-
* [
|
|
140968
|
+
* [OpenConstraintInfo](https://cloud.tencent.com/document/api/457/31866#OpenConstraintInfo)
|
|
140969
|
+
* [OpenPolicyInfo](https://cloud.tencent.com/document/api/457/31866#OpenPolicyInfo)
|
|
140970
|
+
* [OpenPolicySwitch](https://cloud.tencent.com/document/api/457/31866#OpenPolicySwitch)
|
|
140464
140971
|
|
|
140465
140972
|
修改数据结构:
|
|
140466
140973
|
|
|
@@ -152730,6 +153237,21 @@
|
|
|
152730
153237
|
|
|
152731
153238
|
## 向量数据库(vdb) 版本:2023-06-16
|
|
152732
153239
|
|
|
153240
|
+
### 第 6 次发布
|
|
153241
|
+
|
|
153242
|
+
发布时间:2024-09-20 13:15:27
|
|
153243
|
+
|
|
153244
|
+
本次发布包含了以下内容:
|
|
153245
|
+
|
|
153246
|
+
改善已有的文档。
|
|
153247
|
+
|
|
153248
|
+
修改数据结构:
|
|
153249
|
+
|
|
153250
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
|
|
153251
|
+
|
|
153252
|
+
* 新增成员:ApiVersion
|
|
153253
|
+
|
|
153254
|
+
|
|
152733
153255
|
### 第 5 次发布
|
|
152734
153256
|
|
|
152735
153257
|
发布时间:2024-09-16 02:39:09
|
|
@@ -153242,6 +153764,36 @@
|
|
|
153242
153764
|
|
|
153243
153765
|
## 云点播(vod) 版本:2018-07-17
|
|
153244
153766
|
|
|
153767
|
+
### 第 187 次发布
|
|
153768
|
+
|
|
153769
|
+
发布时间:2024-09-20 13:15:33
|
|
153770
|
+
|
|
153771
|
+
本次发布包含了以下内容:
|
|
153772
|
+
|
|
153773
|
+
改善已有的文档。
|
|
153774
|
+
|
|
153775
|
+
修改接口:
|
|
153776
|
+
|
|
153777
|
+
* [DescribeEventConfig](https://cloud.tencent.com/document/api/266/55296)
|
|
153778
|
+
|
|
153779
|
+
* 新增出参:PersistenceCompleteEventSwitch
|
|
153780
|
+
|
|
153781
|
+
* [ModifyEventConfig](https://cloud.tencent.com/document/api/266/55244)
|
|
153782
|
+
|
|
153783
|
+
* 新增入参:PersistenceCompleteEventSwitch
|
|
153784
|
+
|
|
153785
|
+
|
|
153786
|
+
新增数据结构:
|
|
153787
|
+
|
|
153788
|
+
* [[PersistenceCompleteTask](https://cloud.tencent.com/document/api/266/31773#PersistenceCompleteTask)](https://cloud.tencent.com/document/api/266/31773#[PersistenceCompleteTask](https://cloud.tencent.com/document/api/266/31773#PersistenceCompleteTask))
|
|
153789
|
+
|
|
153790
|
+
修改数据结构:
|
|
153791
|
+
|
|
153792
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
153793
|
+
|
|
153794
|
+
* 新增成员:PersistenceCompleteEvent
|
|
153795
|
+
|
|
153796
|
+
|
|
153245
153797
|
### 第 186 次发布
|
|
153246
153798
|
|
|
153247
153799
|
发布时间:2024-09-13 02:23:45
|
|
@@ -158297,6 +158849,27 @@
|
|
|
158297
158849
|
|
|
158298
158850
|
## 私有网络(vpc) 版本:2017-03-12
|
|
158299
158851
|
|
|
158852
|
+
### 第 206 次发布
|
|
158853
|
+
|
|
158854
|
+
发布时间:2024-09-20 13:16:10
|
|
158855
|
+
|
|
158856
|
+
本次发布包含了以下内容:
|
|
158857
|
+
|
|
158858
|
+
改善已有的文档。
|
|
158859
|
+
|
|
158860
|
+
修改数据结构:
|
|
158861
|
+
|
|
158862
|
+
* [Address](https://cloud.tencent.com/document/api/215/15824#Address)
|
|
158863
|
+
|
|
158864
|
+
* 新增成员:UnVpcId
|
|
158865
|
+
|
|
158866
|
+
* [Quota](https://cloud.tencent.com/document/api/215/15824#Quota)
|
|
158867
|
+
|
|
158868
|
+
* 新增成员:QuotaGroup
|
|
158869
|
+
|
|
158870
|
+
* <font color="#dd0000">**修改成员**:</font>QuotaId, QuotaCurrent, QuotaLimit
|
|
158871
|
+
|
|
158872
|
+
|
|
158300
158873
|
### 第 205 次发布
|
|
158301
158874
|
|
|
158302
158875
|
发布时间:2024-09-19 02:31:07
|