tencentcloud-sdk-nodejs 4.0.790 → 4.0.791
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 +390 -0
- package/SERVICE_CHANGELOG.md +658 -346
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +9 -4
- package/src/services/as/v20180419/as_models.ts +38 -38
- package/src/services/bi/v20220105/bi_client.ts +1 -0
- package/src/services/bi/v20220105/bi_models.ts +226 -16
- package/src/services/cls/v20201016/cls_client.ts +70 -21
- package/src/services/cls/v20201016/cls_models.ts +360 -145
- package/src/services/csip/v20221121/csip_client.ts +1 -0
- package/src/services/csip/v20221121/csip_models.ts +26 -0
- package/src/services/cwp/v20180228/cwp_client.ts +4 -2
- package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
- package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +12 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +43 -3
- package/src/services/lcic/v20220817/lcic_models.ts +8 -0
- package/src/services/rum/v20210622/rum_client.ts +0 -12
- package/src/services/rum/v20210622/rum_models.ts +0 -108
- package/src/services/trro/v20220325/trro_models.ts +13 -0
- package/src/services/tse/v20201207/tse_client.ts +2 -1
- package/src/services/tse/v20201207/tse_models.ts +45 -15
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +20 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +9 -4
- package/tencentcloud/services/as/v20180419/as_models.d.ts +38 -38
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +225 -16
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +23 -7
- package/tencentcloud/services/cls/v20201016/cls_client.js +33 -9
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +351 -145
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +25 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +41 -3
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +1 -5
- package/tencentcloud/services/rum/v20210622/rum_client.js +0 -6
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +0 -106
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +13 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +44 -15
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +20 -2
- package/test/cls.v20201016.test.js +52 -12
- package/test/iotcloud.v20210408.test.js +10 -0
- package/test/rum.v20210622.test.js +0 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,393 @@
|
|
|
1
|
+
# Release 4.0.791
|
|
2
|
+
|
|
3
|
+
## API 网关(apigateway) 版本:2018-08-08
|
|
4
|
+
|
|
5
|
+
### 第 48 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-01-31 01:06:22
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改数据结构:
|
|
14
|
+
|
|
15
|
+
* [Environment](https://cloud.tencent.com/document/api/628/45244#Environment)
|
|
16
|
+
|
|
17
|
+
* 新增成员:CreateTime
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## 弹性伸缩(as) 版本:2018-04-19
|
|
23
|
+
|
|
24
|
+
### 第 70 次发布
|
|
25
|
+
|
|
26
|
+
发布时间:2024-01-31 01:06:41
|
|
27
|
+
|
|
28
|
+
本次发布包含了以下内容:
|
|
29
|
+
|
|
30
|
+
改善已有的文档。
|
|
31
|
+
|
|
32
|
+
修改数据结构:
|
|
33
|
+
|
|
34
|
+
* [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
|
|
35
|
+
|
|
36
|
+
* 新增成员:DisasterRecoverGroupIds
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## 商业智能分析 BI(bi) 版本:2022-01-05
|
|
42
|
+
|
|
43
|
+
### 第 9 次发布
|
|
44
|
+
|
|
45
|
+
发布时间:2024-01-31 01:07:03
|
|
46
|
+
|
|
47
|
+
本次发布包含了以下内容:
|
|
48
|
+
|
|
49
|
+
改善已有的文档。
|
|
50
|
+
|
|
51
|
+
修改接口:
|
|
52
|
+
|
|
53
|
+
* [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
|
|
54
|
+
|
|
55
|
+
* 新增出参:ErrorInfo
|
|
56
|
+
|
|
57
|
+
* [CreateDatasource](https://cloud.tencent.com/document/api/590/98854)
|
|
58
|
+
|
|
59
|
+
* 新增出参:ErrorInfo
|
|
60
|
+
|
|
61
|
+
* [CreateDatasourceCloud](https://cloud.tencent.com/document/api/590/98853)
|
|
62
|
+
|
|
63
|
+
* 新增出参:ErrorInfo
|
|
64
|
+
|
|
65
|
+
* [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
|
|
66
|
+
|
|
67
|
+
* 新增出参:ErrorInfo
|
|
68
|
+
|
|
69
|
+
* [CreateProject](https://cloud.tencent.com/document/api/590/98838)
|
|
70
|
+
|
|
71
|
+
* 新增出参:ErrorInfo
|
|
72
|
+
|
|
73
|
+
* [CreateUserRole](https://cloud.tencent.com/document/api/590/98848)
|
|
74
|
+
|
|
75
|
+
* 新增出参:ErrorInfo
|
|
76
|
+
|
|
77
|
+
* [CreateUserRoleProject](https://cloud.tencent.com/document/api/590/98847)
|
|
78
|
+
|
|
79
|
+
* 新增出参:ErrorInfo
|
|
80
|
+
|
|
81
|
+
* [DeleteDatasource](https://cloud.tencent.com/document/api/590/98852)
|
|
82
|
+
|
|
83
|
+
* 新增出参:ErrorInfo
|
|
84
|
+
|
|
85
|
+
* [DeleteProject](https://cloud.tencent.com/document/api/590/98837)
|
|
86
|
+
|
|
87
|
+
* 新增出参:ErrorInfo
|
|
88
|
+
|
|
89
|
+
* [DeleteUserRole](https://cloud.tencent.com/document/api/590/98846)
|
|
90
|
+
|
|
91
|
+
* 新增出参:ErrorInfo
|
|
92
|
+
|
|
93
|
+
* [DeleteUserRoleProject](https://cloud.tencent.com/document/api/590/98845)
|
|
94
|
+
|
|
95
|
+
* 新增出参:ErrorInfo
|
|
96
|
+
|
|
97
|
+
* [DescribeDatasourceList](https://cloud.tencent.com/document/api/590/98840)
|
|
98
|
+
|
|
99
|
+
* 新增出参:ErrorInfo
|
|
100
|
+
|
|
101
|
+
* [DescribeProjectInfo](https://cloud.tencent.com/document/api/590/98836)
|
|
102
|
+
|
|
103
|
+
* 新增出参:ErrorInfo
|
|
104
|
+
|
|
105
|
+
* [DescribeProjectList](https://cloud.tencent.com/document/api/590/98835)
|
|
106
|
+
|
|
107
|
+
* 新增出参:ErrorInfo
|
|
108
|
+
|
|
109
|
+
* [DescribeUserProjectList](https://cloud.tencent.com/document/api/590/98844)
|
|
110
|
+
|
|
111
|
+
* 新增出参:ErrorInfo
|
|
112
|
+
|
|
113
|
+
* [DescribeUserRoleList](https://cloud.tencent.com/document/api/590/98843)
|
|
114
|
+
|
|
115
|
+
* 新增入参:IsOnlyBindAppUser
|
|
116
|
+
|
|
117
|
+
* 新增出参:ErrorInfo
|
|
118
|
+
|
|
119
|
+
* [DescribeUserRoleProjectList](https://cloud.tencent.com/document/api/590/100532)
|
|
120
|
+
|
|
121
|
+
* 新增入参:IsOnlyBindAppUser
|
|
122
|
+
|
|
123
|
+
* 新增出参:ErrorInfo
|
|
124
|
+
|
|
125
|
+
* [ModifyDatasource](https://cloud.tencent.com/document/api/590/98851)
|
|
126
|
+
|
|
127
|
+
* 新增出参:ErrorInfo
|
|
128
|
+
|
|
129
|
+
* [ModifyDatasourceCloud](https://cloud.tencent.com/document/api/590/98850)
|
|
130
|
+
|
|
131
|
+
* 新增出参:ErrorInfo
|
|
132
|
+
|
|
133
|
+
* [ModifyProject](https://cloud.tencent.com/document/api/590/98834)
|
|
134
|
+
|
|
135
|
+
* 新增出参:ErrorInfo
|
|
136
|
+
|
|
137
|
+
* [ModifyUserRole](https://cloud.tencent.com/document/api/590/98878)
|
|
138
|
+
|
|
139
|
+
* 新增入参:AppUserId
|
|
140
|
+
|
|
141
|
+
* 新增出参:ErrorInfo
|
|
142
|
+
|
|
143
|
+
* [ModifyUserRoleProject](https://cloud.tencent.com/document/api/590/98842)
|
|
144
|
+
|
|
145
|
+
* 新增入参:AppUserId
|
|
146
|
+
|
|
147
|
+
* 新增出参:ErrorInfo
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
新增数据结构:
|
|
151
|
+
|
|
152
|
+
* [ErrorInfo](https://cloud.tencent.com/document/api/590/73726#ErrorInfo)
|
|
153
|
+
|
|
154
|
+
修改数据结构:
|
|
155
|
+
|
|
156
|
+
* [UserIdAndUserName](https://cloud.tencent.com/document/api/590/73726#UserIdAndUserName)
|
|
157
|
+
|
|
158
|
+
* 新增成员:AppId, AppUserId, AppUserAliasName, AppUserName, InValidateAppRange
|
|
159
|
+
|
|
160
|
+
* [UserRoleListDataUserRoleInfo](https://cloud.tencent.com/document/api/590/73726#UserRoleListDataUserRoleInfo)
|
|
161
|
+
|
|
162
|
+
* 新增成员:AppUserId, AppUserAliasName, AppUserName, InValidateAppRange
|
|
163
|
+
|
|
164
|
+
* <font color="#dd0000">**修改成员**:</font>CorpAdmin
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
## 日志服务(cls) 版本:2020-10-16
|
|
170
|
+
|
|
171
|
+
### 第 80 次发布
|
|
172
|
+
|
|
173
|
+
发布时间:2024-01-31 01:10:12
|
|
174
|
+
|
|
175
|
+
本次发布包含了以下内容:
|
|
176
|
+
|
|
177
|
+
改善已有的文档。
|
|
178
|
+
|
|
179
|
+
新增接口:
|
|
180
|
+
|
|
181
|
+
* [CreateAlarmShield](https://cloud.tencent.com/document/api/614/103652)
|
|
182
|
+
* [DeleteAlarmShield](https://cloud.tencent.com/document/api/614/103651)
|
|
183
|
+
* [DescribeAlarmShields](https://cloud.tencent.com/document/api/614/103650)
|
|
184
|
+
* [ModifyAlarmShield](https://cloud.tencent.com/document/api/614/103649)
|
|
185
|
+
|
|
186
|
+
新增数据结构:
|
|
187
|
+
|
|
188
|
+
* [AlarmShieldInfo](https://cloud.tencent.com/document/api/614/56471#AlarmShieldInfo)
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
## 云安全一体化平台(csip) 版本:2022-11-21
|
|
193
|
+
|
|
194
|
+
### 第 30 次发布
|
|
195
|
+
|
|
196
|
+
发布时间:2024-01-31 01:10:44
|
|
197
|
+
|
|
198
|
+
本次发布包含了以下内容:
|
|
199
|
+
|
|
200
|
+
改善已有的文档。
|
|
201
|
+
|
|
202
|
+
新增数据结构:
|
|
203
|
+
|
|
204
|
+
* [PortRiskAdvanceCFGParamItem](https://cloud.tencent.com/document/api/664/90825#PortRiskAdvanceCFGParamItem)
|
|
205
|
+
|
|
206
|
+
修改数据结构:
|
|
207
|
+
|
|
208
|
+
* [TaskAdvanceCFG](https://cloud.tencent.com/document/api/664/90825#TaskAdvanceCFG)
|
|
209
|
+
|
|
210
|
+
* 新增成员:PortRisk
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
## 主机安全(cwp) 版本:2018-02-28
|
|
216
|
+
|
|
217
|
+
### 第 107 次发布
|
|
218
|
+
|
|
219
|
+
发布时间:2024-01-31 01:11:09
|
|
220
|
+
|
|
221
|
+
本次发布包含了以下内容:
|
|
222
|
+
|
|
223
|
+
改善已有的文档。
|
|
224
|
+
|
|
225
|
+
<font color="#dd0000">**预下线接口**:</font>
|
|
226
|
+
|
|
227
|
+
* DescribeAttackLogInfo
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
## 物联网通信(iotcloud) 版本:2021-04-08
|
|
232
|
+
|
|
233
|
+
### 第 10 次发布
|
|
234
|
+
|
|
235
|
+
发布时间:2024-01-31 01:16:26
|
|
236
|
+
|
|
237
|
+
本次发布包含了以下内容:
|
|
238
|
+
|
|
239
|
+
改善已有的文档。
|
|
240
|
+
|
|
241
|
+
新增接口:
|
|
242
|
+
|
|
243
|
+
* [UpdateOtaTaskStatus](https://cloud.tencent.com/document/api/634/103653)
|
|
244
|
+
|
|
245
|
+
修改接口:
|
|
246
|
+
|
|
247
|
+
* [BatchUpdateFirmware](https://cloud.tencent.com/document/api/634/73637)
|
|
248
|
+
|
|
249
|
+
* 新增入参:Type
|
|
250
|
+
|
|
251
|
+
* [EditFirmware](https://cloud.tencent.com/document/api/634/73623)
|
|
252
|
+
|
|
253
|
+
* 新增入参:FirmwareUserDefined
|
|
254
|
+
|
|
255
|
+
* [UploadFirmware](https://cloud.tencent.com/document/api/634/73621)
|
|
256
|
+
|
|
257
|
+
* 新增入参:FirmwareUserDefined
|
|
258
|
+
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
|
|
262
|
+
## 物联网通信(iotcloud) 版本:2018-06-14
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
## 实时互动-教育版(lcic) 版本:2022-08-17
|
|
267
|
+
|
|
268
|
+
### 第 50 次发布
|
|
269
|
+
|
|
270
|
+
发布时间:2024-01-31 01:17:54
|
|
271
|
+
|
|
272
|
+
本次发布包含了以下内容:
|
|
273
|
+
|
|
274
|
+
改善已有的文档。
|
|
275
|
+
|
|
276
|
+
修改接口:
|
|
277
|
+
|
|
278
|
+
* [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
|
|
279
|
+
|
|
280
|
+
* 新增入参:RTMPStreamingURL
|
|
281
|
+
|
|
282
|
+
* 新增出参:RTMPStreamingURL
|
|
283
|
+
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
## 前端性能监控(rum) 版本:2021-06-22
|
|
288
|
+
|
|
289
|
+
### 第 33 次发布
|
|
290
|
+
|
|
291
|
+
发布时间:2024-01-31 01:20:58
|
|
292
|
+
|
|
293
|
+
本次发布包含了以下内容:
|
|
294
|
+
|
|
295
|
+
改善已有的文档。
|
|
296
|
+
|
|
297
|
+
<font color="#dd0000">**删除接口**:</font>
|
|
298
|
+
|
|
299
|
+
* DescribeDataPerformanceProject
|
|
300
|
+
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
## 远程实时操控(trro) 版本:2022-03-25
|
|
304
|
+
|
|
305
|
+
### 第 4 次发布
|
|
306
|
+
|
|
307
|
+
发布时间:2024-01-31 01:25:41
|
|
308
|
+
|
|
309
|
+
本次发布包含了以下内容:
|
|
310
|
+
|
|
311
|
+
改善已有的文档。
|
|
312
|
+
|
|
313
|
+
修改接口:
|
|
314
|
+
|
|
315
|
+
* [GetLicenseStat](https://cloud.tencent.com/document/api/1584/89901)
|
|
316
|
+
|
|
317
|
+
* 新增出参:MonthlyExpire
|
|
318
|
+
|
|
319
|
+
* [GetLicenses](https://cloud.tencent.com/document/api/1584/89900)
|
|
320
|
+
|
|
321
|
+
* 新增入参:Status
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
修改数据结构:
|
|
325
|
+
|
|
326
|
+
* [Device](https://cloud.tencent.com/document/api/1584/89828#Device)
|
|
327
|
+
|
|
328
|
+
* 新增成员:MonthlyRemainTime
|
|
329
|
+
|
|
330
|
+
* <font color="#dd0000">**修改成员**:</font>DeviceId, DeviceName, LicenseCount, RemainDay, ExpireTime, Duration, LicenseIds
|
|
331
|
+
|
|
332
|
+
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
## 微服务引擎(tse) 版本:2020-12-07
|
|
336
|
+
|
|
337
|
+
### 第 56 次发布
|
|
338
|
+
|
|
339
|
+
发布时间:2024-01-31 01:25:54
|
|
340
|
+
|
|
341
|
+
本次发布包含了以下内容:
|
|
342
|
+
|
|
343
|
+
改善已有的文档。
|
|
344
|
+
|
|
345
|
+
修改接口:
|
|
346
|
+
|
|
347
|
+
* [CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)
|
|
348
|
+
|
|
349
|
+
* 新增出参:Result
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
新增数据结构:
|
|
353
|
+
|
|
354
|
+
* [CreatePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#CreatePublicNetworkResult)
|
|
355
|
+
|
|
356
|
+
修改数据结构:
|
|
357
|
+
|
|
358
|
+
* [CloudNativeAPIGatewayStrategyAutoScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyAutoScalerConfig)
|
|
359
|
+
|
|
360
|
+
* [CloudNativeAPIGatewayStrategyCronScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyCronScalerConfig)
|
|
361
|
+
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
|
|
366
|
+
|
|
367
|
+
### 第 7 次发布
|
|
368
|
+
|
|
369
|
+
发布时间:2024-01-31 01:28:56
|
|
370
|
+
|
|
371
|
+
本次发布包含了以下内容:
|
|
372
|
+
|
|
373
|
+
改善已有的文档。
|
|
374
|
+
|
|
375
|
+
修改接口:
|
|
376
|
+
|
|
377
|
+
* [DescribeDeviceList](https://cloud.tencent.com/document/api/1693/101482)
|
|
378
|
+
|
|
379
|
+
* 新增入参:IsActive, IsCamera
|
|
380
|
+
|
|
381
|
+
|
|
382
|
+
修改数据结构:
|
|
383
|
+
|
|
384
|
+
* [DeviceDataInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceDataInfo)
|
|
385
|
+
|
|
386
|
+
* 新增成员:DeviceStatus, Status
|
|
387
|
+
|
|
388
|
+
|
|
389
|
+
|
|
390
|
+
|
|
1
391
|
# Release 4.0.790
|
|
2
392
|
|
|
3
393
|
## 云数据库 MySQL(cdb) 版本:2017-03-20
|