tencentcloud-sdk-nodejs 4.0.904 → 4.0.905
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 +357 -0
- package/SERVICE_CHANGELOG.md +540 -43
- package/package.json +1 -1
- package/products.md +14 -14
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ams/v20201229/ams_client.ts +4 -1
- package/src/services/ams/v20201229/ams_models.ts +199 -63
- package/src/services/bi/v20220105/bi_models.ts +1 -1
- package/src/services/cat/v20180409/cat_models.ts +4 -0
- package/src/services/cdb/v20170320/cdb_models.ts +15 -3
- package/src/services/cdn/v20180606/cdn_client.ts +2 -0
- package/src/services/cdn/v20180606/cdn_models.ts +46 -0
- package/src/services/cfw/v20190904/cfw_client.ts +16 -3
- package/src/services/cfw/v20190904/cfw_models.ts +145 -22
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +41 -0
- package/src/services/ecm/v20190719/ecm_models.ts +8 -0
- package/src/services/emr/v20190103/emr_client.ts +14 -1
- package/src/services/emr/v20190103/emr_models.ts +190 -58
- package/src/services/hunyuan/v20230901/hunyuan_client.ts +4 -2
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +87 -26
- package/src/services/tke/v20180525/tke_client.ts +19 -6
- package/src/services/tke/v20180525/tke_models.ts +96 -0
- package/src/services/vm/v20201229/vm_client.ts +4 -4
- package/src/services/vm/v20201229/vm_models.ts +131 -44
- package/src/services/vm/v20210922/vm_models.ts +25 -26
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ams/v20201229/ams_models.d.ts +196 -63
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +1 -1
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +4 -0
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +15 -3
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +44 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +142 -22
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +41 -0
- package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +8 -0
- package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
- package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +186 -57
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +85 -26
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +7 -3
- package/tencentcloud/services/tke/v20180525/tke_client.js +9 -3
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +93 -0
- package/tencentcloud/services/vm/v20201229/vm_client.d.ts +1 -3
- package/tencentcloud/services/vm/v20201229/vm_client.js +1 -3
- package/tencentcloud/services/vm/v20201229/vm_models.d.ts +129 -44
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +25 -26
- package/test/cfw.v20190904.test.js +10 -0
- package/test/emr.v20190103.test.js +10 -0
- package/test/tke.v20180525.test.js +12 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,360 @@
|
|
|
1
|
+
# Release 4.0.905
|
|
2
|
+
|
|
3
|
+
## 音频内容安全(ams) 版本:2020-12-29
|
|
4
|
+
|
|
5
|
+
### 第 11 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2024-07-26 01:08:05
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1219/53256)
|
|
16
|
+
|
|
17
|
+
* 新增出参:MediaInfo
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
新增数据结构:
|
|
21
|
+
|
|
22
|
+
* [LabelResults](https://cloud.tencent.com/document/api/1219/53259#LabelResults)
|
|
23
|
+
* [SpeakerResults](https://cloud.tencent.com/document/api/1219/53259#SpeakerResults)
|
|
24
|
+
* [TravelResults](https://cloud.tencent.com/document/api/1219/53259#TravelResults)
|
|
25
|
+
|
|
26
|
+
修改数据结构:
|
|
27
|
+
|
|
28
|
+
* [AudioResult](https://cloud.tencent.com/document/api/1219/53259#AudioResult)
|
|
29
|
+
|
|
30
|
+
* 新增成员:SpeakerResults, LabelResults, TravelResults
|
|
31
|
+
|
|
32
|
+
* [AudioResultDetailMoanResult](https://cloud.tencent.com/document/api/1219/53259#AudioResultDetailMoanResult)
|
|
33
|
+
|
|
34
|
+
* [AudioSegments](https://cloud.tencent.com/document/api/1219/53259#AudioSegments)
|
|
35
|
+
|
|
36
|
+
* 新增成员:CreatedAt
|
|
37
|
+
|
|
38
|
+
* [TaskData](https://cloud.tencent.com/document/api/1219/53259#TaskData)
|
|
39
|
+
|
|
40
|
+
* 新增成员:InputInfo
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## 音频内容安全(ams) 版本:2020-06-08
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
## 云拨测(cat) 版本:2018-04-09
|
|
50
|
+
|
|
51
|
+
### 第 18 次发布
|
|
52
|
+
|
|
53
|
+
发布时间:2024-07-26 01:15:04
|
|
54
|
+
|
|
55
|
+
本次发布包含了以下内容:
|
|
56
|
+
|
|
57
|
+
改善已有的文档。
|
|
58
|
+
|
|
59
|
+
修改接口:
|
|
60
|
+
|
|
61
|
+
* [CreateProbeTasks](https://cloud.tencent.com/document/api/280/66213)
|
|
62
|
+
|
|
63
|
+
* 新增入参:SubSyncFlag
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
## 云数据库 MySQL(cdb) 版本:2017-03-20
|
|
69
|
+
|
|
70
|
+
### 第 162 次发布
|
|
71
|
+
|
|
72
|
+
发布时间:2024-07-26 01:16:06
|
|
73
|
+
|
|
74
|
+
本次发布包含了以下内容:
|
|
75
|
+
|
|
76
|
+
改善已有的文档。
|
|
77
|
+
|
|
78
|
+
修改接口:
|
|
79
|
+
|
|
80
|
+
* [CreateCloneInstance](https://cloud.tencent.com/document/api/236/50424)
|
|
81
|
+
|
|
82
|
+
* 新增入参:ClusterTopology
|
|
83
|
+
|
|
84
|
+
* [CreateDBInstance](https://cloud.tencent.com/document/api/236/15871)
|
|
85
|
+
|
|
86
|
+
* 新增入参:ClusterTopology
|
|
87
|
+
|
|
88
|
+
* [CreateDBInstanceHour](https://cloud.tencent.com/document/api/236/15865)
|
|
89
|
+
|
|
90
|
+
* 新增入参:ClusterTopology
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
## 内容分发网络 CDN(cdn) 版本:2018-06-06
|
|
96
|
+
|
|
97
|
+
### 第 128 次发布
|
|
98
|
+
|
|
99
|
+
发布时间:2024-07-26 01:17:46
|
|
100
|
+
|
|
101
|
+
本次发布包含了以下内容:
|
|
102
|
+
|
|
103
|
+
改善已有的文档。
|
|
104
|
+
|
|
105
|
+
修改接口:
|
|
106
|
+
|
|
107
|
+
* [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
|
|
108
|
+
|
|
109
|
+
* 新增入参:ParamFilter
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
新增数据结构:
|
|
113
|
+
|
|
114
|
+
* [ParamFilter](https://cloud.tencent.com/document/api/228/30987#ParamFilter)
|
|
115
|
+
* [ParamFilterRule](https://cloud.tencent.com/document/api/228/30987#ParamFilterRule)
|
|
116
|
+
|
|
117
|
+
修改数据结构:
|
|
118
|
+
|
|
119
|
+
* [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
|
|
120
|
+
|
|
121
|
+
* 新增成员:ParamFilter
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
## 云防火墙(cfw) 版本:2019-09-04
|
|
127
|
+
|
|
128
|
+
### 第 60 次发布
|
|
129
|
+
|
|
130
|
+
发布时间:2024-07-26 01:19:51
|
|
131
|
+
|
|
132
|
+
本次发布包含了以下内容:
|
|
133
|
+
|
|
134
|
+
改善已有的文档。
|
|
135
|
+
|
|
136
|
+
新增接口:
|
|
137
|
+
|
|
138
|
+
* [DescribeNatFwDnatRule](https://cloud.tencent.com/document/api/1132/109336)
|
|
139
|
+
|
|
140
|
+
新增数据结构:
|
|
141
|
+
|
|
142
|
+
* [DescNatDnatRule](https://cloud.tencent.com/document/api/1132/49071#DescNatDnatRule)
|
|
143
|
+
|
|
144
|
+
修改数据结构:
|
|
145
|
+
|
|
146
|
+
* [VpcFwGroupInfo](https://cloud.tencent.com/document/api/1132/49071#VpcFwGroupInfo)
|
|
147
|
+
|
|
148
|
+
* 新增成员:NeedSwitchCcnOverlap, CcnId
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
|
|
154
|
+
|
|
155
|
+
### 第 98 次发布
|
|
156
|
+
|
|
157
|
+
发布时间:2024-07-26 01:29:47
|
|
158
|
+
|
|
159
|
+
本次发布包含了以下内容:
|
|
160
|
+
|
|
161
|
+
改善已有的文档。
|
|
162
|
+
|
|
163
|
+
修改接口:
|
|
164
|
+
|
|
165
|
+
* [CreateCLSDelivery](https://cloud.tencent.com/document/api/1003/106079)
|
|
166
|
+
|
|
167
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
168
|
+
|
|
169
|
+
* [DeleteCLSDelivery](https://cloud.tencent.com/document/api/1003/106078)
|
|
170
|
+
|
|
171
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
172
|
+
|
|
173
|
+
* [DescribeInstanceCLSLogDelivery](https://cloud.tencent.com/document/api/1003/106077)
|
|
174
|
+
|
|
175
|
+
* 新增入参:LogType
|
|
176
|
+
|
|
177
|
+
* [StartCLSDelivery](https://cloud.tencent.com/document/api/1003/106076)
|
|
178
|
+
|
|
179
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
180
|
+
|
|
181
|
+
* [StopCLSDelivery](https://cloud.tencent.com/document/api/1003/106075)
|
|
182
|
+
|
|
183
|
+
* 新增入参:LogType, IsInMaintainPeriod
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
修改数据结构:
|
|
187
|
+
|
|
188
|
+
* [InstanceCLSDeliveryInfo](https://cloud.tencent.com/document/api/1003/48097#InstanceCLSDeliveryInfo)
|
|
189
|
+
|
|
190
|
+
* 新增成员:LogType
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
## 边缘计算机器(ecm) 版本:2019-07-19
|
|
196
|
+
|
|
197
|
+
### 第 75 次发布
|
|
198
|
+
|
|
199
|
+
发布时间:2024-07-26 01:38:19
|
|
200
|
+
|
|
201
|
+
本次发布包含了以下内容:
|
|
202
|
+
|
|
203
|
+
改善已有的文档。
|
|
204
|
+
|
|
205
|
+
修改接口:
|
|
206
|
+
|
|
207
|
+
* [ModifyVpcAttribute](https://cloud.tencent.com/document/api/1108/43567)
|
|
208
|
+
|
|
209
|
+
* 新增入参:DnsServers, DomainName
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
|
|
213
|
+
|
|
214
|
+
## 弹性 MapReduce(emr) 版本:2019-01-03
|
|
215
|
+
|
|
216
|
+
### 第 69 次发布
|
|
217
|
+
|
|
218
|
+
发布时间:2024-07-25 14:51:25
|
|
219
|
+
|
|
220
|
+
本次发布包含了以下内容:
|
|
221
|
+
|
|
222
|
+
改善已有的文档。
|
|
223
|
+
|
|
224
|
+
新增接口:
|
|
225
|
+
|
|
226
|
+
* [DescribeTrinoQueryInfo](https://cloud.tencent.com/document/api/589/109323)
|
|
227
|
+
|
|
228
|
+
修改接口:
|
|
229
|
+
|
|
230
|
+
* [InquiryPriceRenewInstance](https://cloud.tencent.com/document/api/589/38064)
|
|
231
|
+
|
|
232
|
+
* <font color="#dd0000">**修改入参**:</font>Placement
|
|
233
|
+
|
|
234
|
+
* [InquiryPriceUpdateInstance](https://cloud.tencent.com/document/api/589/38063)
|
|
235
|
+
|
|
236
|
+
* <font color="#dd0000">**修改入参**:</font>UpdateSpec, Placement
|
|
237
|
+
|
|
238
|
+
* 新增出参:NewConfigPrice
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
新增数据结构:
|
|
242
|
+
|
|
243
|
+
* [PriceResult](https://cloud.tencent.com/document/api/589/33981#PriceResult)
|
|
244
|
+
* [TrinoQueryInfo](https://cloud.tencent.com/document/api/589/33981#TrinoQueryInfo)
|
|
245
|
+
|
|
246
|
+
<font color="#dd0000">**删除数据结构**:</font>
|
|
247
|
+
|
|
248
|
+
* TriggerConditions
|
|
249
|
+
|
|
250
|
+
修改数据结构:
|
|
251
|
+
|
|
252
|
+
* [LoadAutoScaleStrategy](https://cloud.tencent.com/document/api/589/33981#LoadAutoScaleStrategy)
|
|
253
|
+
|
|
254
|
+
* <font color="#dd0000">**删除成员**:</font>LoadMetrics, MetricId, StatisticPeriod, TriggerThreshold, TriggerConditions
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
|
|
258
|
+
|
|
259
|
+
## 腾讯混元大模型(hunyuan) 版本:2023-09-01
|
|
260
|
+
|
|
261
|
+
### 第 14 次发布
|
|
262
|
+
|
|
263
|
+
发布时间:2024-07-26 01:44:41
|
|
264
|
+
|
|
265
|
+
本次发布包含了以下内容:
|
|
266
|
+
|
|
267
|
+
改善已有的文档。
|
|
268
|
+
|
|
269
|
+
修改接口:
|
|
270
|
+
|
|
271
|
+
* [SubmitHunyuanImageJob](https://cloud.tencent.com/document/api/1729/105969)
|
|
272
|
+
|
|
273
|
+
* 新增入参:Num, Seed, LogoParam
|
|
274
|
+
|
|
275
|
+
* [TextToImageLite](https://cloud.tencent.com/document/api/1729/108738)
|
|
276
|
+
|
|
277
|
+
* 新增入参:LogoParam
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
新增数据结构:
|
|
281
|
+
|
|
282
|
+
* [LogoParam](https://cloud.tencent.com/document/api/1729/101838#LogoParam)
|
|
283
|
+
* [LogoRect](https://cloud.tencent.com/document/api/1729/101838#LogoRect)
|
|
284
|
+
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
## 容器服务(tke) 版本:2022-05-01
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
|
|
291
|
+
## 容器服务(tke) 版本:2018-05-25
|
|
292
|
+
|
|
293
|
+
### 第 176 次发布
|
|
294
|
+
|
|
295
|
+
发布时间:2024-07-26 02:19:58
|
|
296
|
+
|
|
297
|
+
本次发布包含了以下内容:
|
|
298
|
+
|
|
299
|
+
改善已有的文档。
|
|
300
|
+
|
|
301
|
+
新增接口:
|
|
302
|
+
|
|
303
|
+
* [DescribeReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/109337)
|
|
304
|
+
|
|
305
|
+
新增数据结构:
|
|
306
|
+
|
|
307
|
+
* [ReservedInstanceUtilizationRate](https://cloud.tencent.com/document/api/457/31866#ReservedInstanceUtilizationRate)
|
|
308
|
+
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
## 视频内容安全(vm) 版本:2021-09-22
|
|
312
|
+
|
|
313
|
+
|
|
314
|
+
|
|
315
|
+
## 视频内容安全(vm) 版本:2020-12-29
|
|
316
|
+
|
|
317
|
+
### 第 8 次发布
|
|
318
|
+
|
|
319
|
+
发布时间:2024-07-26 02:26:27
|
|
320
|
+
|
|
321
|
+
本次发布包含了以下内容:
|
|
322
|
+
|
|
323
|
+
改善已有的文档。
|
|
324
|
+
|
|
325
|
+
修改接口:
|
|
326
|
+
|
|
327
|
+
* [DescribeTaskDetail](https://cloud.tencent.com/document/api/1265/51878)
|
|
328
|
+
|
|
329
|
+
* 新增出参:SegmentCosUrlList, AudioText, TryInSeconds, Asrs
|
|
330
|
+
|
|
331
|
+
|
|
332
|
+
新增数据结构:
|
|
333
|
+
|
|
334
|
+
* [RcbAsr](https://cloud.tencent.com/document/api/1265/51881#RcbAsr)
|
|
335
|
+
* [SegmentCosUrlList](https://cloud.tencent.com/document/api/1265/51881#SegmentCosUrlList)
|
|
336
|
+
|
|
337
|
+
修改数据结构:
|
|
338
|
+
|
|
339
|
+
* [ImageResult](https://cloud.tencent.com/document/api/1265/51881#ImageResult)
|
|
340
|
+
|
|
341
|
+
* 新增成员:RecognitionResults
|
|
342
|
+
|
|
343
|
+
* [ImageResultsResultDetail](https://cloud.tencent.com/document/api/1265/51881#ImageResultsResultDetail)
|
|
344
|
+
|
|
345
|
+
* 新增成员:SubLabel
|
|
346
|
+
|
|
347
|
+
* [ImageSegments](https://cloud.tencent.com/document/api/1265/51881#ImageSegments)
|
|
348
|
+
|
|
349
|
+
* 新增成员:CreatedAt, OffsetusTime
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
## 视频内容安全(vm) 版本:2020-07-09
|
|
355
|
+
|
|
356
|
+
|
|
357
|
+
|
|
1
358
|
# Release 4.0.904
|
|
2
359
|
|
|
3
360
|
## 云防火墙(cfw) 版本:2019-09-04
|