tencentcloud-sdk-nodejs 4.0.437 → 4.0.438
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 +505 -0
- package/SERVICE_CHANGELOG.md +799 -48
- package/package.json +1 -1
- package/products.md +21 -21
- package/src/common/sdk_version.ts +1 -1
- package/src/services/bma/v20210624/bma_models.ts +5 -0
- package/src/services/cbs/v20170312/cbs_client.ts +109 -41
- package/src/services/cbs/v20170312/cbs_models.ts +318 -111
- package/src/services/cdb/v20170320/cdb_client.ts +17 -0
- package/src/services/cdb/v20170320/cdb_models.ts +285 -2
- package/src/services/cfs/v20190719/cfs_client.ts +253 -103
- package/src/services/cfs/v20190719/cfs_models.ts +1008 -313
- package/src/services/cfw/v20190904/cfw_models.ts +18 -0
- package/src/services/cwp/v20180228/cwp_models.ts +23 -0
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +47 -22
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +115 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +19 -6
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +80 -0
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
- package/src/services/monitor/v20180724/monitor_client.ts +3 -0
- package/src/services/monitor/v20180724/monitor_models.ts +28 -6
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/ssl/v20191205/ssl_models.ts +12 -0
- package/src/services/tcss/v20201101/tcss_models.ts +12 -0
- package/src/services/tem/v20210701/tem_models.ts +15 -0
- package/src/services/tione/v20211111/tione_client.ts +106 -16
- package/src/services/tione/v20211111/tione_models.ts +888 -125
- package/src/services/tke/v20180525/tke_models.ts +5 -0
- package/src/services/tts/v20190823/tts_models.ts +6 -2
- package/src/services/vm/v20210922/vm_client.ts +2 -0
- package/src/services/vm/v20210922/vm_models.ts +87 -28
- package/src/services/vod/v20180717/vod_client.ts +16 -0
- package/src/services/vod/v20180717/vod_models.ts +66 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +4 -0
- package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +48 -21
- package/tencentcloud/services/cbs/v20170312/cbs_client.js +61 -24
- package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +273 -96
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +5 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +6 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +235 -2
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +79 -31
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +117 -45
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +753 -168
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +15 -0
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +19 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +17 -9
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +24 -12
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +98 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +7 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +9 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +67 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -0
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +24 -6
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +10 -0
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +12 -0
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +31 -3
- package/tencentcloud/services/tione/v20211111/tione_client.js +45 -3
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +758 -117
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +4 -0
- package/tencentcloud/services/tts/v20190823/tts_models.d.ts +5 -1
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +77 -28
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +8 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +9 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +56 -0
- package/test/cbs.v20170312.test.js +58 -8
- package/test/cdb.v20170320.test.js +10 -0
- package/test/cfs.v20190719.test.js +150 -30
- package/test/cynosdb.v20190107.test.js +34 -14
- package/test/dbbrain.v20210527.test.js +12 -2
- package/test/tione.v20211111.test.js +72 -2
- package/test/vod.v20180717.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,82 +1,156 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 品牌经营管家(bma) 版本:2021-06-24
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 7 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-09-
|
|
7
|
+
发布时间:2022-09-07 06:10:17
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改接口:
|
|
14
14
|
|
|
15
|
-
*
|
|
15
|
+
* [CreateCRWork](https://cloud.tencent.com/document/api/1296/78029)
|
|
16
16
|
|
|
17
|
+
* 新增入参:MonitorEndTime
|
|
17
18
|
|
|
18
19
|
|
|
19
|
-
## 人体分析(bda) 版本:2020-03-24
|
|
20
20
|
|
|
21
|
-
### 第 9 次发布
|
|
22
21
|
|
|
23
|
-
|
|
22
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
23
|
+
|
|
24
|
+
### 第 44 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2022-09-08 06:11:23
|
|
24
27
|
|
|
25
28
|
本次发布包含了以下内容:
|
|
26
29
|
|
|
27
30
|
改善已有的文档。
|
|
28
31
|
|
|
29
|
-
|
|
32
|
+
新增接口:
|
|
30
33
|
|
|
31
|
-
* [
|
|
34
|
+
* [ApplyDiskBackup](https://cloud.tencent.com/document/api/362/80280)
|
|
35
|
+
* [DeleteDiskBackups](https://cloud.tencent.com/document/api/362/80279)
|
|
36
|
+
* [DescribeDiskBackups](https://cloud.tencent.com/document/api/362/80278)
|
|
37
|
+
* [InquirePriceModifyDiskBackupQuota](https://cloud.tencent.com/document/api/362/80277)
|
|
38
|
+
* [ModifyDiskBackupQuota](https://cloud.tencent.com/document/api/362/80276)
|
|
32
39
|
|
|
33
|
-
|
|
40
|
+
新增数据结构:
|
|
41
|
+
|
|
42
|
+
* [DiskBackup](https://cloud.tencent.com/document/api/362/15669#DiskBackup)
|
|
34
43
|
|
|
35
|
-
* 新增出参:HasForeground, ResultImageUrl, ResultMaskUrl
|
|
36
44
|
|
|
37
45
|
|
|
46
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
38
47
|
|
|
48
|
+
### 第 99 次发布
|
|
39
49
|
|
|
40
|
-
|
|
50
|
+
发布时间:2022-09-08 06:12:00
|
|
41
51
|
|
|
42
|
-
|
|
52
|
+
本次发布包含了以下内容:
|
|
43
53
|
|
|
44
|
-
|
|
54
|
+
改善已有的文档。
|
|
55
|
+
|
|
56
|
+
新增接口:
|
|
57
|
+
|
|
58
|
+
* [DescribeCdbZoneConfig](https://cloud.tencent.com/document/api/236/80281)
|
|
59
|
+
|
|
60
|
+
新增数据结构:
|
|
61
|
+
|
|
62
|
+
* [CdbRegionSellConf](https://cloud.tencent.com/document/api/236/15878#CdbRegionSellConf)
|
|
63
|
+
* [CdbSellConfig](https://cloud.tencent.com/document/api/236/15878#CdbSellConfig)
|
|
64
|
+
* [CdbSellType](https://cloud.tencent.com/document/api/236/15878#CdbSellType)
|
|
65
|
+
* [CdbZoneDataResult](https://cloud.tencent.com/document/api/236/15878#CdbZoneDataResult)
|
|
66
|
+
* [CdbZoneSellConf](https://cloud.tencent.com/document/api/236/15878#CdbZoneSellConf)
|
|
67
|
+
|
|
68
|
+
### 第 98 次发布
|
|
69
|
+
|
|
70
|
+
发布时间:2022-09-07 06:13:01
|
|
45
71
|
|
|
46
72
|
本次发布包含了以下内容:
|
|
47
73
|
|
|
48
74
|
改善已有的文档。
|
|
49
75
|
|
|
76
|
+
修改接口:
|
|
77
|
+
|
|
78
|
+
* [DescribeDBPrice](https://cloud.tencent.com/document/api/236/18566)
|
|
79
|
+
|
|
80
|
+
* 新增入参:Ladder
|
|
81
|
+
|
|
82
|
+
* 新增出参:Currency
|
|
83
|
+
|
|
84
|
+
|
|
50
85
|
修改数据结构:
|
|
51
86
|
|
|
52
|
-
* [
|
|
87
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/236/15878#InstanceInfo)
|
|
88
|
+
|
|
89
|
+
* 新增成员:EngineType, MaxDelayTime
|
|
90
|
+
|
|
53
91
|
|
|
54
|
-
* 新增成员:Sessions
|
|
55
92
|
|
|
56
93
|
|
|
94
|
+
## 文件存储(cfs) 版本:2019-07-19
|
|
95
|
+
|
|
96
|
+
### 第 11 次发布
|
|
97
|
+
|
|
98
|
+
发布时间:2022-09-07 06:15:13
|
|
99
|
+
|
|
100
|
+
本次发布包含了以下内容:
|
|
101
|
+
|
|
102
|
+
改善已有的文档。
|
|
103
|
+
|
|
104
|
+
新增接口:
|
|
105
|
+
|
|
106
|
+
* [BindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80211)
|
|
107
|
+
* [CreateAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80210)
|
|
108
|
+
* [CreateCfsSnapshot](https://cloud.tencent.com/document/api/582/80200)
|
|
109
|
+
* [DeleteAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80209)
|
|
110
|
+
* [DeleteCfsSnapshot](https://cloud.tencent.com/document/api/582/80199)
|
|
111
|
+
* [DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208)
|
|
112
|
+
* [DescribeCfsSnapshotOverview](https://cloud.tencent.com/document/api/582/80207)
|
|
113
|
+
* [DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206)
|
|
114
|
+
* [DescribeSnapshotOperationLogs](https://cloud.tencent.com/document/api/582/80205)
|
|
115
|
+
* [UnbindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80204)
|
|
116
|
+
* [UpdateAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80203)
|
|
117
|
+
* [UpdateCfsSnapshotAttribute](https://cloud.tencent.com/document/api/582/80202)
|
|
118
|
+
|
|
119
|
+
新增数据结构:
|
|
120
|
+
|
|
121
|
+
* [AutoSnapshotPolicyInfo](https://cloud.tencent.com/document/api/582/38175#AutoSnapshotPolicyInfo)
|
|
122
|
+
* [FileSystemByPolicy](https://cloud.tencent.com/document/api/582/38175#FileSystemByPolicy)
|
|
123
|
+
* [Filter](https://cloud.tencent.com/document/api/582/38175#Filter)
|
|
124
|
+
* [SnapshotInfo](https://cloud.tencent.com/document/api/582/38175#SnapshotInfo)
|
|
125
|
+
* [SnapshotOperateLog](https://cloud.tencent.com/document/api/582/38175#SnapshotOperateLog)
|
|
126
|
+
* [SnapshotStatistics](https://cloud.tencent.com/document/api/582/38175#SnapshotStatistics)
|
|
127
|
+
|
|
57
128
|
|
|
58
129
|
|
|
59
130
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
60
131
|
|
|
61
|
-
### 第
|
|
132
|
+
### 第 23 次发布
|
|
62
133
|
|
|
63
|
-
发布时间:2022-09-
|
|
134
|
+
发布时间:2022-09-08 06:13:55
|
|
64
135
|
|
|
65
136
|
本次发布包含了以下内容:
|
|
66
137
|
|
|
67
138
|
改善已有的文档。
|
|
68
139
|
|
|
69
|
-
|
|
140
|
+
修改数据结构:
|
|
70
141
|
|
|
71
|
-
*
|
|
142
|
+
* [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
|
|
72
143
|
|
|
144
|
+
* 新增成员:RegionDetail, ZoneZh, ZoneZhBak
|
|
73
145
|
|
|
74
146
|
|
|
75
|
-
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
76
147
|
|
|
77
|
-
### 第 37 次发布
|
|
78
148
|
|
|
79
|
-
|
|
149
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
150
|
+
|
|
151
|
+
### 第 51 次发布
|
|
152
|
+
|
|
153
|
+
发布时间:2022-09-07 06:21:27
|
|
80
154
|
|
|
81
155
|
本次发布包含了以下内容:
|
|
82
156
|
|
|
@@ -84,29 +158,85 @@
|
|
|
84
158
|
|
|
85
159
|
修改接口:
|
|
86
160
|
|
|
87
|
-
* [
|
|
161
|
+
* [DescribeGeneralStat](https://cloud.tencent.com/document/api/296/53132)
|
|
88
162
|
|
|
89
|
-
*
|
|
163
|
+
* 新增出参:AddedOnTheFifteen
|
|
90
164
|
|
|
91
165
|
|
|
92
166
|
修改数据结构:
|
|
93
167
|
|
|
94
|
-
* [
|
|
168
|
+
* [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
|
|
95
169
|
|
|
96
|
-
* 新增成员:
|
|
170
|
+
* 新增成员:IsAddedOnTheFifteen
|
|
97
171
|
|
|
98
|
-
* [
|
|
172
|
+
* [MalWareList](https://cloud.tencent.com/document/api/296/19867#MalWareList)
|
|
99
173
|
|
|
100
|
-
* 新增成员:
|
|
174
|
+
* 新增成员:Quuid, MD5
|
|
101
175
|
|
|
102
176
|
|
|
103
177
|
|
|
104
178
|
|
|
105
|
-
##
|
|
179
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
180
|
+
|
|
181
|
+
### 第 26 次发布
|
|
182
|
+
|
|
183
|
+
发布时间:2022-09-08 06:19:30
|
|
184
|
+
|
|
185
|
+
本次发布包含了以下内容:
|
|
186
|
+
|
|
187
|
+
改善已有的文档。
|
|
188
|
+
|
|
189
|
+
新增接口:
|
|
190
|
+
|
|
191
|
+
* [ModifyClusterStorage](https://cloud.tencent.com/document/api/1003/80282)
|
|
192
|
+
|
|
193
|
+
### 第 25 次发布
|
|
194
|
+
|
|
195
|
+
发布时间:2022-09-07 06:23:00
|
|
196
|
+
|
|
197
|
+
本次发布包含了以下内容:
|
|
198
|
+
|
|
199
|
+
改善已有的文档。
|
|
200
|
+
|
|
201
|
+
新增接口:
|
|
202
|
+
|
|
203
|
+
* [CreateBackup](https://cloud.tencent.com/document/api/1003/80212)
|
|
204
|
+
|
|
205
|
+
新增数据结构:
|
|
206
|
+
|
|
207
|
+
* [DatabaseTables](https://cloud.tencent.com/document/api/1003/48097#DatabaseTables)
|
|
208
|
+
|
|
209
|
+
|
|
210
|
+
|
|
211
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
212
|
+
|
|
213
|
+
### 第 10 次发布
|
|
214
|
+
|
|
215
|
+
发布时间:2022-09-07 06:24:27
|
|
216
|
+
|
|
217
|
+
本次发布包含了以下内容:
|
|
218
|
+
|
|
219
|
+
改善已有的文档。
|
|
220
|
+
|
|
221
|
+
新增接口:
|
|
222
|
+
|
|
223
|
+
* [DescribeRedisTopKeyPrefixList](https://cloud.tencent.com/document/api/1130/80213)
|
|
224
|
+
|
|
225
|
+
新增数据结构:
|
|
226
|
+
|
|
227
|
+
* [RedisPreKeySpaceData](https://cloud.tencent.com/document/api/1130/57812#RedisPreKeySpaceData)
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
106
232
|
|
|
107
|
-
### 第 23 次发布
|
|
108
233
|
|
|
109
|
-
|
|
234
|
+
|
|
235
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
236
|
+
|
|
237
|
+
### 第 29 次发布
|
|
238
|
+
|
|
239
|
+
发布时间:2022-09-07 06:29:24
|
|
110
240
|
|
|
111
241
|
本次发布包含了以下内容:
|
|
112
242
|
|
|
@@ -114,18 +244,22 @@
|
|
|
114
244
|
|
|
115
245
|
修改接口:
|
|
116
246
|
|
|
117
|
-
* [
|
|
247
|
+
* [DescribeTemplates](https://cloud.tencent.com/document/api/1420/61521)
|
|
248
|
+
|
|
249
|
+
* 新增入参:QueryAllComponents, TemplateName
|
|
118
250
|
|
|
119
|
-
* 新增入参:UserIdStr, RoomIdStr
|
|
120
251
|
|
|
121
252
|
|
|
122
253
|
|
|
254
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
255
|
+
|
|
256
|
+
|
|
123
257
|
|
|
124
258
|
## 云监控(monitor) 版本:2018-07-24
|
|
125
259
|
|
|
126
|
-
### 第
|
|
260
|
+
### 第 60 次发布
|
|
127
261
|
|
|
128
|
-
发布时间:2022-09-
|
|
262
|
+
发布时间:2022-09-08 06:32:23
|
|
129
263
|
|
|
130
264
|
本次发布包含了以下内容:
|
|
131
265
|
|
|
@@ -135,30 +269,236 @@
|
|
|
135
269
|
|
|
136
270
|
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
137
271
|
|
|
138
|
-
*
|
|
272
|
+
* 新增入参:OrganizationIds
|
|
139
273
|
|
|
140
|
-
* [
|
|
274
|
+
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
141
275
|
|
|
142
|
-
*
|
|
276
|
+
* 新增入参:OrganizationIds
|
|
143
277
|
|
|
144
|
-
* [DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)
|
|
145
278
|
|
|
146
|
-
|
|
279
|
+
修改数据结构:
|
|
147
280
|
|
|
148
|
-
* [
|
|
281
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
149
282
|
|
|
150
|
-
*
|
|
283
|
+
* 新增成员:OrganizationIds
|
|
151
284
|
|
|
152
|
-
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
153
285
|
|
|
154
|
-
|
|
286
|
+
### 第 59 次发布
|
|
287
|
+
|
|
288
|
+
发布时间:2022-09-07 06:39:04
|
|
289
|
+
|
|
290
|
+
本次发布包含了以下内容:
|
|
291
|
+
|
|
292
|
+
改善已有的文档。
|
|
293
|
+
|
|
294
|
+
修改接口:
|
|
295
|
+
|
|
296
|
+
* [CreateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79218)
|
|
297
|
+
|
|
298
|
+
* 新增出参:IntegrationId
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
## 证书(ssl) 版本:2019-12-05
|
|
304
|
+
|
|
305
|
+
### 第 18 次发布
|
|
306
|
+
|
|
307
|
+
发布时间:2022-09-08 06:38:47
|
|
308
|
+
|
|
309
|
+
本次发布包含了以下内容:
|
|
310
|
+
|
|
311
|
+
改善已有的文档。
|
|
312
|
+
|
|
313
|
+
修改接口:
|
|
314
|
+
|
|
315
|
+
* [DescribeCertificateDetail](https://cloud.tencent.com/document/api/400/41673)
|
|
316
|
+
|
|
317
|
+
* 新增出参:EncryptAlgorithm
|
|
155
318
|
|
|
156
319
|
|
|
157
320
|
修改数据结构:
|
|
158
321
|
|
|
159
|
-
* [
|
|
322
|
+
* [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
|
|
160
323
|
|
|
161
|
-
* 新增成员:
|
|
324
|
+
* 新增成员:EncryptAlgorithm
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
330
|
+
|
|
331
|
+
### 第 26 次发布
|
|
332
|
+
|
|
333
|
+
发布时间:2022-09-08 06:41:25
|
|
334
|
+
|
|
335
|
+
本次发布包含了以下内容:
|
|
336
|
+
|
|
337
|
+
改善已有的文档。
|
|
338
|
+
|
|
339
|
+
修改数据结构:
|
|
340
|
+
|
|
341
|
+
* [ComplianceAffectedAsset](https://cloud.tencent.com/document/api/1285/65614#ComplianceAffectedAsset)
|
|
342
|
+
|
|
343
|
+
* 新增成员:VerifyInfo
|
|
344
|
+
|
|
345
|
+
* [ComplianceAssetPolicyItem](https://cloud.tencent.com/document/api/1285/65614#ComplianceAssetPolicyItem)
|
|
346
|
+
|
|
347
|
+
* 新增成员:VerifyInfo
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
353
|
+
|
|
354
|
+
### 第 29 次发布
|
|
355
|
+
|
|
356
|
+
发布时间:2022-09-07 06:51:54
|
|
357
|
+
|
|
358
|
+
本次发布包含了以下内容:
|
|
359
|
+
|
|
360
|
+
改善已有的文档。
|
|
361
|
+
|
|
362
|
+
修改接口:
|
|
363
|
+
|
|
364
|
+
* [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
|
|
365
|
+
|
|
366
|
+
* 新增入参:TcrInstanceId, RepoServer, RepoType
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
|
|
371
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
376
|
+
|
|
377
|
+
### 第 5 次发布
|
|
378
|
+
|
|
379
|
+
发布时间:2022-09-06 13:11:30
|
|
380
|
+
|
|
381
|
+
本次发布包含了以下内容:
|
|
382
|
+
|
|
383
|
+
改善已有的文档。
|
|
384
|
+
|
|
385
|
+
新增接口:
|
|
386
|
+
|
|
387
|
+
* [CreateBatchTask](https://cloud.tencent.com/document/api/851/80182)
|
|
388
|
+
* [DeleteBatchTask](https://cloud.tencent.com/document/api/851/80181)
|
|
389
|
+
* [DescribeBatchTask](https://cloud.tencent.com/document/api/851/80180)
|
|
390
|
+
* [DescribeBatchTaskInstances](https://cloud.tencent.com/document/api/851/80179)
|
|
391
|
+
* [DescribeBatchTasks](https://cloud.tencent.com/document/api/851/80178)
|
|
392
|
+
* [DescribeBillingSpecs](https://cloud.tencent.com/document/api/851/80175)
|
|
393
|
+
* [StopBatchTask](https://cloud.tencent.com/document/api/851/80177)
|
|
394
|
+
|
|
395
|
+
修改接口:
|
|
396
|
+
|
|
397
|
+
* [CreateTrainingModel](https://cloud.tencent.com/document/api/851/75074)
|
|
398
|
+
|
|
399
|
+
* 新增入参:AutoClean, MaxReservedModels, ModelCleanPeriod
|
|
400
|
+
|
|
401
|
+
|
|
402
|
+
新增数据结构:
|
|
403
|
+
|
|
404
|
+
* [BatchTaskDetail](https://cloud.tencent.com/document/api/851/75051#BatchTaskDetail)
|
|
405
|
+
* [BatchTaskInstance](https://cloud.tencent.com/document/api/851/75051#BatchTaskInstance)
|
|
406
|
+
* [BatchTaskSetItem](https://cloud.tencent.com/document/api/851/75051#BatchTaskSetItem)
|
|
407
|
+
* [CronInfo](https://cloud.tencent.com/document/api/851/75051#CronInfo)
|
|
408
|
+
* [ModelInfo](https://cloud.tencent.com/document/api/851/75051#ModelInfo)
|
|
409
|
+
* [Spec](https://cloud.tencent.com/document/api/851/75051#Spec)
|
|
410
|
+
|
|
411
|
+
修改数据结构:
|
|
412
|
+
|
|
413
|
+
* [TrainingModelVersionDTO](https://cloud.tencent.com/document/api/851/75051#TrainingModelVersionDTO)
|
|
414
|
+
|
|
415
|
+
* 新增成员:VersionType, GPUType, AutoClean, ModelCleanPeriod, MaxReservedModels, ModelHotUpdatePath
|
|
416
|
+
|
|
417
|
+
|
|
418
|
+
|
|
419
|
+
|
|
420
|
+
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2019-10-22
|
|
421
|
+
|
|
422
|
+
|
|
423
|
+
|
|
424
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
425
|
+
|
|
426
|
+
### 第 121 次发布
|
|
427
|
+
|
|
428
|
+
发布时间:2022-09-08 06:45:00
|
|
429
|
+
|
|
430
|
+
本次发布包含了以下内容:
|
|
431
|
+
|
|
432
|
+
改善已有的文档。
|
|
433
|
+
|
|
434
|
+
修改接口:
|
|
435
|
+
|
|
436
|
+
* [UpdateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74855)
|
|
437
|
+
|
|
438
|
+
* 新增入参:AutoUpgradeClusterLevel
|
|
439
|
+
|
|
440
|
+
|
|
441
|
+
|
|
442
|
+
|
|
443
|
+
## 视频内容安全(vm) 版本:2021-09-22
|
|
444
|
+
|
|
445
|
+
### 第 2 次发布
|
|
446
|
+
|
|
447
|
+
发布时间:2022-09-08 06:47:59
|
|
448
|
+
|
|
449
|
+
本次发布包含了以下内容:
|
|
450
|
+
|
|
451
|
+
改善已有的文档。
|
|
452
|
+
|
|
453
|
+
新增数据结构:
|
|
454
|
+
|
|
455
|
+
* [RecognitionResult](https://cloud.tencent.com/document/api/1265/80019#RecognitionResult)
|
|
456
|
+
* [Tag](https://cloud.tencent.com/document/api/1265/80019#Tag)
|
|
457
|
+
|
|
458
|
+
修改数据结构:
|
|
459
|
+
|
|
460
|
+
* [AudioResult](https://cloud.tencent.com/document/api/1265/80019#AudioResult)
|
|
461
|
+
|
|
462
|
+
* 新增成员:SubLabel, RecognitionResults
|
|
463
|
+
|
|
464
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailMoanResult)
|
|
465
|
+
|
|
466
|
+
* 新增成员:SubLabel, Suggestion
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
|
|
470
|
+
|
|
471
|
+
## 视频内容安全(vm) 版本:2020-12-29
|
|
472
|
+
|
|
473
|
+
|
|
474
|
+
|
|
475
|
+
## 视频内容安全(vm) 版本:2020-07-09
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
|
|
479
|
+
## 云点播(vod) 版本:2018-07-17
|
|
480
|
+
|
|
481
|
+
### 第 119 次发布
|
|
482
|
+
|
|
483
|
+
发布时间:2022-09-08 06:48:08
|
|
484
|
+
|
|
485
|
+
本次发布包含了以下内容:
|
|
486
|
+
|
|
487
|
+
改善已有的文档。
|
|
488
|
+
|
|
489
|
+
新增接口:
|
|
490
|
+
|
|
491
|
+
* [ReviewAudioVideo](https://cloud.tencent.com/document/api/266/80283)
|
|
492
|
+
|
|
493
|
+
新增数据结构:
|
|
494
|
+
|
|
495
|
+
* [ReviewAudioVideoTaskInput](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTaskInput)
|
|
496
|
+
|
|
497
|
+
修改数据结构:
|
|
498
|
+
|
|
499
|
+
* [ReviewAudioVideoTask](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTask)
|
|
500
|
+
|
|
501
|
+
* 新增成员:Input
|
|
162
502
|
|
|
163
503
|
|
|
164
504
|
|
|
@@ -7871,6 +8211,21 @@
|
|
|
7871
8211
|
|
|
7872
8212
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
7873
8213
|
|
|
8214
|
+
### 第 7 次发布
|
|
8215
|
+
|
|
8216
|
+
发布时间:2022-09-07 06:10:17
|
|
8217
|
+
|
|
8218
|
+
本次发布包含了以下内容:
|
|
8219
|
+
|
|
8220
|
+
改善已有的文档。
|
|
8221
|
+
|
|
8222
|
+
修改接口:
|
|
8223
|
+
|
|
8224
|
+
* [CreateCRWork](https://cloud.tencent.com/document/api/1296/78029)
|
|
8225
|
+
|
|
8226
|
+
* 新增入参:MonitorEndTime
|
|
8227
|
+
|
|
8228
|
+
|
|
7874
8229
|
### 第 6 次发布
|
|
7875
8230
|
|
|
7876
8231
|
发布时间:2022-09-05 06:10:17
|
|
@@ -10123,6 +10478,26 @@
|
|
|
10123
10478
|
|
|
10124
10479
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
10125
10480
|
|
|
10481
|
+
### 第 44 次发布
|
|
10482
|
+
|
|
10483
|
+
发布时间:2022-09-08 06:11:23
|
|
10484
|
+
|
|
10485
|
+
本次发布包含了以下内容:
|
|
10486
|
+
|
|
10487
|
+
改善已有的文档。
|
|
10488
|
+
|
|
10489
|
+
新增接口:
|
|
10490
|
+
|
|
10491
|
+
* [[ApplyDiskBackup](https://cloud.tencent.com/document/api/362/80280)](https://cloud.tencent.com/document/api/#/#)
|
|
10492
|
+
* [[DeleteDiskBackups](https://cloud.tencent.com/document/api/362/80279)](https://cloud.tencent.com/document/api/#/#)
|
|
10493
|
+
* [[DescribeDiskBackups](https://cloud.tencent.com/document/api/362/80278)](https://cloud.tencent.com/document/api/#/#)
|
|
10494
|
+
* [[InquirePriceModifyDiskBackupQuota](https://cloud.tencent.com/document/api/362/80277)](https://cloud.tencent.com/document/api/#/#)
|
|
10495
|
+
* [[ModifyDiskBackupQuota](https://cloud.tencent.com/document/api/362/80276)](https://cloud.tencent.com/document/api/#/#)
|
|
10496
|
+
|
|
10497
|
+
新增数据结构:
|
|
10498
|
+
|
|
10499
|
+
* [[DiskBackup](https://cloud.tencent.com/document/api/362/15669#DiskBackup)](https://cloud.tencent.com/document/api/362/15669#[DiskBackup](https://cloud.tencent.com/document/api/362/15669#DiskBackup))
|
|
10500
|
+
|
|
10126
10501
|
### 第 43 次发布
|
|
10127
10502
|
|
|
10128
10503
|
发布时间:2022-08-04 06:12:23
|
|
@@ -11536,6 +11911,50 @@
|
|
|
11536
11911
|
|
|
11537
11912
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
11538
11913
|
|
|
11914
|
+
### 第 99 次发布
|
|
11915
|
+
|
|
11916
|
+
发布时间:2022-09-08 06:12:00
|
|
11917
|
+
|
|
11918
|
+
本次发布包含了以下内容:
|
|
11919
|
+
|
|
11920
|
+
改善已有的文档。
|
|
11921
|
+
|
|
11922
|
+
新增接口:
|
|
11923
|
+
|
|
11924
|
+
* [[DescribeCdbZoneConfig](https://cloud.tencent.com/document/api/236/80281)](https://cloud.tencent.com/document/api/#/#)
|
|
11925
|
+
|
|
11926
|
+
新增数据结构:
|
|
11927
|
+
|
|
11928
|
+
* [[CdbRegionSellConf](https://cloud.tencent.com/document/api/236/15878#CdbRegionSellConf)](https://cloud.tencent.com/document/api/236/15878#[CdbRegionSellConf](https://cloud.tencent.com/document/api/236/15878#CdbRegionSellConf))
|
|
11929
|
+
* [[CdbSellConfig](https://cloud.tencent.com/document/api/236/15878#CdbSellConfig)](https://cloud.tencent.com/document/api/236/15878#[CdbSellConfig](https://cloud.tencent.com/document/api/236/15878#CdbSellConfig))
|
|
11930
|
+
* [[CdbSellType](https://cloud.tencent.com/document/api/236/15878#CdbSellType)](https://cloud.tencent.com/document/api/236/15878#[CdbSellType](https://cloud.tencent.com/document/api/236/15878#CdbSellType))
|
|
11931
|
+
* [[CdbZoneDataResult](https://cloud.tencent.com/document/api/236/15878#CdbZoneDataResult)](https://cloud.tencent.com/document/api/236/15878#[CdbZoneDataResult](https://cloud.tencent.com/document/api/236/15878#CdbZoneDataResult))
|
|
11932
|
+
* [[CdbZoneSellConf](https://cloud.tencent.com/document/api/236/15878#CdbZoneSellConf)](https://cloud.tencent.com/document/api/236/15878#[CdbZoneSellConf](https://cloud.tencent.com/document/api/236/15878#CdbZoneSellConf))
|
|
11933
|
+
|
|
11934
|
+
### 第 98 次发布
|
|
11935
|
+
|
|
11936
|
+
发布时间:2022-09-07 06:13:01
|
|
11937
|
+
|
|
11938
|
+
本次发布包含了以下内容:
|
|
11939
|
+
|
|
11940
|
+
改善已有的文档。
|
|
11941
|
+
|
|
11942
|
+
修改接口:
|
|
11943
|
+
|
|
11944
|
+
* [DescribeDBPrice](https://cloud.tencent.com/document/api/236/18566)
|
|
11945
|
+
|
|
11946
|
+
* 新增入参:Ladder
|
|
11947
|
+
|
|
11948
|
+
* 新增出参:Currency
|
|
11949
|
+
|
|
11950
|
+
|
|
11951
|
+
修改数据结构:
|
|
11952
|
+
|
|
11953
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/236/15878#InstanceInfo)
|
|
11954
|
+
|
|
11955
|
+
* 新增成员:EngineType, MaxDelayTime
|
|
11956
|
+
|
|
11957
|
+
|
|
11539
11958
|
### 第 97 次发布
|
|
11540
11959
|
|
|
11541
11960
|
发布时间:2022-08-30 06:13:27
|
|
@@ -16231,6 +16650,38 @@
|
|
|
16231
16650
|
|
|
16232
16651
|
## 文件存储(cfs) 版本:2019-07-19
|
|
16233
16652
|
|
|
16653
|
+
### 第 11 次发布
|
|
16654
|
+
|
|
16655
|
+
发布时间:2022-09-07 06:15:13
|
|
16656
|
+
|
|
16657
|
+
本次发布包含了以下内容:
|
|
16658
|
+
|
|
16659
|
+
改善已有的文档。
|
|
16660
|
+
|
|
16661
|
+
新增接口:
|
|
16662
|
+
|
|
16663
|
+
* [[BindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80211)](https://cloud.tencent.com/document/api/#/#)
|
|
16664
|
+
* [[CreateAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80210)](https://cloud.tencent.com/document/api/#/#)
|
|
16665
|
+
* [[CreateCfsSnapshot](https://cloud.tencent.com/document/api/582/80200)](https://cloud.tencent.com/document/api/#/#)
|
|
16666
|
+
* [[DeleteAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80209)](https://cloud.tencent.com/document/api/#/#)
|
|
16667
|
+
* [[DeleteCfsSnapshot](https://cloud.tencent.com/document/api/582/80199)](https://cloud.tencent.com/document/api/#/#)
|
|
16668
|
+
* [[DescribeAutoSnapshotPolicies](https://cloud.tencent.com/document/api/582/80208)](https://cloud.tencent.com/document/api/#/#)
|
|
16669
|
+
* [[DescribeCfsSnapshotOverview](https://cloud.tencent.com/document/api/582/80207)](https://cloud.tencent.com/document/api/#/#)
|
|
16670
|
+
* [[DescribeCfsSnapshots](https://cloud.tencent.com/document/api/582/80206)](https://cloud.tencent.com/document/api/#/#)
|
|
16671
|
+
* [[DescribeSnapshotOperationLogs](https://cloud.tencent.com/document/api/582/80205)](https://cloud.tencent.com/document/api/#/#)
|
|
16672
|
+
* [[UnbindAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80204)](https://cloud.tencent.com/document/api/#/#)
|
|
16673
|
+
* [[UpdateAutoSnapshotPolicy](https://cloud.tencent.com/document/api/582/80203)](https://cloud.tencent.com/document/api/#/#)
|
|
16674
|
+
* [[UpdateCfsSnapshotAttribute](https://cloud.tencent.com/document/api/582/80202)](https://cloud.tencent.com/document/api/#/#)
|
|
16675
|
+
|
|
16676
|
+
新增数据结构:
|
|
16677
|
+
|
|
16678
|
+
* [[AutoSnapshotPolicyInfo](https://cloud.tencent.com/document/api/582/38175#AutoSnapshotPolicyInfo)](https://cloud.tencent.com/document/api/582/38175#[AutoSnapshotPolicyInfo](https://cloud.tencent.com/document/api/582/38175#AutoSnapshotPolicyInfo))
|
|
16679
|
+
* [[FileSystemByPolicy](https://cloud.tencent.com/document/api/582/38175#FileSystemByPolicy)](https://cloud.tencent.com/document/api/582/38175#[FileSystemByPolicy](https://cloud.tencent.com/document/api/582/38175#FileSystemByPolicy))
|
|
16680
|
+
* [[Filter](https://cloud.tencent.com/document/api/582/38175#Filter)](https://cloud.tencent.com/document/api/582/38175#[Filter](https://cloud.tencent.com/document/api/582/38175#Filter))
|
|
16681
|
+
* [[SnapshotInfo](https://cloud.tencent.com/document/api/582/38175#SnapshotInfo)](https://cloud.tencent.com/document/api/582/38175#[SnapshotInfo](https://cloud.tencent.com/document/api/582/38175#SnapshotInfo))
|
|
16682
|
+
* [[SnapshotOperateLog](https://cloud.tencent.com/document/api/582/38175#SnapshotOperateLog)](https://cloud.tencent.com/document/api/582/38175#[SnapshotOperateLog](https://cloud.tencent.com/document/api/582/38175#SnapshotOperateLog))
|
|
16683
|
+
* [[SnapshotStatistics](https://cloud.tencent.com/document/api/582/38175#SnapshotStatistics)](https://cloud.tencent.com/document/api/582/38175#[SnapshotStatistics](https://cloud.tencent.com/document/api/582/38175#SnapshotStatistics))
|
|
16684
|
+
|
|
16234
16685
|
### 第 10 次发布
|
|
16235
16686
|
|
|
16236
16687
|
发布时间:2022-02-11 08:03:37
|
|
@@ -16442,6 +16893,21 @@
|
|
|
16442
16893
|
|
|
16443
16894
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
16444
16895
|
|
|
16896
|
+
### 第 23 次发布
|
|
16897
|
+
|
|
16898
|
+
发布时间:2022-09-08 06:13:55
|
|
16899
|
+
|
|
16900
|
+
本次发布包含了以下内容:
|
|
16901
|
+
|
|
16902
|
+
改善已有的文档。
|
|
16903
|
+
|
|
16904
|
+
修改数据结构:
|
|
16905
|
+
|
|
16906
|
+
* [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
|
|
16907
|
+
|
|
16908
|
+
* 新增成员:RegionDetail, ZoneZh, ZoneZhBak
|
|
16909
|
+
|
|
16910
|
+
|
|
16445
16911
|
### 第 22 次发布
|
|
16446
16912
|
|
|
16447
16913
|
发布时间:2022-09-06 06:16:40
|
|
@@ -27062,6 +27528,32 @@
|
|
|
27062
27528
|
|
|
27063
27529
|
## 主机安全(cwp) 版本:2018-02-28
|
|
27064
27530
|
|
|
27531
|
+
### 第 51 次发布
|
|
27532
|
+
|
|
27533
|
+
发布时间:2022-09-07 06:21:27
|
|
27534
|
+
|
|
27535
|
+
本次发布包含了以下内容:
|
|
27536
|
+
|
|
27537
|
+
改善已有的文档。
|
|
27538
|
+
|
|
27539
|
+
修改接口:
|
|
27540
|
+
|
|
27541
|
+
* [DescribeGeneralStat](https://cloud.tencent.com/document/api/296/53132)
|
|
27542
|
+
|
|
27543
|
+
* 新增出参:AddedOnTheFifteen
|
|
27544
|
+
|
|
27545
|
+
|
|
27546
|
+
修改数据结构:
|
|
27547
|
+
|
|
27548
|
+
* [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
|
|
27549
|
+
|
|
27550
|
+
* 新增成员:IsAddedOnTheFifteen
|
|
27551
|
+
|
|
27552
|
+
* [MalWareList](https://cloud.tencent.com/document/api/296/19867#MalWareList)
|
|
27553
|
+
|
|
27554
|
+
* 新增成员:Quuid, MD5
|
|
27555
|
+
|
|
27556
|
+
|
|
27065
27557
|
### 第 50 次发布
|
|
27066
27558
|
|
|
27067
27559
|
发布时间:2022-08-19 06:16:28
|
|
@@ -28755,6 +29247,34 @@
|
|
|
28755
29247
|
|
|
28756
29248
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
28757
29249
|
|
|
29250
|
+
### 第 26 次发布
|
|
29251
|
+
|
|
29252
|
+
发布时间:2022-09-08 06:19:30
|
|
29253
|
+
|
|
29254
|
+
本次发布包含了以下内容:
|
|
29255
|
+
|
|
29256
|
+
改善已有的文档。
|
|
29257
|
+
|
|
29258
|
+
新增接口:
|
|
29259
|
+
|
|
29260
|
+
* [[ModifyClusterStorage](https://cloud.tencent.com/document/api/1003/80282)](https://cloud.tencent.com/document/api/#/#)
|
|
29261
|
+
|
|
29262
|
+
### 第 25 次发布
|
|
29263
|
+
|
|
29264
|
+
发布时间:2022-09-07 06:23:00
|
|
29265
|
+
|
|
29266
|
+
本次发布包含了以下内容:
|
|
29267
|
+
|
|
29268
|
+
改善已有的文档。
|
|
29269
|
+
|
|
29270
|
+
新增接口:
|
|
29271
|
+
|
|
29272
|
+
* [[CreateBackup](https://cloud.tencent.com/document/api/1003/80212)](https://cloud.tencent.com/document/api/#/#)
|
|
29273
|
+
|
|
29274
|
+
新增数据结构:
|
|
29275
|
+
|
|
29276
|
+
* [[DatabaseTables](https://cloud.tencent.com/document/api/1003/48097#DatabaseTables)](https://cloud.tencent.com/document/api/1003/48097#[DatabaseTables](https://cloud.tencent.com/document/api/1003/48097#DatabaseTables))
|
|
29277
|
+
|
|
28758
29278
|
### 第 24 次发布
|
|
28759
29279
|
|
|
28760
29280
|
发布时间:2022-08-30 06:23:54
|
|
@@ -30246,6 +30766,22 @@
|
|
|
30246
30766
|
|
|
30247
30767
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
30248
30768
|
|
|
30769
|
+
### 第 10 次发布
|
|
30770
|
+
|
|
30771
|
+
发布时间:2022-09-07 06:24:27
|
|
30772
|
+
|
|
30773
|
+
本次发布包含了以下内容:
|
|
30774
|
+
|
|
30775
|
+
改善已有的文档。
|
|
30776
|
+
|
|
30777
|
+
新增接口:
|
|
30778
|
+
|
|
30779
|
+
* [[DescribeRedisTopKeyPrefixList](https://cloud.tencent.com/document/api/1130/80213)](https://cloud.tencent.com/document/api/#/#)
|
|
30780
|
+
|
|
30781
|
+
新增数据结构:
|
|
30782
|
+
|
|
30783
|
+
* [[RedisPreKeySpaceData](https://cloud.tencent.com/document/api/1130/57812#RedisPreKeySpaceData)](https://cloud.tencent.com/document/api/1130/57812#[RedisPreKeySpaceData](https://cloud.tencent.com/document/api/1130/57812#RedisPreKeySpaceData))
|
|
30784
|
+
|
|
30249
30785
|
### 第 9 次发布
|
|
30250
30786
|
|
|
30251
30787
|
发布时间:2022-04-21 06:10:54
|
|
@@ -38215,6 +38751,21 @@
|
|
|
38215
38751
|
|
|
38216
38752
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
38217
38753
|
|
|
38754
|
+
### 第 29 次发布
|
|
38755
|
+
|
|
38756
|
+
发布时间:2022-09-07 06:29:24
|
|
38757
|
+
|
|
38758
|
+
本次发布包含了以下内容:
|
|
38759
|
+
|
|
38760
|
+
改善已有的文档。
|
|
38761
|
+
|
|
38762
|
+
修改接口:
|
|
38763
|
+
|
|
38764
|
+
* [DescribeTemplates](https://cloud.tencent.com/document/api/1420/61521)
|
|
38765
|
+
|
|
38766
|
+
* 新增入参:QueryAllComponents, TemplateName
|
|
38767
|
+
|
|
38768
|
+
|
|
38218
38769
|
### 第 28 次发布
|
|
38219
38770
|
|
|
38220
38771
|
发布时间:2022-08-29 00:07:08
|
|
@@ -52725,6 +53276,47 @@
|
|
|
52725
53276
|
|
|
52726
53277
|
## 云监控(monitor) 版本:2018-07-24
|
|
52727
53278
|
|
|
53279
|
+
### 第 60 次发布
|
|
53280
|
+
|
|
53281
|
+
发布时间:2022-09-08 06:32:23
|
|
53282
|
+
|
|
53283
|
+
本次发布包含了以下内容:
|
|
53284
|
+
|
|
53285
|
+
改善已有的文档。
|
|
53286
|
+
|
|
53287
|
+
修改接口:
|
|
53288
|
+
|
|
53289
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
53290
|
+
|
|
53291
|
+
* 新增入参:OrganizationIds
|
|
53292
|
+
|
|
53293
|
+
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
53294
|
+
|
|
53295
|
+
* 新增入参:OrganizationIds
|
|
53296
|
+
|
|
53297
|
+
|
|
53298
|
+
修改数据结构:
|
|
53299
|
+
|
|
53300
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
53301
|
+
|
|
53302
|
+
* 新增成员:OrganizationIds
|
|
53303
|
+
|
|
53304
|
+
|
|
53305
|
+
### 第 59 次发布
|
|
53306
|
+
|
|
53307
|
+
发布时间:2022-09-07 06:39:04
|
|
53308
|
+
|
|
53309
|
+
本次发布包含了以下内容:
|
|
53310
|
+
|
|
53311
|
+
改善已有的文档。
|
|
53312
|
+
|
|
53313
|
+
修改接口:
|
|
53314
|
+
|
|
53315
|
+
* [CreateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79218)
|
|
53316
|
+
|
|
53317
|
+
* 新增出参:IntegrationId
|
|
53318
|
+
|
|
53319
|
+
|
|
52728
53320
|
### 第 58 次发布
|
|
52729
53321
|
|
|
52730
53322
|
发布时间:2022-09-06 06:42:23
|
|
@@ -64677,6 +65269,28 @@
|
|
|
64677
65269
|
|
|
64678
65270
|
## 证书(ssl) 版本:2019-12-05
|
|
64679
65271
|
|
|
65272
|
+
### 第 18 次发布
|
|
65273
|
+
|
|
65274
|
+
发布时间:2022-09-08 06:38:47
|
|
65275
|
+
|
|
65276
|
+
本次发布包含了以下内容:
|
|
65277
|
+
|
|
65278
|
+
改善已有的文档。
|
|
65279
|
+
|
|
65280
|
+
修改接口:
|
|
65281
|
+
|
|
65282
|
+
* [DescribeCertificateDetail](https://cloud.tencent.com/document/api/400/41673)
|
|
65283
|
+
|
|
65284
|
+
* 新增出参:EncryptAlgorithm
|
|
65285
|
+
|
|
65286
|
+
|
|
65287
|
+
修改数据结构:
|
|
65288
|
+
|
|
65289
|
+
* [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
|
|
65290
|
+
|
|
65291
|
+
* 新增成员:EncryptAlgorithm
|
|
65292
|
+
|
|
65293
|
+
|
|
64680
65294
|
### 第 17 次发布
|
|
64681
65295
|
|
|
64682
65296
|
发布时间:2022-07-20 06:12:05
|
|
@@ -70483,6 +71097,25 @@
|
|
|
70483
71097
|
|
|
70484
71098
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
70485
71099
|
|
|
71100
|
+
### 第 26 次发布
|
|
71101
|
+
|
|
71102
|
+
发布时间:2022-09-08 06:41:25
|
|
71103
|
+
|
|
71104
|
+
本次发布包含了以下内容:
|
|
71105
|
+
|
|
71106
|
+
改善已有的文档。
|
|
71107
|
+
|
|
71108
|
+
修改数据结构:
|
|
71109
|
+
|
|
71110
|
+
* [ComplianceAffectedAsset](https://cloud.tencent.com/document/api/1285/65614#ComplianceAffectedAsset)
|
|
71111
|
+
|
|
71112
|
+
* 新增成员:VerifyInfo
|
|
71113
|
+
|
|
71114
|
+
* [ComplianceAssetPolicyItem](https://cloud.tencent.com/document/api/1285/65614#ComplianceAssetPolicyItem)
|
|
71115
|
+
|
|
71116
|
+
* 新增成员:VerifyInfo
|
|
71117
|
+
|
|
71118
|
+
|
|
70486
71119
|
### 第 25 次发布
|
|
70487
71120
|
|
|
70488
71121
|
发布时间:2022-08-23 06:51:30
|
|
@@ -72646,6 +73279,21 @@
|
|
|
72646
73279
|
|
|
72647
73280
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
72648
73281
|
|
|
73282
|
+
### 第 29 次发布
|
|
73283
|
+
|
|
73284
|
+
发布时间:2022-09-07 06:51:54
|
|
73285
|
+
|
|
73286
|
+
本次发布包含了以下内容:
|
|
73287
|
+
|
|
73288
|
+
改善已有的文档。
|
|
73289
|
+
|
|
73290
|
+
修改接口:
|
|
73291
|
+
|
|
73292
|
+
* [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
|
|
73293
|
+
|
|
73294
|
+
* 新增入参:TcrInstanceId, RepoServer, RepoType
|
|
73295
|
+
|
|
73296
|
+
|
|
72649
73297
|
### 第 28 次发布
|
|
72650
73298
|
|
|
72651
73299
|
发布时间:2022-08-12 11:47:08
|
|
@@ -75616,6 +76264,47 @@
|
|
|
75616
76264
|
|
|
75617
76265
|
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
75618
76266
|
|
|
76267
|
+
### 第 5 次发布
|
|
76268
|
+
|
|
76269
|
+
发布时间:2022-09-06 13:11:30
|
|
76270
|
+
|
|
76271
|
+
本次发布包含了以下内容:
|
|
76272
|
+
|
|
76273
|
+
改善已有的文档。
|
|
76274
|
+
|
|
76275
|
+
新增接口:
|
|
76276
|
+
|
|
76277
|
+
* [[CreateBatchTask](https://cloud.tencent.com/document/api/851/80182)](https://cloud.tencent.com/document/api/#/#)
|
|
76278
|
+
* [[DeleteBatchTask](https://cloud.tencent.com/document/api/851/80181)](https://cloud.tencent.com/document/api/#/#)
|
|
76279
|
+
* [[DescribeBatchTask](https://cloud.tencent.com/document/api/851/80180)](https://cloud.tencent.com/document/api/#/#)
|
|
76280
|
+
* [[DescribeBatchTaskInstances](https://cloud.tencent.com/document/api/851/80179)](https://cloud.tencent.com/document/api/#/#)
|
|
76281
|
+
* [[DescribeBatchTasks](https://cloud.tencent.com/document/api/851/80178)](https://cloud.tencent.com/document/api/#/#)
|
|
76282
|
+
* [[DescribeBillingSpecs](https://cloud.tencent.com/document/api/851/80175)](https://cloud.tencent.com/document/api/#/#)
|
|
76283
|
+
* [[StopBatchTask](https://cloud.tencent.com/document/api/851/80177)](https://cloud.tencent.com/document/api/#/#)
|
|
76284
|
+
|
|
76285
|
+
修改接口:
|
|
76286
|
+
|
|
76287
|
+
* [CreateTrainingModel](https://cloud.tencent.com/document/api/851/75074)
|
|
76288
|
+
|
|
76289
|
+
* 新增入参:AutoClean, MaxReservedModels, ModelCleanPeriod
|
|
76290
|
+
|
|
76291
|
+
|
|
76292
|
+
新增数据结构:
|
|
76293
|
+
|
|
76294
|
+
* [[BatchTaskDetail](https://cloud.tencent.com/document/api/851/75051#BatchTaskDetail)](https://cloud.tencent.com/document/api/851/75051#[BatchTaskDetail](https://cloud.tencent.com/document/api/851/75051#BatchTaskDetail))
|
|
76295
|
+
* [[BatchTaskInstance](https://cloud.tencent.com/document/api/851/75051#BatchTaskInstance)](https://cloud.tencent.com/document/api/851/75051#[BatchTaskInstance](https://cloud.tencent.com/document/api/851/75051#BatchTaskInstance))
|
|
76296
|
+
* [[BatchTaskSetItem](https://cloud.tencent.com/document/api/851/75051#BatchTaskSetItem)](https://cloud.tencent.com/document/api/851/75051#[BatchTaskSetItem](https://cloud.tencent.com/document/api/851/75051#BatchTaskSetItem))
|
|
76297
|
+
* [[CronInfo](https://cloud.tencent.com/document/api/851/75051#CronInfo)](https://cloud.tencent.com/document/api/851/75051#[CronInfo](https://cloud.tencent.com/document/api/851/75051#CronInfo))
|
|
76298
|
+
* [[ModelInfo](https://cloud.tencent.com/document/api/851/75051#ModelInfo)](https://cloud.tencent.com/document/api/851/75051#[ModelInfo](https://cloud.tencent.com/document/api/851/75051#ModelInfo))
|
|
76299
|
+
* [[Spec](https://cloud.tencent.com/document/api/851/75051#Spec)](https://cloud.tencent.com/document/api/851/75051#[Spec](https://cloud.tencent.com/document/api/851/75051#Spec))
|
|
76300
|
+
|
|
76301
|
+
修改数据结构:
|
|
76302
|
+
|
|
76303
|
+
* [TrainingModelVersionDTO](https://cloud.tencent.com/document/api/851/75051#TrainingModelVersionDTO)
|
|
76304
|
+
|
|
76305
|
+
* 新增成员:VersionType, GPUType, AutoClean, ModelCleanPeriod, MaxReservedModels, ModelHotUpdatePath
|
|
76306
|
+
|
|
76307
|
+
|
|
75619
76308
|
### 第 4 次发布
|
|
75620
76309
|
|
|
75621
76310
|
发布时间:2022-08-09 12:28:40
|
|
@@ -76245,6 +76934,21 @@
|
|
|
76245
76934
|
|
|
76246
76935
|
## 容器服务(tke) 版本:2018-05-25
|
|
76247
76936
|
|
|
76937
|
+
### 第 121 次发布
|
|
76938
|
+
|
|
76939
|
+
发布时间:2022-09-08 06:45:00
|
|
76940
|
+
|
|
76941
|
+
本次发布包含了以下内容:
|
|
76942
|
+
|
|
76943
|
+
改善已有的文档。
|
|
76944
|
+
|
|
76945
|
+
修改接口:
|
|
76946
|
+
|
|
76947
|
+
* [UpdateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74855)
|
|
76948
|
+
|
|
76949
|
+
* 新增入参:AutoUpgradeClusterLevel
|
|
76950
|
+
|
|
76951
|
+
|
|
76248
76952
|
### 第 120 次发布
|
|
76249
76953
|
|
|
76250
76954
|
发布时间:2022-09-01 06:53:50
|
|
@@ -82876,6 +83580,30 @@
|
|
|
82876
83580
|
|
|
82877
83581
|
## 视频内容安全(vm) 版本:2021-09-22
|
|
82878
83582
|
|
|
83583
|
+
### 第 2 次发布
|
|
83584
|
+
|
|
83585
|
+
发布时间:2022-09-08 06:47:59
|
|
83586
|
+
|
|
83587
|
+
本次发布包含了以下内容:
|
|
83588
|
+
|
|
83589
|
+
改善已有的文档。
|
|
83590
|
+
|
|
83591
|
+
新增数据结构:
|
|
83592
|
+
|
|
83593
|
+
* [[RecognitionResult](https://cloud.tencent.com/document/api/1265/80019#RecognitionResult)](https://cloud.tencent.com/document/api/1265/80019#[RecognitionResult](https://cloud.tencent.com/document/api/1265/80019#RecognitionResult))
|
|
83594
|
+
* [[Tag](https://cloud.tencent.com/document/api/1265/80019#Tag)](https://cloud.tencent.com/document/api/1265/80019#[Tag](https://cloud.tencent.com/document/api/1265/80019#Tag))
|
|
83595
|
+
|
|
83596
|
+
修改数据结构:
|
|
83597
|
+
|
|
83598
|
+
* [AudioResult](https://cloud.tencent.com/document/api/1265/80019#AudioResult)
|
|
83599
|
+
|
|
83600
|
+
* 新增成员:SubLabel, RecognitionResults
|
|
83601
|
+
|
|
83602
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailMoanResult)
|
|
83603
|
+
|
|
83604
|
+
* 新增成员:SubLabel, Suggestion
|
|
83605
|
+
|
|
83606
|
+
|
|
82879
83607
|
### 第 1 次发布
|
|
82880
83608
|
|
|
82881
83609
|
发布时间:2022-09-01 20:31:39
|
|
@@ -82955,6 +83683,29 @@
|
|
|
82955
83683
|
|
|
82956
83684
|
## 云点播(vod) 版本:2018-07-17
|
|
82957
83685
|
|
|
83686
|
+
### 第 119 次发布
|
|
83687
|
+
|
|
83688
|
+
发布时间:2022-09-08 06:48:08
|
|
83689
|
+
|
|
83690
|
+
本次发布包含了以下内容:
|
|
83691
|
+
|
|
83692
|
+
改善已有的文档。
|
|
83693
|
+
|
|
83694
|
+
新增接口:
|
|
83695
|
+
|
|
83696
|
+
* [[ReviewAudioVideo](https://cloud.tencent.com/document/api/266/80283)](https://cloud.tencent.com/document/api/#/#)
|
|
83697
|
+
|
|
83698
|
+
新增数据结构:
|
|
83699
|
+
|
|
83700
|
+
* [[ReviewAudioVideoTaskInput](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTaskInput)](https://cloud.tencent.com/document/api/266/31773#[ReviewAudioVideoTaskInput](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTaskInput))
|
|
83701
|
+
|
|
83702
|
+
修改数据结构:
|
|
83703
|
+
|
|
83704
|
+
* [ReviewAudioVideoTask](https://cloud.tencent.com/document/api/266/31773#ReviewAudioVideoTask)
|
|
83705
|
+
|
|
83706
|
+
* 新增成员:Input
|
|
83707
|
+
|
|
83708
|
+
|
|
82958
83709
|
### 第 118 次发布
|
|
82959
83710
|
|
|
82960
83711
|
发布时间:2022-09-02 07:03:01
|