tencentcloud-sdk-nodejs 4.0.955 → 4.0.957
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 +313 -0
- package/SERVICE_CHANGELOG.md +378 -229
- package/package.json +1 -1
- package/products.md +22 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/batch/v20170312/batch_models.ts +8 -1
- package/src/services/ccc/v20200210/ccc_models.ts +94 -1
- package/src/services/cls/v20201016/cls_client.ts +73 -21
- package/src/services/cls/v20201016/cls_models.ts +855 -580
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -0
- package/src/services/dc/v20180410/dc_client.ts +121 -107
- package/src/services/dc/v20180410/dc_models.ts +181 -35
- 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 +2 -94
- package/src/services/ess/v20201111/ess_client.ts +36 -7
- package/src/services/ess/v20201111/ess_models.ts +32 -10
- package/src/services/essbasic/v20210526/essbasic_models.ts +2 -3
- package/src/services/faceid/v20180301/faceid_models.ts +20 -1
- package/src/services/gwlb/index.ts +5 -0
- package/src/services/gwlb/v20240906/gwlb_client.ts +267 -0
- package/src/services/gwlb/v20240906/gwlb_models.ts +954 -0
- package/src/services/gwlb/v20240906/index.ts +6 -0
- package/src/services/index.ts +1 -0
- package/src/services/oceanus/v20190422/oceanus_models.ts +4 -4
- package/src/services/privatedns/v20201028/privatedns_client.ts +18 -6
- package/src/services/privatedns/v20201028/privatedns_models.ts +48 -0
- package/src/services/teo/v20220901/teo_models.ts +8 -5
- package/src/services/tke/v20180525/tke_client.ts +1 -15
- package/src/services/tke/v20180525/tke_models.ts +128 -164
- package/src/services/vclm/v20240523/vclm_models.ts +4 -0
- 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/src/services/vtc/v20240223/vtc_models.ts +4 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/batch/v20170312/batch_models.d.ts +8 -1
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +94 -1
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +839 -576
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -0
- package/tencentcloud/services/dc/v20180410/dc_client.d.ts +44 -40
- package/tencentcloud/services/dc/v20180410/dc_client.js +63 -57
- package/tencentcloud/services/dc/v20180410/dc_models.d.ts +177 -35
- 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 +2 -94
- 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 +32 -10
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +2 -3
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +20 -1
- package/tencentcloud/services/gwlb/index.d.ts +6 -0
- package/tencentcloud/services/gwlb/index.js +7 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_client.d.ts +90 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_client.js +147 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +890 -0
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.js +18 -0
- package/tencentcloud/services/gwlb/v20240906/index.d.ts +6 -0
- package/tencentcloud/services/gwlb/v20240906/index.js +9 -0
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -4
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +7 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +9 -3
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +46 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +8 -5
- 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 +128 -162
- package/tencentcloud/services/vclm/v20240523/vclm_models.d.ts +4 -0
- 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/tencentcloud/services/vtc/v20240223/vtc_models.d.ts +4 -0
- package/test/cls.v20201016.test.js +42 -2
- package/test/dc.v20180410.test.js +48 -38
- package/test/dlc.v20210125.test.js +10 -0
- package/test/gwlb.v20240906.test.js +201 -0
- package/test/privatedns.v20201028.test.js +12 -2
- package/test/tke.v20180525.test.js +0 -10
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,10 @@
|
|
|
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
|
|
3
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
23
4
|
|
|
24
|
-
### 第
|
|
5
|
+
### 第 77 次发布
|
|
25
6
|
|
|
26
|
-
发布时间:2024-10-
|
|
7
|
+
发布时间:2024-10-16 01:05:10
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
@@ -31,197 +12,94 @@
|
|
|
31
12
|
|
|
32
13
|
修改接口:
|
|
33
14
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
* 新增出参:SupportProxyVersionDetail
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
新增数据结构:
|
|
15
|
+
* [CreateAICall](https://cloud.tencent.com/document/api/679/111211)
|
|
40
16
|
|
|
41
|
-
*
|
|
42
|
-
* [ProxyVersionInfo](https://cloud.tencent.com/document/api/1003/48097#ProxyVersionInfo)
|
|
17
|
+
* 新增入参:NotifyDuration, NotifyMessage, CustomTTSConfig
|
|
43
18
|
|
|
44
|
-
|
|
19
|
+
* <font color="#dd0000">**修改入参**:</font>VoiceType
|
|
45
20
|
|
|
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
21
|
|
|
52
22
|
|
|
53
23
|
|
|
24
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
54
25
|
|
|
55
|
-
|
|
26
|
+
### 第 108 次发布
|
|
56
27
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
发布时间:2024-10-14 01:17:08
|
|
28
|
+
发布时间:2024-10-16 01:07:47
|
|
60
29
|
|
|
61
30
|
本次发布包含了以下内容:
|
|
62
31
|
|
|
63
32
|
改善已有的文档。
|
|
64
33
|
|
|
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
|
|
34
|
+
新增接口:
|
|
78
35
|
|
|
79
|
-
* [
|
|
36
|
+
* [CreateNoticeContent](https://cloud.tencent.com/document/api/614/111716)
|
|
37
|
+
* [DeleteNoticeContent](https://cloud.tencent.com/document/api/614/111715)
|
|
38
|
+
* [DescribeNoticeContents](https://cloud.tencent.com/document/api/614/111714)
|
|
39
|
+
* [ModifyNoticeContent](https://cloud.tencent.com/document/api/614/111713)
|
|
80
40
|
|
|
81
|
-
|
|
41
|
+
新增数据结构:
|
|
82
42
|
|
|
43
|
+
* [NoticeContent](https://cloud.tencent.com/document/api/614/56471#NoticeContent)
|
|
44
|
+
* [NoticeContentInfo](https://cloud.tencent.com/document/api/614/56471#NoticeContentInfo)
|
|
45
|
+
* [NoticeContentTemplate](https://cloud.tencent.com/document/api/614/56471#NoticeContentTemplate)
|
|
83
46
|
|
|
84
47
|
修改数据结构:
|
|
85
48
|
|
|
86
|
-
* [
|
|
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)
|
|
49
|
+
* [MonitorTime](https://cloud.tencent.com/document/api/614/56471#MonitorTime)
|
|
95
50
|
|
|
96
|
-
* 新增成员:
|
|
51
|
+
* 新增成员:CronExpression
|
|
97
52
|
|
|
98
|
-
* [
|
|
53
|
+
* [NoticeReceiver](https://cloud.tencent.com/document/api/614/56471#NoticeReceiver)
|
|
99
54
|
|
|
100
|
-
* 新增成员:
|
|
55
|
+
* 新增成员:NoticeContentId
|
|
101
56
|
|
|
102
57
|
|
|
103
58
|
|
|
104
59
|
|
|
105
|
-
##
|
|
60
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
106
61
|
|
|
107
|
-
### 第
|
|
62
|
+
### 第 107 次发布
|
|
108
63
|
|
|
109
|
-
发布时间:2024-10-
|
|
64
|
+
发布时间:2024-10-16 01:10:12
|
|
110
65
|
|
|
111
66
|
本次发布包含了以下内容:
|
|
112
67
|
|
|
113
68
|
改善已有的文档。
|
|
114
69
|
|
|
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
|
-
新增数据结构:
|
|
127
|
-
|
|
128
|
-
* [ExtendScene](https://cloud.tencent.com/document/api/1323/70369#ExtendScene)
|
|
129
|
-
|
|
130
70
|
修改数据结构:
|
|
131
71
|
|
|
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
|
|
171
|
-
|
|
172
|
-
本次发布包含了以下内容:
|
|
72
|
+
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
173
73
|
|
|
174
|
-
|
|
74
|
+
* 新增成员:IsSupportManualLogic
|
|
175
75
|
|
|
176
|
-
新增接口:
|
|
177
|
-
|
|
178
|
-
* [CreateExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111511)
|
|
179
|
-
* [InvokeExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111510)
|
|
180
76
|
|
|
181
77
|
|
|
182
78
|
|
|
183
|
-
##
|
|
79
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
184
80
|
|
|
185
|
-
### 第
|
|
81
|
+
### 第 81 次发布
|
|
186
82
|
|
|
187
|
-
发布时间:2024-10-
|
|
83
|
+
发布时间:2024-10-16 01:15:00
|
|
188
84
|
|
|
189
85
|
本次发布包含了以下内容:
|
|
190
86
|
|
|
191
87
|
改善已有的文档。
|
|
192
88
|
|
|
193
|
-
新增接口:
|
|
194
|
-
|
|
195
|
-
* [CreateVideoDatabaseEntryTask](https://cloud.tencent.com/document/api/862/111513)
|
|
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)
|
|
199
|
-
|
|
200
|
-
新增数据结构:
|
|
201
|
-
|
|
202
|
-
* [SearchTaskResult](https://cloud.tencent.com/document/api/862/37615#SearchTaskResult)
|
|
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
89
|
修改数据结构:
|
|
208
90
|
|
|
209
|
-
* [
|
|
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)
|
|
91
|
+
* [DetectInfoText](https://cloud.tencent.com/document/api/1007/41958#DetectInfoText)
|
|
214
92
|
|
|
215
|
-
* 新增成员:
|
|
93
|
+
* 新增成员:LivenessInfoTag
|
|
216
94
|
|
|
217
95
|
|
|
218
96
|
|
|
219
97
|
|
|
220
|
-
##
|
|
98
|
+
## 网关负载均衡(gwlb) 版本:2024-09-06
|
|
221
99
|
|
|
222
|
-
### 第
|
|
100
|
+
### 第 1 次发布
|
|
223
101
|
|
|
224
|
-
发布时间:2024-10-
|
|
102
|
+
发布时间:2024-10-15 19:52:37
|
|
225
103
|
|
|
226
104
|
本次发布包含了以下内容:
|
|
227
105
|
|
|
@@ -229,19 +107,47 @@
|
|
|
229
107
|
|
|
230
108
|
新增接口:
|
|
231
109
|
|
|
232
|
-
* [
|
|
110
|
+
* [AssociateTargetGroups](https://cloud.tencent.com/document/api/1782/111698)
|
|
111
|
+
* [CreateGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111685)
|
|
112
|
+
* [CreateTargetGroup](https://cloud.tencent.com/document/api/1782/111697)
|
|
113
|
+
* [DeleteGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111684)
|
|
114
|
+
* [DeleteTargetGroups](https://cloud.tencent.com/document/api/1782/111696)
|
|
115
|
+
* [DeregisterTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111695)
|
|
116
|
+
* [DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683)
|
|
117
|
+
* [DescribeTargetGroupInstanceStatus](https://cloud.tencent.com/document/api/1782/111694)
|
|
118
|
+
* [DescribeTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111693)
|
|
119
|
+
* [DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)
|
|
120
|
+
* [DescribeTargetGroups](https://cloud.tencent.com/document/api/1782/111691)
|
|
121
|
+
* [DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700)
|
|
122
|
+
* [DisassociateTargetGroups](https://cloud.tencent.com/document/api/1782/111690)
|
|
123
|
+
* [InquirePriceCreateGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111682)
|
|
124
|
+
* [ModifyGatewayLoadBalancerAttribute](https://cloud.tencent.com/document/api/1782/111681)
|
|
125
|
+
* [ModifyTargetGroupAttribute](https://cloud.tencent.com/document/api/1782/111689)
|
|
126
|
+
* [ModifyTargetGroupInstancesWeight](https://cloud.tencent.com/document/api/1782/111688)
|
|
127
|
+
* [RegisterTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111687)
|
|
233
128
|
|
|
234
129
|
新增数据结构:
|
|
235
130
|
|
|
236
|
-
* [
|
|
131
|
+
* [AssociationItem](https://cloud.tencent.com/document/api/1782/111701#AssociationItem)
|
|
132
|
+
* [Filter](https://cloud.tencent.com/document/api/1782/111701#Filter)
|
|
133
|
+
* [GatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111701#GatewayLoadBalancer)
|
|
134
|
+
* [ItemPrice](https://cloud.tencent.com/document/api/1782/111701#ItemPrice)
|
|
135
|
+
* [Price](https://cloud.tencent.com/document/api/1782/111701#Price)
|
|
136
|
+
* [TagInfo](https://cloud.tencent.com/document/api/1782/111701#TagInfo)
|
|
137
|
+
* [TargetGroupAssociation](https://cloud.tencent.com/document/api/1782/111701#TargetGroupAssociation)
|
|
138
|
+
* [TargetGroupBackend](https://cloud.tencent.com/document/api/1782/111701#TargetGroupBackend)
|
|
139
|
+
* [TargetGroupHealthCheck](https://cloud.tencent.com/document/api/1782/111701#TargetGroupHealthCheck)
|
|
140
|
+
* [TargetGroupInfo](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInfo)
|
|
141
|
+
* [TargetGroupInstance](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstance)
|
|
142
|
+
* [TargetGroupInstanceStatus](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstanceStatus)
|
|
237
143
|
|
|
238
144
|
|
|
239
145
|
|
|
240
|
-
##
|
|
146
|
+
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
241
147
|
|
|
242
|
-
### 第
|
|
148
|
+
### 第 18 次发布
|
|
243
149
|
|
|
244
|
-
发布时间:2024-10-
|
|
150
|
+
发布时间:2024-10-16 01:22:48
|
|
245
151
|
|
|
246
152
|
本次发布包含了以下内容:
|
|
247
153
|
|
|
@@ -249,35 +155,15 @@
|
|
|
249
155
|
|
|
250
156
|
新增接口:
|
|
251
157
|
|
|
252
|
-
* [
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
## 容器安全服务(tcss) 版本:2020-11-01
|
|
257
|
-
|
|
258
|
-
### 第 68 次发布
|
|
259
|
-
|
|
260
|
-
发布时间:2024-10-14 01:30:34
|
|
261
|
-
|
|
262
|
-
本次发布包含了以下内容:
|
|
263
|
-
|
|
264
|
-
改善已有的文档。
|
|
265
|
-
|
|
266
|
-
<font color="#dd0000">**预下线接口**:</font>
|
|
267
|
-
|
|
268
|
-
* DescribeAbnormalProcessEventsExport
|
|
269
|
-
* DescribeAbnormalProcessRulesExport
|
|
270
|
-
* DescribeAccessControlRulesExport
|
|
271
|
-
* DescribeAssetImageListExport
|
|
272
|
-
* DescribeEscapeEventsExport
|
|
158
|
+
* [CreateEndPoint](https://cloud.tencent.com/document/api/1338/111717)
|
|
273
159
|
|
|
274
160
|
|
|
275
161
|
|
|
276
|
-
##
|
|
162
|
+
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
277
163
|
|
|
278
|
-
### 第
|
|
164
|
+
### 第 8 次发布
|
|
279
165
|
|
|
280
|
-
发布时间:2024-10-
|
|
166
|
+
发布时间:2024-10-16 01:30:50
|
|
281
167
|
|
|
282
168
|
本次发布包含了以下内容:
|
|
283
169
|
|
|
@@ -285,41 +171,29 @@
|
|
|
285
171
|
|
|
286
172
|
修改接口:
|
|
287
173
|
|
|
288
|
-
* [
|
|
289
|
-
|
|
290
|
-
* 新增入参:ReadyTimeout
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
修改数据结构:
|
|
294
|
-
|
|
295
|
-
* [TranscriptionParams](https://cloud.tencent.com/document/api/647/44055#TranscriptionParams)
|
|
174
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
296
175
|
|
|
297
|
-
*
|
|
176
|
+
* 新增入参:RemoveVocal
|
|
298
177
|
|
|
299
178
|
|
|
300
179
|
|
|
301
180
|
|
|
302
|
-
##
|
|
181
|
+
## 视频转译(vtc) 版本:2024-02-23
|
|
303
182
|
|
|
304
|
-
### 第
|
|
183
|
+
### 第 4 次发布
|
|
305
184
|
|
|
306
|
-
发布时间:2024-10-
|
|
185
|
+
发布时间:2024-10-16 01:32:39
|
|
307
186
|
|
|
308
187
|
本次发布包含了以下内容:
|
|
309
188
|
|
|
310
189
|
改善已有的文档。
|
|
311
190
|
|
|
312
|
-
|
|
191
|
+
修改接口:
|
|
313
192
|
|
|
314
|
-
* [
|
|
315
|
-
* [DescribeApiListVersionTwo](https://cloud.tencent.com/document/api/627/111556)
|
|
193
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)
|
|
316
194
|
|
|
317
|
-
|
|
195
|
+
* 新增入参:RemoveVocal
|
|
318
196
|
|
|
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
197
|
|
|
324
198
|
|
|
325
199
|
|
|
@@ -16054,6 +15928,23 @@
|
|
|
16054
15928
|
|
|
16055
15929
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
16056
15930
|
|
|
15931
|
+
### 第 77 次发布
|
|
15932
|
+
|
|
15933
|
+
发布时间:2024-10-16 01:05:10
|
|
15934
|
+
|
|
15935
|
+
本次发布包含了以下内容:
|
|
15936
|
+
|
|
15937
|
+
改善已有的文档。
|
|
15938
|
+
|
|
15939
|
+
修改接口:
|
|
15940
|
+
|
|
15941
|
+
* [CreateAICall](https://cloud.tencent.com/document/api/679/111211)
|
|
15942
|
+
|
|
15943
|
+
* 新增入参:NotifyDuration, NotifyMessage, CustomTTSConfig
|
|
15944
|
+
|
|
15945
|
+
* <font color="#dd0000">**修改入参**:</font>VoiceType
|
|
15946
|
+
|
|
15947
|
+
|
|
16057
15948
|
### 第 76 次发布
|
|
16058
15949
|
|
|
16059
15950
|
发布时间:2024-09-30 01:10:03
|
|
@@ -33398,6 +33289,57 @@
|
|
|
33398
33289
|
|
|
33399
33290
|
## 日志服务(cls) 版本:2020-10-16
|
|
33400
33291
|
|
|
33292
|
+
### 第 108 次发布
|
|
33293
|
+
|
|
33294
|
+
发布时间:2024-10-16 01:07:47
|
|
33295
|
+
|
|
33296
|
+
本次发布包含了以下内容:
|
|
33297
|
+
|
|
33298
|
+
改善已有的文档。
|
|
33299
|
+
|
|
33300
|
+
新增接口:
|
|
33301
|
+
|
|
33302
|
+
* [[CreateNoticeContent](https://cloud.tencent.com/document/api/614/111716)](https://cloud.tencent.com/document/api/#/#)
|
|
33303
|
+
* [[DeleteNoticeContent](https://cloud.tencent.com/document/api/614/111715)](https://cloud.tencent.com/document/api/#/#)
|
|
33304
|
+
* [[DescribeNoticeContents](https://cloud.tencent.com/document/api/614/111714)](https://cloud.tencent.com/document/api/#/#)
|
|
33305
|
+
* [[ModifyNoticeContent](https://cloud.tencent.com/document/api/614/111713)](https://cloud.tencent.com/document/api/#/#)
|
|
33306
|
+
|
|
33307
|
+
新增数据结构:
|
|
33308
|
+
|
|
33309
|
+
* [[NoticeContent](https://cloud.tencent.com/document/api/614/56471#NoticeContent)](https://cloud.tencent.com/document/api/614/56471#[NoticeContent](https://cloud.tencent.com/document/api/614/56471#NoticeContent))
|
|
33310
|
+
* [[NoticeContentInfo](https://cloud.tencent.com/document/api/614/56471#NoticeContentInfo)](https://cloud.tencent.com/document/api/614/56471#[NoticeContentInfo](https://cloud.tencent.com/document/api/614/56471#NoticeContentInfo))
|
|
33311
|
+
* [[NoticeContentTemplate](https://cloud.tencent.com/document/api/614/56471#NoticeContentTemplate)](https://cloud.tencent.com/document/api/614/56471#[NoticeContentTemplate](https://cloud.tencent.com/document/api/614/56471#NoticeContentTemplate))
|
|
33312
|
+
|
|
33313
|
+
修改数据结构:
|
|
33314
|
+
|
|
33315
|
+
* [MonitorTime](https://cloud.tencent.com/document/api/614/56471#MonitorTime)
|
|
33316
|
+
|
|
33317
|
+
* 新增成员:CronExpression
|
|
33318
|
+
|
|
33319
|
+
* [NoticeReceiver](https://cloud.tencent.com/document/api/614/56471#NoticeReceiver)
|
|
33320
|
+
|
|
33321
|
+
* 新增成员:NoticeContentId
|
|
33322
|
+
|
|
33323
|
+
|
|
33324
|
+
### 第 107 次发布
|
|
33325
|
+
|
|
33326
|
+
发布时间:2024-10-15 01:07:42
|
|
33327
|
+
|
|
33328
|
+
本次发布包含了以下内容:
|
|
33329
|
+
|
|
33330
|
+
改善已有的文档。
|
|
33331
|
+
|
|
33332
|
+
新增数据结构:
|
|
33333
|
+
|
|
33334
|
+
* [AdvanceFilterRuleInfo](https://cloud.tencent.com/document/api/614/56471#AdvanceFilterRuleInfo)
|
|
33335
|
+
|
|
33336
|
+
修改数据结构:
|
|
33337
|
+
|
|
33338
|
+
* [ExtractRuleInfo](https://cloud.tencent.com/document/api/614/56471#ExtractRuleInfo)
|
|
33339
|
+
|
|
33340
|
+
* 新增成员:AdvanceFilterRules
|
|
33341
|
+
|
|
33342
|
+
|
|
33401
33343
|
### 第 106 次发布
|
|
33402
33344
|
|
|
33403
33345
|
发布时间:2024-10-10 01:12:21
|
|
@@ -47500,6 +47442,21 @@
|
|
|
47500
47442
|
|
|
47501
47443
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
47502
47444
|
|
|
47445
|
+
### 第 107 次发布
|
|
47446
|
+
|
|
47447
|
+
发布时间:2024-10-16 01:10:12
|
|
47448
|
+
|
|
47449
|
+
本次发布包含了以下内容:
|
|
47450
|
+
|
|
47451
|
+
改善已有的文档。
|
|
47452
|
+
|
|
47453
|
+
修改数据结构:
|
|
47454
|
+
|
|
47455
|
+
* [Ability](https://cloud.tencent.com/document/api/1003/48097#Ability)
|
|
47456
|
+
|
|
47457
|
+
* 新增成员:IsSupportManualLogic
|
|
47458
|
+
|
|
47459
|
+
|
|
47503
47460
|
### 第 106 次发布
|
|
47504
47461
|
|
|
47505
47462
|
发布时间:2024-10-14 01:14:55
|
|
@@ -47517,8 +47474,8 @@
|
|
|
47517
47474
|
|
|
47518
47475
|
新增数据结构:
|
|
47519
47476
|
|
|
47520
|
-
* [
|
|
47521
|
-
* [
|
|
47477
|
+
* [CrossRegionBackupItem](https://cloud.tencent.com/document/api/1003/48097#CrossRegionBackupItem)
|
|
47478
|
+
* [ProxyVersionInfo](https://cloud.tencent.com/document/api/1003/48097#ProxyVersionInfo)
|
|
47522
47479
|
|
|
47523
47480
|
修改数据结构:
|
|
47524
47481
|
|
|
@@ -52159,6 +52116,23 @@
|
|
|
52159
52116
|
|
|
52160
52117
|
## 专线接入(dc) 版本:2018-04-10
|
|
52161
52118
|
|
|
52119
|
+
### 第 28 次发布
|
|
52120
|
+
|
|
52121
|
+
发布时间:2024-10-15 16:53:15
|
|
52122
|
+
|
|
52123
|
+
本次发布包含了以下内容:
|
|
52124
|
+
|
|
52125
|
+
改善已有的文档。
|
|
52126
|
+
|
|
52127
|
+
新增接口:
|
|
52128
|
+
|
|
52129
|
+
* [CreateCloudAttachService](https://cloud.tencent.com/document/api/216/111671)
|
|
52130
|
+
|
|
52131
|
+
新增数据结构:
|
|
52132
|
+
|
|
52133
|
+
* [CloudAttachInfo](https://cloud.tencent.com/document/api/216/18418#CloudAttachInfo)
|
|
52134
|
+
* [CreateCasInput](https://cloud.tencent.com/document/api/216/18418#CreateCasInput)
|
|
52135
|
+
|
|
52162
52136
|
### 第 27 次发布
|
|
52163
52137
|
|
|
52164
52138
|
发布时间:2024-09-02 01:33:14
|
|
@@ -54009,6 +53983,22 @@
|
|
|
54009
53983
|
|
|
54010
53984
|
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
54011
53985
|
|
|
53986
|
+
### 第 105 次发布
|
|
53987
|
+
|
|
53988
|
+
发布时间:2024-10-15 01:11:21
|
|
53989
|
+
|
|
53990
|
+
本次发布包含了以下内容:
|
|
53991
|
+
|
|
53992
|
+
改善已有的文档。
|
|
53993
|
+
|
|
53994
|
+
新增接口:
|
|
53995
|
+
|
|
53996
|
+
* [DescribeTasksAnalysis](https://cloud.tencent.com/document/api/1342/111587)
|
|
53997
|
+
|
|
53998
|
+
新增数据结构:
|
|
53999
|
+
|
|
54000
|
+
* [AnalysisTaskResults](https://cloud.tencent.com/document/api/1342/53778#AnalysisTaskResults)
|
|
54001
|
+
|
|
54012
54002
|
### 第 104 次发布
|
|
54013
54003
|
|
|
54014
54004
|
发布时间:2024-09-20 13:00:46
|
|
@@ -66218,7 +66208,7 @@
|
|
|
66218
66208
|
|
|
66219
66209
|
新增数据结构:
|
|
66220
66210
|
|
|
66221
|
-
* [
|
|
66211
|
+
* [ExtendScene](https://cloud.tencent.com/document/api/1323/70369#ExtendScene)
|
|
66222
66212
|
|
|
66223
66213
|
修改数据结构:
|
|
66224
66214
|
|
|
@@ -69835,7 +69825,7 @@
|
|
|
69835
69825
|
|
|
69836
69826
|
新增接口:
|
|
69837
69827
|
|
|
69838
|
-
* [
|
|
69828
|
+
* [ChannelDescribeAccountBillDetail](https://cloud.tencent.com/document/api/1420/111553)
|
|
69839
69829
|
|
|
69840
69830
|
修改接口:
|
|
69841
69831
|
|
|
@@ -73506,6 +73496,21 @@
|
|
|
73506
73496
|
|
|
73507
73497
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
73508
73498
|
|
|
73499
|
+
### 第 81 次发布
|
|
73500
|
+
|
|
73501
|
+
发布时间:2024-10-16 01:15:00
|
|
73502
|
+
|
|
73503
|
+
本次发布包含了以下内容:
|
|
73504
|
+
|
|
73505
|
+
改善已有的文档。
|
|
73506
|
+
|
|
73507
|
+
修改数据结构:
|
|
73508
|
+
|
|
73509
|
+
* [DetectInfoText](https://cloud.tencent.com/document/api/1007/41958#DetectInfoText)
|
|
73510
|
+
|
|
73511
|
+
* 新增成员:LivenessInfoTag
|
|
73512
|
+
|
|
73513
|
+
|
|
73509
73514
|
### 第 80 次发布
|
|
73510
73515
|
|
|
73511
73516
|
发布时间:2024-09-25 01:20:56
|
|
@@ -78327,6 +78332,55 @@
|
|
|
78327
78332
|
|
|
78328
78333
|
|
|
78329
78334
|
|
|
78335
|
+
## 网关负载均衡(gwlb) 版本:2024-09-06
|
|
78336
|
+
|
|
78337
|
+
### 第 1 次发布
|
|
78338
|
+
|
|
78339
|
+
发布时间:2024-10-15 19:52:37
|
|
78340
|
+
|
|
78341
|
+
本次发布包含了以下内容:
|
|
78342
|
+
|
|
78343
|
+
改善已有的文档。
|
|
78344
|
+
|
|
78345
|
+
新增接口:
|
|
78346
|
+
|
|
78347
|
+
* [[AssociateTargetGroups](https://cloud.tencent.com/document/api/1782/111698)](https://cloud.tencent.com/document/api/#/#)
|
|
78348
|
+
* [[CreateGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111685)](https://cloud.tencent.com/document/api/#/#)
|
|
78349
|
+
* [[CreateTargetGroup](https://cloud.tencent.com/document/api/1782/111697)](https://cloud.tencent.com/document/api/#/#)
|
|
78350
|
+
* [[DeleteGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111684)](https://cloud.tencent.com/document/api/#/#)
|
|
78351
|
+
* [[DeleteTargetGroups](https://cloud.tencent.com/document/api/1782/111696)](https://cloud.tencent.com/document/api/#/#)
|
|
78352
|
+
* [[DeregisterTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111695)](https://cloud.tencent.com/document/api/#/#)
|
|
78353
|
+
* [[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683)](https://cloud.tencent.com/document/api/#/#)
|
|
78354
|
+
* [[DescribeTargetGroupInstanceStatus](https://cloud.tencent.com/document/api/1782/111694)](https://cloud.tencent.com/document/api/#/#)
|
|
78355
|
+
* [[DescribeTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111693)](https://cloud.tencent.com/document/api/#/#)
|
|
78356
|
+
* [[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)](https://cloud.tencent.com/document/api/#/#)
|
|
78357
|
+
* [[DescribeTargetGroups](https://cloud.tencent.com/document/api/1782/111691)](https://cloud.tencent.com/document/api/#/#)
|
|
78358
|
+
* [[DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700)](https://cloud.tencent.com/document/api/#/#)
|
|
78359
|
+
* [[DisassociateTargetGroups](https://cloud.tencent.com/document/api/1782/111690)](https://cloud.tencent.com/document/api/#/#)
|
|
78360
|
+
* [[InquirePriceCreateGatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111682)](https://cloud.tencent.com/document/api/#/#)
|
|
78361
|
+
* [[ModifyGatewayLoadBalancerAttribute](https://cloud.tencent.com/document/api/1782/111681)](https://cloud.tencent.com/document/api/#/#)
|
|
78362
|
+
* [[ModifyTargetGroupAttribute](https://cloud.tencent.com/document/api/1782/111689)](https://cloud.tencent.com/document/api/#/#)
|
|
78363
|
+
* [[ModifyTargetGroupInstancesWeight](https://cloud.tencent.com/document/api/1782/111688)](https://cloud.tencent.com/document/api/#/#)
|
|
78364
|
+
* [[RegisterTargetGroupInstances](https://cloud.tencent.com/document/api/1782/111687)](https://cloud.tencent.com/document/api/#/#)
|
|
78365
|
+
|
|
78366
|
+
新增数据结构:
|
|
78367
|
+
|
|
78368
|
+
* [[AssociationItem](https://cloud.tencent.com/document/api/1782/111701#AssociationItem)](https://cloud.tencent.com/document/api/1782/111701#[AssociationItem](https://cloud.tencent.com/document/api/1782/111701#AssociationItem))
|
|
78369
|
+
* [[Filter](https://cloud.tencent.com/document/api/1782/111701#Filter)](https://cloud.tencent.com/document/api/1782/111701#[Filter](https://cloud.tencent.com/document/api/1782/111701#Filter))
|
|
78370
|
+
* [[GatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111701#GatewayLoadBalancer)](https://cloud.tencent.com/document/api/1782/111701#[GatewayLoadBalancer](https://cloud.tencent.com/document/api/1782/111701#GatewayLoadBalancer))
|
|
78371
|
+
* [[ItemPrice](https://cloud.tencent.com/document/api/1782/111701#ItemPrice)](https://cloud.tencent.com/document/api/1782/111701#[ItemPrice](https://cloud.tencent.com/document/api/1782/111701#ItemPrice))
|
|
78372
|
+
* [[Price](https://cloud.tencent.com/document/api/1782/111701#Price)](https://cloud.tencent.com/document/api/1782/111701#[Price](https://cloud.tencent.com/document/api/1782/111701#Price))
|
|
78373
|
+
* [[TagInfo](https://cloud.tencent.com/document/api/1782/111701#TagInfo)](https://cloud.tencent.com/document/api/1782/111701#[TagInfo](https://cloud.tencent.com/document/api/1782/111701#TagInfo))
|
|
78374
|
+
* [[TargetGroupAssociation](https://cloud.tencent.com/document/api/1782/111701#TargetGroupAssociation)](https://cloud.tencent.com/document/api/1782/111701#[TargetGroupAssociation](https://cloud.tencent.com/document/api/1782/111701#TargetGroupAssociation))
|
|
78375
|
+
* [[TargetGroupBackend](https://cloud.tencent.com/document/api/1782/111701#TargetGroupBackend)](https://cloud.tencent.com/document/api/1782/111701#[TargetGroupBackend](https://cloud.tencent.com/document/api/1782/111701#TargetGroupBackend))
|
|
78376
|
+
* [[TargetGroupHealthCheck](https://cloud.tencent.com/document/api/1782/111701#TargetGroupHealthCheck)](https://cloud.tencent.com/document/api/1782/111701#[TargetGroupHealthCheck](https://cloud.tencent.com/document/api/1782/111701#TargetGroupHealthCheck))
|
|
78377
|
+
* [[TargetGroupInfo](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInfo)](https://cloud.tencent.com/document/api/1782/111701#[TargetGroupInfo](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInfo))
|
|
78378
|
+
* [[TargetGroupInstance](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstance)](https://cloud.tencent.com/document/api/1782/111701#[TargetGroupInstance](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstance))
|
|
78379
|
+
* [[TargetGroupInstanceStatus](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstanceStatus)](https://cloud.tencent.com/document/api/1782/111701#[TargetGroupInstanceStatus](https://cloud.tencent.com/document/api/1782/111701#TargetGroupInstanceStatus))
|
|
78380
|
+
|
|
78381
|
+
|
|
78382
|
+
|
|
78383
|
+
|
|
78330
78384
|
## (habo) 版本:2018-12-03
|
|
78331
78385
|
|
|
78332
78386
|
### 第 1 次发布
|
|
@@ -80876,6 +80930,21 @@
|
|
|
80876
80930
|
|
|
80877
80931
|
## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
|
|
80878
80932
|
|
|
80933
|
+
### 第 7 次发布
|
|
80934
|
+
|
|
80935
|
+
发布时间:2024-10-15 01:16:09
|
|
80936
|
+
|
|
80937
|
+
本次发布包含了以下内容:
|
|
80938
|
+
|
|
80939
|
+
改善已有的文档。
|
|
80940
|
+
|
|
80941
|
+
修改接口:
|
|
80942
|
+
|
|
80943
|
+
* [DescribeRootAccountGroup](https://cloud.tencent.com/document/api/1092/107709)
|
|
80944
|
+
|
|
80945
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
80946
|
+
|
|
80947
|
+
|
|
80879
80948
|
### 第 6 次发布
|
|
80880
80949
|
|
|
80881
80950
|
发布时间:2024-06-28 01:12:56
|
|
@@ -82266,8 +82335,8 @@
|
|
|
82266
82335
|
|
|
82267
82336
|
新增接口:
|
|
82268
82337
|
|
|
82269
|
-
* [
|
|
82270
|
-
* [
|
|
82338
|
+
* [CreateExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111511)
|
|
82339
|
+
* [InvokeExternalSourceAIServiceTask](https://cloud.tencent.com/document/api/1081/111510)
|
|
82271
82340
|
|
|
82272
82341
|
### 第 78 次发布
|
|
82273
82342
|
|
|
@@ -98893,17 +98962,17 @@
|
|
|
98893
98962
|
|
|
98894
98963
|
新增接口:
|
|
98895
98964
|
|
|
98896
|
-
* [
|
|
98897
|
-
* [
|
|
98898
|
-
* [
|
|
98899
|
-
* [
|
|
98965
|
+
* [CreateVideoDatabaseEntryTask](https://cloud.tencent.com/document/api/862/111513)
|
|
98966
|
+
* [CreateVideoSearchTask](https://cloud.tencent.com/document/api/862/111512)
|
|
98967
|
+
* [DescribeVideoDatabaseEntryTaskDetail](https://cloud.tencent.com/document/api/862/111515)
|
|
98968
|
+
* [DescribeVideoSearchTaskDetail](https://cloud.tencent.com/document/api/862/111514)
|
|
98900
98969
|
|
|
98901
98970
|
新增数据结构:
|
|
98902
98971
|
|
|
98903
|
-
* [
|
|
98904
|
-
* [
|
|
98905
|
-
* [
|
|
98906
|
-
* [
|
|
98972
|
+
* [SearchTaskResult](https://cloud.tencent.com/document/api/862/37615#SearchTaskResult)
|
|
98973
|
+
* [SearchValueInput](https://cloud.tencent.com/document/api/862/37615#SearchValueInput)
|
|
98974
|
+
* [SegmentSpecificInfo](https://cloud.tencent.com/document/api/862/37615#SegmentSpecificInfo)
|
|
98975
|
+
* [VideoDBEntryTaskResult](https://cloud.tencent.com/document/api/862/37615#VideoDBEntryTaskResult)
|
|
98907
98976
|
|
|
98908
98977
|
修改数据结构:
|
|
98909
98978
|
|
|
@@ -104057,11 +104126,11 @@
|
|
|
104057
104126
|
|
|
104058
104127
|
新增接口:
|
|
104059
104128
|
|
|
104060
|
-
* [
|
|
104129
|
+
* [DescribeJobRuntimeInfo](https://cloud.tencent.com/document/api/849/111554)
|
|
104061
104130
|
|
|
104062
104131
|
新增数据结构:
|
|
104063
104132
|
|
|
104064
|
-
* [
|
|
104133
|
+
* [JobRuntimeInfo](https://cloud.tencent.com/document/api/849/52010#JobRuntimeInfo)
|
|
104065
104134
|
|
|
104066
104135
|
### 第 62 次发布
|
|
104067
104136
|
|
|
@@ -111080,6 +111149,18 @@
|
|
|
111080
111149
|
|
|
111081
111150
|
## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
|
|
111082
111151
|
|
|
111152
|
+
### 第 18 次发布
|
|
111153
|
+
|
|
111154
|
+
发布时间:2024-10-16 01:22:48
|
|
111155
|
+
|
|
111156
|
+
本次发布包含了以下内容:
|
|
111157
|
+
|
|
111158
|
+
改善已有的文档。
|
|
111159
|
+
|
|
111160
|
+
新增接口:
|
|
111161
|
+
|
|
111162
|
+
* [[CreateEndPoint](https://cloud.tencent.com/document/api/1338/111717)](https://cloud.tencent.com/document/api/#/#)
|
|
111163
|
+
|
|
111083
111164
|
### 第 17 次发布
|
|
111084
111165
|
|
|
111085
111166
|
发布时间:2024-01-19 01:18:43
|
|
@@ -112090,7 +112171,7 @@
|
|
|
112090
112171
|
|
|
112091
112172
|
新增接口:
|
|
112092
112173
|
|
|
112093
|
-
* [
|
|
112174
|
+
* [ModifyInstancePassword](https://cloud.tencent.com/document/api/239/111555)
|
|
112094
112175
|
|
|
112095
112176
|
### 第 81 次发布
|
|
112096
112177
|
|
|
@@ -142111,6 +142192,18 @@
|
|
|
142111
142192
|
|
|
142112
142193
|
## 容器服务(tke) 版本:2018-05-25
|
|
142113
142194
|
|
|
142195
|
+
### 第 182 次发布
|
|
142196
|
+
|
|
142197
|
+
发布时间:2024-10-15 01:28:12
|
|
142198
|
+
|
|
142199
|
+
本次发布包含了以下内容:
|
|
142200
|
+
|
|
142201
|
+
改善已有的文档。
|
|
142202
|
+
|
|
142203
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
142204
|
+
|
|
142205
|
+
* DescribeExternalClusterSpec
|
|
142206
|
+
|
|
142114
142207
|
### 第 181 次发布
|
|
142115
142208
|
|
|
142116
142209
|
发布时间:2024-09-23 01:27:12
|
|
@@ -154381,6 +154474,21 @@
|
|
|
154381
154474
|
|
|
154382
154475
|
## 大模型视频创作引擎(vclm) 版本:2024-05-23
|
|
154383
154476
|
|
|
154477
|
+
### 第 8 次发布
|
|
154478
|
+
|
|
154479
|
+
发布时间:2024-10-16 01:30:50
|
|
154480
|
+
|
|
154481
|
+
本次发布包含了以下内容:
|
|
154482
|
+
|
|
154483
|
+
改善已有的文档。
|
|
154484
|
+
|
|
154485
|
+
修改接口:
|
|
154486
|
+
|
|
154487
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1616/107805)
|
|
154488
|
+
|
|
154489
|
+
* 新增入参:RemoveVocal
|
|
154490
|
+
|
|
154491
|
+
|
|
154384
154492
|
### 第 7 次发布
|
|
154385
154493
|
|
|
154386
154494
|
发布时间:2024-10-10 01:34:51
|
|
@@ -160109,6 +160217,32 @@
|
|
|
160109
160217
|
|
|
160110
160218
|
## 私有网络(vpc) 版本:2017-03-12
|
|
160111
160219
|
|
|
160220
|
+
### 第 212 次发布
|
|
160221
|
+
|
|
160222
|
+
发布时间:2024-10-15 01:31:18
|
|
160223
|
+
|
|
160224
|
+
本次发布包含了以下内容:
|
|
160225
|
+
|
|
160226
|
+
改善已有的文档。
|
|
160227
|
+
|
|
160228
|
+
修改接口:
|
|
160229
|
+
|
|
160230
|
+
* [AssociateAddress](https://cloud.tencent.com/document/api/215/16700)
|
|
160231
|
+
|
|
160232
|
+
* 新增入参:InstanceRegion
|
|
160233
|
+
|
|
160234
|
+
|
|
160235
|
+
修改数据结构:
|
|
160236
|
+
|
|
160237
|
+
* [CcnBatchRouteTable](https://cloud.tencent.com/document/api/215/15824#CcnBatchRouteTable)
|
|
160238
|
+
|
|
160239
|
+
* <font color="#dd0000">**修改成员**:</font>Description
|
|
160240
|
+
|
|
160241
|
+
* [CcnRouteTableBroadcastPolicy](https://cloud.tencent.com/document/api/215/15824#CcnRouteTableBroadcastPolicy)
|
|
160242
|
+
|
|
160243
|
+
* <font color="#dd0000">**修改成员**:</font>Description
|
|
160244
|
+
|
|
160245
|
+
|
|
160112
160246
|
### 第 211 次发布
|
|
160113
160247
|
|
|
160114
160248
|
发布时间:2024-10-11 01:36:00
|
|
@@ -165012,6 +165146,21 @@
|
|
|
165012
165146
|
|
|
165013
165147
|
## 视频转译(vtc) 版本:2024-02-23
|
|
165014
165148
|
|
|
165149
|
+
### 第 4 次发布
|
|
165150
|
+
|
|
165151
|
+
发布时间:2024-10-16 01:32:39
|
|
165152
|
+
|
|
165153
|
+
本次发布包含了以下内容:
|
|
165154
|
+
|
|
165155
|
+
改善已有的文档。
|
|
165156
|
+
|
|
165157
|
+
修改接口:
|
|
165158
|
+
|
|
165159
|
+
* [SubmitVideoTranslateJob](https://cloud.tencent.com/document/api/1769/106273)
|
|
165160
|
+
|
|
165161
|
+
* 新增入参:RemoveVocal
|
|
165162
|
+
|
|
165163
|
+
|
|
165015
165164
|
### 第 3 次发布
|
|
165016
165165
|
|
|
165017
165166
|
发布时间:2024-09-06 02:27:32
|
|
@@ -165077,15 +165226,15 @@
|
|
|
165077
165226
|
|
|
165078
165227
|
新增接口:
|
|
165079
165228
|
|
|
165080
|
-
* [
|
|
165081
|
-
* [
|
|
165229
|
+
* [DescribeApiDetail](https://cloud.tencent.com/document/api/627/111557)
|
|
165230
|
+
* [DescribeApiListVersionTwo](https://cloud.tencent.com/document/api/627/111556)
|
|
165082
165231
|
|
|
165083
165232
|
新增数据结构:
|
|
165084
165233
|
|
|
165085
|
-
* [
|
|
165086
|
-
* [
|
|
165087
|
-
* [
|
|
165088
|
-
* [
|
|
165234
|
+
* [ApiAsset](https://cloud.tencent.com/document/api/627/53609#ApiAsset)
|
|
165235
|
+
* [ApiDataFilter](https://cloud.tencent.com/document/api/627/53609#ApiDataFilter)
|
|
165236
|
+
* [ApiDetailSampleHistory](https://cloud.tencent.com/document/api/627/53609#ApiDetailSampleHistory)
|
|
165237
|
+
* [ApiParameterType](https://cloud.tencent.com/document/api/627/53609#ApiParameterType)
|
|
165089
165238
|
|
|
165090
165239
|
### 第 95 次发布
|
|
165091
165240
|
|