tencentcloud-sdk-nodejs 4.0.782 → 4.0.784

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 (71) hide show
  1. package/CHANGELOG.md +341 -0
  2. package/SERVICE_CHANGELOG.md +339 -58
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_client.ts +12 -0
  7. package/src/services/billing/v20180709/billing_models.ts +36 -0
  8. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  9. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  10. package/src/services/cls/v20201016/cls_models.ts +14 -14
  11. package/src/services/cvm/v20170312/cvm_models.ts +6 -6
  12. package/src/services/dasb/v20191018/dasb_models.ts +4 -0
  13. package/src/services/eb/v20210416/eb_client.ts +2 -2
  14. package/src/services/eb/v20210416/eb_models.ts +4 -4
  15. package/src/services/emr/v20190103/emr_client.ts +14 -1
  16. package/src/services/emr/v20190103/emr_models.ts +149 -10
  17. package/src/services/ess/v20201111/ess_client.ts +35 -29
  18. package/src/services/ess/v20201111/ess_models.ts +9 -1
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +7 -11
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +3 -0
  21. package/src/services/iotvideo/v20211125/iotvideo_models.ts +12 -0
  22. package/src/services/live/v20180801/live_models.ts +2 -2
  23. package/src/services/monitor/v20180724/monitor_client.ts +3 -0
  24. package/src/services/monitor/v20180724/monitor_models.ts +22 -3
  25. package/src/services/organization/v20210331/organization_client.ts +216 -77
  26. package/src/services/organization/v20210331/organization_models.ts +1351 -830
  27. package/src/services/sqlserver/v20180328/sqlserver_models.ts +3 -3
  28. package/src/services/sts/v20180813/sts_models.ts +3 -4
  29. package/src/services/vpc/v20170312/vpc_models.ts +4 -0
  30. package/src/services/wedata/v20210820/wedata_client.ts +2 -0
  31. package/src/services/wedata/v20210820/wedata_models.ts +269 -59
  32. package/src/services/weilingwith/v20230427/weilingwith_models.ts +4 -0
  33. package/tencentcloud/common/sdk_version.d.ts +1 -1
  34. package/tencentcloud/common/sdk_version.js +1 -1
  35. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +5 -1
  36. package/tencentcloud/services/billing/v20180709/billing_client.js +6 -0
  37. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +34 -0
  38. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  39. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  40. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  41. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +14 -14
  42. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +6 -6
  43. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +4 -0
  44. package/tencentcloud/services/eb/v20210416/eb_client.d.ts +2 -2
  45. package/tencentcloud/services/eb/v20210416/eb_client.js +2 -2
  46. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +4 -4
  47. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  48. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  49. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +146 -10
  50. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +35 -29
  51. package/tencentcloud/services/ess/v20201111/ess_client.js +35 -29
  52. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +9 -1
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -11
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -11
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +3 -0
  56. package/tencentcloud/services/iotvideo/v20211125/iotvideo_models.d.ts +12 -0
  57. package/tencentcloud/services/live/v20180801/live_models.d.ts +2 -2
  58. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -0
  59. package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -0
  60. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +22 -3
  61. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +51 -7
  62. package/tencentcloud/services/organization/v20210331/organization_client.js +75 -9
  63. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +1326 -834
  64. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +3 -3
  65. package/tencentcloud/services/sts/v20180813/sts_models.d.ts +3 -4
  66. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +4 -0
  67. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +267 -59
  68. package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +4 -0
  69. package/test/billing.v20180709.test.js +10 -0
  70. package/test/emr.v20190103.test.js +10 -0
  71. package/test/organization.v20210331.test.js +116 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,344 @@
1
+ # Release 4.0.784
2
+
3
+ ## 费用中心(billing) 版本:2018-07-09
4
+
5
+ ### 第 55 次发布
6
+
7
+ 发布时间:2024-01-18 01:09:19
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeSavingPlanResourceInfo](https://cloud.tencent.com/document/api/555/103077)
16
+
17
+
18
+
19
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
20
+
21
+ ### 第 56 次发布
22
+
23
+ 发布时间:2024-01-18 01:15:51
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 新增接口:
30
+
31
+ * [DescribeInsightList](https://cloud.tencent.com/document/api/589/103078)
32
+
33
+ 新增数据结构:
34
+
35
+ * [InsightResult](https://cloud.tencent.com/document/api/589/33981#InsightResult)
36
+
37
+
38
+
39
+ ## 物联网智能视频服务(iotvideo) 版本:2021-11-25
40
+
41
+ ### 第 24 次发布
42
+
43
+ 发布时间:2024-01-18 01:17:58
44
+
45
+ 本次发布包含了以下内容:
46
+
47
+ 改善已有的文档。
48
+
49
+ 修改接口:
50
+
51
+ * [DeleteCloudStorageEvent](https://cloud.tencent.com/document/api/1131/95523)
52
+
53
+ * 新增入参:ChannelId
54
+
55
+ * [DescribeCloudStorageOrder](https://cloud.tencent.com/document/api/1131/96706)
56
+
57
+ * 新增出参:ChannelId
58
+
59
+ * [ResetCloudStorageEvent](https://cloud.tencent.com/document/api/1131/96104)
60
+
61
+ * 新增入参:ChannelId
62
+
63
+
64
+
65
+
66
+ ## 物联网智能视频服务(iotvideo) 版本:2020-12-15
67
+
68
+
69
+
70
+ ## 物联网智能视频服务(iotvideo) 版本:2019-11-26
71
+
72
+
73
+
74
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
75
+
76
+ ### 第 69 次发布
77
+
78
+ 发布时间:2024-01-18 01:27:50
79
+
80
+ 本次发布包含了以下内容:
81
+
82
+ 改善已有的文档。
83
+
84
+ 修改接口:
85
+
86
+ * [DeleteCustomFunction](https://cloud.tencent.com/document/api/1267/81485)
87
+
88
+ * 新增入参:FunctionName, FunctionType, DatabaseName, SchemaName, CommandFormat
89
+
90
+ * <font color="#dd0000">**修改入参**:</font>ClusterIdentifier, FunctionId
91
+
92
+
93
+ 新增数据结构:
94
+
95
+ * [SqlExpression](https://cloud.tencent.com/document/api/1267/76336#SqlExpression)
96
+ * [SqlExpressionTable](https://cloud.tencent.com/document/api/1267/76336#SqlExpressionTable)
97
+
98
+ 修改数据结构:
99
+
100
+ * [BooleanResponse](https://cloud.tencent.com/document/api/1267/76336#BooleanResponse)
101
+
102
+ * 新增成员:Code
103
+
104
+ * [InstanceReportReadNode](https://cloud.tencent.com/document/api/1267/76336#InstanceReportReadNode)
105
+
106
+ * 新增成员:WaitWriterTime
107
+
108
+ * [InstanceReportWriteNode](https://cloud.tencent.com/document/api/1267/76336#InstanceReportWriteNode)
109
+
110
+ * 新增成员:WaitReaderTime
111
+
112
+ * [IntegrationTaskInfo](https://cloud.tencent.com/document/api/1267/76336#IntegrationTaskInfo)
113
+
114
+ * 新增成员:ArrangeSpaceTaskId, OfflineTaskStatus
115
+
116
+ * [Rule](https://cloud.tencent.com/document/api/1267/76336#Rule)
117
+
118
+ * 新增成员:TableName, TableOwnerName, ExecStrategy, Subscription, CreateTime, DatasourceId, DatabaseId, MonitorStatus
119
+
120
+ * [RuleGroupExecStrategy](https://cloud.tencent.com/document/api/1267/76336#RuleGroupExecStrategy)
121
+
122
+ * 新增成员:RuleId, RuleName
123
+
124
+ * <font color="#dd0000">**修改成员**:</font>RuleGroupId, MonitorType, ExecQueue, ExecutorGroupId, ExecutorGroupName, Tasks, StartTime, EndTime, CycleType, DelayTime, CycleStep, TaskAction
125
+
126
+ * [RuleGroupSubscribe](https://cloud.tencent.com/document/api/1267/76336#RuleGroupSubscribe)
127
+
128
+ * 新增成员:RuleId, RuleName
129
+
130
+ * [RuleTemplate](https://cloud.tencent.com/document/api/1267/76336#RuleTemplate)
131
+
132
+ * 新增成员:ResolvedSqlExpression, DatasourceTypes
133
+
134
+
135
+
136
+
137
+ # Release 4.0.783
138
+
139
+ ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
140
+
141
+ ### 第 22 次发布
142
+
143
+ 发布时间:2024-01-17 01:12:30
144
+
145
+ 本次发布包含了以下内容:
146
+
147
+ 改善已有的文档。
148
+
149
+ 修改接口:
150
+
151
+ * [DeployResource](https://cloud.tencent.com/document/api/1025/86961)
152
+
153
+ * 新增入参:CdcClusterId
154
+
155
+
156
+
157
+
158
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
159
+
160
+ ### 第 103 次发布
161
+
162
+ 发布时间:2024-01-17 01:18:35
163
+
164
+ 本次发布包含了以下内容:
165
+
166
+ 改善已有的文档。
167
+
168
+ 修改接口:
169
+
170
+ * [GetMonitorData](https://cloud.tencent.com/document/api/248/31014)
171
+
172
+ * 新增入参:SpecifyStatistics
173
+
174
+
175
+ 修改数据结构:
176
+
177
+ * [DataPoint](https://cloud.tencent.com/document/api/248/30354#DataPoint)
178
+
179
+ * 新增成员:MaxValues, MinValues, AvgValues
180
+
181
+
182
+
183
+
184
+ ## 集团账号管理(organization) 版本:2021-03-31
185
+
186
+ ### 第 28 次发布
187
+
188
+ 发布时间:2024-01-17 01:19:45
189
+
190
+ 本次发布包含了以下内容:
191
+
192
+ 改善已有的文档。
193
+
194
+ 新增接口:
195
+
196
+ * [AddShareUnit](https://cloud.tencent.com/document/api/850/103056)
197
+ * [AddShareUnitMembers](https://cloud.tencent.com/document/api/850/103055)
198
+ * [AddShareUnitResources](https://cloud.tencent.com/document/api/850/103054)
199
+ * [DeleteShareUnit](https://cloud.tencent.com/document/api/850/103053)
200
+ * [DeleteShareUnitMembers](https://cloud.tencent.com/document/api/850/103052)
201
+ * [DeleteShareUnitResources](https://cloud.tencent.com/document/api/850/103051)
202
+ * [DescribeShareAreas](https://cloud.tencent.com/document/api/850/103050)
203
+ * [DescribeShareUnitMembers](https://cloud.tencent.com/document/api/850/103049)
204
+ * [DescribeShareUnitResources](https://cloud.tencent.com/document/api/850/103048)
205
+ * [DescribeShareUnits](https://cloud.tencent.com/document/api/850/103047)
206
+ * [UpdateShareUnit](https://cloud.tencent.com/document/api/850/103046)
207
+
208
+ 新增数据结构:
209
+
210
+ * [ManagerShareUnit](https://cloud.tencent.com/document/api/850/67060#ManagerShareUnit)
211
+ * [ProductResource](https://cloud.tencent.com/document/api/850/67060#ProductResource)
212
+ * [ShareArea](https://cloud.tencent.com/document/api/850/67060#ShareArea)
213
+ * [ShareMember](https://cloud.tencent.com/document/api/850/67060#ShareMember)
214
+ * [ShareResource](https://cloud.tencent.com/document/api/850/67060#ShareResource)
215
+ * [ShareUnitMember](https://cloud.tencent.com/document/api/850/67060#ShareUnitMember)
216
+ * [ShareUnitResource](https://cloud.tencent.com/document/api/850/67060#ShareUnitResource)
217
+
218
+
219
+
220
+ ## 集团账号管理(organization) 版本:2018-12-25
221
+
222
+
223
+
224
+ ## 私有网络(vpc) 版本:2017-03-12
225
+
226
+ ### 第 186 次发布
227
+
228
+ 发布时间:2024-01-17 01:26:10
229
+
230
+ 本次发布包含了以下内容:
231
+
232
+ 改善已有的文档。
233
+
234
+ 修改接口:
235
+
236
+ * [DescribeUsedIpAddress](https://cloud.tencent.com/document/api/215/91061)
237
+
238
+ * 新增入参:Filters
239
+
240
+
241
+
242
+
243
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
244
+
245
+ ### 第 68 次发布
246
+
247
+ 发布时间:2024-01-17 01:27:06
248
+
249
+ 本次发布包含了以下内容:
250
+
251
+ 改善已有的文档。
252
+
253
+ 修改接口:
254
+
255
+ * [CreateDataSource](https://cloud.tencent.com/document/api/1267/80762)
256
+
257
+ * 新增入参:ConnectResult
258
+
259
+ * [DescribeBaselineAllTaskDag](https://cloud.tencent.com/document/api/1267/95248)
260
+
261
+ * 新增入参:BaselineTaskId
262
+
263
+ * [DescribeBaselineInstanceDag](https://cloud.tencent.com/document/api/1267/95246)
264
+
265
+ * 新增入参:PromiseTaskId
266
+
267
+ * [DescribeBaselineInstanceGantt](https://cloud.tencent.com/document/api/1267/95245)
268
+
269
+ * 新增入参:PromiseTaskId
270
+
271
+ * [DescribeSchedulerInstanceStatus](https://cloud.tencent.com/document/api/1267/95198)
272
+
273
+ * 新增入参:WorkflowId
274
+
275
+ * [DescribeSchedulerRunTimeInstanceCntByStatus](https://cloud.tencent.com/document/api/1267/95197)
276
+
277
+ * 新增入参:WorkflowId, SortItem, SortType
278
+
279
+ * [DescribeSchedulerTaskCntByStatus](https://cloud.tencent.com/document/api/1267/95196)
280
+
281
+ * 新增入参:WorkflowId
282
+
283
+ * [DescribeStatisticInstanceStatusTrendOps](https://cloud.tencent.com/document/api/1267/95193)
284
+
285
+ * 新增入参:WorkflowId
286
+
287
+ * [DescribeTaskByCycle](https://cloud.tencent.com/document/api/1267/95192)
288
+
289
+ * 新增入参:WorkflowId
290
+
291
+ * [DescribeTaskByStatusReport](https://cloud.tencent.com/document/api/1267/95190)
292
+
293
+ * 新增入参:WorkflowId
294
+
295
+
296
+ 修改数据结构:
297
+
298
+ * [BaselineTaskInstanceDto](https://cloud.tencent.com/document/api/1267/76336#BaselineTaskInstanceDto)
299
+
300
+ * 新增成员:CriticalDependency
301
+
302
+ * <font color="#dd0000">**修改成员**:</font>Id, BaselineInstanceId, BaselineType, BaselineDataTime, UpstreamInstanceIds, DownstreamInstanceIds, IsPromiseTask, TaskId, CurRunDate, TaskName, InCriticalPath, InFirstLevel, EstimatedCostTime, ActualCostTime, LatestStartTime, ActualStartTime, EstimatedEndTime, LatestEndTime, ActualEndTime, TaskInstanceStatus, ProjectId, ShardKey, CreateTime, UpdateTime, UserUin, OwnerUin, AppId
303
+
304
+ * [ColumnLineageInfo](https://cloud.tencent.com/document/api/1267/76336#ColumnLineageInfo)
305
+
306
+ * <font color="#dd0000">**修改成员**:</font>PrefixPath
307
+
308
+ * [RuntimeInstanceCntTop](https://cloud.tencent.com/document/api/1267/76336#RuntimeInstanceCntTop)
309
+
310
+ * 新增成员:WaitScheduleTime
311
+
312
+ * <font color="#dd0000">**修改成员**:</font>TaskId, TaskName, InCharge, CycleUnit, State, RunTime, CurRunTime
313
+
314
+ * [TableLineageInfo](https://cloud.tencent.com/document/api/1267/76336#TableLineageInfo)
315
+
316
+ * 新增成员:ChannelType
317
+
318
+ * <font color="#dd0000">**修改成员**:</font>PrefixPath
319
+
320
+
321
+
322
+
323
+ ## 微瓴同业开放平台(weilingwith) 版本:2023-04-27
324
+
325
+ ### 第 6 次发布
326
+
327
+ 发布时间:2024-01-17 01:27:53
328
+
329
+ 本次发布包含了以下内容:
330
+
331
+ 改善已有的文档。
332
+
333
+ 修改接口:
334
+
335
+ * [ControlDevice](https://cloud.tencent.com/document/api/1693/101487)
336
+
337
+ * 新增入参:IsSynchronized
338
+
339
+
340
+
341
+
1
342
  # Release 4.0.782
2
343
 
3
344
  ## 数据库智能管家 DBbrain(dbbrain) 版本:2021-05-27