tencentcloud-sdk-nodejs 4.0.336 → 4.0.339

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 (66) hide show
  1. package/CHANGELOG.md +401 -0
  2. package/SERVICE_CHANGELOG.md +409 -9
  3. package/package.json +1 -1
  4. package/products.md +21 -21
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_client.ts +14 -0
  7. package/src/services/antiddos/v20200309/antiddos_models.ts +185 -2
  8. package/src/services/cfw/v20190904/cfw_models.ts +5 -0
  9. package/src/services/ckafka/v20190819/ckafka_models.ts +1 -1
  10. package/src/services/clb/v20180317/clb_models.ts +7 -5
  11. package/src/services/cvm/v20170312/cvm_models.ts +1 -1
  12. package/src/services/dlc/v20210125/dlc_models.ts +35 -0
  13. package/src/services/dts/v20180330/dts_models.ts +3 -3
  14. package/src/services/emr/v20190103/emr_client.ts +67 -63
  15. package/src/services/emr/v20190103/emr_models.ts +2011 -1833
  16. package/src/services/faceid/v20180301/faceid_client.ts +1 -1
  17. package/src/services/faceid/v20180301/faceid_models.ts +5 -4
  18. package/src/services/iotcloud/v20210408/iotcloud_client.ts +608 -68
  19. package/src/services/iotcloud/v20210408/iotcloud_models.ts +2835 -667
  20. package/src/services/monitor/v20180724/monitor_models.ts +5 -0
  21. package/src/services/mps/v20190612/mps_models.ts +49 -4
  22. package/src/services/ocr/v20181119/ocr_client.ts +13 -0
  23. package/src/services/ocr/v20181119/ocr_models.ts +96 -0
  24. package/src/services/ses/v20201002/ses_client.ts +2 -2
  25. package/src/services/ses/v20201002/ses_models.ts +2 -2
  26. package/src/services/tcm/v20210413/tcm_models.ts +6 -0
  27. package/src/services/tiia/v20190529/tiia_models.ts +2 -2
  28. package/src/services/tke/v20180525/tke_models.ts +15 -0
  29. package/src/services/trtc/v20190722/trtc_models.ts +5 -5
  30. package/src/services/vod/v20180717/vod_client.ts +1 -0
  31. package/src/services/vod/v20180717/vod_models.ts +22 -1
  32. package/tencentcloud/common/sdk_version.d.ts +1 -1
  33. package/tencentcloud/common/sdk_version.js +1 -1
  34. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +5 -1
  35. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +6 -0
  36. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +153 -2
  37. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +4 -0
  38. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +1 -1
  39. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +7 -5
  40. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
  41. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +29 -0
  42. package/tencentcloud/services/dts/v20180330/dts_models.d.ts +3 -3
  43. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +1 -1
  44. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1757 -1607
  45. package/tencentcloud/services/faceid/v20180301/faceid_client.d.ts +1 -1
  46. package/tencentcloud/services/faceid/v20180301/faceid_client.js +1 -1
  47. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +5 -4
  48. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +187 -11
  49. package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +279 -15
  50. package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +2515 -663
  51. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +4 -0
  52. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +43 -4
  53. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +5 -1
  54. package/tencentcloud/services/ocr/v20181119/ocr_client.js +6 -0
  55. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +80 -0
  56. package/tencentcloud/services/ses/v20201002/ses_client.d.ts +2 -2
  57. package/tencentcloud/services/ses/v20201002/ses_client.js +2 -2
  58. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
  59. package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +5 -0
  60. package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +2 -2
  61. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +12 -0
  62. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +5 -5
  63. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +19 -1
  64. package/test/antiddos.v20200309.test.js +10 -0
  65. package/test/iotcloud.v20210408.test.js +450 -10
  66. package/test/ocr.v20181119.test.js +10 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,404 @@
1
+ # Release 4.0.339
2
+
3
+ ## 弹性 MapReduce(emr) 版本:2019-01-03
4
+
5
+ ### 第 30 次发布
6
+
7
+ 发布时间:2022-05-13 06:12:03
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [CreateInstance](https://cloud.tencent.com/document/api/589/34261)
16
+
17
+ * 新增入参:VersionID, MultiZone, MultiZoneSettings
18
+
19
+ * <font color="#dd0000">**修改入参**:</font>VPCSettings, ResourceSpec, Placement
20
+
21
+ * [InquiryPriceCreateInstance](https://cloud.tencent.com/document/api/589/33980)
22
+
23
+ * 新增入参:VersionID, MultiZoneSettings
24
+
25
+ * <font color="#dd0000">**修改入参**:</font>ResourceSpec, Placement, VPCSettings
26
+
27
+ * [ScaleOutInstance](https://cloud.tencent.com/document/api/589/34264)
28
+
29
+ * 新增入参:ZoneId, SubnetId
30
+
31
+
32
+ 新增数据结构:
33
+
34
+ * [MultiZoneSetting](https://cloud.tencent.com/document/api/589/33981#MultiZoneSetting)
35
+ * [ShortNodeInfo](https://cloud.tencent.com/document/api/589/33981#ShortNodeInfo)
36
+ * [SubnetInfo](https://cloud.tencent.com/document/api/589/33981#SubnetInfo)
37
+ * [TopologyInfo](https://cloud.tencent.com/document/api/589/33981#TopologyInfo)
38
+
39
+ 修改数据结构:
40
+
41
+ * [ClusterInstancesInfo](https://cloud.tencent.com/document/api/589/33981#ClusterInstancesInfo)
42
+
43
+ * 新增成员:UniqVpcId, UniqSubnetId, TopologyInfoList, IsMultiZoneCluster
44
+
45
+ * [NodeHardwareInfo](https://cloud.tencent.com/document/api/589/33981#NodeHardwareInfo)
46
+
47
+ * 新增成员:RootStorageType, Zone, SubnetInfo, Clients
48
+
49
+ * [PodSpec](https://cloud.tencent.com/document/api/589/33981#PodSpec)
50
+
51
+ * 新增成员:PodName
52
+
53
+
54
+
55
+
56
+ ## 云监控(monitor) 版本:2018-07-24
57
+
58
+ ### 第 45 次发布
59
+
60
+ 发布时间:2022-05-13 06:15:04
61
+
62
+ 本次发布包含了以下内容:
63
+
64
+ 改善已有的文档。
65
+
66
+ 修改接口:
67
+
68
+ * [DescribeAlarmPolicies](https://cloud.tencent.com/document/api/248/51279)
69
+
70
+ * 新增入参:OneClickPolicyType
71
+
72
+
73
+
74
+
75
+ ## 云点播(vod) 版本:2018-07-17
76
+
77
+ ### 第 103 次发布
78
+
79
+ 发布时间:2022-05-13 06:19:52
80
+
81
+ 本次发布包含了以下内容:
82
+
83
+ 改善已有的文档。
84
+
85
+ 新增数据结构:
86
+
87
+ * [FileDeleteResultItem](https://cloud.tencent.com/document/api/266/31773#FileDeleteResultItem)
88
+
89
+ 修改数据结构:
90
+
91
+ * [FileDeleteTask](https://cloud.tencent.com/document/api/266/31773#FileDeleteTask)
92
+
93
+ * 新增成员:FileDeleteResultInfo
94
+
95
+
96
+
97
+
98
+ # Release 4.0.338
99
+
100
+ ## DDoS 防护(antiddos) 版本:2020-03-09
101
+
102
+ ### 第 31 次发布
103
+
104
+ 发布时间:2022-05-12 06:05:03
105
+
106
+ 本次发布包含了以下内容:
107
+
108
+ 改善已有的文档。
109
+
110
+ 新增接口:
111
+
112
+ * [DescribeOverviewDDoSEventList](https://cloud.tencent.com/document/api/1021/73673)
113
+
114
+ 修改接口:
115
+
116
+ * [DescribeListBGPIPInstances](https://cloud.tencent.com/document/api/1021/57524)
117
+
118
+ * 新增入参:FilterCname, FilterInstanceIdList
119
+
120
+ * [DescribeListIPAlarmConfig](https://cloud.tencent.com/document/api/1021/57559)
121
+
122
+ * 新增入参:FilterCname
123
+
124
+
125
+ 新增数据结构:
126
+
127
+ * [OverviewDDoSEvent](https://cloud.tencent.com/document/api/1021/57582#OverviewDDoSEvent)
128
+
129
+ 修改数据结构:
130
+
131
+ * [BGPIPInstance](https://cloud.tencent.com/document/api/1021/57582#BGPIPInstance)
132
+
133
+ * 新增成员:BGPIPChannelFlag
134
+
135
+ * [BGPInstanceSpecification](https://cloud.tencent.com/document/api/1021/57582#BGPInstanceSpecification)
136
+
137
+ * 新增成员:EnterpriseFlag, ElasticLimit
138
+
139
+ * [IPLineInfo](https://cloud.tencent.com/document/api/1021/57582#IPLineInfo)
140
+
141
+ * 新增成员:Cname, ResourceFlag
142
+
143
+
144
+
145
+
146
+ ## 云防火墙(cfw) 版本:2019-09-04
147
+
148
+ ### 第 19 次发布
149
+
150
+ 发布时间:2022-05-12 06:07:30
151
+
152
+ 本次发布包含了以下内容:
153
+
154
+ 改善已有的文档。
155
+
156
+ 修改接口:
157
+
158
+ * [AddEnterpriseSecurityGroupRules](https://cloud.tencent.com/document/api/1132/64234)
159
+
160
+ * 新增入参:IsDelay
161
+
162
+
163
+
164
+
165
+ ## 数据湖计算(dlc) 版本:2021-01-25
166
+
167
+ ### 第 15 次发布
168
+
169
+ 发布时间:2022-05-12 06:10:06
170
+
171
+ 本次发布包含了以下内容:
172
+
173
+ 改善已有的文档。
174
+
175
+ 修改接口:
176
+
177
+ * [DescribeTables](https://cloud.tencent.com/document/api/1342/53767)
178
+
179
+ * 新增入参:TableFormat
180
+
181
+
182
+ 修改数据结构:
183
+
184
+ * [Partition](https://cloud.tencent.com/document/api/1342/53778#Partition)
185
+
186
+ * 新增成员:Transform, TransformArgs, CreateTime
187
+
188
+ * [Policy](https://cloud.tencent.com/document/api/1342/53778#Policy)
189
+
190
+ * 新增成员:SourceId, SourceName
191
+
192
+
193
+
194
+
195
+ ## 物联网通信(iotcloud) 版本:2021-04-08
196
+
197
+ ### 第 3 次发布
198
+
199
+ 发布时间:2022-05-11 10:24:44
200
+
201
+ 本次发布包含了以下内容:
202
+
203
+ 改善已有的文档。
204
+
205
+ 新增接口:
206
+
207
+ * [BatchUpdateFirmware](https://cloud.tencent.com/document/api/634/73637)
208
+ * [BindDevices](https://cloud.tencent.com/document/api/634/73608)
209
+ * [CancelDeviceFirmwareTask](https://cloud.tencent.com/document/api/634/73631)
210
+ * [CreateMultiDevicesTask](https://cloud.tencent.com/document/api/634/73642)
211
+ * [CreateProduct](https://cloud.tencent.com/document/api/634/73646)
212
+ * [CreateTaskFileUrl](https://cloud.tencent.com/document/api/634/73641)
213
+ * [CreateTopicPolicy](https://cloud.tencent.com/document/api/634/73645)
214
+ * [CreateTopicRule](https://cloud.tencent.com/document/api/634/73617)
215
+ * [DeleteDeviceResource](https://cloud.tencent.com/document/api/634/73636)
216
+ * [DeleteTopicRule](https://cloud.tencent.com/document/api/634/73616)
217
+ * [DescribeDeviceClientKey](https://cloud.tencent.com/document/api/634/73607)
218
+ * [DescribeDeviceResource](https://cloud.tencent.com/document/api/634/73606)
219
+ * [DescribeDeviceResources](https://cloud.tencent.com/document/api/634/73605)
220
+ * [DescribeDeviceShadow](https://cloud.tencent.com/document/api/634/73611)
221
+ * [DescribeFirmware](https://cloud.tencent.com/document/api/634/73630)
222
+ * [DescribeFirmwareTask](https://cloud.tencent.com/document/api/634/73629)
223
+ * [DescribeFirmwareTaskDevices](https://cloud.tencent.com/document/api/634/73628)
224
+ * [DescribeFirmwareTaskDistribution](https://cloud.tencent.com/document/api/634/73627)
225
+ * [DescribeFirmwareTaskStatistics](https://cloud.tencent.com/document/api/634/73626)
226
+ * [DescribeFirmwareTasks](https://cloud.tencent.com/document/api/634/73625)
227
+ * [DescribeGatewayBindDevices](https://cloud.tencent.com/document/api/634/73604)
228
+ * [DescribeProductResource](https://cloud.tencent.com/document/api/634/73603)
229
+ * [DescribeProductResources](https://cloud.tencent.com/document/api/634/73602)
230
+ * [DescribeProductTask](https://cloud.tencent.com/document/api/634/73640)
231
+ * [DescribeProductTasks](https://cloud.tencent.com/document/api/634/73639)
232
+ * [DescribeProducts](https://cloud.tencent.com/document/api/634/73644)
233
+ * [DescribePushResourceTaskStatistics](https://cloud.tencent.com/document/api/634/73635)
234
+ * [DescribeResourceTasks](https://cloud.tencent.com/document/api/634/73624)
235
+ * [DisableTopicRule](https://cloud.tencent.com/document/api/634/73615)
236
+ * [DownloadDeviceResource](https://cloud.tencent.com/document/api/634/73634)
237
+ * [EditFirmware](https://cloud.tencent.com/document/api/634/73623)
238
+ * [EnableTopicRule](https://cloud.tencent.com/document/api/634/73614)
239
+ * [GetCOSURL](https://cloud.tencent.com/document/api/634/73633)
240
+ * [GetUserResourceInfo](https://cloud.tencent.com/document/api/634/73632)
241
+ * [PublishMessage](https://cloud.tencent.com/document/api/634/73619)
242
+ * [PublishRRPCMessage](https://cloud.tencent.com/document/api/634/73618)
243
+ * [ReplaceTopicRule](https://cloud.tencent.com/document/api/634/73613)
244
+ * [ResetDeviceState](https://cloud.tencent.com/document/api/634/73601)
245
+ * [RetryDeviceFirmwareTask](https://cloud.tencent.com/document/api/634/73622)
246
+ * [UnbindDevices](https://cloud.tencent.com/document/api/634/73600)
247
+ * [UpdateDeviceAvailableState](https://cloud.tencent.com/document/api/634/73599)
248
+ * [UpdateDeviceShadow](https://cloud.tencent.com/document/api/634/73610)
249
+ * [UpdateTopicPolicy](https://cloud.tencent.com/document/api/634/73643)
250
+ * [UploadFirmware](https://cloud.tencent.com/document/api/634/73621)
251
+
252
+ 新增数据结构:
253
+
254
+ * [BindDeviceInfo](https://cloud.tencent.com/document/api/634/71973#BindDeviceInfo)
255
+ * [BrokerSubscribe](https://cloud.tencent.com/document/api/634/71973#BrokerSubscribe)
256
+ * [DeviceResourceInfo](https://cloud.tencent.com/document/api/634/71973#DeviceResourceInfo)
257
+ * [DeviceUpdateStatus](https://cloud.tencent.com/document/api/634/71973#DeviceUpdateStatus)
258
+ * [FirmwareTaskInfo](https://cloud.tencent.com/document/api/634/71973#FirmwareTaskInfo)
259
+ * [ProductInfo](https://cloud.tencent.com/document/api/634/71973#ProductInfo)
260
+ * [ProductResourceInfo](https://cloud.tencent.com/document/api/634/71973#ProductResourceInfo)
261
+ * [ProductTaskInfo](https://cloud.tencent.com/document/api/634/71973#ProductTaskInfo)
262
+ * [ResetDeviceResult](https://cloud.tencent.com/document/api/634/71973#ResetDeviceResult)
263
+ * [SearchKeyword](https://cloud.tencent.com/document/api/634/71973#SearchKeyword)
264
+ * [StatusStatistic](https://cloud.tencent.com/document/api/634/71973#StatusStatistic)
265
+ * [TopicRulePayload](https://cloud.tencent.com/document/api/634/71973#TopicRulePayload)
266
+
267
+
268
+
269
+ ## 物联网通信(iotcloud) 版本:2018-06-14
270
+
271
+
272
+
273
+ ## 文字识别(ocr) 版本:2018-11-19
274
+
275
+ ### 第 66 次发布
276
+
277
+ 发布时间:2022-05-12 06:14:35
278
+
279
+ 本次发布包含了以下内容:
280
+
281
+ 改善已有的文档。
282
+
283
+ 新增接口:
284
+
285
+ * [VatInvoiceVerifyNew](https://cloud.tencent.com/document/api/866/73674)
286
+
287
+ 新增数据结构:
288
+
289
+ * [PassInvoiceInfo](https://cloud.tencent.com/document/api/866/33527#PassInvoiceInfo)
290
+
291
+
292
+
293
+ ## 容器服务(tke) 版本:2018-05-25
294
+
295
+ ### 第 98 次发布
296
+
297
+ 发布时间:2022-05-12 06:17:58
298
+
299
+ 本次发布包含了以下内容:
300
+
301
+ 改善已有的文档。
302
+
303
+ 修改接口:
304
+
305
+ * [CreateClusterEndpoint](https://cloud.tencent.com/document/api/457/39414)
306
+
307
+ * 新增入参:Domain, SecurityGroup, ExtensiveParameters
308
+
309
+
310
+
311
+
312
+ # Release 4.0.337
313
+
314
+ ## DDoS 防护(antiddos) 版本:2020-03-09
315
+
316
+ ### 第 30 次发布
317
+
318
+ 发布时间:2022-05-11 06:03:57
319
+
320
+ 本次发布包含了以下内容:
321
+
322
+ 改善已有的文档。
323
+
324
+ 新增数据结构:
325
+
326
+ * [RuleInstanceRelation](https://cloud.tencent.com/document/api/1021/57582#RuleInstanceRelation)
327
+
328
+ 修改数据结构:
329
+
330
+ * [Layer4Rule](https://cloud.tencent.com/document/api/1021/57582#Layer4Rule)
331
+
332
+ * 新增成员:InstanceDetailRule
333
+
334
+ * [Layer7Rule](https://cloud.tencent.com/document/api/1021/57582#Layer7Rule)
335
+
336
+ * 新增成员:InstanceDetailRule
337
+
338
+
339
+
340
+
341
+ ## 视频处理(mps) 版本:2019-06-12
342
+
343
+ ### 第 38 次发布
344
+
345
+ 发布时间:2022-05-11 06:13:00
346
+
347
+ 本次发布包含了以下内容:
348
+
349
+ 改善已有的文档。
350
+
351
+ 修改接口:
352
+
353
+ * [DescribeAIAnalysisTemplates](https://cloud.tencent.com/document/api/862/40247)
354
+
355
+ * 新增入参:Type
356
+
357
+ * [DescribeAIRecognitionTemplates](https://cloud.tencent.com/document/api/862/39432)
358
+
359
+ * 新增入参:Type
360
+
361
+ * [DescribeContentReviewTemplates](https://cloud.tencent.com/document/api/862/39431)
362
+
363
+ * 新增入参:Type
364
+
365
+
366
+ 修改数据结构:
367
+
368
+ * [AIAnalysisTemplateItem](https://cloud.tencent.com/document/api/862/37615#AIAnalysisTemplateItem)
369
+
370
+ * 新增成员:Type
371
+
372
+ * [AIRecognitionTemplateItem](https://cloud.tencent.com/document/api/862/37615#AIRecognitionTemplateItem)
373
+
374
+ * 新增成员:Type
375
+
376
+ * [ContentReviewTemplateItem](https://cloud.tencent.com/document/api/862/37615#ContentReviewTemplateItem)
377
+
378
+ * 新增成员:Type
379
+
380
+
381
+
382
+
383
+ ## 服务网格(tcm) 版本:2021-04-13
384
+
385
+ ### 第 7 次发布
386
+
387
+ 发布时间:2022-05-11 06:15:29
388
+
389
+ 本次发布包含了以下内容:
390
+
391
+ 改善已有的文档。
392
+
393
+ 修改数据结构:
394
+
395
+ * [PrometheusStatus](https://cloud.tencent.com/document/api/1261/63843#PrometheusStatus)
396
+
397
+ * 新增成员:Type
398
+
399
+
400
+
401
+
1
402
  # Release 4.0.336
2
403
 
3
404
  ## 负载均衡(clb) 版本:2018-03-17