tencentcloud-sdk-nodejs 4.0.546 → 4.0.548

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 (89) hide show
  1. package/CHANGELOG.md +377 -0
  2. package/SERVICE_CHANGELOG.md +404 -133
  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/bma/v20221115/bma_models.ts +2 -2
  7. package/src/services/cbs/v20170312/cbs_client.ts +3 -5
  8. package/src/services/cbs/v20170312/cbs_models.ts +139 -12
  9. package/src/services/cdc/v20201214/cdc_models.ts +14 -14
  10. package/src/services/cdn/v20180606/cdn_client.ts +32 -19
  11. package/src/services/cdn/v20180606/cdn_models.ts +164 -11
  12. package/src/services/cfw/v20190904/cfw_client.ts +44 -7
  13. package/src/services/cfw/v20190904/cfw_models.ts +117 -6
  14. package/src/services/clb/v20180317/clb_models.ts +4 -4
  15. package/src/services/cvm/v20170312/cvm_client.ts +1 -1
  16. package/src/services/cynosdb/v20190107/cynosdb_models.ts +5 -5
  17. package/src/services/dasb/v20191018/dasb_client.ts +279 -60
  18. package/src/services/dasb/v20191018/dasb_models.ts +1314 -714
  19. package/src/services/dcdb/v20180411/dcdb_client.ts +12 -0
  20. package/src/services/dcdb/v20180411/dcdb_models.ts +25 -0
  21. package/src/services/dts/v20211206/dts_models.ts +7 -7
  22. package/src/services/eb/v20210416/eb_client.ts +3 -1
  23. package/src/services/eb/v20210416/eb_models.ts +110 -25
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
  25. package/src/services/gs/v20191118/gs_models.ts +8 -8
  26. package/src/services/lcic/v20220817/lcic_client.ts +16 -2
  27. package/src/services/lcic/v20220817/lcic_models.ts +129 -16
  28. package/src/services/lighthouse/v20200324/lighthouse_client.ts +2 -3
  29. package/src/services/lighthouse/v20200324/lighthouse_models.ts +12 -12
  30. package/src/services/ocr/v20181119/ocr_client.ts +2 -4
  31. package/src/services/postgres/v20170312/postgres_models.ts +1 -1
  32. package/src/services/teo/v20220901/teo_models.ts +3 -1
  33. package/src/services/thpc/v20220401/thpc_client.ts +70 -17
  34. package/src/services/thpc/v20220401/thpc_models.ts +296 -83
  35. package/src/services/tke/v20180525/tke_models.ts +1 -1
  36. package/src/services/vpc/v20170312/vpc_client.ts +4 -3
  37. package/src/services/vpc/v20170312/vpc_models.ts +18 -8
  38. package/src/services/wedata/v20210820/wedata_models.ts +1 -1
  39. package/tencentcloud/common/sdk_version.d.ts +1 -1
  40. package/tencentcloud/common/sdk_version.js +1 -1
  41. package/tencentcloud/services/bma/v20221115/bma_models.d.ts +2 -2
  42. package/tencentcloud/services/cbs/v20170312/cbs_client.d.ts +0 -3
  43. package/tencentcloud/services/cbs/v20170312/cbs_client.js +0 -3
  44. package/tencentcloud/services/cbs/v20170312/cbs_models.d.ts +118 -12
  45. package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +14 -14
  46. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +11 -7
  47. package/tencentcloud/services/cdn/v20180606/cdn_client.js +15 -9
  48. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +138 -11
  49. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +15 -3
  50. package/tencentcloud/services/cfw/v20190904/cfw_client.js +21 -3
  51. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +102 -6
  52. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -4
  53. package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
  54. package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
  55. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +5 -5
  56. package/tencentcloud/services/dasb/v20191018/dasb_client.d.ts +81 -9
  57. package/tencentcloud/services/dasb/v20191018/dasb_client.js +120 -12
  58. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +1183 -664
  59. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +5 -1
  60. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +6 -0
  61. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +22 -0
  62. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +6 -6
  63. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +95 -24
  64. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  65. package/tencentcloud/services/gs/v20191118/gs_models.d.ts +7 -7
  66. package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +5 -1
  67. package/tencentcloud/services/lcic/v20220817/lcic_client.js +6 -0
  68. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +112 -16
  69. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.d.ts +2 -3
  70. package/tencentcloud/services/lighthouse/v20200324/lighthouse_client.js +2 -3
  71. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +12 -12
  72. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +0 -2
  73. package/tencentcloud/services/ocr/v20181119/ocr_client.js +0 -2
  74. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
  75. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +3 -1
  76. package/tencentcloud/services/thpc/v20220401/thpc_client.d.ts +23 -5
  77. package/tencentcloud/services/thpc/v20220401/thpc_client.js +32 -6
  78. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +258 -74
  79. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +1 -1
  80. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +2 -1
  81. package/tencentcloud/services/vpc/v20170312/vpc_client.js +2 -1
  82. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +16 -8
  83. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +1 -1
  84. package/test/cdn.v20180606.test.js +16 -6
  85. package/test/cfw.v20190904.test.js +32 -2
  86. package/test/dasb.v20191018.test.js +188 -8
  87. package/test/dcdb.v20180411.test.js +10 -0
  88. package/test/lcic.v20220817.test.js +10 -0
  89. package/test/thpc.v20220401.test.js +44 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,380 @@
1
+ # Release 4.0.548
2
+
3
+ ## 内容分发网络 CDN(cdn) 版本:2018-06-06
4
+
5
+ ### 第 117 次发布
6
+
7
+ 发布时间:2023-02-28 01:07:06
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [DescribeHttpsPackages](https://cloud.tencent.com/document/api/228/86968)
16
+
17
+ 新增数据结构:
18
+
19
+ * [HttpsPackage](https://cloud.tencent.com/document/api/228/30987#HttpsPackage)
20
+
21
+
22
+
23
+ ## 云防火墙(cfw) 版本:2019-09-04
24
+
25
+ ### 第 31 次发布
26
+
27
+ 发布时间:2023-02-28 01:12:39
28
+
29
+ 本次发布包含了以下内容:
30
+
31
+ 改善已有的文档。
32
+
33
+ 新增接口:
34
+
35
+ * [ModifyEnterpriseSecurityDispatchStatus](https://cloud.tencent.com/document/api/1132/86969)
36
+ * [ModifyEnterpriseSecurityGroupRule](https://cloud.tencent.com/document/api/1132/86971)
37
+ * [ModifyNatSequenceRules](https://cloud.tencent.com/document/api/1132/86970)
38
+
39
+ 新增数据结构:
40
+
41
+ * [RuleChangeItem](https://cloud.tencent.com/document/api/1132/49071#RuleChangeItem)
42
+
43
+
44
+
45
+ ## T-Sec-堡垒机(BH)(dasb) 版本:2019-10-18
46
+
47
+ ### 第 7 次发布
48
+
49
+ 发布时间:2023-02-27 17:21:05
50
+
51
+ 本次发布包含了以下内容:
52
+
53
+ 改善已有的文档。
54
+
55
+ 新增接口:
56
+
57
+ * [ImportExternalDevice](https://cloud.tencent.com/document/api/1025/86967)
58
+
59
+ 新增数据结构:
60
+
61
+ * [ExternalDevice](https://cloud.tencent.com/document/api/1025/74416#ExternalDevice)
62
+
63
+ ### 第 6 次发布
64
+
65
+ 发布时间:2023-02-27 16:50:43
66
+
67
+ 本次发布包含了以下内容:
68
+
69
+ 改善已有的文档。
70
+
71
+ 新增接口:
72
+
73
+ * [BindDeviceAccountPassword](https://cloud.tencent.com/document/api/1025/86959)
74
+ * [BindDeviceAccountPrivateKey](https://cloud.tencent.com/document/api/1025/86958)
75
+ * [CreateAssetSyncJob](https://cloud.tencent.com/document/api/1025/86957)
76
+ * [CreateCmdTemplate](https://cloud.tencent.com/document/api/1025/86964)
77
+ * [CreateDeviceAccount](https://cloud.tencent.com/document/api/1025/86956)
78
+ * [DeleteCmdTemplates](https://cloud.tencent.com/document/api/1025/86963)
79
+ * [DeleteDeviceAccounts](https://cloud.tencent.com/document/api/1025/86955)
80
+ * [DeleteDevices](https://cloud.tencent.com/document/api/1025/86954)
81
+ * [DeployResource](https://cloud.tencent.com/document/api/1025/86961)
82
+ * [DescribeAssetSyncStatus](https://cloud.tencent.com/document/api/1025/86953)
83
+ * [DescribeCmdTemplates](https://cloud.tencent.com/document/api/1025/86962)
84
+ * [DescribeDeviceAccounts](https://cloud.tencent.com/document/api/1025/86952)
85
+ * [ModifyDevice](https://cloud.tencent.com/document/api/1025/86951)
86
+ * [ModifyDeviceGroup](https://cloud.tencent.com/document/api/1025/86966)
87
+ * [ResetDeviceAccountPassword](https://cloud.tencent.com/document/api/1025/86950)
88
+ * [ResetDeviceAccountPrivateKey](https://cloud.tencent.com/document/api/1025/86949)
89
+ * [ResetUser](https://cloud.tencent.com/document/api/1025/86960)
90
+
91
+ 新增数据结构:
92
+
93
+ * [AssetSyncStatus](https://cloud.tencent.com/document/api/1025/74416#AssetSyncStatus)
94
+ * [DeviceAccount](https://cloud.tencent.com/document/api/1025/74416#DeviceAccount)
95
+
96
+
97
+
98
+ ## 事件总线(eb) 版本:2021-04-16
99
+
100
+ ### 第 9 次发布
101
+
102
+ 发布时间:2023-02-28 01:29:39
103
+
104
+ 本次发布包含了以下内容:
105
+
106
+ 改善已有的文档。
107
+
108
+ 修改接口:
109
+
110
+ * [CreateEventBus](https://cloud.tencent.com/document/api/1359/67686)
111
+
112
+ * 新增入参:EnableStore
113
+
114
+ * [GetEventBus](https://cloud.tencent.com/document/api/1359/67684)
115
+
116
+ * 新增出参:PayMode, SaveDays, LogTopicId, EnableStore, LinkMode
117
+
118
+
119
+ 新增数据结构:
120
+
121
+ * [ConnectionBrief](https://cloud.tencent.com/document/api/1359/67704#ConnectionBrief)
122
+ * [DTSParams](https://cloud.tencent.com/document/api/1359/67704#DTSParams)
123
+
124
+ 修改数据结构:
125
+
126
+ * [ConnectionDescription](https://cloud.tencent.com/document/api/1359/67704#ConnectionDescription)
127
+
128
+ * 新增成员:DTSParams
129
+
130
+ * [EventBus](https://cloud.tencent.com/document/api/1359/67704#EventBus)
131
+
132
+ * 新增成员:PayMode, ConnectionBriefs, TargetBriefs
133
+
134
+
135
+
136
+
137
+ ## 低代码互动课堂(lcic) 版本:2022-08-17
138
+
139
+ ### 第 14 次发布
140
+
141
+ 发布时间:2023-02-28 01:44:45
142
+
143
+ 本次发布包含了以下内容:
144
+
145
+ 改善已有的文档。
146
+
147
+ 新增接口:
148
+
149
+ * [GetRoomMessage](https://cloud.tencent.com/document/api/1639/86972)
150
+
151
+ 修改接口:
152
+
153
+ * [DescribeRoomStatistics](https://cloud.tencent.com/document/api/1639/81545)
154
+
155
+ * 新增出参:MessageCount, MicCount
156
+
157
+
158
+ 新增数据结构:
159
+
160
+ * [MessageItem](https://cloud.tencent.com/document/api/1639/81423#MessageItem)
161
+ * [MessageList](https://cloud.tencent.com/document/api/1639/81423#MessageList)
162
+
163
+ 修改数据结构:
164
+
165
+ * [MemberRecord](https://cloud.tencent.com/document/api/1639/81423#MemberRecord)
166
+
167
+ * 新增成员:PerMemberMicCount, PerMemberMessageCount
168
+
169
+
170
+
171
+
172
+ ## 私有网络(vpc) 版本:2017-03-12
173
+
174
+ ### 第 143 次发布
175
+
176
+ 发布时间:2023-02-28 02:25:56
177
+
178
+ 本次发布包含了以下内容:
179
+
180
+ 改善已有的文档。
181
+
182
+ 修改数据结构:
183
+
184
+ * [AddressTemplateItem](https://cloud.tencent.com/document/api/215/15824#AddressTemplateItem)
185
+
186
+ * 新增成员:AddressTemplateId, AddressTemplateName
187
+
188
+ * <font color="#dd0000">**修改成员**:</font>From, To
189
+
190
+
191
+
192
+
193
+ # Release 4.0.547
194
+
195
+ ## 云硬盘(cbs) 版本:2017-03-12
196
+
197
+ ### 第 48 次发布
198
+
199
+ 发布时间:2023-02-27 01:09:26
200
+
201
+ 本次发布包含了以下内容:
202
+
203
+ 改善已有的文档。
204
+
205
+ 修改接口:
206
+
207
+ * [DescribeDiskStoragePool](https://cloud.tencent.com/document/api/362/62143)
208
+
209
+ * 新增出参:CdcSet
210
+
211
+
212
+ 新增数据结构:
213
+
214
+ * [DetailPrice](https://cloud.tencent.com/document/api/362/15669#DetailPrice)
215
+
216
+ 修改数据结构:
217
+
218
+ * [AutoSnapshotPolicy](https://cloud.tencent.com/document/api/362/15669#AutoSnapshotPolicy)
219
+
220
+ * 新增成员:CopyFromAccountUin, Tags
221
+
222
+ * [Cdc](https://cloud.tencent.com/document/api/362/15669#Cdc)
223
+
224
+ * 新增成员:CreatedTime, DiskNumber
225
+
226
+ * [Disk](https://cloud.tencent.com/document/api/362/15669#Disk)
227
+
228
+ * 新增成员:LastAttachInsId, ErrorPrompt
229
+
230
+ * [DiskConfig](https://cloud.tencent.com/document/api/362/15669#DiskConfig)
231
+
232
+ * 新增成员:Price
233
+
234
+ * [Placement](https://cloud.tencent.com/document/api/362/15669#Placement)
235
+
236
+ * 新增成员:ProjectName
237
+
238
+ * [PrepayPrice](https://cloud.tencent.com/document/api/362/15669#PrepayPrice)
239
+
240
+ * 新增成员:DetailPrices
241
+
242
+ * [Snapshot](https://cloud.tencent.com/document/api/362/15669#Snapshot)
243
+
244
+ * <font color="#dd0000">**修改成员**:</font>Tags
245
+
246
+
247
+
248
+
249
+ ## TDSQL MySQL 版(dcdb) 版本:2018-04-11
250
+
251
+ ### 第 52 次发布
252
+
253
+ 发布时间:2023-02-27 01:19:52
254
+
255
+ 本次发布包含了以下内容:
256
+
257
+ 改善已有的文档。
258
+
259
+ 新增接口:
260
+
261
+ * [ModifyDBEncryptAttributes](https://cloud.tencent.com/document/api/557/86907)
262
+
263
+
264
+
265
+ ## 数据传输服务(dts) 版本:2021-12-06
266
+
267
+ ### 第 11 次发布
268
+
269
+ 发布时间:2023-02-27 01:22:55
270
+
271
+ 本次发布包含了以下内容:
272
+
273
+ 改善已有的文档。
274
+
275
+ 修改接口:
276
+
277
+ * [ConfigureSyncJob](https://cloud.tencent.com/document/api/571/82107)
278
+
279
+ * <font color="#dd0000">**修改入参**:</font>Options
280
+
281
+
282
+
283
+
284
+ ## 数据传输服务(dts) 版本:2018-03-30
285
+
286
+
287
+
288
+ ## 事件总线(eb) 版本:2021-04-16
289
+
290
+ ### 第 8 次发布
291
+
292
+ 发布时间:2023-02-27 01:23:14
293
+
294
+ 本次发布包含了以下内容:
295
+
296
+ 改善已有的文档。
297
+
298
+ 修改接口:
299
+
300
+ * [UpdateEventBus](https://cloud.tencent.com/document/api/1359/67681)
301
+
302
+ * 新增入参:EnableStore
303
+
304
+
305
+
306
+
307
+ ## 云游戏(gs) 版本:2019-11-18
308
+
309
+ ### 第 20 次发布
310
+
311
+ 发布时间:2023-02-27 01:27:19
312
+
313
+ 本次发布包含了以下内容:
314
+
315
+ 改善已有的文档。
316
+
317
+ 修改接口:
318
+
319
+ * [CreateSession](https://cloud.tencent.com/document/api/1162/40740)
320
+
321
+ * <font color="#dd0000">**修改入参**:</font>ClientSession
322
+
323
+
324
+
325
+
326
+ ## 轻量应用服务器(lighthouse) 版本:2020-03-24
327
+
328
+ ### 第 44 次发布
329
+
330
+ 发布时间:2023-02-27 01:32:02
331
+
332
+ 本次发布包含了以下内容:
333
+
334
+ 改善已有的文档。
335
+
336
+ 修改接口:
337
+
338
+ * [InquirePriceCreateInstances](https://cloud.tencent.com/document/api/1207/55558)
339
+
340
+ * <font color="#dd0000">**修改入参**:</font>InstanceChargePrepaid
341
+
342
+ * [InquirePriceRenewInstances](https://cloud.tencent.com/document/api/1207/55557)
343
+
344
+ * <font color="#dd0000">**修改入参**:</font>InstanceChargePrepaid
345
+
346
+
347
+
348
+
349
+ ## 高性能计算平台(thpc) 版本:2022-04-01
350
+
351
+ ### 第 12 次发布
352
+
353
+ 发布时间:2023-02-27 01:46:46
354
+
355
+ 本次发布包含了以下内容:
356
+
357
+ 改善已有的文档。
358
+
359
+ 新增接口:
360
+
361
+ * [AddQueue](https://cloud.tencent.com/document/api/1527/86911)
362
+ * [DeleteQueue](https://cloud.tencent.com/document/api/1527/86910)
363
+ * [DescribeNodes](https://cloud.tencent.com/document/api/1527/86912)
364
+ * [DescribeQueues](https://cloud.tencent.com/document/api/1527/86909)
365
+
366
+ 新增数据结构:
367
+
368
+ * [Filter](https://cloud.tencent.com/document/api/1527/72108#Filter)
369
+ * [NodeOverview](https://cloud.tencent.com/document/api/1527/72108#NodeOverview)
370
+ * [QueueOverview](https://cloud.tencent.com/document/api/1527/72108#QueueOverview)
371
+
372
+
373
+
374
+ ## 高性能计算平台(thpc) 版本:2021-11-09
375
+
376
+
377
+
1
378
  # Release 4.0.546
2
379
 
3
380
  ## 品牌经营管家(bma) 版本:2022-11-15