tencentcloud-sdk-nodejs 4.0.320 → 4.0.323

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 (107) hide show
  1. package/CHANGELOG.md +469 -0
  2. package/SERVICE_CHANGELOG.md +620 -0
  3. package/package.json +1 -1
  4. package/products.md +46 -45
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +28 -21
  8. package/src/services/asr/v20190614/asr_models.ts +6 -0
  9. package/src/services/bmvpc/v20180625/bmvpc_models.ts +2 -2
  10. package/src/services/captcha/v20190722/captcha_client.ts +2 -2
  11. package/src/services/captcha/v20190722/captcha_models.ts +4 -4
  12. package/src/services/cdb/v20170320/cdb_models.ts +16 -1
  13. package/src/services/cdn/v20180606/cdn_client.ts +1 -1
  14. package/src/services/cdn/v20180606/cdn_models.ts +64 -35
  15. package/src/services/cfw/v20190904/cfw_models.ts +22 -6
  16. package/src/services/cls/v20201016/cls_client.ts +101 -26
  17. package/src/services/cls/v20201016/cls_models.ts +572 -190
  18. package/src/services/cvm/v20170312/cvm_client.ts +1 -1
  19. package/src/services/cvm/v20170312/cvm_models.ts +21 -6
  20. package/src/services/ecdn/v20191012/ecdn_client.ts +1 -1
  21. package/src/services/ecdn/v20191012/ecdn_models.ts +2 -2
  22. package/src/services/gs/v20191118/gs_models.ts +7 -0
  23. package/src/services/icr/index.ts +5 -0
  24. package/src/services/icr/v20211014/icr_client.ts +54 -0
  25. package/src/services/icr/v20211014/icr_models.ts +363 -0
  26. package/src/services/icr/v20211014/index.ts +6 -0
  27. package/src/services/iecp/v20210914/iecp_client.ts +167 -20
  28. package/src/services/iecp/v20210914/iecp_models.ts +897 -222
  29. package/src/services/index.ts +1 -0
  30. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +62 -55
  31. package/src/services/lighthouse/v20200324/lighthouse_models.ts +18 -2
  32. package/src/services/live/v20180801/live_client.ts +3 -2
  33. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  34. package/src/services/ocr/v20181119/ocr_models.ts +1 -1
  35. package/src/services/ssa/v20180608/ssa_client.ts +18 -1
  36. package/src/services/ssa/v20180608/ssa_models.ts +233 -7
  37. package/src/services/tag/v20180813/tag_client.ts +203 -105
  38. package/src/services/tag/v20180813/tag_models.ts +377 -47
  39. package/src/services/tcm/v20210413/tcm_models.ts +1 -1
  40. package/src/services/tcss/v20201101/tcss_models.ts +13 -0
  41. package/src/services/tdmq/v20200217/tdmq_models.ts +36 -0
  42. package/src/services/tke/v20180525/tke_models.ts +12 -0
  43. package/src/services/tsf/v20180326/tsf_client.ts +15 -0
  44. package/src/services/tsf/v20180326/tsf_models.ts +248 -1
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
  48. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +28 -21
  49. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +5 -0
  50. package/tencentcloud/services/bmvpc/v20180625/bmvpc_models.d.ts +2 -2
  51. package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +2 -2
  52. package/tencentcloud/services/captcha/v20190722/captcha_client.js +2 -2
  53. package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -4
  54. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -1
  55. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
  56. package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
  57. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +60 -34
  58. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +19 -6
  59. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +31 -7
  60. package/tencentcloud/services/cls/v20201016/cls_client.js +45 -9
  61. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +510 -186
  62. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  63. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  64. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +18 -6
  65. package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +1 -1
  66. package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +1 -1
  67. package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +2 -2
  68. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +6 -0
  69. package/tencentcloud/services/icr/index.d.ts +6 -0
  70. package/tencentcloud/services/icr/index.js +7 -0
  71. package/tencentcloud/services/icr/v20211014/icr_client.d.ts +14 -0
  72. package/tencentcloud/services/icr/v20211014/icr_client.js +37 -0
  73. package/tencentcloud/services/icr/v20211014/icr_models.d.ts +297 -0
  74. package/tencentcloud/services/icr/v20211014/icr_models.js +18 -0
  75. package/tencentcloud/services/icr/v20211014/index.d.ts +6 -0
  76. package/tencentcloud/services/icr/v20211014/index.js +9 -0
  77. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +51 -3
  78. package/tencentcloud/services/iecp/v20210914/iecp_client.js +75 -3
  79. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +756 -189
  80. package/tencentcloud/services/index.d.ts +1 -0
  81. package/tencentcloud/services/index.js +2 -0
  82. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +61 -55
  83. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +16 -1
  84. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -0
  85. package/tencentcloud/services/live/v20180801/live_client.js +1 -0
  86. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  87. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  88. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +1 -1
  89. package/tencentcloud/services/ssa/v20180608/ssa_client.d.ts +5 -1
  90. package/tencentcloud/services/ssa/v20180608/ssa_client.js +6 -0
  91. package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +199 -7
  92. package/tencentcloud/services/tag/v20180813/tag_client.d.ts +68 -36
  93. package/tencentcloud/services/tag/v20180813/tag_client.js +101 -53
  94. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +329 -40
  95. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +1 -1
  96. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +11 -0
  97. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +30 -0
  98. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +10 -0
  99. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  100. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  101. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +210 -1
  102. package/test/cls.v20201016.test.js +66 -6
  103. package/test/icr.v20211014.test.js +31 -0
  104. package/test/iecp.v20210914.test.js +122 -2
  105. package/test/ssa.v20180608.test.js +10 -0
  106. package/test/tag.v20180813.test.js +116 -36
  107. package/test/tsf.v20180326.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,472 @@
1
+ # Release 4.0.323
2
+
3
+ ## 语音识别(asr) 版本:2019-06-14
4
+
5
+ ### 第 19 次发布
6
+
7
+ 发布时间:2022-04-12 06:06:07
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [SentenceDetail](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)
16
+
17
+ * 新增成员:SpeakerId
18
+
19
+
20
+
21
+
22
+ ## 日志服务(cls) 版本:2020-10-16
23
+
24
+ ### 第 19 次发布
25
+
26
+ 发布时间:2022-04-12 06:09:41
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [CreateIndex](https://cloud.tencent.com/document/api/614/56445)
35
+
36
+ * 新增入参:IncludeInternalFields, MetadataFlag
37
+
38
+ * [DescribeIndex](https://cloud.tencent.com/document/api/614/56443)
39
+
40
+ * 新增出参:IncludeInternalFields, MetadataFlag
41
+
42
+ * [ModifyIndex](https://cloud.tencent.com/document/api/614/56442)
43
+
44
+ * 新增入参:IncludeInternalFields, MetadataFlag
45
+
46
+
47
+
48
+
49
+ ## 对话机器人(icr) 版本:2021-10-14
50
+
51
+ ### 第 1 次发布
52
+
53
+ 发布时间:2022-04-11 21:23:35
54
+
55
+ 本次发布包含了以下内容:
56
+
57
+ 改善已有的文档。
58
+
59
+ 新增接口:
60
+
61
+ * [GetIndustryV1HomeMembers](https://cloud.tencent.com/document/api/1268/72392)
62
+
63
+ 新增数据结构:
64
+
65
+ * [GetIndustryV1HomeMembersReqPayload](https://cloud.tencent.com/document/api/1268/72393#GetIndustryV1HomeMembersReqPayload)
66
+ * [GetIndustryV1HomeMembersRespData](https://cloud.tencent.com/document/api/1268/72393#GetIndustryV1HomeMembersRespData)
67
+ * [GetIndustryV1HomeMembersRespFeature](https://cloud.tencent.com/document/api/1268/72393#GetIndustryV1HomeMembersRespFeature)
68
+ * [GetIndustryV1HomeMembersRespIndustry](https://cloud.tencent.com/document/api/1268/72393#GetIndustryV1HomeMembersRespIndustry)
69
+ * [GetIndustryV1HomeMembersRespPayload](https://cloud.tencent.com/document/api/1268/72393#GetIndustryV1HomeMembersRespPayload)
70
+ * [GetIndustryV1HomeMembersRespProduct](https://cloud.tencent.com/document/api/1268/72393#GetIndustryV1HomeMembersRespProduct)
71
+ * [GetIndustryV1HomeMembersRespType](https://cloud.tencent.com/document/api/1268/72393#GetIndustryV1HomeMembersRespType)
72
+ * [ReqMetadata](https://cloud.tencent.com/document/api/1268/72393#ReqMetadata)
73
+ * [ReqMetadataLBS](https://cloud.tencent.com/document/api/1268/72393#ReqMetadataLBS)
74
+ * [ReqMetadataVagrant](https://cloud.tencent.com/document/api/1268/72393#ReqMetadataVagrant)
75
+ * [RspMetadata](https://cloud.tencent.com/document/api/1268/72393#RspMetadata)
76
+
77
+
78
+
79
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
80
+
81
+ ### 第 43 次发布
82
+
83
+ 发布时间:2022-04-12 06:15:29
84
+
85
+ 本次发布包含了以下内容:
86
+
87
+ 改善已有的文档。
88
+
89
+ 修改接口:
90
+
91
+ * [DescribeDeviceBindGateway](https://cloud.tencent.com/document/api/1081/67872)
92
+
93
+ * 新增出参:GatewayName
94
+
95
+
96
+
97
+
98
+ ## 容器安全服务(tcss) 版本:2020-11-01
99
+
100
+ ### 第 14 次发布
101
+
102
+ 发布时间:2022-04-12 06:21:48
103
+
104
+ 本次发布包含了以下内容:
105
+
106
+ 改善已有的文档。
107
+
108
+ 修改接口:
109
+
110
+ * [DescribeProVersionInfo](https://cloud.tencent.com/document/api/1285/65467)
111
+
112
+ * 新增出参:BuyStatus, IsPurchased
113
+
114
+
115
+
116
+
117
+ ## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
118
+
119
+ ### 第 72 次发布
120
+
121
+ 发布时间:2022-04-12 06:23:46
122
+
123
+ 本次发布包含了以下内容:
124
+
125
+ 改善已有的文档。
126
+
127
+ 修改数据结构:
128
+
129
+ * [ContainGroup](https://cloud.tencent.com/document/api/649/36099#ContainGroup)
130
+
131
+ * 新增成员:KubeInjectEnable
132
+
133
+ * [ContainerGroupDeploy](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDeploy)
134
+
135
+ * 新增成员:KubeInjectEnable
136
+
137
+ * [ImageRepository](https://cloud.tencent.com/document/api/649/36099#ImageRepository)
138
+
139
+ * 新增成员:ApplicationNameReal
140
+
141
+ * [Namespace](https://cloud.tencent.com/document/api/649/36099#Namespace)
142
+
143
+ * 新增成员:KubeInjectEnable
144
+
145
+ * [ServiceStatisticsResult](https://cloud.tencent.com/document/api/649/36099#ServiceStatisticsResult)
146
+
147
+ * 新增成员:Apdex, Qps, InstanceOnlineCount, InstanceTotalCount, Status, ErrorRateLevel, AvgTimeConsumingLevel, ApdexLevel
148
+
149
+
150
+
151
+
152
+ # Release 4.0.322
153
+
154
+ ## 内容分发网络(cdn) 版本:2018-06-06
155
+
156
+ ### 第 97 次发布
157
+
158
+ 发布时间:2022-04-11 06:08:14
159
+
160
+ 本次发布包含了以下内容:
161
+
162
+ 改善已有的文档。
163
+
164
+ 修改接口:
165
+
166
+ * [PushUrlsCache](https://cloud.tencent.com/document/api/228/37869)
167
+
168
+ * 新增入参:DisableRange
169
+
170
+
171
+
172
+
173
+ ## 日志服务(cls) 版本:2020-10-16
174
+
175
+ ### 第 18 次发布
176
+
177
+ 发布时间:2022-04-11 06:09:13
178
+
179
+ 本次发布包含了以下内容:
180
+
181
+ 改善已有的文档。
182
+
183
+ 新增接口:
184
+
185
+ * [CloseKafkaConsumer](https://cloud.tencent.com/document/api/614/72340)
186
+ * [OpenKafkaConsumer](https://cloud.tencent.com/document/api/614/72339)
187
+
188
+
189
+
190
+ ## 云服务器(cvm) 版本:2017-03-12
191
+
192
+ ### 第 78 次发布
193
+
194
+ 发布时间:2022-04-11 06:09:58
195
+
196
+ 本次发布包含了以下内容:
197
+
198
+ 改善已有的文档。
199
+
200
+ 修改数据结构:
201
+
202
+ * [ReservedInstances](https://cloud.tencent.com/document/api/213/15753#ReservedInstances)
203
+
204
+ * 新增成员:ReservedInstanceId, ReservedInstanceName
205
+
206
+
207
+
208
+
209
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
210
+
211
+ ### 第 42 次发布
212
+
213
+ 发布时间:2022-04-11 06:13:21
214
+
215
+ 本次发布包含了以下内容:
216
+
217
+ 改善已有的文档。
218
+
219
+ 修改数据结构:
220
+
221
+ * [LoRaGatewayLocation](https://cloud.tencent.com/document/api/1081/34988#LoRaGatewayLocation)
222
+
223
+ * <font color="#dd0000">**修改成员**:</font>Accuracy, Altitude
224
+
225
+
226
+
227
+
228
+ ## 安全运营中心(ssa) 版本:2018-06-08
229
+
230
+ ### 第 8 次发布
231
+
232
+ 发布时间:2022-04-11 06:16:51
233
+
234
+ 本次发布包含了以下内容:
235
+
236
+ 改善已有的文档。
237
+
238
+ 新增接口:
239
+
240
+ * [DescribeMappingResults](https://cloud.tencent.com/document/api/664/72341)
241
+
242
+ 新增数据结构:
243
+
244
+ * [AssetQueryFilter](https://cloud.tencent.com/document/api/664/51406#AssetQueryFilter)
245
+ * [AssetTypeStatistic](https://cloud.tencent.com/document/api/664/51406#AssetTypeStatistic)
246
+ * [MappingResult](https://cloud.tencent.com/document/api/664/51406#MappingResult)
247
+ * [Results](https://cloud.tencent.com/document/api/664/51406#Results)
248
+ * [SecurityStatus](https://cloud.tencent.com/document/api/664/51406#SecurityStatus)
249
+
250
+
251
+
252
+ ## 分布式消息队列(tdmq) 版本:2020-02-17
253
+
254
+ ### 第 33 次发布
255
+
256
+ 发布时间:2022-04-11 06:18:16
257
+
258
+ 本次发布包含了以下内容:
259
+
260
+ 改善已有的文档。
261
+
262
+ 修改数据结构:
263
+
264
+ * [AMQPQueueDetail](https://cloud.tencent.com/document/api/1179/46089#AMQPQueueDetail)
265
+
266
+ * 新增成员:TopicName
267
+
268
+
269
+
270
+
271
+ ## 腾讯微服务平台 TSF(tsf) 版本:2018-03-26
272
+
273
+ ### 第 71 次发布
274
+
275
+ 发布时间:2022-04-11 06:19:17
276
+
277
+ 本次发布包含了以下内容:
278
+
279
+ 改善已有的文档。
280
+
281
+ 新增接口:
282
+
283
+ * [DescribeInstances](https://cloud.tencent.com/document/api/649/72342)
284
+
285
+ 新增数据结构:
286
+
287
+ * [Filter](https://cloud.tencent.com/document/api/649/36099#Filter)
288
+ * [InstanceEnrichedInfo](https://cloud.tencent.com/document/api/649/36099#InstanceEnrichedInfo)
289
+ * [InstanceEnrichedInfoPage](https://cloud.tencent.com/document/api/649/36099#InstanceEnrichedInfoPage)
290
+
291
+
292
+
293
+ # Release 4.0.321
294
+
295
+ ## 云防火墙(cfw) 版本:2019-09-04
296
+
297
+ ### 第 18 次发布
298
+
299
+ 发布时间:2022-04-08 06:03:52
300
+
301
+ 本次发布包含了以下内容:
302
+
303
+ 改善已有的文档。
304
+
305
+ 修改接口:
306
+
307
+ * [DescribeBlockByIpTimesList](https://cloud.tencent.com/document/api/1132/58282)
308
+
309
+ * 新增入参:EdgeId, LogSource
310
+
311
+
312
+ 修改数据结构:
313
+
314
+ * [UnHandleEvent](https://cloud.tencent.com/document/api/1132/49071#UnHandleEvent)
315
+
316
+ * 新增成员:VpcFwCount
317
+
318
+
319
+
320
+
321
+ ## 云服务器(cvm) 版本:2017-03-12
322
+
323
+ ### 第 77 次发布
324
+
325
+ 发布时间:2022-04-08 06:05:15
326
+
327
+ 本次发布包含了以下内容:
328
+
329
+ 改善已有的文档。
330
+
331
+ 修改接口:
332
+
333
+ * [RunInstances](https://cloud.tencent.com/document/api/213/15730)
334
+
335
+ * 新增入参:DisableApiTermination
336
+
337
+
338
+
339
+
340
+ ## 云游戏解决方案(gs) 版本:2019-11-18
341
+
342
+ ### 第 17 次发布
343
+
344
+ 发布时间:2022-04-08 06:07:59
345
+
346
+ 本次发布包含了以下内容:
347
+
348
+ 改善已有的文档。
349
+
350
+ 修改接口:
351
+
352
+ * [CreateSession](https://cloud.tencent.com/document/api/1162/40740)
353
+
354
+ * 新增入参:RunMode
355
+
356
+
357
+
358
+
359
+ ## 物联网边缘计算平台(iecp) 版本:2021-09-14
360
+
361
+ ### 第 7 次发布
362
+
363
+ 发布时间:2022-04-08 06:08:23
364
+
365
+ 本次发布包含了以下内容:
366
+
367
+ 改善已有的文档。
368
+
369
+ 新增接口:
370
+
371
+ * [BuildMessageRoute](https://cloud.tencent.com/document/api/1118/72274)
372
+ * [CreateEdgeUnitDevices](https://cloud.tencent.com/document/api/1118/72273)
373
+ * [CreateIotDevice](https://cloud.tencent.com/document/api/1118/72272)
374
+ * [CreateMessageRoute](https://cloud.tencent.com/document/api/1118/72271)
375
+ * [DeleteEdgeUnitDevices](https://cloud.tencent.com/document/api/1118/72270)
376
+ * [DeleteIotDevice](https://cloud.tencent.com/document/api/1118/72269)
377
+ * [DeleteMessageRoute](https://cloud.tencent.com/document/api/1118/72268)
378
+ * [DescribeIotDevice](https://cloud.tencent.com/document/api/1118/72267)
379
+ * [DescribeIotDevices](https://cloud.tencent.com/document/api/1118/72266)
380
+ * [DescribeMessageRouteList](https://cloud.tencent.com/document/api/1118/72265)
381
+ * [ModifyIotDevice](https://cloud.tencent.com/document/api/1118/72264)
382
+ * [SetRouteOnOff](https://cloud.tencent.com/document/api/1118/72263)
383
+
384
+ 新增数据结构:
385
+
386
+ * [DeleteEdgeUnitDevicesDevice](https://cloud.tencent.com/document/api/1118/66797#DeleteEdgeUnitDevicesDevice)
387
+ * [IotDevicesInfo](https://cloud.tencent.com/document/api/1118/66797#IotDevicesInfo)
388
+ * [RouteInfo](https://cloud.tencent.com/document/api/1118/66797#RouteInfo)
389
+
390
+
391
+
392
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
393
+
394
+ ### 第 28 次发布
395
+
396
+ 发布时间:2022-04-08 06:09:37
397
+
398
+ 本次发布包含了以下内容:
399
+
400
+ 改善已有的文档。
401
+
402
+ 修改接口:
403
+
404
+ * [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
405
+
406
+ * 新增入参:AutoVoucher
407
+
408
+
409
+
410
+
411
+ ## 标签(tag) 版本:2018-08-13
412
+
413
+ ### 第 10 次发布
414
+
415
+ 发布时间:2022-04-08 06:12:35
416
+
417
+ 本次发布包含了以下内容:
418
+
419
+ 改善已有的文档。
420
+
421
+ 新增接口:
422
+
423
+ * [CreateTags](https://cloud.tencent.com/document/api/651/72282)
424
+ * [DeleteTags](https://cloud.tencent.com/document/api/651/72281)
425
+ * [GetResources](https://cloud.tencent.com/document/api/651/72278)
426
+ * [GetTagKeys](https://cloud.tencent.com/document/api/651/72277)
427
+ * [GetTagValues](https://cloud.tencent.com/document/api/651/72276)
428
+ * [GetTags](https://cloud.tencent.com/document/api/651/72275)
429
+ * [TagResources](https://cloud.tencent.com/document/api/651/72280)
430
+ * [UnTagResources](https://cloud.tencent.com/document/api/651/72279)
431
+
432
+ 新增数据结构:
433
+
434
+ * [FailedResource](https://cloud.tencent.com/document/api/651/35327#FailedResource)
435
+ * [ResourceTagMapping](https://cloud.tencent.com/document/api/651/35327#ResourceTagMapping)
436
+
437
+
438
+
439
+ ## 分布式消息队列(tdmq) 版本:2020-02-17
440
+
441
+ ### 第 32 次发布
442
+
443
+ 发布时间:2022-04-08 06:13:51
444
+
445
+ 本次发布包含了以下内容:
446
+
447
+ 改善已有的文档。
448
+
449
+ 修改数据结构:
450
+
451
+ * [CmqQueue](https://cloud.tencent.com/document/api/1179/46089#CmqQueue)
452
+
453
+ * 新增成员:RetentionSizeInMB
454
+
455
+ * [CmqTopic](https://cloud.tencent.com/document/api/1179/46089#CmqTopic)
456
+
457
+ * 新增成员:Status
458
+
459
+ * [RocketMQClusterInfo](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterInfo)
460
+
461
+ * 新增成员:SupportNamespaceEndpoint
462
+
463
+ * [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace)
464
+
465
+ * 新增成员:PublicEndpoint, VpcEndpoint
466
+
467
+
468
+
469
+
1
470
  # Release 4.0.320
2
471
 
3
472
  # Release 4.0.319