tencentcloud-sdk-nodejs 4.0.568 → 4.0.570

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 (94) hide show
  1. package/CHANGELOG.md +391 -0
  2. package/SERVICE_CHANGELOG.md +417 -91
  3. package/package.json +1 -1
  4. package/products.md +190 -190
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/billing/v20180709/billing_models.ts +4 -4
  7. package/src/services/bma/v20221115/bma_models.ts +5 -0
  8. package/src/services/cdn/v20180606/cdn_models.ts +7 -7
  9. package/src/services/cfs/v20190719/cfs_models.ts +9 -3
  10. package/src/services/ckafka/v20190819/ckafka_client.ts +18 -6
  11. package/src/services/ckafka/v20190819/ckafka_models.ts +46 -1
  12. package/src/services/cwp/v20180228/cwp_client.ts +26 -13
  13. package/src/services/cwp/v20180228/cwp_models.ts +261 -72
  14. package/src/services/dcdb/v20180411/dcdb_models.ts +55 -49
  15. package/src/services/ess/v20201111/ess_client.ts +2 -1
  16. package/src/services/ess/v20201111/ess_models.ts +34 -4
  17. package/src/services/live/v20180801/live_models.ts +1 -1
  18. package/src/services/mariadb/v20170312/mariadb_models.ts +60 -54
  19. package/src/services/mongodb/v20190725/mongodb_client.ts +1 -1
  20. package/src/services/mongodb/v20190725/mongodb_models.ts +7 -7
  21. package/src/services/monitor/v20180724/monitor_client.ts +3 -1
  22. package/src/services/ocr/v20181119/ocr_models.ts +11 -1
  23. package/src/services/region/v20220627/region_models.ts +14 -4
  24. package/src/services/ssl/v20191205/ssl_models.ts +52 -47
  25. package/src/services/tcb/v20180608/tcb_models.ts +57 -47
  26. package/src/services/tcr/v20190924/tcr_client.ts +8 -4
  27. package/src/services/tdmq/v20200217/tdmq_models.ts +1 -1
  28. package/src/services/thpc/index.ts +2 -0
  29. package/src/services/thpc/v20230321/index.ts +6 -0
  30. package/src/services/thpc/v20230321/thpc_client.ts +250 -0
  31. package/src/services/thpc/v20230321/thpc_models.ts +1558 -0
  32. package/src/services/tiw/v20190919/tiw_client.ts +31 -17
  33. package/src/services/tiw/v20190919/tiw_models.ts +151 -21
  34. package/src/services/trtc/v20190722/trtc_client.ts +3 -3
  35. package/src/services/trtc/v20190722/trtc_models.ts +1 -1
  36. package/src/services/tse/v20201207/tse_models.ts +30 -0
  37. package/src/services/tts/v20190823/tts_models.ts +10 -4
  38. package/src/services/vod/v20180717/vod_client.ts +2 -0
  39. package/src/services/vod/v20180717/vod_models.ts +22 -2
  40. package/src/services/vpc/v20170312/vpc_client.ts +1 -1
  41. package/tencentcloud/common/sdk_version.d.ts +1 -1
  42. package/tencentcloud/common/sdk_version.js +1 -1
  43. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4 -4
  44. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +4 -0
  45. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -7
  46. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +8 -2
  47. package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +7 -3
  48. package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +9 -3
  49. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +39 -1
  50. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +9 -5
  51. package/tencentcloud/services/cwp/v20180228/cwp_client.js +12 -6
  52. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +228 -72
  53. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +54 -49
  54. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  55. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +30 -4
  56. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  57. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +59 -54
  58. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
  59. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
  60. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +7 -7
  61. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +3 -1
  62. package/tencentcloud/services/monitor/v20180724/monitor_client.js +3 -1
  63. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +10 -1
  64. package/tencentcloud/services/region/v20220627/region_models.d.ts +12 -4
  65. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +51 -47
  66. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +55 -47
  67. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +6 -2
  68. package/tencentcloud/services/tcr/v20190924/tcr_client.js +6 -2
  69. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +1 -1
  70. package/tencentcloud/services/thpc/index.d.ts +4 -0
  71. package/tencentcloud/services/thpc/index.js +2 -0
  72. package/tencentcloud/services/thpc/v20230321/index.d.ts +6 -0
  73. package/tencentcloud/services/thpc/v20230321/index.js +9 -0
  74. package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +77 -0
  75. package/tencentcloud/services/thpc/v20230321/thpc_client.js +128 -0
  76. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1314 -0
  77. package/tencentcloud/services/thpc/v20230321/thpc_models.js +18 -0
  78. package/tencentcloud/services/tiw/v20190919/tiw_client.d.ts +11 -7
  79. package/tencentcloud/services/tiw/v20190919/tiw_client.js +15 -9
  80. package/tencentcloud/services/tiw/v20190919/tiw_models.d.ts +127 -19
  81. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
  82. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
  83. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +1 -1
  84. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +25 -0
  85. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +9 -4
  86. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -0
  87. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -0
  88. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +20 -2
  89. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +1 -1
  90. package/tencentcloud/services/vpc/v20170312/vpc_client.js +1 -1
  91. package/test/ckafka.v20190819.test.js +12 -2
  92. package/test/cwp.v20180228.test.js +14 -4
  93. package/test/thpc.v20230321.test.js +171 -0
  94. package/test/tiw.v20190919.test.js +22 -12
package/CHANGELOG.md CHANGED
@@ -1,3 +1,394 @@
1
+ # Release 4.0.570
2
+
3
+ ## 品牌经营管家(bma) 版本:2022-11-15
4
+
5
+ ### 第 6 次发布
6
+
7
+ 发布时间:2023-03-30 01:04:35
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [BrandData](https://cloud.tencent.com/document/api/1296/86604#BrandData)
16
+
17
+ * 新增成员:Uin
18
+
19
+
20
+
21
+
22
+ ## 品牌经营管家(bma) 版本:2021-06-24
23
+
24
+
25
+
26
+ ## 主机安全(cwp) 版本:2018-02-28
27
+
28
+ ### 第 75 次发布
29
+
30
+ 发布时间:2023-03-30 01:13:34
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 新增接口:
37
+
38
+ * [DescribeRiskDnsEventList](https://cloud.tencent.com/document/api/296/89634)
39
+
40
+ 新增数据结构:
41
+
42
+ * [RiskDnsEvent](https://cloud.tencent.com/document/api/296/19867#RiskDnsEvent)
43
+
44
+
45
+
46
+ ## 文字识别(ocr) 版本:2018-11-19
47
+
48
+ ### 第 91 次发布
49
+
50
+ 发布时间:2023-03-30 01:49:43
51
+
52
+ 本次发布包含了以下内容:
53
+
54
+ 改善已有的文档。
55
+
56
+ 修改数据结构:
57
+
58
+ * [SmartFormFileUrl](https://cloud.tencent.com/document/api/866/33527#SmartFormFileUrl)
59
+
60
+ * 新增成员:FileUrl, FileOrderNumber
61
+
62
+
63
+
64
+
65
+ ## 高性能计算平台(thpc) 版本:2023-03-21
66
+
67
+ ### 第 1 次发布
68
+
69
+ 发布时间:2023-03-29 12:01:10
70
+
71
+ 本次发布包含了以下内容:
72
+
73
+ 改善已有的文档。
74
+
75
+ 新增接口:
76
+
77
+ * [AddClusterStorageOption](https://cloud.tencent.com/document/api/1527/89578)
78
+ * [AddNodes](https://cloud.tencent.com/document/api/1527/89571)
79
+ * [AddQueue](https://cloud.tencent.com/document/api/1527/89567)
80
+ * [CreateCluster](https://cloud.tencent.com/document/api/1527/89563)
81
+ * [DeleteCluster](https://cloud.tencent.com/document/api/1527/89562)
82
+ * [DeleteClusterStorageOption](https://cloud.tencent.com/document/api/1527/89577)
83
+ * [DeleteNodes](https://cloud.tencent.com/document/api/1527/89570)
84
+ * [DeleteQueue](https://cloud.tencent.com/document/api/1527/89566)
85
+ * [DescribeAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89574)
86
+ * [DescribeClusterActivities](https://cloud.tencent.com/document/api/1527/89561)
87
+ * [DescribeClusterStorageOption](https://cloud.tencent.com/document/api/1527/89576)
88
+ * [DescribeClusters](https://cloud.tencent.com/document/api/1527/89560)
89
+ * [DescribeNodes](https://cloud.tencent.com/document/api/1527/89569)
90
+ * [DescribeQueues](https://cloud.tencent.com/document/api/1527/89565)
91
+ * [SetAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89573)
92
+
93
+ 新增数据结构:
94
+
95
+ * [CFSOption](https://cloud.tencent.com/document/api/1527/89579#CFSOption)
96
+ * [CFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#CFSOptionOverview)
97
+ * [ClusterActivity](https://cloud.tencent.com/document/api/1527/89579#ClusterActivity)
98
+ * [ClusterOverview](https://cloud.tencent.com/document/api/1527/89579#ClusterOverview)
99
+ * [ComputeNode](https://cloud.tencent.com/document/api/1527/89579#ComputeNode)
100
+ * [ComputeNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ComputeNodeOverview)
101
+ * [DataDisk](https://cloud.tencent.com/document/api/1527/89579#DataDisk)
102
+ * [ExpansionNodeConfig](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfig)
103
+ * [ExpansionNodeConfigOverview](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfigOverview)
104
+ * [Filter](https://cloud.tencent.com/document/api/1527/89579#Filter)
105
+ * [GooseFSOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSOption)
106
+ * [GooseFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSOptionOverview)
107
+ * [GooseFSxOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOption)
108
+ * [GooseFSxOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOptionOverview)
109
+ * [InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/89579#InstanceChargePrepaid)
110
+ * [InternetAccessible](https://cloud.tencent.com/document/api/1527/89579#InternetAccessible)
111
+ * [LoginNode](https://cloud.tencent.com/document/api/1527/89579#LoginNode)
112
+ * [LoginNodeOverview](https://cloud.tencent.com/document/api/1527/89579#LoginNodeOverview)
113
+ * [LoginSettings](https://cloud.tencent.com/document/api/1527/89579#LoginSettings)
114
+ * [ManagerNode](https://cloud.tencent.com/document/api/1527/89579#ManagerNode)
115
+ * [ManagerNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ManagerNodeOverview)
116
+ * [NodeActivity](https://cloud.tencent.com/document/api/1527/89579#NodeActivity)
117
+ * [NodeOverview](https://cloud.tencent.com/document/api/1527/89579#NodeOverview)
118
+ * [Placement](https://cloud.tencent.com/document/api/1527/89579#Placement)
119
+ * [QueueConfig](https://cloud.tencent.com/document/api/1527/89579#QueueConfig)
120
+ * [QueueConfigOverview](https://cloud.tencent.com/document/api/1527/89579#QueueConfigOverview)
121
+ * [QueueOverview](https://cloud.tencent.com/document/api/1527/89579#QueueOverview)
122
+ * [StorageOption](https://cloud.tencent.com/document/api/1527/89579#StorageOption)
123
+ * [StorageOptionOverview](https://cloud.tencent.com/document/api/1527/89579#StorageOptionOverview)
124
+ * [SystemDisk](https://cloud.tencent.com/document/api/1527/89579#SystemDisk)
125
+ * [Tag](https://cloud.tencent.com/document/api/1527/89579#Tag)
126
+ * [VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/89579#VirtualPrivateCloud)
127
+
128
+
129
+
130
+ ## 高性能计算平台(thpc) 版本:2022-04-01
131
+
132
+
133
+
134
+ ## 高性能计算平台(thpc) 版本:2021-11-09
135
+
136
+
137
+
138
+ ## 微服务引擎 TSE(tse) 版本:2020-12-07
139
+
140
+ ### 第 33 次发布
141
+
142
+ 发布时间:2023-03-30 02:46:07
143
+
144
+ 本次发布包含了以下内容:
145
+
146
+ 改善已有的文档。
147
+
148
+ 修改数据结构:
149
+
150
+ * [CloudNativeAPIGatewayNode](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayNode)
151
+
152
+ * 新增成员:ZoneId, Zone, GroupId, GroupName, Status
153
+
154
+
155
+
156
+
157
+ # Release 4.0.569
158
+
159
+ ## 消息队列 CKafka(ckafka) 版本:2019-08-19
160
+
161
+ ### 第 76 次发布
162
+
163
+ 发布时间:2023-03-29 03:12:17
164
+
165
+ 本次发布包含了以下内容:
166
+
167
+ 改善已有的文档。
168
+
169
+ 新增接口:
170
+
171
+ * [ModifyDatahubTopic](https://cloud.tencent.com/document/api/597/89542)
172
+
173
+ 修改接口:
174
+
175
+ * [ModifyConnectResource](https://cloud.tencent.com/document/api/597/77794)
176
+
177
+ * 新增入参:KafkaConnectParam
178
+
179
+
180
+
181
+
182
+ ## 主机安全(cwp) 版本:2018-02-28
183
+
184
+ ### 第 74 次发布
185
+
186
+ 发布时间:2023-03-29 11:10:50
187
+
188
+ 本次发布包含了以下内容:
189
+
190
+ 改善已有的文档。
191
+
192
+ 修改接口:
193
+
194
+ * [UpdateMachineTags](https://cloud.tencent.com/document/api/296/60890)
195
+
196
+ * <font color="#dd0000">**修改入参**:</font>MachineRegion, MachineArea
197
+
198
+
199
+
200
+
201
+ ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
202
+
203
+ ### 第 54 次发布
204
+
205
+ 发布时间:2023-03-29 03:25:14
206
+
207
+ 本次发布包含了以下内容:
208
+
209
+ 改善已有的文档。
210
+
211
+ 修改接口:
212
+
213
+ * [DescribeDCDBInstanceDetail](https://cloud.tencent.com/document/api/557/89385)
214
+
215
+ * 新增出参:RsAccessStrategy
216
+
217
+
218
+
219
+
220
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
221
+
222
+ ### 第 53 次发布
223
+
224
+ 发布时间:2023-03-29 03:50:31
225
+
226
+ 本次发布包含了以下内容:
227
+
228
+ 改善已有的文档。
229
+
230
+ 修改接口:
231
+
232
+ * [DescribeDBInstanceDetail](https://cloud.tencent.com/document/api/237/89390)
233
+
234
+ * 新增出参:RsAccessStrategy
235
+
236
+
237
+
238
+
239
+ ## 腾讯云可观测平台(monitor) 版本:2018-07-24
240
+
241
+ ### 第 84 次发布
242
+
243
+ 发布时间:2023-03-29 03:52:31
244
+
245
+ 本次发布包含了以下内容:
246
+
247
+ 改善已有的文档。
248
+
249
+ <font color="#dd0000">**预下线接口**:</font>
250
+
251
+ * PutMonitorData
252
+
253
+
254
+
255
+ ## 地域管理系统(region) 版本:2022-06-27
256
+
257
+ ### 第 3 次发布
258
+
259
+ 发布时间:2023-03-29 11:14:36
260
+
261
+ 本次发布包含了以下内容:
262
+
263
+ 改善已有的文档。
264
+
265
+ 修改接口:
266
+
267
+ * [DescribeRegions](https://cloud.tencent.com/document/api/1596/77930)
268
+
269
+ * 新增入参:Scene
270
+
271
+ * [DescribeZones](https://cloud.tencent.com/document/api/1596/77929)
272
+
273
+ * 新增入参:Scene
274
+
275
+
276
+
277
+
278
+ ## SSL 证书(ssl) 版本:2019-12-05
279
+
280
+ ### 第 29 次发布
281
+
282
+ 发布时间:2023-03-29 11:14:40
283
+
284
+ 本次发布包含了以下内容:
285
+
286
+ 改善已有的文档。
287
+
288
+ 修改接口:
289
+
290
+ * [DescribeManagerDetail](https://cloud.tencent.com/document/api/400/52673)
291
+
292
+ * 新增出参:StatusInfo
293
+
294
+
295
+
296
+
297
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
298
+
299
+ ### 第 95 次发布
300
+
301
+ 发布时间:2023-03-29 11:14:58
302
+
303
+ 本次发布包含了以下内容:
304
+
305
+ 改善已有的文档。
306
+
307
+ 修改接口:
308
+
309
+ * [CreatePostpayPackage](https://cloud.tencent.com/document/api/876/45287)
310
+
311
+ * 新增入参:EnvAlias, Extra
312
+
313
+
314
+
315
+
316
+ ## 容器镜像服务(tcr) 版本:2019-09-24
317
+
318
+ ### 第 54 次发布
319
+
320
+ 发布时间:2023-03-29 11:15:33
321
+
322
+ 本次发布包含了以下内容:
323
+
324
+ 改善已有的文档。
325
+
326
+ <font color="#dd0000">**预下线接口**:</font>
327
+
328
+ * CreateImageLifecyclePersonal
329
+ * DeleteImageLifecyclePersonal
330
+
331
+
332
+
333
+ ## 互动白板(tiw) 版本:2019-09-19
334
+
335
+ ### 第 30 次发布
336
+
337
+ 发布时间:2023-03-29 04:22:17
338
+
339
+ 本次发布包含了以下内容:
340
+
341
+ 改善已有的文档。
342
+
343
+ 新增接口:
344
+
345
+ * [DescribeRecordSearch](https://cloud.tencent.com/document/api/1137/89543)
346
+
347
+ 新增数据结构:
348
+
349
+ * [RecordTaskResult](https://cloud.tencent.com/document/api/1137/40068#RecordTaskResult)
350
+ * [RecordTaskSearchResult](https://cloud.tencent.com/document/api/1137/40068#RecordTaskSearchResult)
351
+
352
+
353
+
354
+ ## 语音合成(tts) 版本:2019-08-23
355
+
356
+ ### 第 9 次发布
357
+
358
+ 发布时间:2023-03-29 04:28:22
359
+
360
+ 本次发布包含了以下内容:
361
+
362
+ 改善已有的文档。
363
+
364
+ 修改数据结构:
365
+
366
+ * [Subtitle](https://cloud.tencent.com/document/api/1073/57374#Subtitle)
367
+
368
+ * 新增成员:Phoneme
369
+
370
+
371
+
372
+
373
+ ## 云点播(vod) 版本:2018-07-17
374
+
375
+ ### 第 145 次发布
376
+
377
+ 发布时间:2023-03-29 04:28:58
378
+
379
+ 本次发布包含了以下内容:
380
+
381
+ 改善已有的文档。
382
+
383
+ 修改接口:
384
+
385
+ * [SearchMedia](https://cloud.tencent.com/document/api/266/31813)
386
+
387
+ * 新增入参:Status, ReviewResults
388
+
389
+
390
+
391
+
1
392
  # Release 4.0.568
2
393
 
3
394
  ## 云呼叫中心(ccc) 版本:2020-02-10