tencentcloud-sdk-nodejs 4.0.901 → 4.0.902
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 +265 -0
- package/SERVICE_CHANGELOG.md +406 -67
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/as/v20180419/as_models.ts +29 -3
- package/src/services/ccc/v20200210/ccc_models.ts +5 -0
- package/src/services/cdb/v20170320/cdb_client.ts +2 -1
- package/src/services/cdb/v20170320/cdb_models.ts +20 -0
- package/src/services/ess/v20201111/ess_client.ts +19 -0
- package/src/services/ess/v20201111/ess_models.ts +44 -0
- package/src/services/gaap/v20180529/gaap_models.ts +17 -17
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -1
- package/src/services/iss/v20230517/iss_models.ts +2 -1
- package/src/services/mongodb/v20190725/mongodb_models.ts +6 -6
- package/src/services/monitor/v20180724/monitor_models.ts +31 -19
- package/src/services/oceanus/v20190422/oceanus_models.ts +4 -0
- package/src/services/postgres/v20170312/postgres_client.ts +149 -62
- package/src/services/postgres/v20170312/postgres_models.ts +401 -111
- package/src/services/rce/v20201103/rce_client.ts +1 -0
- package/src/services/rce/v20201103/rce_models.ts +72 -0
- package/src/services/tcr/v20190924/tcr_client.ts +2 -2
- package/src/services/tcr/v20190924/tcr_models.ts +30 -18
- package/src/services/waf/v20180125/waf_models.ts +206 -39
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/as/v20180419/as_models.d.ts +29 -3
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +5 -0
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +19 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +13 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +42 -0
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +17 -17
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -1
- package/tencentcloud/services/iss/v20230517/iss_models.d.ts +2 -1
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +6 -6
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +31 -19
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +4 -0
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +47 -19
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +69 -27
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +384 -111
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +71 -0
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +2 -2
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +2 -2
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +30 -18
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +206 -39
- package/test/ess.v20201111.test.js +10 -0
- package/test/postgres.v20170312.test.js +88 -18
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,148 +1,264 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 71 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2024-07-
|
|
7
|
+
发布时间:2024-07-23 01:04:47
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
修改数据结构:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [DataDisk](https://cloud.tencent.com/document/api/377/20453#DataDisk)
|
|
16
16
|
|
|
17
|
+
* 新增成员:BurstPerformance
|
|
17
18
|
|
|
19
|
+
* [InstanceNameSettings](https://cloud.tencent.com/document/api/377/20453#InstanceNameSettings)
|
|
18
20
|
|
|
19
|
-
|
|
21
|
+
* 新增成员:InstanceNameSuffix
|
|
20
22
|
|
|
21
|
-
### 第 128 次发布
|
|
22
23
|
|
|
23
|
-
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 云联络中心(ccc) 版本:2020-02-10
|
|
27
|
+
|
|
28
|
+
### 第 70 次发布
|
|
29
|
+
|
|
30
|
+
发布时间:2024-07-23 01:10:10
|
|
24
31
|
|
|
25
32
|
本次发布包含了以下内容:
|
|
26
33
|
|
|
27
34
|
改善已有的文档。
|
|
28
35
|
|
|
29
|
-
|
|
36
|
+
修改数据结构:
|
|
30
37
|
|
|
31
|
-
* [
|
|
32
|
-
* [ExitRescueMode](https://cloud.tencent.com/document/api/213/109043)
|
|
38
|
+
* [SkillGroupInfoItem](https://cloud.tencent.com/document/api/679/47715#SkillGroupInfoItem)
|
|
33
39
|
|
|
40
|
+
* 新增成员:Alias
|
|
34
41
|
|
|
35
42
|
|
|
36
|
-
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
37
43
|
|
|
38
|
-
### 第 97 次发布
|
|
39
44
|
|
|
40
|
-
|
|
45
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
46
|
+
|
|
47
|
+
### 第 161 次发布
|
|
48
|
+
|
|
49
|
+
发布时间:2024-07-23 01:10:42
|
|
41
50
|
|
|
42
51
|
本次发布包含了以下内容:
|
|
43
52
|
|
|
44
53
|
改善已有的文档。
|
|
45
54
|
|
|
46
|
-
|
|
55
|
+
修改接口:
|
|
56
|
+
|
|
57
|
+
* [UpgradeDBInstanceEngineVersion](https://cloud.tencent.com/document/api/236/15870)
|
|
58
|
+
|
|
59
|
+
* 新增入参:ParamList
|
|
47
60
|
|
|
48
|
-
* [ExportResourcePackageDeductDetails](https://cloud.tencent.com/document/api/1003/109046)
|
|
49
|
-
* [ModifyResourcePackagesDeductionPriority](https://cloud.tencent.com/document/api/1003/109045)
|
|
50
61
|
|
|
51
62
|
新增数据结构:
|
|
52
63
|
|
|
53
|
-
* [
|
|
64
|
+
* [UpgradeEngineVersionParams](https://cloud.tencent.com/document/api/236/15878#UpgradeEngineVersionParams)
|
|
54
65
|
|
|
55
66
|
|
|
56
67
|
|
|
57
|
-
##
|
|
68
|
+
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
58
69
|
|
|
59
|
-
### 第
|
|
70
|
+
### 第 180 次发布
|
|
60
71
|
|
|
61
|
-
发布时间:2024-07-
|
|
72
|
+
发布时间:2024-07-23 01:33:50
|
|
62
73
|
|
|
63
74
|
本次发布包含了以下内容:
|
|
64
75
|
|
|
65
76
|
改善已有的文档。
|
|
66
77
|
|
|
67
|
-
|
|
78
|
+
新增接口:
|
|
68
79
|
|
|
69
|
-
* [
|
|
80
|
+
* [CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1323/109065)
|
|
70
81
|
|
|
71
|
-
* 新增入参:ShardAllocationConcurrents, ShardAllocationBytes
|
|
72
82
|
|
|
73
|
-
* [UpgradeInstance](https://cloud.tencent.com/document/api/845/36270)
|
|
74
83
|
|
|
75
|
-
|
|
84
|
+
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
76
85
|
|
|
86
|
+
### 第 13 次发布
|
|
77
87
|
|
|
88
|
+
发布时间:2024-07-23 01:37:38
|
|
78
89
|
|
|
90
|
+
本次发布包含了以下内容:
|
|
91
|
+
|
|
92
|
+
改善已有的文档。
|
|
93
|
+
|
|
94
|
+
修改数据结构:
|
|
95
|
+
|
|
96
|
+
* [SearchResult](https://cloud.tencent.com/document/api/1729/101838#SearchResult)
|
|
97
|
+
|
|
98
|
+
* <font color="#dd0000">**修改成员**:</font>Index
|
|
79
99
|
|
|
80
|
-
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
81
100
|
|
|
82
|
-
### 第 12 次发布
|
|
83
101
|
|
|
84
|
-
|
|
102
|
+
|
|
103
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
104
|
+
|
|
105
|
+
### 第 60 次发布
|
|
106
|
+
|
|
107
|
+
发布时间:2024-07-23 01:53:12
|
|
85
108
|
|
|
86
109
|
本次发布包含了以下内容:
|
|
87
110
|
|
|
88
111
|
改善已有的文档。
|
|
89
112
|
|
|
90
|
-
|
|
113
|
+
修改数据结构:
|
|
91
114
|
|
|
92
|
-
* [
|
|
115
|
+
* [RunJobDescription](https://cloud.tencent.com/document/api/849/52010#RunJobDescription)
|
|
116
|
+
|
|
117
|
+
* 新增成员:KafkaScanMode
|
|
93
118
|
|
|
94
|
-
* 新增入参:SearchInfo
|
|
95
119
|
|
|
96
|
-
* 新增出参:SearchInfo
|
|
97
120
|
|
|
98
121
|
|
|
122
|
+
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
123
|
+
|
|
124
|
+
### 第 44 次发布
|
|
125
|
+
|
|
126
|
+
发布时间:2024-07-23 01:55:36
|
|
127
|
+
|
|
128
|
+
本次发布包含了以下内容:
|
|
129
|
+
|
|
130
|
+
改善已有的文档。
|
|
131
|
+
|
|
132
|
+
新增接口:
|
|
133
|
+
|
|
134
|
+
* [CreateAccount](https://cloud.tencent.com/document/api/409/109071)
|
|
135
|
+
* [DeleteAccount](https://cloud.tencent.com/document/api/409/109070)
|
|
136
|
+
* [DescribeAccountPrivileges](https://cloud.tencent.com/document/api/409/109069)
|
|
137
|
+
* [DescribeDatabaseObjects](https://cloud.tencent.com/document/api/409/109072)
|
|
138
|
+
* [LockAccount](https://cloud.tencent.com/document/api/409/109068)
|
|
139
|
+
* [ModifyAccountPrivileges](https://cloud.tencent.com/document/api/409/109067)
|
|
140
|
+
* [UnlockAccount](https://cloud.tencent.com/document/api/409/109066)
|
|
141
|
+
|
|
99
142
|
新增数据结构:
|
|
100
143
|
|
|
101
|
-
* [
|
|
102
|
-
* [
|
|
144
|
+
* [DatabaseObject](https://cloud.tencent.com/document/api/409/16778#DatabaseObject)
|
|
145
|
+
* [DatabasePrivilege](https://cloud.tencent.com/document/api/409/16778#DatabasePrivilege)
|
|
146
|
+
* [ModifyPrivilege](https://cloud.tencent.com/document/api/409/16778#ModifyPrivilege)
|
|
103
147
|
|
|
104
148
|
|
|
105
149
|
|
|
106
|
-
##
|
|
150
|
+
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
107
151
|
|
|
108
|
-
### 第
|
|
152
|
+
### 第 11 次发布
|
|
109
153
|
|
|
110
|
-
发布时间:2024-07-
|
|
154
|
+
发布时间:2024-07-23 01:57:03
|
|
111
155
|
|
|
112
156
|
本次发布包含了以下内容:
|
|
113
157
|
|
|
114
158
|
改善已有的文档。
|
|
115
159
|
|
|
116
|
-
|
|
160
|
+
新增数据结构:
|
|
117
161
|
|
|
118
|
-
* [
|
|
119
|
-
* [DeleteL3Conn](https://cloud.tencent.com/document/api/1385/109051)
|
|
120
|
-
* [GetL3ConnList](https://cloud.tencent.com/document/api/1385/109050)
|
|
121
|
-
* [UpdateL3Cidr](https://cloud.tencent.com/document/api/1385/109049)
|
|
122
|
-
* [UpdateL3Conn](https://cloud.tencent.com/document/api/1385/109048)
|
|
123
|
-
* [UpdateL3Switch](https://cloud.tencent.com/document/api/1385/109047)
|
|
162
|
+
* [DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo)
|
|
124
163
|
|
|
125
|
-
|
|
164
|
+
修改数据结构:
|
|
126
165
|
|
|
127
|
-
* [
|
|
166
|
+
* [InputManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputManageMarketingRisk)
|
|
128
167
|
|
|
168
|
+
* 新增成员:DataAuthorization
|
|
129
169
|
|
|
130
170
|
|
|
131
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
132
171
|
|
|
133
|
-
### 第 196 次发布
|
|
134
172
|
|
|
135
|
-
|
|
173
|
+
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
174
|
+
|
|
175
|
+
### 第 67 次发布
|
|
176
|
+
|
|
177
|
+
发布时间:2024-07-23 02:04:12
|
|
178
|
+
|
|
179
|
+
本次发布包含了以下内容:
|
|
180
|
+
|
|
181
|
+
改善已有的文档。
|
|
182
|
+
|
|
183
|
+
修改接口:
|
|
184
|
+
|
|
185
|
+
* [DescribeImageManifests](https://cloud.tencent.com/document/api/1141/43525)
|
|
186
|
+
|
|
187
|
+
* 新增出参:Labels, Size
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
193
|
+
|
|
194
|
+
### 第 94 次发布
|
|
195
|
+
|
|
196
|
+
发布时间:2024-07-23 02:21:00
|
|
136
197
|
|
|
137
198
|
本次发布包含了以下内容:
|
|
138
199
|
|
|
139
200
|
改善已有的文档。
|
|
140
201
|
|
|
202
|
+
修改接口:
|
|
203
|
+
|
|
204
|
+
* [AddAttackWhiteRule](https://cloud.tencent.com/document/api/627/100203)
|
|
205
|
+
|
|
206
|
+
* 新增入参:TypeIds, Mode, Name
|
|
207
|
+
|
|
208
|
+
* [CreateIpAccessControl](https://cloud.tencent.com/document/api/627/105915)
|
|
209
|
+
|
|
210
|
+
* 新增入参:JobType, JobDateTime
|
|
211
|
+
|
|
212
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/627/75922)
|
|
213
|
+
|
|
214
|
+
* 新增入参:FreeDelayFlag
|
|
215
|
+
|
|
216
|
+
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
217
|
+
|
|
218
|
+
* 新增入参:TimerType
|
|
219
|
+
|
|
220
|
+
* [ModifyAttackWhiteRule](https://cloud.tencent.com/document/api/627/100200)
|
|
221
|
+
|
|
222
|
+
* 新增入参:TypeIds, Mode, Name
|
|
223
|
+
|
|
224
|
+
* [ModifyIpAccessControl](https://cloud.tencent.com/document/api/627/105912)
|
|
225
|
+
|
|
226
|
+
* 新增入参:JobType, JobDateTime
|
|
227
|
+
|
|
228
|
+
* [UpsertCCRule](https://cloud.tencent.com/document/api/627/97646)
|
|
229
|
+
|
|
230
|
+
* 新增入参:Length
|
|
231
|
+
|
|
232
|
+
|
|
141
233
|
修改数据结构:
|
|
142
234
|
|
|
143
|
-
* [
|
|
235
|
+
* [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
|
|
144
236
|
|
|
145
|
-
*
|
|
237
|
+
* 新增成员:JobType, CronType, JobDateTime, ValidStatus
|
|
238
|
+
|
|
239
|
+
* [CCRuleItem](https://cloud.tencent.com/document/api/627/53609#CCRuleItem)
|
|
240
|
+
|
|
241
|
+
* 新增成员:Length, RuleId, EventId, SessionApplied, CreateTime
|
|
242
|
+
|
|
243
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
|
|
244
|
+
|
|
245
|
+
* 新增成员:FreeDelayFlag
|
|
246
|
+
|
|
247
|
+
* [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
|
|
248
|
+
|
|
249
|
+
* 新增成员:JobType, CronType, JobDateTime
|
|
250
|
+
|
|
251
|
+
* [UserSignatureRule](https://cloud.tencent.com/document/api/627/53609#UserSignatureRule)
|
|
252
|
+
|
|
253
|
+
* 新增成员:RiskLevel
|
|
254
|
+
|
|
255
|
+
* [UserWhiteRule](https://cloud.tencent.com/document/api/627/53609#UserWhiteRule)
|
|
256
|
+
|
|
257
|
+
* 新增成员:MatchParams, SignatureIds, TypeIds, TypeId, Mode, Name, MatchInfo, MatchInfoStr
|
|
258
|
+
|
|
259
|
+
* [UserWhiteRuleItem](https://cloud.tencent.com/document/api/627/53609#UserWhiteRuleItem)
|
|
260
|
+
|
|
261
|
+
* 新增成员:MatchParams
|
|
146
262
|
|
|
147
263
|
|
|
148
264
|
|
|
@@ -5128,6 +5244,25 @@
|
|
|
5128
5244
|
|
|
5129
5245
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
5130
5246
|
|
|
5247
|
+
### 第 71 次发布
|
|
5248
|
+
|
|
5249
|
+
发布时间:2024-07-23 01:04:47
|
|
5250
|
+
|
|
5251
|
+
本次发布包含了以下内容:
|
|
5252
|
+
|
|
5253
|
+
改善已有的文档。
|
|
5254
|
+
|
|
5255
|
+
修改数据结构:
|
|
5256
|
+
|
|
5257
|
+
* [DataDisk](https://cloud.tencent.com/document/api/377/20453#DataDisk)
|
|
5258
|
+
|
|
5259
|
+
* 新增成员:BurstPerformance
|
|
5260
|
+
|
|
5261
|
+
* [InstanceNameSettings](https://cloud.tencent.com/document/api/377/20453#InstanceNameSettings)
|
|
5262
|
+
|
|
5263
|
+
* 新增成员:InstanceNameSuffix
|
|
5264
|
+
|
|
5265
|
+
|
|
5131
5266
|
### 第 70 次发布
|
|
5132
5267
|
|
|
5133
5268
|
发布时间:2024-01-31 01:06:41
|
|
@@ -15418,6 +15553,21 @@
|
|
|
15418
15553
|
|
|
15419
15554
|
## 云联络中心(ccc) 版本:2020-02-10
|
|
15420
15555
|
|
|
15556
|
+
### 第 70 次发布
|
|
15557
|
+
|
|
15558
|
+
发布时间:2024-07-23 01:10:10
|
|
15559
|
+
|
|
15560
|
+
本次发布包含了以下内容:
|
|
15561
|
+
|
|
15562
|
+
改善已有的文档。
|
|
15563
|
+
|
|
15564
|
+
修改数据结构:
|
|
15565
|
+
|
|
15566
|
+
* [SkillGroupInfoItem](https://cloud.tencent.com/document/api/679/47715#SkillGroupInfoItem)
|
|
15567
|
+
|
|
15568
|
+
* 新增成员:Alias
|
|
15569
|
+
|
|
15570
|
+
|
|
15421
15571
|
### 第 69 次发布
|
|
15422
15572
|
|
|
15423
15573
|
发布时间:2024-06-06 01:17:16
|
|
@@ -16673,6 +16823,25 @@
|
|
|
16673
16823
|
|
|
16674
16824
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
16675
16825
|
|
|
16826
|
+
### 第 161 次发布
|
|
16827
|
+
|
|
16828
|
+
发布时间:2024-07-23 01:10:42
|
|
16829
|
+
|
|
16830
|
+
本次发布包含了以下内容:
|
|
16831
|
+
|
|
16832
|
+
改善已有的文档。
|
|
16833
|
+
|
|
16834
|
+
修改接口:
|
|
16835
|
+
|
|
16836
|
+
* [UpgradeDBInstanceEngineVersion](https://cloud.tencent.com/document/api/236/15870)
|
|
16837
|
+
|
|
16838
|
+
* 新增入参:ParamList
|
|
16839
|
+
|
|
16840
|
+
|
|
16841
|
+
新增数据结构:
|
|
16842
|
+
|
|
16843
|
+
* [[UpgradeEngineVersionParams](https://cloud.tencent.com/document/api/236/15878#UpgradeEngineVersionParams)](https://cloud.tencent.com/document/api/236/15878#[UpgradeEngineVersionParams](https://cloud.tencent.com/document/api/236/15878#UpgradeEngineVersionParams))
|
|
16844
|
+
|
|
16676
16845
|
### 第 160 次发布
|
|
16677
16846
|
|
|
16678
16847
|
发布时间:2024-07-08 01:09:08
|
|
@@ -26712,7 +26881,7 @@
|
|
|
26712
26881
|
|
|
26713
26882
|
新增接口:
|
|
26714
26883
|
|
|
26715
|
-
* [
|
|
26884
|
+
* [ModifyRoutineMaintenanceTask](https://cloud.tencent.com/document/api/597/109042)
|
|
26716
26885
|
|
|
26717
26886
|
### 第 105 次发布
|
|
26718
26887
|
|
|
@@ -39269,8 +39438,8 @@
|
|
|
39269
39438
|
|
|
39270
39439
|
新增接口:
|
|
39271
39440
|
|
|
39272
|
-
* [
|
|
39273
|
-
* [
|
|
39441
|
+
* [EnterRescueMode](https://cloud.tencent.com/document/api/213/109044)
|
|
39442
|
+
* [ExitRescueMode](https://cloud.tencent.com/document/api/213/109043)
|
|
39274
39443
|
|
|
39275
39444
|
### 第 127 次发布
|
|
39276
39445
|
|
|
@@ -45287,12 +45456,12 @@
|
|
|
45287
45456
|
|
|
45288
45457
|
新增接口:
|
|
45289
45458
|
|
|
45290
|
-
* [
|
|
45291
|
-
* [
|
|
45459
|
+
* [ExportResourcePackageDeductDetails](https://cloud.tencent.com/document/api/1003/109046)
|
|
45460
|
+
* [ModifyResourcePackagesDeductionPriority](https://cloud.tencent.com/document/api/1003/109045)
|
|
45292
45461
|
|
|
45293
45462
|
新增数据结构:
|
|
45294
45463
|
|
|
45295
|
-
* [
|
|
45464
|
+
* [PackagePriority](https://cloud.tencent.com/document/api/1003/48097#PackagePriority)
|
|
45296
45465
|
|
|
45297
45466
|
### 第 96 次发布
|
|
45298
45467
|
|
|
@@ -62890,6 +63059,18 @@
|
|
|
62890
63059
|
|
|
62891
63060
|
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
62892
63061
|
|
|
63062
|
+
### 第 180 次发布
|
|
63063
|
+
|
|
63064
|
+
发布时间:2024-07-23 01:33:50
|
|
63065
|
+
|
|
63066
|
+
本次发布包含了以下内容:
|
|
63067
|
+
|
|
63068
|
+
改善已有的文档。
|
|
63069
|
+
|
|
63070
|
+
新增接口:
|
|
63071
|
+
|
|
63072
|
+
* [[CreatePartnerAutoSignAuthUrl](https://cloud.tencent.com/document/api/1323/109065)](https://cloud.tencent.com/document/api/#/#)
|
|
63073
|
+
|
|
62893
63074
|
### 第 179 次发布
|
|
62894
63075
|
|
|
62895
63076
|
发布时间:2024-07-12 01:16:02
|
|
@@ -74910,6 +75091,21 @@
|
|
|
74910
75091
|
|
|
74911
75092
|
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
74912
75093
|
|
|
75094
|
+
### 第 13 次发布
|
|
75095
|
+
|
|
75096
|
+
发布时间:2024-07-23 01:37:38
|
|
75097
|
+
|
|
75098
|
+
本次发布包含了以下内容:
|
|
75099
|
+
|
|
75100
|
+
改善已有的文档。
|
|
75101
|
+
|
|
75102
|
+
修改数据结构:
|
|
75103
|
+
|
|
75104
|
+
* [SearchResult](https://cloud.tencent.com/document/api/1729/101838#SearchResult)
|
|
75105
|
+
|
|
75106
|
+
* <font color="#dd0000">**修改成员**:</font>Index
|
|
75107
|
+
|
|
75108
|
+
|
|
74913
75109
|
### 第 12 次发布
|
|
74914
75110
|
|
|
74915
75111
|
发布时间:2024-07-22 01:43:41
|
|
@@ -74929,8 +75125,8 @@
|
|
|
74929
75125
|
|
|
74930
75126
|
新增数据结构:
|
|
74931
75127
|
|
|
74932
|
-
* [
|
|
74933
|
-
* [
|
|
75128
|
+
* [SearchInfo](https://cloud.tencent.com/document/api/1729/101838#SearchInfo)
|
|
75129
|
+
* [SearchResult](https://cloud.tencent.com/document/api/1729/101838#SearchResult)
|
|
74934
75130
|
|
|
74935
75131
|
### 第 11 次发布
|
|
74936
75132
|
|
|
@@ -90606,16 +90802,16 @@
|
|
|
90606
90802
|
|
|
90607
90803
|
新增接口:
|
|
90608
90804
|
|
|
90609
|
-
* [
|
|
90610
|
-
* [
|
|
90611
|
-
* [
|
|
90612
|
-
* [
|
|
90613
|
-
* [
|
|
90614
|
-
* [
|
|
90805
|
+
* [AddL3Conn](https://cloud.tencent.com/document/api/1385/109052)
|
|
90806
|
+
* [DeleteL3Conn](https://cloud.tencent.com/document/api/1385/109051)
|
|
90807
|
+
* [GetL3ConnList](https://cloud.tencent.com/document/api/1385/109050)
|
|
90808
|
+
* [UpdateL3Cidr](https://cloud.tencent.com/document/api/1385/109049)
|
|
90809
|
+
* [UpdateL3Conn](https://cloud.tencent.com/document/api/1385/109048)
|
|
90810
|
+
* [UpdateL3Switch](https://cloud.tencent.com/document/api/1385/109047)
|
|
90615
90811
|
|
|
90616
90812
|
新增数据结构:
|
|
90617
90813
|
|
|
90618
|
-
* [
|
|
90814
|
+
* [L3ConnInfo](https://cloud.tencent.com/document/api/1385/55846#L3ConnInfo)
|
|
90619
90815
|
|
|
90620
90816
|
### 第 20 次发布
|
|
90621
90817
|
|
|
@@ -99166,6 +99362,21 @@
|
|
|
99166
99362
|
|
|
99167
99363
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
99168
99364
|
|
|
99365
|
+
### 第 60 次发布
|
|
99366
|
+
|
|
99367
|
+
发布时间:2024-07-23 01:53:12
|
|
99368
|
+
|
|
99369
|
+
本次发布包含了以下内容:
|
|
99370
|
+
|
|
99371
|
+
改善已有的文档。
|
|
99372
|
+
|
|
99373
|
+
修改数据结构:
|
|
99374
|
+
|
|
99375
|
+
* [RunJobDescription](https://cloud.tencent.com/document/api/849/52010#RunJobDescription)
|
|
99376
|
+
|
|
99377
|
+
* 新增成员:KafkaScanMode
|
|
99378
|
+
|
|
99379
|
+
|
|
99169
99380
|
### 第 59 次发布
|
|
99170
99381
|
|
|
99171
99382
|
发布时间:2024-07-19 02:08:08
|
|
@@ -104723,6 +104934,30 @@
|
|
|
104723
104934
|
|
|
104724
104935
|
## 云数据库 PostgreSQL(postgres) 版本:2017-03-12
|
|
104725
104936
|
|
|
104937
|
+
### 第 44 次发布
|
|
104938
|
+
|
|
104939
|
+
发布时间:2024-07-23 01:55:36
|
|
104940
|
+
|
|
104941
|
+
本次发布包含了以下内容:
|
|
104942
|
+
|
|
104943
|
+
改善已有的文档。
|
|
104944
|
+
|
|
104945
|
+
新增接口:
|
|
104946
|
+
|
|
104947
|
+
* [[CreateAccount](https://cloud.tencent.com/document/api/409/109071)](https://cloud.tencent.com/document/api/#/#)
|
|
104948
|
+
* [[DeleteAccount](https://cloud.tencent.com/document/api/409/109070)](https://cloud.tencent.com/document/api/#/#)
|
|
104949
|
+
* [[DescribeAccountPrivileges](https://cloud.tencent.com/document/api/409/109069)](https://cloud.tencent.com/document/api/#/#)
|
|
104950
|
+
* [[DescribeDatabaseObjects](https://cloud.tencent.com/document/api/409/109072)](https://cloud.tencent.com/document/api/#/#)
|
|
104951
|
+
* [[LockAccount](https://cloud.tencent.com/document/api/409/109068)](https://cloud.tencent.com/document/api/#/#)
|
|
104952
|
+
* [[ModifyAccountPrivileges](https://cloud.tencent.com/document/api/409/109067)](https://cloud.tencent.com/document/api/#/#)
|
|
104953
|
+
* [[UnlockAccount](https://cloud.tencent.com/document/api/409/109066)](https://cloud.tencent.com/document/api/#/#)
|
|
104954
|
+
|
|
104955
|
+
新增数据结构:
|
|
104956
|
+
|
|
104957
|
+
* [[DatabaseObject](https://cloud.tencent.com/document/api/409/16778#DatabaseObject)](https://cloud.tencent.com/document/api/409/16778#[DatabaseObject](https://cloud.tencent.com/document/api/409/16778#DatabaseObject))
|
|
104958
|
+
* [[DatabasePrivilege](https://cloud.tencent.com/document/api/409/16778#DatabasePrivilege)](https://cloud.tencent.com/document/api/409/16778#[DatabasePrivilege](https://cloud.tencent.com/document/api/409/16778#DatabasePrivilege))
|
|
104959
|
+
* [[ModifyPrivilege](https://cloud.tencent.com/document/api/409/16778#ModifyPrivilege)](https://cloud.tencent.com/document/api/409/16778#[ModifyPrivilege](https://cloud.tencent.com/document/api/409/16778#ModifyPrivilege))
|
|
104960
|
+
|
|
104726
104961
|
### 第 43 次发布
|
|
104727
104962
|
|
|
104728
104963
|
发布时间:2024-07-05 01:15:16
|
|
@@ -106397,6 +106632,25 @@
|
|
|
106397
106632
|
|
|
106398
106633
|
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
106399
106634
|
|
|
106635
|
+
### 第 11 次发布
|
|
106636
|
+
|
|
106637
|
+
发布时间:2024-07-23 01:57:03
|
|
106638
|
+
|
|
106639
|
+
本次发布包含了以下内容:
|
|
106640
|
+
|
|
106641
|
+
改善已有的文档。
|
|
106642
|
+
|
|
106643
|
+
新增数据结构:
|
|
106644
|
+
|
|
106645
|
+
* [[DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo)](https://cloud.tencent.com/document/api/1343/52566#[DataAuthorizationInfo](https://cloud.tencent.com/document/api/1343/52566#DataAuthorizationInfo))
|
|
106646
|
+
|
|
106647
|
+
修改数据结构:
|
|
106648
|
+
|
|
106649
|
+
* [InputManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputManageMarketingRisk)
|
|
106650
|
+
|
|
106651
|
+
* 新增成员:DataAuthorization
|
|
106652
|
+
|
|
106653
|
+
|
|
106400
106654
|
### 第 10 次发布
|
|
106401
106655
|
|
|
106402
106656
|
发布时间:2024-05-17 02:07:15
|
|
@@ -120322,6 +120576,21 @@
|
|
|
120322
120576
|
|
|
120323
120577
|
## 容器镜像服务(tcr) 版本:2019-09-24
|
|
120324
120578
|
|
|
120579
|
+
### 第 67 次发布
|
|
120580
|
+
|
|
120581
|
+
发布时间:2024-07-23 02:04:12
|
|
120582
|
+
|
|
120583
|
+
本次发布包含了以下内容:
|
|
120584
|
+
|
|
120585
|
+
改善已有的文档。
|
|
120586
|
+
|
|
120587
|
+
修改接口:
|
|
120588
|
+
|
|
120589
|
+
* [DescribeImageManifests](https://cloud.tencent.com/document/api/1141/43525)
|
|
120590
|
+
|
|
120591
|
+
* 新增出参:Labels, Size
|
|
120592
|
+
|
|
120593
|
+
|
|
120325
120594
|
### 第 66 次发布
|
|
120326
120595
|
|
|
120327
120596
|
发布时间:2024-06-26 01:23:42
|
|
@@ -157526,6 +157795,76 @@
|
|
|
157526
157795
|
|
|
157527
157796
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
157528
157797
|
|
|
157798
|
+
### 第 94 次发布
|
|
157799
|
+
|
|
157800
|
+
发布时间:2024-07-23 02:21:00
|
|
157801
|
+
|
|
157802
|
+
本次发布包含了以下内容:
|
|
157803
|
+
|
|
157804
|
+
改善已有的文档。
|
|
157805
|
+
|
|
157806
|
+
修改接口:
|
|
157807
|
+
|
|
157808
|
+
* [AddAttackWhiteRule](https://cloud.tencent.com/document/api/627/100203)
|
|
157809
|
+
|
|
157810
|
+
* 新增入参:TypeIds, Mode, Name
|
|
157811
|
+
|
|
157812
|
+
* [CreateIpAccessControl](https://cloud.tencent.com/document/api/627/105915)
|
|
157813
|
+
|
|
157814
|
+
* 新增入参:JobType, JobDateTime
|
|
157815
|
+
|
|
157816
|
+
* [DescribeInstances](https://cloud.tencent.com/document/api/627/75922)
|
|
157817
|
+
|
|
157818
|
+
* 新增入参:FreeDelayFlag
|
|
157819
|
+
|
|
157820
|
+
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
157821
|
+
|
|
157822
|
+
* 新增入参:TimerType
|
|
157823
|
+
|
|
157824
|
+
* [ModifyAttackWhiteRule](https://cloud.tencent.com/document/api/627/100200)
|
|
157825
|
+
|
|
157826
|
+
* 新增入参:TypeIds, Mode, Name
|
|
157827
|
+
|
|
157828
|
+
* [ModifyIpAccessControl](https://cloud.tencent.com/document/api/627/105912)
|
|
157829
|
+
|
|
157830
|
+
* 新增入参:JobType, JobDateTime
|
|
157831
|
+
|
|
157832
|
+
* [UpsertCCRule](https://cloud.tencent.com/document/api/627/97646)
|
|
157833
|
+
|
|
157834
|
+
* 新增入参:Length
|
|
157835
|
+
|
|
157836
|
+
|
|
157837
|
+
修改数据结构:
|
|
157838
|
+
|
|
157839
|
+
* [BatchIpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#BatchIpAccessControlItem)
|
|
157840
|
+
|
|
157841
|
+
* 新增成员:JobType, CronType, JobDateTime, ValidStatus
|
|
157842
|
+
|
|
157843
|
+
* [CCRuleItem](https://cloud.tencent.com/document/api/627/53609#CCRuleItem)
|
|
157844
|
+
|
|
157845
|
+
* 新增成员:Length, RuleId, EventId, SessionApplied, CreateTime
|
|
157846
|
+
|
|
157847
|
+
* [InstanceInfo](https://cloud.tencent.com/document/api/627/53609#InstanceInfo)
|
|
157848
|
+
|
|
157849
|
+
* 新增成员:FreeDelayFlag
|
|
157850
|
+
|
|
157851
|
+
* [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
|
|
157852
|
+
|
|
157853
|
+
* 新增成员:JobType, CronType, JobDateTime
|
|
157854
|
+
|
|
157855
|
+
* [UserSignatureRule](https://cloud.tencent.com/document/api/627/53609#UserSignatureRule)
|
|
157856
|
+
|
|
157857
|
+
* 新增成员:RiskLevel
|
|
157858
|
+
|
|
157859
|
+
* [UserWhiteRule](https://cloud.tencent.com/document/api/627/53609#UserWhiteRule)
|
|
157860
|
+
|
|
157861
|
+
* 新增成员:MatchParams, SignatureIds, TypeIds, TypeId, Mode, Name, MatchInfo, MatchInfoStr
|
|
157862
|
+
|
|
157863
|
+
* [UserWhiteRuleItem](https://cloud.tencent.com/document/api/627/53609#UserWhiteRuleItem)
|
|
157864
|
+
|
|
157865
|
+
* 新增成员:MatchParams
|
|
157866
|
+
|
|
157867
|
+
|
|
157529
157868
|
### 第 93 次发布
|
|
157530
157869
|
|
|
157531
157870
|
发布时间:2024-07-04 01:27:42
|