tencentcloud-sdk-nodejs 4.0.637 → 4.0.639

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 +520 -0
  2. package/SERVICE_CHANGELOG.md +555 -98
  3. package/package.json +1 -1
  4. package/products.md +33 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +4 -2
  7. package/src/services/as/v20180419/as_models.ts +2 -2
  8. package/src/services/cls/v20201016/cls_client.ts +62 -11
  9. package/src/services/cls/v20201016/cls_models.ts +335 -55
  10. package/src/services/cms/v20190321/cms_models.ts +13 -1
  11. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
  12. package/src/services/cynosdb/v20190107/cynosdb_models.ts +38 -38
  13. package/src/services/dnspod/v20210323/dnspod_client.ts +2 -0
  14. package/src/services/dnspod/v20210323/dnspod_models.ts +55 -0
  15. package/src/services/ecm/v20190719/ecm_client.ts +146 -27
  16. package/src/services/ecm/v20190719/ecm_models.ts +424 -90
  17. package/src/services/ess/v20201111/ess_client.ts +39 -10
  18. package/src/services/ess/v20201111/ess_models.ts +273 -84
  19. package/src/services/essbasic/v20210526/essbasic_client.ts +13 -1
  20. package/src/services/essbasic/v20210526/essbasic_models.ts +50 -4
  21. package/src/services/index.ts +1 -0
  22. package/src/services/lcic/v20220817/lcic_models.ts +14 -0
  23. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -6
  24. package/src/services/soe/v20180724/soe_client.ts +1 -0
  25. package/src/services/soe/v20180724/soe_models.ts +35 -9
  26. package/src/services/sqlserver/v20180328/sqlserver_client.ts +4 -3
  27. package/src/services/sqlserver/v20180328/sqlserver_models.ts +12 -6
  28. package/src/services/tcb/v20180608/tcb_models.ts +25 -18
  29. package/src/services/tchd/index.ts +5 -0
  30. package/src/services/tchd/v20230306/index.ts +6 -0
  31. package/src/services/tchd/v20230306/tchd_client.ts +45 -0
  32. package/src/services/tchd/v20230306/tchd_models.ts +96 -0
  33. package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
  34. package/src/services/tdmq/v20200217/tdmq_models.ts +35 -5
  35. package/src/services/tke/v20180525/tke_models.ts +6 -6
  36. package/src/services/trp/v20210515/trp_models.ts +9 -1
  37. package/src/services/trtc/v20190722/trtc_client.ts +0 -17
  38. package/src/services/trtc/v20190722/trtc_models.ts +0 -104
  39. package/src/services/tse/v20201207/tse_client.ts +324 -55
  40. package/src/services/tse/v20201207/tse_models.ts +1931 -522
  41. package/src/services/tts/v20190823/tts_models.ts +4 -1
  42. package/src/services/vod/v20180717/vod_client.ts +2 -2
  43. package/src/services/vod/v20180717/vod_models.ts +2 -2
  44. package/src/services/wav/v20210129/wav_models.ts +4 -0
  45. package/tencentcloud/common/sdk_version.d.ts +1 -1
  46. package/tencentcloud/common/sdk_version.js +1 -1
  47. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +3 -1
  48. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +3 -1
  49. package/tencentcloud/services/as/v20180419/as_models.d.ts +2 -2
  50. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
  51. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
  52. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +324 -55
  53. package/tencentcloud/services/cms/v20190321/cms_models.d.ts +13 -1
  54. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
  55. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +38 -38
  57. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +53 -0
  58. package/tencentcloud/services/ecm/v20190719/ecm_client.d.ts +52 -7
  59. package/tencentcloud/services/ecm/v20190719/ecm_client.js +72 -9
  60. package/tencentcloud/services/ecm/v20190719/ecm_models.d.ts +404 -90
  61. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +14 -3
  62. package/tencentcloud/services/ess/v20201111/ess_client.js +18 -3
  63. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +267 -84
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +6 -2
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -1
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +48 -4
  67. package/tencentcloud/services/index.d.ts +1 -0
  68. package/tencentcloud/services/index.js +2 -0
  69. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +14 -0
  70. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -6
  71. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +34 -9
  72. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +3 -2
  73. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +3 -2
  74. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +12 -6
  75. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +25 -18
  76. package/tencentcloud/services/tchd/index.d.ts +6 -0
  77. package/tencentcloud/services/tchd/index.js +7 -0
  78. package/tencentcloud/services/tchd/v20230306/index.d.ts +6 -0
  79. package/tencentcloud/services/tchd/v20230306/index.js +9 -0
  80. package/tencentcloud/services/tchd/v20230306/tchd_client.d.ts +14 -0
  81. package/tencentcloud/services/tchd/v20230306/tchd_client.js +37 -0
  82. package/tencentcloud/services/tchd/v20230306/tchd_models.d.ts +76 -0
  83. package/tencentcloud/services/tchd/v20230306/tchd_models.js +18 -0
  84. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  85. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  86. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +33 -5
  87. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +6 -6
  88. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +9 -1
  89. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +1 -8
  90. package/tencentcloud/services/trtc/v20190722/trtc_client.js +0 -9
  91. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +0 -100
  92. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +95 -11
  93. package/tencentcloud/services/tse/v20201207/tse_client.js +141 -15
  94. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1863 -513
  95. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +4 -1
  96. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +2 -2
  97. package/tencentcloud/services/vod/v20180717/vod_client.js +2 -2
  98. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +2 -2
  99. package/tencentcloud/services/wav/v20210129/wav_models.d.ts +4 -0
  100. package/test/cls.v20201016.test.js +42 -2
  101. package/test/ecm.v20190719.test.js +96 -6
  102. package/test/ess.v20201111.test.js +22 -2
  103. package/test/essbasic.v20210526.test.js +10 -0
  104. package/test/tchd.v20230306.test.js +31 -0
  105. package/test/tdmq.v20200217.test.js +10 -0
  106. package/test/trtc.v20190722.test.js +0 -10
  107. package/test/tse.v20201207.test.js +220 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,523 @@
1
+ # Release 4.0.639
2
+
3
+ ## 内容安全(cms) 版本:2019-03-21
4
+
5
+ ### 第 17 次发布
6
+
7
+ 发布时间:2023-07-11 01:11:56
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateKeywordsSamples](https://cloud.tencent.com/document/api/669/93038)
16
+
17
+ * 新增出参:SuccessInfos
18
+
19
+ * [DeleteLibSamples](https://cloud.tencent.com/document/api/669/93037)
20
+
21
+ * 新增入参:SampleContents
22
+
23
+ * [DescribeLibSamples](https://cloud.tencent.com/document/api/669/93035)
24
+
25
+ * 新增入参:SampleIDs
26
+
27
+
28
+
29
+
30
+ ## 边缘计算机器(ecm) 版本:2019-07-19
31
+
32
+ ### 第 67 次发布
33
+
34
+ 发布时间:2023-07-11 01:20:38
35
+
36
+ 本次发布包含了以下内容:
37
+
38
+ 改善已有的文档。
39
+
40
+ 新增接口:
41
+
42
+ * [AllocateIpv6AddressesBandwidth](https://cloud.tencent.com/document/api/1108/94901)
43
+ * [AssignIpv6CidrBlock](https://cloud.tencent.com/document/api/1108/94896)
44
+ * [AssignIpv6CidrBlocks](https://cloud.tencent.com/document/api/1108/94895)
45
+ * [AssignIpv6SubnetCidrBlock](https://cloud.tencent.com/document/api/1108/94903)
46
+ * [DescribeRegionIpv6Addresses](https://cloud.tencent.com/document/api/1108/94900)
47
+ * [ModifyIpv6AddressesBandwidth](https://cloud.tencent.com/document/api/1108/94899)
48
+ * [QueryVpcTaskResult](https://cloud.tencent.com/document/api/1108/94894)
49
+ * [ReleaseIpv6AddressesBandwidth](https://cloud.tencent.com/document/api/1108/94898)
50
+ * [UnassignIpv6SubnetCidrBlock](https://cloud.tencent.com/document/api/1108/94902)
51
+
52
+ 新增数据结构:
53
+
54
+ * [ISPTypeItem](https://cloud.tencent.com/document/api/1108/42574#ISPTypeItem)
55
+ * [Ipv6SubnetCidrBlock](https://cloud.tencent.com/document/api/1108/42574#Ipv6SubnetCidrBlock)
56
+
57
+
58
+
59
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
60
+
61
+ ### 第 86 次发布
62
+
63
+ 发布时间:2023-07-10 14:56:45
64
+
65
+ 本次发布包含了以下内容:
66
+
67
+ 改善已有的文档。
68
+
69
+ 新增接口:
70
+
71
+ * [CreateFlowGroupByFiles](https://cloud.tencent.com/document/api/1323/94888)
72
+ * [CreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1323/94887)
73
+
74
+ 新增数据结构:
75
+
76
+ * [FlowGroupInfo](https://cloud.tencent.com/document/api/1323/70369#FlowGroupInfo)
77
+ * [FlowGroupOptions](https://cloud.tencent.com/document/api/1323/70369#FlowGroupOptions)
78
+
79
+ ### 第 85 次发布
80
+
81
+ 发布时间:2023-07-10 11:31:37
82
+
83
+ 本次发布包含了以下内容:
84
+
85
+ 改善已有的文档。
86
+
87
+ 修改接口:
88
+
89
+ * [CreateSchemeUrl](https://cloud.tencent.com/document/api/1323/70359)
90
+
91
+ * 新增入参:FlowGroupId
92
+
93
+ * [DescribeFlowInfo](https://cloud.tencent.com/document/api/1323/80032)
94
+
95
+ * 新增入参:FlowGroupId
96
+
97
+ * <font color="#dd0000">**修改入参**:</font>FlowIds
98
+
99
+ * 新增出参:FlowGroupId, FlowGroupName
100
+
101
+
102
+ 修改数据结构:
103
+
104
+ * [ApproverInfo](https://cloud.tencent.com/document/api/1323/70369#ApproverInfo)
105
+
106
+ * <font color="#dd0000">**修改成员**:</font>SignComponents
107
+
108
+ * [FlowApproverDetail](https://cloud.tencent.com/document/api/1323/70369#FlowApproverDetail)
109
+
110
+ * <font color="#dd0000">**修改成员**:</font>ApproveMessage
111
+
112
+ * [FlowDetailInfo](https://cloud.tencent.com/document/api/1323/70369#FlowDetailInfo)
113
+
114
+ * <font color="#dd0000">**修改成员**:</font>CcInfos, Creator
115
+
116
+
117
+
118
+
119
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
120
+
121
+ ### 第 91 次发布
122
+
123
+ 发布时间:2023-07-10 14:50:55
124
+
125
+ 本次发布包含了以下内容:
126
+
127
+ 改善已有的文档。
128
+
129
+ 新增接口:
130
+
131
+ * [ChannelCreateFlowGroupByTemplates](https://cloud.tencent.com/document/api/1420/94886)
132
+
133
+ ### 第 90 次发布
134
+
135
+ 发布时间:2023-07-10 11:31:03
136
+
137
+ 本次发布包含了以下内容:
138
+
139
+ 改善已有的文档。
140
+
141
+ 修改数据结构:
142
+
143
+ * [FlowFileInfo](https://cloud.tencent.com/document/api/1420/61525#FlowFileInfo)
144
+
145
+ * 新增成员:Components
146
+
147
+
148
+
149
+
150
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
151
+
152
+
153
+
154
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
155
+
156
+ ### 第 97 次发布
157
+
158
+ 发布时间:2023-07-11 01:40:42
159
+
160
+ 本次发布包含了以下内容:
161
+
162
+ 改善已有的文档。
163
+
164
+ 修改数据结构:
165
+
166
+ * [WxGatewayRountItem](https://cloud.tencent.com/document/api/876/34822#WxGatewayRountItem)
167
+
168
+ * 新增成员:GatewayRouteEnvId
169
+
170
+
171
+
172
+
173
+ ## 腾讯云健康看板(tchd) 版本:2023-03-06
174
+
175
+ ### 第 1 次发布
176
+
177
+ 发布时间:2023-07-10 10:40:45
178
+
179
+ 本次发布包含了以下内容:
180
+
181
+ 改善已有的文档。
182
+
183
+ 新增接口:
184
+
185
+ * [DescribeEvents](https://cloud.tencent.com/document/api/1688/94858)
186
+
187
+ 新增数据结构:
188
+
189
+ * [EventDetail](https://cloud.tencent.com/document/api/1688/94859#EventDetail)
190
+ * [ProductEventList](https://cloud.tencent.com/document/api/1688/94859#ProductEventList)
191
+
192
+
193
+
194
+ ## 容器服务(tke) 版本:2018-05-25
195
+
196
+ ### 第 157 次发布
197
+
198
+ 发布时间:2023-07-11 01:47:07
199
+
200
+ 本次发布包含了以下内容:
201
+
202
+ 改善已有的文档。
203
+
204
+ 修改数据结构:
205
+
206
+ * [ClusterAsGroupOption](https://cloud.tencent.com/document/api/457/31866#ClusterAsGroupOption)
207
+
208
+ * <font color="#dd0000">**修改成员**:</font>IsScaleDownEnabled, Expander, MaxEmptyBulkDelete, ScaleDownDelay, ScaleDownUnneededTime, ScaleDownUtilizationThreshold, SkipNodesWithLocalStorage, SkipNodesWithSystemPods, IgnoreDaemonSetsUtilization
209
+
210
+
211
+
212
+
213
+ ## 实时音视频(trtc) 版本:2019-07-22
214
+
215
+ ### 第 55 次发布
216
+
217
+ 发布时间:2023-07-11 01:48:58
218
+
219
+ 本次发布包含了以下内容:
220
+
221
+ 改善已有的文档。
222
+
223
+ <font color="#dd0000">**删除接口**:</font>
224
+
225
+ * DescribeExternalTrtcMeasure
226
+
227
+ <font color="#dd0000">**删除数据结构**:</font>
228
+
229
+ * SdkAppIdNewTrtcTimeUsage
230
+ * TrtcTimeNewUsage
231
+
232
+
233
+
234
+ ## 企业微信汽车行业版(wav) 版本:2021-01-29
235
+
236
+ ### 第 15 次发布
237
+
238
+ 发布时间:2023-07-11 01:55:43
239
+
240
+ 本次发布包含了以下内容:
241
+
242
+ 改善已有的文档。
243
+
244
+ 修改数据结构:
245
+
246
+ * [ClueInfoDetail](https://cloud.tencent.com/document/api/1318/56791#ClueInfoDetail)
247
+
248
+ * 新增成员:CorpShopId
249
+
250
+
251
+
252
+
253
+ # Release 4.0.638
254
+
255
+ ## API 网关(apigateway) 版本:2018-08-08
256
+
257
+ ### 第 39 次发布
258
+
259
+ 发布时间:2023-07-10 01:06:50
260
+
261
+ 本次发布包含了以下内容:
262
+
263
+ 改善已有的文档。
264
+
265
+ <font color="#dd0000">**预下线接口**:</font>
266
+
267
+ * GenerateApiDocument
268
+
269
+
270
+
271
+ ## 日志服务(cls) 版本:2020-10-16
272
+
273
+ ### 第 55 次发布
274
+
275
+ 发布时间:2023-07-10 01:15:21
276
+
277
+ 本次发布包含了以下内容:
278
+
279
+ 改善已有的文档。
280
+
281
+ 新增接口:
282
+
283
+ * [CreateDataTransform](https://cloud.tencent.com/document/api/614/72184)
284
+ * [DeleteDataTransform](https://cloud.tencent.com/document/api/614/72183)
285
+ * [DescribeDataTransformInfo](https://cloud.tencent.com/document/api/614/72182)
286
+ * [ModifyDataTransform](https://cloud.tencent.com/document/api/614/72181)
287
+
288
+ 新增数据结构:
289
+
290
+ * [DataTransformResouceInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformResouceInfo)
291
+ * [DataTransformTaskInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformTaskInfo)
292
+ * [PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic)
293
+
294
+
295
+
296
+ ## DNSPod(dnspod) 版本:2021-03-23
297
+
298
+ ### 第 21 次发布
299
+
300
+ 发布时间:2023-07-10 01:22:33
301
+
302
+ 本次发布包含了以下内容:
303
+
304
+ 改善已有的文档。
305
+
306
+ 修改接口:
307
+
308
+ * [CreateDomain](https://cloud.tencent.com/document/api/1427/56184)
309
+
310
+ * 新增入参:TransferSubDomain, Tags
311
+
312
+ * [DescribeDomainFilterList](https://cloud.tencent.com/document/api/1427/93276)
313
+
314
+ * 新增入参:Tags
315
+
316
+ * [DescribeDomainList](https://cloud.tencent.com/document/api/1427/56172)
317
+
318
+ * 新增入参:Tags
319
+
320
+
321
+ 新增数据结构:
322
+
323
+ * [TagItem](https://cloud.tencent.com/document/api/1427/56185#TagItem)
324
+ * [TagItemFilter](https://cloud.tencent.com/document/api/1427/56185#TagItemFilter)
325
+
326
+ 修改数据结构:
327
+
328
+ * [DomainInfo](https://cloud.tencent.com/document/api/1427/56185#DomainInfo)
329
+
330
+ * 新增成员:TagList
331
+
332
+ * [DomainListItem](https://cloud.tencent.com/document/api/1427/56185#DomainListItem)
333
+
334
+ * 新增成员:TagList
335
+
336
+
337
+
338
+
339
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
340
+
341
+ ### 第 89 次发布
342
+
343
+ 发布时间:2023-07-10 01:25:48
344
+
345
+ 本次发布包含了以下内容:
346
+
347
+ 改善已有的文档。
348
+
349
+ 修改接口:
350
+
351
+ * [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
352
+
353
+
354
+
355
+
356
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
357
+
358
+
359
+
360
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
361
+
362
+ ### 第 28 次发布
363
+
364
+ 发布时间:2023-07-10 01:31:48
365
+
366
+ 本次发布包含了以下内容:
367
+
368
+ 改善已有的文档。
369
+
370
+ 修改接口:
371
+
372
+ * [GetRooms](https://cloud.tencent.com/document/api/1639/90012)
373
+
374
+ * 新增入参:Status
375
+
376
+
377
+ 修改数据结构:
378
+
379
+ * [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
380
+
381
+ * 新增成员:InteractionMode, VideoOrientation
382
+
383
+ * <font color="#dd0000">**修改成员**:</font>Name, RoomId, Status, StartTime, EndTime, RealStartTime, RealEndTime, Resolution, MaxRTCMember, ReplayUrl, RecordUrl, MaxMicNumber, EnableDirectControl
384
+
385
+
386
+
387
+
388
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
389
+
390
+ ### 第 49 次发布
391
+
392
+ 发布时间:2023-07-10 01:32:08
393
+
394
+ 本次发布包含了以下内容:
395
+
396
+ 改善已有的文档。
397
+
398
+ 修改数据结构:
399
+
400
+ * [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
401
+
402
+ * <font color="#dd0000">**修改成员**:</font>AutoGeneratePassword
403
+
404
+
405
+
406
+
407
+ ## 智聆口语评测(soe) 版本:2018-07-24
408
+
409
+ ### 第 14 次发布
410
+
411
+ 发布时间:2023-07-10 01:39:48
412
+
413
+ 本次发布包含了以下内容:
414
+
415
+ 改善已有的文档。
416
+
417
+ 新增数据结构:
418
+
419
+ * [Tone](https://cloud.tencent.com/document/api/884/19320#Tone)
420
+
421
+ 修改数据结构:
422
+
423
+ * [WordRsp](https://cloud.tencent.com/document/api/884/19320#WordRsp)
424
+
425
+ * 新增成员:Tone
426
+
427
+
428
+
429
+
430
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
431
+
432
+ ### 第 66 次发布
433
+
434
+ 发布时间:2023-07-10 01:45:08
435
+
436
+ 本次发布包含了以下内容:
437
+
438
+ 改善已有的文档。
439
+
440
+ 新增接口:
441
+
442
+ * [DeleteRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/94833)
443
+
444
+
445
+
446
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
447
+
448
+ ### 第 25 次发布
449
+
450
+ 发布时间:2023-07-10 01:51:20
451
+
452
+ 本次发布包含了以下内容:
453
+
454
+ 改善已有的文档。
455
+
456
+ 修改接口:
457
+
458
+ * [DescribeRawScanLogs](https://cloud.tencent.com/document/api/1458/94488)
459
+
460
+ * 新增入参:StartTime, EndTime
461
+
462
+
463
+
464
+
465
+ ## 微服务引擎 TSE(tse) 版本:2020-12-07
466
+
467
+ ### 第 35 次发布
468
+
469
+ 发布时间:2023-07-10 01:52:00
470
+
471
+ 本次发布包含了以下内容:
472
+
473
+ 改善已有的文档。
474
+
475
+ 新增接口:
476
+
477
+ * [CreateCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94854)
478
+ * [CreateCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94853)
479
+ * [CreateCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94852)
480
+ * [CreateCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94851)
481
+ * [CreateCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94850)
482
+ * [DeleteCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94849)
483
+ * [DeleteCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94848)
484
+ * [DeleteCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94847)
485
+ * [DeleteCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94846)
486
+ * [DeleteCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94845)
487
+ * [DescribeCloudNativeAPIGatewayCanaryRules](https://cloud.tencent.com/document/api/1364/94844)
488
+ * [DescribeCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94843)
489
+ * [DescribeCloudNativeAPIGatewayRoutes](https://cloud.tencent.com/document/api/1364/94842)
490
+ * [DescribeCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94841)
491
+ * [DescribeCloudNativeAPIGatewayServices](https://cloud.tencent.com/document/api/1364/94840)
492
+ * [DescribeOneCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94839)
493
+ * [ModifyCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94838)
494
+ * [ModifyCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94837)
495
+ * [ModifyCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94836)
496
+ * [ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835)
497
+ * [ModifyCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94834)
498
+
499
+ 新增数据结构:
500
+
501
+ * [CloudAPIGatewayCanaryRuleList](https://cloud.tencent.com/document/api/1364/54942#CloudAPIGatewayCanaryRuleList)
502
+ * [CloudNativeAPIGatewayBalancedService](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayBalancedService)
503
+ * [CloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRule)
504
+ * [CloudNativeAPIGatewayCanaryRuleCondition](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRuleCondition)
505
+ * [CloudNativeAPIGatewayRateLimitDetail](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayRateLimitDetail)
506
+ * [ExternalRedis](https://cloud.tencent.com/document/api/1364/54942#ExternalRedis)
507
+ * [KVMapping](https://cloud.tencent.com/document/api/1364/54942#KVMapping)
508
+ * [KongRoutePreview](https://cloud.tencent.com/document/api/1364/54942#KongRoutePreview)
509
+ * [KongServiceDetail](https://cloud.tencent.com/document/api/1364/54942#KongServiceDetail)
510
+ * [KongServicePreview](https://cloud.tencent.com/document/api/1364/54942#KongServicePreview)
511
+ * [KongServiceRouteList](https://cloud.tencent.com/document/api/1364/54942#KongServiceRouteList)
512
+ * [KongServices](https://cloud.tencent.com/document/api/1364/54942#KongServices)
513
+ * [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
514
+ * [KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo)
515
+ * [ListFilter](https://cloud.tencent.com/document/api/1364/54942#ListFilter)
516
+ * [QpsThreshold](https://cloud.tencent.com/document/api/1364/54942#QpsThreshold)
517
+ * [RateLimitResponse](https://cloud.tencent.com/document/api/1364/54942#RateLimitResponse)
518
+
519
+
520
+
1
521
  # Release 4.0.637
2
522
 
3
523
  ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18