tencentcloud-sdk-nodejs 4.0.435 → 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 +772 -0
- package/SERVICE_CHANGELOG.md +996 -117
- package/package.json +1 -1
- package/products.md +34 -34
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +0 -12
- package/src/services/antiddos/v20200309/antiddos_models.ts +0 -35
- package/src/services/bda/v20200324/bda_models.ts +31 -6
- package/src/services/bma/v20210624/bma_client.ts +45 -8
- package/src/services/bma/v20210624/bma_models.ts +222 -37
- package/src/services/cbs/v20170312/cbs_client.ts +109 -41
- package/src/services/cbs/v20170312/cbs_models.ts +318 -111
- package/src/services/ccc/v20200210/ccc_models.ts +5 -0
- 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_client.ts +0 -12
- package/src/services/cfw/v20190904/cfw_models.ts +20 -38
- package/src/services/cpdp/v20190820/cpdp_models.ts +21 -0
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +1 -1
- 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/emr/v20190103/emr_models.ts +42 -3
- package/src/services/ess/v20201111/ess_models.ts +21 -5
- package/src/services/essbasic/v20210526/essbasic_models.ts +10 -0
- package/src/services/gme/v20180711/gme_models.ts +12 -2
- package/src/services/monitor/v20180724/monitor_client.ts +3 -0
- package/src/services/monitor/v20180724/monitor_models.ts +69 -3
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/ses/v20201002/ses_models.ts +10 -8
- package/src/services/ssl/v20191205/ssl_models.ts +12 -0
- package/src/services/tag/v20180813/tag_models.ts +2 -2
- package/src/services/tcss/v20201101/tcss_models.ts +12 -0
- package/src/services/tem/v20210701/tem_models.ts +15 -0
- package/src/services/teo/v20220106/teo_client.ts +9 -3
- package/src/services/teo/v20220106/teo_models.ts +522 -250
- 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/src/services/vpc/v20170312/vpc_client.ts +20 -7
- package/src/services/vpc/v20170312/vpc_models.ts +108 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -5
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +0 -6
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +0 -30
- package/tencentcloud/services/bda/v20200324/bda_models.d.ts +23 -2
- package/tencentcloud/services/bma/v20210624/bma_client.d.ts +15 -3
- package/tencentcloud/services/bma/v20210624/bma_client.js +21 -3
- package/tencentcloud/services/bma/v20210624/bma_models.d.ts +188 -33
- 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/ccc/v20200210/ccc_models.d.ts +4 -0
- 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_client.d.ts +1 -5
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +0 -6
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +17 -33
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +19 -0
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- 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/emr/v20190103/emr_models.d.ts +35 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +17 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +8 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +10 -2
- 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 +57 -3
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +10 -8
- package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +10 -0
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +2 -2
- 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/teo/v20220106/teo_client.d.ts +1 -1
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +464 -218
- 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/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +12 -8
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +13 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +91 -3
- package/test/antiddos.v20200309.test.js +0 -10
- package/test/bma.v20210624.test.js +32 -2
- 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/cfw.v20190904.test.js +0 -10
- 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/test/vpc.v20170312.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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
|
|
|
@@ -12,22 +12,62 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateCRWork](https://cloud.tencent.com/document/api/1296/78029)
|
|
16
16
|
|
|
17
|
-
* 新增入参:
|
|
17
|
+
* 新增入参:MonitorEndTime
|
|
18
18
|
|
|
19
|
-
* [UpgradeLifecycleHook](https://cloud.tencent.com/document/api/377/34451)
|
|
20
19
|
|
|
21
|
-
* 新增入参:LifecycleCommand
|
|
22
20
|
|
|
23
21
|
|
|
22
|
+
## 云硬盘(cbs) 版本:2017-03-12
|
|
24
23
|
|
|
24
|
+
### 第 44 次发布
|
|
25
25
|
|
|
26
|
-
|
|
26
|
+
发布时间:2022-09-08 06:11:23
|
|
27
27
|
|
|
28
|
-
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
新增接口:
|
|
33
|
+
|
|
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)
|
|
39
|
+
|
|
40
|
+
新增数据结构:
|
|
41
|
+
|
|
42
|
+
* [DiskBackup](https://cloud.tencent.com/document/api/362/15669#DiskBackup)
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
47
|
+
|
|
48
|
+
### 第 99 次发布
|
|
49
|
+
|
|
50
|
+
发布时间:2022-09-08 06:12:00
|
|
51
|
+
|
|
52
|
+
本次发布包含了以下内容:
|
|
53
|
+
|
|
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
|
|
31
71
|
|
|
32
72
|
本次发布包含了以下内容:
|
|
33
73
|
|
|
@@ -35,18 +75,82 @@
|
|
|
35
75
|
|
|
36
76
|
修改接口:
|
|
37
77
|
|
|
38
|
-
* [
|
|
78
|
+
* [DescribeDBPrice](https://cloud.tencent.com/document/api/236/18566)
|
|
39
79
|
|
|
40
|
-
* 新增入参:
|
|
80
|
+
* 新增入参:Ladder
|
|
41
81
|
|
|
82
|
+
* 新增出参:Currency
|
|
42
83
|
|
|
43
84
|
|
|
85
|
+
修改数据结构:
|
|
44
86
|
|
|
45
|
-
|
|
87
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/236/15878#InstanceInfo)
|
|
88
|
+
|
|
89
|
+
* 新增成员:EngineType, MaxDelayTime
|
|
46
90
|
|
|
47
|
-
### 第 34 次发布
|
|
48
91
|
|
|
49
|
-
|
|
92
|
+
|
|
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
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
131
|
+
|
|
132
|
+
### 第 23 次发布
|
|
133
|
+
|
|
134
|
+
发布时间:2022-09-08 06:13:55
|
|
135
|
+
|
|
136
|
+
本次发布包含了以下内容:
|
|
137
|
+
|
|
138
|
+
改善已有的文档。
|
|
139
|
+
|
|
140
|
+
修改数据结构:
|
|
141
|
+
|
|
142
|
+
* [NatInstanceInfo](https://cloud.tencent.com/document/api/1132/49071#NatInstanceInfo)
|
|
143
|
+
|
|
144
|
+
* 新增成员:RegionDetail, ZoneZh, ZoneZhBak
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
150
|
+
|
|
151
|
+
### 第 51 次发布
|
|
152
|
+
|
|
153
|
+
发布时间:2022-09-07 06:21:27
|
|
50
154
|
|
|
51
155
|
本次发布包含了以下内容:
|
|
52
156
|
|
|
@@ -54,25 +158,29 @@
|
|
|
54
158
|
|
|
55
159
|
修改接口:
|
|
56
160
|
|
|
57
|
-
* [
|
|
161
|
+
* [DescribeGeneralStat](https://cloud.tencent.com/document/api/296/53132)
|
|
58
162
|
|
|
59
|
-
*
|
|
163
|
+
* 新增出参:AddedOnTheFifteen
|
|
60
164
|
|
|
61
165
|
|
|
62
166
|
修改数据结构:
|
|
63
167
|
|
|
64
|
-
* [
|
|
168
|
+
* [Machine](https://cloud.tencent.com/document/api/296/19867#Machine)
|
|
65
169
|
|
|
66
|
-
* 新增成员:
|
|
170
|
+
* 新增成员:IsAddedOnTheFifteen
|
|
67
171
|
|
|
172
|
+
* [MalWareList](https://cloud.tencent.com/document/api/296/19867#MalWareList)
|
|
68
173
|
|
|
174
|
+
* 新增成员:Quuid, MD5
|
|
69
175
|
|
|
70
176
|
|
|
71
|
-
## 电子签服务(ess) 版本:2020-11-11
|
|
72
177
|
|
|
73
|
-
### 第 16 次发布
|
|
74
178
|
|
|
75
|
-
|
|
179
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
180
|
+
|
|
181
|
+
### 第 26 次发布
|
|
182
|
+
|
|
183
|
+
发布时间:2022-09-08 06:19:30
|
|
76
184
|
|
|
77
185
|
本次发布包含了以下内容:
|
|
78
186
|
|
|
@@ -80,52 +188,149 @@
|
|
|
80
188
|
|
|
81
189
|
新增接口:
|
|
82
190
|
|
|
83
|
-
* [
|
|
84
|
-
|
|
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)
|
|
85
204
|
|
|
86
205
|
新增数据结构:
|
|
87
206
|
|
|
88
|
-
* [
|
|
89
|
-
|
|
90
|
-
|
|
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
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
236
|
+
|
|
237
|
+
### 第 29 次发布
|
|
238
|
+
|
|
239
|
+
发布时间:2022-09-07 06:29:24
|
|
240
|
+
|
|
241
|
+
本次发布包含了以下内容:
|
|
242
|
+
|
|
243
|
+
改善已有的文档。
|
|
244
|
+
|
|
245
|
+
修改接口:
|
|
246
|
+
|
|
247
|
+
* [DescribeTemplates](https://cloud.tencent.com/document/api/1420/61521)
|
|
248
|
+
|
|
249
|
+
* 新增入参:QueryAllComponents, TemplateName
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
259
|
+
|
|
260
|
+
### 第 60 次发布
|
|
261
|
+
|
|
262
|
+
发布时间:2022-09-08 06:32:23
|
|
263
|
+
|
|
264
|
+
本次发布包含了以下内容:
|
|
265
|
+
|
|
266
|
+
改善已有的文档。
|
|
267
|
+
|
|
268
|
+
修改接口:
|
|
269
|
+
|
|
270
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
271
|
+
|
|
272
|
+
* 新增入参:OrganizationIds
|
|
273
|
+
|
|
274
|
+
* [UpdateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79190)
|
|
275
|
+
|
|
276
|
+
* 新增入参:OrganizationIds
|
|
277
|
+
|
|
91
278
|
|
|
92
279
|
修改数据结构:
|
|
93
280
|
|
|
94
|
-
* [
|
|
281
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
95
282
|
|
|
96
|
-
* 新增成员:
|
|
283
|
+
* 新增成员:OrganizationIds
|
|
97
284
|
|
|
98
|
-
* [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
|
|
99
285
|
|
|
100
|
-
|
|
286
|
+
### 第 59 次发布
|
|
101
287
|
|
|
288
|
+
发布时间:2022-09-07 06:39:04
|
|
102
289
|
|
|
290
|
+
本次发布包含了以下内容:
|
|
103
291
|
|
|
292
|
+
改善已有的文档。
|
|
104
293
|
|
|
105
|
-
|
|
294
|
+
修改接口:
|
|
106
295
|
|
|
107
|
-
|
|
296
|
+
* [CreateGrafanaIntegration](https://cloud.tencent.com/document/api/248/79218)
|
|
108
297
|
|
|
109
|
-
|
|
298
|
+
* 新增出参:IntegrationId
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
## 证书(ssl) 版本:2019-12-05
|
|
304
|
+
|
|
305
|
+
### 第 18 次发布
|
|
306
|
+
|
|
307
|
+
发布时间:2022-09-08 06:38:47
|
|
110
308
|
|
|
111
309
|
本次发布包含了以下内容:
|
|
112
310
|
|
|
113
311
|
改善已有的文档。
|
|
114
312
|
|
|
313
|
+
修改接口:
|
|
314
|
+
|
|
315
|
+
* [DescribeCertificateDetail](https://cloud.tencent.com/document/api/400/41673)
|
|
316
|
+
|
|
317
|
+
* 新增出参:EncryptAlgorithm
|
|
318
|
+
|
|
319
|
+
|
|
115
320
|
修改数据结构:
|
|
116
321
|
|
|
117
|
-
* [
|
|
322
|
+
* [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
|
|
118
323
|
|
|
119
|
-
* 新增成员:
|
|
324
|
+
* 新增成员:EncryptAlgorithm
|
|
120
325
|
|
|
121
326
|
|
|
122
327
|
|
|
123
328
|
|
|
124
|
-
##
|
|
329
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
125
330
|
|
|
126
|
-
### 第
|
|
331
|
+
### 第 26 次发布
|
|
127
332
|
|
|
128
|
-
发布时间:2022-09-
|
|
333
|
+
发布时间:2022-09-08 06:41:25
|
|
129
334
|
|
|
130
335
|
本次发布包含了以下内容:
|
|
131
336
|
|
|
@@ -133,18 +338,22 @@
|
|
|
133
338
|
|
|
134
339
|
修改数据结构:
|
|
135
340
|
|
|
136
|
-
* [
|
|
341
|
+
* [ComplianceAffectedAsset](https://cloud.tencent.com/document/api/1285/65614#ComplianceAffectedAsset)
|
|
137
342
|
|
|
138
|
-
* 新增成员:
|
|
343
|
+
* 新增成员:VerifyInfo
|
|
139
344
|
|
|
345
|
+
* [ComplianceAssetPolicyItem](https://cloud.tencent.com/document/api/1285/65614#ComplianceAssetPolicyItem)
|
|
140
346
|
|
|
347
|
+
* 新增成员:VerifyInfo
|
|
141
348
|
|
|
142
349
|
|
|
143
|
-
## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
|
|
144
350
|
|
|
145
|
-
### 第 4 次发布
|
|
146
351
|
|
|
147
|
-
|
|
352
|
+
## 弹性微服务(tem) 版本:2021-07-01
|
|
353
|
+
|
|
354
|
+
### 第 29 次发布
|
|
355
|
+
|
|
356
|
+
发布时间:2022-09-07 06:51:54
|
|
148
357
|
|
|
149
358
|
本次发布包含了以下内容:
|
|
150
359
|
|
|
@@ -152,18 +361,22 @@
|
|
|
152
361
|
|
|
153
362
|
修改接口:
|
|
154
363
|
|
|
155
|
-
* [
|
|
364
|
+
* [DeployApplication](https://cloud.tencent.com/document/api/1371/60158)
|
|
156
365
|
|
|
157
|
-
* 新增入参:
|
|
366
|
+
* 新增入参:TcrInstanceId, RepoServer, RepoType
|
|
158
367
|
|
|
159
368
|
|
|
160
369
|
|
|
161
370
|
|
|
162
|
-
##
|
|
371
|
+
## 弹性微服务(tem) 版本:2020-12-21
|
|
163
372
|
|
|
164
|
-
### 第 1 次发布
|
|
165
373
|
|
|
166
|
-
|
|
374
|
+
|
|
375
|
+
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
376
|
+
|
|
377
|
+
### 第 5 次发布
|
|
378
|
+
|
|
379
|
+
发布时间:2022-09-06 13:11:30
|
|
167
380
|
|
|
168
381
|
本次发布包含了以下内容:
|
|
169
382
|
|
|
@@ -171,67 +384,67 @@
|
|
|
171
384
|
|
|
172
385
|
新增接口:
|
|
173
386
|
|
|
174
|
-
* [
|
|
175
|
-
* [
|
|
176
|
-
* [
|
|
177
|
-
* [
|
|
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
|
+
|
|
178
401
|
|
|
179
402
|
新增数据结构:
|
|
180
403
|
|
|
181
|
-
* [
|
|
182
|
-
* [
|
|
183
|
-
* [
|
|
184
|
-
* [
|
|
185
|
-
* [
|
|
186
|
-
* [
|
|
187
|
-
* [ImageResult](https://cloud.tencent.com/document/api/1265/80019#ImageResult)
|
|
188
|
-
* [ImageResultResult](https://cloud.tencent.com/document/api/1265/80019#ImageResultResult)
|
|
189
|
-
* [ImageResultsResultDetail](https://cloud.tencent.com/document/api/1265/80019#ImageResultsResultDetail)
|
|
190
|
-
* [ImageResultsResultDetailLocation](https://cloud.tencent.com/document/api/1265/80019#ImageResultsResultDetailLocation)
|
|
191
|
-
* [ImageSegments](https://cloud.tencent.com/document/api/1265/80019#ImageSegments)
|
|
192
|
-
* [InputInfo](https://cloud.tencent.com/document/api/1265/80019#InputInfo)
|
|
193
|
-
* [MediaInfo](https://cloud.tencent.com/document/api/1265/80019#MediaInfo)
|
|
194
|
-
* [StorageInfo](https://cloud.tencent.com/document/api/1265/80019#StorageInfo)
|
|
195
|
-
* [TaskData](https://cloud.tencent.com/document/api/1265/80019#TaskData)
|
|
196
|
-
* [TaskFilter](https://cloud.tencent.com/document/api/1265/80019#TaskFilter)
|
|
197
|
-
* [TaskInput](https://cloud.tencent.com/document/api/1265/80019#TaskInput)
|
|
198
|
-
* [TaskLabel](https://cloud.tencent.com/document/api/1265/80019#TaskLabel)
|
|
199
|
-
* [TaskResult](https://cloud.tencent.com/document/api/1265/80019#TaskResult)
|
|
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)
|
|
200
410
|
|
|
411
|
+
修改数据结构:
|
|
201
412
|
|
|
413
|
+
* [TrainingModelVersionDTO](https://cloud.tencent.com/document/api/851/75051#TrainingModelVersionDTO)
|
|
202
414
|
|
|
203
|
-
|
|
415
|
+
* 新增成员:VersionType, GPUType, AutoClean, ModelCleanPeriod, MaxReservedModels, ModelHotUpdatePath
|
|
204
416
|
|
|
205
417
|
|
|
206
418
|
|
|
207
|
-
## 视频内容安全(vm) 版本:2020-07-09
|
|
208
419
|
|
|
420
|
+
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2019-10-22
|
|
209
421
|
|
|
210
422
|
|
|
211
|
-
## 云点播(vod) 版本:2018-07-17
|
|
212
423
|
|
|
213
|
-
|
|
424
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
214
425
|
|
|
215
|
-
|
|
426
|
+
### 第 121 次发布
|
|
427
|
+
|
|
428
|
+
发布时间:2022-09-08 06:45:00
|
|
216
429
|
|
|
217
430
|
本次发布包含了以下内容:
|
|
218
431
|
|
|
219
432
|
改善已有的文档。
|
|
220
433
|
|
|
221
|
-
|
|
434
|
+
修改接口:
|
|
222
435
|
|
|
223
|
-
* [
|
|
436
|
+
* [UpdateTKEEdgeCluster](https://cloud.tencent.com/document/api/457/74855)
|
|
224
437
|
|
|
225
|
-
*
|
|
438
|
+
* 新增入参:AutoUpgradeClusterLevel
|
|
226
439
|
|
|
227
440
|
|
|
228
441
|
|
|
229
442
|
|
|
230
|
-
##
|
|
443
|
+
## 视频内容安全(vm) 版本:2021-09-22
|
|
231
444
|
|
|
232
|
-
### 第
|
|
445
|
+
### 第 2 次发布
|
|
233
446
|
|
|
234
|
-
发布时间:2022-09-
|
|
447
|
+
发布时间:2022-09-08 06:47:59
|
|
235
448
|
|
|
236
449
|
本次发布包含了以下内容:
|
|
237
450
|
|
|
@@ -239,17 +452,53 @@
|
|
|
239
452
|
|
|
240
453
|
新增数据结构:
|
|
241
454
|
|
|
242
|
-
* [
|
|
455
|
+
* [RecognitionResult](https://cloud.tencent.com/document/api/1265/80019#RecognitionResult)
|
|
456
|
+
* [Tag](https://cloud.tencent.com/document/api/1265/80019#Tag)
|
|
243
457
|
|
|
244
458
|
修改数据结构:
|
|
245
459
|
|
|
246
|
-
* [
|
|
460
|
+
* [AudioResult](https://cloud.tencent.com/document/api/1265/80019#AudioResult)
|
|
247
461
|
|
|
248
|
-
* 新增成员:
|
|
462
|
+
* 新增成员:SubLabel, RecognitionResults
|
|
249
463
|
|
|
250
|
-
* [
|
|
464
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailMoanResult)
|
|
251
465
|
|
|
252
|
-
* 新增成员:
|
|
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
|
|
253
502
|
|
|
254
503
|
|
|
255
504
|
|
|
@@ -1748,6 +1997,18 @@
|
|
|
1748
1997
|
|
|
1749
1998
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1750
1999
|
|
|
2000
|
+
### 第 41 次发布
|
|
2001
|
+
|
|
2002
|
+
发布时间:2022-09-06 06:07:26
|
|
2003
|
+
|
|
2004
|
+
本次发布包含了以下内容:
|
|
2005
|
+
|
|
2006
|
+
改善已有的文档。
|
|
2007
|
+
|
|
2008
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
2009
|
+
|
|
2010
|
+
* ModifyL7RulesEdge
|
|
2011
|
+
|
|
1751
2012
|
### 第 40 次发布
|
|
1752
2013
|
|
|
1753
2014
|
发布时间:2022-08-29 13:11:21
|
|
@@ -6477,6 +6738,23 @@
|
|
|
6477
6738
|
|
|
6478
6739
|
## 人体分析(bda) 版本:2020-03-24
|
|
6479
6740
|
|
|
6741
|
+
### 第 9 次发布
|
|
6742
|
+
|
|
6743
|
+
发布时间:2022-09-06 06:10:38
|
|
6744
|
+
|
|
6745
|
+
本次发布包含了以下内容:
|
|
6746
|
+
|
|
6747
|
+
改善已有的文档。
|
|
6748
|
+
|
|
6749
|
+
修改接口:
|
|
6750
|
+
|
|
6751
|
+
* [SegmentPortraitPic](https://cloud.tencent.com/document/api/1208/42970)
|
|
6752
|
+
|
|
6753
|
+
* 新增入参:RspImgType
|
|
6754
|
+
|
|
6755
|
+
* 新增出参:HasForeground, ResultImageUrl, ResultMaskUrl
|
|
6756
|
+
|
|
6757
|
+
|
|
6480
6758
|
### 第 8 次发布
|
|
6481
6759
|
|
|
6482
6760
|
发布时间:2022-08-04 06:09:29
|
|
@@ -7933,6 +8211,46 @@
|
|
|
7933
8211
|
|
|
7934
8212
|
## 品牌经营管家(bma) 版本:2021-06-24
|
|
7935
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
|
+
|
|
8229
|
+
### 第 6 次发布
|
|
8230
|
+
|
|
8231
|
+
发布时间:2022-09-05 06:10:17
|
|
8232
|
+
|
|
8233
|
+
本次发布包含了以下内容:
|
|
8234
|
+
|
|
8235
|
+
改善已有的文档。
|
|
8236
|
+
|
|
8237
|
+
新增接口:
|
|
8238
|
+
|
|
8239
|
+
* [CreateCRRightFile](https://cloud.tencent.com/document/api/1296/80089)
|
|
8240
|
+
* [CreateCRTort](https://cloud.tencent.com/document/api/1296/80088)
|
|
8241
|
+
* [ModifyCRWhiteList](https://cloud.tencent.com/document/api/1296/80087)
|
|
8242
|
+
|
|
8243
|
+
修改接口:
|
|
8244
|
+
|
|
8245
|
+
* [ModifyCRMonitor](https://cloud.tencent.com/document/api/1296/78025)
|
|
8246
|
+
|
|
8247
|
+
* 新增入参:MonitorEnd
|
|
8248
|
+
|
|
8249
|
+
|
|
8250
|
+
新增数据结构:
|
|
8251
|
+
|
|
8252
|
+
* [File](https://cloud.tencent.com/document/api/1296/78030#File)
|
|
8253
|
+
|
|
7936
8254
|
### 第 5 次发布
|
|
7937
8255
|
|
|
7938
8256
|
发布时间:2022-08-17 06:09:30
|
|
@@ -10160,6 +10478,26 @@
|
|
|
10160
10478
|
|
|
10161
10479
|
## 云硬盘(cbs) 版本:2017-03-12
|
|
10162
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
|
+
|
|
10163
10501
|
### 第 43 次发布
|
|
10164
10502
|
|
|
10165
10503
|
发布时间:2022-08-04 06:12:23
|
|
@@ -11017,6 +11355,21 @@
|
|
|
11017
11355
|
|
|
11018
11356
|
## 云呼叫中心(ccc) 版本:2020-02-10
|
|
11019
11357
|
|
|
11358
|
+
### 第 30 次发布
|
|
11359
|
+
|
|
11360
|
+
发布时间:2022-09-06 06:13:56
|
|
11361
|
+
|
|
11362
|
+
本次发布包含了以下内容:
|
|
11363
|
+
|
|
11364
|
+
改善已有的文档。
|
|
11365
|
+
|
|
11366
|
+
修改数据结构:
|
|
11367
|
+
|
|
11368
|
+
* [AutoCalloutTaskCalleeInfo](https://cloud.tencent.com/document/api/679/47715#AutoCalloutTaskCalleeInfo)
|
|
11369
|
+
|
|
11370
|
+
* 新增成员:Sessions
|
|
11371
|
+
|
|
11372
|
+
|
|
11020
11373
|
### 第 29 次发布
|
|
11021
11374
|
|
|
11022
11375
|
发布时间:2022-08-17 06:11:23
|
|
@@ -11558,6 +11911,50 @@
|
|
|
11558
11911
|
|
|
11559
11912
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
11560
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
|
+
|
|
11561
11958
|
### 第 97 次发布
|
|
11562
11959
|
|
|
11563
11960
|
发布时间:2022-08-30 06:13:27
|
|
@@ -16253,6 +16650,38 @@
|
|
|
16253
16650
|
|
|
16254
16651
|
## 文件存储(cfs) 版本:2019-07-19
|
|
16255
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
|
+
|
|
16256
16685
|
### 第 10 次发布
|
|
16257
16686
|
|
|
16258
16687
|
发布时间:2022-02-11 08:03:37
|
|
@@ -16464,6 +16893,33 @@
|
|
|
16464
16893
|
|
|
16465
16894
|
## 云防火墙(cfw) 版本:2019-09-04
|
|
16466
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
|
+
|
|
16911
|
+
### 第 22 次发布
|
|
16912
|
+
|
|
16913
|
+
发布时间:2022-09-06 06:16:40
|
|
16914
|
+
|
|
16915
|
+
本次发布包含了以下内容:
|
|
16916
|
+
|
|
16917
|
+
改善已有的文档。
|
|
16918
|
+
|
|
16919
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
16920
|
+
|
|
16921
|
+
* ModifyVPCSwitchStatus
|
|
16922
|
+
|
|
16467
16923
|
### 第 21 次发布
|
|
16468
16924
|
|
|
16469
16925
|
发布时间:2022-08-29 06:15:32
|
|
@@ -22900,6 +23356,21 @@
|
|
|
22900
23356
|
|
|
22901
23357
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
22902
23358
|
|
|
23359
|
+
### 第 84 次发布
|
|
23360
|
+
|
|
23361
|
+
发布时间:2022-09-05 06:18:54
|
|
23362
|
+
|
|
23363
|
+
本次发布包含了以下内容:
|
|
23364
|
+
|
|
23365
|
+
改善已有的文档。
|
|
23366
|
+
|
|
23367
|
+
修改接口:
|
|
23368
|
+
|
|
23369
|
+
* [CreateAcct](https://cloud.tencent.com/document/api/1122/40674)
|
|
23370
|
+
|
|
23371
|
+
* 新增入参:SubMerchantIdType, SubMerchantIdCode
|
|
23372
|
+
|
|
23373
|
+
|
|
22903
23374
|
### 第 83 次发布
|
|
22904
23375
|
|
|
22905
23376
|
发布时间:2022-08-31 06:18:54
|
|
@@ -27057,6 +27528,32 @@
|
|
|
27057
27528
|
|
|
27058
27529
|
## 主机安全(cwp) 版本:2018-02-28
|
|
27059
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
|
+
|
|
27060
27557
|
### 第 50 次发布
|
|
27061
27558
|
|
|
27062
27559
|
发布时间:2022-08-19 06:16:28
|
|
@@ -28750,6 +29247,34 @@
|
|
|
28750
29247
|
|
|
28751
29248
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
28752
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
|
+
|
|
28753
29278
|
### 第 24 次发布
|
|
28754
29279
|
|
|
28755
29280
|
发布时间:2022-08-30 06:23:54
|
|
@@ -30241,6 +30766,22 @@
|
|
|
30241
30766
|
|
|
30242
30767
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
30243
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
|
+
|
|
30244
30785
|
### 第 9 次发布
|
|
30245
30786
|
|
|
30246
30787
|
发布时间:2022-04-21 06:10:54
|
|
@@ -36071,6 +36612,32 @@
|
|
|
36071
36612
|
|
|
36072
36613
|
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
36073
36614
|
|
|
36615
|
+
### 第 37 次发布
|
|
36616
|
+
|
|
36617
|
+
发布时间:2022-09-06 06:30:34
|
|
36618
|
+
|
|
36619
|
+
本次发布包含了以下内容:
|
|
36620
|
+
|
|
36621
|
+
改善已有的文档。
|
|
36622
|
+
|
|
36623
|
+
修改接口:
|
|
36624
|
+
|
|
36625
|
+
* [DescribeClusterNodes](https://cloud.tencent.com/document/api/589/41707)
|
|
36626
|
+
|
|
36627
|
+
* 新增入参:OrderField, Asc
|
|
36628
|
+
|
|
36629
|
+
|
|
36630
|
+
修改数据结构:
|
|
36631
|
+
|
|
36632
|
+
* [JobResult](https://cloud.tencent.com/document/api/589/33981#JobResult)
|
|
36633
|
+
|
|
36634
|
+
* 新增成员:ApplicationId
|
|
36635
|
+
|
|
36636
|
+
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
36637
|
+
|
|
36638
|
+
* 新增成员:CurrentTime, IsFederation, DeviceName, ServiceClient
|
|
36639
|
+
|
|
36640
|
+
|
|
36074
36641
|
### 第 36 次发布
|
|
36075
36642
|
|
|
36076
36643
|
发布时间:2022-07-21 06:09:30
|
|
@@ -37781,14 +38348,14 @@
|
|
|
37781
38348
|
|
|
37782
38349
|
新增接口:
|
|
37783
38350
|
|
|
37784
|
-
* [
|
|
37785
|
-
* [
|
|
38351
|
+
* [CreateFlowApprovers](https://cloud.tencent.com/document/api/1323/80033)
|
|
38352
|
+
* [DescribeFlowInfo](https://cloud.tencent.com/document/api/1323/80032)
|
|
37786
38353
|
|
|
37787
38354
|
新增数据结构:
|
|
37788
38355
|
|
|
37789
|
-
* [
|
|
37790
|
-
* [
|
|
37791
|
-
* [
|
|
38356
|
+
* [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
|
|
38357
|
+
* [FlowApproverDetail](https://cloud.tencent.com/document/api/1323/70369#FlowApproverDetail)
|
|
38358
|
+
* [FlowDetailInfo](https://cloud.tencent.com/document/api/1323/70369#FlowDetailInfo)
|
|
37792
38359
|
|
|
37793
38360
|
修改数据结构:
|
|
37794
38361
|
|
|
@@ -38184,6 +38751,21 @@
|
|
|
38184
38751
|
|
|
38185
38752
|
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
38186
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
|
+
|
|
38187
38769
|
### 第 28 次发布
|
|
38188
38770
|
|
|
38189
38771
|
发布时间:2022-08-29 00:07:08
|
|
@@ -40944,6 +41526,21 @@
|
|
|
40944
41526
|
|
|
40945
41527
|
## 游戏多媒体引擎(gme) 版本:2018-07-11
|
|
40946
41528
|
|
|
41529
|
+
### 第 23 次发布
|
|
41530
|
+
|
|
41531
|
+
发布时间:2022-09-06 06:33:02
|
|
41532
|
+
|
|
41533
|
+
本次发布包含了以下内容:
|
|
41534
|
+
|
|
41535
|
+
改善已有的文档。
|
|
41536
|
+
|
|
41537
|
+
修改接口:
|
|
41538
|
+
|
|
41539
|
+
* [DescribeUserInAndOutTime](https://cloud.tencent.com/document/api/607/50480)
|
|
41540
|
+
|
|
41541
|
+
* 新增入参:UserIdStr, RoomIdStr
|
|
41542
|
+
|
|
41543
|
+
|
|
40947
41544
|
### 第 22 次发布
|
|
40948
41545
|
|
|
40949
41546
|
发布时间:2022-08-17 06:24:51
|
|
@@ -52679,6 +53276,85 @@
|
|
|
52679
53276
|
|
|
52680
53277
|
## 云监控(monitor) 版本:2018-07-24
|
|
52681
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
|
+
|
|
53320
|
+
### 第 58 次发布
|
|
53321
|
+
|
|
53322
|
+
发布时间:2022-09-06 06:42:23
|
|
53323
|
+
|
|
53324
|
+
本次发布包含了以下内容:
|
|
53325
|
+
|
|
53326
|
+
改善已有的文档。
|
|
53327
|
+
|
|
53328
|
+
修改接口:
|
|
53329
|
+
|
|
53330
|
+
* [CreateGrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/79217)
|
|
53331
|
+
|
|
53332
|
+
* 新增出参:ChannelId
|
|
53333
|
+
|
|
53334
|
+
* [CreateSSOAccount](https://cloud.tencent.com/document/api/248/79216)
|
|
53335
|
+
|
|
53336
|
+
* 新增出参:UserId
|
|
53337
|
+
|
|
53338
|
+
* [DescribeInstalledPlugins](https://cloud.tencent.com/document/api/248/79204)
|
|
53339
|
+
|
|
53340
|
+
* 新增入参:PluginId
|
|
53341
|
+
|
|
53342
|
+
* [DescribeSSOAccount](https://cloud.tencent.com/document/api/248/79202)
|
|
53343
|
+
|
|
53344
|
+
* 新增入参:UserId
|
|
53345
|
+
|
|
53346
|
+
* [InstallPlugins](https://cloud.tencent.com/document/api/248/79198)
|
|
53347
|
+
|
|
53348
|
+
* 新增出参:PluginIds
|
|
53349
|
+
|
|
53350
|
+
|
|
53351
|
+
修改数据结构:
|
|
53352
|
+
|
|
53353
|
+
* [GrafanaNotificationChannel](https://cloud.tencent.com/document/api/248/30354#GrafanaNotificationChannel)
|
|
53354
|
+
|
|
53355
|
+
* 新增成员:OrgId, ExtraOrgIds, OrgIds
|
|
53356
|
+
|
|
53357
|
+
|
|
52682
53358
|
### 第 57 次发布
|
|
52683
53359
|
|
|
52684
53360
|
发布时间:2022-09-02 06:42:08
|
|
@@ -64593,6 +65269,28 @@
|
|
|
64593
65269
|
|
|
64594
65270
|
## 证书(ssl) 版本:2019-12-05
|
|
64595
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
|
+
|
|
64596
65294
|
### 第 17 次发布
|
|
64597
65295
|
|
|
64598
65296
|
发布时间:2022-07-20 06:12:05
|
|
@@ -70399,6 +71097,25 @@
|
|
|
70399
71097
|
|
|
70400
71098
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
70401
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
|
+
|
|
70402
71119
|
### 第 25 次发布
|
|
70403
71120
|
|
|
70404
71121
|
发布时间:2022-08-23 06:51:30
|
|
@@ -72562,6 +73279,21 @@
|
|
|
72562
73279
|
|
|
72563
73280
|
## 弹性微服务(tem) 版本:2021-07-01
|
|
72564
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
|
+
|
|
72565
73297
|
### 第 28 次发布
|
|
72566
73298
|
|
|
72567
73299
|
发布时间:2022-08-12 11:47:08
|
|
@@ -73124,6 +73856,34 @@
|
|
|
73124
73856
|
|
|
73125
73857
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
73126
73858
|
|
|
73859
|
+
### 第 24 次发布
|
|
73860
|
+
|
|
73861
|
+
发布时间:2022-09-05 06:51:57
|
|
73862
|
+
|
|
73863
|
+
本次发布包含了以下内容:
|
|
73864
|
+
|
|
73865
|
+
改善已有的文档。
|
|
73866
|
+
|
|
73867
|
+
新增数据结构:
|
|
73868
|
+
|
|
73869
|
+
* [DropPageConfig](https://cloud.tencent.com/document/api/1552/73155#DropPageConfig)
|
|
73870
|
+
* [DropPageDetail](https://cloud.tencent.com/document/api/1552/73155#DropPageDetail)
|
|
73871
|
+
* [ExceptConfig](https://cloud.tencent.com/document/api/1552/73155#ExceptConfig)
|
|
73872
|
+
* [ExceptUserRule](https://cloud.tencent.com/document/api/1552/73155#ExceptUserRule)
|
|
73873
|
+
* [ExceptUserRuleCondition](https://cloud.tencent.com/document/api/1552/73155#ExceptUserRuleCondition)
|
|
73874
|
+
* [ExceptUserRuleScope](https://cloud.tencent.com/document/api/1552/73155#ExceptUserRuleScope)
|
|
73875
|
+
|
|
73876
|
+
修改数据结构:
|
|
73877
|
+
|
|
73878
|
+
* [BotPortraitRule](https://cloud.tencent.com/document/api/1552/73155#BotPortraitRule)
|
|
73879
|
+
|
|
73880
|
+
* 新增成员:ManagedIds, TransManagedIds
|
|
73881
|
+
|
|
73882
|
+
* [SecurityConfig](https://cloud.tencent.com/document/api/1552/73155#SecurityConfig)
|
|
73883
|
+
|
|
73884
|
+
* 新增成员:ExceptConfig, DropPageConfig
|
|
73885
|
+
|
|
73886
|
+
|
|
73127
73887
|
### 第 23 次发布
|
|
73128
73888
|
|
|
73129
73889
|
发布时间:2022-08-30 06:54:55
|
|
@@ -75504,6 +76264,47 @@
|
|
|
75504
76264
|
|
|
75505
76265
|
## 腾讯云 TI 平台 TI-ONE(tione) 版本:2021-11-11
|
|
75506
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
|
+
|
|
75507
76308
|
### 第 4 次发布
|
|
75508
76309
|
|
|
75509
76310
|
发布时间:2022-08-09 12:28:40
|
|
@@ -76133,6 +76934,21 @@
|
|
|
76133
76934
|
|
|
76134
76935
|
## 容器服务(tke) 版本:2018-05-25
|
|
76135
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
|
+
|
|
76136
76952
|
### 第 120 次发布
|
|
76137
76953
|
|
|
76138
76954
|
发布时间:2022-09-01 06:53:50
|
|
@@ -82764,6 +83580,30 @@
|
|
|
82764
83580
|
|
|
82765
83581
|
## 视频内容安全(vm) 版本:2021-09-22
|
|
82766
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
|
+
|
|
82767
83607
|
### 第 1 次发布
|
|
82768
83608
|
|
|
82769
83609
|
发布时间:2022-09-01 20:31:39
|
|
@@ -82774,32 +83614,32 @@
|
|
|
82774
83614
|
|
|
82775
83615
|
新增接口:
|
|
82776
83616
|
|
|
82777
|
-
* [
|
|
82778
|
-
* [
|
|
82779
|
-
* [
|
|
82780
|
-
* [
|
|
83617
|
+
* [CancelTask](https://cloud.tencent.com/document/api/1265/80018)
|
|
83618
|
+
* [CreateVideoModerationTask](https://cloud.tencent.com/document/api/1265/80017)
|
|
83619
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/80016)
|
|
83620
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1265/80015)
|
|
82781
83621
|
|
|
82782
83622
|
新增数据结构:
|
|
82783
83623
|
|
|
82784
|
-
* [
|
|
82785
|
-
* [
|
|
82786
|
-
* [
|
|
82787
|
-
* [
|
|
82788
|
-
* [
|
|
82789
|
-
* [
|
|
82790
|
-
* [
|
|
82791
|
-
* [
|
|
82792
|
-
* [
|
|
82793
|
-
* [
|
|
82794
|
-
* [
|
|
82795
|
-
* [
|
|
82796
|
-
* [
|
|
82797
|
-
* [
|
|
82798
|
-
* [
|
|
82799
|
-
* [
|
|
82800
|
-
* [
|
|
82801
|
-
* [
|
|
82802
|
-
* [
|
|
83624
|
+
* [AudioResult](https://cloud.tencent.com/document/api/1265/80019#AudioResult)
|
|
83625
|
+
* [AudioResultDetailLanguageResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailLanguageResult)
|
|
83626
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailMoanResult)
|
|
83627
|
+
* [AudioResultDetailTextResult](https://cloud.tencent.com/document/api/1265/80019#AudioResultDetailTextResult)
|
|
83628
|
+
* [AudioSegments](https://cloud.tencent.com/document/api/1265/80019#AudioSegments)
|
|
83629
|
+
* [BucketInfo](https://cloud.tencent.com/document/api/1265/80019#BucketInfo)
|
|
83630
|
+
* [ImageResult](https://cloud.tencent.com/document/api/1265/80019#ImageResult)
|
|
83631
|
+
* [ImageResultResult](https://cloud.tencent.com/document/api/1265/80019#ImageResultResult)
|
|
83632
|
+
* [ImageResultsResultDetail](https://cloud.tencent.com/document/api/1265/80019#ImageResultsResultDetail)
|
|
83633
|
+
* [ImageResultsResultDetailLocation](https://cloud.tencent.com/document/api/1265/80019#ImageResultsResultDetailLocation)
|
|
83634
|
+
* [ImageSegments](https://cloud.tencent.com/document/api/1265/80019#ImageSegments)
|
|
83635
|
+
* [InputInfo](https://cloud.tencent.com/document/api/1265/80019#InputInfo)
|
|
83636
|
+
* [MediaInfo](https://cloud.tencent.com/document/api/1265/80019#MediaInfo)
|
|
83637
|
+
* [StorageInfo](https://cloud.tencent.com/document/api/1265/80019#StorageInfo)
|
|
83638
|
+
* [TaskData](https://cloud.tencent.com/document/api/1265/80019#TaskData)
|
|
83639
|
+
* [TaskFilter](https://cloud.tencent.com/document/api/1265/80019#TaskFilter)
|
|
83640
|
+
* [TaskInput](https://cloud.tencent.com/document/api/1265/80019#TaskInput)
|
|
83641
|
+
* [TaskLabel](https://cloud.tencent.com/document/api/1265/80019#TaskLabel)
|
|
83642
|
+
* [TaskResult](https://cloud.tencent.com/document/api/1265/80019#TaskResult)
|
|
82803
83643
|
|
|
82804
83644
|
|
|
82805
83645
|
|
|
@@ -82843,6 +83683,29 @@
|
|
|
82843
83683
|
|
|
82844
83684
|
## 云点播(vod) 版本:2018-07-17
|
|
82845
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
|
+
|
|
82846
83709
|
### 第 118 次发布
|
|
82847
83710
|
|
|
82848
83711
|
发布时间:2022-09-02 07:03:01
|
|
@@ -86039,6 +86902,22 @@
|
|
|
86039
86902
|
|
|
86040
86903
|
## 私有网络(vpc) 版本:2017-03-12
|
|
86041
86904
|
|
|
86905
|
+
### 第 123 次发布
|
|
86906
|
+
|
|
86907
|
+
发布时间:2022-09-05 06:59:01
|
|
86908
|
+
|
|
86909
|
+
本次发布包含了以下内容:
|
|
86910
|
+
|
|
86911
|
+
改善已有的文档。
|
|
86912
|
+
|
|
86913
|
+
新增接口:
|
|
86914
|
+
|
|
86915
|
+
* [DescribeTrafficPackages](https://cloud.tencent.com/document/api/215/80090)
|
|
86916
|
+
|
|
86917
|
+
新增数据结构:
|
|
86918
|
+
|
|
86919
|
+
* [TrafficPackage](https://cloud.tencent.com/document/api/215/15824#TrafficPackage)
|
|
86920
|
+
|
|
86042
86921
|
### 第 122 次发布
|
|
86043
86922
|
|
|
86044
86923
|
发布时间:2022-08-10 06:57:28
|
|
@@ -88949,7 +89828,7 @@
|
|
|
88949
89828
|
|
|
88950
89829
|
新增数据结构:
|
|
88951
89830
|
|
|
88952
|
-
* [
|
|
89831
|
+
* [BotQPS](https://cloud.tencent.com/document/api/627/53609#BotQPS)
|
|
88953
89832
|
|
|
88954
89833
|
修改数据结构:
|
|
88955
89834
|
|