tencentcloud-sdk-nodejs 4.0.944 → 4.0.945
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 +334 -0
- package/SERVICE_CHANGELOG.md +496 -65
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +18 -6
- package/src/services/ccc/v20200210/ccc_models.ts +145 -0
- package/src/services/clb/v20180317/clb_models.ts +9 -1
- package/src/services/cme/v20191029/cme_models.ts +10 -6
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +0 -14
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -44
- package/src/services/emr/v20190103/emr_models.ts +3 -3
- package/src/services/faceid/v20180301/faceid_models.ts +4 -0
- package/src/services/iecp/v20210914/iecp_client.ts +521 -806
- package/src/services/iecp/v20210914/iecp_models.ts +358 -1422
- package/src/services/ims/v20201229/ims_client.ts +8 -3
- package/src/services/ims/v20201229/ims_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_client.ts +16 -44
- package/src/services/monitor/v20180724/monitor_models.ts +54 -103
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +3 -1
- package/src/services/postgres/v20170312/postgres_client.ts +14 -1
- package/src/services/postgres/v20170312/postgres_models.ts +109 -14
- package/src/services/rce/v20201103/rce_models.ts +18 -15
- package/src/services/tcss/v20201101/tcss_client.ts +1 -0
- package/src/services/tcss/v20201101/tcss_models.ts +91 -3
- package/src/services/teo/v20220901/teo_client.ts +3 -2
- package/src/services/teo/v20220901/teo_models.ts +56 -27
- package/src/services/tke/v20180525/tke_models.ts +5 -5
- package/src/services/tke/v20220501/tke_models.ts +5 -5
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- package/src/services/tsf/v20180326/tsf_client.ts +8 -22
- package/src/services/tsf/v20180326/tsf_models.ts +9 -29
- package/src/services/wedata/v20210820/wedata_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +143 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -7
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +0 -8
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -42
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +3 -3
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +155 -275
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +240 -400
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +288 -1307
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +8 -3
- package/tencentcloud/services/ims/v20201229/ims_client.js +8 -3
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -17
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -22
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -99
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +106 -14
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +18 -15
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +90 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +55 -27
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -5
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -9
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -11
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +9 -27
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/ccc.v20200210.test.js +12 -2
- package/test/cynosdb.v20190107.test.js +0 -10
- package/test/iecp.v20210914.test.js +156 -356
- package/test/monitor.v20180724.test.js +4 -24
- package/test/postgres.v20170312.test.js +10 -0
- package/test/tsf.v20180326.test.js +2 -12
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 74 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-09-24
|
|
7
|
+
发布时间:2024-09-24 13:17:26
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,15 +12,34 @@
|
|
|
12
12
|
|
|
13
13
|
新增接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreateAICall](https://cloud.tencent.com/document/api/679/111211)
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
|
|
19
|
-
##
|
|
19
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
20
20
|
|
|
21
|
-
### 第
|
|
21
|
+
### 第 111 次发布
|
|
22
22
|
|
|
23
|
-
发布时间:2024-09-
|
|
23
|
+
发布时间:2024-09-25 01:12:46
|
|
24
|
+
|
|
25
|
+
本次发布包含了以下内容:
|
|
26
|
+
|
|
27
|
+
改善已有的文档。
|
|
28
|
+
|
|
29
|
+
修改接口:
|
|
30
|
+
|
|
31
|
+
* [CreateListener](https://cloud.tencent.com/document/api/214/30693)
|
|
32
|
+
|
|
33
|
+
* 新增入参:H2cSwitch, SslCloseSwitch
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
39
|
+
|
|
40
|
+
### 第 59 次发布
|
|
41
|
+
|
|
42
|
+
发布时间:2024-09-25 01:13:30
|
|
24
43
|
|
|
25
44
|
本次发布包含了以下内容:
|
|
26
45
|
|
|
@@ -28,79 +47,168 @@
|
|
|
28
47
|
|
|
29
48
|
修改数据结构:
|
|
30
49
|
|
|
31
|
-
* [
|
|
50
|
+
* [SlotInfo](https://cloud.tencent.com/document/api/1156/40360#SlotInfo)
|
|
32
51
|
|
|
33
|
-
*
|
|
52
|
+
* 新增成员:StartTime
|
|
34
53
|
|
|
35
54
|
|
|
36
55
|
|
|
37
56
|
|
|
38
|
-
##
|
|
57
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
39
58
|
|
|
40
|
-
### 第
|
|
59
|
+
### 第 104 次发布
|
|
41
60
|
|
|
42
|
-
发布时间:2024-09-
|
|
61
|
+
发布时间:2024-09-25 01:15:47
|
|
43
62
|
|
|
44
63
|
本次发布包含了以下内容:
|
|
45
64
|
|
|
46
65
|
改善已有的文档。
|
|
47
66
|
|
|
48
|
-
|
|
67
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
49
68
|
|
|
50
|
-
*
|
|
51
|
-
* [ModifyGlobalConfig](https://cloud.tencent.com/document/api/589/111204)
|
|
69
|
+
* DescribeRollbackTimeValidity
|
|
52
70
|
|
|
53
|
-
新增数据结构:
|
|
54
71
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
72
|
+
|
|
73
|
+
## 人脸核身(faceid) 版本:2018-03-01
|
|
74
|
+
|
|
75
|
+
### 第 80 次发布
|
|
76
|
+
|
|
77
|
+
发布时间:2024-09-25 01:20:56
|
|
78
|
+
|
|
79
|
+
本次发布包含了以下内容:
|
|
80
|
+
|
|
81
|
+
改善已有的文档。
|
|
58
82
|
|
|
59
83
|
修改数据结构:
|
|
60
84
|
|
|
61
|
-
* [
|
|
85
|
+
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
62
86
|
|
|
63
|
-
* 新增成员:
|
|
87
|
+
* 新增成员:Speed
|
|
64
88
|
|
|
65
|
-
* [MultiDiskMC](https://cloud.tencent.com/document/api/589/33981#MultiDiskMC)
|
|
66
89
|
|
|
67
|
-
* 新增成员:Size
|
|
68
90
|
|
|
69
|
-
* [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
|
|
70
91
|
|
|
71
|
-
|
|
92
|
+
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
72
93
|
|
|
94
|
+
### 第 9 次发布
|
|
73
95
|
|
|
96
|
+
发布时间:2024-09-25 01:22:07
|
|
74
97
|
|
|
98
|
+
本次发布包含了以下内容:
|
|
75
99
|
|
|
76
|
-
|
|
100
|
+
改善已有的文档。
|
|
101
|
+
|
|
102
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
103
|
+
|
|
104
|
+
* ApplyMarketComponent
|
|
105
|
+
* CreateApplicationVisualization
|
|
106
|
+
* CreateEdgeUnitApplicationVisualization
|
|
107
|
+
* CreateEdgeUnitApplicationYaml
|
|
108
|
+
* DeleteApplications
|
|
109
|
+
* DeleteEdgeUnitApplications
|
|
110
|
+
* DescribeApplicationVisualization
|
|
111
|
+
* DescribeApplicationYaml
|
|
112
|
+
* DescribeApplicationYamlError
|
|
113
|
+
* DescribeApplications
|
|
114
|
+
* DescribeEdgeUnitApplicationEvents
|
|
115
|
+
* DescribeEdgeUnitApplicationLogs
|
|
116
|
+
* DescribeEdgeUnitApplicationPodContainers
|
|
117
|
+
* DescribeEdgeUnitApplicationPods
|
|
118
|
+
* DescribeEdgeUnitApplicationVisualization
|
|
119
|
+
* DescribeEdgeUnitApplicationYaml
|
|
120
|
+
* DescribeEdgeUnitApplicationYamlError
|
|
121
|
+
* DescribeEdgeUnitCloud
|
|
122
|
+
* ModifyApplicationBasicInfo
|
|
123
|
+
* ModifyApplicationVisualization
|
|
124
|
+
|
|
125
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
126
|
+
|
|
127
|
+
* ApplicationTemplate
|
|
128
|
+
* ContainerStatus
|
|
129
|
+
* EdgeUnitStatisticItem
|
|
130
|
+
* Event
|
|
131
|
+
* PodStatus
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
136
|
+
|
|
137
|
+
### 第 121 次发布
|
|
138
|
+
|
|
139
|
+
发布时间:2024-09-25 01:26:32
|
|
140
|
+
|
|
141
|
+
本次发布包含了以下内容:
|
|
142
|
+
|
|
143
|
+
改善已有的文档。
|
|
144
|
+
|
|
145
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
146
|
+
|
|
147
|
+
* CheckIsPrometheusNewUser
|
|
148
|
+
* DescribePrometheusRecordRuleYaml
|
|
77
149
|
|
|
78
|
-
### 第 188 次发布
|
|
79
150
|
|
|
80
|
-
|
|
151
|
+
|
|
152
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
153
|
+
|
|
154
|
+
### 第 46 次发布
|
|
155
|
+
|
|
156
|
+
发布时间:2024-09-25 01:28:57
|
|
81
157
|
|
|
82
158
|
本次发布包含了以下内容:
|
|
83
159
|
|
|
84
160
|
改善已有的文档。
|
|
85
161
|
|
|
162
|
+
新增接口:
|
|
163
|
+
|
|
164
|
+
* [DescribeDedicatedClusters](https://cloud.tencent.com/document/api/409/111242)
|
|
165
|
+
|
|
86
166
|
修改接口:
|
|
87
167
|
|
|
88
|
-
* [
|
|
168
|
+
* [CreateReadOnlyDBInstance](https://cloud.tencent.com/document/api/409/52602)
|
|
89
169
|
|
|
90
|
-
* 新增入参:
|
|
170
|
+
* 新增入参:DedicatedClusterId
|
|
91
171
|
|
|
92
|
-
* [CreatePrepareFlow](https://cloud.tencent.com/document/api/1323/83412)
|
|
93
172
|
|
|
94
|
-
|
|
173
|
+
新增数据结构:
|
|
95
174
|
|
|
175
|
+
* [DedicatedCluster](https://cloud.tencent.com/document/api/409/16778#DedicatedCluster)
|
|
96
176
|
|
|
177
|
+
修改数据结构:
|
|
97
178
|
|
|
179
|
+
* [DBNode](https://cloud.tencent.com/document/api/409/16778#DBNode)
|
|
98
180
|
|
|
99
|
-
|
|
181
|
+
* 新增成员:DedicatedClusterId
|
|
100
182
|
|
|
101
|
-
### 第 184 次发布
|
|
102
183
|
|
|
103
|
-
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
187
|
+
|
|
188
|
+
### 第 14 次发布
|
|
189
|
+
|
|
190
|
+
发布时间:2024-09-25 01:29:30
|
|
191
|
+
|
|
192
|
+
本次发布包含了以下内容:
|
|
193
|
+
|
|
194
|
+
改善已有的文档。
|
|
195
|
+
|
|
196
|
+
修改数据结构:
|
|
197
|
+
|
|
198
|
+
* [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo)
|
|
199
|
+
|
|
200
|
+
* 新增成员:IsOrderHandling
|
|
201
|
+
|
|
202
|
+
* <font color="#dd0000">**修改成员**:</font>IsPersonalData
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
208
|
+
|
|
209
|
+
### 第 66 次发布
|
|
210
|
+
|
|
211
|
+
发布时间:2024-09-25 01:32:38
|
|
104
212
|
|
|
105
213
|
本次发布包含了以下内容:
|
|
106
214
|
|
|
@@ -108,29 +216,73 @@
|
|
|
108
216
|
|
|
109
217
|
修改接口:
|
|
110
218
|
|
|
111
|
-
* [
|
|
219
|
+
* [DescribeAssetImageRegistryAssetStatus](https://cloud.tencent.com/document/api/1285/65502)
|
|
220
|
+
|
|
221
|
+
* 新增出参:LatestSyncSuccessTime
|
|
222
|
+
|
|
223
|
+
* [DescribeAssetImageRegistrySummary](https://cloud.tencent.com/document/api/1285/65494)
|
|
224
|
+
|
|
225
|
+
* 新增出参:UnScannedImageCnt
|
|
226
|
+
|
|
227
|
+
* [DescribeAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65487)
|
|
228
|
+
|
|
229
|
+
* 新增出参:LastScanTime, ScanResult
|
|
230
|
+
|
|
231
|
+
* [DescribeAssetImageScanTask](https://cloud.tencent.com/document/api/1285/65485)
|
|
232
|
+
|
|
233
|
+
* 新增出参:LastScanTime, Status, SubStatus
|
|
234
|
+
|
|
235
|
+
* [DescribeAssetSummary](https://cloud.tencent.com/document/api/1285/65477)
|
|
236
|
+
|
|
237
|
+
* 新增出参:UnScannedImageCnt
|
|
238
|
+
|
|
239
|
+
* [DescribeImageAuthorizedInfo](https://cloud.tencent.com/document/api/1285/65473)
|
|
240
|
+
|
|
241
|
+
* 新增出参:ImageScanInquireInfo, RepeatImageIdCnt
|
|
242
|
+
|
|
243
|
+
* [DescribeImageRegistryTimingScanTask](https://cloud.tencent.com/document/api/1285/65472)
|
|
244
|
+
|
|
245
|
+
* 新增出参:LastScanTime, ScanResult
|
|
112
246
|
|
|
113
|
-
* 新增入参:FlowBatchUrlInfo
|
|
114
247
|
|
|
248
|
+
新增数据结构:
|
|
249
|
+
|
|
250
|
+
* [ImageScanInquireInfo](https://cloud.tencent.com/document/api/1285/65614#ImageScanInquireInfo)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
255
|
+
|
|
256
|
+
### 第 85 次发布
|
|
257
|
+
|
|
258
|
+
发布时间:2024-09-25 01:34:27
|
|
259
|
+
|
|
260
|
+
本次发布包含了以下内容:
|
|
261
|
+
|
|
262
|
+
改善已有的文档。
|
|
263
|
+
|
|
264
|
+
新增数据结构:
|
|
265
|
+
|
|
266
|
+
* [L4ProxyRemoteAuth](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRemoteAuth)
|
|
115
267
|
|
|
116
268
|
修改数据结构:
|
|
117
269
|
|
|
118
|
-
* [
|
|
270
|
+
* [L4ProxyRule](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRule)
|
|
119
271
|
|
|
120
|
-
* 新增成员:
|
|
272
|
+
* 新增成员:RemoteAuth
|
|
121
273
|
|
|
122
274
|
|
|
123
275
|
|
|
124
276
|
|
|
125
|
-
##
|
|
277
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
126
278
|
|
|
127
279
|
|
|
128
280
|
|
|
129
|
-
##
|
|
281
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
130
282
|
|
|
131
|
-
### 第
|
|
283
|
+
### 第 77 次发布
|
|
132
284
|
|
|
133
|
-
发布时间:2024-09-
|
|
285
|
+
发布时间:2024-09-25 01:36:42
|
|
134
286
|
|
|
135
287
|
本次发布包含了以下内容:
|
|
136
288
|
|
|
@@ -138,38 +290,45 @@
|
|
|
138
290
|
|
|
139
291
|
修改数据结构:
|
|
140
292
|
|
|
141
|
-
* [
|
|
293
|
+
* [RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter)
|
|
142
294
|
|
|
143
|
-
* 新增成员:
|
|
295
|
+
* 新增成员:Operator, Name
|
|
144
296
|
|
|
145
297
|
|
|
146
298
|
|
|
147
299
|
|
|
148
|
-
##
|
|
300
|
+
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
149
301
|
|
|
150
|
-
### 第
|
|
302
|
+
### 第 114 次发布
|
|
151
303
|
|
|
152
|
-
发布时间:2024-09-
|
|
304
|
+
发布时间:2024-09-25 01:37:11
|
|
153
305
|
|
|
154
306
|
本次发布包含了以下内容:
|
|
155
307
|
|
|
156
308
|
改善已有的文档。
|
|
157
309
|
|
|
158
|
-
|
|
310
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
159
311
|
|
|
160
|
-
*
|
|
161
|
-
* [ModifyDatabaseOwner](https://cloud.tencent.com/document/api/409/111206)
|
|
312
|
+
* DescribeApplicationBusinessLogConfig
|
|
162
313
|
|
|
163
|
-
修改接口:
|
|
164
314
|
|
|
165
|
-
* [DescribeDatabases](https://cloud.tencent.com/document/api/409/43353)
|
|
166
315
|
|
|
167
|
-
|
|
316
|
+
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
168
317
|
|
|
318
|
+
### 第 107 次发布
|
|
169
319
|
|
|
170
|
-
|
|
320
|
+
发布时间:2024-09-25 01:40:14
|
|
321
|
+
|
|
322
|
+
本次发布包含了以下内容:
|
|
323
|
+
|
|
324
|
+
改善已有的文档。
|
|
325
|
+
|
|
326
|
+
修改数据结构:
|
|
327
|
+
|
|
328
|
+
* [TaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#TaskOpsDto)
|
|
329
|
+
|
|
330
|
+
* 新增成员:NewParentTaskInfos
|
|
171
331
|
|
|
172
|
-
* [Database](https://cloud.tencent.com/document/api/409/16778#Database)
|
|
173
332
|
|
|
174
333
|
|
|
175
334
|
|
|
@@ -3790,7 +3949,7 @@
|
|
|
3790
3949
|
|
|
3791
3950
|
新增接口:
|
|
3792
3951
|
|
|
3793
|
-
* [
|
|
3952
|
+
* [DescribeExclusiveInstanceRegions](https://cloud.tencent.com/document/api/628/111203)
|
|
3794
3953
|
|
|
3795
3954
|
### 第 48 次发布
|
|
3796
3955
|
|
|
@@ -15853,6 +16012,18 @@
|
|
|
15853
16012
|
|
|
15854
16013
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
15855
16014
|
|
|
16015
|
+
### 第 74 次发布
|
|
16016
|
+
|
|
16017
|
+
发布时间:2024-09-24 13:17:26
|
|
16018
|
+
|
|
16019
|
+
本次发布包含了以下内容:
|
|
16020
|
+
|
|
16021
|
+
改善已有的文档。
|
|
16022
|
+
|
|
16023
|
+
新增接口:
|
|
16024
|
+
|
|
16025
|
+
* [[CreateAICall](https://cloud.tencent.com/document/api/679/111211)](https://cloud.tencent.com/document/api/#/#)
|
|
16026
|
+
|
|
15856
16027
|
### 第 73 次发布
|
|
15857
16028
|
|
|
15858
16029
|
发布时间:2024-08-22 01:10:57
|
|
@@ -30249,6 +30420,21 @@
|
|
|
30249
30420
|
|
|
30250
30421
|
## 负载均衡(clb) 版本:2018-03-17
|
|
30251
30422
|
|
|
30423
|
+
### 第 111 次发布
|
|
30424
|
+
|
|
30425
|
+
发布时间:2024-09-25 01:12:46
|
|
30426
|
+
|
|
30427
|
+
本次发布包含了以下内容:
|
|
30428
|
+
|
|
30429
|
+
改善已有的文档。
|
|
30430
|
+
|
|
30431
|
+
修改接口:
|
|
30432
|
+
|
|
30433
|
+
* [CreateListener](https://cloud.tencent.com/document/api/214/30693)
|
|
30434
|
+
|
|
30435
|
+
* 新增入参:H2cSwitch, SslCloseSwitch
|
|
30436
|
+
|
|
30437
|
+
|
|
30252
30438
|
### 第 110 次发布
|
|
30253
30439
|
|
|
30254
30440
|
发布时间:2024-09-03 01:25:28
|
|
@@ -35165,6 +35351,21 @@
|
|
|
35165
35351
|
|
|
35166
35352
|
## 多媒体创作引擎(cme) 版本:2019-10-29
|
|
35167
35353
|
|
|
35354
|
+
### 第 59 次发布
|
|
35355
|
+
|
|
35356
|
+
发布时间:2024-09-25 01:13:30
|
|
35357
|
+
|
|
35358
|
+
本次发布包含了以下内容:
|
|
35359
|
+
|
|
35360
|
+
改善已有的文档。
|
|
35361
|
+
|
|
35362
|
+
修改数据结构:
|
|
35363
|
+
|
|
35364
|
+
* [SlotInfo](https://cloud.tencent.com/document/api/1156/40360#SlotInfo)
|
|
35365
|
+
|
|
35366
|
+
* 新增成员:StartTime
|
|
35367
|
+
|
|
35368
|
+
|
|
35168
35369
|
### 第 58 次发布
|
|
35169
35370
|
|
|
35170
35371
|
发布时间:2024-07-29 01:23:21
|
|
@@ -47058,6 +47259,18 @@
|
|
|
47058
47259
|
|
|
47059
47260
|
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
47060
47261
|
|
|
47262
|
+
### 第 104 次发布
|
|
47263
|
+
|
|
47264
|
+
发布时间:2024-09-25 01:15:47
|
|
47265
|
+
|
|
47266
|
+
本次发布包含了以下内容:
|
|
47267
|
+
|
|
47268
|
+
改善已有的文档。
|
|
47269
|
+
|
|
47270
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
47271
|
+
|
|
47272
|
+
* DescribeRollbackTimeValidity
|
|
47273
|
+
|
|
47061
47274
|
### 第 103 次发布
|
|
47062
47275
|
|
|
47063
47276
|
发布时间:2024-09-05 01:24:31
|
|
@@ -62288,14 +62501,14 @@
|
|
|
62288
62501
|
|
|
62289
62502
|
新增接口:
|
|
62290
62503
|
|
|
62291
|
-
* [
|
|
62292
|
-
* [
|
|
62504
|
+
* [DescribeGlobalConfig](https://cloud.tencent.com/document/api/589/111205)
|
|
62505
|
+
* [ModifyGlobalConfig](https://cloud.tencent.com/document/api/589/111204)
|
|
62293
62506
|
|
|
62294
62507
|
新增数据结构:
|
|
62295
62508
|
|
|
62296
|
-
* [
|
|
62297
|
-
* [
|
|
62298
|
-
* [
|
|
62509
|
+
* [CapacityGlobalConfig](https://cloud.tencent.com/document/api/589/33981#CapacityGlobalConfig)
|
|
62510
|
+
* [DefaultSetting](https://cloud.tencent.com/document/api/589/33981#DefaultSetting)
|
|
62511
|
+
* [FairGlobalConfig](https://cloud.tencent.com/document/api/589/33981#FairGlobalConfig)
|
|
62299
62512
|
|
|
62300
62513
|
修改数据结构:
|
|
62301
62514
|
|
|
@@ -72816,6 +73029,21 @@
|
|
|
72816
73029
|
|
|
72817
73030
|
## 人脸核身(faceid) 版本:2018-03-01
|
|
72818
73031
|
|
|
73032
|
+
### 第 80 次发布
|
|
73033
|
+
|
|
73034
|
+
发布时间:2024-09-25 01:20:56
|
|
73035
|
+
|
|
73036
|
+
本次发布包含了以下内容:
|
|
73037
|
+
|
|
73038
|
+
改善已有的文档。
|
|
73039
|
+
|
|
73040
|
+
修改数据结构:
|
|
73041
|
+
|
|
73042
|
+
* [GetEidTokenConfig](https://cloud.tencent.com/document/api/1007/41958#GetEidTokenConfig)
|
|
73043
|
+
|
|
73044
|
+
* 新增成员:Speed
|
|
73045
|
+
|
|
73046
|
+
|
|
72819
73047
|
### 第 79 次发布
|
|
72820
73048
|
|
|
72821
73049
|
发布时间:2024-09-24 01:19:58
|
|
@@ -79544,6 +79772,45 @@
|
|
|
79544
79772
|
|
|
79545
79773
|
## 物联网边缘计算平台(iecp) 版本:2021-09-14
|
|
79546
79774
|
|
|
79775
|
+
### 第 9 次发布
|
|
79776
|
+
|
|
79777
|
+
发布时间:2024-09-25 01:22:07
|
|
79778
|
+
|
|
79779
|
+
本次发布包含了以下内容:
|
|
79780
|
+
|
|
79781
|
+
改善已有的文档。
|
|
79782
|
+
|
|
79783
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
79784
|
+
|
|
79785
|
+
* ApplyMarketComponent
|
|
79786
|
+
* CreateApplicationVisualization
|
|
79787
|
+
* CreateEdgeUnitApplicationVisualization
|
|
79788
|
+
* CreateEdgeUnitApplicationYaml
|
|
79789
|
+
* DeleteApplications
|
|
79790
|
+
* DeleteEdgeUnitApplications
|
|
79791
|
+
* DescribeApplicationVisualization
|
|
79792
|
+
* DescribeApplicationYaml
|
|
79793
|
+
* DescribeApplicationYamlError
|
|
79794
|
+
* DescribeApplications
|
|
79795
|
+
* DescribeEdgeUnitApplicationEvents
|
|
79796
|
+
* DescribeEdgeUnitApplicationLogs
|
|
79797
|
+
* DescribeEdgeUnitApplicationPodContainers
|
|
79798
|
+
* DescribeEdgeUnitApplicationPods
|
|
79799
|
+
* DescribeEdgeUnitApplicationVisualization
|
|
79800
|
+
* DescribeEdgeUnitApplicationYaml
|
|
79801
|
+
* DescribeEdgeUnitApplicationYamlError
|
|
79802
|
+
* DescribeEdgeUnitCloud
|
|
79803
|
+
* ModifyApplicationBasicInfo
|
|
79804
|
+
* ModifyApplicationVisualization
|
|
79805
|
+
|
|
79806
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
79807
|
+
|
|
79808
|
+
* ApplicationTemplate
|
|
79809
|
+
* ContainerStatus
|
|
79810
|
+
* EdgeUnitStatisticItem
|
|
79811
|
+
* Event
|
|
79812
|
+
* PodStatus
|
|
79813
|
+
|
|
79547
79814
|
### 第 8 次发布
|
|
79548
79815
|
|
|
79549
79816
|
发布时间:2024-06-20 01:46:44
|
|
@@ -95610,6 +95877,19 @@
|
|
|
95610
95877
|
|
|
95611
95878
|
## 腾讯云可观测平台(monitor) 版本:2018-07-24
|
|
95612
95879
|
|
|
95880
|
+
### 第 121 次发布
|
|
95881
|
+
|
|
95882
|
+
发布时间:2024-09-25 01:26:32
|
|
95883
|
+
|
|
95884
|
+
本次发布包含了以下内容:
|
|
95885
|
+
|
|
95886
|
+
改善已有的文档。
|
|
95887
|
+
|
|
95888
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
95889
|
+
|
|
95890
|
+
* CheckIsPrometheusNewUser
|
|
95891
|
+
* DescribePrometheusRecordRuleYaml
|
|
95892
|
+
|
|
95613
95893
|
### 第 120 次发布
|
|
95614
95894
|
|
|
95615
95895
|
发布时间:2024-08-23 01:56:12
|
|
@@ -109108,6 +109388,36 @@
|
|
|
109108
109388
|
|
|
109109
109389
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
109110
109390
|
|
|
109391
|
+
### 第 46 次发布
|
|
109392
|
+
|
|
109393
|
+
发布时间:2024-09-25 01:28:57
|
|
109394
|
+
|
|
109395
|
+
本次发布包含了以下内容:
|
|
109396
|
+
|
|
109397
|
+
改善已有的文档。
|
|
109398
|
+
|
|
109399
|
+
新增接口:
|
|
109400
|
+
|
|
109401
|
+
* [[DescribeDedicatedClusters](https://cloud.tencent.com/document/api/409/111242)](https://cloud.tencent.com/document/api/#/#)
|
|
109402
|
+
|
|
109403
|
+
修改接口:
|
|
109404
|
+
|
|
109405
|
+
* [CreateReadOnlyDBInstance](https://cloud.tencent.com/document/api/409/52602)
|
|
109406
|
+
|
|
109407
|
+
* 新增入参:DedicatedClusterId
|
|
109408
|
+
|
|
109409
|
+
|
|
109410
|
+
新增数据结构:
|
|
109411
|
+
|
|
109412
|
+
* [[DedicatedCluster](https://cloud.tencent.com/document/api/409/16778#DedicatedCluster)](https://cloud.tencent.com/document/api/409/16778#[DedicatedCluster](https://cloud.tencent.com/document/api/409/16778#DedicatedCluster))
|
|
109413
|
+
|
|
109414
|
+
修改数据结构:
|
|
109415
|
+
|
|
109416
|
+
* [DBNode](https://cloud.tencent.com/document/api/409/16778#DBNode)
|
|
109417
|
+
|
|
109418
|
+
* 新增成员:DedicatedClusterId
|
|
109419
|
+
|
|
109420
|
+
|
|
109111
109421
|
### 第 45 次发布
|
|
109112
109422
|
|
|
109113
109423
|
发布时间:2024-09-24 01:27:27
|
|
@@ -109118,8 +109428,8 @@
|
|
|
109118
109428
|
|
|
109119
109429
|
新增接口:
|
|
109120
109430
|
|
|
109121
|
-
* [
|
|
109122
|
-
* [
|
|
109431
|
+
* [CreateDatabase](https://cloud.tencent.com/document/api/409/111207)
|
|
109432
|
+
* [ModifyDatabaseOwner](https://cloud.tencent.com/document/api/409/111206)
|
|
109123
109433
|
|
|
109124
109434
|
修改接口:
|
|
109125
109435
|
|
|
@@ -109130,7 +109440,7 @@
|
|
|
109130
109440
|
|
|
109131
109441
|
新增数据结构:
|
|
109132
109442
|
|
|
109133
|
-
* [
|
|
109443
|
+
* [Database](https://cloud.tencent.com/document/api/409/16778#Database)
|
|
109134
109444
|
|
|
109135
109445
|
### 第 44 次发布
|
|
109136
109446
|
|
|
@@ -110830,6 +111140,23 @@
|
|
|
110830
111140
|
|
|
110831
111141
|
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
110832
111142
|
|
|
111143
|
+
### 第 14 次发布
|
|
111144
|
+
|
|
111145
|
+
发布时间:2024-09-25 01:29:30
|
|
111146
|
+
|
|
111147
|
+
本次发布包含了以下内容:
|
|
111148
|
+
|
|
111149
|
+
改善已有的文档。
|
|
111150
|
+
|
|
111151
|
+
修改数据结构:
|
|
111152
|
+
|
|
111153
|
+
* [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo)
|
|
111154
|
+
|
|
111155
|
+
* 新增成员:IsOrderHandling
|
|
111156
|
+
|
|
111157
|
+
* <font color="#dd0000">**修改成员**:</font>IsPersonalData
|
|
111158
|
+
|
|
111159
|
+
|
|
110833
111160
|
### 第 13 次发布
|
|
110834
111161
|
|
|
110835
111162
|
发布时间:2024-08-01 02:05:51
|
|
@@ -126365,6 +126692,49 @@
|
|
|
126365
126692
|
|
|
126366
126693
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
126367
126694
|
|
|
126695
|
+
### 第 66 次发布
|
|
126696
|
+
|
|
126697
|
+
发布时间:2024-09-25 01:32:38
|
|
126698
|
+
|
|
126699
|
+
本次发布包含了以下内容:
|
|
126700
|
+
|
|
126701
|
+
改善已有的文档。
|
|
126702
|
+
|
|
126703
|
+
修改接口:
|
|
126704
|
+
|
|
126705
|
+
* [DescribeAssetImageRegistryAssetStatus](https://cloud.tencent.com/document/api/1285/65502)
|
|
126706
|
+
|
|
126707
|
+
* 新增出参:LatestSyncSuccessTime
|
|
126708
|
+
|
|
126709
|
+
* [DescribeAssetImageRegistrySummary](https://cloud.tencent.com/document/api/1285/65494)
|
|
126710
|
+
|
|
126711
|
+
* 新增出参:UnScannedImageCnt
|
|
126712
|
+
|
|
126713
|
+
* [DescribeAssetImageScanSetting](https://cloud.tencent.com/document/api/1285/65487)
|
|
126714
|
+
|
|
126715
|
+
* 新增出参:LastScanTime, ScanResult
|
|
126716
|
+
|
|
126717
|
+
* [DescribeAssetImageScanTask](https://cloud.tencent.com/document/api/1285/65485)
|
|
126718
|
+
|
|
126719
|
+
* 新增出参:LastScanTime, Status, SubStatus
|
|
126720
|
+
|
|
126721
|
+
* [DescribeAssetSummary](https://cloud.tencent.com/document/api/1285/65477)
|
|
126722
|
+
|
|
126723
|
+
* 新增出参:UnScannedImageCnt
|
|
126724
|
+
|
|
126725
|
+
* [DescribeImageAuthorizedInfo](https://cloud.tencent.com/document/api/1285/65473)
|
|
126726
|
+
|
|
126727
|
+
* 新增出参:ImageScanInquireInfo, RepeatImageIdCnt
|
|
126728
|
+
|
|
126729
|
+
* [DescribeImageRegistryTimingScanTask](https://cloud.tencent.com/document/api/1285/65472)
|
|
126730
|
+
|
|
126731
|
+
* 新增出参:LastScanTime, ScanResult
|
|
126732
|
+
|
|
126733
|
+
|
|
126734
|
+
新增数据结构:
|
|
126735
|
+
|
|
126736
|
+
* [[ImageScanInquireInfo](https://cloud.tencent.com/document/api/1285/65614#ImageScanInquireInfo)](https://cloud.tencent.com/document/api/1285/65614#[ImageScanInquireInfo](https://cloud.tencent.com/document/api/1285/65614#ImageScanInquireInfo))
|
|
126737
|
+
|
|
126368
126738
|
### 第 65 次发布
|
|
126369
126739
|
|
|
126370
126740
|
发布时间:2024-09-20 13:11:46
|
|
@@ -134030,6 +134400,25 @@
|
|
|
134030
134400
|
|
|
134031
134401
|
## 边缘安全加速平台(teo) 版本:2022-09-01
|
|
134032
134402
|
|
|
134403
|
+
### 第 85 次发布
|
|
134404
|
+
|
|
134405
|
+
发布时间:2024-09-25 01:34:27
|
|
134406
|
+
|
|
134407
|
+
本次发布包含了以下内容:
|
|
134408
|
+
|
|
134409
|
+
改善已有的文档。
|
|
134410
|
+
|
|
134411
|
+
新增数据结构:
|
|
134412
|
+
|
|
134413
|
+
* [[L4ProxyRemoteAuth](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRemoteAuth)](https://cloud.tencent.com/document/api/1552/80721#[L4ProxyRemoteAuth](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRemoteAuth))
|
|
134414
|
+
|
|
134415
|
+
修改数据结构:
|
|
134416
|
+
|
|
134417
|
+
* [L4ProxyRule](https://cloud.tencent.com/document/api/1552/80721#L4ProxyRule)
|
|
134418
|
+
|
|
134419
|
+
* 新增成员:RemoteAuth
|
|
134420
|
+
|
|
134421
|
+
|
|
134033
134422
|
### 第 84 次发布
|
|
134034
134423
|
|
|
134035
134424
|
发布时间:2024-09-11 02:18:47
|
|
@@ -148246,6 +148635,21 @@
|
|
|
148246
148635
|
|
|
148247
148636
|
## 微服务引擎(tse) 版本:2020-12-07
|
|
148248
148637
|
|
|
148638
|
+
### 第 77 次发布
|
|
148639
|
+
|
|
148640
|
+
发布时间:2024-09-25 01:36:42
|
|
148641
|
+
|
|
148642
|
+
本次发布包含了以下内容:
|
|
148643
|
+
|
|
148644
|
+
改善已有的文档。
|
|
148645
|
+
|
|
148646
|
+
修改数据结构:
|
|
148647
|
+
|
|
148648
|
+
* [RuleFilter](https://cloud.tencent.com/document/api/1364/54942#RuleFilter)
|
|
148649
|
+
|
|
148650
|
+
* 新增成员:Operator, Name
|
|
148651
|
+
|
|
148652
|
+
|
|
148249
148653
|
### 第 76 次发布
|
|
148250
148654
|
|
|
148251
148655
|
发布时间:2024-09-10 02:19:25
|
|
@@ -149833,6 +150237,18 @@
|
|
|
149833
150237
|
|
|
149834
150238
|
## 微服务平台 TSF(tsf) 版本:2018-03-26
|
|
149835
150239
|
|
|
150240
|
+
### 第 114 次发布
|
|
150241
|
+
|
|
150242
|
+
发布时间:2024-09-25 01:37:11
|
|
150243
|
+
|
|
150244
|
+
本次发布包含了以下内容:
|
|
150245
|
+
|
|
150246
|
+
改善已有的文档。
|
|
150247
|
+
|
|
150248
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
150249
|
+
|
|
150250
|
+
* DescribeApplicationBusinessLogConfig
|
|
150251
|
+
|
|
149836
150252
|
### 第 113 次发布
|
|
149837
150253
|
|
|
149838
150254
|
发布时间:2024-09-11 02:25:39
|
|
@@ -166211,6 +166627,21 @@
|
|
|
166211
166627
|
|
|
166212
166628
|
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
166213
166629
|
|
|
166630
|
+
### 第 107 次发布
|
|
166631
|
+
|
|
166632
|
+
发布时间:2024-09-25 01:40:14
|
|
166633
|
+
|
|
166634
|
+
本次发布包含了以下内容:
|
|
166635
|
+
|
|
166636
|
+
改善已有的文档。
|
|
166637
|
+
|
|
166638
|
+
修改数据结构:
|
|
166639
|
+
|
|
166640
|
+
* [TaskOpsDto](https://cloud.tencent.com/document/api/1267/76336#TaskOpsDto)
|
|
166641
|
+
|
|
166642
|
+
* 新增成员:NewParentTaskInfos
|
|
166643
|
+
|
|
166644
|
+
|
|
166214
166645
|
### 第 106 次发布
|
|
166215
166646
|
|
|
166216
166647
|
发布时间:2024-08-29 20:07:34
|