tencentcloud-sdk-nodejs 4.0.748 → 4.0.750
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 +64 -0
- package/SERVICE_CHANGELOG.md +70 -378
- package/package.json +1 -1
- package/products.md +10 -10
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +1 -1
- package/src/services/clb/v20180317/clb_models.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +3 -3
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -2
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/oceanus/v20190422/oceanus_client.ts +14 -1
- package/src/services/oceanus/v20190422/oceanus_models.ts +124 -56
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +1 -1
- package/src/services/vod/v20180717/vod_models.ts +31 -25
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +3 -3
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.d.ts +5 -1
- package/tencentcloud/services/oceanus/v20190422/oceanus_client.js +6 -0
- package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +121 -56
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +1 -1
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +31 -25
- package/test/oceanus.v20190422.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,67 @@
|
|
|
1
|
+
# Release 4.0.750
|
|
2
|
+
|
|
3
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
4
|
+
|
|
5
|
+
### 第 49 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2023-12-04 15:28:57
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
新增接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeFolder](https://cloud.tencent.com/document/api/849/102187)
|
|
16
|
+
|
|
17
|
+
新增数据结构:
|
|
18
|
+
|
|
19
|
+
* [SubFolderInfo](https://cloud.tencent.com/document/api/849/52010#SubFolderInfo)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
# Release 4.0.749
|
|
24
|
+
|
|
25
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
26
|
+
|
|
27
|
+
### 第 48 次发布
|
|
28
|
+
|
|
29
|
+
发布时间:2023-12-04 00:15:25
|
|
30
|
+
|
|
31
|
+
本次发布包含了以下内容:
|
|
32
|
+
|
|
33
|
+
改善已有的文档。
|
|
34
|
+
|
|
35
|
+
修改数据结构:
|
|
36
|
+
|
|
37
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
38
|
+
|
|
39
|
+
* <font color="#dd0000">**修改成员**:</font>Tags
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## 云点播(vod) 版本:2018-07-17
|
|
45
|
+
|
|
46
|
+
### 第 175 次发布
|
|
47
|
+
|
|
48
|
+
发布时间:2023-12-04 00:22:12
|
|
49
|
+
|
|
50
|
+
本次发布包含了以下内容:
|
|
51
|
+
|
|
52
|
+
改善已有的文档。
|
|
53
|
+
|
|
54
|
+
修改数据结构:
|
|
55
|
+
|
|
56
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
57
|
+
|
|
58
|
+
* 新增成员:QualityEnhanceCompleteEvent
|
|
59
|
+
|
|
60
|
+
* <font color="#dd0000">**修改成员**:</font>ExtractCopyRightWatermarkCompleteEvent, QualityInspectCompleteEvent
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
1
65
|
# Release 4.0.748
|
|
2
66
|
|
|
3
67
|
## 批量计算(batch) 版本:2017-03-12
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,203 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 52 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2023-12-01 01:07:51
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [DataDisk](https://cloud.tencent.com/document/api/599/15912#DataDisk)
|
|
16
|
-
|
|
17
|
-
* 新增成员:BurstPerformance
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
## 费用中心(billing) 版本:2018-07-09
|
|
23
|
-
|
|
24
|
-
### 第 52 次发布
|
|
25
|
-
|
|
26
|
-
发布时间:2023-12-01 01:08:07
|
|
27
|
-
|
|
28
|
-
本次发布包含了以下内容:
|
|
29
|
-
|
|
30
|
-
改善已有的文档。
|
|
31
|
-
|
|
32
|
-
修改数据结构:
|
|
33
|
-
|
|
34
|
-
* [BillDetail](https://cloud.tencent.com/document/api/555/19183#BillDetail)
|
|
35
|
-
|
|
36
|
-
* 新增成员:BillDay, BillMonth
|
|
37
|
-
|
|
38
|
-
* [BillDistributionResourceSummary](https://cloud.tencent.com/document/api/555/19183#BillDistributionResourceSummary)
|
|
39
|
-
|
|
40
|
-
* 新增成员:BillMonth
|
|
41
|
-
|
|
42
|
-
* [BillResourceSummary](https://cloud.tencent.com/document/api/555/19183#BillResourceSummary)
|
|
43
|
-
|
|
44
|
-
* 新增成员:BillMonth
|
|
45
|
-
|
|
46
|
-
* <font color="#dd0000">**修改成员**:</font>TransferPayAmount, SPDeduction
|
|
47
|
-
|
|
48
|
-
* [DistributionBillDetail](https://cloud.tencent.com/document/api/555/19183#DistributionBillDetail)
|
|
49
|
-
|
|
50
|
-
* 新增成员:BillMonth, BillDay
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
## 验证码(captcha) 版本:2019-07-22
|
|
56
|
-
|
|
57
|
-
### 第 17 次发布
|
|
58
|
-
|
|
59
|
-
发布时间:2023-12-01 01:09:01
|
|
60
|
-
|
|
61
|
-
本次发布包含了以下内容:
|
|
62
|
-
|
|
63
|
-
改善已有的文档。
|
|
64
|
-
|
|
65
|
-
新增接口:
|
|
66
|
-
|
|
67
|
-
* [DescribeCaptchaRceResult](https://cloud.tencent.com/document/api/1110/102104)
|
|
68
|
-
|
|
69
|
-
新增数据结构:
|
|
70
|
-
|
|
71
|
-
* [RceResult](https://cloud.tencent.com/document/api/1110/40481#RceResult)
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
## 云防火墙(cfw) 版本:2019-09-04
|
|
76
|
-
|
|
77
|
-
### 第 50 次发布
|
|
78
|
-
|
|
79
|
-
发布时间:2023-12-01 01:10:27
|
|
80
|
-
|
|
81
|
-
本次发布包含了以下内容:
|
|
82
|
-
|
|
83
|
-
改善已有的文档。
|
|
84
|
-
|
|
85
|
-
新增接口:
|
|
86
|
-
|
|
87
|
-
* [CreateIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102107)
|
|
88
|
-
* [DeleteIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102106)
|
|
89
|
-
* [DescribeIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102105)
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
## 云服务器(cvm) 版本:2017-03-12
|
|
94
|
-
|
|
95
|
-
### 第 122 次发布
|
|
96
|
-
|
|
97
|
-
发布时间:2023-12-01 01:12:05
|
|
98
|
-
|
|
99
|
-
本次发布包含了以下内容:
|
|
100
|
-
|
|
101
|
-
改善已有的文档。
|
|
102
|
-
|
|
103
|
-
修改接口:
|
|
104
|
-
|
|
105
|
-
* [ModifyInstancesAttribute](https://cloud.tencent.com/document/api/213/15739)
|
|
106
|
-
|
|
107
|
-
* 新增入参:AutoReboot
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
修改数据结构:
|
|
111
|
-
|
|
112
|
-
* [DataDisk](https://cloud.tencent.com/document/api/213/15753#DataDisk)
|
|
113
|
-
|
|
114
|
-
* 新增成员:BurstPerformance
|
|
115
|
-
|
|
116
|
-
* [Image](https://cloud.tencent.com/document/api/213/15753#Image)
|
|
117
|
-
|
|
118
|
-
* <font color="#dd0000">**修改成员**:</font>ImageId, OsName, ImageType, Platform, ImageCreator, ImageSource, LicenseType
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
## 腾讯电子签企业版(ess) 版本:2020-11-11
|
|
124
|
-
|
|
125
|
-
### 第 138 次发布
|
|
126
|
-
|
|
127
|
-
发布时间:2023-11-30 16:06:35
|
|
128
|
-
|
|
129
|
-
本次发布包含了以下内容:
|
|
130
|
-
|
|
131
|
-
改善已有的文档。
|
|
132
|
-
|
|
133
|
-
修改接口:
|
|
134
|
-
|
|
135
|
-
* [CreateEmbedWebUrl](https://cloud.tencent.com/document/api/1323/95590)
|
|
136
|
-
|
|
137
|
-
* 新增入参:UserData
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
|
|
143
|
-
|
|
144
|
-
### 第 137 次发布
|
|
145
|
-
|
|
146
|
-
发布时间:2023-11-30 16:01:23
|
|
147
|
-
|
|
148
|
-
本次发布包含了以下内容:
|
|
149
|
-
|
|
150
|
-
改善已有的文档。
|
|
151
|
-
|
|
152
|
-
修改接口:
|
|
153
|
-
|
|
154
|
-
* [ChannelCreateEmbedWebUrl](https://cloud.tencent.com/document/api/1420/87919)
|
|
155
|
-
|
|
156
|
-
* 新增入参:UserData
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
修改数据结构:
|
|
160
|
-
|
|
161
|
-
* [CreateFlowOption](https://cloud.tencent.com/document/api/1420/61525#CreateFlowOption)
|
|
162
|
-
|
|
163
|
-
* 新增成员:SkipUploadFile
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
## 多网聚合加速(mna) 版本:2021-01-19
|
|
173
|
-
|
|
174
|
-
### 第 15 次发布
|
|
175
|
-
|
|
176
|
-
发布时间:2023-12-01 01:19:47
|
|
177
|
-
|
|
178
|
-
本次发布包含了以下内容:
|
|
179
|
-
|
|
180
|
-
改善已有的文档。
|
|
181
|
-
|
|
182
|
-
新增接口:
|
|
183
|
-
|
|
184
|
-
* [GetDevicePayMode](https://cloud.tencent.com/document/api/1385/102111)
|
|
185
|
-
* [GetFlowPackages](https://cloud.tencent.com/document/api/1385/102110)
|
|
186
|
-
* [ModifyPackageRenewFlag](https://cloud.tencent.com/document/api/1385/102109)
|
|
187
|
-
* [OrderFlowPackage](https://cloud.tencent.com/document/api/1385/102108)
|
|
188
|
-
|
|
189
|
-
新增数据结构:
|
|
190
|
-
|
|
191
|
-
* [DevicePayModeInfo](https://cloud.tencent.com/document/api/1385/55846#DevicePayModeInfo)
|
|
192
|
-
* [FlowPackageInfo](https://cloud.tencent.com/document/api/1385/55846#FlowPackageInfo)
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
|
|
3
|
+
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
197
4
|
|
|
198
|
-
### 第
|
|
5
|
+
### 第 49 次发布
|
|
199
6
|
|
|
200
|
-
发布时间:2023-12-
|
|
7
|
+
发布时间:2023-12-04 15:28:57
|
|
201
8
|
|
|
202
9
|
本次发布包含了以下内容:
|
|
203
10
|
|
|
@@ -205,174 +12,11 @@
|
|
|
205
12
|
|
|
206
13
|
新增接口:
|
|
207
14
|
|
|
208
|
-
* [
|
|
209
|
-
|
|
210
|
-
修改接口:
|
|
211
|
-
|
|
212
|
-
* [DescribeDBInstancesAttribute](https://cloud.tencent.com/document/api/238/90299)
|
|
213
|
-
|
|
214
|
-
* 新增出参:SSLConfig
|
|
215
|
-
|
|
15
|
+
* [DescribeFolder](https://cloud.tencent.com/document/api/849/102187)
|
|
216
16
|
|
|
217
17
|
新增数据结构:
|
|
218
18
|
|
|
219
|
-
* [
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
## 互动白板(tiw) 版本:2019-09-19
|
|
224
|
-
|
|
225
|
-
### 第 37 次发布
|
|
226
|
-
|
|
227
|
-
发布时间:2023-12-01 01:26:06
|
|
228
|
-
|
|
229
|
-
本次发布包含了以下内容:
|
|
230
|
-
|
|
231
|
-
改善已有的文档。
|
|
232
|
-
|
|
233
|
-
<font color="#dd0000">**删除接口**:</font>
|
|
234
|
-
|
|
235
|
-
* CreateOfflineRecord
|
|
236
|
-
* DescribeOfflineRecord
|
|
237
|
-
* DescribeOfflineRecordCallback
|
|
238
|
-
* SetOfflineRecordCallback
|
|
239
|
-
|
|
240
|
-
修改接口:
|
|
241
|
-
|
|
242
|
-
* [CreateTranscode](https://cloud.tencent.com/document/api/1137/40060)
|
|
243
|
-
|
|
244
|
-
* 新增入参:ExcelParam
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
新增数据结构:
|
|
248
|
-
|
|
249
|
-
* [ExcelParam](https://cloud.tencent.com/document/api/1137/40068#ExcelParam)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
## 实时音视频(trtc) 版本:2019-07-22
|
|
254
|
-
|
|
255
|
-
### 第 62 次发布
|
|
256
|
-
|
|
257
|
-
发布时间:2023-12-01 01:27:18
|
|
258
|
-
|
|
259
|
-
本次发布包含了以下内容:
|
|
260
|
-
|
|
261
|
-
改善已有的文档。
|
|
262
|
-
|
|
263
|
-
修改数据结构:
|
|
264
|
-
|
|
265
|
-
* [WaterMarkChar](https://cloud.tencent.com/document/api/647/44055#WaterMarkChar)
|
|
266
|
-
|
|
267
|
-
* 新增成员:Font
|
|
268
|
-
|
|
269
|
-
* [WaterMarkTimestamp](https://cloud.tencent.com/document/api/647/44055#WaterMarkTimestamp)
|
|
270
|
-
|
|
271
|
-
* 新增成员:Font
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
## 私有网络(vpc) 版本:2017-03-12
|
|
277
|
-
|
|
278
|
-
### 第 183 次发布
|
|
279
|
-
|
|
280
|
-
发布时间:2023-12-01 01:28:57
|
|
281
|
-
|
|
282
|
-
本次发布包含了以下内容:
|
|
283
|
-
|
|
284
|
-
改善已有的文档。
|
|
285
|
-
|
|
286
|
-
修改数据结构:
|
|
287
|
-
|
|
288
|
-
* [IPSECOptionsSpecification](https://cloud.tencent.com/document/api/215/15824#IPSECOptionsSpecification)
|
|
289
|
-
|
|
290
|
-
* 新增成员:IntegrityAlgorithm
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
|
|
296
|
-
|
|
297
|
-
### 第 61 次发布
|
|
298
|
-
|
|
299
|
-
发布时间:2023-12-01 01:30:04
|
|
300
|
-
|
|
301
|
-
本次发布包含了以下内容:
|
|
302
|
-
|
|
303
|
-
改善已有的文档。
|
|
304
|
-
|
|
305
|
-
修改接口:
|
|
306
|
-
|
|
307
|
-
* [BatchUpdateIntegrationTasks](https://cloud.tencent.com/document/api/1267/82531)
|
|
308
|
-
|
|
309
|
-
* 新增入参:InchargeIds
|
|
310
|
-
|
|
311
|
-
* [CheckAlarmRegularNameExist](https://cloud.tencent.com/document/api/1267/82530)
|
|
312
|
-
|
|
313
|
-
* 新增入参:MonitorType
|
|
314
|
-
|
|
315
|
-
* [DescribeAlarmEvents](https://cloud.tencent.com/document/api/1267/82513)
|
|
316
|
-
|
|
317
|
-
* 新增入参:MonitorType
|
|
318
|
-
|
|
319
|
-
* <font color="#dd0000">**修改入参**:</font>Filters, OrderFields, TaskType, StartTime, EndTime
|
|
320
|
-
|
|
321
|
-
* [DescribeAlarmReceiver](https://cloud.tencent.com/document/api/1267/82512)
|
|
322
|
-
|
|
323
|
-
* 新增入参:MonitorType
|
|
324
|
-
|
|
325
|
-
* [DescribeEventCases](https://cloud.tencent.com/document/api/1267/95217)
|
|
326
|
-
|
|
327
|
-
* 新增入参:TimeToLive, SortItem, SortType
|
|
328
|
-
|
|
329
|
-
* [TriggerDsEvent](https://cloud.tencent.com/document/api/1267/102051)
|
|
330
|
-
|
|
331
|
-
* 新增入参:EventBatchCaseList
|
|
332
|
-
|
|
333
|
-
* <font color="#dd0000">**修改入参**:</font>EventCaseList
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
新增数据结构:
|
|
337
|
-
|
|
338
|
-
* [EventBatchCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventBatchCaseDTO)
|
|
339
|
-
|
|
340
|
-
修改数据结构:
|
|
341
|
-
|
|
342
|
-
* [AlarmEventInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmEventInfo)
|
|
343
|
-
|
|
344
|
-
* 新增成员:MonitorObjectId, MonitorObjectName, Threshold
|
|
345
|
-
|
|
346
|
-
* [AlarmIndicatorInfo](https://cloud.tencent.com/document/api/1267/76336#AlarmIndicatorInfo)
|
|
347
|
-
|
|
348
|
-
* 新增成员:Threshold
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
354
|
-
|
|
355
|
-
### 第 5 次发布
|
|
356
|
-
|
|
357
|
-
发布时间:2023-12-01 01:31:31
|
|
358
|
-
|
|
359
|
-
本次发布包含了以下内容:
|
|
360
|
-
|
|
361
|
-
改善已有的文档。
|
|
362
|
-
|
|
363
|
-
修改接口:
|
|
364
|
-
|
|
365
|
-
* [DescribeAlarmStatusList](https://cloud.tencent.com/document/api/1693/101460)
|
|
366
|
-
|
|
367
|
-
* 新增入参:ApplicationToken, WorkspaceId
|
|
368
|
-
|
|
369
|
-
* 新增出参:Result
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
新增数据结构:
|
|
373
|
-
|
|
374
|
-
* [AlarmStatusData](https://cloud.tencent.com/document/api/1693/97961#AlarmStatusData)
|
|
375
|
-
* [DescribeAlarmStatusListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAlarmStatusListRes)
|
|
19
|
+
* [SubFolderInfo](https://cloud.tencent.com/document/api/849/52010#SubFolderInfo)
|
|
376
20
|
|
|
377
21
|
|
|
378
22
|
|
|
@@ -12705,11 +12349,11 @@
|
|
|
12705
12349
|
|
|
12706
12350
|
新增接口:
|
|
12707
12351
|
|
|
12708
|
-
* [
|
|
12352
|
+
* [DescribeCaptchaRceResult](https://cloud.tencent.com/document/api/1110/102104)
|
|
12709
12353
|
|
|
12710
12354
|
新增数据结构:
|
|
12711
12355
|
|
|
12712
|
-
* [
|
|
12356
|
+
* [RceResult](https://cloud.tencent.com/document/api/1110/40481#RceResult)
|
|
12713
12357
|
|
|
12714
12358
|
### 第 16 次发布
|
|
12715
12359
|
|
|
@@ -22853,9 +22497,9 @@
|
|
|
22853
22497
|
|
|
22854
22498
|
新增接口:
|
|
22855
22499
|
|
|
22856
|
-
* [
|
|
22857
|
-
* [
|
|
22858
|
-
* [
|
|
22500
|
+
* [CreateIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102107)
|
|
22501
|
+
* [DeleteIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102106)
|
|
22502
|
+
* [DescribeIdsWhiteRule](https://cloud.tencent.com/document/api/1132/102105)
|
|
22859
22503
|
|
|
22860
22504
|
### 第 49 次发布
|
|
22861
22505
|
|
|
@@ -80241,15 +79885,15 @@
|
|
|
80241
79885
|
|
|
80242
79886
|
新增接口:
|
|
80243
79887
|
|
|
80244
|
-
* [
|
|
80245
|
-
* [
|
|
80246
|
-
* [
|
|
80247
|
-
* [
|
|
79888
|
+
* [GetDevicePayMode](https://cloud.tencent.com/document/api/1385/102111)
|
|
79889
|
+
* [GetFlowPackages](https://cloud.tencent.com/document/api/1385/102110)
|
|
79890
|
+
* [ModifyPackageRenewFlag](https://cloud.tencent.com/document/api/1385/102109)
|
|
79891
|
+
* [OrderFlowPackage](https://cloud.tencent.com/document/api/1385/102108)
|
|
80248
79892
|
|
|
80249
79893
|
新增数据结构:
|
|
80250
79894
|
|
|
80251
|
-
* [
|
|
80252
|
-
* [
|
|
79895
|
+
* [DevicePayModeInfo](https://cloud.tencent.com/document/api/1385/55846#DevicePayModeInfo)
|
|
79896
|
+
* [FlowPackageInfo](https://cloud.tencent.com/document/api/1385/55846#FlowPackageInfo)
|
|
80253
79897
|
|
|
80254
79898
|
### 第 14 次发布
|
|
80255
79899
|
|
|
@@ -87369,6 +87013,37 @@
|
|
|
87369
87013
|
|
|
87370
87014
|
## 流计算 Oceanus(oceanus) 版本:2019-04-22
|
|
87371
87015
|
|
|
87016
|
+
### 第 49 次发布
|
|
87017
|
+
|
|
87018
|
+
发布时间:2023-12-04 15:28:57
|
|
87019
|
+
|
|
87020
|
+
本次发布包含了以下内容:
|
|
87021
|
+
|
|
87022
|
+
改善已有的文档。
|
|
87023
|
+
|
|
87024
|
+
新增接口:
|
|
87025
|
+
|
|
87026
|
+
* [[DescribeFolder](https://cloud.tencent.com/document/api/849/102187)](https://cloud.tencent.com/document/api/#/#)
|
|
87027
|
+
|
|
87028
|
+
新增数据结构:
|
|
87029
|
+
|
|
87030
|
+
* [[SubFolderInfo](https://cloud.tencent.com/document/api/849/52010#SubFolderInfo)](https://cloud.tencent.com/document/api/849/52010#[SubFolderInfo](https://cloud.tencent.com/document/api/849/52010#SubFolderInfo))
|
|
87031
|
+
|
|
87032
|
+
### 第 48 次发布
|
|
87033
|
+
|
|
87034
|
+
发布时间:2023-12-04 00:15:25
|
|
87035
|
+
|
|
87036
|
+
本次发布包含了以下内容:
|
|
87037
|
+
|
|
87038
|
+
改善已有的文档。
|
|
87039
|
+
|
|
87040
|
+
修改数据结构:
|
|
87041
|
+
|
|
87042
|
+
* [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
|
|
87043
|
+
|
|
87044
|
+
* <font color="#dd0000">**修改成员**:</font>Tags
|
|
87045
|
+
|
|
87046
|
+
|
|
87372
87047
|
### 第 47 次发布
|
|
87373
87048
|
|
|
87374
87049
|
发布时间:2023-11-28 01:20:57
|
|
@@ -98110,7 +97785,7 @@
|
|
|
98110
97785
|
|
|
98111
97786
|
新增接口:
|
|
98112
97787
|
|
|
98113
|
-
* [
|
|
97788
|
+
* [ModifyDBInstanceSSL](https://cloud.tencent.com/document/api/238/102112)
|
|
98114
97789
|
|
|
98115
97790
|
修改接口:
|
|
98116
97791
|
|
|
@@ -98121,7 +97796,7 @@
|
|
|
98121
97796
|
|
|
98122
97797
|
新增数据结构:
|
|
98123
97798
|
|
|
98124
|
-
* [
|
|
97799
|
+
* [SSLConfig](https://cloud.tencent.com/document/api/238/19976#SSLConfig)
|
|
98125
97800
|
|
|
98126
97801
|
### 第 55 次发布
|
|
98127
97802
|
|
|
@@ -119639,7 +119314,7 @@
|
|
|
119639
119314
|
|
|
119640
119315
|
新增数据结构:
|
|
119641
119316
|
|
|
119642
|
-
* [
|
|
119317
|
+
* [ExcelParam](https://cloud.tencent.com/document/api/1137/40068#ExcelParam)
|
|
119643
119318
|
|
|
119644
119319
|
### 第 36 次发布
|
|
119645
119320
|
|
|
@@ -130570,6 +130245,23 @@
|
|
|
130570
130245
|
|
|
130571
130246
|
## 云点播(vod) 版本:2018-07-17
|
|
130572
130247
|
|
|
130248
|
+
### 第 175 次发布
|
|
130249
|
+
|
|
130250
|
+
发布时间:2023-12-04 00:22:12
|
|
130251
|
+
|
|
130252
|
+
本次发布包含了以下内容:
|
|
130253
|
+
|
|
130254
|
+
改善已有的文档。
|
|
130255
|
+
|
|
130256
|
+
修改数据结构:
|
|
130257
|
+
|
|
130258
|
+
* [EventContent](https://cloud.tencent.com/document/api/266/31773#EventContent)
|
|
130259
|
+
|
|
130260
|
+
* 新增成员:QualityEnhanceCompleteEvent
|
|
130261
|
+
|
|
130262
|
+
* <font color="#dd0000">**修改成员**:</font>ExtractCopyRightWatermarkCompleteEvent, QualityInspectCompleteEvent
|
|
130263
|
+
|
|
130264
|
+
|
|
130573
130265
|
### 第 174 次发布
|
|
130574
130266
|
|
|
130575
130267
|
发布时间:2023-11-30 07:24:28
|
|
@@ -141571,7 +141263,7 @@
|
|
|
141571
141263
|
|
|
141572
141264
|
新增数据结构:
|
|
141573
141265
|
|
|
141574
|
-
* [
|
|
141266
|
+
* [EventBatchCaseDTO](https://cloud.tencent.com/document/api/1267/76336#EventBatchCaseDTO)
|
|
141575
141267
|
|
|
141576
141268
|
修改数据结构:
|
|
141577
141269
|
|
|
@@ -143479,8 +143171,8 @@
|
|
|
143479
143171
|
|
|
143480
143172
|
新增数据结构:
|
|
143481
143173
|
|
|
143482
|
-
* [
|
|
143483
|
-
* [
|
|
143174
|
+
* [AlarmStatusData](https://cloud.tencent.com/document/api/1693/97961#AlarmStatusData)
|
|
143175
|
+
* [DescribeAlarmStatusListRes](https://cloud.tencent.com/document/api/1693/97961#DescribeAlarmStatusListRes)
|
|
143484
143176
|
|
|
143485
143177
|
### 第 4 次发布
|
|
143486
143178
|
|