tencentcloud-sdk-nodejs 4.0.936 → 4.0.937

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 (60) hide show
  1. package/CHANGELOG.md +331 -0
  2. package/SERVICE_CHANGELOG.md +485 -100
  3. package/package.json +1 -1
  4. package/products.md +19 -19
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +9 -0
  7. package/src/services/cam/v20190116/cam_client.ts +25 -0
  8. package/src/services/cam/v20190116/cam_models.ts +101 -0
  9. package/src/services/cdb/v20170320/cdb_models.ts +6 -4
  10. package/src/services/dasb/v20191018/dasb_client.ts +20 -7
  11. package/src/services/dasb/v20191018/dasb_models.ts +222 -137
  12. package/src/services/dlc/v20210125/dlc_client.ts +5 -2
  13. package/src/services/dlc/v20210125/dlc_models.ts +200 -88
  14. package/src/services/dsgc/v20190723/dsgc_models.ts +6 -1
  15. package/src/services/emr/v20190103/emr_models.ts +1 -1
  16. package/src/services/ess/v20201111/ess_client.ts +1 -1
  17. package/src/services/ess/v20201111/ess_models.ts +30 -8
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +13 -1
  19. package/src/services/mps/v20190612/mps_models.ts +66 -3
  20. package/src/services/region/v20220627/region_models.ts +10 -11
  21. package/src/services/tat/v20201028/tat_models.ts +5 -0
  22. package/src/services/tcb/v20180608/tcb_models.ts +1 -1
  23. package/src/services/tdmq/v20200217/tdmq_models.ts +2 -2
  24. package/src/services/tmt/v20180321/tmt_models.ts +22 -22
  25. package/src/services/vdb/v20230616/vdb_client.ts +1 -1
  26. package/src/services/vdb/v20230616/vdb_models.ts +14 -1
  27. package/src/services/vod/v20180717/vod_models.ts +16 -4
  28. package/src/services/wedata/v20210820/wedata_client.ts +1 -1
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +9 -0
  32. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +9 -1
  33. package/tencentcloud/services/cam/v20190116/cam_client.js +12 -0
  34. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +96 -0
  35. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -4
  36. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +5 -1
  37. package/tencentcloud/services/dasb/v20191018/dasb_client.js +6 -0
  38. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +219 -137
  39. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +2 -2
  40. package/tencentcloud/services/dlc/v20210125/dlc_client.js +1 -1
  41. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +197 -88
  42. package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +6 -1
  43. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
  44. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  45. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  46. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +30 -8
  47. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +13 -1
  48. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +66 -3
  49. package/tencentcloud/services/region/v20220627/region_models.d.ts +10 -11
  50. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +5 -0
  51. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +1 -1
  52. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +2 -2
  53. package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +22 -22
  54. package/tencentcloud/services/vdb/v20230616/vdb_client.d.ts +1 -1
  55. package/tencentcloud/services/vdb/v20230616/vdb_models.d.ts +14 -1
  56. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +16 -4
  57. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +1 -1
  58. package/tencentcloud/services/wedata/v20210820/wedata_client.js +1 -1
  59. package/test/cam.v20190116.test.js +20 -0
  60. package/test/dasb.v20191018.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,334 @@
1
+ # Release 4.0.937
2
+
3
+ ## 应用性能监控(apm) 版本:2021-06-22
4
+
5
+ ### 第 25 次发布
6
+
7
+ 发布时间:2024-09-13 01:04:24
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [ModifyApmInstance](https://cloud.tencent.com/document/api/1463/89002)
16
+
17
+ * 新增入参:ResponseDurationWarningThreshold
18
+
19
+
20
+ 修改数据结构:
21
+
22
+ * [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
23
+
24
+ * 新增成员:ResponseDurationWarningThreshold
25
+
26
+
27
+
28
+
29
+ ## 访问管理(cam) 版本:2019-01-16
30
+
31
+ ### 第 61 次发布
32
+
33
+ 发布时间:2024-09-13 01:08:46
34
+
35
+ 本次发布包含了以下内容:
36
+
37
+ 改善已有的文档。
38
+
39
+ 新增接口:
40
+
41
+ * [DeleteMessageReceiver](https://cloud.tencent.com/document/api/598/110941)
42
+ * [ListReceiver](https://cloud.tencent.com/document/api/598/110940)
43
+
44
+ 新增数据结构:
45
+
46
+ * [Receiver](https://cloud.tencent.com/document/api/598/33167#Receiver)
47
+
48
+
49
+
50
+ ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
51
+
52
+ ### 第 30 次发布
53
+
54
+ 发布时间:2024-09-13 01:25:56
55
+
56
+ 本次发布包含了以下内容:
57
+
58
+ 改善已有的文档。
59
+
60
+ 新增接口:
61
+
62
+ * [DescribeDomains](https://cloud.tencent.com/document/api/1025/110943)
63
+
64
+ 新增数据结构:
65
+
66
+ * [Domain](https://cloud.tencent.com/document/api/1025/74416#Domain)
67
+
68
+
69
+
70
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
71
+
72
+ ### 第 103 次发布
73
+
74
+ 发布时间:2024-09-13 01:28:24
75
+
76
+ 本次发布包含了以下内容:
77
+
78
+ 改善已有的文档。
79
+
80
+ 新增数据结构:
81
+
82
+ * [DataMaskStrategyInfo](https://cloud.tencent.com/document/api/1342/53778#DataMaskStrategyInfo)
83
+ * [GroupInfo](https://cloud.tencent.com/document/api/1342/53778#GroupInfo)
84
+ * [TCHouseD](https://cloud.tencent.com/document/api/1342/53778#TCHouseD)
85
+
86
+ 修改数据结构:
87
+
88
+ * [Column](https://cloud.tencent.com/document/api/1342/53778#Column)
89
+
90
+ * 新增成员:DataMaskStrategyInfo
91
+
92
+ * [DatasourceConnectionConfig](https://cloud.tencent.com/document/api/1342/53778#DatasourceConnectionConfig)
93
+
94
+ * 新增成员:TCHouseD
95
+
96
+ * [ResourceInfo](https://cloud.tencent.com/document/api/1342/53778#ResourceInfo)
97
+
98
+ * 新增成员:ResourceGroupName
99
+
100
+
101
+
102
+
103
+ ## 数据安全治理中心(dsgc) 版本:2019-07-23
104
+
105
+ ### 第 21 次发布
106
+
107
+ 发布时间:2024-09-13 01:31:06
108
+
109
+ 本次发布包含了以下内容:
110
+
111
+ 改善已有的文档。
112
+
113
+ 修改数据结构:
114
+
115
+ * [DbInfo](https://cloud.tencent.com/document/api/1087/96844#DbInfo)
116
+
117
+ * 新增成员:BindType
118
+
119
+ * <font color="#dd0000">**修改成员**:</font>DbName, ValidStatus
120
+
121
+
122
+
123
+
124
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
125
+
126
+ ### 第 187 次发布
127
+
128
+ 发布时间:2024-09-13 01:36:15
129
+
130
+ 本次发布包含了以下内容:
131
+
132
+ 改善已有的文档。
133
+
134
+ 修改接口:
135
+
136
+ * [CreateFlow](https://cloud.tencent.com/document/api/1323/70361)
137
+
138
+ * 新增入参:FlowDisplayType
139
+
140
+ * [CreateFlowByFiles](https://cloud.tencent.com/document/api/1323/70360)
141
+
142
+ * 新增入参:FlowDisplayType
143
+
144
+
145
+ 修改数据结构:
146
+
147
+ * [FlowGroupInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupInfo)
148
+
149
+ * 新增成员:FlowDisplayType
150
+
151
+
152
+
153
+
154
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
155
+
156
+ ### 第 183 次发布
157
+
158
+ 发布时间:2024-09-13 01:37:18
159
+
160
+ 本次发布包含了以下内容:
161
+
162
+ 改善已有的文档。
163
+
164
+ 修改接口:
165
+
166
+ * [ChannelCreateFlowByFiles](https://cloud.tencent.com/document/api/1420/73068)
167
+
168
+ * 新增入参:FlowDisplayType
169
+
170
+
171
+ 修改数据结构:
172
+
173
+ * [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo)
174
+
175
+ * 新增成员:FlowDisplayType
176
+
177
+ * [FlowInfo](https://cloud.tencent.com/document/api/1420/61525#FlowInfo)
178
+
179
+ * 新增成员:FlowDisplayType
180
+
181
+
182
+
183
+
184
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
185
+
186
+
187
+
188
+ ## 媒体处理(mps) 版本:2019-06-12
189
+
190
+ ### 第 95 次发布
191
+
192
+ 发布时间:2024-09-13 01:54:23
193
+
194
+ 本次发布包含了以下内容:
195
+
196
+ 改善已有的文档。
197
+
198
+ 修改接口:
199
+
200
+ * [DescribeAIAnalysisTemplates](https://cloud.tencent.com/document/api/862/40247)
201
+
202
+ * 新增入参:Name
203
+
204
+ * [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/862/39432)
205
+
206
+ * 新增入参:Name
207
+
208
+ * [DescribeAdaptiveDynamicStreamingTemplates](https://cloud.tencent.com/document/api/862/45747)
209
+
210
+ * 新增入参:Name
211
+
212
+ * [DescribeAnimatedGraphicsTemplates](https://cloud.tencent.com/document/api/862/37597)
213
+
214
+ * 新增入参:Name
215
+
216
+ * [DescribeContentReviewTemplates](https://cloud.tencent.com/document/api/862/39431)
217
+
218
+ * 新增入参:Name
219
+
220
+ * [DescribeImageSpriteTemplates](https://cloud.tencent.com/document/api/862/37596)
221
+
222
+ * 新增入参:Name
223
+
224
+ * [DescribeQualityControlTemplates](https://cloud.tencent.com/document/api/862/108312)
225
+
226
+ * 新增入参:Name
227
+
228
+ * [DescribeSampleSnapshotTemplates](https://cloud.tencent.com/document/api/862/37595)
229
+
230
+ * 新增入参:Name
231
+
232
+ * [DescribeSnapshotByTimeOffsetTemplates](https://cloud.tencent.com/document/api/862/37594)
233
+
234
+ * 新增入参:Name
235
+
236
+ * [DescribeTranscodeTemplates](https://cloud.tencent.com/document/api/862/37593)
237
+
238
+ * 新增入参:Name
239
+
240
+ * [DescribeWatermarkTemplates](https://cloud.tencent.com/document/api/862/37592)
241
+
242
+ * 新增入参:Name
243
+
244
+
245
+ 修改数据结构:
246
+
247
+ * [UserDefineOcrTextReviewTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#UserDefineOcrTextReviewTemplateInfoForUpdate)
248
+
249
+ * <font color="#dd0000">**修改成员**:</font>LabelSet
250
+
251
+ * [VideoTemplateInfo](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfo)
252
+
253
+ * 新增成员:Stereo3dType
254
+
255
+ * [VideoTemplateInfoForUpdate](https://cloud.tencent.com/document/api/862/37615#VideoTemplateInfoForUpdate)
256
+
257
+ * 新增成员:Stereo3dType
258
+
259
+
260
+
261
+
262
+ ## 自动化助手(tat) 版本:2020-10-28
263
+
264
+ ### 第 24 次发布
265
+
266
+ 发布时间:2024-09-13 02:06:44
267
+
268
+ 本次发布包含了以下内容:
269
+
270
+ 改善已有的文档。
271
+
272
+ 修改数据结构:
273
+
274
+ * [Command](https://cloud.tencent.com/document/api/1340/52687#Command)
275
+
276
+ * 新增成员:Scenes
277
+
278
+
279
+
280
+
281
+ ## 向量数据库(vdb) 版本:2023-06-16
282
+
283
+ ### 第 4 次发布
284
+
285
+ 发布时间:2024-09-13 02:23:25
286
+
287
+ 本次发布包含了以下内容:
288
+
289
+ 改善已有的文档。
290
+
291
+ 修改接口:
292
+
293
+ * [DescribeInstanceNodes](https://cloud.tencent.com/document/api/1709/110879)
294
+
295
+ * 新增入参:Limit, Offset, Component
296
+
297
+
298
+
299
+
300
+ ## 云点播(vod) 版本:2024-07-18
301
+
302
+
303
+
304
+ ## 云点播(vod) 版本:2018-07-17
305
+
306
+ ### 第 186 次发布
307
+
308
+ 发布时间:2024-09-13 02:23:45
309
+
310
+ 本次发布包含了以下内容:
311
+
312
+ 改善已有的文档。
313
+
314
+ 修改接口:
315
+
316
+ * [AttachMediaSubtitles](https://cloud.tencent.com/document/api/266/54235)
317
+
318
+ * 新增入参:DefaultSubtitleId
319
+
320
+
321
+ 修改数据结构:
322
+
323
+ * [AdaptiveDynamicStreamingInfoItem](https://cloud.tencent.com/document/api/266/31773#AdaptiveDynamicStreamingInfoItem)
324
+
325
+ * 新增成员:SubtitleSet, DefaultSubtitleId
326
+
327
+ * <font color="#dd0000">**修改成员**:</font>Size, DigitalWatermarkType, SubStreamSet, CopyRightWatermarkText
328
+
329
+
330
+
331
+
1
332
  # Release 4.0.936
2
333
 
3
334
  ## 云防火墙(cfw) 版本:2019-09-04