tencentcloud-sdk-nodejs 4.0.945 → 4.0.947

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 (83) hide show
  1. package/CHANGELOG.md +386 -0
  2. package/SERVICE_CHANGELOG.md +418 -224
  3. package/package.json +1 -1
  4. package/products.md +28 -27
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/aiart/v20221229/aiart_client.ts +34 -21
  7. package/src/services/aiart/v20221229/aiart_models.ts +6 -6
  8. package/src/services/ca/index.ts +5 -0
  9. package/src/services/ca/v20230228/ca_client.ts +68 -0
  10. package/src/services/ca/v20230228/ca_models.ts +142 -0
  11. package/src/services/ca/v20230228/index.ts +6 -0
  12. package/src/services/ccc/v20200210/ccc_models.ts +4 -0
  13. package/src/services/cdn/v20180606/cdn_models.ts +16 -0
  14. package/src/services/cvm/v20170312/cvm_models.ts +4 -0
  15. package/src/services/cwp/v20180228/cwp_client.ts +4 -2
  16. package/src/services/cynosdb/v20190107/cynosdb_client.ts +6 -6
  17. package/src/services/cynosdb/v20190107/cynosdb_models.ts +1 -1
  18. package/src/services/dasb/v20191018/dasb_models.ts +16 -3
  19. package/src/services/dts/v20211206/dts_models.ts +16 -16
  20. package/src/services/emr/v20190103/emr_models.ts +4 -0
  21. package/src/services/ess/v20201111/ess_client.ts +19 -12
  22. package/src/services/ess/v20201111/ess_models.ts +32 -22
  23. package/src/services/essbasic/v20210526/essbasic_client.ts +11 -9
  24. package/src/services/essbasic/v20210526/essbasic_models.ts +11 -4
  25. package/src/services/index.ts +1 -0
  26. package/src/services/lcic/v20220817/lcic_models.ts +1 -1
  27. package/src/services/lighthouse/v20200324/lighthouse_models.ts +2 -2
  28. package/src/services/ocr/v20181119/ocr_models.ts +11 -0
  29. package/src/services/omics/v20221128/omics_client.ts +1 -0
  30. package/src/services/omics/v20221128/omics_models.ts +98 -11
  31. package/src/services/ses/v20201002/ses_models.ts +25 -0
  32. package/src/services/ssl/v20191205/ssl_client.ts +1 -0
  33. package/src/services/ssl/v20191205/ssl_models.ts +26 -0
  34. package/src/services/tcb/v20180608/tcb_models.ts +10 -1
  35. package/src/services/tts/v20190823/tts_client.ts +4 -1
  36. package/src/services/vpc/v20170312/vpc_client.ts +338 -70
  37. package/src/services/vpc/v20170312/vpc_models.ts +986 -296
  38. package/tencentcloud/common/sdk_version.d.ts +1 -1
  39. package/tencentcloud/common/sdk_version.js +1 -1
  40. package/tencentcloud/services/aiart/v20221229/aiart_client.d.ts +34 -21
  41. package/tencentcloud/services/aiart/v20221229/aiart_client.js +34 -21
  42. package/tencentcloud/services/aiart/v20221229/aiart_models.d.ts +6 -6
  43. package/tencentcloud/services/ca/index.d.ts +6 -0
  44. package/tencentcloud/services/ca/index.js +7 -0
  45. package/tencentcloud/services/ca/v20230228/ca_client.d.ts +22 -0
  46. package/tencentcloud/services/ca/v20230228/ca_client.js +49 -0
  47. package/tencentcloud/services/ca/v20230228/ca_models.d.ts +119 -0
  48. package/tencentcloud/services/ca/v20230228/ca_models.js +18 -0
  49. package/tencentcloud/services/ca/v20230228/index.d.ts +6 -0
  50. package/tencentcloud/services/ca/v20230228/index.js +9 -0
  51. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +4 -0
  52. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +16 -0
  53. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +4 -0
  54. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
  55. package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
  56. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +6 -6
  57. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -6
  58. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
  59. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +16 -3
  60. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +16 -16
  61. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  62. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +18 -11
  63. package/tencentcloud/services/ess/v20201111/ess_client.js +18 -11
  64. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +32 -22
  65. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +11 -9
  66. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +11 -9
  67. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +11 -4
  68. package/tencentcloud/services/index.d.ts +1 -0
  69. package/tencentcloud/services/index.js +2 -0
  70. package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +1 -1
  71. package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +2 -2
  72. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +11 -0
  73. package/tencentcloud/services/omics/v20221128/omics_models.d.ts +97 -11
  74. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +25 -0
  75. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +25 -0
  76. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +10 -1
  77. package/tencentcloud/services/tts/v20190823/tts_client.d.ts +4 -1
  78. package/tencentcloud/services/tts/v20190823/tts_client.js +4 -1
  79. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +107 -19
  80. package/tencentcloud/services/vpc/v20170312/vpc_client.js +157 -25
  81. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +920 -278
  82. package/test/ca.v20230228.test.js +51 -0
  83. package/test/vpc.v20170312.test.js +234 -14
package/CHANGELOG.md CHANGED
@@ -1,3 +1,389 @@
1
+ # Release 4.0.947
2
+
3
+ ## 腾讯云CA(ca) 版本:2023-02-28
4
+
5
+ ### 第 1 次发布
6
+
7
+ 发布时间:2024-09-26 19:47:19
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 新增接口:
14
+
15
+ * [CreateVerifyReport](https://cloud.tencent.com/document/api/1691/111296)
16
+ * [DescribeVerifyReport](https://cloud.tencent.com/document/api/1691/111295)
17
+ * [UploadFile](https://cloud.tencent.com/document/api/1691/111294)
18
+
19
+ 新增数据结构:
20
+
21
+ * [FileInfo](https://cloud.tencent.com/document/api/1691/111297#FileInfo)
22
+
23
+
24
+
25
+ ## 云联络中心(ccc) 版本:2020-02-10
26
+
27
+ ### 第 75 次发布
28
+
29
+ 发布时间:2024-09-27 01:05:32
30
+
31
+ 本次发布包含了以下内容:
32
+
33
+ 改善已有的文档。
34
+
35
+ 修改数据结构:
36
+
37
+ * [IMCdrInfo](https://cloud.tencent.com/document/api/679/47715#IMCdrInfo)
38
+
39
+ * 新增成员:ClientUserId
40
+
41
+
42
+
43
+
44
+ ## 内容分发网络 CDN(cdn) 版本:2018-06-06
45
+
46
+ ### 第 129 次发布
47
+
48
+ 发布时间:2024-09-27 01:06:23
49
+
50
+ 本次发布包含了以下内容:
51
+
52
+ 改善已有的文档。
53
+
54
+ 修改数据结构:
55
+
56
+ * [CacheConfigCache](https://cloud.tencent.com/document/api/228/30987#CacheConfigCache)
57
+
58
+ * 新增成员:OriginMtimeCheckType
59
+
60
+ * [CacheConfigFollowOrigin](https://cloud.tencent.com/document/api/228/30987#CacheConfigFollowOrigin)
61
+
62
+ * 新增成员:OriginMtimeCheckType
63
+
64
+
65
+
66
+
67
+ ## 云服务器(cvm) 版本:2017-03-12
68
+
69
+ ### 第 131 次发布
70
+
71
+ 发布时间:2024-09-27 01:09:25
72
+
73
+ 本次发布包含了以下内容:
74
+
75
+ 改善已有的文档。
76
+
77
+ 修改接口:
78
+
79
+ * [InquiryPriceRunInstances](https://cloud.tencent.com/document/api/213/15726)
80
+
81
+ * 新增入参:CpuTopology
82
+
83
+
84
+
85
+
86
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
87
+
88
+ ### 第 78 次发布
89
+
90
+ 发布时间:2024-09-27 01:15:03
91
+
92
+ 本次发布包含了以下内容:
93
+
94
+ 改善已有的文档。
95
+
96
+ 修改接口:
97
+
98
+ * [DescribeInsightList](https://cloud.tencent.com/document/api/589/103078)
99
+
100
+ * 新增入参:Type
101
+
102
+
103
+
104
+
105
+ ## 文字识别(ocr) 版本:2018-11-19
106
+
107
+ ### 第 152 次发布
108
+
109
+ 发布时间:2024-09-27 01:23:33
110
+
111
+ 本次发布包含了以下内容:
112
+
113
+ 改善已有的文档。
114
+
115
+ 修改接口:
116
+
117
+ * [MLIDPassportOCR](https://cloud.tencent.com/document/api/866/37657)
118
+
119
+ * 新增出参:WarnCardInfos
120
+
121
+
122
+
123
+
124
+ ## 邮件推送(ses) 版本:2020-10-02
125
+
126
+ ### 第 24 次发布
127
+
128
+ 发布时间:2024-09-27 01:25:49
129
+
130
+ 本次发布包含了以下内容:
131
+
132
+ 改善已有的文档。
133
+
134
+ 修改接口:
135
+
136
+ * [CreateCustomBlacklist](https://cloud.tencent.com/document/api/1288/107854)
137
+
138
+ * 新增出参:TotalCount, ValidCount, TooLongCount, RepeatCount, InvalidCount
139
+
140
+
141
+
142
+
143
+ ## 私有网络(vpc) 版本:2017-03-12
144
+
145
+ ### 第 208 次发布
146
+
147
+ 发布时间:2024-09-27 01:34:17
148
+
149
+ 本次发布包含了以下内容:
150
+
151
+ 改善已有的文档。
152
+
153
+ 新增接口:
154
+
155
+ * [CreateCdcLDCXList](https://cloud.tencent.com/document/api/215/111330)
156
+ * [CreateCdcNetPlanes](https://cloud.tencent.com/document/api/215/111329)
157
+ * [CreateHighPriorityRouteTable](https://cloud.tencent.com/document/api/215/111328)
158
+ * [CreateHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111327)
159
+ * [DeleteCdcLDCXList](https://cloud.tencent.com/document/api/215/111326)
160
+ * [DeleteCdcNetPlanes](https://cloud.tencent.com/document/api/215/111325)
161
+ * [DeleteHighPriorityRouteTables](https://cloud.tencent.com/document/api/215/111324)
162
+ * [DeleteHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111323)
163
+ * [DescribeCdcLDCXList](https://cloud.tencent.com/document/api/215/111322)
164
+ * [DescribeCdcNetPlanes](https://cloud.tencent.com/document/api/215/111321)
165
+ * [DescribeCdcUsedIdcVlan](https://cloud.tencent.com/document/api/215/111320)
166
+ * [DescribeHighPriorityRouteTables](https://cloud.tencent.com/document/api/215/111319)
167
+ * [DescribeHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111318)
168
+ * [DescribeRoutes](https://cloud.tencent.com/document/api/215/111309)
169
+ * [ModifyCdcLDCXAttribute](https://cloud.tencent.com/document/api/215/111317)
170
+ * [ModifyCdcNetPlaneAttribute](https://cloud.tencent.com/document/api/215/111316)
171
+ * [ModifyHighPriorityRouteAttribute](https://cloud.tencent.com/document/api/215/111315)
172
+ * [ModifyHighPriorityRouteECMPAlgorithm](https://cloud.tencent.com/document/api/215/111314)
173
+ * [ModifyHighPriorityRouteTableAttribute](https://cloud.tencent.com/document/api/215/111313)
174
+ * [ReplaceHighPriorityRouteTableAssociation](https://cloud.tencent.com/document/api/215/111312)
175
+ * [ReplaceHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111311)
176
+ * [ResetHighPriorityRoutes](https://cloud.tencent.com/document/api/215/111310)
177
+
178
+ 新增数据结构:
179
+
180
+ * [HighPriorityModifyItem](https://cloud.tencent.com/document/api/215/15824#HighPriorityModifyItem)
181
+ * [HighPriorityRoute](https://cloud.tencent.com/document/api/215/15824#HighPriorityRoute)
182
+ * [HighPriorityRouteTable](https://cloud.tencent.com/document/api/215/15824#HighPriorityRouteTable)
183
+ * [RouteECMPAlgorithm](https://cloud.tencent.com/document/api/215/15824#RouteECMPAlgorithm)
184
+
185
+ 修改数据结构:
186
+
187
+ * [EndPoint](https://cloud.tencent.com/document/api/215/15824#EndPoint)
188
+
189
+ * 新增成员:CdcId
190
+
191
+ * [EndPointService](https://cloud.tencent.com/document/api/215/15824#EndPointService)
192
+
193
+ * 新增成员:CdcId
194
+
195
+ * [HaVip](https://cloud.tencent.com/document/api/215/15824#HaVip)
196
+
197
+ * 新增成员:CdcId
198
+
199
+ * [Route](https://cloud.tencent.com/document/api/215/15824#Route)
200
+
201
+ * 新增成员:CdcId
202
+
203
+
204
+
205
+
206
+ # Release 4.0.946
207
+
208
+ ## 主机安全(cwp) 版本:2018-02-28
209
+
210
+ ### 第 124 次发布
211
+
212
+ 发布时间:2024-09-26 01:14:22
213
+
214
+ 本次发布包含了以下内容:
215
+
216
+ 改善已有的文档。
217
+
218
+ <font color="#dd0000">**预下线接口**:</font>
219
+
220
+ * DescribeIndexList
221
+
222
+
223
+
224
+ ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
225
+
226
+ ### 第 31 次发布
227
+
228
+ 发布时间:2024-09-26 01:16:16
229
+
230
+ 本次发布包含了以下内容:
231
+
232
+ 改善已有的文档。
233
+
234
+ 修改接口:
235
+
236
+ * [CreateAcl](https://cloud.tencent.com/document/api/1025/74411)
237
+
238
+ * 新增入参:AllowKeyboardLogger
239
+
240
+ * [ModifyAcl](https://cloud.tencent.com/document/api/1025/74408)
241
+
242
+ * 新增入参:AllowKeyboardLogger
243
+
244
+
245
+ 修改数据结构:
246
+
247
+ * [Acl](https://cloud.tencent.com/document/api/1025/74416#Acl)
248
+
249
+ * 新增成员:AllowKeyboardLogger
250
+
251
+
252
+
253
+
254
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
255
+
256
+ ### 第 185 次发布
257
+
258
+ 发布时间:2024-09-26 01:20:42
259
+
260
+ 本次发布包含了以下内容:
261
+
262
+ 改善已有的文档。
263
+
264
+ 修改接口:
265
+
266
+ * [CreateConsoleLoginUrl](https://cloud.tencent.com/document/api/1420/61524)
267
+
268
+ * 新增入参:AutoActive
269
+
270
+
271
+
272
+
273
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
274
+
275
+
276
+
277
+ ## 腾讯健康组学平台(omics) 版本:2022-11-28
278
+
279
+ ### 第 17 次发布
280
+
281
+ 发布时间:2024-09-26 01:28:34
282
+
283
+ 本次发布包含了以下内容:
284
+
285
+ 改善已有的文档。
286
+
287
+ 新增数据结构:
288
+
289
+ * [VolumeInfo](https://cloud.tencent.com/document/api/1643/89100#VolumeInfo)
290
+
291
+ 修改数据结构:
292
+
293
+ * [ApplicationVersion](https://cloud.tencent.com/document/api/1643/89100#ApplicationVersion)
294
+
295
+ * 新增成员:GitSource
296
+
297
+ * [RunGroup](https://cloud.tencent.com/document/api/1643/89100#RunGroup)
298
+
299
+ * 新增成员:AccessMode, Type, WorkDir, InputType, InputCosUri, InputTemplateId, Volumes
300
+
301
+ * [RunMetadata](https://cloud.tencent.com/document/api/1643/89100#RunMetadata)
302
+
303
+ * 新增成员:WorkDir
304
+
305
+ * [RunOption](https://cloud.tencent.com/document/api/1643/89100#RunOption)
306
+
307
+ * 新增成员:AddRunInfoToOutputDir
308
+
309
+
310
+
311
+
312
+ ## SSL 证书(ssl) 版本:2019-12-05
313
+
314
+ ### 第 67 次发布
315
+
316
+ 发布时间:2024-09-26 01:31:18
317
+
318
+ 本次发布包含了以下内容:
319
+
320
+ 改善已有的文档。
321
+
322
+ 新增数据结构:
323
+
324
+ * [HostingConfig](https://cloud.tencent.com/document/api/400/41679#HostingConfig)
325
+
326
+ 修改数据结构:
327
+
328
+ * [Certificates](https://cloud.tencent.com/document/api/400/41679#Certificates)
329
+
330
+ * 新增成员:HostingResourceTypes, HostingConfig
331
+
332
+
333
+
334
+
335
+ ## 云开发 CloudBase(tcb) 版本:2018-06-08
336
+
337
+ ### 第 104 次发布
338
+
339
+ 发布时间:2024-09-26 01:32:18
340
+
341
+ 本次发布包含了以下内容:
342
+
343
+ 改善已有的文档。
344
+
345
+ 修改接口:
346
+
347
+ * [DeleteCloudBaseRunServerVersion](https://cloud.tencent.com/document/api/876/58477)
348
+
349
+ * 新增入参:DelayedDeletionTime
350
+
351
+
352
+ 修改数据结构:
353
+
354
+ * [CloudBaseRunVolumeMount](https://cloud.tencent.com/document/api/876/34822#CloudBaseRunVolumeMount)
355
+
356
+ * 新增成员:MountPropagation
357
+
358
+
359
+
360
+
361
+ ## 私有网络(vpc) 版本:2017-03-12
362
+
363
+ ### 第 207 次发布
364
+
365
+ 发布时间:2024-09-26 01:39:10
366
+
367
+ 本次发布包含了以下内容:
368
+
369
+ 改善已有的文档。
370
+
371
+ 修改接口:
372
+
373
+ * [AllocateAddresses](https://cloud.tencent.com/document/api/215/16699)
374
+
375
+ * 新增入参:DedicatedClusterId
376
+
377
+
378
+ 修改数据结构:
379
+
380
+ * [Address](https://cloud.tencent.com/document/api/215/15824#Address)
381
+
382
+ * 新增成员:DedicatedClusterId
383
+
384
+
385
+
386
+
1
387
  # Release 4.0.945
2
388
 
3
389
  ## 云联络中心(ccc) 版本:2020-02-10