tencentcloud-sdk-nodejs 4.0.637 → 4.0.638

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 (45) hide show
  1. package/CHANGELOG.md +268 -0
  2. package/SERVICE_CHANGELOG.md +355 -97
  3. package/package.json +1 -1
  4. package/products.md +14 -14
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apigateway/v20180808/apigateway_client.ts +4 -2
  7. package/src/services/cls/v20201016/cls_client.ts +62 -11
  8. package/src/services/cls/v20201016/cls_models.ts +331 -55
  9. package/src/services/cpdp/v20190820/cpdp_client.ts +1 -1
  10. package/src/services/dnspod/v20210323/dnspod_client.ts +2 -0
  11. package/src/services/dnspod/v20210323/dnspod_models.ts +55 -0
  12. package/src/services/essbasic/v20210526/essbasic_models.ts +4 -3
  13. package/src/services/lcic/v20220817/lcic_models.ts +14 -0
  14. package/src/services/lighthouse/v20200324/lighthouse_models.ts +3 -6
  15. package/src/services/soe/v20180724/soe_client.ts +1 -0
  16. package/src/services/soe/v20180724/soe_models.ts +35 -9
  17. package/src/services/tdmq/v20200217/tdmq_client.ts +12 -0
  18. package/src/services/tdmq/v20200217/tdmq_models.ts +30 -0
  19. package/src/services/trp/v20210515/trp_models.ts +9 -1
  20. package/src/services/tse/v20201207/tse_client.ts +324 -55
  21. package/src/services/tse/v20201207/tse_models.ts +1931 -522
  22. package/tencentcloud/common/sdk_version.d.ts +1 -1
  23. package/tencentcloud/common/sdk_version.js +1 -1
  24. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +3 -1
  25. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +3 -1
  26. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
  27. package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
  28. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +320 -55
  29. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
  30. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +1 -1
  31. package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +53 -0
  32. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +4 -3
  33. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +14 -0
  34. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +3 -6
  35. package/tencentcloud/services/soe/v20180724/soe_models.d.ts +34 -9
  36. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  37. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  38. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +28 -0
  39. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +9 -1
  40. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +95 -11
  41. package/tencentcloud/services/tse/v20201207/tse_client.js +141 -15
  42. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +1863 -513
  43. package/test/cls.v20201016.test.js +42 -2
  44. package/test/tdmq.v20200217.test.js +10 -0
  45. package/test/tse.v20201207.test.js +220 -10
package/CHANGELOG.md CHANGED
@@ -1,3 +1,271 @@
1
+ # Release 4.0.638
2
+
3
+ ## API 网关(apigateway) 版本:2018-08-08
4
+
5
+ ### 第 39 次发布
6
+
7
+ 发布时间:2023-07-10 01:06:50
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ <font color="#dd0000">**预下线接口**:</font>
14
+
15
+ * GenerateApiDocument
16
+
17
+
18
+
19
+ ## 日志服务(cls) 版本:2020-10-16
20
+
21
+ ### 第 55 次发布
22
+
23
+ 发布时间:2023-07-10 01:15:21
24
+
25
+ 本次发布包含了以下内容:
26
+
27
+ 改善已有的文档。
28
+
29
+ 新增接口:
30
+
31
+ * [CreateDataTransform](https://cloud.tencent.com/document/api/614/72184)
32
+ * [DeleteDataTransform](https://cloud.tencent.com/document/api/614/72183)
33
+ * [DescribeDataTransformInfo](https://cloud.tencent.com/document/api/614/72182)
34
+ * [ModifyDataTransform](https://cloud.tencent.com/document/api/614/72181)
35
+
36
+ 新增数据结构:
37
+
38
+ * [DataTransformResouceInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformResouceInfo)
39
+ * [DataTransformTaskInfo](https://cloud.tencent.com/document/api/614/56471#DataTransformTaskInfo)
40
+ * [PreviewLogStatistic](https://cloud.tencent.com/document/api/614/56471#PreviewLogStatistic)
41
+
42
+
43
+
44
+ ## DNSPod(dnspod) 版本:2021-03-23
45
+
46
+ ### 第 21 次发布
47
+
48
+ 发布时间:2023-07-10 01:22:33
49
+
50
+ 本次发布包含了以下内容:
51
+
52
+ 改善已有的文档。
53
+
54
+ 修改接口:
55
+
56
+ * [CreateDomain](https://cloud.tencent.com/document/api/1427/56184)
57
+
58
+ * 新增入参:TransferSubDomain, Tags
59
+
60
+ * [DescribeDomainFilterList](https://cloud.tencent.com/document/api/1427/93276)
61
+
62
+ * 新增入参:Tags
63
+
64
+ * [DescribeDomainList](https://cloud.tencent.com/document/api/1427/56172)
65
+
66
+ * 新增入参:Tags
67
+
68
+
69
+ 新增数据结构:
70
+
71
+ * [TagItem](https://cloud.tencent.com/document/api/1427/56185#TagItem)
72
+ * [TagItemFilter](https://cloud.tencent.com/document/api/1427/56185#TagItemFilter)
73
+
74
+ 修改数据结构:
75
+
76
+ * [DomainInfo](https://cloud.tencent.com/document/api/1427/56185#DomainInfo)
77
+
78
+ * 新增成员:TagList
79
+
80
+ * [DomainListItem](https://cloud.tencent.com/document/api/1427/56185#DomainListItem)
81
+
82
+ * 新增成员:TagList
83
+
84
+
85
+
86
+
87
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
88
+
89
+ ### 第 89 次发布
90
+
91
+ 发布时间:2023-07-10 01:25:48
92
+
93
+ 本次发布包含了以下内容:
94
+
95
+ 改善已有的文档。
96
+
97
+ 修改接口:
98
+
99
+ * [ChannelCreatePrepareFlow](https://cloud.tencent.com/document/api/1420/87897)
100
+
101
+
102
+
103
+
104
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
105
+
106
+
107
+
108
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
109
+
110
+ ### 第 28 次发布
111
+
112
+ 发布时间:2023-07-10 01:31:48
113
+
114
+ 本次发布包含了以下内容:
115
+
116
+ 改善已有的文档。
117
+
118
+ 修改接口:
119
+
120
+ * [GetRooms](https://cloud.tencent.com/document/api/1639/90012)
121
+
122
+ * 新增入参:Status
123
+
124
+
125
+ 修改数据结构:
126
+
127
+ * [RoomItem](https://cloud.tencent.com/document/api/1639/81423#RoomItem)
128
+
129
+ * 新增成员:InteractionMode, VideoOrientation
130
+
131
+ * <font color="#dd0000">**修改成员**:</font>Name, RoomId, Status, StartTime, EndTime, RealStartTime, RealEndTime, Resolution, MaxRTCMember, ReplayUrl, RecordUrl, MaxMicNumber, EnableDirectControl
132
+
133
+
134
+
135
+
136
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
137
+
138
+ ### 第 49 次发布
139
+
140
+ 发布时间:2023-07-10 01:32:08
141
+
142
+ 本次发布包含了以下内容:
143
+
144
+ 改善已有的文档。
145
+
146
+ 修改数据结构:
147
+
148
+ * [LoginConfiguration](https://cloud.tencent.com/document/api/1207/47576#LoginConfiguration)
149
+
150
+ * <font color="#dd0000">**修改成员**:</font>AutoGeneratePassword
151
+
152
+
153
+
154
+
155
+ ## 智聆口语评测(soe) 版本:2018-07-24
156
+
157
+ ### 第 14 次发布
158
+
159
+ 发布时间:2023-07-10 01:39:48
160
+
161
+ 本次发布包含了以下内容:
162
+
163
+ 改善已有的文档。
164
+
165
+ 新增数据结构:
166
+
167
+ * [Tone](https://cloud.tencent.com/document/api/884/19320#Tone)
168
+
169
+ 修改数据结构:
170
+
171
+ * [WordRsp](https://cloud.tencent.com/document/api/884/19320#WordRsp)
172
+
173
+ * 新增成员:Tone
174
+
175
+
176
+
177
+
178
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
179
+
180
+ ### 第 66 次发布
181
+
182
+ 发布时间:2023-07-10 01:45:08
183
+
184
+ 本次发布包含了以下内容:
185
+
186
+ 改善已有的文档。
187
+
188
+ 新增接口:
189
+
190
+ * [DeleteRabbitMQVipInstance](https://cloud.tencent.com/document/api/1179/94833)
191
+
192
+
193
+
194
+ ## T-Sec-安心平台(RP)(trp) 版本:2021-05-15
195
+
196
+ ### 第 25 次发布
197
+
198
+ 发布时间:2023-07-10 01:51:20
199
+
200
+ 本次发布包含了以下内容:
201
+
202
+ 改善已有的文档。
203
+
204
+ 修改接口:
205
+
206
+ * [DescribeRawScanLogs](https://cloud.tencent.com/document/api/1458/94488)
207
+
208
+ * 新增入参:StartTime, EndTime
209
+
210
+
211
+
212
+
213
+ ## 微服务引擎 TSE(tse) 版本:2020-12-07
214
+
215
+ ### 第 35 次发布
216
+
217
+ 发布时间:2023-07-10 01:52:00
218
+
219
+ 本次发布包含了以下内容:
220
+
221
+ 改善已有的文档。
222
+
223
+ 新增接口:
224
+
225
+ * [CreateCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94854)
226
+ * [CreateCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94853)
227
+ * [CreateCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94852)
228
+ * [CreateCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94851)
229
+ * [CreateCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94850)
230
+ * [DeleteCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94849)
231
+ * [DeleteCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94848)
232
+ * [DeleteCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94847)
233
+ * [DeleteCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94846)
234
+ * [DeleteCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94845)
235
+ * [DescribeCloudNativeAPIGatewayCanaryRules](https://cloud.tencent.com/document/api/1364/94844)
236
+ * [DescribeCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94843)
237
+ * [DescribeCloudNativeAPIGatewayRoutes](https://cloud.tencent.com/document/api/1364/94842)
238
+ * [DescribeCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94841)
239
+ * [DescribeCloudNativeAPIGatewayServices](https://cloud.tencent.com/document/api/1364/94840)
240
+ * [DescribeOneCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94839)
241
+ * [ModifyCloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/94838)
242
+ * [ModifyCloudNativeAPIGatewayRoute](https://cloud.tencent.com/document/api/1364/94837)
243
+ * [ModifyCloudNativeAPIGatewayRouteRateLimit](https://cloud.tencent.com/document/api/1364/94836)
244
+ * [ModifyCloudNativeAPIGatewayService](https://cloud.tencent.com/document/api/1364/94835)
245
+ * [ModifyCloudNativeAPIGatewayServiceRateLimit](https://cloud.tencent.com/document/api/1364/94834)
246
+
247
+ 新增数据结构:
248
+
249
+ * [CloudAPIGatewayCanaryRuleList](https://cloud.tencent.com/document/api/1364/54942#CloudAPIGatewayCanaryRuleList)
250
+ * [CloudNativeAPIGatewayBalancedService](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayBalancedService)
251
+ * [CloudNativeAPIGatewayCanaryRule](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRule)
252
+ * [CloudNativeAPIGatewayCanaryRuleCondition](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayCanaryRuleCondition)
253
+ * [CloudNativeAPIGatewayRateLimitDetail](https://cloud.tencent.com/document/api/1364/54942#CloudNativeAPIGatewayRateLimitDetail)
254
+ * [ExternalRedis](https://cloud.tencent.com/document/api/1364/54942#ExternalRedis)
255
+ * [KVMapping](https://cloud.tencent.com/document/api/1364/54942#KVMapping)
256
+ * [KongRoutePreview](https://cloud.tencent.com/document/api/1364/54942#KongRoutePreview)
257
+ * [KongServiceDetail](https://cloud.tencent.com/document/api/1364/54942#KongServiceDetail)
258
+ * [KongServicePreview](https://cloud.tencent.com/document/api/1364/54942#KongServicePreview)
259
+ * [KongServiceRouteList](https://cloud.tencent.com/document/api/1364/54942#KongServiceRouteList)
260
+ * [KongServices](https://cloud.tencent.com/document/api/1364/54942#KongServices)
261
+ * [KongTarget](https://cloud.tencent.com/document/api/1364/54942#KongTarget)
262
+ * [KongUpstreamInfo](https://cloud.tencent.com/document/api/1364/54942#KongUpstreamInfo)
263
+ * [ListFilter](https://cloud.tencent.com/document/api/1364/54942#ListFilter)
264
+ * [QpsThreshold](https://cloud.tencent.com/document/api/1364/54942#QpsThreshold)
265
+ * [RateLimitResponse](https://cloud.tencent.com/document/api/1364/54942#RateLimitResponse)
266
+
267
+
268
+
1
269
  # Release 4.0.637
2
270
 
3
271
  ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18