tencentcloud-sdk-nodejs 4.0.534 → 4.0.536

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 (100) hide show
  1. package/CHANGELOG.md +409 -0
  2. package/SERVICE_CHANGELOG.md +468 -251
  3. package/package.json +1 -1
  4. package/products.md +32 -32
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +15 -0
  7. package/src/services/asr/v20190614/asr_models.ts +14 -2
  8. package/src/services/cbs/v20170312/cbs_models.ts +9 -4
  9. package/src/services/ccc/v20200210/ccc_client.ts +46 -9
  10. package/src/services/ccc/v20200210/ccc_models.ts +138 -17
  11. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  12. package/src/services/cdn/v20180606/cdn_models.ts +2 -0
  13. package/src/services/clb/v20180317/clb_models.ts +2 -2
  14. package/src/services/cls/v20201016/cls_models.ts +1 -1
  15. package/src/services/cme/v20191029/cme_models.ts +6 -4
  16. package/src/services/cvm/v20170312/cvm_models.ts +2 -2
  17. package/src/services/dlc/v20210125/dlc_client.ts +204 -52
  18. package/src/services/dlc/v20210125/dlc_models.ts +1109 -70
  19. package/src/services/dts/v20211206/dts_models.ts +23 -5
  20. package/src/services/ess/v20201111/ess_client.ts +1 -1
  21. package/src/services/ess/v20201111/ess_models.ts +1 -1
  22. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  23. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  24. package/src/services/iai/v20180301/iai_client.ts +12 -4
  25. package/src/services/iai/v20200303/iai_client.ts +13 -5
  26. package/src/services/lcic/v20220817/lcic_client.ts +198 -72
  27. package/src/services/lcic/v20220817/lcic_models.ts +856 -120
  28. package/src/services/live/v20180801/live_client.ts +1 -1
  29. package/src/services/live/v20180801/live_models.ts +1 -1
  30. package/src/services/rum/v20210622/rum_client.ts +36 -0
  31. package/src/services/rum/v20210622/rum_models.ts +105 -0
  32. package/src/services/sqlserver/v20180328/sqlserver_client.ts +3 -2
  33. package/src/services/sqlserver/v20180328/sqlserver_models.ts +105 -54
  34. package/src/services/tdmq/v20200217/tdmq_models.ts +22 -10
  35. package/src/services/teo/v20220901/teo_client.ts +551 -488
  36. package/src/services/teo/v20220901/teo_models.ts +450 -113
  37. package/src/services/tse/v20201207/tse_models.ts +25 -6
  38. package/src/services/tsf/v20180326/tsf_client.ts +13 -1
  39. package/src/services/tsf/v20180326/tsf_models.ts +70 -20
  40. package/src/services/tts/v20190823/tts_models.ts +1 -1
  41. package/src/services/vod/v20180717/vod_models.ts +3 -2
  42. package/src/services/vpc/v20170312/vpc_client.ts +6 -7
  43. package/src/services/vpc/v20170312/vpc_models.ts +24 -18
  44. package/tencentcloud/common/sdk_version.d.ts +1 -1
  45. package/tencentcloud/common/sdk_version.js +1 -1
  46. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +12 -0
  47. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +12 -2
  48. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +8 -4
  49. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +15 -3
  50. package/tencentcloud/services/ccc/v20200210/ccc_client.js +21 -3
  51. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +119 -15
  52. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  53. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +2 -0
  54. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
  55. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +1 -1
  56. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +4 -2
  57. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +2 -2
  58. package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +64 -16
  59. package/tencentcloud/services/dlc/v20210125/dlc_client.js +94 -22
  60. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +953 -75
  61. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +21 -5
  62. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  63. package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +1 -1
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  68. package/tencentcloud/services/iai/v20180301/iai_client.d.ts +12 -4
  69. package/tencentcloud/services/iai/v20180301/iai_client.js +12 -4
  70. package/tencentcloud/services/iai/v20200303/iai_client.d.ts +12 -4
  71. package/tencentcloud/services/iai/v20200303/iai_client.js +12 -4
  72. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +65 -25
  73. package/tencentcloud/services/lcic/v20220817/lcic_client.js +96 -36
  74. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +727 -101
  75. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -1
  76. package/tencentcloud/services/live/v20180801/live_client.js +1 -1
  77. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  78. package/tencentcloud/services/rum/v20210622/rum_client.d.ts +13 -1
  79. package/tencentcloud/services/rum/v20210622/rum_client.js +18 -0
  80. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +90 -0
  81. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +90 -48
  82. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +20 -10
  83. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +183 -163
  84. package/tencentcloud/services/teo/v20220901/teo_client.js +273 -243
  85. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +390 -99
  86. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +21 -4
  87. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -1
  88. package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -0
  89. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +60 -17
  90. package/tencentcloud/services/tts/v20190823/tts_models.d.ts +1 -1
  91. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +3 -2
  92. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -3
  93. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -3
  94. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +23 -18
  95. package/test/ccc.v20200210.test.js +32 -2
  96. package/test/dlc.v20210125.test.js +134 -14
  97. package/test/lcic.v20220817.test.js +124 -24
  98. package/test/rum.v20210622.test.js +30 -0
  99. package/test/teo.v20220901.test.js +212 -162
  100. package/test/tsf.v20180326.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,412 @@
1
+ # Release 4.0.536
2
+
3
+ ## T-Sec-DDoS防护(Anti-DDoS)(antiddos) 版本:2020-03-09
4
+
5
+ ### 第 52 次发布
6
+
7
+ 发布时间:2023-02-10 01:02:06
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [Layer7Rule](https://cloud.tencent.com/document/api/1021/57582#Layer7Rule)
16
+
17
+ * 新增成员:Protocol, Vport
18
+
19
+ * [SourceServer](https://cloud.tencent.com/document/api/1021/57582#SourceServer)
20
+
21
+ * 新增成员:Port
22
+
23
+
24
+
25
+
26
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
27
+
28
+ ### 第 40 次发布
29
+
30
+ 发布时间:2023-02-10 01:28:27
31
+
32
+ 本次发布包含了以下内容:
33
+
34
+ 改善已有的文档。
35
+
36
+ 修改接口:
37
+
38
+ * [GenerateCreateMangedTableSql](https://cloud.tencent.com/document/api/1342/86306)
39
+
40
+ * 新增入参:TableBaseInfo, Columns, Partitions, Properties
41
+
42
+ * 新增出参:Execution
43
+
44
+
45
+
46
+
47
+ ## 数据传输服务(dts) 版本:2021-12-06
48
+
49
+ ### 第 8 次发布
50
+
51
+ 发布时间:2023-02-10 01:32:00
52
+
53
+ 本次发布包含了以下内容:
54
+
55
+ 改善已有的文档。
56
+
57
+ 修改数据结构:
58
+
59
+ * [OnlineDDL](https://cloud.tencent.com/document/api/571/82108#OnlineDDL)
60
+
61
+ * 新增成员:Status
62
+
63
+ * [Table](https://cloud.tencent.com/document/api/571/82108#Table)
64
+
65
+ * 新增成员:TmpTables, TableEditMode
66
+
67
+
68
+
69
+
70
+ ## 数据传输服务(dts) 版本:2018-03-30
71
+
72
+
73
+
74
+ ## 前端性能监控(rum) 版本:2021-06-22
75
+
76
+ ### 第 23 次发布
77
+
78
+ 发布时间:2023-02-10 01:54:01
79
+
80
+ 本次发布包含了以下内容:
81
+
82
+ 改善已有的文档。
83
+
84
+ 新增接口:
85
+
86
+ * [DescribeRumLogExport](https://cloud.tencent.com/document/api/1464/86366)
87
+ * [DescribeRumLogExports](https://cloud.tencent.com/document/api/1464/86365)
88
+ * [ResumeProject](https://cloud.tencent.com/document/api/1464/86367)
89
+
90
+
91
+
92
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
93
+
94
+ ### 第 45 次发布
95
+
96
+ 发布时间:2023-02-10 02:03:51
97
+
98
+ 本次发布包含了以下内容:
99
+
100
+ 改善已有的文档。
101
+
102
+ 修改数据结构:
103
+
104
+ * [InternalTenant](https://cloud.tencent.com/document/api/1179/46089#InternalTenant)
105
+
106
+ * 新增成员:PublicAccessEnabled
107
+
108
+ * [RocketMQClusterConfig](https://cloud.tencent.com/document/api/1179/46089#RocketMQClusterConfig)
109
+
110
+ * 新增成员:MaxQueuesPerTopic
111
+
112
+ * <font color="#dd0000">**修改成员**:</font>MaxTpsPerNamespace, MaxNamespaceNum, UsedNamespaceNum, MaxTopicNum, UsedTopicNum, MaxGroupNum, UsedGroupNum, MaxRetentionTime, MaxLatencyTime
113
+
114
+
115
+
116
+
117
+ ## 微服务引擎 TSE(tse) 版本:2020-12-07
118
+
119
+ ### 第 30 次发布
120
+
121
+ 发布时间:2023-02-10 02:12:51
122
+
123
+ 本次发布包含了以下内容:
124
+
125
+ 改善已有的文档。
126
+
127
+ 修改数据结构:
128
+
129
+ * [ApolloEnvParam](https://cloud.tencent.com/document/api/1364/54942#ApolloEnvParam)
130
+
131
+ * 新增成员:EnvDesc
132
+
133
+ * [EnvAddressInfo](https://cloud.tencent.com/document/api/1364/54942#EnvAddressInfo)
134
+
135
+ * 新增成员:EnableConfigIntranet
136
+
137
+
138
+
139
+
140
+ ## 微服务平台 TSF(tsf) 版本:2018-03-26
141
+
142
+ ### 第 83 次发布
143
+
144
+ 发布时间:2023-02-10 02:13:06
145
+
146
+ 本次发布包含了以下内容:
147
+
148
+ 改善已有的文档。
149
+
150
+ 新增接口:
151
+
152
+ * [DeleteFileConfig](https://cloud.tencent.com/document/api/649/86369)
153
+
154
+ 修改数据结构:
155
+
156
+ * [ContainerGroupDetail](https://cloud.tencent.com/document/api/649/36099#ContainerGroupDetail)
157
+
158
+ * 新增成员:AllowPlainYamlDeploy, IsNotEqualServiceConfig, RepoName, Alias
159
+
160
+
161
+
162
+
163
+ ## 私有网络(vpc) 版本:2017-03-12
164
+
165
+ ### 第 139 次发布
166
+
167
+ 发布时间:2023-02-10 02:17:00
168
+
169
+ 本次发布包含了以下内容:
170
+
171
+ 改善已有的文档。
172
+
173
+ 修改数据结构:
174
+
175
+ * [CCN](https://cloud.tencent.com/document/api/215/15824#CCN)
176
+
177
+ * 新增成员:IsSecurityLock
178
+
179
+
180
+
181
+
182
+ # Release 4.0.535
183
+
184
+ ## 语音识别(asr) 版本:2019-06-14
185
+
186
+ ### 第 23 次发布
187
+
188
+ 发布时间:2023-02-09 01:04:17
189
+
190
+ 本次发布包含了以下内容:
191
+
192
+ 改善已有的文档。
193
+
194
+ 修改接口:
195
+
196
+ * [CreateRecTask](https://cloud.tencent.com/document/api/1093/37823)
197
+
198
+ * 新增入参:EmotionRecognition
199
+
200
+
201
+ 修改数据结构:
202
+
203
+ * [SentenceDetail](https://cloud.tencent.com/document/api/1093/37824#SentenceDetail)
204
+
205
+ * 新增成员:EmotionType
206
+
207
+
208
+
209
+
210
+ ## 云硬盘(cbs) 版本:2017-03-12
211
+
212
+ ### 第 46 次发布
213
+
214
+ 发布时间:2023-02-09 01:08:40
215
+
216
+ 本次发布包含了以下内容:
217
+
218
+ 改善已有的文档。
219
+
220
+ 修改数据结构:
221
+
222
+ * [Disk](https://cloud.tencent.com/document/api/362/15669#Disk)
223
+
224
+ * 新增成员:DiskBackupQuota
225
+
226
+
227
+
228
+
229
+ ## 云呼叫中心(ccc) 版本:2020-02-10
230
+
231
+ ### 第 41 次发布
232
+
233
+ 发布时间:2023-02-09 01:09:05
234
+
235
+ 本次发布包含了以下内容:
236
+
237
+ 改善已有的文档。
238
+
239
+ 新增接口:
240
+
241
+ * [BindNumberCallOutSkillGroup](https://cloud.tencent.com/document/api/679/86305)
242
+ * [DescribeNumbers](https://cloud.tencent.com/document/api/679/86304)
243
+ * [UnbindNumberCallOutSkillGroup](https://cloud.tencent.com/document/api/679/86303)
244
+
245
+ 新增数据结构:
246
+
247
+ * [NumberInfo](https://cloud.tencent.com/document/api/679/47715#NumberInfo)
248
+
249
+ 修改数据结构:
250
+
251
+ * [TelCdrInfo](https://cloud.tencent.com/document/api/679/47715#TelCdrInfo)
252
+
253
+ * 新增成员:VoicemailRecordURL
254
+
255
+
256
+
257
+
258
+ ## 数据湖计算 DLC(dlc) 版本:2021-01-25
259
+
260
+ ### 第 39 次发布
261
+
262
+ 发布时间:2023-02-09 01:30:43
263
+
264
+ 本次发布包含了以下内容:
265
+
266
+ 改善已有的文档。
267
+
268
+ 新增接口:
269
+
270
+ * [CancelNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86317)
271
+ * [CancelNotebookSessionStatementBatch](https://cloud.tencent.com/document/api/1342/86316)
272
+ * [CreateNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86315)
273
+ * [CreateNotebookSessionStatementSupportBatchSQL](https://cloud.tencent.com/document/api/1342/86314)
274
+ * [DeleteNotebookSession](https://cloud.tencent.com/document/api/1342/86313)
275
+ * [DescribeDataEngines](https://cloud.tencent.com/document/api/1342/86308)
276
+ * [DescribeNotebookSessionLog](https://cloud.tencent.com/document/api/1342/86312)
277
+ * [DescribeNotebookSessionStatement](https://cloud.tencent.com/document/api/1342/86311)
278
+ * [DescribeNotebookSessionStatementSqlResult](https://cloud.tencent.com/document/api/1342/86307)
279
+ * [DescribeNotebookSessionStatements](https://cloud.tencent.com/document/api/1342/86310)
280
+ * [DescribeNotebookSessions](https://cloud.tencent.com/document/api/1342/86309)
281
+ * [GenerateCreateMangedTableSql](https://cloud.tencent.com/document/api/1342/86306)
282
+
283
+ 新增数据结构:
284
+
285
+ * [CrontabResumeSuspendStrategy](https://cloud.tencent.com/document/api/1342/53778#CrontabResumeSuspendStrategy)
286
+ * [DataEngineInfo](https://cloud.tencent.com/document/api/1342/53778#DataEngineInfo)
287
+ * [NetworkConnection](https://cloud.tencent.com/document/api/1342/53778#NetworkConnection)
288
+ * [NotebookSessionStatementBatchInformation](https://cloud.tencent.com/document/api/1342/53778#NotebookSessionStatementBatchInformation)
289
+ * [NotebookSessionStatementInfo](https://cloud.tencent.com/document/api/1342/53778#NotebookSessionStatementInfo)
290
+ * [NotebookSessions](https://cloud.tencent.com/document/api/1342/53778#NotebookSessions)
291
+ * [StatementOutput](https://cloud.tencent.com/document/api/1342/53778#StatementOutput)
292
+ * [TagInfo](https://cloud.tencent.com/document/api/1342/53778#TagInfo)
293
+
294
+
295
+
296
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
297
+
298
+ ### 第 9 次发布
299
+
300
+ 发布时间:2023-02-09 01:47:12
301
+
302
+ 本次发布包含了以下内容:
303
+
304
+ 改善已有的文档。
305
+
306
+ 新增接口:
307
+
308
+ * [BatchCreateRoom](https://cloud.tencent.com/document/api/1639/86325)
309
+ * [BatchDeleteRecord](https://cloud.tencent.com/document/api/1639/86328)
310
+ * [DeleteDocument](https://cloud.tencent.com/document/api/1639/86322)
311
+ * [DeleteRecord](https://cloud.tencent.com/document/api/1639/86327)
312
+ * [DescribeDocument](https://cloud.tencent.com/document/api/1639/86321)
313
+ * [DescribeDocumentsByRoom](https://cloud.tencent.com/document/api/1639/86320)
314
+ * [DescribeSdkAppIdUsers](https://cloud.tencent.com/document/api/1639/86324)
315
+ * [GetWatermark](https://cloud.tencent.com/document/api/1639/86330)
316
+ * [ModifyUserProfile](https://cloud.tencent.com/document/api/1639/86323)
317
+ * [SetWatermark](https://cloud.tencent.com/document/api/1639/86329)
318
+
319
+ 新增数据结构:
320
+
321
+ * [BackgroundPictureConfig](https://cloud.tencent.com/document/api/1639/81423#BackgroundPictureConfig)
322
+ * [DocumentInfo](https://cloud.tencent.com/document/api/1639/81423#DocumentInfo)
323
+ * [RoomInfo](https://cloud.tencent.com/document/api/1639/81423#RoomInfo)
324
+ * [TextMarkConfig](https://cloud.tencent.com/document/api/1639/81423#TextMarkConfig)
325
+ * [UserInfo](https://cloud.tencent.com/document/api/1639/81423#UserInfo)
326
+ * [WatermarkConfig](https://cloud.tencent.com/document/api/1639/81423#WatermarkConfig)
327
+
328
+
329
+
330
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
331
+
332
+ ### 第 40 次发布
333
+
334
+ 发布时间:2023-02-09 01:58:45
335
+
336
+ 本次发布包含了以下内容:
337
+
338
+ 改善已有的文档。
339
+
340
+ 修改接口:
341
+
342
+ * [ModifyBackupMigration](https://cloud.tencent.com/document/api/238/53183)
343
+
344
+ * 新增入参:DBRename
345
+
346
+
347
+ 新增数据结构:
348
+
349
+ * [DBRenameRes](https://cloud.tencent.com/document/api/238/19976#DBRenameRes)
350
+
351
+ 修改数据结构:
352
+
353
+ * [AccountCreateInfo](https://cloud.tencent.com/document/api/238/19976#AccountCreateInfo)
354
+
355
+ * 新增成员:AccountType
356
+
357
+ * [AccountDetail](https://cloud.tencent.com/document/api/238/19976#AccountDetail)
358
+
359
+ * 新增成员:AccountType
360
+
361
+ * [AccountPrivilege](https://cloud.tencent.com/document/api/238/19976#AccountPrivilege)
362
+
363
+ * 新增成员:AccountType
364
+
365
+ * [AccountPrivilegeModifyInfo](https://cloud.tencent.com/document/api/238/19976#AccountPrivilegeModifyInfo)
366
+
367
+ * 新增成员:AccountType
368
+
369
+ * [DbNormalDetail](https://cloud.tencent.com/document/api/238/19976#DbNormalDetail)
370
+
371
+ * 新增成员:CreateTime
372
+
373
+ * [Migration](https://cloud.tencent.com/document/api/238/19976#Migration)
374
+
375
+ * 新增成员:DBRename
376
+
377
+
378
+
379
+
380
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
381
+
382
+ ### 第 31 次发布
383
+
384
+ 发布时间:2023-02-09 02:15:06
385
+
386
+ 本次发布包含了以下内容:
387
+
388
+ 改善已有的文档。
389
+
390
+ 新增接口:
391
+
392
+ * [CreateAccelerationDomain](https://cloud.tencent.com/document/api/1552/86338)
393
+ * [DeleteAccelerationDomains](https://cloud.tencent.com/document/api/1552/86337)
394
+ * [DescribeAccelerationDomains](https://cloud.tencent.com/document/api/1552/86336)
395
+ * [ModifyAccelerationDomain](https://cloud.tencent.com/document/api/1552/86335)
396
+ * [ModifyAccelerationDomainStatuses](https://cloud.tencent.com/document/api/1552/86334)
397
+
398
+ 新增数据结构:
399
+
400
+ * [AccelerationDomain](https://cloud.tencent.com/document/api/1552/80721#AccelerationDomain)
401
+ * [OriginDetail](https://cloud.tencent.com/document/api/1552/80721#OriginDetail)
402
+ * [OriginInfo](https://cloud.tencent.com/document/api/1552/80721#OriginInfo)
403
+
404
+
405
+
406
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
407
+
408
+
409
+
1
410
  # Release 4.0.534
2
411
 
3
412
  ## 云数据仓库 ClickHouse(cdwch) 版本:2020-09-15