tencentcloud-sdk-nodejs 4.0.569 → 4.0.571

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 (99) hide show
  1. package/CHANGELOG.md +508 -0
  2. package/SERVICE_CHANGELOG.md +602 -73
  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/asr/v20190614/asr_models.ts +13 -11
  7. package/src/services/bma/v20221115/bma_models.ts +5 -0
  8. package/src/services/car/v20220110/car_client.ts +24 -0
  9. package/src/services/car/v20220110/car_models.ts +40 -0
  10. package/src/services/cbs/v20170312/cbs_models.ts +1 -1
  11. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  12. package/src/services/cdn/v20180606/cdn_client.ts +1 -0
  13. package/src/services/cdn/v20180606/cdn_models.ts +52 -2
  14. package/src/services/cdwch/v20200915/cdwch_client.ts +13 -1
  15. package/src/services/cdwch/v20200915/cdwch_models.ts +79 -19
  16. package/src/services/cls/v20201016/cls_models.ts +2 -2
  17. package/src/services/cwp/v20180228/cwp_client.ts +46 -20
  18. package/src/services/cwp/v20180228/cwp_models.ts +378 -8
  19. package/src/services/dnspod/v20210323/dnspod_models.ts +1 -1
  20. package/src/services/ess/v20201111/ess_models.ts +8 -3
  21. package/src/services/essbasic/v20210526/essbasic_models.ts +5 -0
  22. package/src/services/lcic/v20220817/lcic_client.ts +55 -16
  23. package/src/services/lcic/v20220817/lcic_models.ts +325 -111
  24. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -3
  25. package/src/services/mongodb/v20190725/mongodb_client.ts +1 -1
  26. package/src/services/mongodb/v20190725/mongodb_models.ts +24 -24
  27. package/src/services/ocr/v20181119/ocr_client.ts +4 -2
  28. package/src/services/ocr/v20181119/ocr_models.ts +37 -17
  29. package/src/services/redis/v20180412/redis_models.ts +35 -12
  30. package/src/services/smop/v20201203/smop_models.ts +8 -2
  31. package/src/services/ssl/v20191205/ssl_models.ts +3 -3
  32. package/src/services/tcss/v20201101/tcss_models.ts +44 -34
  33. package/src/services/thpc/index.ts +2 -0
  34. package/src/services/thpc/v20230321/index.ts +6 -0
  35. package/src/services/thpc/v20230321/thpc_client.ts +250 -0
  36. package/src/services/thpc/v20230321/thpc_models.ts +1558 -0
  37. package/src/services/trtc/v20190722/trtc_client.ts +3 -3
  38. package/src/services/tse/v20201207/tse_models.ts +30 -0
  39. package/src/services/tts/v20190823/tts_models.ts +4 -4
  40. package/src/services/vod/v20180717/vod_models.ts +5 -0
  41. package/src/services/vpc/v20170312/vpc_client.ts +11 -10
  42. package/src/services/vpc/v20170312/vpc_models.ts +191 -72
  43. package/src/services/wedata/v20210820/wedata_models.ts +11 -5
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +13 -11
  47. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +4 -0
  48. package/tencentcloud/services/car/v20220110/car_client.d.ts +9 -1
  49. package/tencentcloud/services/car/v20220110/car_client.js +12 -0
  50. package/tencentcloud/services/car/v20220110/car_models.d.ts +36 -0
  51. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +1 -1
  52. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  53. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +44 -2
  54. package/tencentcloud/services/cdwch/v20200915/cdwch_client.d.ts +5 -1
  55. package/tencentcloud/services/cdwch/v20200915/cdwch_client.js +6 -0
  56. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +67 -16
  57. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
  58. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +15 -7
  59. package/tencentcloud/services/cwp/v20180228/cwp_client.js +21 -9
  60. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +315 -8
  61. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +1 -1
  62. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +7 -3
  63. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -0
  64. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +17 -5
  65. package/tencentcloud/services/lcic/v20220817/lcic_client.js +24 -6
  66. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +274 -93
  67. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -3
  68. package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +1 -1
  69. package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +1 -1
  70. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +24 -24
  71. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +2 -0
  72. package/tencentcloud/services/ocr/v20181119/ocr_client.js +2 -0
  73. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +34 -17
  74. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +33 -10
  75. package/tencentcloud/services/smop/v20201203/smop_models.d.ts +7 -2
  76. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +3 -3
  77. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +42 -34
  78. package/tencentcloud/services/thpc/index.d.ts +4 -0
  79. package/tencentcloud/services/thpc/index.js +2 -0
  80. package/tencentcloud/services/thpc/v20230321/index.d.ts +6 -0
  81. package/tencentcloud/services/thpc/v20230321/index.js +9 -0
  82. package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +77 -0
  83. package/tencentcloud/services/thpc/v20230321/thpc_client.js +128 -0
  84. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1314 -0
  85. package/tencentcloud/services/thpc/v20230321/thpc_models.js +18 -0
  86. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +3 -3
  87. package/tencentcloud/services/trtc/v20190722/trtc_client.js +3 -3
  88. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +25 -0
  89. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -4
  90. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
  91. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +8 -9
  92. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -7
  93. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +170 -70
  94. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +10 -5
  95. package/test/car.v20220110.test.js +20 -0
  96. package/test/cdwch.v20200915.test.js +10 -0
  97. package/test/cwp.v20180228.test.js +26 -6
  98. package/test/lcic.v20220817.test.js +34 -4
  99. package/test/thpc.v20230321.test.js +171 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,511 @@
1
+ # Release 4.0.571
2
+
3
+ ## 应用云渲染(car) 版本:2022-01-10
4
+
5
+ ### 第 5 次发布
6
+
7
+ 发布时间:2023-03-30 17:11:05
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [StartPublishStream](https://cloud.tencent.com/document/api/1547/89669)
16
+ * [StopPublishStream](https://cloud.tencent.com/document/api/1547/89668)
17
+
18
+
19
+
20
+ ## 内容分发网络 CDN(cdn) 版本:2018-06-06
21
+
22
+ ### 第 118 次发布
23
+
24
+ 发布时间:2023-03-31 01:08:16
25
+
26
+ 本次发布包含了以下内容:
27
+
28
+ 改善已有的文档。
29
+
30
+ 修改接口:
31
+
32
+ * [AddCdnDomain](https://cloud.tencent.com/document/api/228/41123)
33
+
34
+ * 新增入参:OthersPrivateAccess
35
+
36
+ * [UpdateDomainConfig](https://cloud.tencent.com/document/api/228/41116)
37
+
38
+ * 新增入参:OthersPrivateAccess
39
+
40
+
41
+ 新增数据结构:
42
+
43
+ * [OthersPrivateAccess](https://cloud.tencent.com/document/api/228/30987#OthersPrivateAccess)
44
+
45
+ 修改数据结构:
46
+
47
+ * [DetailDomain](https://cloud.tencent.com/document/api/228/30987#DetailDomain)
48
+
49
+ * 新增成员:OthersPrivateAccess
50
+
51
+
52
+
53
+
54
+ ## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15
55
+
56
+ ### 第 10 次发布
57
+
58
+ 发布时间:2023-04-03 01:07:25
59
+
60
+ 本次发布包含了以下内容:
61
+
62
+ 改善已有的文档。
63
+
64
+ 修改接口:
65
+
66
+ * [DescribeInstance](https://cloud.tencent.com/document/api/1299/84354)
67
+
68
+ * 新增入参:IsOpenApi
69
+
70
+
71
+ ### 第 9 次发布
72
+
73
+ 发布时间:2023-03-31 01:09:05
74
+
75
+ 本次发布包含了以下内容:
76
+
77
+ 改善已有的文档。
78
+
79
+ 新增接口:
80
+
81
+ * [DescribeInstanceState](https://cloud.tencent.com/document/api/1299/89676)
82
+
83
+
84
+
85
+ ## 主机安全(cwp) 版本:2018-02-28
86
+
87
+ ### 第 76 次发布
88
+
89
+ 发布时间:2023-03-31 01:16:52
90
+
91
+ 本次发布包含了以下内容:
92
+
93
+ 改善已有的文档。
94
+
95
+ 新增接口:
96
+
97
+ * [DescribeBashEventsInfoNew](https://cloud.tencent.com/document/api/296/89677)
98
+
99
+ 新增数据结构:
100
+
101
+ * [BashEventsInfoNew](https://cloud.tencent.com/document/api/296/19867#BashEventsInfoNew)
102
+
103
+
104
+
105
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
106
+
107
+ ### 第 55 次发布
108
+
109
+ 发布时间:2023-03-31 01:26:47
110
+
111
+ 本次发布包含了以下内容:
112
+
113
+ 改善已有的文档。
114
+
115
+ 修改数据结构:
116
+
117
+ * [FlowDetailInfo](https://cloud.tencent.com/document/api/1323/70369#FlowDetailInfo)
118
+
119
+ * 新增成员:CcInfos
120
+
121
+
122
+
123
+
124
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
125
+
126
+ ### 第 72 次发布
127
+
128
+ 发布时间:2023-03-31 16:30:48
129
+
130
+ 本次发布包含了以下内容:
131
+
132
+ 改善已有的文档。
133
+
134
+ 修改数据结构:
135
+
136
+ * [BaseFlowInfo](https://cloud.tencent.com/document/api/1420/61525#BaseFlowInfo)
137
+
138
+ * 新增成员:UserData
139
+
140
+
141
+
142
+
143
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
144
+
145
+
146
+
147
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
148
+
149
+ ### 第 20 次发布
150
+
151
+ 发布时间:2023-04-03 01:23:43
152
+
153
+ 本次发布包含了以下内容:
154
+
155
+ 改善已有的文档。
156
+
157
+ 修改接口:
158
+
159
+ * [DescribeDeveloper](https://cloud.tencent.com/document/api/1639/89115)
160
+
161
+ * 新增出参:DeveloperId
162
+
163
+
164
+ ### 第 19 次发布
165
+
166
+ 发布时间:2023-03-31 01:33:58
167
+
168
+ 本次发布包含了以下内容:
169
+
170
+ 改善已有的文档。
171
+
172
+ 新增接口:
173
+
174
+ * [DescribeAnswerList](https://cloud.tencent.com/document/api/1639/89679)
175
+ * [DescribeQuestionList](https://cloud.tencent.com/document/api/1639/89678)
176
+ * [DescribeSupervisors](https://cloud.tencent.com/document/api/1639/89680)
177
+
178
+ 新增数据结构:
179
+
180
+ * [AnswerInfo](https://cloud.tencent.com/document/api/1639/81423#AnswerInfo)
181
+ * [AnswerStat](https://cloud.tencent.com/document/api/1639/81423#AnswerStat)
182
+ * [QuestionInfo](https://cloud.tencent.com/document/api/1639/81423#QuestionInfo)
183
+
184
+
185
+
186
+ ## 云数据库 MongoDB(mongodb) 版本:2019-07-25
187
+
188
+ ### 第 31 次发布
189
+
190
+ 发布时间:2023-03-31 01:36:51
191
+
192
+ 本次发布包含了以下内容:
193
+
194
+ 改善已有的文档。
195
+
196
+ 修改接口:
197
+
198
+ * [DescribeDBInstances](https://cloud.tencent.com/document/api/240/38568)
199
+
200
+ * <font color="#dd0000">**修改入参**:</font>Tags
201
+
202
+
203
+
204
+
205
+ ## 云数据库 MongoDB(mongodb) 版本:2018-04-08
206
+
207
+
208
+
209
+ ## 文字识别(ocr) 版本:2018-11-19
210
+
211
+ ### 第 92 次发布
212
+
213
+ 发布时间:2023-03-31 01:39:23
214
+
215
+ 本次发布包含了以下内容:
216
+
217
+ 改善已有的文档。
218
+
219
+ 修改接口:
220
+
221
+ * [RecognizeIndonesiaIDCardOCR](https://cloud.tencent.com/document/api/866/75195)
222
+
223
+ * 新增出参:Provinsi, Kota
224
+
225
+
226
+
227
+
228
+ ## 腾讯安心用户运营平台(smop) 版本:2020-12-03
229
+
230
+ ### 第 2 次发布
231
+
232
+ 发布时间:2023-04-03 01:30:29
233
+
234
+ 本次发布包含了以下内容:
235
+
236
+ 改善已有的文档。
237
+
238
+ 修改数据结构:
239
+
240
+ * [TaskEventData](https://cloud.tencent.com/document/api/1310/89033#TaskEventData)
241
+
242
+ * 新增成员:GrowScore
243
+
244
+
245
+
246
+
247
+ ## 容器安全服务(tcss) 版本:2020-11-01
248
+
249
+ ### 第 38 次发布
250
+
251
+ 发布时间:2023-04-03 01:33:45
252
+
253
+ 本次发布包含了以下内容:
254
+
255
+ 改善已有的文档。
256
+
257
+ 修改接口:
258
+
259
+ * [DescribeClusterDetail](https://cloud.tencent.com/document/api/1285/65448)
260
+
261
+ * 新增出参:MasterIps
262
+
263
+ * [DescribeClusterSummary](https://cloud.tencent.com/document/api/1285/65447)
264
+
265
+ * 新增出参:NotImportedClusterCount
266
+
267
+
268
+
269
+
270
+ ## 云点播(vod) 版本:2018-07-17
271
+
272
+ ### 第 146 次发布
273
+
274
+ 发布时间:2023-03-31 02:05:47
275
+
276
+ 本次发布包含了以下内容:
277
+
278
+ 改善已有的文档。
279
+
280
+ 修改数据结构:
281
+
282
+ * [RebuildMediaTaskInput](https://cloud.tencent.com/document/api/266/31773#RebuildMediaTaskInput)
283
+
284
+ * 新增成员:Definition
285
+
286
+
287
+
288
+
289
+ ## 私有网络(vpc) 版本:2017-03-12
290
+
291
+ ### 第 148 次发布
292
+
293
+ 发布时间:2023-04-03 01:42:53
294
+
295
+ 本次发布包含了以下内容:
296
+
297
+ 改善已有的文档。
298
+
299
+ 修改数据结构:
300
+
301
+ * [CcnBandwidthInfo](https://cloud.tencent.com/document/api/215/15824#CcnBandwidthInfo)
302
+
303
+ * 新增成员:TagSet
304
+
305
+
306
+ ### 第 147 次发布
307
+
308
+ 发布时间:2023-03-31 02:06:58
309
+
310
+ 本次发布包含了以下内容:
311
+
312
+ 改善已有的文档。
313
+
314
+ 修改接口:
315
+
316
+ * [DescribeCrossBorderCcnRegionBandwidthLimits](https://cloud.tencent.com/document/api/215/71325)
317
+
318
+ * 新增入参:Filters, Offset, Limit
319
+
320
+ * 新增出参:TotalCount, CcnBandwidthSet
321
+
322
+ * [DescribeVpnGatewayRoutes](https://cloud.tencent.com/document/api/215/57676)
323
+
324
+ * 新增出参:TotalCount
325
+
326
+
327
+ 新增数据结构:
328
+
329
+ * [CcnBandwidth](https://cloud.tencent.com/document/api/215/15824#CcnBandwidth)
330
+ * [CcnRegionBandwidthLimitInfo](https://cloud.tencent.com/document/api/215/15824#CcnRegionBandwidthLimitInfo)
331
+
332
+
333
+
334
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
335
+
336
+ ### 第 23 次发布
337
+
338
+ 发布时间:2023-03-31 02:11:48
339
+
340
+ 本次发布包含了以下内容:
341
+
342
+ 改善已有的文档。
343
+
344
+ 修改数据结构:
345
+
346
+ * [InLongAgentDetail](https://cloud.tencent.com/document/api/1267/76336#InLongAgentDetail)
347
+
348
+ * 新增成员:LifeDays
349
+
350
+
351
+
352
+
353
+ # Release 4.0.570
354
+
355
+ ## 品牌经营管家(bma) 版本:2022-11-15
356
+
357
+ ### 第 6 次发布
358
+
359
+ 发布时间:2023-03-30 01:04:35
360
+
361
+ 本次发布包含了以下内容:
362
+
363
+ 改善已有的文档。
364
+
365
+ 修改数据结构:
366
+
367
+ * [BrandData](https://cloud.tencent.com/document/api/1296/86604#BrandData)
368
+
369
+ * 新增成员:Uin
370
+
371
+
372
+
373
+
374
+ ## 品牌经营管家(bma) 版本:2021-06-24
375
+
376
+
377
+
378
+ ## 主机安全(cwp) 版本:2018-02-28
379
+
380
+ ### 第 75 次发布
381
+
382
+ 发布时间:2023-03-30 01:13:34
383
+
384
+ 本次发布包含了以下内容:
385
+
386
+ 改善已有的文档。
387
+
388
+ 新增接口:
389
+
390
+ * [DescribeRiskDnsEventList](https://cloud.tencent.com/document/api/296/89634)
391
+
392
+ 新增数据结构:
393
+
394
+ * [RiskDnsEvent](https://cloud.tencent.com/document/api/296/19867#RiskDnsEvent)
395
+
396
+
397
+
398
+ ## 文字识别(ocr) 版本:2018-11-19
399
+
400
+ ### 第 91 次发布
401
+
402
+ 发布时间:2023-03-30 01:49:43
403
+
404
+ 本次发布包含了以下内容:
405
+
406
+ 改善已有的文档。
407
+
408
+ 修改数据结构:
409
+
410
+ * [SmartFormFileUrl](https://cloud.tencent.com/document/api/866/33527#SmartFormFileUrl)
411
+
412
+ * 新增成员:FileUrl, FileOrderNumber
413
+
414
+
415
+
416
+
417
+ ## 高性能计算平台(thpc) 版本:2023-03-21
418
+
419
+ ### 第 1 次发布
420
+
421
+ 发布时间:2023-03-29 12:01:10
422
+
423
+ 本次发布包含了以下内容:
424
+
425
+ 改善已有的文档。
426
+
427
+ 新增接口:
428
+
429
+ * [AddClusterStorageOption](https://cloud.tencent.com/document/api/1527/89578)
430
+ * [AddNodes](https://cloud.tencent.com/document/api/1527/89571)
431
+ * [AddQueue](https://cloud.tencent.com/document/api/1527/89567)
432
+ * [CreateCluster](https://cloud.tencent.com/document/api/1527/89563)
433
+ * [DeleteCluster](https://cloud.tencent.com/document/api/1527/89562)
434
+ * [DeleteClusterStorageOption](https://cloud.tencent.com/document/api/1527/89577)
435
+ * [DeleteNodes](https://cloud.tencent.com/document/api/1527/89570)
436
+ * [DeleteQueue](https://cloud.tencent.com/document/api/1527/89566)
437
+ * [DescribeAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89574)
438
+ * [DescribeClusterActivities](https://cloud.tencent.com/document/api/1527/89561)
439
+ * [DescribeClusterStorageOption](https://cloud.tencent.com/document/api/1527/89576)
440
+ * [DescribeClusters](https://cloud.tencent.com/document/api/1527/89560)
441
+ * [DescribeNodes](https://cloud.tencent.com/document/api/1527/89569)
442
+ * [DescribeQueues](https://cloud.tencent.com/document/api/1527/89565)
443
+ * [SetAutoScalingConfiguration](https://cloud.tencent.com/document/api/1527/89573)
444
+
445
+ 新增数据结构:
446
+
447
+ * [CFSOption](https://cloud.tencent.com/document/api/1527/89579#CFSOption)
448
+ * [CFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#CFSOptionOverview)
449
+ * [ClusterActivity](https://cloud.tencent.com/document/api/1527/89579#ClusterActivity)
450
+ * [ClusterOverview](https://cloud.tencent.com/document/api/1527/89579#ClusterOverview)
451
+ * [ComputeNode](https://cloud.tencent.com/document/api/1527/89579#ComputeNode)
452
+ * [ComputeNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ComputeNodeOverview)
453
+ * [DataDisk](https://cloud.tencent.com/document/api/1527/89579#DataDisk)
454
+ * [ExpansionNodeConfig](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfig)
455
+ * [ExpansionNodeConfigOverview](https://cloud.tencent.com/document/api/1527/89579#ExpansionNodeConfigOverview)
456
+ * [Filter](https://cloud.tencent.com/document/api/1527/89579#Filter)
457
+ * [GooseFSOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSOption)
458
+ * [GooseFSOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSOptionOverview)
459
+ * [GooseFSxOption](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOption)
460
+ * [GooseFSxOptionOverview](https://cloud.tencent.com/document/api/1527/89579#GooseFSxOptionOverview)
461
+ * [InstanceChargePrepaid](https://cloud.tencent.com/document/api/1527/89579#InstanceChargePrepaid)
462
+ * [InternetAccessible](https://cloud.tencent.com/document/api/1527/89579#InternetAccessible)
463
+ * [LoginNode](https://cloud.tencent.com/document/api/1527/89579#LoginNode)
464
+ * [LoginNodeOverview](https://cloud.tencent.com/document/api/1527/89579#LoginNodeOverview)
465
+ * [LoginSettings](https://cloud.tencent.com/document/api/1527/89579#LoginSettings)
466
+ * [ManagerNode](https://cloud.tencent.com/document/api/1527/89579#ManagerNode)
467
+ * [ManagerNodeOverview](https://cloud.tencent.com/document/api/1527/89579#ManagerNodeOverview)
468
+ * [NodeActivity](https://cloud.tencent.com/document/api/1527/89579#NodeActivity)
469
+ * [NodeOverview](https://cloud.tencent.com/document/api/1527/89579#NodeOverview)
470
+ * [Placement](https://cloud.tencent.com/document/api/1527/89579#Placement)
471
+ * [QueueConfig](https://cloud.tencent.com/document/api/1527/89579#QueueConfig)
472
+ * [QueueConfigOverview](https://cloud.tencent.com/document/api/1527/89579#QueueConfigOverview)
473
+ * [QueueOverview](https://cloud.tencent.com/document/api/1527/89579#QueueOverview)
474
+ * [StorageOption](https://cloud.tencent.com/document/api/1527/89579#StorageOption)
475
+ * [StorageOptionOverview](https://cloud.tencent.com/document/api/1527/89579#StorageOptionOverview)
476
+ * [SystemDisk](https://cloud.tencent.com/document/api/1527/89579#SystemDisk)
477
+ * [Tag](https://cloud.tencent.com/document/api/1527/89579#Tag)
478
+ * [VirtualPrivateCloud](https://cloud.tencent.com/document/api/1527/89579#VirtualPrivateCloud)
479
+
480
+
481
+
482
+ ## 高性能计算平台(thpc) 版本:2022-04-01
483
+
484
+
485
+
486
+ ## 高性能计算平台(thpc) 版本:2021-11-09
487
+
488
+
489
+
490
+ ## 微服务引擎 TSE(tse) 版本:2020-12-07
491
+
492
+ ### 第 33 次发布
493
+
494
+ 发布时间:2023-03-30 02:46:07
495
+
496
+ 本次发布包含了以下内容:
497
+
498
+ 改善已有的文档。
499
+
500
+ 修改数据结构:
501
+
502
+ * [CloudNativeAPIGatewayNode](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayNode)
503
+
504
+ * 新增成员:ZoneId, Zone, GroupId, GroupName, Status
505
+
506
+
507
+
508
+
1
509
  # Release 4.0.569
2
510
 
3
511
  ## 消息队列 CKafka(ckafka) 版本:2019-08-19