tencentcloud-sdk-nodejs 4.0.330 → 4.0.331
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 +349 -0
- package/SERVICE_CHANGELOG.md +597 -23
- package/package.json +1 -1
- package/products.md +20 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +5 -5
- package/src/services/apigateway/v20180808/apigateway_models.ts +116 -86
- package/src/services/car/index.ts +5 -0
- package/src/services/car/v20220110/car_client.ts +67 -0
- package/src/services/car/v20220110/car_models.ts +106 -0
- package/src/services/car/v20220110/index.ts +6 -0
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/cdn/v20180606/cdn_client.ts +3 -1
- package/src/services/cdn/v20180606/cdn_models.ts +67 -9
- package/src/services/ckafka/v20190819/ckafka_models.ts +12 -2
- package/src/services/cls/v20201016/cls_models.ts +12 -0
- package/src/services/cvm/v20170312/cvm_models.ts +17 -0
- package/src/services/dbbrain/v20210527/dbbrain_client.ts +145 -34
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +646 -91
- package/src/services/dlc/v20210125/dlc_models.ts +24 -1
- package/src/services/domain/v20180808/domain_client.ts +15 -2
- package/src/services/domain/v20180808/domain_models.ts +202 -30
- package/src/services/ess/v20201111/ess_models.ts +4 -3
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/index.ts +1 -0
- package/src/services/mongodb/v20190725/mongodb_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +11 -6
- package/src/services/rce/v20201103/rce_models.ts +11 -0
- package/src/services/redis/v20180412/redis_client.ts +37 -13
- package/src/services/redis/v20180412/redis_models.ts +113 -53
- package/src/services/vod/v20180717/vod_models.ts +22 -2
- package/src/services/waf/v20180125/waf_client.ts +14 -0
- package/src/services/waf/v20180125/waf_models.ts +73 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +5 -5
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +5 -5
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +110 -86
- package/tencentcloud/services/car/index.d.ts +6 -0
- package/tencentcloud/services/car/index.js +7 -0
- package/tencentcloud/services/car/v20220110/car_client.d.ts +22 -0
- package/tencentcloud/services/car/v20220110/car_client.js +49 -0
- package/tencentcloud/services/car/v20220110/car_models.d.ts +78 -0
- package/tencentcloud/services/car/v20220110/car_models.js +18 -0
- package/tencentcloud/services/car/v20220110/index.d.ts +6 -0
- package/tencentcloud/services/car/v20220110/index.js +9 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +57 -8
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +10 -2
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -0
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +14 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +47 -11
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +69 -15
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +534 -69
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +20 -1
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +5 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +6 -0
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +179 -30
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +3 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -5
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +9 -0
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +13 -5
- package/tencentcloud/services/redis/v20180412/redis_client.js +18 -6
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +96 -44
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +18 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +62 -2
- package/test/car.v20220110.test.js +51 -0
- package/test/dbbrain.v20210527.test.js +100 -10
- package/test/domain.v20180808.test.js +10 -0
- package/test/redis.v20180412.test.js +24 -4
- package/test/waf.v20180125.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
## API网关(apigateway) 版本:2018-08-08
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 30 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-04-
|
|
7
|
+
发布时间:2022-04-21 06:05:25
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
@@ -12,25 +12,121 @@
|
|
|
12
12
|
|
|
13
13
|
修改接口:
|
|
14
14
|
|
|
15
|
-
* [
|
|
15
|
+
* [CreatePlugin](https://cloud.tencent.com/document/api/628/58234)
|
|
16
|
+
|
|
17
|
+
* 新增入参:Tags
|
|
18
|
+
|
|
19
|
+
* [CreateUpstream](https://cloud.tencent.com/document/api/628/70414)
|
|
20
|
+
|
|
21
|
+
* 新增入参:UpstreamType, Tags, HealthChecker
|
|
22
|
+
|
|
23
|
+
* [ModifyUpstream](https://cloud.tencent.com/document/api/628/70410)
|
|
24
|
+
|
|
25
|
+
* 新增入参:UpstreamType, HealthChecker
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
## 应用云渲染(car) 版本:2022-01-10
|
|
31
|
+
|
|
32
|
+
### 第 2 次发布
|
|
33
|
+
|
|
34
|
+
发布时间:2022-04-21 06:07:22
|
|
35
|
+
|
|
36
|
+
本次发布包含了以下内容:
|
|
37
|
+
|
|
38
|
+
改善已有的文档。
|
|
39
|
+
|
|
40
|
+
新增接口:
|
|
41
|
+
|
|
42
|
+
* [ApplyConcurrent](https://cloud.tencent.com/document/api/1547/72827)
|
|
43
|
+
* [CreateSession](https://cloud.tencent.com/document/api/1547/72826)
|
|
44
|
+
|
|
45
|
+
### 第 1 次发布
|
|
46
|
+
|
|
47
|
+
发布时间:2022-04-20 16:44:47
|
|
48
|
+
|
|
49
|
+
本次发布包含了以下内容:
|
|
50
|
+
|
|
51
|
+
改善已有的文档。
|
|
52
|
+
|
|
53
|
+
新增接口:
|
|
54
|
+
|
|
55
|
+
* [DestroySession](https://cloud.tencent.com/document/api/1547/72812)
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
## 内容分发网络(cdn) 版本:2018-06-06
|
|
60
|
+
|
|
61
|
+
### 第 100 次发布
|
|
62
|
+
|
|
63
|
+
发布时间:2022-04-21 06:07:58
|
|
64
|
+
|
|
65
|
+
本次发布包含了以下内容:
|
|
66
|
+
|
|
67
|
+
改善已有的文档。
|
|
68
|
+
|
|
69
|
+
修改接口:
|
|
70
|
+
|
|
71
|
+
* [DescribeBillingData](https://cloud.tencent.com/document/api/228/41237)
|
|
72
|
+
|
|
73
|
+
* 新增入参:TimeZone
|
|
74
|
+
|
|
75
|
+
* [DescribeCdnData](https://cloud.tencent.com/document/api/228/30986)
|
|
76
|
+
|
|
77
|
+
* 新增入参:TimeZone
|
|
78
|
+
|
|
79
|
+
* [DescribeOriginData](https://cloud.tencent.com/document/api/228/30984)
|
|
80
|
+
|
|
81
|
+
* 新增入参:TimeZone
|
|
82
|
+
|
|
83
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
84
|
+
|
|
85
|
+
* 新增入参:PostMaxSize
|
|
16
86
|
|
|
17
|
-
* 新增入参:Owner
|
|
18
87
|
|
|
88
|
+
新增数据结构:
|
|
89
|
+
|
|
90
|
+
* [CacheConfig](https://cloud.tencent.com/document/api/228/30987#CacheConfig)
|
|
91
|
+
* [HeuristicCache](https://cloud.tencent.com/document/api/228/30987#HeuristicCache)
|
|
19
92
|
|
|
20
93
|
修改数据结构:
|
|
21
94
|
|
|
22
|
-
* [
|
|
95
|
+
* [CacheConfigFollowOrigin](https://cloud.tencent.com/document/api/228/30987#CacheConfigFollowOrigin)
|
|
23
96
|
|
|
24
|
-
* 新增成员:
|
|
97
|
+
* 新增成员:HeuristicCache
|
|
25
98
|
|
|
26
99
|
|
|
27
100
|
|
|
28
101
|
|
|
29
|
-
##
|
|
102
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
30
103
|
|
|
31
|
-
### 第
|
|
104
|
+
### 第 39 次发布
|
|
32
105
|
|
|
33
|
-
发布时间:2022-04-
|
|
106
|
+
发布时间:2022-04-21 06:08:41
|
|
107
|
+
|
|
108
|
+
本次发布包含了以下内容:
|
|
109
|
+
|
|
110
|
+
改善已有的文档。
|
|
111
|
+
|
|
112
|
+
修改接口:
|
|
113
|
+
|
|
114
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/597/40851)
|
|
115
|
+
|
|
116
|
+
* 新增入参:MaxMessageBytes
|
|
117
|
+
|
|
118
|
+
* [DescribeInstancesDetail](https://cloud.tencent.com/document/api/597/40834)
|
|
119
|
+
|
|
120
|
+
* 新增入参:InstanceIdList
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
126
|
+
|
|
127
|
+
### 第 20 次发布
|
|
128
|
+
|
|
129
|
+
发布时间:2022-04-21 06:09:08
|
|
34
130
|
|
|
35
131
|
本次发布包含了以下内容:
|
|
36
132
|
|
|
@@ -38,34 +134,216 @@
|
|
|
38
134
|
|
|
39
135
|
修改数据结构:
|
|
40
136
|
|
|
41
|
-
* [
|
|
137
|
+
* [LogContextInfo](https://cloud.tencent.com/document/api/614/56471#LogContextInfo)
|
|
42
138
|
|
|
43
|
-
* 新增成员:
|
|
139
|
+
* 新增成员:HostName
|
|
44
140
|
|
|
45
|
-
* [
|
|
141
|
+
* [LogInfo](https://cloud.tencent.com/document/api/614/56471#LogInfo)
|
|
46
142
|
|
|
47
|
-
* 新增成员:
|
|
143
|
+
* 新增成员:HostName
|
|
48
144
|
|
|
49
|
-
* [AbnormalProcessEventInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventInfo)
|
|
50
145
|
|
|
51
|
-
* 新增成员:MatchGroupName, MatchRuleLevel
|
|
52
146
|
|
|
53
|
-
* [AbnormalProcessSystemChildRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessSystemChildRuleInfo)
|
|
54
147
|
|
|
55
|
-
|
|
148
|
+
## 云服务器(cvm) 版本:2017-03-12
|
|
56
149
|
|
|
57
|
-
|
|
150
|
+
### 第 80 次发布
|
|
58
151
|
|
|
59
|
-
|
|
152
|
+
发布时间:2022-04-21 06:09:51
|
|
60
153
|
|
|
61
|
-
|
|
154
|
+
本次发布包含了以下内容:
|
|
62
155
|
|
|
63
|
-
|
|
156
|
+
改善已有的文档。
|
|
64
157
|
|
|
65
|
-
|
|
158
|
+
修改接口:
|
|
66
159
|
|
|
67
|
-
|
|
160
|
+
* [DeleteImages](https://cloud.tencent.com/document/api/213/15716)
|
|
161
|
+
|
|
162
|
+
* 新增入参:DeleteBindedSnap, DryRun
|
|
163
|
+
|
|
164
|
+
* [SyncImages](https://cloud.tencent.com/document/api/213/15711)
|
|
165
|
+
|
|
166
|
+
* 新增入参:DryRun
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
172
|
+
|
|
173
|
+
### 第 9 次发布
|
|
174
|
+
|
|
175
|
+
发布时间:2022-04-21 06:10:54
|
|
176
|
+
|
|
177
|
+
本次发布包含了以下内容:
|
|
178
|
+
|
|
179
|
+
改善已有的文档。
|
|
180
|
+
|
|
181
|
+
新增接口:
|
|
182
|
+
|
|
183
|
+
* [CancelKillTask](https://cloud.tencent.com/document/api/1130/72836)
|
|
184
|
+
* [CreateSqlFilter](https://cloud.tencent.com/document/api/1130/72835)
|
|
185
|
+
* [DeleteSqlFilters](https://cloud.tencent.com/document/api/1130/72834)
|
|
186
|
+
* [DescribeNoPrimaryKeyTables](https://cloud.tencent.com/document/api/1130/72833)
|
|
187
|
+
* [DescribeRedisTopBigKeys](https://cloud.tencent.com/document/api/1130/72832)
|
|
188
|
+
* [DescribeSqlFilters](https://cloud.tencent.com/document/api/1130/72831)
|
|
189
|
+
* [DescribeSqlTemplate](https://cloud.tencent.com/document/api/1130/72830)
|
|
190
|
+
* [ModifySqlFilters](https://cloud.tencent.com/document/api/1130/72829)
|
|
191
|
+
* [VerifyUserAccount](https://cloud.tencent.com/document/api/1130/72828)
|
|
192
|
+
|
|
193
|
+
新增数据结构:
|
|
194
|
+
|
|
195
|
+
* [RedisKeySpaceData](https://cloud.tencent.com/document/api/1130/57812#RedisKeySpaceData)
|
|
196
|
+
* [SQLFilter](https://cloud.tencent.com/document/api/1130/57812#SQLFilter)
|
|
197
|
+
* [Table](https://cloud.tencent.com/document/api/1130/57812#Table)
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
## 数据库智能管家 DBbrain(dbbrain) 版本:2019-10-16
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
206
|
+
|
|
207
|
+
### 第 13 次发布
|
|
208
|
+
|
|
209
|
+
发布时间:2022-04-21 06:11:18
|
|
210
|
+
|
|
211
|
+
本次发布包含了以下内容:
|
|
212
|
+
|
|
213
|
+
改善已有的文档。
|
|
214
|
+
|
|
215
|
+
修改接口:
|
|
216
|
+
|
|
217
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1342/58465)
|
|
218
|
+
|
|
219
|
+
* 新增入参:UserAlias
|
|
220
|
+
|
|
221
|
+
|
|
222
|
+
修改数据结构:
|
|
223
|
+
|
|
224
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
225
|
+
|
|
226
|
+
* 新增成员:UserAlias
|
|
227
|
+
|
|
228
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1342/53778#UserInfo)
|
|
229
|
+
|
|
230
|
+
* 新增成员:UserAlias
|
|
231
|
+
|
|
232
|
+
* [UserMessage](https://cloud.tencent.com/document/api/1342/53778#UserMessage)
|
|
233
|
+
|
|
234
|
+
* 新增成员:UserAlias
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
## 域名注册(domain) 版本:2018-08-08
|
|
240
|
+
|
|
241
|
+
### 第 19 次发布
|
|
242
|
+
|
|
243
|
+
发布时间:2022-04-21 06:11:32
|
|
244
|
+
|
|
245
|
+
本次发布包含了以下内容:
|
|
246
|
+
|
|
247
|
+
改善已有的文档。
|
|
248
|
+
|
|
249
|
+
新增接口:
|
|
250
|
+
|
|
251
|
+
* [DescribeDomainSimpleInfo](https://cloud.tencent.com/document/api/242/72837)
|
|
252
|
+
|
|
253
|
+
新增数据结构:
|
|
254
|
+
|
|
255
|
+
* [DomainSimpleInfo](https://cloud.tencent.com/document/api/242/38895#DomainSimpleInfo)
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
260
|
+
|
|
261
|
+
### 第 6 次发布
|
|
262
|
+
|
|
263
|
+
发布时间:2022-04-21 06:16:10
|
|
264
|
+
|
|
265
|
+
本次发布包含了以下内容:
|
|
266
|
+
|
|
267
|
+
改善已有的文档。
|
|
268
|
+
|
|
269
|
+
修改数据结构:
|
|
270
|
+
|
|
271
|
+
* [InputManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputManageMarketingRisk)
|
|
272
|
+
|
|
273
|
+
* 新增成员:Platform
|
|
274
|
+
|
|
275
|
+
* [OutputManageMarketingRiskValue](https://cloud.tencent.com/document/api/1343/52566#OutputManageMarketingRiskValue)
|
|
276
|
+
|
|
277
|
+
* 新增成员:ConstId
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
283
|
+
|
|
284
|
+
### 第 43 次发布
|
|
285
|
+
|
|
286
|
+
发布时间:2022-04-21 06:16:12
|
|
287
|
+
|
|
288
|
+
本次发布包含了以下内容:
|
|
289
|
+
|
|
290
|
+
改善已有的文档。
|
|
291
|
+
|
|
292
|
+
新增接口:
|
|
293
|
+
|
|
294
|
+
* [AllocateWanAddress](https://cloud.tencent.com/document/api/239/72839)
|
|
295
|
+
* [ReleaseWanAddress](https://cloud.tencent.com/document/api/239/72838)
|
|
296
|
+
|
|
297
|
+
|
|
298
|
+
|
|
299
|
+
## 云点播(vod) 版本:2018-07-17
|
|
300
|
+
|
|
301
|
+
### 第 101 次发布
|
|
302
|
+
|
|
303
|
+
发布时间:2022-04-21 06:20:00
|
|
304
|
+
|
|
305
|
+
本次发布包含了以下内容:
|
|
306
|
+
|
|
307
|
+
改善已有的文档。
|
|
308
|
+
|
|
309
|
+
修改数据结构:
|
|
310
|
+
|
|
311
|
+
* [DrmStreamingsInfo](https://cloud.tencent.com/document/api/266/31773#DrmStreamingsInfo)
|
|
312
|
+
|
|
313
|
+
* 新增成员:WidevineDefinition, FairPlayDefinition
|
|
314
|
+
|
|
315
|
+
* [DrmStreamingsInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#DrmStreamingsInfoForUpdate)
|
|
316
|
+
|
|
317
|
+
* 新增成员:WidevineDefinition, FairPlayDefinition
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
|
|
322
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
323
|
+
|
|
324
|
+
### 第 8 次发布
|
|
325
|
+
|
|
326
|
+
发布时间:2022-04-21 06:21:00
|
|
327
|
+
|
|
328
|
+
本次发布包含了以下内容:
|
|
329
|
+
|
|
330
|
+
改善已有的文档。
|
|
331
|
+
|
|
332
|
+
新增接口:
|
|
333
|
+
|
|
334
|
+
* [DescribeDomains](https://cloud.tencent.com/document/api/627/72840)
|
|
335
|
+
|
|
336
|
+
修改接口:
|
|
68
337
|
|
|
338
|
+
* [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
|
|
339
|
+
|
|
340
|
+
* 新增入参:Weights
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
新增数据结构:
|
|
344
|
+
|
|
345
|
+
* [DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)
|
|
346
|
+
* [FiltersItemNew](https://cloud.tencent.com/document/api/627/53609#FiltersItemNew)
|
|
69
347
|
|
|
70
348
|
|
|
71
349
|
|
|
@@ -2142,6 +2420,29 @@
|
|
|
2142
2420
|
|
|
2143
2421
|
## API网关(apigateway) 版本:2018-08-08
|
|
2144
2422
|
|
|
2423
|
+
### 第 30 次发布
|
|
2424
|
+
|
|
2425
|
+
发布时间:2022-04-21 06:05:25
|
|
2426
|
+
|
|
2427
|
+
本次发布包含了以下内容:
|
|
2428
|
+
|
|
2429
|
+
改善已有的文档。
|
|
2430
|
+
|
|
2431
|
+
修改接口:
|
|
2432
|
+
|
|
2433
|
+
* [CreatePlugin](https://cloud.tencent.com/document/api/628/58234)
|
|
2434
|
+
|
|
2435
|
+
* 新增入参:Tags
|
|
2436
|
+
|
|
2437
|
+
* [CreateUpstream](https://cloud.tencent.com/document/api/628/70414)
|
|
2438
|
+
|
|
2439
|
+
* 新增入参:UpstreamType, Tags, HealthChecker
|
|
2440
|
+
|
|
2441
|
+
* [ModifyUpstream](https://cloud.tencent.com/document/api/628/70410)
|
|
2442
|
+
|
|
2443
|
+
* 新增入参:UpstreamType, HealthChecker
|
|
2444
|
+
|
|
2445
|
+
|
|
2145
2446
|
### 第 29 次发布
|
|
2146
2447
|
|
|
2147
2448
|
发布时间:2022-04-20 06:02:43
|
|
@@ -8503,6 +8804,36 @@
|
|
|
8503
8804
|
|
|
8504
8805
|
|
|
8505
8806
|
|
|
8807
|
+
## 应用云渲染(car) 版本:2022-01-10
|
|
8808
|
+
|
|
8809
|
+
### 第 2 次发布
|
|
8810
|
+
|
|
8811
|
+
发布时间:2022-04-21 06:07:22
|
|
8812
|
+
|
|
8813
|
+
本次发布包含了以下内容:
|
|
8814
|
+
|
|
8815
|
+
改善已有的文档。
|
|
8816
|
+
|
|
8817
|
+
新增接口:
|
|
8818
|
+
|
|
8819
|
+
* [[ApplyConcurrent](https://cloud.tencent.com/document/api/1547/72827)](https://cloud.tencent.com/document/api/#/#)
|
|
8820
|
+
* [[CreateSession](https://cloud.tencent.com/document/api/1547/72826)](https://cloud.tencent.com/document/api/#/#)
|
|
8821
|
+
|
|
8822
|
+
### 第 1 次发布
|
|
8823
|
+
|
|
8824
|
+
发布时间:2022-04-20 16:44:47
|
|
8825
|
+
|
|
8826
|
+
本次发布包含了以下内容:
|
|
8827
|
+
|
|
8828
|
+
改善已有的文档。
|
|
8829
|
+
|
|
8830
|
+
新增接口:
|
|
8831
|
+
|
|
8832
|
+
* [[DestroySession](https://cloud.tencent.com/document/api/1547/72812)](https://cloud.tencent.com/document/api/#/#)
|
|
8833
|
+
|
|
8834
|
+
|
|
8835
|
+
|
|
8836
|
+
|
|
8506
8837
|
## 云数据加密代理网关(casb) 版本:2020-05-07
|
|
8507
8838
|
|
|
8508
8839
|
### 第 1 次发布
|
|
@@ -11885,6 +12216,45 @@
|
|
|
11885
12216
|
|
|
11886
12217
|
## 内容分发网络(cdn) 版本:2018-06-06
|
|
11887
12218
|
|
|
12219
|
+
### 第 100 次发布
|
|
12220
|
+
|
|
12221
|
+
发布时间:2022-04-21 06:07:58
|
|
12222
|
+
|
|
12223
|
+
本次发布包含了以下内容:
|
|
12224
|
+
|
|
12225
|
+
改善已有的文档。
|
|
12226
|
+
|
|
12227
|
+
修改接口:
|
|
12228
|
+
|
|
12229
|
+
* [DescribeBillingData](https://cloud.tencent.com/document/api/228/41237)
|
|
12230
|
+
|
|
12231
|
+
* 新增入参:TimeZone
|
|
12232
|
+
|
|
12233
|
+
* [DescribeCdnData](https://cloud.tencent.com/document/api/228/30986)
|
|
12234
|
+
|
|
12235
|
+
* 新增入参:TimeZone
|
|
12236
|
+
|
|
12237
|
+
* [DescribeOriginData](https://cloud.tencent.com/document/api/228/30984)
|
|
12238
|
+
|
|
12239
|
+
* 新增入参:TimeZone
|
|
12240
|
+
|
|
12241
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
12242
|
+
|
|
12243
|
+
* 新增入参:PostMaxSize
|
|
12244
|
+
|
|
12245
|
+
|
|
12246
|
+
新增数据结构:
|
|
12247
|
+
|
|
12248
|
+
* [[CacheConfig](https://cloud.tencent.com/document/api/228/30987#CacheConfig)](https://cloud.tencent.com/document/api/228/30987#[CacheConfig](https://cloud.tencent.com/document/api/228/30987#CacheConfig))
|
|
12249
|
+
* [[HeuristicCache](https://cloud.tencent.com/document/api/228/30987#HeuristicCache)](https://cloud.tencent.com/document/api/228/30987#[HeuristicCache](https://cloud.tencent.com/document/api/228/30987#HeuristicCache))
|
|
12250
|
+
|
|
12251
|
+
修改数据结构:
|
|
12252
|
+
|
|
12253
|
+
* [CacheConfigFollowOrigin](https://cloud.tencent.com/document/api/228/30987#CacheConfigFollowOrigin)
|
|
12254
|
+
|
|
12255
|
+
* 新增成员:HeuristicCache
|
|
12256
|
+
|
|
12257
|
+
|
|
11888
12258
|
### 第 99 次发布
|
|
11889
12259
|
|
|
11890
12260
|
发布时间:2022-04-18 06:07:58
|
|
@@ -15374,6 +15744,25 @@
|
|
|
15374
15744
|
|
|
15375
15745
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
15376
15746
|
|
|
15747
|
+
### 第 39 次发布
|
|
15748
|
+
|
|
15749
|
+
发布时间:2022-04-21 06:08:41
|
|
15750
|
+
|
|
15751
|
+
本次发布包含了以下内容:
|
|
15752
|
+
|
|
15753
|
+
改善已有的文档。
|
|
15754
|
+
|
|
15755
|
+
修改接口:
|
|
15756
|
+
|
|
15757
|
+
* [CreateTopic](https://cloud.tencent.com/document/api/597/40851)
|
|
15758
|
+
|
|
15759
|
+
* 新增入参:MaxMessageBytes
|
|
15760
|
+
|
|
15761
|
+
* [DescribeInstancesDetail](https://cloud.tencent.com/document/api/597/40834)
|
|
15762
|
+
|
|
15763
|
+
* 新增入参:InstanceIdList
|
|
15764
|
+
|
|
15765
|
+
|
|
15377
15766
|
### 第 38 次发布
|
|
15378
15767
|
|
|
15379
15768
|
发布时间:2022-03-17 08:03:56
|
|
@@ -17939,6 +18328,25 @@
|
|
|
17939
18328
|
|
|
17940
18329
|
## 日志服务(cls) 版本:2020-10-16
|
|
17941
18330
|
|
|
18331
|
+
### 第 20 次发布
|
|
18332
|
+
|
|
18333
|
+
发布时间:2022-04-21 06:09:08
|
|
18334
|
+
|
|
18335
|
+
本次发布包含了以下内容:
|
|
18336
|
+
|
|
18337
|
+
改善已有的文档。
|
|
18338
|
+
|
|
18339
|
+
修改数据结构:
|
|
18340
|
+
|
|
18341
|
+
* [LogContextInfo](https://cloud.tencent.com/document/api/614/56471#LogContextInfo)
|
|
18342
|
+
|
|
18343
|
+
* 新增成员:HostName
|
|
18344
|
+
|
|
18345
|
+
* [LogInfo](https://cloud.tencent.com/document/api/614/56471#LogInfo)
|
|
18346
|
+
|
|
18347
|
+
* 新增成员:HostName
|
|
18348
|
+
|
|
18349
|
+
|
|
17942
18350
|
### 第 19 次发布
|
|
17943
18351
|
|
|
17944
18352
|
发布时间:2022-04-12 06:09:41
|
|
@@ -21701,6 +22109,25 @@
|
|
|
21701
22109
|
|
|
21702
22110
|
## 云服务器(cvm) 版本:2017-03-12
|
|
21703
22111
|
|
|
22112
|
+
### 第 80 次发布
|
|
22113
|
+
|
|
22114
|
+
发布时间:2022-04-21 06:09:51
|
|
22115
|
+
|
|
22116
|
+
本次发布包含了以下内容:
|
|
22117
|
+
|
|
22118
|
+
改善已有的文档。
|
|
22119
|
+
|
|
22120
|
+
修改接口:
|
|
22121
|
+
|
|
22122
|
+
* [DeleteImages](https://cloud.tencent.com/document/api/213/15716)
|
|
22123
|
+
|
|
22124
|
+
* 新增入参:DeleteBindedSnap, DryRun
|
|
22125
|
+
|
|
22126
|
+
* [SyncImages](https://cloud.tencent.com/document/api/213/15711)
|
|
22127
|
+
|
|
22128
|
+
* 新增入参:DryRun
|
|
22129
|
+
|
|
22130
|
+
|
|
21704
22131
|
### 第 79 次发布
|
|
21705
22132
|
|
|
21706
22133
|
发布时间:2022-04-15 06:05:33
|
|
@@ -25867,6 +26294,32 @@
|
|
|
25867
26294
|
|
|
25868
26295
|
## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27
|
|
25869
26296
|
|
|
26297
|
+
### 第 9 次发布
|
|
26298
|
+
|
|
26299
|
+
发布时间:2022-04-21 06:10:54
|
|
26300
|
+
|
|
26301
|
+
本次发布包含了以下内容:
|
|
26302
|
+
|
|
26303
|
+
改善已有的文档。
|
|
26304
|
+
|
|
26305
|
+
新增接口:
|
|
26306
|
+
|
|
26307
|
+
* [[CancelKillTask](https://cloud.tencent.com/document/api/1130/72836)](https://cloud.tencent.com/document/api/#/#)
|
|
26308
|
+
* [[CreateSqlFilter](https://cloud.tencent.com/document/api/1130/72835)](https://cloud.tencent.com/document/api/#/#)
|
|
26309
|
+
* [[DeleteSqlFilters](https://cloud.tencent.com/document/api/1130/72834)](https://cloud.tencent.com/document/api/#/#)
|
|
26310
|
+
* [[DescribeNoPrimaryKeyTables](https://cloud.tencent.com/document/api/1130/72833)](https://cloud.tencent.com/document/api/#/#)
|
|
26311
|
+
* [[DescribeRedisTopBigKeys](https://cloud.tencent.com/document/api/1130/72832)](https://cloud.tencent.com/document/api/#/#)
|
|
26312
|
+
* [[DescribeSqlFilters](https://cloud.tencent.com/document/api/1130/72831)](https://cloud.tencent.com/document/api/#/#)
|
|
26313
|
+
* [[DescribeSqlTemplate](https://cloud.tencent.com/document/api/1130/72830)](https://cloud.tencent.com/document/api/#/#)
|
|
26314
|
+
* [[ModifySqlFilters](https://cloud.tencent.com/document/api/1130/72829)](https://cloud.tencent.com/document/api/#/#)
|
|
26315
|
+
* [[VerifyUserAccount](https://cloud.tencent.com/document/api/1130/72828)](https://cloud.tencent.com/document/api/#/#)
|
|
26316
|
+
|
|
26317
|
+
新增数据结构:
|
|
26318
|
+
|
|
26319
|
+
* [[RedisKeySpaceData](https://cloud.tencent.com/document/api/1130/57812#RedisKeySpaceData)](https://cloud.tencent.com/document/api/1130/57812#[RedisKeySpaceData](https://cloud.tencent.com/document/api/1130/57812#RedisKeySpaceData))
|
|
26320
|
+
* [[SQLFilter](https://cloud.tencent.com/document/api/1130/57812#SQLFilter)](https://cloud.tencent.com/document/api/1130/57812#[SQLFilter](https://cloud.tencent.com/document/api/1130/57812#SQLFilter))
|
|
26321
|
+
* [[Table](https://cloud.tencent.com/document/api/1130/57812#Table)](https://cloud.tencent.com/document/api/1130/57812#[Table](https://cloud.tencent.com/document/api/1130/57812#Table))
|
|
26322
|
+
|
|
25870
26323
|
### 第 8 次发布
|
|
25871
26324
|
|
|
25872
26325
|
发布时间:2022-03-03 08:04:55
|
|
@@ -27236,6 +27689,36 @@
|
|
|
27236
27689
|
|
|
27237
27690
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
27238
27691
|
|
|
27692
|
+
### 第 13 次发布
|
|
27693
|
+
|
|
27694
|
+
发布时间:2022-04-21 06:11:18
|
|
27695
|
+
|
|
27696
|
+
本次发布包含了以下内容:
|
|
27697
|
+
|
|
27698
|
+
改善已有的文档。
|
|
27699
|
+
|
|
27700
|
+
修改接口:
|
|
27701
|
+
|
|
27702
|
+
* [CreateUser](https://cloud.tencent.com/document/api/1342/58465)
|
|
27703
|
+
|
|
27704
|
+
* 新增入参:UserAlias
|
|
27705
|
+
|
|
27706
|
+
|
|
27707
|
+
修改数据结构:
|
|
27708
|
+
|
|
27709
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
27710
|
+
|
|
27711
|
+
* 新增成员:UserAlias
|
|
27712
|
+
|
|
27713
|
+
* [UserInfo](https://cloud.tencent.com/document/api/1342/53778#UserInfo)
|
|
27714
|
+
|
|
27715
|
+
* 新增成员:UserAlias
|
|
27716
|
+
|
|
27717
|
+
* [UserMessage](https://cloud.tencent.com/document/api/1342/53778#UserMessage)
|
|
27718
|
+
|
|
27719
|
+
* 新增成员:UserAlias
|
|
27720
|
+
|
|
27721
|
+
|
|
27239
27722
|
### 第 12 次发布
|
|
27240
27723
|
|
|
27241
27724
|
发布时间:2022-03-22 08:08:11
|
|
@@ -27683,6 +28166,22 @@
|
|
|
27683
28166
|
|
|
27684
28167
|
## 域名注册(domain) 版本:2018-08-08
|
|
27685
28168
|
|
|
28169
|
+
### 第 19 次发布
|
|
28170
|
+
|
|
28171
|
+
发布时间:2022-04-21 06:11:32
|
|
28172
|
+
|
|
28173
|
+
本次发布包含了以下内容:
|
|
28174
|
+
|
|
28175
|
+
改善已有的文档。
|
|
28176
|
+
|
|
28177
|
+
新增接口:
|
|
28178
|
+
|
|
28179
|
+
* [[DescribeDomainSimpleInfo](https://cloud.tencent.com/document/api/242/72837)](https://cloud.tencent.com/document/api/#/#)
|
|
28180
|
+
|
|
28181
|
+
新增数据结构:
|
|
28182
|
+
|
|
28183
|
+
* [[DomainSimpleInfo](https://cloud.tencent.com/document/api/242/38895#DomainSimpleInfo)](https://cloud.tencent.com/document/api/242/38895#[DomainSimpleInfo](https://cloud.tencent.com/document/api/242/38895#DomainSimpleInfo))
|
|
28184
|
+
|
|
27686
28185
|
### 第 18 次发布
|
|
27687
28186
|
|
|
27688
28187
|
发布时间:2021-12-06 08:05:24
|
|
@@ -51095,6 +51594,25 @@
|
|
|
51095
51594
|
|
|
51096
51595
|
## 全栈式风控引擎(rce) 版本:2020-11-03
|
|
51097
51596
|
|
|
51597
|
+
### 第 6 次发布
|
|
51598
|
+
|
|
51599
|
+
发布时间:2022-04-21 06:16:10
|
|
51600
|
+
|
|
51601
|
+
本次发布包含了以下内容:
|
|
51602
|
+
|
|
51603
|
+
改善已有的文档。
|
|
51604
|
+
|
|
51605
|
+
修改数据结构:
|
|
51606
|
+
|
|
51607
|
+
* [InputManageMarketingRisk](https://cloud.tencent.com/document/api/1343/52566#InputManageMarketingRisk)
|
|
51608
|
+
|
|
51609
|
+
* 新增成员:Platform
|
|
51610
|
+
|
|
51611
|
+
* [OutputManageMarketingRiskValue](https://cloud.tencent.com/document/api/1343/52566#OutputManageMarketingRiskValue)
|
|
51612
|
+
|
|
51613
|
+
* 新增成员:ConstId
|
|
51614
|
+
|
|
51615
|
+
|
|
51098
51616
|
### 第 5 次发布
|
|
51099
51617
|
|
|
51100
51618
|
发布时间:2022-01-10 08:14:37
|
|
@@ -51199,6 +51717,19 @@
|
|
|
51199
51717
|
|
|
51200
51718
|
## 云数据库 Redis(redis) 版本:2018-04-12
|
|
51201
51719
|
|
|
51720
|
+
### 第 43 次发布
|
|
51721
|
+
|
|
51722
|
+
发布时间:2022-04-21 06:16:12
|
|
51723
|
+
|
|
51724
|
+
本次发布包含了以下内容:
|
|
51725
|
+
|
|
51726
|
+
改善已有的文档。
|
|
51727
|
+
|
|
51728
|
+
新增接口:
|
|
51729
|
+
|
|
51730
|
+
* [[AllocateWanAddress](https://cloud.tencent.com/document/api/239/72839)](https://cloud.tencent.com/document/api/#/#)
|
|
51731
|
+
* [[ReleaseWanAddress](https://cloud.tencent.com/document/api/239/72838)](https://cloud.tencent.com/document/api/#/#)
|
|
51732
|
+
|
|
51202
51733
|
### 第 42 次发布
|
|
51203
51734
|
|
|
51204
51735
|
发布时间:2022-03-24 08:15:42
|
|
@@ -69658,6 +70189,25 @@
|
|
|
69658
70189
|
|
|
69659
70190
|
## 云点播(vod) 版本:2018-07-17
|
|
69660
70191
|
|
|
70192
|
+
### 第 101 次发布
|
|
70193
|
+
|
|
70194
|
+
发布时间:2022-04-21 06:20:00
|
|
70195
|
+
|
|
70196
|
+
本次发布包含了以下内容:
|
|
70197
|
+
|
|
70198
|
+
改善已有的文档。
|
|
70199
|
+
|
|
70200
|
+
修改数据结构:
|
|
70201
|
+
|
|
70202
|
+
* [DrmStreamingsInfo](https://cloud.tencent.com/document/api/266/31773#DrmStreamingsInfo)
|
|
70203
|
+
|
|
70204
|
+
* 新增成员:WidevineDefinition, FairPlayDefinition
|
|
70205
|
+
|
|
70206
|
+
* [DrmStreamingsInfoForUpdate](https://cloud.tencent.com/document/api/266/31773#DrmStreamingsInfoForUpdate)
|
|
70207
|
+
|
|
70208
|
+
* 新增成员:WidevineDefinition, FairPlayDefinition
|
|
70209
|
+
|
|
70210
|
+
|
|
69661
70211
|
### 第 100 次发布
|
|
69662
70212
|
|
|
69663
70213
|
发布时间:2022-04-13 07:24:51
|
|
@@ -75138,6 +75688,30 @@
|
|
|
75138
75688
|
|
|
75139
75689
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
75140
75690
|
|
|
75691
|
+
### 第 8 次发布
|
|
75692
|
+
|
|
75693
|
+
发布时间:2022-04-21 06:21:00
|
|
75694
|
+
|
|
75695
|
+
本次发布包含了以下内容:
|
|
75696
|
+
|
|
75697
|
+
改善已有的文档。
|
|
75698
|
+
|
|
75699
|
+
新增接口:
|
|
75700
|
+
|
|
75701
|
+
* [[DescribeDomains](https://cloud.tencent.com/document/api/627/72840)](https://cloud.tencent.com/document/api/#/#)
|
|
75702
|
+
|
|
75703
|
+
修改接口:
|
|
75704
|
+
|
|
75705
|
+
* [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
|
|
75706
|
+
|
|
75707
|
+
* 新增入参:Weights
|
|
75708
|
+
|
|
75709
|
+
|
|
75710
|
+
新增数据结构:
|
|
75711
|
+
|
|
75712
|
+
* [[DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo)](https://cloud.tencent.com/document/api/627/53609#[DomainInfo](https://cloud.tencent.com/document/api/627/53609#DomainInfo))
|
|
75713
|
+
* [[FiltersItemNew](https://cloud.tencent.com/document/api/627/53609#FiltersItemNew)](https://cloud.tencent.com/document/api/627/53609#[FiltersItemNew](https://cloud.tencent.com/document/api/627/53609#FiltersItemNew))
|
|
75714
|
+
|
|
75141
75715
|
### 第 7 次发布
|
|
75142
75716
|
|
|
75143
75717
|
发布时间:2022-04-19 06:20:51
|