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.
Files changed (53) hide show
  1. package/CHANGELOG.md +390 -0
  2. package/SERVICE_CHANGELOG.md +658 -346
  3. package/package.json +1 -1
  4. package/products.md +14 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_models.ts +9 -4
  7. package/src/services/as/v20180419/as_models.ts +38 -38
  8. package/src/services/bi/v20220105/bi_client.ts +1 -0
  9. package/src/services/bi/v20220105/bi_models.ts +226 -16
  10. package/src/services/cls/v20201016/cls_client.ts +70 -21
  11. package/src/services/cls/v20201016/cls_models.ts +360 -145
  12. package/src/services/csip/v20221121/csip_client.ts +1 -0
  13. package/src/services/csip/v20221121/csip_models.ts +26 -0
  14. package/src/services/cwp/v20180228/cwp_client.ts +4 -2
  15. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  16. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -0
  17. package/src/services/iotcloud/v20210408/iotcloud_client.ts +12 -0
  18. package/src/services/iotcloud/v20210408/iotcloud_models.ts +43 -3
  19. package/src/services/lcic/v20220817/lcic_models.ts +8 -0
  20. package/src/services/rum/v20210622/rum_client.ts +0 -12
  21. package/src/services/rum/v20210622/rum_models.ts +0 -108
  22. package/src/services/trro/v20220325/trro_models.ts +13 -0
  23. package/src/services/tse/v20201207/tse_client.ts +2 -1
  24. package/src/services/tse/v20201207/tse_models.ts +45 -15
  25. package/src/services/weilingwith/v20230427/weilingwith_models.ts +20 -2
  26. package/tencentcloud/common/sdk_version.d.ts +1 -1
  27. package/tencentcloud/common/sdk_version.js +1 -1
  28. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +9 -4
  29. package/tencentcloud/services/as/v20180419/as_models.d.ts +38 -38
  30. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +225 -16
  31. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +23 -7
  32. package/tencentcloud/services/cls/v20201016/cls_client.js +33 -9
  33. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +351 -145
  34. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +25 -0
  35. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
  36. package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
  37. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  38. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  39. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
  40. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
  41. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
  42. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +41 -3
  43. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
  44. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +1 -5
  45. package/tencentcloud/services/rum/v20210622/rum_client.js +0 -6
  46. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +0 -106
  47. package/tencentcloud/services/trro/v20220325/trro_models.d.ts +13 -0
  48. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
  49. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +44 -15
  50. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +20 -2
  51. package/test/cls.v20201016.test.js +52 -12
  52. package/test/iotcloud.v20210408.test.js +10 -0
  53. package/test/rum.v20210622.test.js +0 -10
@@ -1,26 +1,48 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 云数据库 MySQL(cdb) 版本:2017-03-20
3
+ ## API 网关(apigateway) 版本:2018-08-08
4
4
 
5
- ### 第 152 次发布
5
+ ### 第 48 次发布
6
6
 
7
- 发布时间:2024-01-30 01:08:20
7
+ 发布时间:2024-01-31 01:06:22
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
11
11
  改善已有的文档。
12
12
 
13
- 新增接口:
13
+ 修改数据结构:
14
14
 
15
- * [DescribeInstanceAlarmEvents](https://cloud.tencent.com/document/api/236/103572)
15
+ * [Environment](https://cloud.tencent.com/document/api/628/45244#Environment)
16
+
17
+ * 新增成员:CreateTime
16
18
 
17
19
 
18
20
 
19
- ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
20
21
 
21
- ### 26 次发布
22
+ ## 弹性伸缩(as) 版本:2018-04-19
22
23
 
23
- 发布时间:2024-01-30 01:16:52
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
24
46
 
25
47
  本次发布包含了以下内容:
26
48
 
@@ -28,56 +50,245 @@
28
50
 
29
51
  修改接口:
30
52
 
31
- * [DescribeDevicePackages](https://cloud.tencent.com/document/api/1131/95522)
53
+ * [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
32
54
 
33
- * 新增入参:ChannelId
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
34
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)
35
153
 
36
154
  修改数据结构:
37
155
 
38
- * [PackageInfo](https://cloud.tencent.com/document/api/1131/76635#PackageInfo)
156
+ * [UserIdAndUserName](https://cloud.tencent.com/document/api/590/73726#UserIdAndUserName)
39
157
 
40
- * 新增成员:ChannelId
158
+ * 新增成员:AppId, AppUserId, AppUserAliasName, AppUserName, InValidateAppRange
41
159
 
160
+ * [UserRoleListDataUserRoleInfo](https://cloud.tencent.com/document/api/590/73726#UserRoleListDataUserRoleInfo)
42
161
 
162
+ * 新增成员:AppUserId, AppUserAliasName, AppUserName, InValidateAppRange
43
163
 
164
+ * <font color="#dd0000">**修改成员**:</font>CorpAdmin
44
165
 
45
- ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
46
166
 
47
167
 
48
168
 
49
- ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
169
+ ## 日志服务(cls) 版本:2020-10-16
50
170
 
171
+ ### 第 80 次发布
51
172
 
173
+ 发布时间:2024-01-31 01:10:12
52
174
 
53
- ## 边缘安全加速平台(teo) 版本:2022-09-01
175
+ 本次发布包含了以下内容:
54
176
 
55
- ### 第 73 次发布
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
56
211
 
57
- 发布时间:2024-01-30 01:24:01
212
+
213
+
214
+
215
+ ## 主机安全(cwp) 版本:2018-02-28
216
+
217
+ ### 第 107 次发布
218
+
219
+ 发布时间:2024-01-31 01:11:09
58
220
 
59
221
  本次发布包含了以下内容:
60
222
 
61
223
  改善已有的文档。
62
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
+
63
245
  修改接口:
64
246
 
65
- * [DescribeApplicationProxies](https://cloud.tencent.com/document/api/1552/80690)
247
+ * [BatchUpdateFirmware](https://cloud.tencent.com/document/api/634/73637)
66
248
 
67
- * 新增入参:ZoneId
249
+ * 新增入参:Type
68
250
 
251
+ * [EditFirmware](https://cloud.tencent.com/document/api/634/73623)
69
252
 
253
+ * 新增入参:FirmwareUserDefined
70
254
 
255
+ * [UploadFirmware](https://cloud.tencent.com/document/api/634/73621)
71
256
 
72
- ## 边缘安全加速平台(teo) 版本:2022-01-06
257
+ * 新增入参:FirmwareUserDefined
73
258
 
74
259
 
75
260
 
76
- ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
77
261
 
78
- ### 74 次发布
262
+ ## 物联网通信(iotcloud) 版本:2018-06-14
263
+
79
264
 
80
- 发布时间:2024-01-30 01:28:12
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
81
292
 
82
293
  本次发布包含了以下内容:
83
294
 
@@ -85,330 +296,95 @@
85
296
 
86
297
  <font color="#dd0000">**删除接口**:</font>
87
298
 
88
- * AcquireLock
89
- * AnalyzeDependentTasks
90
- * BatchCreateTaskVersionAsync
91
- * BatchCreateVirtualTaskDs
92
- * BatchDeleteTasksDsAsync
93
- * BatchRunTasksDs
94
- * BatchUpdateTasksDs
95
- * CheckCustomFunctionPremise
96
- * CheckTaskNameExistDs
97
- * CheckTaskPriorityDs
98
- * ClearRecycleTask
99
- * CommitWorkflow
100
- * CompareDsTaskVersionInfo
101
- * CopyTaskDs
102
- * CopyWorkflowDs
103
- * CreateBrowsingHistory
104
- * CreateFileVersion
105
- * CreateLink
106
- * CreatePath
107
- * CreateProjectParamDs
108
- * CreateResourceDirectory
109
- * CreateScriptsImportTasksDs
110
- * CreateTaskDs
111
- * CreateTaskFolder
112
- * CreateTaskInParamDs
113
- * CreateTaskOutParamDs
114
- * CreateTaskOutputRegistries
115
- * CreateTaskOutputRegistry
116
- * CreateTaskParamDs
117
- * CreateWorkflowDs
118
- * DeleteBatchWorkflowDs
119
- * DeleteDsEvent
120
- * DeleteDsEventListener
121
- * DeleteDsEventPublisher
122
- * DeleteEventListenerByTaskId
123
- * DeleteLink
124
- * DeleteProjectParamVersionDs
125
- * DeleteRecordList
126
- * DeleteRecycleTask
127
- * DeleteResourcePath
128
- * DeleteTaskFolder
129
- * DeleteTaskInParamDs
130
- * DeleteTaskOutParamDs
131
- * DeleteTaskOutputRegistry
132
- * DescribeAllParamDs
133
- * DescribeBatchTestRun
134
- * DescribeBrowsingHistories
135
- * DescribeChildrenDs
136
- * DescribeChildrenPathTrees
137
- * DescribeCodeDetail
138
- * DescribeCodeDetailV2
139
- * DescribeCodeSearchAuditInfo
140
- * DescribeCodeSearchAuditInfoV2
141
- * DescribeCodeSearchCount
142
- * DescribeCodeSearchInfo
143
- * DescribeCodeSearchInfoV2
144
- * DescribeCrontabTopNDs
145
- * DescribeCustomFunctionVersionList
146
- * DescribeDataDevelopTaskType
147
- * DescribeDataTableImportProgress
148
- * DescribeDependTasksDevDs
149
- * DescribeDependencyTasksForProjectClone
150
- * DescribeDependencyWorkflowForProjectClone
151
- * DescribeDevelopmentSpaceSupportType
152
- * DescribeDsEvent
153
- * DescribeDsEventDetail
154
- * DescribeDsEventListener
155
- * DescribeDsEventListenerList
156
- * DescribeDsEventPublisher
157
- * DescribeDsEventPublisherList
158
- * DescribeDsKettleServerFolderTree
159
- * DescribeDsLatestTaskVersionInfo
160
- * DescribeDsNotSubmitTasksAndCanRunByWorkflow
161
- * DescribeDsTaskVersionInfo
162
- * DescribeDsTaskVersionList
163
- * DescribeEtlTaskType
164
- * DescribeEventListenerByTaskId
165
- * DescribeEventListenerTask
166
- * DescribeExecutionLog
167
- * DescribeFatherDatasourceInfoDs
168
- * DescribeFileVersions
169
- * DescribeGlobalWorkflowDs
170
- * DescribeImportableOfflineTask
171
- * DescribeInfoTransByTypeIdDs
172
- * DescribeLock
173
- * DescribeNewSqlTaskResult
174
- * DescribeParentTask
175
- * DescribePathTrees
176
- * DescribeProdWorkflowCanvasInfoDs
177
- * DescribeProjectParamDs
178
- * DescribeProjectParamDsPage
179
- * DescribeProjectParamVersionDs
180
- * DescribeProjectParamVersionInfoDs
181
- * DescribeRecordList
182
- * DescribeRecycleTaskDetail
183
- * DescribeRecycleTaskList
184
- * DescribeScriptsImportTaskType
185
- * DescribeSqlTaskResult
186
- * DescribeTaskBindVirtualTask
187
- * DescribeTaskDetailDs
188
- * DescribeTaskInParamDs
189
- * DescribeTaskLatestRunTime
190
- * DescribeTaskListByConditionDs
191
- * DescribeTaskOutParamDs
192
- * DescribeTaskOutputRegistries
193
- * DescribeTaskParamDs
194
- * DescribeTaskParentRunTime
195
- * DescribeTaskTypeByScriptType
196
- * DescribeTasksForProjectClone
197
- * DescribeTestRun
198
- * DescribeToken
199
- * DescribeWorkflowByFordIds
200
- * DescribeWorkflowCanvasInfoDs
201
- * DescribeWorkflowCanvasOpLogs
202
- * DescribeWorkflowCanvasOperators
203
- * DescribeWorkflowForProjectClone
204
- * DescribeWorkflowParamDs
205
- * DescribeWorkflowSchedulerInfoDs
206
- * DescribeWorkflowTasksForProjectClone
207
- * DownloadNewSqlResult
208
- * DownloadSqlResult
209
- * ExportDsEvent
210
- * ExportFiles
211
- * ExportProjectParamDs
212
- * ExportWorkflowXml
213
- * ExportWorkflowZip
214
- * FindDependTaskListDs
215
- * FindDependTaskListsDs
216
- * FindFuzzyTasksDs
217
- * FindTaskByRemotePath
218
- * GetAdvanceRunParams
219
- * GetBatchDetailErrorLog
220
- * GetCosToken
221
- * GetLatestAnalyseInfo
222
- * GetLatestTestRunInfo
223
- * GetPathTrees
224
- * GetResourceCosPath
225
- * GetResourcePathTree
226
- * GetRunSonListDs
227
- * GetTestRunTaskInstancesStatusInfo
228
- * HeartBeat
229
- * ImportDsEvent
230
- * ImportFiles
231
- * ImportOfflineTask
232
- * ImportProjectParamDs
233
- * ImportTableData
234
- * ImportWorkflowXml
235
- * ImportWorkflowZip
236
- * JudgeResourceFile
237
- * JudgeTaskListenEvent
238
- * KillTasksTestRun
239
- * ListBatchDetail
240
- * ListBatchJob
241
- * ModifyTaskFolder
242
- * ModifyTaskInfoDs
243
- * ModifyTaskLinksDs
244
- * ModifyTaskScriptDs
245
- * MoveFile
246
- * MoveTasksToFolder
247
- * PreviewDataTableCsv
248
- * QueryWorkflowVersion
249
- * RegisterDsEvent
250
- * RegisterDsEventListener
251
- * RegisterDsEventPublisher
252
- * ReleaseLock
253
- * RenameFile
254
- * RenameResource
255
- * RenameResourceFile
256
- * RenameResourcePath
257
- * RenameTaskDs
258
- * RenewWorkflowDs
259
- * RenewWorkflowFolderDs
260
- * RenewWorkflowOwnerDs
261
- * RenewWorkflowSchedulerInfoDs
262
- * ReplaceProjectParamVersionDs
263
- * RestoreRecycleTask
264
- * RollbackCustomFunctionVersion
265
- * SavePositionsDs
266
- * ScriptUsedByOtherTaskDs
267
- * StopAdhocTask
268
- * StopTestRun
269
- * SubmitBatchTestRun
270
- * SubmitIntegrationTask
271
- * SubmitPySparkTask
272
- * SubmitPythonTask
273
- * SubmitShellTask
274
- * SubmitTestRun
275
- * UpdateBatchTaskAdvancedSettings
276
- * UpdateBatchTaskDatasource
277
- * UpdateBatchTaskInCharge
278
- * UpdateBatchTaskParameter
279
- * UpdateBatchTaskParams
280
- * UpdateBatchTaskResourceGroup
281
- * UpdateBatchTaskSchedule
282
- * UpdateDsEvent
283
- * UpdateEventListener
284
- * UpdateTaskDs
285
- * UpdateWorkflowInfo
286
- * UploadAdvanceRunParams
287
- * UploadFilesDs
288
- * UploadResource
299
+ * DescribeDataPerformanceProject
289
300
 
290
- <font color="#dd0000">**删除数据结构**:</font>
291
301
 
292
- * AdhocRecordInfoDto
293
- * AdhocSubTaskDto
294
- * AlarmExtVO
295
- * AlarmVO
296
- * AnalyzeDependentTask
297
- * AsyncResourceVO
298
- * AttributeItemVO
299
- * BatchCreateVirtualTaskDTO
300
- * BatchJobVO
301
- * BatchResultDs
302
- * BatchTaskOperateNew
303
- * BizParams
304
- * BrowsingHistory
305
- * CheckTaskNameExistResult
306
- * CheckTaskPriorityTaskDTO
307
- * CloneObjectDTO
308
- * CloneTaskModeInfo
309
- * CloneTaskModePageInfoInfo
310
- * CodeDetailResult
311
- * CodeMatchInfo
312
- * CodeSearchAuditDTO
313
- * CodeSearchAuditInfo
314
- * CodeSearchAuditResult
315
- * CodeSearchCountInfo
316
- * CodeSearchInfo
317
- * CodeSearchInfoPage
318
- * CodeSearchResult
319
- * CollectionEventDTO
320
- * CollectionEventListenerTaskDTO
321
- * CollectionParamDTO
322
- * Columns
323
- * CosTokenResponse
324
- * CreateTaskOutputRegistry
325
- * CsvReadDTO
326
- * CsvRow
327
- * CustomizeBusinessEntityDTO
328
- * DeleteUserFileDTO
329
- * DependencyConfigDsDTO
330
- * DependencyConfigDsDTONoRecur
331
- * DependencyConfigDsDTONoRecurV3
332
- * DependencyStrategy
333
- * DependencyTaskDTO
334
- * DependencyWorkflowDTO
335
- * DescribeLockResp
336
- * DescribeTestRunBatchItem
337
- * DescribeWorkflowCanvasOplogRequestFilter
338
- * DsKettleServerFolderTreeNodeDto
339
- * EventDsDto
340
- * EventListenerDTO
341
- * EventListenerNewDTO
342
- * EventListenerTaskInfo
343
- * EventPublisherDTO
344
- * ExportEventDTO
345
- * ExportFile
346
- * ExportRequestInfo
347
- * ImportRequestInfo
348
- * ImportTableDTO
349
- * KillTestRunTasksResponseResult
350
- * LatestAnalyseInfoTask
351
- * LatestTestRunInfoTask
352
- * ListBatchJobPages
353
- * NewPathDTO
354
- * ParamDsRequest
355
- * ParamGetTaskInstancesStatusInfoResponseInstance
356
- * ParamGetTestRunTaskInstancesStatusInfoTask
357
- * ParamMapDsDto
358
- * ParamTaskDsRequest
359
- * ParameterInfoDsDto
360
- * ParameterVersionDsDto
361
- * Params
362
- * PathTreeNode
363
- * PathTreeNodeParams
364
- * ProjectCloneTaskInfo
365
- * ProjectCloneTaskInfoPageNew
366
- * ProjectCloneWorkflowInfo
367
- * ProjectCloneWorkflowInfoPageNew
368
- * RecycleFilePageInfo
369
- * RecycleTaskInfo
370
- * RecycleTaskPageInfo
371
- * RenameResourceDTO
372
- * RowColumn
373
- * ScriptTypeInfo
374
- * ShareStorageFileDTO
375
- * ShareStorageFileMappingDTO
376
- * SparkParameterDTO
377
- * SubCloneObjectDTO
378
- * TCHouseXTaskParameter
379
- * TableHybrisReq
380
- * TaskBaseInfo
381
- * TaskDataRegistry
382
- * TaskDataRegistryDTO
383
- * TaskDatasourceDTO
384
- * TaskDatasourceDTOPage
385
- * TaskDsDTO
386
- * TaskDsDTOLite
387
- * TaskDsDTOLiteV3
388
- * TaskDsDTONoRecur
389
- * TaskDsDTONoRecurV3
390
- * TaskDsDTOPage
391
- * TaskExtVO
392
- * TaskInfoWithInstance
393
- * TaskParentSchedulerDependency
394
- * TaskTypeExtParamVO
395
- * TaskTypeExtVO
396
- * TaskTypeVO
397
- * TaskVersionDsDTO
398
- * TestRunBatchItem
399
- * UpdateBatchTaskParameterDTO
400
- * UploadResourceRequestInfo
401
- * UserFileDTONew
402
- * UserFileVersionDto
403
- * VirtualTaskInfo
404
- * VirtualTaskInfoPage
405
- * WorkflowCanvasOpLogResult
406
- * WorkflowCanvasOperatorsDs
407
- * WorkflowCanvasOplog
408
- * WorkflowDsDTO
409
- * WorkflowDsDTOPage
410
- * WorkflowScheduleDtoDs
411
- * WorkflowVersionInfo
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
+
412
388
 
413
389
 
414
390
 
@@ -3732,6 +3708,21 @@
3732
3708
 
3733
3709
  ## API 网关(apigateway) 版本:2018-08-08
3734
3710
 
3711
+ ### 第 48 次发布
3712
+
3713
+ 发布时间:2024-01-31 01:06:22
3714
+
3715
+ 本次发布包含了以下内容:
3716
+
3717
+ 改善已有的文档。
3718
+
3719
+ 修改数据结构:
3720
+
3721
+ * [Environment](https://cloud.tencent.com/document/api/628/45244#Environment)
3722
+
3723
+ * 新增成员:CreateTime
3724
+
3725
+
3735
3726
  ### 第 47 次发布
3736
3727
 
3737
3728
  发布时间:2023-11-16 01:06:33
@@ -5212,6 +5203,21 @@
5212
5203
 
5213
5204
  ## 弹性伸缩(as) 版本:2018-04-19
5214
5205
 
5206
+ ### 第 70 次发布
5207
+
5208
+ 发布时间:2024-01-31 01:06:41
5209
+
5210
+ 本次发布包含了以下内容:
5211
+
5212
+ 改善已有的文档。
5213
+
5214
+ 修改数据结构:
5215
+
5216
+ * [LaunchConfiguration](https://cloud.tencent.com/document/api/377/20453#LaunchConfiguration)
5217
+
5218
+ * 新增成员:DisasterRecoverGroupIds
5219
+
5220
+
5215
5221
  ### 第 69 次发布
5216
5222
 
5217
5223
  发布时间:2023-11-10 01:06:51
@@ -8750,6 +8756,130 @@
8750
8756
 
8751
8757
  ## 商业智能分析 BI(bi) 版本:2022-01-05
8752
8758
 
8759
+ ### 第 9 次发布
8760
+
8761
+ 发布时间:2024-01-31 01:07:03
8762
+
8763
+ 本次发布包含了以下内容:
8764
+
8765
+ 改善已有的文档。
8766
+
8767
+ 修改接口:
8768
+
8769
+ * [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
8770
+
8771
+ * 新增出参:ErrorInfo
8772
+
8773
+ * [CreateDatasource](https://cloud.tencent.com/document/api/590/98854)
8774
+
8775
+ * 新增出参:ErrorInfo
8776
+
8777
+ * [CreateDatasourceCloud](https://cloud.tencent.com/document/api/590/98853)
8778
+
8779
+ * 新增出参:ErrorInfo
8780
+
8781
+ * [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
8782
+
8783
+ * 新增出参:ErrorInfo
8784
+
8785
+ * [CreateProject](https://cloud.tencent.com/document/api/590/98838)
8786
+
8787
+ * 新增出参:ErrorInfo
8788
+
8789
+ * [CreateUserRole](https://cloud.tencent.com/document/api/590/98848)
8790
+
8791
+ * 新增出参:ErrorInfo
8792
+
8793
+ * [CreateUserRoleProject](https://cloud.tencent.com/document/api/590/98847)
8794
+
8795
+ * 新增出参:ErrorInfo
8796
+
8797
+ * [DeleteDatasource](https://cloud.tencent.com/document/api/590/98852)
8798
+
8799
+ * 新增出参:ErrorInfo
8800
+
8801
+ * [DeleteProject](https://cloud.tencent.com/document/api/590/98837)
8802
+
8803
+ * 新增出参:ErrorInfo
8804
+
8805
+ * [DeleteUserRole](https://cloud.tencent.com/document/api/590/98846)
8806
+
8807
+ * 新增出参:ErrorInfo
8808
+
8809
+ * [DeleteUserRoleProject](https://cloud.tencent.com/document/api/590/98845)
8810
+
8811
+ * 新增出参:ErrorInfo
8812
+
8813
+ * [DescribeDatasourceList](https://cloud.tencent.com/document/api/590/98840)
8814
+
8815
+ * 新增出参:ErrorInfo
8816
+
8817
+ * [DescribeProjectInfo](https://cloud.tencent.com/document/api/590/98836)
8818
+
8819
+ * 新增出参:ErrorInfo
8820
+
8821
+ * [DescribeProjectList](https://cloud.tencent.com/document/api/590/98835)
8822
+
8823
+ * 新增出参:ErrorInfo
8824
+
8825
+ * [DescribeUserProjectList](https://cloud.tencent.com/document/api/590/98844)
8826
+
8827
+ * 新增出参:ErrorInfo
8828
+
8829
+ * [DescribeUserRoleList](https://cloud.tencent.com/document/api/590/98843)
8830
+
8831
+ * 新增入参:IsOnlyBindAppUser
8832
+
8833
+ * 新增出参:ErrorInfo
8834
+
8835
+ * [DescribeUserRoleProjectList](https://cloud.tencent.com/document/api/590/100532)
8836
+
8837
+ * 新增入参:IsOnlyBindAppUser
8838
+
8839
+ * 新增出参:ErrorInfo
8840
+
8841
+ * [ModifyDatasource](https://cloud.tencent.com/document/api/590/98851)
8842
+
8843
+ * 新增出参:ErrorInfo
8844
+
8845
+ * [ModifyDatasourceCloud](https://cloud.tencent.com/document/api/590/98850)
8846
+
8847
+ * 新增出参:ErrorInfo
8848
+
8849
+ * [ModifyProject](https://cloud.tencent.com/document/api/590/98834)
8850
+
8851
+ * 新增出参:ErrorInfo
8852
+
8853
+ * [ModifyUserRole](https://cloud.tencent.com/document/api/590/98878)
8854
+
8855
+ * 新增入参:AppUserId
8856
+
8857
+ * 新增出参:ErrorInfo
8858
+
8859
+ * [ModifyUserRoleProject](https://cloud.tencent.com/document/api/590/98842)
8860
+
8861
+ * 新增入参:AppUserId
8862
+
8863
+ * 新增出参:ErrorInfo
8864
+
8865
+
8866
+ 新增数据结构:
8867
+
8868
+ * [[ErrorInfo](https://cloud.tencent.com/document/api/590/73726#ErrorInfo)](https://cloud.tencent.com/document/api/590/73726#[ErrorInfo](https://cloud.tencent.com/document/api/590/73726#ErrorInfo))
8869
+
8870
+ 修改数据结构:
8871
+
8872
+ * [UserIdAndUserName](https://cloud.tencent.com/document/api/590/73726#UserIdAndUserName)
8873
+
8874
+ * 新增成员:AppId, AppUserId, AppUserAliasName, AppUserName, InValidateAppRange
8875
+
8876
+ * [UserRoleListDataUserRoleInfo](https://cloud.tencent.com/document/api/590/73726#UserRoleListDataUserRoleInfo)
8877
+
8878
+ * 新增成员:AppUserId, AppUserAliasName, AppUserName, InValidateAppRange
8879
+
8880
+ * <font color="#dd0000">**修改成员**:</font>CorpAdmin
8881
+
8882
+
8753
8883
  ### 第 8 次发布
8754
8884
 
8755
8885
  发布时间:2023-12-22 01:07:03
@@ -15898,7 +16028,7 @@
15898
16028
 
15899
16029
  新增接口:
15900
16030
 
15901
- * [[DescribeInstanceAlarmEvents](https://cloud.tencent.com/document/api/236/103572)](https://cloud.tencent.com/document/api/#/#)
16031
+ * [DescribeInstanceAlarmEvents](https://cloud.tencent.com/document/api/236/103572)
15902
16032
 
15903
16033
  ### 第 151 次发布
15904
16034
 
@@ -30038,6 +30168,25 @@
30038
30168
 
30039
30169
  ## 日志服务(cls) 版本:2020-10-16
30040
30170
 
30171
+ ### 第 80 次发布
30172
+
30173
+ 发布时间:2024-01-31 01:10:12
30174
+
30175
+ 本次发布包含了以下内容:
30176
+
30177
+ 改善已有的文档。
30178
+
30179
+ 新增接口:
30180
+
30181
+ * [[CreateAlarmShield](https://cloud.tencent.com/document/api/614/103652)](https://cloud.tencent.com/document/api/#/#)
30182
+ * [[DeleteAlarmShield](https://cloud.tencent.com/document/api/614/103651)](https://cloud.tencent.com/document/api/#/#)
30183
+ * [[DescribeAlarmShields](https://cloud.tencent.com/document/api/614/103650)](https://cloud.tencent.com/document/api/#/#)
30184
+ * [[ModifyAlarmShield](https://cloud.tencent.com/document/api/614/103649)](https://cloud.tencent.com/document/api/#/#)
30185
+
30186
+ 新增数据结构:
30187
+
30188
+ * [[AlarmShieldInfo](https://cloud.tencent.com/document/api/614/56471#AlarmShieldInfo)](https://cloud.tencent.com/document/api/614/56471#[AlarmShieldInfo](https://cloud.tencent.com/document/api/614/56471#AlarmShieldInfo))
30189
+
30041
30190
  ### 第 79 次发布
30042
30191
 
30043
30192
  发布时间:2024-01-19 01:09:34
@@ -36221,6 +36370,25 @@
36221
36370
 
36222
36371
  ## 云安全一体化平台(csip) 版本:2022-11-21
36223
36372
 
36373
+ ### 第 30 次发布
36374
+
36375
+ 发布时间:2024-01-31 01:10:44
36376
+
36377
+ 本次发布包含了以下内容:
36378
+
36379
+ 改善已有的文档。
36380
+
36381
+ 新增数据结构:
36382
+
36383
+ * [[PortRiskAdvanceCFGParamItem](https://cloud.tencent.com/document/api/664/90825#PortRiskAdvanceCFGParamItem)](https://cloud.tencent.com/document/api/664/90825#[PortRiskAdvanceCFGParamItem](https://cloud.tencent.com/document/api/664/90825#PortRiskAdvanceCFGParamItem))
36384
+
36385
+ 修改数据结构:
36386
+
36387
+ * [TaskAdvanceCFG](https://cloud.tencent.com/document/api/664/90825#TaskAdvanceCFG)
36388
+
36389
+ * 新增成员:PortRisk
36390
+
36391
+
36224
36392
  ### 第 29 次发布
36225
36393
 
36226
36394
  发布时间:2024-01-22 01:09:58
@@ -39191,6 +39359,18 @@
39191
39359
 
39192
39360
  ## 主机安全(cwp) 版本:2018-02-28
39193
39361
 
39362
+ ### 第 107 次发布
39363
+
39364
+ 发布时间:2024-01-31 01:11:09
39365
+
39366
+ 本次发布包含了以下内容:
39367
+
39368
+ 改善已有的文档。
39369
+
39370
+ <font color="#dd0000">**预下线接口**:</font>
39371
+
39372
+ * DescribeAttackLogInfo
39373
+
39194
39374
  ### 第 106 次发布
39195
39375
 
39196
39376
  发布时间:2024-01-05 01:11:37
@@ -71533,6 +71713,33 @@
71533
71713
 
71534
71714
  ## 物联网通信(iotcloud) 版本:2021-04-08
71535
71715
 
71716
+ ### 第 10 次发布
71717
+
71718
+ 发布时间:2024-01-31 01:16:26
71719
+
71720
+ 本次发布包含了以下内容:
71721
+
71722
+ 改善已有的文档。
71723
+
71724
+ 新增接口:
71725
+
71726
+ * [[UpdateOtaTaskStatus](https://cloud.tencent.com/document/api/634/103653)](https://cloud.tencent.com/document/api/#/#)
71727
+
71728
+ 修改接口:
71729
+
71730
+ * [BatchUpdateFirmware](https://cloud.tencent.com/document/api/634/73637)
71731
+
71732
+ * 新增入参:Type
71733
+
71734
+ * [EditFirmware](https://cloud.tencent.com/document/api/634/73623)
71735
+
71736
+ * 新增入参:FirmwareUserDefined
71737
+
71738
+ * [UploadFirmware](https://cloud.tencent.com/document/api/634/73621)
71739
+
71740
+ * 新增入参:FirmwareUserDefined
71741
+
71742
+
71536
71743
  ### 第 9 次发布
71537
71744
 
71538
71745
  发布时间:2023-08-09 01:29:39
@@ -76364,6 +76571,23 @@
76364
76571
 
76365
76572
  ## 实时互动-教育版(lcic) 版本:2022-08-17
76366
76573
 
76574
+ ### 第 50 次发布
76575
+
76576
+ 发布时间:2024-01-31 01:17:54
76577
+
76578
+ 本次发布包含了以下内容:
76579
+
76580
+ 改善已有的文档。
76581
+
76582
+ 修改接口:
76583
+
76584
+ * [DescribeRoom](https://cloud.tencent.com/document/api/1639/80941)
76585
+
76586
+ * 新增入参:RTMPStreamingURL
76587
+
76588
+ * 新增出参:RTMPStreamingURL
76589
+
76590
+
76367
76591
  ### 第 49 次发布
76368
76592
 
76369
76593
  发布时间:2023-12-21 01:48:52
@@ -98183,6 +98407,18 @@
98183
98407
 
98184
98408
  ## 前端性能监控(rum) 版本:2021-06-22
98185
98409
 
98410
+ ### 第 33 次发布
98411
+
98412
+ 发布时间:2024-01-31 01:20:58
98413
+
98414
+ 本次发布包含了以下内容:
98415
+
98416
+ 改善已有的文档。
98417
+
98418
+ <font color="#dd0000">**删除接口**:</font>
98419
+
98420
+ * DescribeDataPerformanceProject
98421
+
98186
98422
  ### 第 32 次发布
98187
98423
 
98188
98424
  发布时间:2024-01-23 01:26:09
@@ -128928,6 +129164,34 @@
128928
129164
 
128929
129165
  ## 远程实时操控(trro) 版本:2022-03-25
128930
129166
 
129167
+ ### 第 4 次发布
129168
+
129169
+ 发布时间:2024-01-31 01:25:41
129170
+
129171
+ 本次发布包含了以下内容:
129172
+
129173
+ 改善已有的文档。
129174
+
129175
+ 修改接口:
129176
+
129177
+ * [GetLicenseStat](https://cloud.tencent.com/document/api/1584/89901)
129178
+
129179
+ * 新增出参:MonthlyExpire
129180
+
129181
+ * [GetLicenses](https://cloud.tencent.com/document/api/1584/89900)
129182
+
129183
+ * 新增入参:Status
129184
+
129185
+
129186
+ 修改数据结构:
129187
+
129188
+ * [Device](https://cloud.tencent.com/document/api/1584/89828#Device)
129189
+
129190
+ * 新增成员:MonthlyRemainTime
129191
+
129192
+ * <font color="#dd0000">**修改成员**:</font>DeviceId, DeviceName, LicenseCount, RemainDay, ExpireTime, Duration, LicenseIds
129193
+
129194
+
128931
129195
  ### 第 3 次发布
128932
129196
 
128933
129197
  发布时间:2023-07-18 01:53:24
@@ -130227,6 +130491,32 @@
130227
130491
 
130228
130492
  ## 微服务引擎(tse) 版本:2020-12-07
130229
130493
 
130494
+ ### 第 56 次发布
130495
+
130496
+ 发布时间:2024-01-31 01:25:54
130497
+
130498
+ 本次发布包含了以下内容:
130499
+
130500
+ 改善已有的文档。
130501
+
130502
+ 修改接口:
130503
+
130504
+ * [CreateCloudNativeAPIGatewayPublicNetwork](https://cloud.tencent.com/document/api/1364/102778)
130505
+
130506
+ * 新增出参:Result
130507
+
130508
+
130509
+ 新增数据结构:
130510
+
130511
+ * [[CreatePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#CreatePublicNetworkResult)](https://cloud.tencent.com/document/api/1364/54942#[CreatePublicNetworkResult](https://cloud.tencent.com/document/api/1364/54942#CreatePublicNetworkResult))
130512
+
130513
+ 修改数据结构:
130514
+
130515
+ * [CloudNativeAPIGatewayStrategyAutoScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyAutoScalerConfig)
130516
+
130517
+ * [CloudNativeAPIGatewayStrategyCronScalerConfig](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayStrategyCronScalerConfig)
130518
+
130519
+
130230
130520
  ### 第 55 次发布
130231
130521
 
130232
130522
  发布时间:2023-12-29 01:27:46
@@ -148947,6 +149237,28 @@
148947
149237
 
148948
149238
  ## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
148949
149239
 
149240
+ ### 第 7 次发布
149241
+
149242
+ 发布时间:2024-01-31 01:28:56
149243
+
149244
+ 本次发布包含了以下内容:
149245
+
149246
+ 改善已有的文档。
149247
+
149248
+ 修改接口:
149249
+
149250
+ * [DescribeDeviceList](https://cloud.tencent.com/document/api/1693/101482)
149251
+
149252
+ * 新增入参:IsActive, IsCamera
149253
+
149254
+
149255
+ 修改数据结构:
149256
+
149257
+ * [DeviceDataInfo](https://cloud.tencent.com/document/api/1693/97961#DeviceDataInfo)
149258
+
149259
+ * 新增成员:DeviceStatus, Status
149260
+
149261
+
148950
149262
  ### 第 6 次发布
148951
149263
 
148952
149264
  发布时间:2024-01-17 01:27:53