tencentcloud-sdk-nodejs 4.0.659 → 4.0.660
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 +279 -0
- package/SERVICE_CHANGELOG.md +414 -216
- package/package.json +1 -1
- package/products.md +12 -12
- package/src/common/sdk_version.ts +1 -1
- package/src/services/asr/v20190614/asr_client.ts +14 -1
- package/src/services/asr/v20190614/asr_models.ts +41 -11
- package/src/services/ccc/v20200210/ccc_client.ts +25 -13
- package/src/services/ccc/v20200210/ccc_models.ts +32 -4
- package/src/services/cls/v20201016/cls_client.ts +2 -1
- package/src/services/cls/v20201016/cls_models.ts +46 -6
- package/src/services/csip/v20221121/csip_models.ts +73 -2
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +54 -54
- package/src/services/dasb/v20191018/dasb_models.ts +6 -2
- package/src/services/eis/v20210601/eis_models.ts +17 -8
- package/src/services/ess/v20201111/ess_client.ts +15 -9
- package/src/services/ess/v20201111/ess_models.ts +47 -35
- package/src/services/essbasic/v20210526/essbasic_client.ts +3 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +17 -17
- package/src/services/wedata/v20210820/wedata_models.ts +36 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- 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 +38 -11
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +9 -5
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +12 -6
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +30 -4
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +45 -6
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +73 -2
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +54 -54
- package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +6 -2
- package/tencentcloud/services/eis/v20210601/eis_models.d.ts +17 -8
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +9 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +9 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +47 -35
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +17 -17
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +36 -0
- package/test/asr.v20190614.test.js +10 -0
- package/test/ccc.v20200210.test.js +14 -4
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,46 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 语音识别(asr) 版本:2019-06-14
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 30 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2023-08-
|
|
7
|
+
发布时间:2023-08-08 01:06:35
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [VoicePrintCount](https://cloud.tencent.com/document/api/1093/96061)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [VoicePrintCountData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCountData)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
24
|
+
|
|
25
|
+
### 第 53 次发布
|
|
26
|
+
|
|
27
|
+
发布时间:2023-08-08 01:09:59
|
|
28
|
+
|
|
29
|
+
本次发布包含了以下内容:
|
|
30
|
+
|
|
31
|
+
改善已有的文档。
|
|
32
|
+
|
|
33
|
+
新增接口:
|
|
34
|
+
|
|
35
|
+
* [CreateAdminURL](https://cloud.tencent.com/document/api/679/96062)
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
40
|
+
|
|
41
|
+
### 第 65 次发布
|
|
42
|
+
|
|
43
|
+
发布时间:2023-08-08 01:11:32
|
|
8
44
|
|
|
9
45
|
本次发布包含了以下内容:
|
|
10
46
|
|
|
@@ -12,299 +48,232 @@
|
|
|
12
48
|
|
|
13
49
|
修改接口:
|
|
14
50
|
|
|
15
|
-
* [
|
|
51
|
+
* [CreateMachineGroup](https://cloud.tencent.com/document/api/614/56440)
|
|
16
52
|
|
|
17
|
-
*
|
|
53
|
+
* 新增入参:OSType
|
|
18
54
|
|
|
19
|
-
* [AddRecordBackupPlan](https://cloud.tencent.com/document/api/1344/95929)
|
|
20
55
|
|
|
21
|
-
|
|
56
|
+
新增数据结构:
|
|
22
57
|
|
|
23
|
-
|
|
58
|
+
* [EventLog](https://cloud.tencent.com/document/api/614/56471#EventLog)
|
|
24
59
|
|
|
25
|
-
|
|
60
|
+
修改数据结构:
|
|
26
61
|
|
|
27
|
-
|
|
62
|
+
* [ExtractRuleInfo](https://cloud.tencent.com/document/api/614/56471#ExtractRuleInfo)
|
|
28
63
|
|
|
29
|
-
*
|
|
64
|
+
* 新增成员:EventLogRules
|
|
30
65
|
|
|
31
|
-
* [
|
|
66
|
+
* [MachineGroupInfo](https://cloud.tencent.com/document/api/614/56471#MachineGroupInfo)
|
|
32
67
|
|
|
33
|
-
*
|
|
68
|
+
* 新增成员:OSType
|
|
34
69
|
|
|
35
|
-
* [AddRecordRetrieveTask](https://cloud.tencent.com/document/api/1344/95941)
|
|
36
70
|
|
|
37
|
-
* 新增出参:Data, RequestId
|
|
38
71
|
|
|
39
|
-
* <font color="#dd0000">**删除出参**:</font>TaskId, TaskName, StartTime, EndTime, Mode, Expiration, Status, Capacity, Describe
|
|
40
72
|
|
|
41
|
-
|
|
73
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
42
74
|
|
|
43
|
-
|
|
75
|
+
### 第 7 次发布
|
|
44
76
|
|
|
45
|
-
|
|
77
|
+
发布时间:2023-08-08 01:12:25
|
|
46
78
|
|
|
47
|
-
|
|
79
|
+
本次发布包含了以下内容:
|
|
48
80
|
|
|
49
|
-
|
|
81
|
+
改善已有的文档。
|
|
50
82
|
|
|
51
|
-
|
|
83
|
+
修改接口:
|
|
52
84
|
|
|
53
|
-
|
|
85
|
+
* [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
|
|
54
86
|
|
|
55
|
-
*
|
|
87
|
+
* 新增出参:Status, UnAuthAsset
|
|
56
88
|
|
|
57
|
-
* [DescribeAITaskResult](https://cloud.tencent.com/document/api/1344/95948)
|
|
58
89
|
|
|
59
|
-
|
|
90
|
+
修改数据结构:
|
|
60
91
|
|
|
61
|
-
* [
|
|
92
|
+
* [AssetClusterPod](https://cloud.tencent.com/document/api/664/90825#AssetClusterPod)
|
|
62
93
|
|
|
63
|
-
*
|
|
94
|
+
* 新增成员:IsNewAsset
|
|
64
95
|
|
|
65
|
-
* <font color="#dd0000"
|
|
96
|
+
* <font color="#dd0000">**修改成员**:</font>AppId, Uin, Nick, Region, AssetId, AssetName, InstanceCreateTime, Namespace, Status, ClusterId, ClusterName, MachineId, MachineName, PodIp, ServiceCount, ContainerCount, PublicIp, PrivateIp, IsCore
|
|
66
97
|
|
|
67
|
-
* [
|
|
98
|
+
* [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
|
|
68
99
|
|
|
69
|
-
*
|
|
100
|
+
* 新增成员:IsNewAsset
|
|
70
101
|
|
|
71
|
-
|
|
102
|
+
* [DBAssetVO](https://cloud.tencent.com/document/api/664/90825#DBAssetVO)
|
|
72
103
|
|
|
73
|
-
*
|
|
104
|
+
* 新增成员:IsNewAsset
|
|
74
105
|
|
|
75
|
-
*
|
|
106
|
+
* <font color="#dd0000">**修改成员**:</font>AssetId, AssetName, AssetType, VpcId, VpcName, Region, Domain, AssetCreateTime, LastScanTime, ConfigurationRisk, Attack, Access, ScanTask, AppId, Uin, NickName, Port, Tag, PrivateIp, PublicIp, Status, IsCore
|
|
76
107
|
|
|
77
|
-
|
|
108
|
+
* [DomainAssetVO](https://cloud.tencent.com/document/api/664/90825#DomainAssetVO)
|
|
78
109
|
|
|
79
|
-
*
|
|
110
|
+
* 新增成员:IsNewAsset, VerifyDomain, VerifyTXTRecord, VerifyStatus
|
|
80
111
|
|
|
81
|
-
|
|
112
|
+
* [IpAssetListVO](https://cloud.tencent.com/document/api/664/90825#IpAssetListVO)
|
|
82
113
|
|
|
83
|
-
*
|
|
114
|
+
* 新增成员:IsNewAsset, VerifyStatus
|
|
84
115
|
|
|
85
|
-
*
|
|
116
|
+
* <font color="#dd0000">**修改成员**:</font>AssetId, AssetName, AssetType, Region, CFWStatus, AssetCreateTime, PublicIp, PublicIpType, VpcId, VpcName, AppId, Uin, NickName, IsCore, IsCloud, Attack, Access, Intercept, InBandwidth, OutBandwidth, InFlow, OutFlow, LastScanTime, PortRisk, VulnerabilityRisk, ConfigurationRisk, ScanTask, WeakPassword, WebContentRisk, Tag, AddressId, MemberId, RiskExposure
|
|
86
117
|
|
|
87
|
-
|
|
118
|
+
* [SubnetAsset](https://cloud.tencent.com/document/api/664/90825#SubnetAsset)
|
|
88
119
|
|
|
89
|
-
*
|
|
120
|
+
* 新增成员:IsNewAsset
|
|
90
121
|
|
|
91
|
-
*
|
|
122
|
+
* <font color="#dd0000">**修改成员**:</font>AppId, Uin, AssetId, AssetName, Region, VpcId, VpcName, Tag, Nick, CIDR, Zone, CVM, AvailableIp, CreateTime, ConfigureRisk, ScanTask, LastScanTime, IsCore
|
|
92
123
|
|
|
93
|
-
|
|
124
|
+
* [Vpc](https://cloud.tencent.com/document/api/664/90825#Vpc)
|
|
94
125
|
|
|
95
|
-
*
|
|
126
|
+
* 新增成员:IsNewAsset, IsCore
|
|
96
127
|
|
|
97
|
-
*
|
|
128
|
+
* <font color="#dd0000">**修改成员**:</font>Subnet, ConnectedVpc, AssetId, Region, CVM, Tag, DNS, AssetName, CIDR, CreateTime, AppId, Uin, Nick
|
|
98
129
|
|
|
99
|
-
* 新增出参:Data, RequestId
|
|
100
130
|
|
|
101
|
-
* <font color="#dd0000">**删除出参**:</font>Services
|
|
102
131
|
|
|
103
|
-
* [DescribeOrganization](https://cloud.tencent.com/document/api/1344/95892)
|
|
104
132
|
|
|
105
|
-
|
|
133
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
106
134
|
|
|
107
|
-
|
|
135
|
+
### 第 65 次发布
|
|
108
136
|
|
|
109
|
-
|
|
137
|
+
发布时间:2023-08-08 01:14:23
|
|
110
138
|
|
|
111
|
-
|
|
139
|
+
本次发布包含了以下内容:
|
|
112
140
|
|
|
113
|
-
|
|
141
|
+
改善已有的文档。
|
|
114
142
|
|
|
115
|
-
|
|
143
|
+
修改数据结构:
|
|
116
144
|
|
|
117
|
-
|
|
145
|
+
* [CynosdbClusterDetail](https://cloud.tencent.com/document/api/1003/48097#CynosdbClusterDetail)
|
|
118
146
|
|
|
119
|
-
* <font color="#dd0000"
|
|
147
|
+
* <font color="#dd0000">**修改成员**:</font>ResourcePackages, RenewFlag
|
|
120
148
|
|
|
121
|
-
* [DescribeRecordFile](https://cloud.tencent.com/document/api/1344/95934)
|
|
122
149
|
|
|
123
|
-
* 新增出参:Data, RequestId
|
|
124
150
|
|
|
125
|
-
* <font color="#dd0000">**删除出参**:</font>Tips, List
|
|
126
151
|
|
|
127
|
-
|
|
152
|
+
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
128
153
|
|
|
129
|
-
|
|
154
|
+
### 第 14 次发布
|
|
130
155
|
|
|
131
|
-
|
|
156
|
+
发布时间:2023-08-08 01:15:01
|
|
132
157
|
|
|
133
|
-
|
|
158
|
+
本次发布包含了以下内容:
|
|
134
159
|
|
|
135
|
-
|
|
160
|
+
改善已有的文档。
|
|
136
161
|
|
|
137
|
-
|
|
162
|
+
修改接口:
|
|
138
163
|
|
|
139
|
-
* [
|
|
164
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
140
165
|
|
|
141
|
-
*
|
|
166
|
+
* 新增入参:ManagedAccount
|
|
142
167
|
|
|
143
|
-
* [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
|
|
144
168
|
|
|
145
|
-
* 新增出参:Data, RequestId
|
|
146
169
|
|
|
147
|
-
* <font color="#dd0000">**删除出参**:</font>Url, ActualBeginTime, ActualEndTime
|
|
148
170
|
|
|
149
|
-
|
|
171
|
+
## 数据连接器(eis) 版本:2021-06-01
|
|
150
172
|
|
|
151
|
-
|
|
173
|
+
### 第 8 次发布
|
|
152
174
|
|
|
153
|
-
|
|
175
|
+
发布时间:2023-08-08 01:16:41
|
|
154
176
|
|
|
155
|
-
|
|
177
|
+
本次发布包含了以下内容:
|
|
156
178
|
|
|
157
|
-
|
|
179
|
+
改善已有的文档。
|
|
158
180
|
|
|
159
|
-
|
|
181
|
+
修改接口:
|
|
160
182
|
|
|
161
|
-
* [
|
|
183
|
+
* [ListDeployableRuntimesMC](https://cloud.tencent.com/document/api/1270/57965)
|
|
162
184
|
|
|
163
|
-
*
|
|
185
|
+
* 新增入参:RuntimeClass
|
|
164
186
|
|
|
165
|
-
* <font color="#dd0000">**删除出参**:</font>PageNumber, PageSize, TotalCount, List
|
|
166
187
|
|
|
167
|
-
|
|
188
|
+
修改数据结构:
|
|
168
189
|
|
|
169
|
-
|
|
190
|
+
* [AbstractRuntimeMC](https://cloud.tencent.com/document/api/1270/57968#AbstractRuntimeMC)
|
|
170
191
|
|
|
171
|
-
*
|
|
192
|
+
* 新增成员:MatchExtensions
|
|
172
193
|
|
|
173
|
-
* [
|
|
194
|
+
* [RuntimeExtensionMC](https://cloud.tencent.com/document/api/1270/57968#RuntimeExtensionMC)
|
|
174
195
|
|
|
175
|
-
* <font color="#dd0000"
|
|
196
|
+
* <font color="#dd0000">**修改成员**:</font>Size, Replica, Name, Status, CreatedAt, UpdatedAt
|
|
176
197
|
|
|
177
|
-
* [ListRecordBackupTemplates](https://cloud.tencent.com/document/api/1344/95907)
|
|
178
198
|
|
|
179
|
-
* 新增出参:Data, RequestId
|
|
180
199
|
|
|
181
|
-
* <font color="#dd0000">**删除出参**:</font>TemplateId, TemplateName, TimeSections, DevTimeSections, Scale, CreateAt, UpdateAt
|
|
182
200
|
|
|
183
|
-
|
|
201
|
+
## 数据连接器(eis) 版本:2020-07-15
|
|
184
202
|
|
|
185
|
-
* 新增出参:Data, RequestId
|
|
186
203
|
|
|
187
|
-
* <font color="#dd0000">**删除出参**:</font>List
|
|
188
204
|
|
|
189
|
-
|
|
205
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
190
206
|
|
|
191
|
-
|
|
207
|
+
### 第 102 次发布
|
|
192
208
|
|
|
193
|
-
|
|
209
|
+
发布时间:2023-08-08 01:16:56
|
|
194
210
|
|
|
195
|
-
|
|
211
|
+
本次发布包含了以下内容:
|
|
196
212
|
|
|
197
|
-
|
|
213
|
+
改善已有的文档。
|
|
198
214
|
|
|
199
|
-
|
|
215
|
+
修改接口:
|
|
200
216
|
|
|
201
|
-
* [
|
|
217
|
+
* [CreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1323/89386)
|
|
202
218
|
|
|
203
|
-
*
|
|
219
|
+
* 新增入参:Agent
|
|
204
220
|
|
|
205
|
-
* <font color="#dd0000">**删除出参**:</font>GatewayId, GwId, Name, Description, ClusterId, ClusterName, Status, CreatedAt, Secret, Version
|
|
206
221
|
|
|
207
|
-
|
|
222
|
+
修改数据结构:
|
|
208
223
|
|
|
209
|
-
|
|
224
|
+
* [GroupOrganization](https://cloud.tencent.com/document/api/1323/70369#GroupOrganization)
|
|
210
225
|
|
|
211
|
-
*
|
|
226
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Alias, OrganizationId, UpdateTime, Status, IsMainOrganization, IdCardNumber, AdminInfo, License, LicenseExpireTime, JoinTime, FlowEngineEnable
|
|
212
227
|
|
|
213
|
-
* 新增出参:Data, RequestId
|
|
214
228
|
|
|
215
|
-
* <font color="#dd0000">**删除出参**:</font>PlanId, PlanName, TemplateId, Describe, LifeCycle, Status, ChannelCount, CreateAt, UpdateAt
|
|
216
229
|
|
|
217
|
-
* [UpdateRecordBackupTemplate](https://cloud.tencent.com/document/api/1344/95905)
|
|
218
230
|
|
|
219
|
-
|
|
231
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
220
232
|
|
|
221
|
-
|
|
233
|
+
### 第 100 次发布
|
|
222
234
|
|
|
223
|
-
|
|
235
|
+
发布时间:2023-08-08 01:17:36
|
|
224
236
|
|
|
225
|
-
|
|
237
|
+
本次发布包含了以下内容:
|
|
226
238
|
|
|
227
|
-
|
|
239
|
+
改善已有的文档。
|
|
228
240
|
|
|
229
|
-
|
|
241
|
+
修改接口:
|
|
230
242
|
|
|
243
|
+
* [ChannelDescribeEmployees](https://cloud.tencent.com/document/api/1420/81119)
|
|
231
244
|
|
|
232
|
-
|
|
245
|
+
* <font color="#dd0000">**修改入参**:</font>Agent
|
|
233
246
|
|
|
234
|
-
* [AITaskResultData](https://cloud.tencent.com/document/api/1344/95952#AITaskResultData)
|
|
235
|
-
* [AddDeviceData](https://cloud.tencent.com/document/api/1344/95952#AddDeviceData)
|
|
236
|
-
* [AddOrgData](https://cloud.tencent.com/document/api/1344/95952#AddOrgData)
|
|
237
|
-
* [AddRecordBackupPlanData](https://cloud.tencent.com/document/api/1344/95952#AddRecordBackupPlanData)
|
|
238
|
-
* [AddRecordBackupTemplateData](https://cloud.tencent.com/document/api/1344/95952#AddRecordBackupTemplateData)
|
|
239
|
-
* [AddRecordRetrieveTaskData](https://cloud.tencent.com/document/api/1344/95952#AddRecordRetrieveTaskData)
|
|
240
|
-
* [AddStreamAuthData](https://cloud.tencent.com/document/api/1344/95952#AddStreamAuthData)
|
|
241
|
-
* [ControlDeviceStreamData](https://cloud.tencent.com/document/api/1344/95952#ControlDeviceStreamData)
|
|
242
|
-
* [DescribeDeviceChannelData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceChannelData)
|
|
243
|
-
* [DescribeDeviceData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceData)
|
|
244
|
-
* [DescribeDevicePresetData](https://cloud.tencent.com/document/api/1344/95952#DescribeDevicePresetData)
|
|
245
|
-
* [DescribeDomainData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainData)
|
|
246
|
-
* [DescribeDomainRegionData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainRegionData)
|
|
247
|
-
* [DescribeGatewayData](https://cloud.tencent.com/document/api/1344/95952#DescribeGatewayData)
|
|
248
|
-
* [DescribeGatewayProtocolData](https://cloud.tencent.com/document/api/1344/95952#DescribeGatewayProtocolData)
|
|
249
|
-
* [DescribeGatewayVersionData](https://cloud.tencent.com/document/api/1344/95952#DescribeGatewayVersionData)
|
|
250
|
-
* [DescribeOrganizationData](https://cloud.tencent.com/document/api/1344/95952#DescribeOrganizationData)
|
|
251
|
-
* [DescribeRecordBackupPlanData](https://cloud.tencent.com/document/api/1344/95952#DescribeRecordBackupPlanData)
|
|
252
|
-
* [DescribeRecordBackupTemplateData](https://cloud.tencent.com/document/api/1344/95952#DescribeRecordBackupTemplateData)
|
|
253
|
-
* [DescribeRecordFileData](https://cloud.tencent.com/document/api/1344/95952#DescribeRecordFileData)
|
|
254
|
-
* [DescribeRecordRetrieveTaskData](https://cloud.tencent.com/document/api/1344/95952#DescribeRecordRetrieveTaskData)
|
|
255
|
-
* [DescribeStreamAuthData](https://cloud.tencent.com/document/api/1344/95952#DescribeStreamAuthData)
|
|
256
|
-
* [DescribeVideoDownloadUrlData](https://cloud.tencent.com/document/api/1344/95952#DescribeVideoDownloadUrlData)
|
|
257
|
-
* [ListGatewaysData](https://cloud.tencent.com/document/api/1344/95952#ListGatewaysData)
|
|
258
|
-
* [ListOrganizationChannelNumbersData](https://cloud.tencent.com/document/api/1344/95952#ListOrganizationChannelNumbersData)
|
|
259
|
-
* [ListOrganizationChannelsData](https://cloud.tencent.com/document/api/1344/95952#ListOrganizationChannelsData)
|
|
260
|
-
* [ListRecordBackupPlanData](https://cloud.tencent.com/document/api/1344/95952#ListRecordBackupPlanData)
|
|
261
|
-
* [ListRecordBackupPlanDevicesData](https://cloud.tencent.com/document/api/1344/95952#ListRecordBackupPlanDevicesData)
|
|
262
|
-
* [ListRecordBackupTemplatesData](https://cloud.tencent.com/document/api/1344/95952#ListRecordBackupTemplatesData)
|
|
263
|
-
* [ListRecordPlanChannelsData](https://cloud.tencent.com/document/api/1344/95952#ListRecordPlanChannelsData)
|
|
264
|
-
* [ListRecordPlanDevicesData](https://cloud.tencent.com/document/api/1344/95952#ListRecordPlanDevicesData)
|
|
265
|
-
* [PlayRecordData](https://cloud.tencent.com/document/api/1344/95952#PlayRecordData)
|
|
266
|
-
* [RecordPlanOptData](https://cloud.tencent.com/document/api/1344/95952#RecordPlanOptData)
|
|
267
|
-
* [UpdateDeviceData](https://cloud.tencent.com/document/api/1344/95952#UpdateDeviceData)
|
|
268
|
-
* [UpdateGatewayData](https://cloud.tencent.com/document/api/1344/95952#UpdateGatewayData)
|
|
269
|
-
* [UpdateOrgData](https://cloud.tencent.com/document/api/1344/95952#UpdateOrgData)
|
|
270
|
-
* [UpdateRecordBackupPlanData](https://cloud.tencent.com/document/api/1344/95952#UpdateRecordBackupPlanData)
|
|
271
|
-
* [UpdateRecordBackupTemplateData](https://cloud.tencent.com/document/api/1344/95952#UpdateRecordBackupTemplateData)
|
|
272
247
|
|
|
273
|
-
<font color="#dd0000">**删除数据结构**:</font>
|
|
274
248
|
|
|
275
|
-
* AITaskResultResponse
|
|
276
|
-
* AddDeviceResponse
|
|
277
|
-
* AddOrgResponse
|
|
278
|
-
* DescribeDeviceResponse
|
|
279
|
-
* ListRecordBackupPlanResponse
|
|
280
|
-
* RecordPlanOptResponse
|
|
281
|
-
* UpdateDeviceResponse
|
|
282
|
-
* UpdateOrgResponse
|
|
283
249
|
|
|
250
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
284
251
|
|
|
285
252
|
|
|
286
|
-
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
287
253
|
|
|
288
|
-
|
|
254
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
289
255
|
|
|
290
|
-
|
|
256
|
+
### 第 39 次发布
|
|
257
|
+
|
|
258
|
+
发布时间:2023-08-08 01:27:52
|
|
291
259
|
|
|
292
260
|
本次发布包含了以下内容:
|
|
293
261
|
|
|
294
262
|
改善已有的文档。
|
|
295
263
|
|
|
296
|
-
|
|
264
|
+
修改接口:
|
|
297
265
|
|
|
298
|
-
* [
|
|
299
|
-
* [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
|
266
|
+
* [DescribeBatchOperateTask](https://cloud.tencent.com/document/api/1267/94610)
|
|
300
267
|
|
|
301
|
-
|
|
268
|
+
* 新增入参:DatasourceIdList, DatasourceTypeList, CycleUnitList, CanSubmit
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
修改数据结构:
|
|
272
|
+
|
|
273
|
+
* [DescribeBatchOperateTaskDTO](https://cloud.tencent.com/document/api/1267/76336#DescribeBatchOperateTaskDTO)
|
|
274
|
+
|
|
275
|
+
* 新增成员:CycleUnit, ScheduleDesc, DatasourceId, DatasourceType
|
|
302
276
|
|
|
303
|
-
* [Filter](https://cloud.tencent.com/document/api/1493/96031#Filter)
|
|
304
|
-
* [InstanceItem](https://cloud.tencent.com/document/api/1493/96031#InstanceItem)
|
|
305
|
-
* [Tag](https://cloud.tencent.com/document/api/1493/96031#Tag)
|
|
306
|
-
* [TagFilter](https://cloud.tencent.com/document/api/1493/96031#TagFilter)
|
|
307
|
-
* [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem)
|
|
308
277
|
|
|
309
278
|
|
|
310
279
|
|
|
@@ -6227,6 +6196,22 @@
|
|
|
6227
6196
|
|
|
6228
6197
|
## 语音识别(asr) 版本:2019-06-14
|
|
6229
6198
|
|
|
6199
|
+
### 第 30 次发布
|
|
6200
|
+
|
|
6201
|
+
发布时间:2023-08-08 01:06:35
|
|
6202
|
+
|
|
6203
|
+
本次发布包含了以下内容:
|
|
6204
|
+
|
|
6205
|
+
改善已有的文档。
|
|
6206
|
+
|
|
6207
|
+
新增接口:
|
|
6208
|
+
|
|
6209
|
+
* [[VoicePrintCount](https://cloud.tencent.com/document/api/1093/96061)](https://cloud.tencent.com/document/api/#/#)
|
|
6210
|
+
|
|
6211
|
+
新增数据结构:
|
|
6212
|
+
|
|
6213
|
+
* [[VoicePrintCountData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCountData)](https://cloud.tencent.com/document/api/1093/37824#[VoicePrintCountData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCountData))
|
|
6214
|
+
|
|
6230
6215
|
### 第 29 次发布
|
|
6231
6216
|
|
|
6232
6217
|
发布时间:2023-07-18 01:07:49
|
|
@@ -13604,6 +13589,18 @@
|
|
|
13604
13589
|
|
|
13605
13590
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
13606
13591
|
|
|
13592
|
+
### 第 53 次发布
|
|
13593
|
+
|
|
13594
|
+
发布时间:2023-08-08 01:09:59
|
|
13595
|
+
|
|
13596
|
+
本次发布包含了以下内容:
|
|
13597
|
+
|
|
13598
|
+
改善已有的文档。
|
|
13599
|
+
|
|
13600
|
+
新增接口:
|
|
13601
|
+
|
|
13602
|
+
* [[CreateAdminURL](https://cloud.tencent.com/document/api/679/96062)](https://cloud.tencent.com/document/api/#/#)
|
|
13603
|
+
|
|
13607
13604
|
### 第 52 次发布
|
|
13608
13605
|
|
|
13609
13606
|
发布时间:2023-07-28 01:10:59
|
|
@@ -27303,6 +27300,36 @@
|
|
|
27303
27300
|
|
|
27304
27301
|
## 日志服务(cls) 版本:2020-10-16
|
|
27305
27302
|
|
|
27303
|
+
### 第 65 次发布
|
|
27304
|
+
|
|
27305
|
+
发布时间:2023-08-08 01:11:32
|
|
27306
|
+
|
|
27307
|
+
本次发布包含了以下内容:
|
|
27308
|
+
|
|
27309
|
+
改善已有的文档。
|
|
27310
|
+
|
|
27311
|
+
修改接口:
|
|
27312
|
+
|
|
27313
|
+
* [CreateMachineGroup](https://cloud.tencent.com/document/api/614/56440)
|
|
27314
|
+
|
|
27315
|
+
* 新增入参:OSType
|
|
27316
|
+
|
|
27317
|
+
|
|
27318
|
+
新增数据结构:
|
|
27319
|
+
|
|
27320
|
+
* [[EventLog](https://cloud.tencent.com/document/api/614/56471#EventLog)](https://cloud.tencent.com/document/api/614/56471#[EventLog](https://cloud.tencent.com/document/api/614/56471#EventLog))
|
|
27321
|
+
|
|
27322
|
+
修改数据结构:
|
|
27323
|
+
|
|
27324
|
+
* [ExtractRuleInfo](https://cloud.tencent.com/document/api/614/56471#ExtractRuleInfo)
|
|
27325
|
+
|
|
27326
|
+
* 新增成员:EventLogRules
|
|
27327
|
+
|
|
27328
|
+
* [MachineGroupInfo](https://cloud.tencent.com/document/api/614/56471#MachineGroupInfo)
|
|
27329
|
+
|
|
27330
|
+
* 新增成员:OSType
|
|
27331
|
+
|
|
27332
|
+
|
|
27306
27333
|
### 第 64 次发布
|
|
27307
27334
|
|
|
27308
27335
|
发布时间:2023-08-03 01:03:31
|
|
@@ -33074,6 +33101,62 @@
|
|
|
33074
33101
|
|
|
33075
33102
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
33076
33103
|
|
|
33104
|
+
### 第 7 次发布
|
|
33105
|
+
|
|
33106
|
+
发布时间:2023-08-08 01:12:25
|
|
33107
|
+
|
|
33108
|
+
本次发布包含了以下内容:
|
|
33109
|
+
|
|
33110
|
+
改善已有的文档。
|
|
33111
|
+
|
|
33112
|
+
修改接口:
|
|
33113
|
+
|
|
33114
|
+
* [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
|
|
33115
|
+
|
|
33116
|
+
* 新增出参:Status, UnAuthAsset
|
|
33117
|
+
|
|
33118
|
+
|
|
33119
|
+
修改数据结构:
|
|
33120
|
+
|
|
33121
|
+
* [AssetClusterPod](https://cloud.tencent.com/document/api/664/90825#AssetClusterPod)
|
|
33122
|
+
|
|
33123
|
+
* 新增成员:IsNewAsset
|
|
33124
|
+
|
|
33125
|
+
* <font color="#dd0000">**修改成员**:</font>AppId, Uin, Nick, Region, AssetId, AssetName, InstanceCreateTime, Namespace, Status, ClusterId, ClusterName, MachineId, MachineName, PodIp, ServiceCount, ContainerCount, PublicIp, PrivateIp, IsCore
|
|
33126
|
+
|
|
33127
|
+
* [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
|
|
33128
|
+
|
|
33129
|
+
* 新增成员:IsNewAsset
|
|
33130
|
+
|
|
33131
|
+
* [DBAssetVO](https://cloud.tencent.com/document/api/664/90825#DBAssetVO)
|
|
33132
|
+
|
|
33133
|
+
* 新增成员:IsNewAsset
|
|
33134
|
+
|
|
33135
|
+
* <font color="#dd0000">**修改成员**:</font>AssetId, AssetName, AssetType, VpcId, VpcName, Region, Domain, AssetCreateTime, LastScanTime, ConfigurationRisk, Attack, Access, ScanTask, AppId, Uin, NickName, Port, Tag, PrivateIp, PublicIp, Status, IsCore
|
|
33136
|
+
|
|
33137
|
+
* [DomainAssetVO](https://cloud.tencent.com/document/api/664/90825#DomainAssetVO)
|
|
33138
|
+
|
|
33139
|
+
* 新增成员:IsNewAsset, VerifyDomain, VerifyTXTRecord, VerifyStatus
|
|
33140
|
+
|
|
33141
|
+
* [IpAssetListVO](https://cloud.tencent.com/document/api/664/90825#IpAssetListVO)
|
|
33142
|
+
|
|
33143
|
+
* 新增成员:IsNewAsset, VerifyStatus
|
|
33144
|
+
|
|
33145
|
+
* <font color="#dd0000">**修改成员**:</font>AssetId, AssetName, AssetType, Region, CFWStatus, AssetCreateTime, PublicIp, PublicIpType, VpcId, VpcName, AppId, Uin, NickName, IsCore, IsCloud, Attack, Access, Intercept, InBandwidth, OutBandwidth, InFlow, OutFlow, LastScanTime, PortRisk, VulnerabilityRisk, ConfigurationRisk, ScanTask, WeakPassword, WebContentRisk, Tag, AddressId, MemberId, RiskExposure
|
|
33146
|
+
|
|
33147
|
+
* [SubnetAsset](https://cloud.tencent.com/document/api/664/90825#SubnetAsset)
|
|
33148
|
+
|
|
33149
|
+
* 新增成员:IsNewAsset
|
|
33150
|
+
|
|
33151
|
+
* <font color="#dd0000">**修改成员**:</font>AppId, Uin, AssetId, AssetName, Region, VpcId, VpcName, Tag, Nick, CIDR, Zone, CVM, AvailableIp, CreateTime, ConfigureRisk, ScanTask, LastScanTime, IsCore
|
|
33152
|
+
|
|
33153
|
+
* [Vpc](https://cloud.tencent.com/document/api/664/90825#Vpc)
|
|
33154
|
+
|
|
33155
|
+
* 新增成员:IsNewAsset, IsCore
|
|
33156
|
+
|
|
33157
|
+
* <font color="#dd0000">**修改成员**:</font>Subnet, ConnectedVpc, AssetId, Region, CVM, Tag, DNS, AssetName, CIDR, CreateTime, AppId, Uin, Nick
|
|
33158
|
+
|
|
33159
|
+
|
|
33077
33160
|
### 第 6 次发布
|
|
33078
33161
|
|
|
33079
33162
|
发布时间:2023-07-18 01:21:16
|
|
@@ -38146,6 +38229,21 @@
|
|
|
38146
38229
|
|
|
38147
38230
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
38148
38231
|
|
|
38232
|
+
### 第 65 次发布
|
|
38233
|
+
|
|
38234
|
+
发布时间:2023-08-08 01:14:23
|
|
38235
|
+
|
|
38236
|
+
本次发布包含了以下内容:
|
|
38237
|
+
|
|
38238
|
+
改善已有的文档。
|
|
38239
|
+
|
|
38240
|
+
修改数据结构:
|
|
38241
|
+
|
|
38242
|
+
* [CynosdbClusterDetail](https://cloud.tencent.com/document/api/1003/48097#CynosdbClusterDetail)
|
|
38243
|
+
|
|
38244
|
+
* <font color="#dd0000">**修改成员**:</font>ResourcePackages, RenewFlag
|
|
38245
|
+
|
|
38246
|
+
|
|
38149
38247
|
### 第 64 次发布
|
|
38150
38248
|
|
|
38151
38249
|
发布时间:2023-08-02 01:13:37
|
|
@@ -39482,6 +39580,21 @@
|
|
|
39482
39580
|
|
|
39483
39581
|
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
39484
39582
|
|
|
39583
|
+
### 第 14 次发布
|
|
39584
|
+
|
|
39585
|
+
发布时间:2023-08-08 01:15:01
|
|
39586
|
+
|
|
39587
|
+
本次发布包含了以下内容:
|
|
39588
|
+
|
|
39589
|
+
改善已有的文档。
|
|
39590
|
+
|
|
39591
|
+
修改接口:
|
|
39592
|
+
|
|
39593
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
39594
|
+
|
|
39595
|
+
* 新增入参:ManagedAccount
|
|
39596
|
+
|
|
39597
|
+
|
|
39485
39598
|
### 第 13 次发布
|
|
39486
39599
|
|
|
39487
39600
|
发布时间:2023-08-02 01:13:55
|
|
@@ -48650,6 +48763,32 @@
|
|
|
48650
48763
|
|
|
48651
48764
|
## 数据连接器(eis) 版本:2021-06-01
|
|
48652
48765
|
|
|
48766
|
+
### 第 8 次发布
|
|
48767
|
+
|
|
48768
|
+
发布时间:2023-08-08 01:16:41
|
|
48769
|
+
|
|
48770
|
+
本次发布包含了以下内容:
|
|
48771
|
+
|
|
48772
|
+
改善已有的文档。
|
|
48773
|
+
|
|
48774
|
+
修改接口:
|
|
48775
|
+
|
|
48776
|
+
* [ListDeployableRuntimesMC](https://cloud.tencent.com/document/api/1270/57965)
|
|
48777
|
+
|
|
48778
|
+
* 新增入参:RuntimeClass
|
|
48779
|
+
|
|
48780
|
+
|
|
48781
|
+
修改数据结构:
|
|
48782
|
+
|
|
48783
|
+
* [AbstractRuntimeMC](https://cloud.tencent.com/document/api/1270/57968#AbstractRuntimeMC)
|
|
48784
|
+
|
|
48785
|
+
* 新增成员:MatchExtensions
|
|
48786
|
+
|
|
48787
|
+
* [RuntimeExtensionMC](https://cloud.tencent.com/document/api/1270/57968#RuntimeExtensionMC)
|
|
48788
|
+
|
|
48789
|
+
* <font color="#dd0000">**修改成员**:</font>Size, Replica, Name, Status, CreatedAt, UpdatedAt
|
|
48790
|
+
|
|
48791
|
+
|
|
48653
48792
|
### 第 7 次发布
|
|
48654
48793
|
|
|
48655
48794
|
发布时间:2023-05-15 01:37:48
|
|
@@ -50992,6 +51131,28 @@
|
|
|
50992
51131
|
|
|
50993
51132
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
50994
51133
|
|
|
51134
|
+
### 第 102 次发布
|
|
51135
|
+
|
|
51136
|
+
发布时间:2023-08-08 01:16:56
|
|
51137
|
+
|
|
51138
|
+
本次发布包含了以下内容:
|
|
51139
|
+
|
|
51140
|
+
改善已有的文档。
|
|
51141
|
+
|
|
51142
|
+
修改接口:
|
|
51143
|
+
|
|
51144
|
+
* [CreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1323/89386)
|
|
51145
|
+
|
|
51146
|
+
* 新增入参:Agent
|
|
51147
|
+
|
|
51148
|
+
|
|
51149
|
+
修改数据结构:
|
|
51150
|
+
|
|
51151
|
+
* [GroupOrganization](https://cloud.tencent.com/document/api/1323/70369#GroupOrganization)
|
|
51152
|
+
|
|
51153
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Alias, OrganizationId, UpdateTime, Status, IsMainOrganization, IdCardNumber, AdminInfo, License, LicenseExpireTime, JoinTime, FlowEngineEnable
|
|
51154
|
+
|
|
51155
|
+
|
|
50995
51156
|
### 第 101 次发布
|
|
50996
51157
|
|
|
50997
51158
|
发布时间:2023-08-03 01:06:38
|
|
@@ -52991,6 +53152,21 @@
|
|
|
52991
53152
|
|
|
52992
53153
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
52993
53154
|
|
|
53155
|
+
### 第 100 次发布
|
|
53156
|
+
|
|
53157
|
+
发布时间:2023-08-08 01:17:36
|
|
53158
|
+
|
|
53159
|
+
本次发布包含了以下内容:
|
|
53160
|
+
|
|
53161
|
+
改善已有的文档。
|
|
53162
|
+
|
|
53163
|
+
修改接口:
|
|
53164
|
+
|
|
53165
|
+
* [ChannelDescribeEmployees](https://cloud.tencent.com/document/api/1420/81119)
|
|
53166
|
+
|
|
53167
|
+
* <font color="#dd0000">**修改入参**:</font>Agent
|
|
53168
|
+
|
|
53169
|
+
|
|
52994
53170
|
### 第 99 次发布
|
|
52995
53171
|
|
|
52996
53172
|
发布时间:2023-08-01 01:24:13
|
|
@@ -65535,44 +65711,44 @@
|
|
|
65535
65711
|
|
|
65536
65712
|
新增数据结构:
|
|
65537
65713
|
|
|
65538
|
-
* [
|
|
65539
|
-
* [
|
|
65540
|
-
* [
|
|
65541
|
-
* [
|
|
65542
|
-
* [
|
|
65543
|
-
* [
|
|
65544
|
-
* [
|
|
65545
|
-
* [
|
|
65546
|
-
* [
|
|
65547
|
-
* [
|
|
65548
|
-
* [
|
|
65549
|
-
* [
|
|
65550
|
-
* [
|
|
65551
|
-
* [
|
|
65552
|
-
* [
|
|
65553
|
-
* [
|
|
65554
|
-
* [
|
|
65555
|
-
* [
|
|
65556
|
-
* [
|
|
65557
|
-
* [
|
|
65558
|
-
* [
|
|
65559
|
-
* [
|
|
65560
|
-
* [
|
|
65561
|
-
* [
|
|
65562
|
-
* [
|
|
65563
|
-
* [
|
|
65564
|
-
* [
|
|
65565
|
-
* [
|
|
65566
|
-
* [
|
|
65567
|
-
* [
|
|
65568
|
-
* [
|
|
65569
|
-
* [
|
|
65570
|
-
* [
|
|
65571
|
-
* [
|
|
65572
|
-
* [
|
|
65573
|
-
* [
|
|
65574
|
-
* [
|
|
65575
|
-
* [
|
|
65714
|
+
* [AITaskResultData](https://cloud.tencent.com/document/api/1344/95952#AITaskResultData)
|
|
65715
|
+
* [AddDeviceData](https://cloud.tencent.com/document/api/1344/95952#AddDeviceData)
|
|
65716
|
+
* [AddOrgData](https://cloud.tencent.com/document/api/1344/95952#AddOrgData)
|
|
65717
|
+
* [AddRecordBackupPlanData](https://cloud.tencent.com/document/api/1344/95952#AddRecordBackupPlanData)
|
|
65718
|
+
* [AddRecordBackupTemplateData](https://cloud.tencent.com/document/api/1344/95952#AddRecordBackupTemplateData)
|
|
65719
|
+
* [AddRecordRetrieveTaskData](https://cloud.tencent.com/document/api/1344/95952#AddRecordRetrieveTaskData)
|
|
65720
|
+
* [AddStreamAuthData](https://cloud.tencent.com/document/api/1344/95952#AddStreamAuthData)
|
|
65721
|
+
* [ControlDeviceStreamData](https://cloud.tencent.com/document/api/1344/95952#ControlDeviceStreamData)
|
|
65722
|
+
* [DescribeDeviceChannelData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceChannelData)
|
|
65723
|
+
* [DescribeDeviceData](https://cloud.tencent.com/document/api/1344/95952#DescribeDeviceData)
|
|
65724
|
+
* [DescribeDevicePresetData](https://cloud.tencent.com/document/api/1344/95952#DescribeDevicePresetData)
|
|
65725
|
+
* [DescribeDomainData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainData)
|
|
65726
|
+
* [DescribeDomainRegionData](https://cloud.tencent.com/document/api/1344/95952#DescribeDomainRegionData)
|
|
65727
|
+
* [DescribeGatewayData](https://cloud.tencent.com/document/api/1344/95952#DescribeGatewayData)
|
|
65728
|
+
* [DescribeGatewayProtocolData](https://cloud.tencent.com/document/api/1344/95952#DescribeGatewayProtocolData)
|
|
65729
|
+
* [DescribeGatewayVersionData](https://cloud.tencent.com/document/api/1344/95952#DescribeGatewayVersionData)
|
|
65730
|
+
* [DescribeOrganizationData](https://cloud.tencent.com/document/api/1344/95952#DescribeOrganizationData)
|
|
65731
|
+
* [DescribeRecordBackupPlanData](https://cloud.tencent.com/document/api/1344/95952#DescribeRecordBackupPlanData)
|
|
65732
|
+
* [DescribeRecordBackupTemplateData](https://cloud.tencent.com/document/api/1344/95952#DescribeRecordBackupTemplateData)
|
|
65733
|
+
* [DescribeRecordFileData](https://cloud.tencent.com/document/api/1344/95952#DescribeRecordFileData)
|
|
65734
|
+
* [DescribeRecordRetrieveTaskData](https://cloud.tencent.com/document/api/1344/95952#DescribeRecordRetrieveTaskData)
|
|
65735
|
+
* [DescribeStreamAuthData](https://cloud.tencent.com/document/api/1344/95952#DescribeStreamAuthData)
|
|
65736
|
+
* [DescribeVideoDownloadUrlData](https://cloud.tencent.com/document/api/1344/95952#DescribeVideoDownloadUrlData)
|
|
65737
|
+
* [ListGatewaysData](https://cloud.tencent.com/document/api/1344/95952#ListGatewaysData)
|
|
65738
|
+
* [ListOrganizationChannelNumbersData](https://cloud.tencent.com/document/api/1344/95952#ListOrganizationChannelNumbersData)
|
|
65739
|
+
* [ListOrganizationChannelsData](https://cloud.tencent.com/document/api/1344/95952#ListOrganizationChannelsData)
|
|
65740
|
+
* [ListRecordBackupPlanData](https://cloud.tencent.com/document/api/1344/95952#ListRecordBackupPlanData)
|
|
65741
|
+
* [ListRecordBackupPlanDevicesData](https://cloud.tencent.com/document/api/1344/95952#ListRecordBackupPlanDevicesData)
|
|
65742
|
+
* [ListRecordBackupTemplatesData](https://cloud.tencent.com/document/api/1344/95952#ListRecordBackupTemplatesData)
|
|
65743
|
+
* [ListRecordPlanChannelsData](https://cloud.tencent.com/document/api/1344/95952#ListRecordPlanChannelsData)
|
|
65744
|
+
* [ListRecordPlanDevicesData](https://cloud.tencent.com/document/api/1344/95952#ListRecordPlanDevicesData)
|
|
65745
|
+
* [PlayRecordData](https://cloud.tencent.com/document/api/1344/95952#PlayRecordData)
|
|
65746
|
+
* [RecordPlanOptData](https://cloud.tencent.com/document/api/1344/95952#RecordPlanOptData)
|
|
65747
|
+
* [UpdateDeviceData](https://cloud.tencent.com/document/api/1344/95952#UpdateDeviceData)
|
|
65748
|
+
* [UpdateGatewayData](https://cloud.tencent.com/document/api/1344/95952#UpdateGatewayData)
|
|
65749
|
+
* [UpdateOrgData](https://cloud.tencent.com/document/api/1344/95952#UpdateOrgData)
|
|
65750
|
+
* [UpdateRecordBackupPlanData](https://cloud.tencent.com/document/api/1344/95952#UpdateRecordBackupPlanData)
|
|
65751
|
+
* [UpdateRecordBackupTemplateData](https://cloud.tencent.com/document/api/1344/95952#UpdateRecordBackupTemplateData)
|
|
65576
65752
|
|
|
65577
65753
|
<font color="#dd0000">**删除数据结构**:</font>
|
|
65578
65754
|
|
|
@@ -111655,16 +111831,16 @@
|
|
|
111655
111831
|
|
|
111656
111832
|
新增接口:
|
|
111657
111833
|
|
|
111658
|
-
* [
|
|
111659
|
-
* [
|
|
111834
|
+
* [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028)
|
|
111835
|
+
* [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
|
111660
111836
|
|
|
111661
111837
|
新增数据结构:
|
|
111662
111838
|
|
|
111663
|
-
* [
|
|
111664
|
-
* [
|
|
111665
|
-
* [
|
|
111666
|
-
* [
|
|
111667
|
-
* [
|
|
111839
|
+
* [Filter](https://cloud.tencent.com/document/api/1493/96031#Filter)
|
|
111840
|
+
* [InstanceItem](https://cloud.tencent.com/document/api/1493/96031#InstanceItem)
|
|
111841
|
+
* [Tag](https://cloud.tencent.com/document/api/1493/96031#Tag)
|
|
111842
|
+
* [TagFilter](https://cloud.tencent.com/document/api/1493/96031#TagFilter)
|
|
111843
|
+
* [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem)
|
|
111668
111844
|
|
|
111669
111845
|
|
|
111670
111846
|
|
|
@@ -126564,6 +126740,28 @@
|
|
|
126564
126740
|
|
|
126565
126741
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
126566
126742
|
|
|
126743
|
+
### 第 39 次发布
|
|
126744
|
+
|
|
126745
|
+
发布时间:2023-08-08 01:27:52
|
|
126746
|
+
|
|
126747
|
+
本次发布包含了以下内容:
|
|
126748
|
+
|
|
126749
|
+
改善已有的文档。
|
|
126750
|
+
|
|
126751
|
+
修改接口:
|
|
126752
|
+
|
|
126753
|
+
* [DescribeBatchOperateTask](https://cloud.tencent.com/document/api/1267/94610)
|
|
126754
|
+
|
|
126755
|
+
* 新增入参:DatasourceIdList, DatasourceTypeList, CycleUnitList, CanSubmit
|
|
126756
|
+
|
|
126757
|
+
|
|
126758
|
+
修改数据结构:
|
|
126759
|
+
|
|
126760
|
+
* [DescribeBatchOperateTaskDTO](https://cloud.tencent.com/document/api/1267/76336#DescribeBatchOperateTaskDTO)
|
|
126761
|
+
|
|
126762
|
+
* 新增成员:CycleUnit, ScheduleDesc, DatasourceId, DatasourceType
|
|
126763
|
+
|
|
126764
|
+
|
|
126567
126765
|
### 第 38 次发布
|
|
126568
126766
|
|
|
126569
126767
|
发布时间:2023-08-04 01:21:15
|