tencentcloud-sdk-nodejs 4.0.955 → 4.0.956
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 +114 -0
- package/SERVICE_CHANGELOG.md +143 -266
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cls/v20201016/cls_client.ts +7 -6
- package/src/services/cls/v20201016/cls_models.ts +217 -188
- package/src/services/dlc/v20210125/dlc_client.ts +14 -1
- package/src/services/dlc/v20210125/dlc_models.ts +141 -8
- package/src/services/emr/v20190103/emr_models.ts +1 -1
- package/src/services/ess/v20201111/ess_client.ts +36 -7
- package/src/services/ess/v20201111/ess_models.ts +28 -5
- package/src/services/faceid/v20180301/faceid_models.ts +1 -1
- package/src/services/tke/v20180525/tke_client.ts +1 -15
- package/src/services/tke/v20180525/tke_models.ts +126 -162
- package/src/services/vod/v20180717/vod_client.ts +1 -0
- package/src/services/vpc/v20170312/vpc_client.ts +1 -1
- package/src/services/vpc/v20170312/vpc_models.ts +10 -6
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +215 -187
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +138 -8
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +35 -6
- package/tencentcloud/services/ess/v20201111/ess_client.js +35 -6
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +28 -5
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +1 -7
- package/tencentcloud/services/tke/v20180525/tke_client.js +0 -8
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +126 -160
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +1 -0
- package/tencentcloud/services/vod/v20180717/vod_client.js +1 -0
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +10 -6
- package/test/dlc.v20210125.test.js +10 -0
- package/test/tke.v20180525.test.js +0 -10
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,190 +1,33 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 23 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2024-10-14 01:10:53
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [InstanceInfo](https://cloud.tencent.com/document/api/1299/83429#InstanceInfo)
|
|
16
|
-
|
|
17
|
-
* 新增成员:IsWhiteSGs, BindSGs
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
23
|
-
|
|
24
|
-
### 第 106 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2024-10-14 01:14:55
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
修改接口:
|
|
33
|
-
|
|
34
|
-
* [DescribeSupportProxyVersion](https://cloud.tencent.com/document/api/1003/94260)
|
|
35
|
-
|
|
36
|
-
* 新增出参:SupportProxyVersionDetail
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
新增数据结构:
|
|
40
|
-
|
|
41
|
-
* [CrossRegionBackupItem](https://cloud.tencent.com/document/api/1003/48097#CrossRegionBackupItem)
|
|
42
|
-
* [ProxyVersionInfo](https://cloud.tencent.com/document/api/1003/48097#ProxyVersionInfo)
|
|
43
|
-
|
|
44
|
-
修改数据结构:
|
|
45
|
-
|
|
46
|
-
* [BizTaskInfo](https://cloud.tencent.com/document/api/1003/48097#BizTaskInfo)
|
|
47
|
-
|
|
48
|
-
* [ManualBackupData](https://cloud.tencent.com/document/api/1003/48097#ManualBackupData)
|
|
49
|
-
|
|
50
|
-
* 新增成员:CrossRegionBackupInfos
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## 数据安全治理中心(dsgc) 版本:2019-07-23
|
|
56
|
-
|
|
57
|
-
### 第 22 次发布
|
|
58
|
-
|
|
59
|
-
发布时间:2024-10-14 01:17:08
|
|
60
|
-
|
|
61
|
-
本次发布包含了以下内容:
|
|
62
|
-
|
|
63
|
-
改善已有的文档。
|
|
64
|
-
|
|
65
|
-
修改接口:
|
|
66
|
-
|
|
67
|
-
* [AuthorizeDSPAMetaResources](https://cloud.tencent.com/document/api/1087/97183)
|
|
68
|
-
|
|
69
|
-
* 新增入参:CreateDefaultTask, AuthRange
|
|
70
|
-
|
|
71
|
-
* [CreateDSPASelfBuildMetaResource](https://cloud.tencent.com/document/api/1087/97178)
|
|
72
|
-
|
|
73
|
-
* 新增入参:AuthRange
|
|
74
|
-
|
|
75
|
-
* [GetUserQuotaInfo](https://cloud.tencent.com/document/api/1087/97170)
|
|
76
|
-
|
|
77
|
-
* 新增出参:InsTotalQuota, InsRemainQuota, Version
|
|
78
|
-
|
|
79
|
-
* [UpdateDSPASelfBuildResource](https://cloud.tencent.com/document/api/1087/97163)
|
|
80
|
-
|
|
81
|
-
* 新增入参:AuthRange
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
修改数据结构:
|
|
85
|
-
|
|
86
|
-
* [DSPACosMetaDataInfo](https://cloud.tencent.com/document/api/1087/96844#DSPACosMetaDataInfo)
|
|
87
|
-
|
|
88
|
-
* 新增成员:GovernAuthStatus
|
|
89
|
-
|
|
90
|
-
* [DspaInstance](https://cloud.tencent.com/document/api/1087/96844#DspaInstance)
|
|
91
|
-
|
|
92
|
-
* 新增成员:InsAuthCount, InsTotalQuota
|
|
93
|
-
|
|
94
|
-
* [DspaUserResourceMeta](https://cloud.tencent.com/document/api/1087/96844#DspaUserResourceMeta)
|
|
95
|
-
|
|
96
|
-
* 新增成员:GovernAuthStatus, AuthRange
|
|
97
|
-
|
|
98
|
-
* [ReportInfo](https://cloud.tencent.com/document/api/1087/96844#ReportInfo)
|
|
99
|
-
|
|
100
|
-
* 新增成员:ReportTemplateName
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
3
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
106
4
|
|
|
107
|
-
### 第
|
|
5
|
+
### 第 107 次发布
|
|
108
6
|
|
|
109
|
-
发布时间:2024-10-
|
|
7
|
+
发布时间:2024-10-15 01:07:42
|
|
110
8
|
|
|
111
9
|
本次发布包含了以下内容:
|
|
112
10
|
|
|
113
11
|
改善已有的文档。
|
|
114
12
|
|
|
115
|
-
修改接口:
|
|
116
|
-
|
|
117
|
-
* [CreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1323/75450)
|
|
118
|
-
|
|
119
|
-
* 新增入参:ForbidPersonalMultipleSign
|
|
120
|
-
|
|
121
|
-
* [DescribeOrganizationSeals](https://cloud.tencent.com/document/api/1323/82453)
|
|
122
|
-
|
|
123
|
-
* <font color="#dd0000">**修改入参**:</font>Limit
|
|
124
|
-
|
|
125
|
-
|
|
126
13
|
新增数据结构:
|
|
127
14
|
|
|
128
|
-
* [
|
|
15
|
+
* [AdvanceFilterRuleInfo](https://cloud.tencent.com/document/api/614/56471#AdvanceFilterRuleInfo)
|
|
129
16
|
|
|
130
17
|
修改数据结构:
|
|
131
18
|
|
|
132
|
-
* [
|
|
133
|
-
|
|
134
|
-
* 新增成员:ExtendScene
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
140
|
-
|
|
141
|
-
### 第 187 次发布
|
|
142
|
-
|
|
143
|
-
发布时间:2024-10-14 01:19:22
|
|
144
|
-
|
|
145
|
-
本次发布包含了以下内容:
|
|
146
|
-
|
|
147
|
-
改善已有的文档。
|
|
148
|
-
|
|
149
|
-
新增接口:
|
|
150
|
-
|
|
151
|
-
* [ChannelDescribeAccountBillDetail](https://cloud.tencent.com/document/api/1420/111553)
|
|
152
|
-
|
|
153
|
-
修改接口:
|
|
154
|
-
|
|
155
|
-
* [ChannelCreateMultiFlowSignQRCode](https://cloud.tencent.com/document/api/1420/75452)
|
|
156
|
-
|
|
157
|
-
* 新增入参:ForbidPersonalMultipleSign
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
167
|
-
|
|
168
|
-
### 第 79 次发布
|
|
169
|
-
|
|
170
|
-
发布时间:2024-10-12 13:22:15
|
|
19
|
+
* [ExtractRuleInfo](https://cloud.tencent.com/document/api/614/56471#ExtractRuleInfo)
|
|
171
20
|
|
|
172
|
-
|
|
21
|
+
* 新增成员:AdvanceFilterRules
|
|
173
22
|
|
|
174
|
-
改善已有的文档。
|
|
175
23
|
|
|
176
|
-
新增接口:
|
|
177
24
|
|
|
178
|
-
* [CreateExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111511)
|
|
179
|
-
* [InvokeExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111510)
|
|
180
25
|
|
|
26
|
+
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
181
27
|
|
|
28
|
+
### 第 105 次发布
|
|
182
29
|
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
### 第 97 次发布
|
|
186
|
-
|
|
187
|
-
发布时间:2024-10-12 13:27:04
|
|
30
|
+
发布时间:2024-10-15 01:11:21
|
|
188
31
|
|
|
189
32
|
本次发布包含了以下内容:
|
|
190
33
|
|
|
@@ -192,92 +35,58 @@
|
|
|
192
35
|
|
|
193
36
|
新增接口:
|
|
194
37
|
|
|
195
|
-
* [
|
|
196
|
-
* [CreateVideoSearchTask](https://cloud.tencent.com/document/api/862/111512)
|
|
197
|
-
* [DescribeVideoDatabaseEntryTaskDetail](https://cloud.tencent.com/document/api/862/111515)
|
|
198
|
-
* [DescribeVideoSearchTaskDetail](https://cloud.tencent.com/document/api/862/111514)
|
|
38
|
+
* [DescribeTasksAnalysis](https://cloud.tencent.com/document/api/1342/111587)
|
|
199
39
|
|
|
200
40
|
新增数据结构:
|
|
201
41
|
|
|
202
|
-
* [
|
|
203
|
-
* [SearchValueInput](https://cloud.tencent.com/document/api/862/37615#SearchValueInput)
|
|
204
|
-
* [SegmentSpecificInfo](https://cloud.tencent.com/document/api/862/37615#SegmentSpecificInfo)
|
|
205
|
-
* [VideoDBEntryTaskResult](https://cloud.tencent.com/document/api/862/37615#VideoDBEntryTaskResult)
|
|
206
|
-
|
|
207
|
-
修改数据结构:
|
|
208
|
-
|
|
209
|
-
* [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
|
|
210
|
-
|
|
211
|
-
* 新增成员:GopUnit, HlsTime, VideoProfile, VideoLevel, Bframes, Mode, Sar, NoScenecut, BitDepth, RawPts, Compress, SegmentSpecificInfo
|
|
212
|
-
|
|
213
|
-
* [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
|
|
214
|
-
|
|
215
|
-
* 新增成员:GopUnit, HlsTime, VideoProfile, VideoLevel, Bframes, Mode, Sar, NoScenecut, BitDepth, RawPts, Compress, SegmentSpecificInfo
|
|
42
|
+
* [AnalysisTaskResults](https://cloud.tencent.com/document/api/1342/53778#AnalysisTaskResults)
|
|
216
43
|
|
|
217
44
|
|
|
218
45
|
|
|
46
|
+
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
219
47
|
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
### 第 63 次发布
|
|
48
|
+
### 第 7 次发布
|
|
223
49
|
|
|
224
|
-
发布时间:2024-10-
|
|
50
|
+
发布时间:2024-10-15 01:16:09
|
|
225
51
|
|
|
226
52
|
本次发布包含了以下内容:
|
|
227
53
|
|
|
228
54
|
改善已有的文档。
|
|
229
55
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
* [DescribeJobRuntimeInfo](https://cloud.tencent.com/document/api/849/111554)
|
|
233
|
-
|
|
234
|
-
新增数据结构:
|
|
235
|
-
|
|
236
|
-
* [JobRuntimeInfo](https://cloud.tencent.com/document/api/849/52010#JobRuntimeInfo)
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
## 云数据库Redis(redis) 版本:2018-04-12
|
|
56
|
+
修改接口:
|
|
241
57
|
|
|
242
|
-
|
|
58
|
+
* [DescribeRootAccountGroup](https://cloud.tencent.com/document/api/1092/107709)
|
|
243
59
|
|
|
244
|
-
|
|
60
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
245
61
|
|
|
246
|
-
本次发布包含了以下内容:
|
|
247
62
|
|
|
248
|
-
改善已有的文档。
|
|
249
63
|
|
|
250
|
-
新增接口:
|
|
251
64
|
|
|
252
|
-
|
|
65
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
253
66
|
|
|
254
67
|
|
|
255
68
|
|
|
256
|
-
##
|
|
69
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
257
70
|
|
|
258
|
-
### 第
|
|
71
|
+
### 第 182 次发布
|
|
259
72
|
|
|
260
|
-
发布时间:2024-10-
|
|
73
|
+
发布时间:2024-10-15 01:28:12
|
|
261
74
|
|
|
262
75
|
本次发布包含了以下内容:
|
|
263
76
|
|
|
264
77
|
改善已有的文档。
|
|
265
78
|
|
|
266
|
-
<font color="#dd0000"
|
|
79
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
267
80
|
|
|
268
|
-
*
|
|
269
|
-
* DescribeAbnormalProcessRulesExport
|
|
270
|
-
* DescribeAccessControlRulesExport
|
|
271
|
-
* DescribeAssetImageListExport
|
|
272
|
-
* DescribeEscapeEventsExport
|
|
81
|
+
* DescribeExternalClusterSpec
|
|
273
82
|
|
|
274
83
|
|
|
275
84
|
|
|
276
|
-
##
|
|
85
|
+
## 私有网络(vpc) 版本:2017-03-12
|
|
277
86
|
|
|
278
|
-
### 第
|
|
87
|
+
### 第 212 次发布
|
|
279
88
|
|
|
280
|
-
发布时间:2024-10-
|
|
89
|
+
发布时间:2024-10-15 01:31:18
|
|
281
90
|
|
|
282
91
|
本次发布包含了以下内容:
|
|
283
92
|
|
|
@@ -285,41 +94,21 @@
|
|
|
285
94
|
|
|
286
95
|
修改接口:
|
|
287
96
|
|
|
288
|
-
* [
|
|
97
|
+
* [AssociateAddress](https://cloud.tencent.com/document/api/215/16700)
|
|
289
98
|
|
|
290
|
-
* 新增入参:
|
|
99
|
+
* 新增入参:InstanceRegion
|
|
291
100
|
|
|
292
101
|
|
|
293
102
|
修改数据结构:
|
|
294
103
|
|
|
295
|
-
* [
|
|
296
|
-
|
|
297
|
-
* 新增成员:TargetUserIdList
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
303
|
-
|
|
304
|
-
### 第 96 次发布
|
|
305
|
-
|
|
306
|
-
发布时间:2024-10-14 01:37:11
|
|
307
|
-
|
|
308
|
-
本次发布包含了以下内容:
|
|
309
|
-
|
|
310
|
-
改善已有的文档。
|
|
104
|
+
* [CcnBatchRouteTable](https://cloud.tencent.com/document/api/215/15824#CcnBatchRouteTable)
|
|
311
105
|
|
|
312
|
-
|
|
106
|
+
* <font color="#dd0000">**修改成员**:</font>Description
|
|
313
107
|
|
|
314
|
-
* [
|
|
315
|
-
* [DescribeApiListVersionTwo](https://cloud.tencent.com/document/api/627/111556)
|
|
108
|
+
* [CcnRouteTableBroadcastPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicy)
|
|
316
109
|
|
|
317
|
-
|
|
110
|
+
* <font color="#dd0000">**修改成员**:</font>Description
|
|
318
111
|
|
|
319
|
-
* [ApiAsset](https://cloud.tencent.com/document/api/627/53609#ApiAsset)
|
|
320
|
-
* [ApiDataFilter](https://cloud.tencent.com/document/api/627/53609#ApiDataFilter)
|
|
321
|
-
* [ApiDetailSampleHistory](https://cloud.tencent.com/document/api/627/53609#ApiDetailSampleHistory)
|
|
322
|
-
* [ApiParameterType](https://cloud.tencent.com/document/api/627/53609#ApiParameterType)
|
|
323
112
|
|
|
324
113
|
|
|
325
114
|
|
|
@@ -33398,6 +33187,25 @@
|
|
|
33398
33187
|
|
|
33399
33188
|
## 日志服务(cls) 版本:2020-10-16
|
|
33400
33189
|
|
|
33190
|
+
### 第 107 次发布
|
|
33191
|
+
|
|
33192
|
+
发布时间:2024-10-15 01:07:42
|
|
33193
|
+
|
|
33194
|
+
本次发布包含了以下内容:
|
|
33195
|
+
|
|
33196
|
+
改善已有的文档。
|
|
33197
|
+
|
|
33198
|
+
新增数据结构:
|
|
33199
|
+
|
|
33200
|
+
* [[AdvanceFilterRuleInfo](https://cloud.tencent.com/document/api/614/56471#AdvanceFilterRuleInfo)](https://cloud.tencent.com/document/api/614/56471#[AdvanceFilterRuleInfo](https://cloud.tencent.com/document/api/614/56471#AdvanceFilterRuleInfo))
|
|
33201
|
+
|
|
33202
|
+
修改数据结构:
|
|
33203
|
+
|
|
33204
|
+
* [ExtractRuleInfo](https://cloud.tencent.com/document/api/614/56471#ExtractRuleInfo)
|
|
33205
|
+
|
|
33206
|
+
* 新增成员:AdvanceFilterRules
|
|
33207
|
+
|
|
33208
|
+
|
|
33401
33209
|
### 第 106 次发布
|
|
33402
33210
|
|
|
33403
33211
|
发布时间:2024-10-10 01:12:21
|
|
@@ -47517,8 +47325,8 @@
|
|
|
47517
47325
|
|
|
47518
47326
|
新增数据结构:
|
|
47519
47327
|
|
|
47520
|
-
* [
|
|
47521
|
-
* [
|
|
47328
|
+
* [CrossRegionBackupItem](https://cloud.tencent.com/document/api/1003/48097#CrossRegionBackupItem)
|
|
47329
|
+
* [ProxyVersionInfo](https://cloud.tencent.com/document/api/1003/48097#ProxyVersionInfo)
|
|
47522
47330
|
|
|
47523
47331
|
修改数据结构:
|
|
47524
47332
|
|
|
@@ -54009,6 +53817,22 @@
|
|
|
54009
53817
|
|
|
54010
53818
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
54011
53819
|
|
|
53820
|
+
### 第 105 次发布
|
|
53821
|
+
|
|
53822
|
+
发布时间:2024-10-15 01:11:21
|
|
53823
|
+
|
|
53824
|
+
本次发布包含了以下内容:
|
|
53825
|
+
|
|
53826
|
+
改善已有的文档。
|
|
53827
|
+
|
|
53828
|
+
新增接口:
|
|
53829
|
+
|
|
53830
|
+
* [[DescribeTasksAnalysis](https://cloud.tencent.com/document/api/1342/111587)](https://cloud.tencent.com/document/api/#/#)
|
|
53831
|
+
|
|
53832
|
+
新增数据结构:
|
|
53833
|
+
|
|
53834
|
+
* [[AnalysisTaskResults](https://cloud.tencent.com/document/api/1342/53778#AnalysisTaskResults)](https://cloud.tencent.com/document/api/1342/53778#[AnalysisTaskResults](https://cloud.tencent.com/document/api/1342/53778#AnalysisTaskResults))
|
|
53835
|
+
|
|
54012
53836
|
### 第 104 次发布
|
|
54013
53837
|
|
|
54014
53838
|
发布时间:2024-09-20 13:00:46
|
|
@@ -66218,7 +66042,7 @@
|
|
|
66218
66042
|
|
|
66219
66043
|
新增数据结构:
|
|
66220
66044
|
|
|
66221
|
-
* [
|
|
66045
|
+
* [ExtendScene](https://cloud.tencent.com/document/api/1323/70369#ExtendScene)
|
|
66222
66046
|
|
|
66223
66047
|
修改数据结构:
|
|
66224
66048
|
|
|
@@ -69835,7 +69659,7 @@
|
|
|
69835
69659
|
|
|
69836
69660
|
新增接口:
|
|
69837
69661
|
|
|
69838
|
-
* [
|
|
69662
|
+
* [ChannelDescribeAccountBillDetail](https://cloud.tencent.com/document/api/1420/111553)
|
|
69839
69663
|
|
|
69840
69664
|
修改接口:
|
|
69841
69665
|
|
|
@@ -80876,6 +80700,21 @@
|
|
|
80876
80700
|
|
|
80877
80701
|
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
80878
80702
|
|
|
80703
|
+
### 第 7 次发布
|
|
80704
|
+
|
|
80705
|
+
发布时间:2024-10-15 01:16:09
|
|
80706
|
+
|
|
80707
|
+
本次发布包含了以下内容:
|
|
80708
|
+
|
|
80709
|
+
改善已有的文档。
|
|
80710
|
+
|
|
80711
|
+
修改接口:
|
|
80712
|
+
|
|
80713
|
+
* [DescribeRootAccountGroup](https://cloud.tencent.com/document/api/1092/107709)
|
|
80714
|
+
|
|
80715
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
80716
|
+
|
|
80717
|
+
|
|
80879
80718
|
### 第 6 次发布
|
|
80880
80719
|
|
|
80881
80720
|
发布时间:2024-06-28 01:12:56
|
|
@@ -82266,8 +82105,8 @@
|
|
|
82266
82105
|
|
|
82267
82106
|
新增接口:
|
|
82268
82107
|
|
|
82269
|
-
* [
|
|
82270
|
-
* [
|
|
82108
|
+
* [CreateExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111511)
|
|
82109
|
+
* [InvokeExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111510)
|
|
82271
82110
|
|
|
82272
82111
|
### 第 78 次发布
|
|
82273
82112
|
|
|
@@ -98893,17 +98732,17 @@
|
|
|
98893
98732
|
|
|
98894
98733
|
新增接口:
|
|
98895
98734
|
|
|
98896
|
-
* [
|
|
98897
|
-
* [
|
|
98898
|
-
* [
|
|
98899
|
-
* [
|
|
98735
|
+
* [CreateVideoDatabaseEntryTask](https://cloud.tencent.com/document/api/862/111513)
|
|
98736
|
+
* [CreateVideoSearchTask](https://cloud.tencent.com/document/api/862/111512)
|
|
98737
|
+
* [DescribeVideoDatabaseEntryTaskDetail](https://cloud.tencent.com/document/api/862/111515)
|
|
98738
|
+
* [DescribeVideoSearchTaskDetail](https://cloud.tencent.com/document/api/862/111514)
|
|
98900
98739
|
|
|
98901
98740
|
新增数据结构:
|
|
98902
98741
|
|
|
98903
|
-
* [
|
|
98904
|
-
* [
|
|
98905
|
-
* [
|
|
98906
|
-
* [
|
|
98742
|
+
* [SearchTaskResult](https://cloud.tencent.com/document/api/862/37615#SearchTaskResult)
|
|
98743
|
+
* [SearchValueInput](https://cloud.tencent.com/document/api/862/37615#SearchValueInput)
|
|
98744
|
+
* [SegmentSpecificInfo](https://cloud.tencent.com/document/api/862/37615#SegmentSpecificInfo)
|
|
98745
|
+
* [VideoDBEntryTaskResult](https://cloud.tencent.com/document/api/862/37615#VideoDBEntryTaskResult)
|
|
98907
98746
|
|
|
98908
98747
|
修改数据结构:
|
|
98909
98748
|
|
|
@@ -104057,11 +103896,11 @@
|
|
|
104057
103896
|
|
|
104058
103897
|
新增接口:
|
|
104059
103898
|
|
|
104060
|
-
* [
|
|
103899
|
+
* [DescribeJobRuntimeInfo](https://cloud.tencent.com/document/api/849/111554)
|
|
104061
103900
|
|
|
104062
103901
|
新增数据结构:
|
|
104063
103902
|
|
|
104064
|
-
* [
|
|
103903
|
+
* [JobRuntimeInfo](https://cloud.tencent.com/document/api/849/52010#JobRuntimeInfo)
|
|
104065
103904
|
|
|
104066
103905
|
### 第 62 次发布
|
|
104067
103906
|
|
|
@@ -112090,7 +111929,7 @@
|
|
|
112090
111929
|
|
|
112091
111930
|
新增接口:
|
|
112092
111931
|
|
|
112093
|
-
* [
|
|
111932
|
+
* [ModifyInstancePassword](https://cloud.tencent.com/document/api/239/111555)
|
|
112094
111933
|
|
|
112095
111934
|
### 第 81 次发布
|
|
112096
111935
|
|
|
@@ -142111,6 +141950,18 @@
|
|
|
142111
141950
|
|
|
142112
141951
|
## 容器服务(tke) 版本:2018-05-25
|
|
142113
141952
|
|
|
141953
|
+
### 第 182 次发布
|
|
141954
|
+
|
|
141955
|
+
发布时间:2024-10-15 01:28:12
|
|
141956
|
+
|
|
141957
|
+
本次发布包含了以下内容:
|
|
141958
|
+
|
|
141959
|
+
改善已有的文档。
|
|
141960
|
+
|
|
141961
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
141962
|
+
|
|
141963
|
+
* DescribeExternalClusterSpec
|
|
141964
|
+
|
|
142114
141965
|
### 第 181 次发布
|
|
142115
141966
|
|
|
142116
141967
|
发布时间:2024-09-23 01:27:12
|
|
@@ -160109,6 +159960,32 @@
|
|
|
160109
159960
|
|
|
160110
159961
|
## 私有网络(vpc) 版本:2017-03-12
|
|
160111
159962
|
|
|
159963
|
+
### 第 212 次发布
|
|
159964
|
+
|
|
159965
|
+
发布时间:2024-10-15 01:31:18
|
|
159966
|
+
|
|
159967
|
+
本次发布包含了以下内容:
|
|
159968
|
+
|
|
159969
|
+
改善已有的文档。
|
|
159970
|
+
|
|
159971
|
+
修改接口:
|
|
159972
|
+
|
|
159973
|
+
* [AssociateAddress](https://cloud.tencent.com/document/api/215/16700)
|
|
159974
|
+
|
|
159975
|
+
* 新增入参:InstanceRegion
|
|
159976
|
+
|
|
159977
|
+
|
|
159978
|
+
修改数据结构:
|
|
159979
|
+
|
|
159980
|
+
* [CcnBatchRouteTable](https://cloud.tencent.com/document/api/215/15824#CcnBatchRouteTable)
|
|
159981
|
+
|
|
159982
|
+
* <font color="#dd0000">**修改成员**:</font>Description
|
|
159983
|
+
|
|
159984
|
+
* [CcnRouteTableBroadcastPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicy)
|
|
159985
|
+
|
|
159986
|
+
* <font color="#dd0000">**修改成员**:</font>Description
|
|
159987
|
+
|
|
159988
|
+
|
|
160112
159989
|
### 第 211 次发布
|
|
160113
159990
|
|
|
160114
159991
|
发布时间:2024-10-11 01:36:00
|
|
@@ -165077,15 +164954,15 @@
|
|
|
165077
164954
|
|
|
165078
164955
|
新增接口:
|
|
165079
164956
|
|
|
165080
|
-
* [
|
|
165081
|
-
* [
|
|
164957
|
+
* [DescribeApiDetail](https://cloud.tencent.com/document/api/627/111557)
|
|
164958
|
+
* [DescribeApiListVersionTwo](https://cloud.tencent.com/document/api/627/111556)
|
|
165082
164959
|
|
|
165083
164960
|
新增数据结构:
|
|
165084
164961
|
|
|
165085
|
-
* [
|
|
165086
|
-
* [
|
|
165087
|
-
* [
|
|
165088
|
-
* [
|
|
164962
|
+
* [ApiAsset](https://cloud.tencent.com/document/api/627/53609#ApiAsset)
|
|
164963
|
+
* [ApiDataFilter](https://cloud.tencent.com/document/api/627/53609#ApiDataFilter)
|
|
164964
|
+
* [ApiDetailSampleHistory](https://cloud.tencent.com/document/api/627/53609#ApiDetailSampleHistory)
|
|
164965
|
+
* [ApiParameterType](https://cloud.tencent.com/document/api/627/53609#ApiParameterType)
|
|
165089
164966
|
|
|
165090
164967
|
### 第 95 次发布
|
|
165091
164968
|
|
package/package.json
CHANGED
package/products.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
| aa | [活动防刷](https://cloud.tencent.com/document/product/1189) | 2023-05-18 01:01:13 |
|
|
4
4
|
| aai | [](https://cloud.tencent.com/document/product) | 2019-08-08 23:15:13 |
|
|
5
5
|
| acp | [应用合规平台](https://cloud.tencent.com/document/product/1553) | 2024-03-20 01:07:29 |
|
|
6
|
-
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-
|
|
6
|
+
| advisor | [云顾问](https://cloud.tencent.com/document/product/1264) | 2024-10-15 01:02:26 |
|
|
7
7
|
| af | [借贷反欺诈](https://cloud.tencent.com/document/product/668) | 2024-05-31 01:07:20 |
|
|
8
8
|
| afc | [定制建模](https://cloud.tencent.com/document/product/1029) | 2024-05-31 01:07:25 |
|
|
9
9
|
| aiart | [大模型图像创作引擎](https://cloud.tencent.com/document/product/1668) | 2024-09-26 01:07:24 |
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
| cloudaudit | [操作审计](https://cloud.tencent.com/document/product/629) | 2024-01-15 01:09:37 |
|
|
64
64
|
| cloudhsm | [云加密机](https://cloud.tencent.com/document/product/639) | 2024-03-20 01:11:31 |
|
|
65
65
|
| cloudstudio | [Cloud Studio(云端 IDE)](https://cloud.tencent.com/document/product/1039) | 2024-08-23 01:19:08 |
|
|
66
|
-
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-10-
|
|
66
|
+
| cls | [日志服务](https://cloud.tencent.com/document/product/614) | 2024-10-15 01:07:42 |
|
|
67
67
|
| cme | [多媒体创作引擎](https://cloud.tencent.com/document/product/1156) | 2024-09-25 01:13:30 |
|
|
68
68
|
| cmq | [消息队列 CMQ](https://cloud.tencent.com/document/product/406) | 2024-08-28 01:24:04 |
|
|
69
69
|
| cms | [内容安全](https://cloud.tencent.com/document/product/669) | 2024-06-20 01:24:47 |
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
| dbdc | [云数据库独享集群](https://cloud.tencent.com/document/product/1322) | 2024-07-08 01:12:54 |
|
|
85
85
|
| dc | [专线接入](https://cloud.tencent.com/document/product/216) | 2024-09-10 01:27:21 |
|
|
86
86
|
| dcdb | [TDSQL MySQL 版](https://cloud.tencent.com/document/product/557) | 2024-09-11 01:32:35 |
|
|
87
|
-
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-
|
|
87
|
+
| dlc | [数据湖计算 DLC](https://cloud.tencent.com/document/product/1342) | 2024-10-15 01:11:21 |
|
|
88
88
|
| dnspod | [DNSPod](https://cloud.tencent.com/document/product/1427) | 2024-09-11 01:34:34 |
|
|
89
89
|
| domain | [域名注册](https://cloud.tencent.com/document/product/242) | 2024-07-31 01:30:16 |
|
|
90
90
|
| drm | [数字版权管理](https://cloud.tencent.com/document/product/1000) | 2024-07-12 01:14:44 |
|
|
@@ -98,12 +98,12 @@
|
|
|
98
98
|
| ecm | [边缘计算机器](https://cloud.tencent.com/document/product/1108) | 2024-08-20 01:35:54 |
|
|
99
99
|
| eiam | [数字身份管控平台(员工版)](https://cloud.tencent.com/document/product/1442) | 2024-06-25 01:14:34 |
|
|
100
100
|
| eis | [数据连接器](https://cloud.tencent.com/document/product/1270) | 2023-08-10 01:17:44 |
|
|
101
|
-
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-
|
|
101
|
+
| emr | [弹性 MapReduce](https://cloud.tencent.com/document/product/589) | 2024-10-15 01:13:47 |
|
|
102
102
|
| es | [Elasticsearch Service](https://cloud.tencent.com/document/product/845) | 2024-09-10 15:12:32 |
|
|
103
|
-
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-
|
|
103
|
+
| ess | [腾讯电子签企业版](https://cloud.tencent.com/document/product/1323) | 2024-10-15 01:14:14 |
|
|
104
104
|
| essbasic | [腾讯电子签(基础版)](https://cloud.tencent.com/document/product/1420) | 2024-10-14 01:19:22 |
|
|
105
105
|
| facefusion | [人脸融合](https://cloud.tencent.com/document/product/670) | 2024-09-11 01:42:57 |
|
|
106
|
-
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-
|
|
106
|
+
| faceid | [人脸核身](https://cloud.tencent.com/document/product/1007) | 2024-10-15 01:14:56 |
|
|
107
107
|
| fmu | [人脸试妆](https://cloud.tencent.com/document/product/1172) | 2024-07-05 01:10:44 |
|
|
108
108
|
| ft | [人像变换](https://cloud.tencent.com/document/product/1202) | 2024-03-20 01:17:13 |
|
|
109
109
|
| gaap | [全球应用加速](https://cloud.tencent.com/document/product/608) | 2024-09-12 01:43:09 |
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
| iecp | [物联网边缘计算平台](https://cloud.tencent.com/document/product/1118) | 2024-09-25 01:22:07 |
|
|
125
125
|
| iir | [智能识图](https://cloud.tencent.com/document/product/1217) | 2022-04-04 06:48:05 |
|
|
126
126
|
| ims | [图片内容安全](https://cloud.tencent.com/document/product/1125) | 2024-09-25 01:22:24 |
|
|
127
|
-
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-
|
|
127
|
+
| ioa | [iOA 零信任安全管理系统](https://cloud.tencent.com/document/product/1092) | 2024-10-15 01:16:09 |
|
|
128
128
|
| iot | [加速物联网套件](https://cloud.tencent.com/document/product/568) | 2023-07-17 01:22:28 |
|
|
129
129
|
| iotcloud | [物联网通信](https://cloud.tencent.com/document/product/634) | 2024-06-05 01:47:50 |
|
|
130
130
|
| iotexplorer | [物联网开发平台](https://cloud.tencent.com/document/product/1081) | 2024-10-12 13:22:15 |
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
| trocket | [消息队列 RocketMQ 版](https://cloud.tencent.com/document/product/1493) | 2024-09-10 02:17:47 |
|
|
231
231
|
| trp | [T-Sec-安心平台(RP)](https://cloud.tencent.com/document/product/1458) | 2024-09-09 02:22:32 |
|
|
232
232
|
| trro | [远程实时操控](https://cloud.tencent.com/document/product/1584) | 2024-07-31 02:17:29 |
|
|
233
|
-
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-
|
|
233
|
+
| trtc | [实时音视频](https://cloud.tencent.com/document/product/647) | 2024-10-15 01:29:17 |
|
|
234
234
|
| tse | [微服务引擎](https://cloud.tencent.com/document/product/1364) | 2024-09-25 01:36:42 |
|
|
235
235
|
| tsf | [微服务平台 TSF](https://cloud.tencent.com/document/product/649) | 2024-09-25 01:37:11 |
|
|
236
236
|
| tsi | [腾讯同传系统](https://cloud.tencent.com/document/product/1399) | 2024-08-02 02:22:13 |
|
|
@@ -239,11 +239,11 @@
|
|
|
239
239
|
| ump | [客流数字化平台](https://cloud.tencent.com/document/product/1320) | 2024-03-20 01:30:08 |
|
|
240
240
|
| vcg | [视频生成](https://cloud.tencent.com/document/product/1770) | 2024-06-06 02:47:17 |
|
|
241
241
|
| vclm | [大模型视频创作引擎](https://cloud.tencent.com/document/product/1616) | 2024-10-10 01:34:51 |
|
|
242
|
-
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-
|
|
242
|
+
| vdb | [向量数据库](https://cloud.tencent.com/document/product/1709) | 2024-10-15 01:30:28 |
|
|
243
243
|
| vm | [视频内容安全](https://cloud.tencent.com/document/product/1265) | 2024-07-26 02:26:34 |
|
|
244
244
|
| vms | [语音消息](https://cloud.tencent.com/document/product/1128) | 2024-03-20 01:30:13 |
|
|
245
245
|
| vod | [云点播](https://cloud.tencent.com/document/product/266) | 2024-09-11 19:07:13 |
|
|
246
|
-
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-
|
|
246
|
+
| vpc | [私有网络](https://cloud.tencent.com/document/product/215) | 2024-10-15 01:31:18 |
|
|
247
247
|
| vrs | [声音复刻](https://cloud.tencent.com/document/product/1283) | 2024-09-06 02:27:27 |
|
|
248
248
|
| vtc | [视频转译](https://cloud.tencent.com/document/product/1769) | 2024-09-10 02:27:11 |
|
|
249
249
|
| waf | [Web 应用防火墙](https://cloud.tencent.com/document/product/627) | 2024-10-14 01:37:11 |
|