tencentcloud-sdk-nodejs 4.0.941 → 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 +358 -0
- package/SERVICE_CHANGELOG.md +637 -12
- package/package.json +1 -1
- package/products.md +15 -15
- 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/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/v20240516/mqtt_client.ts +215 -4
- package/src/services/mqtt/v20240516/mqtt_models.ts +894 -97
- 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/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/v20240516/mqtt_client.d.ts +72 -1
- package/tencentcloud/services/mqtt/v20240516/mqtt_client.js +105 -0
- package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +856 -97
- 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 +170 -0
- package/test/tke.v20180525.test.js +24 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,178 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
4
|
+
|
|
5
|
+
### 第 73 次发布
|
|
6
|
+
|
|
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
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
修改接口:
|
|
54
|
+
|
|
55
|
+
* [ModifyTaskRunStatus](https://cloud.tencent.com/document/api/1500/71775)
|
|
56
|
+
|
|
57
|
+
* 新增入参:Record
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
63
|
+
|
|
64
|
+
### 第 123 次发布
|
|
65
|
+
|
|
66
|
+
发布时间:2024-09-20 12:58:49
|
|
67
|
+
|
|
68
|
+
本次发布包含了以下内容:
|
|
69
|
+
|
|
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
|
+
|
|
3
171
|
## 消息队列 MQTT 版(mqtt) 版本:2024-05-16
|
|
4
172
|
|
|
5
|
-
### 第
|
|
173
|
+
### 第 2 次发布
|
|
6
174
|
|
|
7
|
-
发布时间:2024-09-
|
|
175
|
+
发布时间:2024-09-20 13:08:14
|
|
8
176
|
|
|
9
177
|
本次发布包含了以下内容:
|
|
10
178
|
|
|
@@ -12,14 +180,179 @@
|
|
|
12
180
|
|
|
13
181
|
新增接口:
|
|
14
182
|
|
|
15
|
-
* [
|
|
16
|
-
* [
|
|
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)
|
|
17
200
|
|
|
18
201
|
新增数据结构:
|
|
19
202
|
|
|
20
|
-
* [
|
|
21
|
-
* [
|
|
22
|
-
* [
|
|
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
|
|
225
|
+
|
|
226
|
+
|
|
227
|
+
|
|
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
|
+
|
|
245
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
250
|
+
|
|
251
|
+
### 第 181 次发布
|
|
252
|
+
|
|
253
|
+
发布时间:2024-09-23 01:27:12
|
|
254
|
+
|
|
255
|
+
本次发布包含了以下内容:
|
|
256
|
+
|
|
257
|
+
改善已有的文档。
|
|
258
|
+
|
|
259
|
+
新增接口:
|
|
260
|
+
|
|
261
|
+
* [DescribeLogConfigs](https://cloud.tencent.com/document/api/457/111168)
|
|
262
|
+
|
|
263
|
+
### 第 180 次发布
|
|
264
|
+
|
|
265
|
+
发布时间:2024-09-20 13:13:40
|
|
266
|
+
|
|
267
|
+
本次发布包含了以下内容:
|
|
268
|
+
|
|
269
|
+
改善已有的文档。
|
|
270
|
+
|
|
271
|
+
新增接口:
|
|
272
|
+
|
|
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
|
+
改善已有的文档。
|
|
286
|
+
|
|
287
|
+
修改数据结构:
|
|
288
|
+
|
|
289
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/1709/106757#InstanceInfo)
|
|
290
|
+
|
|
291
|
+
* 新增成员:ApiVersion
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
## 云点播(vod) 版本:2024-07-18
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
|
|
300
|
+
## 云点播(vod) 版本:2018-07-17
|
|
301
|
+
|
|
302
|
+
### 第 187 次发布
|
|
303
|
+
|
|
304
|
+
发布时间:2024-09-20 13:15:33
|
|
305
|
+
|
|
306
|
+
本次发布包含了以下内容:
|
|
307
|
+
|
|
308
|
+
改善已有的文档。
|
|
309
|
+
|
|
310
|
+
修改接口:
|
|
311
|
+
|
|
312
|
+
* [DescribeEventConfig](https://cloud.tencent.com/document/api/266/55296)
|
|
313
|
+
|
|
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
|
|
355
|
+
|
|
23
356
|
|
|
24
357
|
|
|
25
358
|
|
|
@@ -5181,6 +5514,21 @@
|
|
|
5181
5514
|
|
|
5182
5515
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
5183
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
|
+
|
|
5184
5532
|
### 第 72 次发布
|
|
5185
5533
|
|
|
5186
5534
|
发布时间:2024-08-08 01:09:56
|
|
@@ -6774,6 +7122,23 @@
|
|
|
6774
7122
|
|
|
6775
7123
|
## 语音识别(asr) 版本:2019-06-14
|
|
6776
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
|
+
|
|
6777
7142
|
### 第 39 次发布
|
|
6778
7143
|
|
|
6779
7144
|
发布时间:2024-09-02 01:09:58
|
|
@@ -24522,6 +24887,21 @@
|
|
|
24522
24887
|
|
|
24523
24888
|
## 混沌演练平台(cfg) 版本:2021-08-20
|
|
24524
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
|
+
|
|
24525
24905
|
### 第 19 次发布
|
|
24526
24906
|
|
|
24527
24907
|
发布时间:2024-09-11 01:19:01
|
|
@@ -43054,6 +43434,45 @@
|
|
|
43054
43434
|
|
|
43055
43435
|
## 主机安全(cwp) 版本:2018-02-28
|
|
43056
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
|
+
|
|
43057
43476
|
### 第 122 次发布
|
|
43058
43477
|
|
|
43059
43478
|
发布时间:2024-08-23 01:22:42
|
|
@@ -53225,6 +53644,21 @@
|
|
|
53225
53644
|
|
|
53226
53645
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
53227
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
|
+
|
|
53228
53662
|
### 第 103 次发布
|
|
53229
53663
|
|
|
53230
53664
|
发布时间:2024-09-13 01:28:24
|
|
@@ -91574,6 +92008,30 @@
|
|
|
91574
92008
|
|
|
91575
92009
|
## 大模型知识引擎(lke) 版本:2023-11-30
|
|
91576
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
|
+
|
|
91577
92035
|
### 第 16 次发布
|
|
91578
92036
|
|
|
91579
92037
|
发布时间:2024-09-16 02:02:56
|
|
@@ -97687,6 +98145,21 @@
|
|
|
97687
98145
|
|
|
97688
98146
|
## 媒体处理(mps) 版本:2019-06-12
|
|
97689
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
|
+
|
|
97690
98163
|
### 第 95 次发布
|
|
97691
98164
|
|
|
97692
98165
|
发布时间:2024-09-13 01:54:23
|
|
@@ -100620,6 +101093,41 @@
|
|
|
100620
101093
|
|
|
100621
101094
|
## 消息队列 MQTT 版(mqtt) 版本:2024-05-16
|
|
100622
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
|
+
|
|
100623
101131
|
### 第 1 次发布
|
|
100624
101132
|
|
|
100625
101133
|
发布时间:2024-09-19 14:22:10
|
|
@@ -100630,20 +101138,35 @@
|
|
|
100630
101138
|
|
|
100631
101139
|
新增接口:
|
|
100632
101140
|
|
|
100633
|
-
* [
|
|
100634
|
-
* [
|
|
101141
|
+
* [DescribeInstance](https://cloud.tencent.com/document/api/1778/111030)
|
|
101142
|
+
* [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)
|
|
100635
101143
|
|
|
100636
101144
|
新增数据结构:
|
|
100637
101145
|
|
|
100638
|
-
* [
|
|
100639
|
-
* [
|
|
100640
|
-
* [
|
|
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)
|
|
100641
101149
|
|
|
100642
101150
|
|
|
100643
101151
|
|
|
100644
101152
|
|
|
100645
101153
|
## 医疗报告结构化(mrs) 版本:2020-09-10
|
|
100646
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
|
+
|
|
100647
101170
|
### 第 26 次发布
|
|
100648
101171
|
|
|
100649
101172
|
发布时间:2024-06-14 02:16:42
|
|
@@ -125836,6 +126359,18 @@
|
|
|
125836
126359
|
|
|
125837
126360
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
125838
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
|
+
|
|
125839
126374
|
### 第 64 次发布
|
|
125840
126375
|
|
|
125841
126376
|
发布时间:2024-08-09 02:10:59
|
|
@@ -140384,6 +140919,30 @@
|
|
|
140384
140919
|
|
|
140385
140920
|
## 容器服务(tke) 版本:2018-05-25
|
|
140386
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
|
+
|
|
140387
140946
|
### 第 179 次发布
|
|
140388
140947
|
|
|
140389
140948
|
发布时间:2024-09-19 02:21:23
|
|
@@ -152678,6 +153237,21 @@
|
|
|
152678
153237
|
|
|
152679
153238
|
## 向量数据库(vdb) 版本:2023-06-16
|
|
152680
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
|
+
|
|
152681
153255
|
### 第 5 次发布
|
|
152682
153256
|
|
|
152683
153257
|
发布时间:2024-09-16 02:39:09
|
|
@@ -153190,6 +153764,36 @@
|
|
|
153190
153764
|
|
|
153191
153765
|
## 云点播(vod) 版本:2018-07-17
|
|
153192
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
|
+
|
|
153193
153797
|
### 第 186 次发布
|
|
153194
153798
|
|
|
153195
153799
|
发布时间:2024-09-13 02:23:45
|
|
@@ -158245,6 +158849,27 @@
|
|
|
158245
158849
|
|
|
158246
158850
|
## 私有网络(vpc) 版本:2017-03-12
|
|
158247
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
|
+
|
|
158248
158873
|
### 第 205 次发布
|
|
158249
158874
|
|
|
158250
158875
|
发布时间:2024-09-19 02:31:07
|