tencentcloud-sdk-nodejs 4.0.428 → 4.0.429
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 +327 -0
- package/SERVICE_CHANGELOG.md +511 -39
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +12 -0
- package/src/services/antiddos/v20200309/antiddos_models.ts +35 -0
- package/src/services/as/v20180419/as_client.ts +1 -0
- package/src/services/as/v20180419/as_models.ts +58 -3
- package/src/services/cdb/v20170320/cdb_models.ts +15 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +6 -0
- package/src/services/clb/v20180317/clb_client.ts +24 -11
- package/src/services/clb/v20180317/clb_models.ts +107 -25
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +33 -4
- package/src/services/cvm/v20170312/cvm_models.ts +13 -13
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +1 -0
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +46 -0
- package/src/services/dlc/v20210125/dlc_client.ts +1 -0
- package/src/services/dlc/v20210125/dlc_models.ts +47 -5
- package/src/services/ic/v20190307/ic_client.ts +13 -0
- package/src/services/ic/v20190307/ic_models.ts +46 -0
- package/src/services/iotvideo/v20211125/iotvideo_client.ts +14 -2
- package/src/services/iotvideo/v20211125/iotvideo_models.ts +59 -19
- package/src/services/oceanus/v20190422/oceanus_models.ts +17 -0
- package/src/services/teo/v20220106/teo_models.ts +5 -0
- package/src/services/tke/v20180525/tke_client.ts +4 -0
- package/src/services/tke/v20180525/tke_models.ts +119 -0
- package/src/services/trtc/v20190722/trtc_client.ts +15 -9
- package/src/services/trtc/v20190722/trtc_models.ts +1 -1
- 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 +5 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +30 -0
- package/tencentcloud/services/as/v20180419/as_models.d.ts +51 -2
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +12 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +8 -4
- package/tencentcloud/services/clb/v20180317/clb_client.js +10 -4
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +93 -24
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +29 -4
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +13 -13
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +40 -5
- package/tencentcloud/services/ic/v20190307/ic_client.d.ts +5 -1
- package/tencentcloud/services/ic/v20190307/ic_client.js +6 -0
- package/tencentcloud/services/ic/v20190307/ic_models.d.ts +40 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.d.ts +5 -1
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_client.js +6 -0
- package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +51 -17
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +14 -0
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +4 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +101 -0
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +9 -3
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +9 -3
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
- package/test/antiddos.v20200309.test.js +10 -0
- package/test/clb.v20180317.test.js +12 -2
- package/test/ic.v20190307.test.js +10 -0
- package/test/iotvideo.v20211125.test.js +10 -0
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,66 +1,98 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
4
4
|
|
|
5
|
-
### 第
|
|
5
|
+
### 第 40 次发布
|
|
6
6
|
|
|
7
|
-
发布时间:2022-08-29
|
|
7
|
+
发布时间:2022-08-29 13:11:21
|
|
8
8
|
|
|
9
9
|
本次发布包含了以下内容:
|
|
10
10
|
|
|
11
11
|
改善已有的文档。
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
新增接口:
|
|
14
14
|
|
|
15
|
-
*
|
|
16
|
-
* DescribeNatRuleOverview
|
|
15
|
+
* [DescribeNewL7RulesErrHealth](https://cloud.tencent.com/document/api/1021/79701)
|
|
17
16
|
|
|
18
17
|
|
|
19
18
|
|
|
20
|
-
##
|
|
19
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
21
20
|
|
|
22
21
|
### 第 55 次发布
|
|
23
22
|
|
|
24
|
-
发布时间:2022-08-
|
|
23
|
+
发布时间:2022-08-30 06:08:56
|
|
25
24
|
|
|
26
25
|
本次发布包含了以下内容:
|
|
27
26
|
|
|
28
27
|
改善已有的文档。
|
|
29
28
|
|
|
29
|
+
修改接口:
|
|
30
|
+
|
|
31
|
+
* [CreateLifecycleHook](https://cloud.tencent.com/document/api/377/34454)
|
|
32
|
+
|
|
33
|
+
* 新增入参:LifecycleCommand
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
新增数据结构:
|
|
37
|
+
|
|
38
|
+
* [LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand)
|
|
39
|
+
|
|
30
40
|
修改数据结构:
|
|
31
41
|
|
|
32
|
-
* [
|
|
42
|
+
* [LifecycleActionResultInfo](https://cloud.tencent.com/document/api/377/20453#LifecycleActionResultInfo)
|
|
33
43
|
|
|
34
|
-
* 新增成员:
|
|
44
|
+
* 新增成员:InvocationId, InvokeCommandResult
|
|
35
45
|
|
|
36
|
-
* [
|
|
46
|
+
* [LifecycleHook](https://cloud.tencent.com/document/api/377/20453#LifecycleHook)
|
|
37
47
|
|
|
38
|
-
* 新增成员:
|
|
48
|
+
* 新增成员:LifecycleCommand
|
|
39
49
|
|
|
40
50
|
|
|
41
51
|
|
|
42
52
|
|
|
43
|
-
##
|
|
53
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
44
54
|
|
|
45
|
-
### 第
|
|
55
|
+
### 第 97 次发布
|
|
46
56
|
|
|
47
|
-
发布时间:2022-08-
|
|
57
|
+
发布时间:2022-08-30 06:13:27
|
|
48
58
|
|
|
49
59
|
本次发布包含了以下内容:
|
|
50
60
|
|
|
51
61
|
改善已有的文档。
|
|
52
62
|
|
|
53
|
-
|
|
63
|
+
修改接口:
|
|
54
64
|
|
|
55
|
-
* [
|
|
65
|
+
* [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659)
|
|
56
66
|
|
|
67
|
+
* 新增入参:EngineTypes, TemplateNames, TemplateIds
|
|
57
68
|
|
|
58
69
|
|
|
59
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
60
70
|
|
|
61
|
-
### 第 28 次发布
|
|
62
71
|
|
|
63
|
-
|
|
72
|
+
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
73
|
+
|
|
74
|
+
### 第 56 次发布
|
|
75
|
+
|
|
76
|
+
发布时间:2022-08-30 06:16:47
|
|
77
|
+
|
|
78
|
+
本次发布包含了以下内容:
|
|
79
|
+
|
|
80
|
+
改善已有的文档。
|
|
81
|
+
|
|
82
|
+
修改数据结构:
|
|
83
|
+
|
|
84
|
+
* [ClsParam](https://cloud.tencent.com/document/api/597/40861#ClsParam)
|
|
85
|
+
|
|
86
|
+
* 新增成员:TimeField
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
## 负载均衡(clb) 版本:2018-03-17
|
|
92
|
+
|
|
93
|
+
### 第 71 次发布
|
|
94
|
+
|
|
95
|
+
发布时间:2022-08-30 06:17:26
|
|
64
96
|
|
|
65
97
|
本次发布包含了以下内容:
|
|
66
98
|
|
|
@@ -68,52 +100,227 @@
|
|
|
68
100
|
|
|
69
101
|
新增接口:
|
|
70
102
|
|
|
71
|
-
* [
|
|
103
|
+
* [DescribeIdleLoadBalancers](https://cloud.tencent.com/document/api/214/79718)
|
|
104
|
+
|
|
105
|
+
新增数据结构:
|
|
106
|
+
|
|
107
|
+
* [IdleLoadBalancer](https://cloud.tencent.com/document/api/214/30694#IdleLoadBalancer)
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
112
|
+
|
|
113
|
+
### 第 82 次发布
|
|
114
|
+
|
|
115
|
+
发布时间:2022-08-30 06:19:38
|
|
116
|
+
|
|
117
|
+
本次发布包含了以下内容:
|
|
118
|
+
|
|
119
|
+
改善已有的文档。
|
|
72
120
|
|
|
73
121
|
修改接口:
|
|
74
122
|
|
|
75
|
-
* [
|
|
123
|
+
* [CreateOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70182)
|
|
76
124
|
|
|
77
|
-
*
|
|
125
|
+
* 新增入参:SettlementRulesInfo, ExternalPaymentData
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
新增数据结构:
|
|
129
|
+
|
|
130
|
+
* [OpenBankSettlementRulesInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSettlementRulesInfo)
|
|
78
131
|
|
|
79
|
-
* [CreateFlowsByTemplates](https://cloud.tencent.com/document/api/1420/61523)
|
|
80
132
|
|
|
81
|
-
|
|
133
|
+
|
|
134
|
+
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
135
|
+
|
|
136
|
+
### 第 24 次发布
|
|
137
|
+
|
|
138
|
+
发布时间:2022-08-30 06:23:54
|
|
139
|
+
|
|
140
|
+
本次发布包含了以下内容:
|
|
141
|
+
|
|
142
|
+
改善已有的文档。
|
|
143
|
+
|
|
144
|
+
修改接口:
|
|
145
|
+
|
|
146
|
+
* [DescribeInstanceSpecs](https://cloud.tencent.com/document/api/1003/48084)
|
|
147
|
+
|
|
148
|
+
* 新增入参:IncludeZoneStocks
|
|
82
149
|
|
|
83
150
|
|
|
84
151
|
新增数据结构:
|
|
85
152
|
|
|
86
|
-
* [
|
|
153
|
+
* [ZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#ZoneStockInfo)
|
|
154
|
+
|
|
155
|
+
修改数据结构:
|
|
87
156
|
|
|
157
|
+
* [InstanceSpec](https://cloud.tencent.com/document/api/1003/48097#InstanceSpec)
|
|
88
158
|
|
|
159
|
+
* 新增成员:HasStock, MachineType, MaxIops, MaxIoBandWidth, ZoneStockInfos
|
|
89
160
|
|
|
90
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
91
161
|
|
|
92
162
|
|
|
93
163
|
|
|
94
|
-
##
|
|
164
|
+
## 数据湖计算(dlc) 版本:2021-01-25
|
|
95
165
|
|
|
96
|
-
### 第
|
|
166
|
+
### 第 31 次发布
|
|
97
167
|
|
|
98
|
-
发布时间:2022-08-
|
|
168
|
+
发布时间:2022-08-30 06:26:45
|
|
169
|
+
|
|
170
|
+
本次发布包含了以下内容:
|
|
171
|
+
|
|
172
|
+
改善已有的文档。
|
|
173
|
+
|
|
174
|
+
修改接口:
|
|
175
|
+
|
|
176
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
|
|
177
|
+
|
|
178
|
+
* 新增出参:TasksOverview
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
新增数据结构:
|
|
182
|
+
|
|
183
|
+
* [TasksOverview](https://cloud.tencent.com/document/api/1342/53778#TasksOverview)
|
|
184
|
+
|
|
185
|
+
修改数据结构:
|
|
186
|
+
|
|
187
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
188
|
+
|
|
189
|
+
* 新增成员:TotalTime
|
|
190
|
+
|
|
191
|
+
* [TaskResultInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResultInfo)
|
|
192
|
+
|
|
193
|
+
* 新增成员:TotalTime
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
## 物联卡(ic) 版本:2019-03-07
|
|
199
|
+
|
|
200
|
+
### 第 7 次发布
|
|
201
|
+
|
|
202
|
+
发布时间:2022-08-30 06:33:17
|
|
203
|
+
|
|
204
|
+
本次发布包含了以下内容:
|
|
205
|
+
|
|
206
|
+
改善已有的文档。
|
|
207
|
+
|
|
208
|
+
新增接口:
|
|
209
|
+
|
|
210
|
+
* [PayForExtendData](https://cloud.tencent.com/document/api/636/79719)
|
|
211
|
+
|
|
212
|
+
新增数据结构:
|
|
213
|
+
|
|
214
|
+
* [ResOrderIds](https://cloud.tencent.com/document/api/636/33881#ResOrderIds)
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
|
|
218
|
+
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
219
|
+
|
|
220
|
+
### 第 6 次发布
|
|
221
|
+
|
|
222
|
+
发布时间:2022-08-30 06:36:25
|
|
99
223
|
|
|
100
224
|
本次发布包含了以下内容:
|
|
101
225
|
|
|
102
226
|
改善已有的文档。
|
|
103
227
|
|
|
228
|
+
新增接口:
|
|
229
|
+
|
|
230
|
+
* [DescribeCloudStorageStreamData](https://cloud.tencent.com/document/api/1131/79720)
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
|
|
234
|
+
## 物联网智能视频服务(iotvideo) 版本:2020-12-15
|
|
235
|
+
|
|
236
|
+
|
|
237
|
+
|
|
238
|
+
## 物联网智能视频服务(iotvideo) 版本:2019-11-26
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
|
|
242
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
243
|
+
|
|
244
|
+
### 第 25 次发布
|
|
245
|
+
|
|
246
|
+
发布时间:2022-08-30 06:43:16
|
|
247
|
+
|
|
248
|
+
本次发布包含了以下内容:
|
|
249
|
+
|
|
250
|
+
改善已有的文档。
|
|
251
|
+
|
|
252
|
+
修改接口:
|
|
253
|
+
|
|
254
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
255
|
+
|
|
256
|
+
* 新增入参:AutoRecover
|
|
257
|
+
|
|
258
|
+
|
|
104
259
|
修改数据结构:
|
|
105
260
|
|
|
106
|
-
* [
|
|
261
|
+
* [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
|
|
107
262
|
|
|
108
|
-
* 新增成员:
|
|
263
|
+
* 新增成员:AutoRecover, LogLevel
|
|
109
264
|
|
|
110
|
-
* [VatInvoiceItem](https://cloud.tencent.com/document/api/866/33527#VatInvoiceItem)
|
|
111
265
|
|
|
112
|
-
* 新增成员:TaxClassifyCode
|
|
113
266
|
|
|
114
|
-
* [VehicleInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#VehicleInvoiceInfo)
|
|
115
267
|
|
|
116
|
-
|
|
268
|
+
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
269
|
+
|
|
270
|
+
### 第 23 次发布
|
|
271
|
+
|
|
272
|
+
发布时间:2022-08-30 06:54:55
|
|
273
|
+
|
|
274
|
+
本次发布包含了以下内容:
|
|
275
|
+
|
|
276
|
+
改善已有的文档。
|
|
277
|
+
|
|
278
|
+
修改接口:
|
|
279
|
+
|
|
280
|
+
* [DescribeDDoSPolicy](https://cloud.tencent.com/document/api/1552/75110)
|
|
281
|
+
|
|
282
|
+
* 新增出参:DdosRule
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
288
|
+
|
|
289
|
+
### 第 119 次发布
|
|
290
|
+
|
|
291
|
+
发布时间:2022-08-30 06:57:14
|
|
292
|
+
|
|
293
|
+
本次发布包含了以下内容:
|
|
294
|
+
|
|
295
|
+
改善已有的文档。
|
|
296
|
+
|
|
297
|
+
修改接口:
|
|
298
|
+
|
|
299
|
+
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/457/78051)
|
|
300
|
+
|
|
301
|
+
* 新增出参:ClusterExternalDomain, ClusterIntranetDomain, SecurityGroup
|
|
302
|
+
|
|
303
|
+
* [ModifyClusterEndpointSP](https://cloud.tencent.com/document/api/457/39408)
|
|
304
|
+
|
|
305
|
+
* 新增入参:SecurityGroup
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
新增数据结构:
|
|
309
|
+
|
|
310
|
+
* [CUDNN](https://cloud.tencent.com/document/api/457/31866#CUDNN)
|
|
311
|
+
* [CustomDriver](https://cloud.tencent.com/document/api/457/31866#CustomDriver)
|
|
312
|
+
* [DriverVersion](https://cloud.tencent.com/document/api/457/31866#DriverVersion)
|
|
313
|
+
* [GPUArgs](https://cloud.tencent.com/document/api/457/31866#GPUArgs)
|
|
314
|
+
|
|
315
|
+
修改数据结构:
|
|
316
|
+
|
|
317
|
+
* [InstanceAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#InstanceAdvancedSettings)
|
|
318
|
+
|
|
319
|
+
* 新增成员:GPUArgs
|
|
320
|
+
|
|
321
|
+
* [SubnetInfos](https://cloud.tencent.com/document/api/457/31866#SubnetInfos)
|
|
322
|
+
|
|
323
|
+
* 新增成员:SecurityGroups
|
|
117
324
|
|
|
118
325
|
|
|
119
326
|
|
|
@@ -1612,6 +1819,18 @@
|
|
|
1612
1819
|
|
|
1613
1820
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
|
1614
1821
|
|
|
1822
|
+
### 第 40 次发布
|
|
1823
|
+
|
|
1824
|
+
发布时间:2022-08-29 13:11:21
|
|
1825
|
+
|
|
1826
|
+
本次发布包含了以下内容:
|
|
1827
|
+
|
|
1828
|
+
改善已有的文档。
|
|
1829
|
+
|
|
1830
|
+
新增接口:
|
|
1831
|
+
|
|
1832
|
+
* [[DescribeNewL7RulesErrHealth](https://cloud.tencent.com/document/api/1021/79701)](https://cloud.tencent.com/document/api/#/#)
|
|
1833
|
+
|
|
1615
1834
|
### 第 39 次发布
|
|
1616
1835
|
|
|
1617
1836
|
发布时间:2022-08-09 10:41:42
|
|
@@ -3613,6 +3832,36 @@
|
|
|
3613
3832
|
|
|
3614
3833
|
## 弹性伸缩(as) 版本:2018-04-19
|
|
3615
3834
|
|
|
3835
|
+
### 第 55 次发布
|
|
3836
|
+
|
|
3837
|
+
发布时间:2022-08-30 06:08:56
|
|
3838
|
+
|
|
3839
|
+
本次发布包含了以下内容:
|
|
3840
|
+
|
|
3841
|
+
改善已有的文档。
|
|
3842
|
+
|
|
3843
|
+
修改接口:
|
|
3844
|
+
|
|
3845
|
+
* [CreateLifecycleHook](https://cloud.tencent.com/document/api/377/34454)
|
|
3846
|
+
|
|
3847
|
+
* 新增入参:LifecycleCommand
|
|
3848
|
+
|
|
3849
|
+
|
|
3850
|
+
新增数据结构:
|
|
3851
|
+
|
|
3852
|
+
* [[LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand)](https://cloud.tencent.com/document/api/377/20453#[LifecycleCommand](https://cloud.tencent.com/document/api/377/20453#LifecycleCommand))
|
|
3853
|
+
|
|
3854
|
+
修改数据结构:
|
|
3855
|
+
|
|
3856
|
+
* [LifecycleActionResultInfo](https://cloud.tencent.com/document/api/377/20453#LifecycleActionResultInfo)
|
|
3857
|
+
|
|
3858
|
+
* 新增成员:InvocationId, InvokeCommandResult
|
|
3859
|
+
|
|
3860
|
+
* [LifecycleHook](https://cloud.tencent.com/document/api/377/20453#LifecycleHook)
|
|
3861
|
+
|
|
3862
|
+
* 新增成员:LifecycleCommand
|
|
3863
|
+
|
|
3864
|
+
|
|
3616
3865
|
### 第 54 次发布
|
|
3617
3866
|
|
|
3618
3867
|
发布时间:2022-08-11 06:10:05
|
|
@@ -11331,6 +11580,21 @@
|
|
|
11331
11580
|
|
|
11332
11581
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
11333
11582
|
|
|
11583
|
+
### 第 97 次发布
|
|
11584
|
+
|
|
11585
|
+
发布时间:2022-08-30 06:13:27
|
|
11586
|
+
|
|
11587
|
+
本次发布包含了以下内容:
|
|
11588
|
+
|
|
11589
|
+
改善已有的文档。
|
|
11590
|
+
|
|
11591
|
+
修改接口:
|
|
11592
|
+
|
|
11593
|
+
* [DescribeParamTemplates](https://cloud.tencent.com/document/api/236/32659)
|
|
11594
|
+
|
|
11595
|
+
* 新增入参:EngineTypes, TemplateNames, TemplateIds
|
|
11596
|
+
|
|
11597
|
+
|
|
11334
11598
|
### 第 96 次发布
|
|
11335
11599
|
|
|
11336
11600
|
发布时间:2022-08-01 11:27:47
|
|
@@ -17389,6 +17653,21 @@
|
|
|
17389
17653
|
|
|
17390
17654
|
## 消息队列 Ckafka(ckafka) 版本:2019-08-19
|
|
17391
17655
|
|
|
17656
|
+
### 第 56 次发布
|
|
17657
|
+
|
|
17658
|
+
发布时间:2022-08-30 06:16:47
|
|
17659
|
+
|
|
17660
|
+
本次发布包含了以下内容:
|
|
17661
|
+
|
|
17662
|
+
改善已有的文档。
|
|
17663
|
+
|
|
17664
|
+
修改数据结构:
|
|
17665
|
+
|
|
17666
|
+
* [ClsParam](https://cloud.tencent.com/document/api/597/40861#ClsParam)
|
|
17667
|
+
|
|
17668
|
+
* 新增成员:TimeField
|
|
17669
|
+
|
|
17670
|
+
|
|
17392
17671
|
### 第 55 次发布
|
|
17393
17672
|
|
|
17394
17673
|
发布时间:2022-08-29 06:16:32
|
|
@@ -18579,6 +18858,22 @@
|
|
|
18579
18858
|
|
|
18580
18859
|
## 负载均衡(clb) 版本:2018-03-17
|
|
18581
18860
|
|
|
18861
|
+
### 第 71 次发布
|
|
18862
|
+
|
|
18863
|
+
发布时间:2022-08-30 06:17:26
|
|
18864
|
+
|
|
18865
|
+
本次发布包含了以下内容:
|
|
18866
|
+
|
|
18867
|
+
改善已有的文档。
|
|
18868
|
+
|
|
18869
|
+
新增接口:
|
|
18870
|
+
|
|
18871
|
+
* [[DescribeIdleLoadBalancers](https://cloud.tencent.com/document/api/214/79718)](https://cloud.tencent.com/document/api/#/#)
|
|
18872
|
+
|
|
18873
|
+
新增数据结构:
|
|
18874
|
+
|
|
18875
|
+
* [[IdleLoadBalancer](https://cloud.tencent.com/document/api/214/30694#IdleLoadBalancer)](https://cloud.tencent.com/document/api/214/30694#[IdleLoadBalancer](https://cloud.tencent.com/document/api/214/30694#IdleLoadBalancer))
|
|
18876
|
+
|
|
18582
18877
|
### 第 70 次发布
|
|
18583
18878
|
|
|
18584
18879
|
发布时间:2022-07-19 06:07:41
|
|
@@ -22627,6 +22922,25 @@
|
|
|
22627
22922
|
|
|
22628
22923
|
## 企业收付平台(cpdp) 版本:2019-08-20
|
|
22629
22924
|
|
|
22925
|
+
### 第 82 次发布
|
|
22926
|
+
|
|
22927
|
+
发布时间:2022-08-30 06:19:38
|
|
22928
|
+
|
|
22929
|
+
本次发布包含了以下内容:
|
|
22930
|
+
|
|
22931
|
+
改善已有的文档。
|
|
22932
|
+
|
|
22933
|
+
修改接口:
|
|
22934
|
+
|
|
22935
|
+
* [CreateOpenBankPaymentOrder](https://cloud.tencent.com/document/api/1122/70182)
|
|
22936
|
+
|
|
22937
|
+
* 新增入参:SettlementRulesInfo, ExternalPaymentData
|
|
22938
|
+
|
|
22939
|
+
|
|
22940
|
+
新增数据结构:
|
|
22941
|
+
|
|
22942
|
+
* [[OpenBankSettlementRulesInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSettlementRulesInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankSettlementRulesInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankSettlementRulesInfo))
|
|
22943
|
+
|
|
22630
22944
|
### 第 81 次发布
|
|
22631
22945
|
|
|
22632
22946
|
发布时间:2022-08-11 06:21:37
|
|
@@ -28413,6 +28727,32 @@
|
|
|
28413
28727
|
|
|
28414
28728
|
## 云原生数据库 TDSQL-C(cynosdb) 版本:2019-01-07
|
|
28415
28729
|
|
|
28730
|
+
### 第 24 次发布
|
|
28731
|
+
|
|
28732
|
+
发布时间:2022-08-30 06:23:54
|
|
28733
|
+
|
|
28734
|
+
本次发布包含了以下内容:
|
|
28735
|
+
|
|
28736
|
+
改善已有的文档。
|
|
28737
|
+
|
|
28738
|
+
修改接口:
|
|
28739
|
+
|
|
28740
|
+
* [DescribeInstanceSpecs](https://cloud.tencent.com/document/api/1003/48084)
|
|
28741
|
+
|
|
28742
|
+
* 新增入参:IncludeZoneStocks
|
|
28743
|
+
|
|
28744
|
+
|
|
28745
|
+
新增数据结构:
|
|
28746
|
+
|
|
28747
|
+
* [[ZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#ZoneStockInfo)](https://cloud.tencent.com/document/api/1003/48097#[ZoneStockInfo](https://cloud.tencent.com/document/api/1003/48097#ZoneStockInfo))
|
|
28748
|
+
|
|
28749
|
+
修改数据结构:
|
|
28750
|
+
|
|
28751
|
+
* [InstanceSpec](https://cloud.tencent.com/document/api/1003/48097#InstanceSpec)
|
|
28752
|
+
|
|
28753
|
+
* 新增成员:HasStock, MachineType, MaxIops, MaxIoBandWidth, ZoneStockInfos
|
|
28754
|
+
|
|
28755
|
+
|
|
28416
28756
|
### 第 23 次发布
|
|
28417
28757
|
|
|
28418
28758
|
发布时间:2022-08-25 06:22:53
|
|
@@ -31442,6 +31782,36 @@
|
|
|
31442
31782
|
|
|
31443
31783
|
## 数据湖计算(dlc) 版本:2021-01-25
|
|
31444
31784
|
|
|
31785
|
+
### 第 31 次发布
|
|
31786
|
+
|
|
31787
|
+
发布时间:2022-08-30 06:26:45
|
|
31788
|
+
|
|
31789
|
+
本次发布包含了以下内容:
|
|
31790
|
+
|
|
31791
|
+
改善已有的文档。
|
|
31792
|
+
|
|
31793
|
+
修改接口:
|
|
31794
|
+
|
|
31795
|
+
* [DescribeTasks](https://cloud.tencent.com/document/api/1342/53771)
|
|
31796
|
+
|
|
31797
|
+
* 新增出参:TasksOverview
|
|
31798
|
+
|
|
31799
|
+
|
|
31800
|
+
新增数据结构:
|
|
31801
|
+
|
|
31802
|
+
* [[TasksOverview](https://cloud.tencent.com/document/api/1342/53778#TasksOverview)](https://cloud.tencent.com/document/api/1342/53778#[TasksOverview](https://cloud.tencent.com/document/api/1342/53778#TasksOverview))
|
|
31803
|
+
|
|
31804
|
+
修改数据结构:
|
|
31805
|
+
|
|
31806
|
+
* [TaskResponseInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResponseInfo)
|
|
31807
|
+
|
|
31808
|
+
* 新增成员:TotalTime
|
|
31809
|
+
|
|
31810
|
+
* [TaskResultInfo](https://cloud.tencent.com/document/api/1342/53778#TaskResultInfo)
|
|
31811
|
+
|
|
31812
|
+
* 新增成员:TotalTime
|
|
31813
|
+
|
|
31814
|
+
|
|
31445
31815
|
### 第 30 次发布
|
|
31446
31816
|
|
|
31447
31817
|
发布时间:2022-07-28 06:10:28
|
|
@@ -37354,7 +37724,7 @@
|
|
|
37354
37724
|
|
|
37355
37725
|
新增接口:
|
|
37356
37726
|
|
|
37357
|
-
* [
|
|
37727
|
+
* [CreateFlowEvidenceReport](https://cloud.tencent.com/document/api/1323/79686)
|
|
37358
37728
|
|
|
37359
37729
|
### 第 14 次发布
|
|
37360
37730
|
|
|
@@ -37737,7 +38107,7 @@
|
|
|
37737
38107
|
|
|
37738
38108
|
新增接口:
|
|
37739
38109
|
|
|
37740
|
-
* [
|
|
38110
|
+
* [CreateChannelFlowEvidenceReport](https://cloud.tencent.com/document/api/1420/79688)
|
|
37741
38111
|
|
|
37742
38112
|
修改接口:
|
|
37743
38113
|
|
|
@@ -37752,7 +38122,7 @@
|
|
|
37752
38122
|
|
|
37753
38123
|
新增数据结构:
|
|
37754
38124
|
|
|
37755
|
-
* [
|
|
38125
|
+
* [TaskInfo](https://cloud.tencent.com/document/api/1420/61525#TaskInfo)
|
|
37756
38126
|
|
|
37757
38127
|
### 第 27 次发布
|
|
37758
38128
|
|
|
@@ -42707,6 +43077,22 @@
|
|
|
42707
43077
|
|
|
42708
43078
|
## 物联卡(ic) 版本:2019-03-07
|
|
42709
43079
|
|
|
43080
|
+
### 第 7 次发布
|
|
43081
|
+
|
|
43082
|
+
发布时间:2022-08-30 06:33:17
|
|
43083
|
+
|
|
43084
|
+
本次发布包含了以下内容:
|
|
43085
|
+
|
|
43086
|
+
改善已有的文档。
|
|
43087
|
+
|
|
43088
|
+
新增接口:
|
|
43089
|
+
|
|
43090
|
+
* [[PayForExtendData](https://cloud.tencent.com/document/api/636/79719)](https://cloud.tencent.com/document/api/#/#)
|
|
43091
|
+
|
|
43092
|
+
新增数据结构:
|
|
43093
|
+
|
|
43094
|
+
* [[ResOrderIds](https://cloud.tencent.com/document/api/636/33881#ResOrderIds)](https://cloud.tencent.com/document/api/636/33881#[ResOrderIds](https://cloud.tencent.com/document/api/636/33881#ResOrderIds))
|
|
43095
|
+
|
|
42710
43096
|
### 第 6 次发布
|
|
42711
43097
|
|
|
42712
43098
|
发布时间:2022-08-05 06:23:27
|
|
@@ -46548,6 +46934,18 @@
|
|
|
46548
46934
|
|
|
46549
46935
|
## 物联网智能视频服务(iotvideo) 版本:2021-11-25
|
|
46550
46936
|
|
|
46937
|
+
### 第 6 次发布
|
|
46938
|
+
|
|
46939
|
+
发布时间:2022-08-30 06:36:25
|
|
46940
|
+
|
|
46941
|
+
本次发布包含了以下内容:
|
|
46942
|
+
|
|
46943
|
+
改善已有的文档。
|
|
46944
|
+
|
|
46945
|
+
新增接口:
|
|
46946
|
+
|
|
46947
|
+
* [[DescribeCloudStorageStreamData](https://cloud.tencent.com/document/api/1131/79720)](https://cloud.tencent.com/document/api/#/#)
|
|
46948
|
+
|
|
46551
46949
|
### 第 5 次发布
|
|
46552
46950
|
|
|
46553
46951
|
发布时间:2022-08-22 06:33:46
|
|
@@ -55666,6 +56064,28 @@
|
|
|
55666
56064
|
|
|
55667
56065
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
55668
56066
|
|
|
56067
|
+
### 第 25 次发布
|
|
56068
|
+
|
|
56069
|
+
发布时间:2022-08-30 06:43:16
|
|
56070
|
+
|
|
56071
|
+
本次发布包含了以下内容:
|
|
56072
|
+
|
|
56073
|
+
改善已有的文档。
|
|
56074
|
+
|
|
56075
|
+
修改接口:
|
|
56076
|
+
|
|
56077
|
+
* [CreateJobConfig](https://cloud.tencent.com/document/api/849/52004)
|
|
56078
|
+
|
|
56079
|
+
* 新增入参:AutoRecover
|
|
56080
|
+
|
|
56081
|
+
|
|
56082
|
+
修改数据结构:
|
|
56083
|
+
|
|
56084
|
+
* [JobConfig](https://cloud.tencent.com/document/api/849/52010#JobConfig)
|
|
56085
|
+
|
|
56086
|
+
* 新增成员:AutoRecover, LogLevel
|
|
56087
|
+
|
|
56088
|
+
|
|
55669
56089
|
### 第 24 次发布
|
|
55670
56090
|
|
|
55671
56091
|
发布时间:2022-08-25 06:41:36
|
|
@@ -72557,6 +72977,21 @@
|
|
|
72557
72977
|
|
|
72558
72978
|
## 边缘安全加速平台(teo) 版本:2022-01-06
|
|
72559
72979
|
|
|
72980
|
+
### 第 23 次发布
|
|
72981
|
+
|
|
72982
|
+
发布时间:2022-08-30 06:54:55
|
|
72983
|
+
|
|
72984
|
+
本次发布包含了以下内容:
|
|
72985
|
+
|
|
72986
|
+
改善已有的文档。
|
|
72987
|
+
|
|
72988
|
+
修改接口:
|
|
72989
|
+
|
|
72990
|
+
* [DescribeDDoSPolicy](https://cloud.tencent.com/document/api/1552/75110)
|
|
72991
|
+
|
|
72992
|
+
* 新增出参:DdosRule
|
|
72993
|
+
|
|
72994
|
+
|
|
72560
72995
|
### 第 22 次发布
|
|
72561
72996
|
|
|
72562
72997
|
发布时间:2022-08-26 06:50:57
|
|
@@ -75532,6 +75967,43 @@
|
|
|
75532
75967
|
|
|
75533
75968
|
## 容器服务(tke) 版本:2018-05-25
|
|
75534
75969
|
|
|
75970
|
+
### 第 119 次发布
|
|
75971
|
+
|
|
75972
|
+
发布时间:2022-08-30 06:57:14
|
|
75973
|
+
|
|
75974
|
+
本次发布包含了以下内容:
|
|
75975
|
+
|
|
75976
|
+
改善已有的文档。
|
|
75977
|
+
|
|
75978
|
+
修改接口:
|
|
75979
|
+
|
|
75980
|
+
* [DescribeClusterEndpoints](https://cloud.tencent.com/document/api/457/78051)
|
|
75981
|
+
|
|
75982
|
+
* 新增出参:ClusterExternalDomain, ClusterIntranetDomain, SecurityGroup
|
|
75983
|
+
|
|
75984
|
+
* [ModifyClusterEndpointSP](https://cloud.tencent.com/document/api/457/39408)
|
|
75985
|
+
|
|
75986
|
+
* 新增入参:SecurityGroup
|
|
75987
|
+
|
|
75988
|
+
|
|
75989
|
+
新增数据结构:
|
|
75990
|
+
|
|
75991
|
+
* [[CUDNN](https://cloud.tencent.com/document/api/457/31866#CUDNN)](https://cloud.tencent.com/document/api/457/31866#[CUDNN](https://cloud.tencent.com/document/api/457/31866#CUDNN))
|
|
75992
|
+
* [[CustomDriver](https://cloud.tencent.com/document/api/457/31866#CustomDriver)](https://cloud.tencent.com/document/api/457/31866#[CustomDriver](https://cloud.tencent.com/document/api/457/31866#CustomDriver))
|
|
75993
|
+
* [[DriverVersion](https://cloud.tencent.com/document/api/457/31866#DriverVersion)](https://cloud.tencent.com/document/api/457/31866#[DriverVersion](https://cloud.tencent.com/document/api/457/31866#DriverVersion))
|
|
75994
|
+
* [[GPUArgs](https://cloud.tencent.com/document/api/457/31866#GPUArgs)](https://cloud.tencent.com/document/api/457/31866#[GPUArgs](https://cloud.tencent.com/document/api/457/31866#GPUArgs))
|
|
75995
|
+
|
|
75996
|
+
修改数据结构:
|
|
75997
|
+
|
|
75998
|
+
* [InstanceAdvancedSettings](https://cloud.tencent.com/document/api/457/31866#InstanceAdvancedSettings)
|
|
75999
|
+
|
|
76000
|
+
* 新增成员:GPUArgs
|
|
76001
|
+
|
|
76002
|
+
* [SubnetInfos](https://cloud.tencent.com/document/api/457/31866#SubnetInfos)
|
|
76003
|
+
|
|
76004
|
+
* 新增成员:SecurityGroups
|
|
76005
|
+
|
|
76006
|
+
|
|
75535
76007
|
### 第 118 次发布
|
|
75536
76008
|
|
|
75537
76009
|
发布时间:2022-08-23 06:56:25
|