tencentcloud-sdk-nodejs 4.0.658 → 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 +589 -0
- package/SERVICE_CHANGELOG.md +756 -47
- package/package.json +1 -1
- package/products.md +14 -13
- 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/index.ts +1 -0
- package/src/services/iss/v20230517/iss_client.ts +49 -19
- package/src/services/iss/v20230517/iss_models.ts +1525 -1105
- package/src/services/trocket/index.ts +5 -0
- package/src/services/trocket/v20230308/index.ts +6 -0
- package/src/services/trocket/v20230308/trocket_client.ts +69 -0
- package/src/services/trocket/v20230308/trocket_models.ts +270 -0
- 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/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/iss/v20230517/iss_client.d.ts +1 -1
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +1501 -1111
- package/tencentcloud/services/trocket/index.d.ts +6 -0
- package/tencentcloud/services/trocket/index.js +7 -0
- package/tencentcloud/services/trocket/v20230308/index.d.ts +6 -0
- package/tencentcloud/services/trocket/v20230308/index.js +9 -0
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +27 -0
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +52 -0
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +245 -0
- package/tencentcloud/services/trocket/v20230308/trocket_models.js +18 -0
- 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/test/trocket.v20230308.test.js +41 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,17 +12,19 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
16
|
-
* [StartCpuExpand](https://cloud.tencent.com/document/api/236/96017)
|
|
17
|
-
* [StopCpuExpand](https://cloud.tencent.com/document/api/236/96016)
|
|
15
|
+
* [VoicePrintCount](https://cloud.tencent.com/document/api/1093/96061)
|
|
18
16
|
|
|
17
|
+
新增数据结构:
|
|
19
18
|
|
|
19
|
+
* [VoicePrintCountData](https://cloud.tencent.com/document/api/1093/37824#VoicePrintCountData)
|
|
20
20
|
|
|
21
|
-
## 数据湖计算 DLC(dlc) 版本:2021-01-25
|
|
22
21
|
|
|
23
|
-
### 第 58 次发布
|
|
24
22
|
|
|
25
|
-
|
|
23
|
+
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
24
|
+
|
|
25
|
+
### 第 53 次发布
|
|
26
|
+
|
|
27
|
+
发布时间:2023-08-08 01:09:59
|
|
26
28
|
|
|
27
29
|
本次发布包含了以下内容:
|
|
28
30
|
|
|
@@ -30,20 +32,49 @@
|
|
|
30
32
|
|
|
31
33
|
新增接口:
|
|
32
34
|
|
|
33
|
-
* [
|
|
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
|
|
44
|
+
|
|
45
|
+
本次发布包含了以下内容:
|
|
46
|
+
|
|
47
|
+
改善已有的文档。
|
|
48
|
+
|
|
49
|
+
修改接口:
|
|
50
|
+
|
|
51
|
+
* [CreateMachineGroup](https://cloud.tencent.com/document/api/614/56440)
|
|
52
|
+
|
|
53
|
+
* 新增入参:OSType
|
|
54
|
+
|
|
34
55
|
|
|
35
56
|
新增数据结构:
|
|
36
57
|
|
|
37
|
-
* [
|
|
38
|
-
* [UserRole](https://cloud.tencent.com/document/api/1342/53778#UserRole)
|
|
58
|
+
* [EventLog](https://cloud.tencent.com/document/api/614/56471#EventLog)
|
|
39
59
|
|
|
60
|
+
修改数据结构:
|
|
40
61
|
|
|
62
|
+
* [ExtractRuleInfo](https://cloud.tencent.com/document/api/614/56471#ExtractRuleInfo)
|
|
41
63
|
|
|
42
|
-
|
|
64
|
+
* 新增成员:EventLogRules
|
|
43
65
|
|
|
44
|
-
|
|
66
|
+
* [MachineGroupInfo](https://cloud.tencent.com/document/api/614/56471#MachineGroupInfo)
|
|
45
67
|
|
|
46
|
-
|
|
68
|
+
* 新增成员:OSType
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
74
|
+
|
|
75
|
+
### 第 7 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2023-08-08 01:12:25
|
|
47
78
|
|
|
48
79
|
本次发布包含了以下内容:
|
|
49
80
|
|
|
@@ -51,24 +82,59 @@
|
|
|
51
82
|
|
|
52
83
|
修改接口:
|
|
53
84
|
|
|
54
|
-
* [
|
|
85
|
+
* [CreateRiskCenterScanTask](https://cloud.tencent.com/document/api/664/94177)
|
|
55
86
|
|
|
56
|
-
*
|
|
87
|
+
* 新增出参:Status, UnAuthAsset
|
|
57
88
|
|
|
58
|
-
* 新增出参:ClusterProperty
|
|
59
89
|
|
|
90
|
+
修改数据结构:
|
|
60
91
|
|
|
61
|
-
|
|
92
|
+
* [AssetClusterPod](https://cloud.tencent.com/document/api/664/90825#AssetClusterPod)
|
|
62
93
|
|
|
63
|
-
*
|
|
94
|
+
* 新增成员:IsNewAsset
|
|
64
95
|
|
|
96
|
+
* <font color="#dd0000">**修改成员**:</font>AppId, Uin, Nick, Region, AssetId, AssetName, InstanceCreateTime, Namespace, Status, ClusterId, ClusterName, MachineId, MachineName, PodIp, ServiceCount, ContainerCount, PublicIp, PrivateIp, IsCore
|
|
65
97
|
|
|
98
|
+
* [CVMAssetVO](https://cloud.tencent.com/document/api/664/90825#CVMAssetVO)
|
|
66
99
|
|
|
67
|
-
|
|
100
|
+
* 新增成员:IsNewAsset
|
|
68
101
|
|
|
69
|
-
|
|
102
|
+
* [DBAssetVO](https://cloud.tencent.com/document/api/664/90825#DBAssetVO)
|
|
70
103
|
|
|
71
|
-
|
|
104
|
+
* 新增成员:IsNewAsset
|
|
105
|
+
|
|
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
|
|
107
|
+
|
|
108
|
+
* [DomainAssetVO](https://cloud.tencent.com/document/api/664/90825#DomainAssetVO)
|
|
109
|
+
|
|
110
|
+
* 新增成员:IsNewAsset, VerifyDomain, VerifyTXTRecord, VerifyStatus
|
|
111
|
+
|
|
112
|
+
* [IpAssetListVO](https://cloud.tencent.com/document/api/664/90825#IpAssetListVO)
|
|
113
|
+
|
|
114
|
+
* 新增成员:IsNewAsset, VerifyStatus
|
|
115
|
+
|
|
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
|
|
117
|
+
|
|
118
|
+
* [SubnetAsset](https://cloud.tencent.com/document/api/664/90825#SubnetAsset)
|
|
119
|
+
|
|
120
|
+
* 新增成员:IsNewAsset
|
|
121
|
+
|
|
122
|
+
* <font color="#dd0000">**修改成员**:</font>AppId, Uin, AssetId, AssetName, Region, VpcId, VpcName, Tag, Nick, CIDR, Zone, CVM, AvailableIp, CreateTime, ConfigureRisk, ScanTask, LastScanTime, IsCore
|
|
123
|
+
|
|
124
|
+
* [Vpc](https://cloud.tencent.com/document/api/664/90825#Vpc)
|
|
125
|
+
|
|
126
|
+
* 新增成员:IsNewAsset, IsCore
|
|
127
|
+
|
|
128
|
+
* <font color="#dd0000">**修改成员**:</font>Subnet, ConnectedVpc, AssetId, Region, CVM, Tag, DNS, AssetName, CIDR, CreateTime, AppId, Uin, Nick
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
134
|
+
|
|
135
|
+
### 第 65 次发布
|
|
136
|
+
|
|
137
|
+
发布时间:2023-08-08 01:14:23
|
|
72
138
|
|
|
73
139
|
本次发布包含了以下内容:
|
|
74
140
|
|
|
@@ -76,29 +142,138 @@
|
|
|
76
142
|
|
|
77
143
|
修改数据结构:
|
|
78
144
|
|
|
79
|
-
* [
|
|
145
|
+
* [CynosdbClusterDetail](https://cloud.tencent.com/document/api/1003/48097#CynosdbClusterDetail)
|
|
80
146
|
|
|
147
|
+
* <font color="#dd0000">**修改成员**:</font>ResourcePackages, RenewFlag
|
|
81
148
|
|
|
82
149
|
|
|
83
150
|
|
|
84
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
85
151
|
|
|
86
|
-
|
|
152
|
+
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
87
153
|
|
|
88
|
-
|
|
154
|
+
### 第 14 次发布
|
|
155
|
+
|
|
156
|
+
发布时间:2023-08-08 01:15:01
|
|
89
157
|
|
|
90
158
|
本次发布包含了以下内容:
|
|
91
159
|
|
|
92
160
|
改善已有的文档。
|
|
93
161
|
|
|
94
|
-
|
|
162
|
+
修改接口:
|
|
163
|
+
|
|
164
|
+
* [DescribeDevices](https://cloud.tencent.com/document/api/1025/74415)
|
|
165
|
+
|
|
166
|
+
* 新增入参:ManagedAccount
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## 数据连接器(eis) 版本:2021-06-01
|
|
172
|
+
|
|
173
|
+
### 第 8 次发布
|
|
174
|
+
|
|
175
|
+
发布时间:2023-08-08 01:16:41
|
|
176
|
+
|
|
177
|
+
本次发布包含了以下内容:
|
|
178
|
+
|
|
179
|
+
改善已有的文档。
|
|
180
|
+
|
|
181
|
+
修改接口:
|
|
182
|
+
|
|
183
|
+
* [ListDeployableRuntimesMC](https://cloud.tencent.com/document/api/1270/57965)
|
|
184
|
+
|
|
185
|
+
* 新增入参:RuntimeClass
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
修改数据结构:
|
|
189
|
+
|
|
190
|
+
* [AbstractRuntimeMC](https://cloud.tencent.com/document/api/1270/57968#AbstractRuntimeMC)
|
|
191
|
+
|
|
192
|
+
* 新增成员:MatchExtensions
|
|
193
|
+
|
|
194
|
+
* [RuntimeExtensionMC](https://cloud.tencent.com/document/api/1270/57968#RuntimeExtensionMC)
|
|
195
|
+
|
|
196
|
+
* <font color="#dd0000">**修改成员**:</font>Size, Replica, Name, Status, CreatedAt, UpdatedAt
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
## 数据连接器(eis) 版本:2020-07-15
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
206
|
+
|
|
207
|
+
### 第 102 次发布
|
|
208
|
+
|
|
209
|
+
发布时间:2023-08-08 01:16:56
|
|
210
|
+
|
|
211
|
+
本次发布包含了以下内容:
|
|
212
|
+
|
|
213
|
+
改善已有的文档。
|
|
214
|
+
|
|
215
|
+
修改接口:
|
|
216
|
+
|
|
217
|
+
* [CreatePreparedPersonalEsign](https://cloud.tencent.com/document/api/1323/89386)
|
|
218
|
+
|
|
219
|
+
* 新增入参:Agent
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
修改数据结构:
|
|
223
|
+
|
|
224
|
+
* [GroupOrganization](https://cloud.tencent.com/document/api/1323/70369#GroupOrganization)
|
|
225
|
+
|
|
226
|
+
* <font color="#dd0000">**修改成员**:</font>Name, Alias, OrganizationId, UpdateTime, Status, IsMainOrganization, IdCardNumber, AdminInfo, License, LicenseExpireTime, JoinTime, FlowEngineEnable
|
|
227
|
+
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
232
|
+
|
|
233
|
+
### 第 100 次发布
|
|
234
|
+
|
|
235
|
+
发布时间:2023-08-08 01:17:36
|
|
236
|
+
|
|
237
|
+
本次发布包含了以下内容:
|
|
238
|
+
|
|
239
|
+
改善已有的文档。
|
|
240
|
+
|
|
241
|
+
修改接口:
|
|
242
|
+
|
|
243
|
+
* [ChannelDescribeEmployees](https://cloud.tencent.com/document/api/1420/81119)
|
|
244
|
+
|
|
245
|
+
* <font color="#dd0000">**修改入参**:</font>Agent
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
|
|
250
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
255
|
+
|
|
256
|
+
### 第 39 次发布
|
|
257
|
+
|
|
258
|
+
发布时间:2023-08-08 01:27:52
|
|
259
|
+
|
|
260
|
+
本次发布包含了以下内容:
|
|
261
|
+
|
|
262
|
+
改善已有的文档。
|
|
263
|
+
|
|
264
|
+
修改接口:
|
|
265
|
+
|
|
266
|
+
* [DescribeBatchOperateTask](https://cloud.tencent.com/document/api/1267/94610)
|
|
267
|
+
|
|
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
|
|
95
276
|
|
|
96
|
-
* [AcceptVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96026)
|
|
97
|
-
* [CreateVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96025)
|
|
98
|
-
* [DeleteVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96024)
|
|
99
|
-
* [DescribeVpcPeeringConnections](https://cloud.tencent.com/document/api/215/96023)
|
|
100
|
-
* [ModifyVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96022)
|
|
101
|
-
* [RejectVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96021)
|
|
102
277
|
|
|
103
278
|
|
|
104
279
|
|
|
@@ -6021,6 +6196,22 @@
|
|
|
6021
6196
|
|
|
6022
6197
|
## 语音识别(asr) 版本:2019-06-14
|
|
6023
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
|
+
|
|
6024
6215
|
### 第 29 次发布
|
|
6025
6216
|
|
|
6026
6217
|
发布时间:2023-07-18 01:07:49
|
|
@@ -13398,6 +13589,18 @@
|
|
|
13398
13589
|
|
|
13399
13590
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
13400
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
|
+
|
|
13401
13604
|
### 第 52 次发布
|
|
13402
13605
|
|
|
13403
13606
|
发布时间:2023-07-28 01:10:59
|
|
@@ -14342,9 +14545,9 @@
|
|
|
14342
14545
|
|
|
14343
14546
|
新增接口:
|
|
14344
14547
|
|
|
14345
|
-
* [
|
|
14346
|
-
* [
|
|
14347
|
-
* [
|
|
14548
|
+
* [DescribeCpuExpandStrategy](https://cloud.tencent.com/document/api/236/96018)
|
|
14549
|
+
* [StartCpuExpand](https://cloud.tencent.com/document/api/236/96017)
|
|
14550
|
+
* [StopCpuExpand](https://cloud.tencent.com/document/api/236/96016)
|
|
14348
14551
|
|
|
14349
14552
|
### 第 140 次发布
|
|
14350
14553
|
|
|
@@ -27097,6 +27300,36 @@
|
|
|
27097
27300
|
|
|
27098
27301
|
## 日志服务(cls) 版本:2020-10-16
|
|
27099
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
|
+
|
|
27100
27333
|
### 第 64 次发布
|
|
27101
27334
|
|
|
27102
27335
|
发布时间:2023-08-03 01:03:31
|
|
@@ -32868,6 +33101,62 @@
|
|
|
32868
33101
|
|
|
32869
33102
|
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
32870
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
|
+
|
|
32871
33160
|
### 第 6 次发布
|
|
32872
33161
|
|
|
32873
33162
|
发布时间:2023-07-18 01:21:16
|
|
@@ -37940,6 +38229,21 @@
|
|
|
37940
38229
|
|
|
37941
38230
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
37942
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
|
+
|
|
37943
38247
|
### 第 64 次发布
|
|
37944
38248
|
|
|
37945
38249
|
发布时间:2023-08-02 01:13:37
|
|
@@ -39276,6 +39580,21 @@
|
|
|
39276
39580
|
|
|
39277
39581
|
## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
|
|
39278
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
|
+
|
|
39279
39598
|
### 第 13 次发布
|
|
39280
39599
|
|
|
39281
39600
|
发布时间:2023-08-02 01:13:55
|
|
@@ -42725,12 +43044,12 @@
|
|
|
42725
43044
|
|
|
42726
43045
|
新增接口:
|
|
42727
43046
|
|
|
42728
|
-
* [
|
|
43047
|
+
* [DescribeUserRoles](https://cloud.tencent.com/document/api/1342/96019)
|
|
42729
43048
|
|
|
42730
43049
|
新增数据结构:
|
|
42731
43050
|
|
|
42732
|
-
* [
|
|
42733
|
-
* [
|
|
43051
|
+
* [CosPermission](https://cloud.tencent.com/document/api/1342/53778#CosPermission)
|
|
43052
|
+
* [UserRole](https://cloud.tencent.com/document/api/1342/53778#UserRole)
|
|
42734
43053
|
|
|
42735
43054
|
### 第 57 次发布
|
|
42736
43055
|
|
|
@@ -48444,6 +48763,32 @@
|
|
|
48444
48763
|
|
|
48445
48764
|
## 数据连接器(eis) 版本:2021-06-01
|
|
48446
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
|
+
|
|
48447
48792
|
### 第 7 次发布
|
|
48448
48793
|
|
|
48449
48794
|
发布时间:2023-05-15 01:37:48
|
|
@@ -50786,6 +51131,28 @@
|
|
|
50786
51131
|
|
|
50787
51132
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
50788
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
|
+
|
|
50789
51156
|
### 第 101 次发布
|
|
50790
51157
|
|
|
50791
51158
|
发布时间:2023-08-03 01:06:38
|
|
@@ -52785,6 +53152,21 @@
|
|
|
52785
53152
|
|
|
52786
53153
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
52787
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
|
+
|
|
52788
53170
|
### 第 99 次发布
|
|
52789
53171
|
|
|
52790
53172
|
发布时间:2023-08-01 01:24:13
|
|
@@ -65100,6 +65482,285 @@
|
|
|
65100
65482
|
|
|
65101
65483
|
## 智能视图计算平台(iss) 版本:2023-05-17
|
|
65102
65484
|
|
|
65485
|
+
### 第 2 次发布
|
|
65486
|
+
|
|
65487
|
+
发布时间:2023-08-07 15:48:42
|
|
65488
|
+
|
|
65489
|
+
本次发布包含了以下内容:
|
|
65490
|
+
|
|
65491
|
+
改善已有的文档。
|
|
65492
|
+
|
|
65493
|
+
修改接口:
|
|
65494
|
+
|
|
65495
|
+
* [AddOrganization](https://cloud.tencent.com/document/api/1344/95894)
|
|
65496
|
+
|
|
65497
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
65498
|
+
|
|
65499
|
+
* [AddRecordBackupPlan](https://cloud.tencent.com/document/api/1344/95929)
|
|
65500
|
+
|
|
65501
|
+
* 新增出参:Data, RequestId
|
|
65502
|
+
|
|
65503
|
+
* <font color="#dd0000">**删除出参**:</font>PlanId, PlanName, TemplateId, Describe, LifeCycle, Status, ChannelCount, CreateAt, UpdateAt
|
|
65504
|
+
|
|
65505
|
+
* [AddRecordBackupTemplate](https://cloud.tencent.com/document/api/1344/95913)
|
|
65506
|
+
|
|
65507
|
+
* 新增出参:Data, RequestId
|
|
65508
|
+
|
|
65509
|
+
* <font color="#dd0000">**删除出参**:</font>TemplateId, TemplateName, TimeSections, DevTimeSections, Scale, CreateAt, UpdateAt
|
|
65510
|
+
|
|
65511
|
+
* [AddRecordPlan](https://cloud.tencent.com/document/api/1344/95928)
|
|
65512
|
+
|
|
65513
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
65514
|
+
|
|
65515
|
+
* [AddRecordRetrieveTask](https://cloud.tencent.com/document/api/1344/95941)
|
|
65516
|
+
|
|
65517
|
+
* 新增出参:Data, RequestId
|
|
65518
|
+
|
|
65519
|
+
* <font color="#dd0000">**删除出参**:</font>TaskId, TaskName, StartTime, EndTime, Mode, Expiration, Status, Capacity, Describe
|
|
65520
|
+
|
|
65521
|
+
* [AddStreamAuth](https://cloud.tencent.com/document/api/1344/95902)
|
|
65522
|
+
|
|
65523
|
+
* 新增出参:Data, RequestId
|
|
65524
|
+
|
|
65525
|
+
* <font color="#dd0000">**删除出参**:</font>Id, PullState, PullSecret, PullExpired, PushState, PushSecret, PushExpired, AppId
|
|
65526
|
+
|
|
65527
|
+
* [AddUserDevice](https://cloud.tencent.com/document/api/1344/95876)
|
|
65528
|
+
|
|
65529
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
65530
|
+
|
|
65531
|
+
* [ControlDeviceStream](https://cloud.tencent.com/document/api/1344/95943)
|
|
65532
|
+
|
|
65533
|
+
* 新增出参:Data, RequestId
|
|
65534
|
+
|
|
65535
|
+
* <font color="#dd0000">**删除出参**:</font>Flv, Hls, Rtmp
|
|
65536
|
+
|
|
65537
|
+
* [DescribeAITaskResult](https://cloud.tencent.com/document/api/1344/95948)
|
|
65538
|
+
|
|
65539
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
65540
|
+
|
|
65541
|
+
* [DescribeDeviceChannel](https://cloud.tencent.com/document/api/1344/95874)
|
|
65542
|
+
|
|
65543
|
+
* 新增出参:Data, RequestId
|
|
65544
|
+
|
|
65545
|
+
* <font color="#dd0000">**删除出参**:</font>DeviceId, ChannelId, ChannelCode, Name, Status, PTZType, Manufacturer, Resolution, State, Region
|
|
65546
|
+
|
|
65547
|
+
* [DescribeDevicePreset](https://cloud.tencent.com/document/api/1344/95878)
|
|
65548
|
+
|
|
65549
|
+
* 新增出参:Data, RequestId
|
|
65550
|
+
|
|
65551
|
+
* <font color="#dd0000">**删除出参**:</font>Index, Name
|
|
65552
|
+
|
|
65553
|
+
* [DescribeDomain](https://cloud.tencent.com/document/api/1344/95898)
|
|
65554
|
+
|
|
65555
|
+
* 新增出参:Data, RequestId
|
|
65556
|
+
|
|
65557
|
+
* <font color="#dd0000">**删除出参**:</font>Id, PlayDomain, InternalDomain, HaveCert, ClusterId, ClusterName, AppId
|
|
65558
|
+
|
|
65559
|
+
* [DescribeDomainRegion](https://cloud.tencent.com/document/api/1344/95897)
|
|
65560
|
+
|
|
65561
|
+
* 新增出参:Data, RequestId
|
|
65562
|
+
|
|
65563
|
+
* <font color="#dd0000">**删除出参**:</font>Label, Value, Region
|
|
65564
|
+
|
|
65565
|
+
* [DescribeGateway](https://cloud.tencent.com/document/api/1344/95888)
|
|
65566
|
+
|
|
65567
|
+
* 新增出参:Data, RequestId
|
|
65568
|
+
|
|
65569
|
+
* <font color="#dd0000">**删除出参**:</font>GatewayId, GwId, Name, Description, ClusterId, ClusterName, Status, Version, DeviceNum, CreatedAt, Region
|
|
65570
|
+
|
|
65571
|
+
* [DescribeGatewayProtocol](https://cloud.tencent.com/document/api/1344/95886)
|
|
65572
|
+
|
|
65573
|
+
* 新增出参:Data, RequestId
|
|
65574
|
+
|
|
65575
|
+
* <font color="#dd0000">**删除出参**:</font>TypeCode, Value, Label
|
|
65576
|
+
|
|
65577
|
+
* [DescribeGatewayVersion](https://cloud.tencent.com/document/api/1344/95885)
|
|
65578
|
+
|
|
65579
|
+
* 新增出参:Data, RequestId
|
|
65580
|
+
|
|
65581
|
+
* <font color="#dd0000">**删除出参**:</font>Services
|
|
65582
|
+
|
|
65583
|
+
* [DescribeOrganization](https://cloud.tencent.com/document/api/1344/95892)
|
|
65584
|
+
|
|
65585
|
+
* 新增出参:Data, RequestId
|
|
65586
|
+
|
|
65587
|
+
* <font color="#dd0000">**删除出参**:</font>OrganizationId, Name, ParentId, Level, AppId, ParentIds, Total, Online
|
|
65588
|
+
|
|
65589
|
+
* [DescribeRecordBackupPlan](https://cloud.tencent.com/document/api/1344/95925)
|
|
65590
|
+
|
|
65591
|
+
* 新增出参:Data, RequestId
|
|
65592
|
+
|
|
65593
|
+
* <font color="#dd0000">**删除出参**:</font>PlanId, PlanName, TemplateId, Describe, LifeCycle, Status, ChannelCount, CreateAt, UpdateAt
|
|
65594
|
+
|
|
65595
|
+
* [DescribeRecordBackupTemplate](https://cloud.tencent.com/document/api/1344/95909)
|
|
65596
|
+
|
|
65597
|
+
* 新增出参:Data, RequestId
|
|
65598
|
+
|
|
65599
|
+
* <font color="#dd0000">**删除出参**:</font>TemplateId, TemplateName, TimeSections, DevTimeSections, Scale, CreateAt, UpdateAt
|
|
65600
|
+
|
|
65601
|
+
* [DescribeRecordFile](https://cloud.tencent.com/document/api/1344/95934)
|
|
65602
|
+
|
|
65603
|
+
* 新增出参:Data, RequestId
|
|
65604
|
+
|
|
65605
|
+
* <font color="#dd0000">**删除出参**:</font>Tips, List
|
|
65606
|
+
|
|
65607
|
+
* [DescribeRecordRetrieveTask](https://cloud.tencent.com/document/api/1344/95939)
|
|
65608
|
+
|
|
65609
|
+
* 新增出参:Data, RequestId
|
|
65610
|
+
|
|
65611
|
+
* <font color="#dd0000">**删除出参**:</font>TaskId, TaskName, StartTime, EndTime, Mode, Expiration, Status, Capacity, Channels, Describe, ChannelCount
|
|
65612
|
+
|
|
65613
|
+
* [DescribeStreamAuth](https://cloud.tencent.com/document/api/1344/95896)
|
|
65614
|
+
|
|
65615
|
+
* 新增出参:Data, RequestId
|
|
65616
|
+
|
|
65617
|
+
* <font color="#dd0000">**删除出参**:</font>Id, PullState, PullSecret, PullExpired, PushState, PushSecret, PushExpired, AppId
|
|
65618
|
+
|
|
65619
|
+
* [DescribeUserDevice](https://cloud.tencent.com/document/api/1344/95872)
|
|
65620
|
+
|
|
65621
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
65622
|
+
|
|
65623
|
+
* [DescribeVideoDownloadUrl](https://cloud.tencent.com/document/api/1344/95932)
|
|
65624
|
+
|
|
65625
|
+
* 新增出参:Data, RequestId
|
|
65626
|
+
|
|
65627
|
+
* <font color="#dd0000">**删除出参**:</font>Url, ActualBeginTime, ActualEndTime
|
|
65628
|
+
|
|
65629
|
+
* [ListGateways](https://cloud.tencent.com/document/api/1344/95884)
|
|
65630
|
+
|
|
65631
|
+
* 新增出参:Data, RequestId
|
|
65632
|
+
|
|
65633
|
+
* <font color="#dd0000">**删除出参**:</font>List, TotalCount
|
|
65634
|
+
|
|
65635
|
+
* [ListOrganizationChannelNumbers](https://cloud.tencent.com/document/api/1344/95923)
|
|
65636
|
+
|
|
65637
|
+
* 新增出参:Data, RequestId
|
|
65638
|
+
|
|
65639
|
+
* <font color="#dd0000">**删除出参**:</font>TotalCount, NotInPlanCount
|
|
65640
|
+
|
|
65641
|
+
* [ListOrganizationChannels](https://cloud.tencent.com/document/api/1344/95922)
|
|
65642
|
+
|
|
65643
|
+
* 新增出参:Data, RequestId
|
|
65644
|
+
|
|
65645
|
+
* <font color="#dd0000">**删除出参**:</font>PageNumber, PageSize, TotalCount, List
|
|
65646
|
+
|
|
65647
|
+
* [ListRecordBackupPlanDevices](https://cloud.tencent.com/document/api/1344/95921)
|
|
65648
|
+
|
|
65649
|
+
* 新增出参:Data, RequestId
|
|
65650
|
+
|
|
65651
|
+
* <font color="#dd0000">**删除出参**:</font>PageNumber, PageSize, TotalCount, List
|
|
65652
|
+
|
|
65653
|
+
* [ListRecordBackupPlans](https://cloud.tencent.com/document/api/1344/95920)
|
|
65654
|
+
|
|
65655
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
65656
|
+
|
|
65657
|
+
* [ListRecordBackupTemplates](https://cloud.tencent.com/document/api/1344/95907)
|
|
65658
|
+
|
|
65659
|
+
* 新增出参:Data, RequestId
|
|
65660
|
+
|
|
65661
|
+
* <font color="#dd0000">**删除出参**:</font>TemplateId, TemplateName, TimeSections, DevTimeSections, Scale, CreateAt, UpdateAt
|
|
65662
|
+
|
|
65663
|
+
* [ListRecordPlanChannels](https://cloud.tencent.com/document/api/1344/95919)
|
|
65664
|
+
|
|
65665
|
+
* 新增出参:Data, RequestId
|
|
65666
|
+
|
|
65667
|
+
* <font color="#dd0000">**删除出参**:</font>List
|
|
65668
|
+
|
|
65669
|
+
* [ListRecordPlanDevices](https://cloud.tencent.com/document/api/1344/95918)
|
|
65670
|
+
|
|
65671
|
+
* 新增出参:Data, RequestId
|
|
65672
|
+
|
|
65673
|
+
* <font color="#dd0000">**删除出参**:</font>PageNumber, PageSize, TotalCount, List
|
|
65674
|
+
|
|
65675
|
+
* [PlayRecord](https://cloud.tencent.com/document/api/1344/95931)
|
|
65676
|
+
|
|
65677
|
+
* 新增出参:Data, RequestId
|
|
65678
|
+
|
|
65679
|
+
* <font color="#dd0000">**删除出参**:</font>Flv
|
|
65680
|
+
|
|
65681
|
+
* [UpdateGateway](https://cloud.tencent.com/document/api/1344/95883)
|
|
65682
|
+
|
|
65683
|
+
* 新增出参:Data, RequestId
|
|
65684
|
+
|
|
65685
|
+
* <font color="#dd0000">**删除出参**:</font>GatewayId, GwId, Name, Description, ClusterId, ClusterName, Status, CreatedAt, Secret, Version
|
|
65686
|
+
|
|
65687
|
+
* [UpdateOrganization](https://cloud.tencent.com/document/api/1344/95891)
|
|
65688
|
+
|
|
65689
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
65690
|
+
|
|
65691
|
+
* [UpdateRecordBackupPlan](https://cloud.tencent.com/document/api/1344/95916)
|
|
65692
|
+
|
|
65693
|
+
* 新增出参:Data, RequestId
|
|
65694
|
+
|
|
65695
|
+
* <font color="#dd0000">**删除出参**:</font>PlanId, PlanName, TemplateId, Describe, LifeCycle, Status, ChannelCount, CreateAt, UpdateAt
|
|
65696
|
+
|
|
65697
|
+
* [UpdateRecordBackupTemplate](https://cloud.tencent.com/document/api/1344/95905)
|
|
65698
|
+
|
|
65699
|
+
* 新增出参:Data, RequestId
|
|
65700
|
+
|
|
65701
|
+
* <font color="#dd0000">**删除出参**:</font>TemplateId, TemplateName, TimeSections, DevTimeSections, Scale, CreateAt, UpdateAt
|
|
65702
|
+
|
|
65703
|
+
* [UpdateRecordPlan](https://cloud.tencent.com/document/api/1344/95915)
|
|
65704
|
+
|
|
65705
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
65706
|
+
|
|
65707
|
+
* [UpdateUserDevice](https://cloud.tencent.com/document/api/1344/95867)
|
|
65708
|
+
|
|
65709
|
+
* <font color="#dd0000">**修改出参**:</font>Data
|
|
65710
|
+
|
|
65711
|
+
|
|
65712
|
+
新增数据结构:
|
|
65713
|
+
|
|
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)
|
|
65752
|
+
|
|
65753
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
65754
|
+
|
|
65755
|
+
* AITaskResultResponse
|
|
65756
|
+
* AddDeviceResponse
|
|
65757
|
+
* AddOrgResponse
|
|
65758
|
+
* DescribeDeviceResponse
|
|
65759
|
+
* ListRecordBackupPlanResponse
|
|
65760
|
+
* RecordPlanOptResponse
|
|
65761
|
+
* UpdateDeviceResponse
|
|
65762
|
+
* UpdateOrgResponse
|
|
65763
|
+
|
|
65103
65764
|
### 第 1 次发布
|
|
65104
65765
|
|
|
65105
65766
|
发布时间:2023-08-03 16:25:45
|
|
@@ -107566,7 +108227,7 @@
|
|
|
107566
108227
|
|
|
107567
108228
|
新增数据结构:
|
|
107568
108229
|
|
|
107569
|
-
* [
|
|
108230
|
+
* [ClusterProperty](https://cloud.tencent.com/document/api/457/31866#ClusterProperty)
|
|
107570
108231
|
|
|
107571
108232
|
### 第 159 次发布
|
|
107572
108233
|
|
|
@@ -111158,6 +111819,32 @@
|
|
|
111158
111819
|
|
|
111159
111820
|
|
|
111160
111821
|
|
|
111822
|
+
## 消息队列 RocketMQ 版(trocket) 版本:2023-03-08
|
|
111823
|
+
|
|
111824
|
+
### 第 1 次发布
|
|
111825
|
+
|
|
111826
|
+
发布时间:2023-08-07 10:45:38
|
|
111827
|
+
|
|
111828
|
+
本次发布包含了以下内容:
|
|
111829
|
+
|
|
111830
|
+
改善已有的文档。
|
|
111831
|
+
|
|
111832
|
+
新增接口:
|
|
111833
|
+
|
|
111834
|
+
* [DescribeInstanceList](https://cloud.tencent.com/document/api/1493/96028)
|
|
111835
|
+
* [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
|
111836
|
+
|
|
111837
|
+
新增数据结构:
|
|
111838
|
+
|
|
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)
|
|
111844
|
+
|
|
111845
|
+
|
|
111846
|
+
|
|
111847
|
+
|
|
111161
111848
|
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
111162
111849
|
|
|
111163
111850
|
### 第 25 次发布
|
|
@@ -121178,12 +121865,12 @@
|
|
|
121178
121865
|
|
|
121179
121866
|
新增接口:
|
|
121180
121867
|
|
|
121181
|
-
* [
|
|
121182
|
-
* [
|
|
121183
|
-
* [
|
|
121184
|
-
* [
|
|
121185
|
-
* [
|
|
121186
|
-
* [
|
|
121868
|
+
* [AcceptVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96026)
|
|
121869
|
+
* [CreateVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96025)
|
|
121870
|
+
* [DeleteVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96024)
|
|
121871
|
+
* [DescribeVpcPeeringConnections](https://cloud.tencent.com/document/api/215/96023)
|
|
121872
|
+
* [ModifyVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96022)
|
|
121873
|
+
* [RejectVpcPeeringConnection](https://cloud.tencent.com/document/api/215/96021)
|
|
121187
121874
|
|
|
121188
121875
|
### 第 162 次发布
|
|
121189
121876
|
|
|
@@ -126053,6 +126740,28 @@
|
|
|
126053
126740
|
|
|
126054
126741
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
126055
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
|
+
|
|
126056
126765
|
### 第 38 次发布
|
|
126057
126766
|
|
|
126058
126767
|
发布时间:2023-08-04 01:21:15
|