tencentcloud-sdk-nodejs 4.0.806 → 4.0.808

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 (77) hide show
  1. package/CHANGELOG.md +422 -0
  2. package/SERVICE_CHANGELOG.md +405 -189
  3. package/package.json +1 -1
  4. package/products.md +24 -24
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +14 -14
  7. package/src/services/batch/v20170312/batch_models.ts +5 -5
  8. package/src/services/billing/v20180709/billing_client.ts +214 -64
  9. package/src/services/billing/v20180709/billing_models.ts +4111 -1330
  10. package/src/services/cam/v20190116/cam_models.ts +18 -18
  11. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +10 -0
  12. package/src/services/cvm/v20170312/cvm_client.ts +5 -5
  13. package/src/services/cvm/v20170312/cvm_models.ts +26 -26
  14. package/src/services/dcdb/v20180411/dcdb_models.ts +24 -24
  15. package/src/services/dts/v20211206/dts_models.ts +25 -10
  16. package/src/services/ess/v20201111/ess_client.ts +8 -6
  17. package/src/services/ess/v20201111/ess_models.ts +65 -10
  18. package/src/services/essbasic/v20210526/essbasic_client.ts +1 -1
  19. package/src/services/essbasic/v20210526/essbasic_models.ts +21 -0
  20. package/src/services/goosefs/v20220519/goosefs_models.ts +4 -0
  21. package/src/services/lighthouse/v20200324/lighthouse_client.ts +1 -0
  22. package/src/services/lighthouse/v20200324/lighthouse_models.ts +31 -0
  23. package/src/services/mariadb/v20170312/mariadb_models.ts +34 -34
  24. package/src/services/mrs/v20200910/mrs_models.ts +12 -0
  25. package/src/services/oceanus/v20190422/oceanus_models.ts +13 -0
  26. package/src/services/postgres/v20170312/postgres_client.ts +5 -5
  27. package/src/services/postgres/v20170312/postgres_models.ts +64 -64
  28. package/src/services/rce/v20201103/rce_models.ts +60 -62
  29. package/src/services/sqlserver/v20180328/sqlserver_client.ts +15 -2
  30. package/src/services/sqlserver/v20180328/sqlserver_models.ts +127 -26
  31. package/src/services/tdmq/v20200217/tdmq_client.ts +14 -1
  32. package/src/services/tdmq/v20200217/tdmq_models.ts +140 -26
  33. package/src/services/teo/v20220901/teo_models.ts +1 -1
  34. package/src/services/trtc/v20190722/trtc_client.ts +5 -6
  35. package/src/services/vpc/v20170312/vpc_models.ts +14 -14
  36. package/tencentcloud/common/sdk_version.d.ts +1 -1
  37. package/tencentcloud/common/sdk_version.js +1 -1
  38. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +14 -14
  39. package/tencentcloud/services/batch/v20170312/batch_models.d.ts +5 -5
  40. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +58 -18
  41. package/tencentcloud/services/billing/v20180709/billing_client.js +85 -25
  42. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +4023 -1292
  43. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +18 -18
  44. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +10 -0
  45. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +5 -5
  46. package/tencentcloud/services/cvm/v20170312/cvm_client.js +5 -5
  47. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +26 -26
  48. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +24 -24
  49. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +25 -10
  50. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +6 -5
  51. package/tencentcloud/services/ess/v20201111/ess_client.js +6 -5
  52. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +64 -10
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  54. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
  55. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +21 -0
  56. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +4 -0
  57. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +30 -0
  58. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +34 -34
  59. package/tencentcloud/services/mrs/v20200910/mrs_models.d.ts +12 -0
  60. package/tencentcloud/services/oceanus/v20190422/oceanus_models.d.ts +13 -0
  61. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -5
  62. package/tencentcloud/services/postgres/v20170312/postgres_client.js +5 -5
  63. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +64 -64
  64. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +60 -62
  65. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +6 -2
  66. package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +7 -1
  67. package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +124 -26
  68. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
  69. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
  70. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +137 -26
  71. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
  72. package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +5 -6
  73. package/tencentcloud/services/trtc/v20190722/trtc_client.js +5 -6
  74. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +14 -14
  75. package/test/billing.v20180709.test.js +118 -18
  76. package/test/sqlserver.v20180328.test.js +10 -0
  77. package/test/tdmq.v20200217.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,425 @@
1
+ # Release 4.0.808
2
+
3
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
4
+
5
+ ### 第 154 次发布
6
+
7
+ 发布时间:2024-03-11 01:15:16
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [FillApproverInfo](https://cloud.tencent.com/document/api/1323/70369#FillApproverInfo)
16
+
17
+ * 新增成员:ApproverIdCardType, ApproverIdCardNumber
18
+
19
+
20
+ ### 第 153 次发布
21
+
22
+ 发布时间:2024-03-08 19:37:32
23
+
24
+ 本次发布包含了以下内容:
25
+
26
+ 改善已有的文档。
27
+
28
+ 新增数据结构:
29
+
30
+ * [UserFlowType](https://cloud.tencent.com/document/api/1323/70369#UserFlowType)
31
+
32
+ 修改数据结构:
33
+
34
+ * [TemplateInfo](https://cloud.tencent.com/document/api/1323/70369#TemplateInfo)
35
+
36
+ * 新增成员:UserFlowType
37
+
38
+
39
+
40
+
41
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
42
+
43
+ ### 第 156 次发布
44
+
45
+ 发布时间:2024-03-11 01:15:31
46
+
47
+ 本次发布包含了以下内容:
48
+
49
+ 改善已有的文档。
50
+
51
+ 修改数据结构:
52
+
53
+ * [FillApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FillApproverInfo)
54
+
55
+ * 新增成员:ApproverIdCardType, ApproverIdCardNumber
56
+
57
+
58
+
59
+
60
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
61
+
62
+
63
+
64
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
65
+
66
+ ### 第 59 次发布
67
+
68
+ 发布时间:2024-03-11 01:18:22
69
+
70
+ 本次发布包含了以下内容:
71
+
72
+ 改善已有的文档。
73
+
74
+ 修改接口:
75
+
76
+ * [CreateInstances](https://cloud.tencent.com/document/api/1207/69573)
77
+
78
+ * 新增入参:InitCommand
79
+
80
+
81
+ 新增数据结构:
82
+
83
+ * [Command](https://cloud.tencent.com/document/api/1207/47576#Command)
84
+
85
+ 修改数据结构:
86
+
87
+ * [Instance](https://cloud.tencent.com/document/api/1207/47576#Instance)
88
+
89
+ * 新增成员:InitInvocationId
90
+
91
+
92
+
93
+
94
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
95
+
96
+ ### 第 58 次发布
97
+
98
+ 发布时间:2024-03-11 01:21:49
99
+
100
+ 本次发布包含了以下内容:
101
+
102
+ 改善已有的文档。
103
+
104
+ 新增接口:
105
+
106
+ * [ModifyDReadable](https://cloud.tencent.com/document/api/238/104234)
107
+
108
+
109
+
110
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
111
+
112
+ ### 第 105 次发布
113
+
114
+ 发布时间:2024-03-11 01:24:01
115
+
116
+ 本次发布包含了以下内容:
117
+
118
+ 改善已有的文档。
119
+
120
+ 修改接口:
121
+
122
+ * [DescribeRocketMQMsgTrace](https://cloud.tencent.com/document/api/1179/97760)
123
+
124
+ * 新增入参:QueryDeadLetterMessage
125
+
126
+
127
+
128
+
129
+ # Release 4.0.807
130
+
131
+ ## 费用中心(billing) 版本:2018-07-09
132
+
133
+ ### 第 57 次发布
134
+
135
+ 发布时间:2024-03-08 11:57:13
136
+
137
+ 本次发布包含了以下内容:
138
+
139
+ 改善已有的文档。
140
+
141
+ 新增接口:
142
+
143
+ * [DescribeAllocateConditions](https://cloud.tencent.com/document/api/555/104186)
144
+ * [DescribeAllocationBillConditions](https://cloud.tencent.com/document/api/555/104185)
145
+ * [DescribeAllocationBillDetail](https://cloud.tencent.com/document/api/555/104184)
146
+ * [DescribeAllocationMonthOverview](https://cloud.tencent.com/document/api/555/104183)
147
+ * [DescribeAllocationOverview](https://cloud.tencent.com/document/api/555/104182)
148
+ * [DescribeAllocationSummaryByBusiness](https://cloud.tencent.com/document/api/555/104181)
149
+ * [DescribeAllocationSummaryByItem](https://cloud.tencent.com/document/api/555/104180)
150
+ * [DescribeAllocationSummaryByResource](https://cloud.tencent.com/document/api/555/104179)
151
+ * [DescribeAllocationTrendByMonth](https://cloud.tencent.com/document/api/555/104178)
152
+ * [DescribeGatherResource](https://cloud.tencent.com/document/api/555/104177)
153
+
154
+ 新增数据结构:
155
+
156
+ * [AllocationAverageData](https://cloud.tencent.com/document/api/555/19183#AllocationAverageData)
157
+ * [AllocationBillTrendDetail](https://cloud.tencent.com/document/api/555/19183#AllocationBillTrendDetail)
158
+ * [AllocationDetail](https://cloud.tencent.com/document/api/555/19183#AllocationDetail)
159
+ * [AllocationMonthOverviewDetail](https://cloud.tencent.com/document/api/555/19183#AllocationMonthOverviewDetail)
160
+ * [AllocationOverviewDetail](https://cloud.tencent.com/document/api/555/19183#AllocationOverviewDetail)
161
+ * [AllocationOverviewNode](https://cloud.tencent.com/document/api/555/19183#AllocationOverviewNode)
162
+ * [AllocationOverviewTotal](https://cloud.tencent.com/document/api/555/19183#AllocationOverviewTotal)
163
+ * [AllocationRule](https://cloud.tencent.com/document/api/555/19183#AllocationRule)
164
+ * [AllocationStat](https://cloud.tencent.com/document/api/555/19183#AllocationStat)
165
+ * [AllocationSummaryByBusiness](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByBusiness)
166
+ * [AllocationSummaryByItem](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByItem)
167
+ * [AllocationSummaryByResource](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByResource)
168
+ * [AllocationTreeNode](https://cloud.tencent.com/document/api/555/19183#AllocationTreeNode)
169
+ * [BillActionType](https://cloud.tencent.com/document/api/555/19183#BillActionType)
170
+ * [BillBusiness](https://cloud.tencent.com/document/api/555/19183#BillBusiness)
171
+ * [BillBusinessLink](https://cloud.tencent.com/document/api/555/19183#BillBusinessLink)
172
+ * [BillComponent](https://cloud.tencent.com/document/api/555/19183#BillComponent)
173
+ * [BillDays](https://cloud.tencent.com/document/api/555/19183#BillDays)
174
+ * [BillInstanceType](https://cloud.tencent.com/document/api/555/19183#BillInstanceType)
175
+ * [BillItem](https://cloud.tencent.com/document/api/555/19183#BillItem)
176
+ * [BillOperateUin](https://cloud.tencent.com/document/api/555/19183#BillOperateUin)
177
+ * [BillOwnerUin](https://cloud.tencent.com/document/api/555/19183#BillOwnerUin)
178
+ * [BillPayMode](https://cloud.tencent.com/document/api/555/19183#BillPayMode)
179
+ * [BillProduct](https://cloud.tencent.com/document/api/555/19183#BillProduct)
180
+ * [BillProductLink](https://cloud.tencent.com/document/api/555/19183#BillProductLink)
181
+ * [BillProject](https://cloud.tencent.com/document/api/555/19183#BillProject)
182
+ * [BillRegion](https://cloud.tencent.com/document/api/555/19183#BillRegion)
183
+ * [BillTag](https://cloud.tencent.com/document/api/555/19183#BillTag)
184
+ * [BillZoneId](https://cloud.tencent.com/document/api/555/19183#BillZoneId)
185
+ * [GatherResourceSummary](https://cloud.tencent.com/document/api/555/19183#GatherResourceSummary)
186
+
187
+
188
+
189
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
190
+
191
+ ### 第 8 次发布
192
+
193
+ 发布时间:2024-03-08 01:10:20
194
+
195
+ 本次发布包含了以下内容:
196
+
197
+ 改善已有的文档。
198
+
199
+ 修改数据结构:
200
+
201
+ * [InstanceInfo](https://cloud.tencent.com/document/api/1387/102385#InstanceInfo)
202
+
203
+ * 新增成员:IsWhiteSGs, BindSGs
204
+
205
+
206
+
207
+
208
+ ## 云服务器(cvm) 版本:2017-03-12
209
+
210
+ ### 第 125 次发布
211
+
212
+ 发布时间:2024-03-08 01:12:05
213
+
214
+ 本次发布包含了以下内容:
215
+
216
+ 改善已有的文档。
217
+
218
+ 修改接口:
219
+
220
+ * [CreateKeyPair](https://cloud.tencent.com/document/api/213/15702)
221
+
222
+ * <font color="#dd0000">**修改出参**:</font>KeyPair
223
+
224
+
225
+ 修改数据结构:
226
+
227
+ * [KeyPair](https://cloud.tencent.com/document/api/213/15753#KeyPair)
228
+
229
+ * <font color="#dd0000">**修改成员**:</font>KeyId, KeyName, ProjectId, Description, PublicKey, PrivateKey, AssociatedInstanceIds, CreatedTime, Tags
230
+
231
+
232
+
233
+
234
+ ## 数据传输服务(dts) 版本:2021-12-06
235
+
236
+ ### 第 24 次发布
237
+
238
+ 发布时间:2024-03-08 01:15:05
239
+
240
+ 本次发布包含了以下内容:
241
+
242
+ 改善已有的文档。
243
+
244
+ 修改数据结构:
245
+
246
+ * [Options](https://cloud.tencent.com/document/api/571/82108#Options)
247
+
248
+ * 新增成员:FilterBeginCommit, FilterCheckpoint
249
+
250
+ * [TopicRule](https://cloud.tencent.com/document/api/571/82108#TopicRule)
251
+
252
+ * 新增成员:Columns
253
+
254
+
255
+
256
+
257
+ ## 数据传输服务(dts) 版本:2018-03-30
258
+
259
+
260
+
261
+ ## 数据加速器 GooseFS(goosefs) 版本:2022-05-19
262
+
263
+ ### 第 8 次发布
264
+
265
+ 发布时间:2024-03-08 01:16:56
266
+
267
+ 本次发布包含了以下内容:
268
+
269
+ 改善已有的文档。
270
+
271
+ 修改接口:
272
+
273
+ * [CreateFileSystem](https://cloud.tencent.com/document/api/1424/95792)
274
+
275
+ * 新增入参:SecurityGroupId
276
+
277
+
278
+
279
+
280
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
281
+
282
+ ### 第 60 次发布
283
+
284
+ 发布时间:2024-03-08 01:19:33
285
+
286
+ 本次发布包含了以下内容:
287
+
288
+ 改善已有的文档。
289
+
290
+ 修改数据结构:
291
+
292
+ * [DBAccount](https://cloud.tencent.com/document/api/237/16191#DBAccount)
293
+
294
+ * <font color="#dd0000">**修改成员**:</font>MaxUserConnections
295
+
296
+
297
+
298
+
299
+ ## 医疗报告结构化(mrs) 版本:2020-09-10
300
+
301
+ ### 第 24 次发布
302
+
303
+ 发布时间:2024-03-08 09:57:15
304
+
305
+ 本次发布包含了以下内容:
306
+
307
+ 改善已有的文档。
308
+
309
+ 修改接口:
310
+
311
+ * [TurnPDFToObject](https://cloud.tencent.com/document/api/1314/97928)
312
+
313
+ * 新增入参:TextBasedPdfFlag
314
+
315
+ * [TurnPDFToObjectAsync](https://cloud.tencent.com/document/api/1314/101007)
316
+
317
+ * 新增入参:TextBasedPdfFlag
318
+
319
+
320
+
321
+
322
+ ## 流计算 Oceanus(oceanus) 版本:2019-04-22
323
+
324
+ ### 第 54 次发布
325
+
326
+ 发布时间:2024-03-08 01:20:43
327
+
328
+ 本次发布包含了以下内容:
329
+
330
+ 改善已有的文档。
331
+
332
+ 修改接口:
333
+
334
+ * [CreateJob](https://cloud.tencent.com/document/api/849/52009)
335
+
336
+ * 新增入参:Description
337
+
338
+ * [ModifyJob](https://cloud.tencent.com/document/api/849/75553)
339
+
340
+ * 新增入参:Description
341
+
342
+
343
+ 修改数据结构:
344
+
345
+ * [JobV1](https://cloud.tencent.com/document/api/849/52010#JobV1)
346
+
347
+ * 新增成员:Description
348
+
349
+
350
+
351
+
352
+ ## 云数据库 SQL Server(sqlserver) 版本:2018-03-28
353
+
354
+ ### 第 57 次发布
355
+
356
+ 发布时间:2024-03-08 01:22:30
357
+
358
+ 本次发布包含了以下内容:
359
+
360
+ 改善已有的文档。
361
+
362
+ 修改接口:
363
+
364
+ * [DescribeDBInstancesAttribute](https://cloud.tencent.com/document/api/238/90299)
365
+
366
+ * 新增出参:DrReadableInfo
367
+
368
+ * [ModifyCloseWanIp](https://cloud.tencent.com/document/api/238/101718)
369
+
370
+ * 新增入参:RoGroupId
371
+
372
+ * [ModifyDBInstanceNetwork](https://cloud.tencent.com/document/api/238/52347)
373
+
374
+ * 新增入参:DRNetwork
375
+
376
+ * [ModifyOpenWanIp](https://cloud.tencent.com/document/api/238/101717)
377
+
378
+ * 新增入参:RoGroupId
379
+
380
+
381
+ 新增数据结构:
382
+
383
+ * [DrReadableInfo](https://cloud.tencent.com/document/api/238/19976#DrReadableInfo)
384
+
385
+ 修改数据结构:
386
+
387
+ * [ReadOnlyGroup](https://cloud.tencent.com/document/api/238/19976#ReadOnlyGroup)
388
+
389
+ * 新增成员:DnsPodDomain, TgwWanVPort
390
+
391
+
392
+
393
+
394
+ ## 消息队列 TDMQ(tdmq) 版本:2020-02-17
395
+
396
+ ### 第 104 次发布
397
+
398
+ 发布时间:2024-03-08 01:24:44
399
+
400
+ 本次发布包含了以下内容:
401
+
402
+ 改善已有的文档。
403
+
404
+ 新增接口:
405
+
406
+ * [DescribeRocketMQPublicAccessMonitorData](https://cloud.tencent.com/document/api/1179/104161)
407
+
408
+ 修改接口:
409
+
410
+ * [DescribeRocketMQMsg](https://cloud.tencent.com/document/api/1179/91055)
411
+
412
+ * 新增入参:QueryDeadLetterMessage, Offset, Limit, FilterTrackGroup
413
+
414
+ * 新增出参:MessageTracksCount
415
+
416
+
417
+ 新增数据结构:
418
+
419
+ * [RocketMQDataPoint](https://cloud.tencent.com/document/api/1179/46089#RocketMQDataPoint)
420
+
421
+
422
+
1
423
  # Release 4.0.806
2
424
 
3
425
  ## 云联络中心(ccc) 版本:2020-02-10