tencentcloud-sdk-nodejs 4.0.465 → 4.0.466

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 (60) hide show
  1. package/CHANGELOG.md +465 -0
  2. package/SERVICE_CHANGELOG.md +854 -4
  3. package/package.json +1 -1
  4. package/products.md +17 -17
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/cdn/v20180606/cdn_client.ts +5 -3
  7. package/src/services/cdn/v20180606/cdn_models.ts +75 -24
  8. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  9. package/src/services/cfw/v20190904/cfw_models.ts +19 -19
  10. package/src/services/ckafka/v20190819/ckafka_models.ts +31 -2
  11. package/src/services/cpdp/v20190820/cpdp_client.ts +31 -1
  12. package/src/services/cpdp/v20190820/cpdp_models.ts +655 -95
  13. package/src/services/cwp/v20180228/cwp_models.ts +8 -0
  14. package/src/services/emr/v20190103/emr_models.ts +1 -1
  15. package/src/services/es/v20180416/es_models.ts +24 -1
  16. package/src/services/essbasic/v20210526/essbasic_client.ts +19 -4
  17. package/src/services/essbasic/v20210526/essbasic_models.ts +133 -75
  18. package/src/services/ie/v20200304/ie_models.ts +6 -1
  19. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +28 -0
  20. package/src/services/live/v20180801/live_client.ts +1 -0
  21. package/src/services/live/v20180801/live_models.ts +3 -2
  22. package/src/services/tcss/v20201101/tcss_client.ts +39 -14
  23. package/src/services/tcss/v20201101/tcss_models.ts +171 -10
  24. package/src/services/tem/v20210701/tem_client.ts +1 -0
  25. package/src/services/tem/v20210701/tem_models.ts +257 -0
  26. package/src/services/teo/v20220901/teo_models.ts +31 -5
  27. package/src/services/tse/v20201207/tse_client.ts +1 -0
  28. package/src/services/tse/v20201207/tse_models.ts +23 -1
  29. package/tencentcloud/common/sdk_version.d.ts +1 -1
  30. package/tencentcloud/common/sdk_version.js +1 -1
  31. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -3
  32. package/tencentcloud/services/cdn/v20180606/cdn_client.js +2 -2
  33. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +65 -21
  34. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  35. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  36. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +19 -19
  37. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +26 -2
  38. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
  39. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
  40. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +550 -79
  41. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +7 -0
  42. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
  43. package/tencentcloud/services/es/v20180416/es_models.d.ts +20 -1
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -2
  45. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -1
  46. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +115 -65
  47. package/tencentcloud/services/ie/v20200304/ie_models.d.ts +5 -1
  48. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +23 -0
  49. package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -0
  50. package/tencentcloud/services/live/v20180801/live_client.js +1 -0
  51. package/tencentcloud/services/live/v20180801/live_models.d.ts +3 -2
  52. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +14 -6
  53. package/tencentcloud/services/tcss/v20201101/tcss_client.js +18 -6
  54. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +145 -9
  55. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +214 -0
  56. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +27 -5
  57. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -1
  58. package/test/cpdp.v20190820.test.js +20 -0
  59. package/test/essbasic.v20210526.test.js +10 -0
  60. package/test/tcss.v20201101.test.js +24 -4
@@ -1,10 +1,193 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
+ ## 内容分发网络(cdn) 版本:2018-06-06
4
+
5
+ ### 第 112 次发布
6
+
7
+ 发布时间:2022-10-25 06:16:59
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [DescribeImageConfig](https://cloud.tencent.com/document/api/228/43844)
16
+
17
+ * 新增出参:AvifAdapter
18
+
19
+ * [UpdateImageConfig](https://cloud.tencent.com/document/api/228/43843)
20
+
21
+ * 新增入参:AvifAdapter
22
+
23
+
24
+ 新增数据结构:
25
+
26
+ * [AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter)
27
+ * [MaxAgeCodeRule](https://cloud.tencent.com/document/api/228/30987#MaxAgeCodeRule)
28
+
29
+ 修改数据结构:
30
+
31
+ * [ImageOptimization](https://cloud.tencent.com/document/api/228/30987#ImageOptimization)
32
+
33
+ * 新增成员:AvifAdapter
34
+
35
+ * [MaxAge](https://cloud.tencent.com/document/api/228/30987#MaxAge)
36
+
37
+ * 新增成员:MaxAgeCodeRule
38
+
39
+
40
+
41
+
42
+ ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
43
+
44
+ ### 第 62 次发布
45
+
46
+ 发布时间:2022-10-25 06:19:36
47
+
48
+ 本次发布包含了以下内容:
49
+
50
+ 改善已有的文档。
51
+
52
+ 修改数据结构:
53
+
54
+ * [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
55
+
56
+ * 新增成员:UseAutoCreateTopic, CompressionType
57
+
58
+ * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
59
+
60
+ * 新增成员:IsTableRegular
61
+
62
+ * [TopicParam](https://cloud.tencent.com/document/api/597/40861#TopicParam)
63
+
64
+ * 新增成员:CompressionType, UseAutoCreateTopic
65
+
66
+
67
+
68
+
69
+ ## 企业收付平台(cpdp) 版本:2019-08-20
70
+
71
+ ### 第 91 次发布
72
+
73
+ 发布时间:2022-10-25 06:22:30
74
+
75
+ 本次发布包含了以下内容:
76
+
77
+ 改善已有的文档。
78
+
79
+ 新增接口:
80
+
81
+ * [BindOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81884)
82
+ * [QueryOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81883)
83
+
84
+ 修改接口:
85
+
86
+ * [ApplyOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79773)
87
+
88
+ * 新增入参:Remark, ExternalSettleData, Environment
89
+
90
+ * [CreateCloudSubMerchant](https://cloud.tencent.com/document/api/1122/72604)
91
+
92
+ * 新增出参:ChannelAppId
93
+
94
+ * [DownloadBill](https://cloud.tencent.com/document/api/1122/40672)
95
+
96
+ * 新增出参:StateType
97
+
98
+ * [QueryOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79771)
99
+
100
+ * 新增入参:Environment
101
+
102
+ * [QueryRefund](https://cloud.tencent.com/document/api/1122/40660)
103
+
104
+ * 新增出参:ChannelExternalOrderId, ChannelExternalRefundId, ChannelOrderId, TotalRefundAmt, CurrencyType, OutTradeNo, RefundId, MidasAppId, UsedRefundId, SubRefundList
105
+
106
+
107
+ 新增数据结构:
108
+
109
+ * [BindOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#BindOpenBankProfitSharePayeeResult)
110
+ * [OldAttachmentInfo](https://cloud.tencent.com/document/api/1122/40683#OldAttachmentInfo)
111
+ * [OldChannelExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#OldChannelExternalUserInfo)
112
+ * [OldSubRefund](https://cloud.tencent.com/document/api/1122/40683#OldSubRefund)
113
+ * [OpenBankProfitSharePayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitSharePayeeInfo)
114
+ * [QueryOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankProfitSharePayeeResult)
115
+
116
+ 修改数据结构:
117
+
118
+ * [CloudOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudOrderReturn)
119
+
120
+ * 新增成员:SubAppId, PayScene, PaymentMethod
121
+
122
+ * [CloudSubOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderReturn)
123
+
124
+ * 新增成员:ChannelSubPayOrderId, ProductId
125
+
126
+ * [QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult)
127
+
128
+ * 新增成员:Currency
129
+
130
+ * [QueryOrderOutOrderList](https://cloud.tencent.com/document/api/1122/40683#QueryOrderOutOrderList)
131
+
132
+ * 新增成员:SettleCheck, ChannelExternalUserInfoList, AttachmentInfoList
133
+
134
+
135
+
136
+
3
137
  ## 主机安全(cwp) 版本:2018-02-28
4
138
 
5
- ### 第 58 次发布
139
+ ### 第 59 次发布
6
140
 
7
- 发布时间:2022-10-24 06:23:41
141
+ 发布时间:2022-10-25 06:25:41
142
+
143
+ 本次发布包含了以下内容:
144
+
145
+ 改善已有的文档。
146
+
147
+ 修改数据结构:
148
+
149
+ * [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
150
+
151
+ * 新增成员:Desc
152
+
153
+
154
+
155
+
156
+ ## Elasticsearch Service(es) 版本:2018-04-16
157
+
158
+ ### 第 38 次发布
159
+
160
+ 发布时间:2022-10-25 06:33:48
161
+
162
+ 本次发布包含了以下内容:
163
+
164
+ 改善已有的文档。
165
+
166
+ 修改接口:
167
+
168
+ * [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
169
+
170
+ * 新增入参:DiskEnhance
171
+
172
+
173
+ 修改数据结构:
174
+
175
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
176
+
177
+ * 新增成员:ProcessPercent, KibanaAlteringPublicAccess
178
+
179
+ * [NodeInfo](https://cloud.tencent.com/document/api/845/30634#NodeInfo)
180
+
181
+ * 新增成员:DiskEnhance
182
+
183
+
184
+
185
+
186
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
187
+
188
+ ### 第 37 次发布
189
+
190
+ 发布时间:2022-10-24 15:26:34
8
191
 
9
192
  本次发布包含了以下内容:
10
193
 
@@ -12,7 +195,271 @@
12
195
 
13
196
  新增接口:
14
197
 
15
- * [DescribeBaselinePolicyList](https://cloud.tencent.com/document/api/296/81834)
198
+ * [ChannelCancelFlow](https://cloud.tencent.com/document/api/1420/81869)
199
+
200
+ ### 第 36 次发布
201
+
202
+ 发布时间:2022-10-24 15:11:55
203
+
204
+ 本次发布包含了以下内容:
205
+
206
+ 改善已有的文档。
207
+
208
+ 修改接口:
209
+
210
+ * [ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)
211
+
212
+ * 新增入参:CancelMessage, CancelMessageFormat
213
+
214
+
215
+
216
+
217
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
218
+
219
+
220
+
221
+ ## 智能编辑(ie) 版本:2020-03-04
222
+
223
+ ### 第 13 次发布
224
+
225
+ 发布时间:2022-10-25 06:37:05
226
+
227
+ 本次发布包含了以下内容:
228
+
229
+ 改善已有的文档。
230
+
231
+ 修改接口:
232
+
233
+ * [CreateMediaQualityRestorationTask](https://cloud.tencent.com/document/api/1186/48451)
234
+
235
+ * 新增入参:TopSpeedCodecChannel
236
+
237
+
238
+
239
+
240
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
241
+
242
+ ### 第 46 次发布
243
+
244
+ 发布时间:2022-10-25 06:38:53
245
+
246
+ 本次发布包含了以下内容:
247
+
248
+ 改善已有的文档。
249
+
250
+ 修改接口:
251
+
252
+ * [DescribeBindedProducts](https://cloud.tencent.com/document/api/1081/67876)
253
+
254
+ * 新增入参:ProductSource
255
+
256
+ * [DescribeDeviceBindGateway](https://cloud.tencent.com/document/api/1081/67872)
257
+
258
+ * 新增出参:GatewayProductOwnerName, GatewayProductOwnerUin
259
+
260
+ * [DescribeGatewaySubProducts](https://cloud.tencent.com/document/api/1081/67875)
261
+
262
+ * 新增入参:ProductSource
263
+
264
+
265
+ 修改数据结构:
266
+
267
+ * [BindProductInfo](https://cloud.tencent.com/document/api/1081/34988#BindProductInfo)
268
+
269
+ * 新增成员:ProductOwnerName
270
+
271
+
272
+
273
+
274
+ ## 容器安全服务(tcss) 版本:2020-11-01
275
+
276
+ ### 第 29 次发布
277
+
278
+ 发布时间:2022-10-25 06:57:07
279
+
280
+ 本次发布包含了以下内容:
281
+
282
+ 改善已有的文档。
283
+
284
+ 新增接口:
285
+
286
+ * [DescribeExportJobDownloadURL](https://cloud.tencent.com/document/api/1285/81886)
287
+ * [DescribeExportJobManageList](https://cloud.tencent.com/document/api/1285/81885)
288
+
289
+ 修改接口:
290
+
291
+ * [CreateImageExportJob](https://cloud.tencent.com/document/api/1285/81635)
292
+
293
+ * <font color="#dd0000">**修改入参**:</font>ExportField
294
+
295
+ * [DescribeSecLogDeliveryKafkaOptions](https://cloud.tencent.com/document/api/1285/81730)
296
+
297
+ * 新增入参:RegionID
298
+
299
+ * 新增出参:RegionList
300
+
301
+ * [DescribeSecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81729)
302
+
303
+ * 新增出参:RegionID
304
+
305
+ * [ModifySecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81722)
306
+
307
+ * 新增入参:RegionID
308
+
309
+
310
+ 新增数据结构:
311
+
312
+ * [ExportJobInfo](https://cloud.tencent.com/document/api/1285/65614#ExportJobInfo)
313
+
314
+ 修改数据结构:
315
+
316
+ * [CompliancePolicyItemSummary](https://cloud.tencent.com/document/api/1285/65614#CompliancePolicyItemSummary)
317
+
318
+ * 新增成员:ApplicableVersion
319
+
320
+ * [FileAttributeInfo](https://cloud.tencent.com/document/api/1285/65614#FileAttributeInfo)
321
+
322
+ * 新增成员:NewFile, FileDiff
323
+
324
+
325
+
326
+
327
+ ## 弹性微服务(tem) 版本:2021-07-01
328
+
329
+ ### 第 32 次发布
330
+
331
+ 发布时间:2022-10-25 07:01:06
332
+
333
+ 本次发布包含了以下内容:
334
+
335
+ 改善已有的文档。
336
+
337
+ 修改接口:
338
+
339
+ * [CreateApplication](https://cloud.tencent.com/document/api/1371/60162)
340
+
341
+ * 新增入参:Tags
342
+
343
+ * [CreateEnvironment](https://cloud.tencent.com/document/api/1371/60150)
344
+
345
+ * 新增入参:Tags
346
+
347
+ * [DescribeApplications](https://cloud.tencent.com/document/api/1371/78169)
348
+
349
+ * 新增入参:Filters
350
+
351
+ * [DescribeEnvironments](https://cloud.tencent.com/document/api/1371/60149)
352
+
353
+ * 新增入参:Filters
354
+
355
+ * [ModifyApplicationReplicas](https://cloud.tencent.com/document/api/1371/65772)
356
+
357
+ * 新增出参:Result
358
+
359
+
360
+ 新增数据结构:
361
+
362
+ * [QueryFilter](https://cloud.tencent.com/document/api/1371/60171#QueryFilter)
363
+
364
+ 修改数据结构:
365
+
366
+ * [DeployServicePodDetail](https://cloud.tencent.com/document/api/1371/60171#DeployServicePodDetail)
367
+
368
+ * 新增成员:Status
369
+
370
+ * [NamespaceInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceInfo)
371
+
372
+ * 新增成员:Tags
373
+
374
+ * [RunVersionPod](https://cloud.tencent.com/document/api/1371/60171#RunVersionPod)
375
+
376
+ * 新增成员:NodeInfo, StartTime, Unhealthy, UnhealthyWarningMsg, VersionId, ApplicationName
377
+
378
+ * [ServicePage](https://cloud.tencent.com/document/api/1371/60171#ServicePage)
379
+
380
+ * 新增成员:Current
381
+
382
+ * [ServiceVersionBrief](https://cloud.tencent.com/document/api/1371/60171#ServiceVersionBrief)
383
+
384
+ * 新增成员:BatchDeployStatus, Zones, NodeInfos, PodList, WorkloadInfo, CreateDate
385
+
386
+ * [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
387
+
388
+ * 新增成员:Tags
389
+
390
+ * [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
391
+
392
+ * 新增成员:AppId, SubAccountUin, Uin, Region, GroupId, EnableRegistry, AutoscalerList, Modifier, Creator, DeployStrategyConf, PodList, ConfEdited, Tags
393
+
394
+ * [WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)
395
+
396
+ * 新增成员:VersionName, ReadyReplicas, Replicas, UpdatedReplicas, UpdatedReadyReplicas, UpdateRevision, CurrentRevision
397
+
398
+
399
+
400
+
401
+ ## 弹性微服务(tem) 版本:2020-12-21
402
+
403
+
404
+
405
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
406
+
407
+ ### 第 7 次发布
408
+
409
+ 发布时间:2022-10-25 07:02:19
410
+
411
+ 本次发布包含了以下内容:
412
+
413
+ 改善已有的文档。
414
+
415
+ 修改数据结构:
416
+
417
+ * [AliasDomain](https://cloud.tencent.com/document/api/1552/80721#AliasDomain)
418
+
419
+ * 新增成员:ForbidMode, TargetForbid
420
+
421
+ * [Https](https://cloud.tencent.com/document/api/1552/80721#Https)
422
+
423
+ * 新增成员:ApplyType
424
+
425
+ * [ServerCertInfo](https://cloud.tencent.com/document/api/1552/80721#ServerCertInfo)
426
+
427
+ * 新增成员:CommonName
428
+
429
+
430
+
431
+
432
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
433
+
434
+
435
+
436
+ ## 腾讯云微服务引擎(tse) 版本:2020-12-07
437
+
438
+ ### 第 29 次发布
439
+
440
+ 发布时间:2022-10-25 07:07:46
441
+
442
+ 本次发布包含了以下内容:
443
+
444
+ 改善已有的文档。
445
+
446
+ 修改接口:
447
+
448
+ * [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
449
+
450
+ * 新增出参:LimiterAddressInfos
451
+
452
+
453
+ 新增数据结构:
454
+
455
+ * [PolarisLimiterAddress](https://cloud.tencent.com/document/api/1364/54942#PolarisLimiterAddress)
456
+
457
+ 修改数据结构:
458
+
459
+ * [ServiceGovernanceInfo](https://cloud.tencent.com/document/api/1364/54942#ServiceGovernanceInfo)
460
+
461
+ * 新增成员:LimiterVpcInfos
462
+
16
463
 
17
464
 
18
465
 
@@ -13921,6 +14368,41 @@
13921
14368
 
13922
14369
  ## 内容分发网络(cdn) 版本:2018-06-06
13923
14370
 
14371
+ ### 第 112 次发布
14372
+
14373
+ 发布时间:2022-10-25 06:16:59
14374
+
14375
+ 本次发布包含了以下内容:
14376
+
14377
+ 改善已有的文档。
14378
+
14379
+ 修改接口:
14380
+
14381
+ * [DescribeImageConfig](https://cloud.tencent.com/document/api/228/43844)
14382
+
14383
+ * 新增出参:AvifAdapter
14384
+
14385
+ * [UpdateImageConfig](https://cloud.tencent.com/document/api/228/43843)
14386
+
14387
+ * 新增入参:AvifAdapter
14388
+
14389
+
14390
+ 新增数据结构:
14391
+
14392
+ * [[AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter)](https://cloud.tencent.com/document/api/228/30987#[AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter))
14393
+ * [[MaxAgeCodeRule](https://cloud.tencent.com/document/api/228/30987#MaxAgeCodeRule)](https://cloud.tencent.com/document/api/228/30987#[MaxAgeCodeRule](https://cloud.tencent.com/document/api/228/30987#MaxAgeCodeRule))
14394
+
14395
+ 修改数据结构:
14396
+
14397
+ * [ImageOptimization](https://cloud.tencent.com/document/api/228/30987#ImageOptimization)
14398
+
14399
+ * 新增成员:AvifAdapter
14400
+
14401
+ * [MaxAge](https://cloud.tencent.com/document/api/228/30987#MaxAge)
14402
+
14403
+ * 新增成员:MaxAgeCodeRule
14404
+
14405
+
13924
14406
  ### 第 111 次发布
13925
14407
 
13926
14408
  发布时间:2022-09-19 06:14:28
@@ -18081,6 +18563,29 @@
18081
18563
 
18082
18564
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
18083
18565
 
18566
+ ### 第 62 次发布
18567
+
18568
+ 发布时间:2022-10-25 06:19:36
18569
+
18570
+ 本次发布包含了以下内容:
18571
+
18572
+ 改善已有的文档。
18573
+
18574
+ 修改数据结构:
18575
+
18576
+ * [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
18577
+
18578
+ * 新增成员:UseAutoCreateTopic, CompressionType
18579
+
18580
+ * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
18581
+
18582
+ * 新增成员:IsTableRegular
18583
+
18584
+ * [TopicParam](https://cloud.tencent.com/document/api/597/40861#TopicParam)
18585
+
18586
+ * 新增成员:CompressionType, UseAutoCreateTopic
18587
+
18588
+
18084
18589
  ### 第 61 次发布
18085
18590
 
18086
18591
  发布时间:2022-10-20 06:14:29
@@ -23581,6 +24086,70 @@
23581
24086
 
23582
24087
  ## 企业收付平台(cpdp) 版本:2019-08-20
23583
24088
 
24089
+ ### 第 91 次发布
24090
+
24091
+ 发布时间:2022-10-25 06:22:30
24092
+
24093
+ 本次发布包含了以下内容:
24094
+
24095
+ 改善已有的文档。
24096
+
24097
+ 新增接口:
24098
+
24099
+ * [[BindOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81884)](https://cloud.tencent.com/document/api/#/#)
24100
+ * [[QueryOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81883)](https://cloud.tencent.com/document/api/#/#)
24101
+
24102
+ 修改接口:
24103
+
24104
+ * [ApplyOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79773)
24105
+
24106
+ * 新增入参:Remark, ExternalSettleData, Environment
24107
+
24108
+ * [CreateCloudSubMerchant](https://cloud.tencent.com/document/api/1122/72604)
24109
+
24110
+ * 新增出参:ChannelAppId
24111
+
24112
+ * [DownloadBill](https://cloud.tencent.com/document/api/1122/40672)
24113
+
24114
+ * 新增出参:StateType
24115
+
24116
+ * [QueryOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79771)
24117
+
24118
+ * 新增入参:Environment
24119
+
24120
+ * [QueryRefund](https://cloud.tencent.com/document/api/1122/40660)
24121
+
24122
+ * 新增出参:ChannelExternalOrderId, ChannelExternalRefundId, ChannelOrderId, TotalRefundAmt, CurrencyType, OutTradeNo, RefundId, MidasAppId, UsedRefundId, SubRefundList
24123
+
24124
+
24125
+ 新增数据结构:
24126
+
24127
+ * [[BindOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#BindOpenBankProfitSharePayeeResult)](https://cloud.tencent.com/document/api/1122/40683#[BindOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#BindOpenBankProfitSharePayeeResult))
24128
+ * [[OldAttachmentInfo](https://cloud.tencent.com/document/api/1122/40683#OldAttachmentInfo)](https://cloud.tencent.com/document/api/1122/40683#[OldAttachmentInfo](https://cloud.tencent.com/document/api/1122/40683#OldAttachmentInfo))
24129
+ * [[OldChannelExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#OldChannelExternalUserInfo)](https://cloud.tencent.com/document/api/1122/40683#[OldChannelExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#OldChannelExternalUserInfo))
24130
+ * [[OldSubRefund](https://cloud.tencent.com/document/api/1122/40683#OldSubRefund)](https://cloud.tencent.com/document/api/1122/40683#[OldSubRefund](https://cloud.tencent.com/document/api/1122/40683#OldSubRefund))
24131
+ * [[OpenBankProfitSharePayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitSharePayeeInfo)](https://cloud.tencent.com/document/api/1122/40683#[OpenBankProfitSharePayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitSharePayeeInfo))
24132
+ * [[QueryOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankProfitSharePayeeResult)](https://cloud.tencent.com/document/api/1122/40683#[QueryOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankProfitSharePayeeResult))
24133
+
24134
+ 修改数据结构:
24135
+
24136
+ * [CloudOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudOrderReturn)
24137
+
24138
+ * 新增成员:SubAppId, PayScene, PaymentMethod
24139
+
24140
+ * [CloudSubOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderReturn)
24141
+
24142
+ * 新增成员:ChannelSubPayOrderId, ProductId
24143
+
24144
+ * [QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult)
24145
+
24146
+ * 新增成员:Currency
24147
+
24148
+ * [QueryOrderOutOrderList](https://cloud.tencent.com/document/api/1122/40683#QueryOrderOutOrderList)
24149
+
24150
+ * 新增成员:SettleCheck, ChannelExternalUserInfoList, AttachmentInfoList
24151
+
24152
+
23584
24153
  ### 第 90 次发布
23585
24154
 
23586
24155
  发布时间:2022-10-20 06:16:38
@@ -27897,6 +28466,21 @@
27897
28466
 
27898
28467
  ## 主机安全(cwp) 版本:2018-02-28
27899
28468
 
28469
+ ### 第 59 次发布
28470
+
28471
+ 发布时间:2022-10-25 06:25:41
28472
+
28473
+ 本次发布包含了以下内容:
28474
+
28475
+ 改善已有的文档。
28476
+
28477
+ 修改数据结构:
28478
+
28479
+ * [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
28480
+
28481
+ * 新增成员:Desc
28482
+
28483
+
27900
28484
  ### 第 58 次发布
27901
28485
 
27902
28486
  发布时间:2022-10-24 06:23:41
@@ -27907,7 +28491,7 @@
27907
28491
 
27908
28492
  新增接口:
27909
28493
 
27910
- * [[DescribeBaselinePolicyList](https://cloud.tencent.com/document/api/296/81834)](https://cloud.tencent.com/document/api/#/#)
28494
+ * [DescribeBaselinePolicyList](https://cloud.tencent.com/document/api/296/81834)
27911
28495
 
27912
28496
  ### 第 57 次发布
27913
28497
 
@@ -38243,6 +38827,32 @@
38243
38827
 
38244
38828
  ## Elasticsearch Service(es) 版本:2018-04-16
38245
38829
 
38830
+ ### 第 38 次发布
38831
+
38832
+ 发布时间:2022-10-25 06:33:48
38833
+
38834
+ 本次发布包含了以下内容:
38835
+
38836
+ 改善已有的文档。
38837
+
38838
+ 修改接口:
38839
+
38840
+ * [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
38841
+
38842
+ * 新增入参:DiskEnhance
38843
+
38844
+
38845
+ 修改数据结构:
38846
+
38847
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
38848
+
38849
+ * 新增成员:ProcessPercent, KibanaAlteringPublicAccess
38850
+
38851
+ * [NodeInfo](https://cloud.tencent.com/document/api/845/30634#NodeInfo)
38852
+
38853
+ * 新增成员:DiskEnhance
38854
+
38855
+
38246
38856
  ### 第 37 次发布
38247
38857
 
38248
38858
  发布时间:2022-09-28 06:30:23
@@ -39592,6 +40202,33 @@
39592
40202
 
39593
40203
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
39594
40204
 
40205
+ ### 第 37 次发布
40206
+
40207
+ 发布时间:2022-10-24 15:26:34
40208
+
40209
+ 本次发布包含了以下内容:
40210
+
40211
+ 改善已有的文档。
40212
+
40213
+ 新增接口:
40214
+
40215
+ * [[ChannelCancelFlow](https://cloud.tencent.com/document/api/1420/81869)](https://cloud.tencent.com/document/api/#/#)
40216
+
40217
+ ### 第 36 次发布
40218
+
40219
+ 发布时间:2022-10-24 15:11:55
40220
+
40221
+ 本次发布包含了以下内容:
40222
+
40223
+ 改善已有的文档。
40224
+
40225
+ 修改接口:
40226
+
40227
+ * [ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)
40228
+
40229
+ * 新增入参:CancelMessage, CancelMessageFormat
40230
+
40231
+
39595
40232
  ### 第 35 次发布
39596
40233
 
39597
40234
  发布时间:2022-10-19 20:26:32
@@ -44990,6 +45627,21 @@
44990
45627
 
44991
45628
  ## 智能编辑(ie) 版本:2020-03-04
44992
45629
 
45630
+ ### 第 13 次发布
45631
+
45632
+ 发布时间:2022-10-25 06:37:05
45633
+
45634
+ 本次发布包含了以下内容:
45635
+
45636
+ 改善已有的文档。
45637
+
45638
+ 修改接口:
45639
+
45640
+ * [CreateMediaQualityRestorationTask](https://cloud.tencent.com/document/api/1186/48451)
45641
+
45642
+ * 新增入参:TopSpeedCodecChannel
45643
+
45644
+
44993
45645
  ### 第 12 次发布
44994
45646
 
44995
45647
  发布时间:2022-07-05 06:14:24
@@ -46909,6 +47561,36 @@
46909
47561
 
46910
47562
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
46911
47563
 
47564
+ ### 第 46 次发布
47565
+
47566
+ 发布时间:2022-10-25 06:38:53
47567
+
47568
+ 本次发布包含了以下内容:
47569
+
47570
+ 改善已有的文档。
47571
+
47572
+ 修改接口:
47573
+
47574
+ * [DescribeBindedProducts](https://cloud.tencent.com/document/api/1081/67876)
47575
+
47576
+ * 新增入参:ProductSource
47577
+
47578
+ * [DescribeDeviceBindGateway](https://cloud.tencent.com/document/api/1081/67872)
47579
+
47580
+ * 新增出参:GatewayProductOwnerName, GatewayProductOwnerUin
47581
+
47582
+ * [DescribeGatewaySubProducts](https://cloud.tencent.com/document/api/1081/67875)
47583
+
47584
+ * 新增入参:ProductSource
47585
+
47586
+
47587
+ 修改数据结构:
47588
+
47589
+ * [BindProductInfo](https://cloud.tencent.com/document/api/1081/34988#BindProductInfo)
47590
+
47591
+ * 新增成员:ProductOwnerName
47592
+
47593
+
46912
47594
  ### 第 45 次发布
46913
47595
 
46914
47596
  发布时间:2022-05-25 06:10:34
@@ -73193,6 +73875,55 @@
73193
73875
 
73194
73876
  ## 容器安全服务(tcss) 版本:2020-11-01
73195
73877
 
73878
+ ### 第 29 次发布
73879
+
73880
+ 发布时间:2022-10-25 06:57:07
73881
+
73882
+ 本次发布包含了以下内容:
73883
+
73884
+ 改善已有的文档。
73885
+
73886
+ 新增接口:
73887
+
73888
+ * [[DescribeExportJobDownloadURL](https://cloud.tencent.com/document/api/1285/81886)](https://cloud.tencent.com/document/api/#/#)
73889
+ * [[DescribeExportJobManageList](https://cloud.tencent.com/document/api/1285/81885)](https://cloud.tencent.com/document/api/#/#)
73890
+
73891
+ 修改接口:
73892
+
73893
+ * [CreateImageExportJob](https://cloud.tencent.com/document/api/1285/81635)
73894
+
73895
+ * <font color="#dd0000">**修改入参**:</font>ExportField
73896
+
73897
+ * [DescribeSecLogDeliveryKafkaOptions](https://cloud.tencent.com/document/api/1285/81730)
73898
+
73899
+ * 新增入参:RegionID
73900
+
73901
+ * 新增出参:RegionList
73902
+
73903
+ * [DescribeSecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81729)
73904
+
73905
+ * 新增出参:RegionID
73906
+
73907
+ * [ModifySecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81722)
73908
+
73909
+ * 新增入参:RegionID
73910
+
73911
+
73912
+ 新增数据结构:
73913
+
73914
+ * [[ExportJobInfo](https://cloud.tencent.com/document/api/1285/65614#ExportJobInfo)](https://cloud.tencent.com/document/api/1285/65614#[ExportJobInfo](https://cloud.tencent.com/document/api/1285/65614#ExportJobInfo))
73915
+
73916
+ 修改数据结构:
73917
+
73918
+ * [CompliancePolicyItemSummary](https://cloud.tencent.com/document/api/1285/65614#CompliancePolicyItemSummary)
73919
+
73920
+ * 新增成员:ApplicableVersion
73921
+
73922
+ * [FileAttributeInfo](https://cloud.tencent.com/document/api/1285/65614#FileAttributeInfo)
73923
+
73924
+ * 新增成员:NewFile, FileDiff
73925
+
73926
+
73196
73927
  ### 第 28 次发布
73197
73928
 
73198
73929
  发布时间:2022-10-21 06:44:56
@@ -75678,6 +76409,76 @@
75678
76409
 
75679
76410
  ## 弹性微服务(tem) 版本:2021-07-01
75680
76411
 
76412
+ ### 第 32 次发布
76413
+
76414
+ 发布时间:2022-10-25 07:01:06
76415
+
76416
+ 本次发布包含了以下内容:
76417
+
76418
+ 改善已有的文档。
76419
+
76420
+ 修改接口:
76421
+
76422
+ * [CreateApplication](https://cloud.tencent.com/document/api/1371/60162)
76423
+
76424
+ * 新增入参:Tags
76425
+
76426
+ * [CreateEnvironment](https://cloud.tencent.com/document/api/1371/60150)
76427
+
76428
+ * 新增入参:Tags
76429
+
76430
+ * [DescribeApplications](https://cloud.tencent.com/document/api/1371/78169)
76431
+
76432
+ * 新增入参:Filters
76433
+
76434
+ * [DescribeEnvironments](https://cloud.tencent.com/document/api/1371/60149)
76435
+
76436
+ * 新增入参:Filters
76437
+
76438
+ * [ModifyApplicationReplicas](https://cloud.tencent.com/document/api/1371/65772)
76439
+
76440
+ * 新增出参:Result
76441
+
76442
+
76443
+ 新增数据结构:
76444
+
76445
+ * [[QueryFilter](https://cloud.tencent.com/document/api/1371/60171#QueryFilter)](https://cloud.tencent.com/document/api/1371/60171#[QueryFilter](https://cloud.tencent.com/document/api/1371/60171#QueryFilter))
76446
+
76447
+ 修改数据结构:
76448
+
76449
+ * [DeployServicePodDetail](https://cloud.tencent.com/document/api/1371/60171#DeployServicePodDetail)
76450
+
76451
+ * 新增成员:Status
76452
+
76453
+ * [NamespaceInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceInfo)
76454
+
76455
+ * 新增成员:Tags
76456
+
76457
+ * [RunVersionPod](https://cloud.tencent.com/document/api/1371/60171#RunVersionPod)
76458
+
76459
+ * 新增成员:NodeInfo, StartTime, Unhealthy, UnhealthyWarningMsg, VersionId, ApplicationName
76460
+
76461
+ * [ServicePage](https://cloud.tencent.com/document/api/1371/60171#ServicePage)
76462
+
76463
+ * 新增成员:Current
76464
+
76465
+ * [ServiceVersionBrief](https://cloud.tencent.com/document/api/1371/60171#ServiceVersionBrief)
76466
+
76467
+ * 新增成员:BatchDeployStatus, Zones, NodeInfos, PodList, WorkloadInfo, CreateDate
76468
+
76469
+ * [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
76470
+
76471
+ * 新增成员:Tags
76472
+
76473
+ * [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
76474
+
76475
+ * 新增成员:AppId, SubAccountUin, Uin, Region, GroupId, EnableRegistry, AutoscalerList, Modifier, Creator, DeployStrategyConf, PodList, ConfEdited, Tags
76476
+
76477
+ * [WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)
76478
+
76479
+ * 新增成员:VersionName, ReadyReplicas, Replicas, UpdatedReplicas, UpdatedReadyReplicas, UpdateRevision, CurrentRevision
76480
+
76481
+
75681
76482
  ### 第 31 次发布
75682
76483
 
75683
76484
  发布时间:2022-09-28 06:54:52
@@ -77180,6 +77981,29 @@
77180
77981
 
77181
77982
  ## 边缘安全加速平台(teo) 版本:2022-09-01
77182
77983
 
77984
+ ### 第 7 次发布
77985
+
77986
+ 发布时间:2022-10-25 07:02:19
77987
+
77988
+ 本次发布包含了以下内容:
77989
+
77990
+ 改善已有的文档。
77991
+
77992
+ 修改数据结构:
77993
+
77994
+ * [AliasDomain](https://cloud.tencent.com/document/api/1552/80721#AliasDomain)
77995
+
77996
+ * 新增成员:ForbidMode, TargetForbid
77997
+
77998
+ * [Https](https://cloud.tencent.com/document/api/1552/80721#Https)
77999
+
78000
+ * 新增成员:ApplyType
78001
+
78002
+ * [ServerCertInfo](https://cloud.tencent.com/document/api/1552/80721#ServerCertInfo)
78003
+
78004
+ * 新增成员:CommonName
78005
+
78006
+
77183
78007
  ### 第 6 次发布
77184
78008
 
77185
78009
  发布时间:2022-10-20 06:52:24
@@ -83906,6 +84730,32 @@
83906
84730
 
83907
84731
  ## 腾讯云微服务引擎(tse) 版本:2020-12-07
83908
84732
 
84733
+ ### 第 29 次发布
84734
+
84735
+ 发布时间:2022-10-25 07:07:46
84736
+
84737
+ 本次发布包含了以下内容:
84738
+
84739
+ 改善已有的文档。
84740
+
84741
+ 修改接口:
84742
+
84743
+ * [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
84744
+
84745
+ * 新增出参:LimiterAddressInfos
84746
+
84747
+
84748
+ 新增数据结构:
84749
+
84750
+ * [[PolarisLimiterAddress](https://cloud.tencent.com/document/api/1364/54942#PolarisLimiterAddress)](https://cloud.tencent.com/document/api/1364/54942#[PolarisLimiterAddress](https://cloud.tencent.com/document/api/1364/54942#PolarisLimiterAddress))
84751
+
84752
+ 修改数据结构:
84753
+
84754
+ * [ServiceGovernanceInfo](https://cloud.tencent.com/document/api/1364/54942#ServiceGovernanceInfo)
84755
+
84756
+ * 新增成员:LimiterVpcInfos
84757
+
84758
+
83909
84759
  ### 第 28 次发布
83910
84760
 
83911
84761
  发布时间:2022-10-12 07:03:55