tencentcloud-sdk-nodejs 4.0.465 → 4.0.467

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 (99) hide show
  1. package/CHANGELOG.md +720 -0
  2. package/SERVICE_CHANGELOG.md +846 -5
  3. package/package.json +1 -1
  4. package/products.md +29 -29
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/antiddos/v20200309/antiddos_models.ts +10 -0
  7. package/src/services/ccc/v20200210/ccc_client.ts +1 -0
  8. package/src/services/ccc/v20200210/ccc_models.ts +20 -0
  9. package/src/services/cdn/v20180606/cdn_client.ts +5 -3
  10. package/src/services/cdn/v20180606/cdn_models.ts +75 -24
  11. package/src/services/cfw/v20190904/cfw_client.ts +1 -1
  12. package/src/services/cfw/v20190904/cfw_models.ts +19 -19
  13. package/src/services/ckafka/v20190819/ckafka_models.ts +31 -2
  14. package/src/services/clb/v20180317/clb_models.ts +2 -2
  15. package/src/services/cls/v20201016/cls_models.ts +9 -0
  16. package/src/services/cpdp/v20190820/cpdp_client.ts +34 -3
  17. package/src/services/cpdp/v20190820/cpdp_models.ts +719 -134
  18. package/src/services/cwp/v20180228/cwp_models.ts +18 -0
  19. package/src/services/dc/v20180410/dc_models.ts +1 -1
  20. package/src/services/emr/v20190103/emr_models.ts +1 -1
  21. package/src/services/es/v20180416/es_models.ts +24 -1
  22. package/src/services/ess/v20201111/ess_client.ts +2 -1
  23. package/src/services/ess/v20201111/ess_models.ts +93 -73
  24. package/src/services/essbasic/v20210526/essbasic_client.ts +22 -6
  25. package/src/services/essbasic/v20210526/essbasic_models.ts +173 -95
  26. package/src/services/ie/v20200304/ie_models.ts +6 -1
  27. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +28 -0
  28. package/src/services/ivld/v20210903/ivld_models.ts +6 -0
  29. package/src/services/live/v20180801/live_client.ts +5 -4
  30. package/src/services/live/v20180801/live_models.ts +4 -3
  31. package/src/services/mariadb/v20170312/mariadb_client.ts +42 -6
  32. package/src/services/mariadb/v20170312/mariadb_models.ts +115 -0
  33. package/src/services/privatedns/v20201028/privatedns_client.ts +12 -0
  34. package/src/services/privatedns/v20201028/privatedns_models.ts +45 -0
  35. package/src/services/ses/v20201002/ses_models.ts +5 -0
  36. package/src/services/tag/v20180813/tag_client.ts +32 -8
  37. package/src/services/tag/v20180813/tag_models.ts +86 -16
  38. package/src/services/tcss/v20201101/tcss_client.ts +39 -14
  39. package/src/services/tcss/v20201101/tcss_models.ts +178 -17
  40. package/src/services/tem/v20210701/tem_client.ts +1 -0
  41. package/src/services/tem/v20210701/tem_models.ts +257 -0
  42. package/src/services/teo/v20220901/teo_models.ts +31 -5
  43. package/src/services/trp/v20210515/trp_models.ts +3 -3
  44. package/src/services/tse/v20201207/tse_client.ts +1 -0
  45. package/src/services/tse/v20201207/tse_models.ts +23 -1
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +8 -0
  49. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +17 -0
  50. package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +3 -3
  51. package/tencentcloud/services/cdn/v20180606/cdn_client.js +2 -2
  52. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +65 -21
  53. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +1 -1
  54. package/tencentcloud/services/cfw/v20190904/cfw_client.js +1 -1
  55. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +19 -19
  56. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +26 -2
  57. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
  58. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +8 -0
  59. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +9 -1
  60. package/tencentcloud/services/cpdp/v20190820/cpdp_client.js +12 -0
  61. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +599 -107
  62. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +15 -0
  63. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +1 -1
  64. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +1 -1
  65. package/tencentcloud/services/es/v20180416/es_models.d.ts +20 -1
  66. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  67. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +78 -61
  68. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -2
  69. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -1
  70. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +149 -82
  71. package/tencentcloud/services/ie/v20200304/ie_models.d.ts +5 -1
  72. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +23 -0
  73. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +5 -0
  74. package/tencentcloud/services/live/v20180801/live_client.d.ts +5 -4
  75. package/tencentcloud/services/live/v20180801/live_client.js +5 -4
  76. package/tencentcloud/services/live/v20180801/live_models.d.ts +4 -3
  77. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +15 -3
  78. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +21 -3
  79. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +98 -0
  80. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +5 -1
  81. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +6 -0
  82. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +38 -0
  83. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
  84. package/tencentcloud/services/tag/v20180813/tag_client.d.ts +11 -3
  85. package/tencentcloud/services/tag/v20180813/tag_client.js +15 -3
  86. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +74 -14
  87. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +14 -6
  88. package/tencentcloud/services/tcss/v20201101/tcss_client.js +18 -6
  89. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +152 -16
  90. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +214 -0
  91. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +27 -5
  92. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +3 -3
  93. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +20 -1
  94. package/test/cpdp.v20190820.test.js +20 -0
  95. package/test/essbasic.v20210526.test.js +10 -0
  96. package/test/mariadb.v20170312.test.js +32 -2
  97. package/test/privatedns.v20201028.test.js +10 -0
  98. package/test/tag.v20180813.test.js +22 -2
  99. package/test/tcss.v20201101.test.js +24 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,723 @@
1
+ # Release 4.0.467
2
+
3
+ ## DDoS 防护(antiddos) 版本:2020-03-09
4
+
5
+ ### 第 43 次发布
6
+
7
+ 发布时间:2022-10-26 06:07:49
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改接口:
14
+
15
+ * [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
16
+
17
+ * 新增入参:FilterLightFlag, FilterChannelFlag
18
+
19
+
20
+
21
+
22
+ ## 云呼叫中心(ccc) 版本:2020-02-10
23
+
24
+ ### 第 32 次发布
25
+
26
+ 发布时间:2022-10-26 06:15:12
27
+
28
+ 本次发布包含了以下内容:
29
+
30
+ 改善已有的文档。
31
+
32
+ 修改接口:
33
+
34
+ * [CreateAutoCalloutTask](https://cloud.tencent.com/document/api/679/69194)
35
+
36
+ * 新增入参:Variables
37
+
38
+
39
+ 新增数据结构:
40
+
41
+ * [Variable](https://cloud.tencent.com/document/api/679/47715#Variable)
42
+
43
+
44
+
45
+ ## 日志服务(cls) 版本:2020-10-16
46
+
47
+ ### 第 31 次发布
48
+
49
+ 发布时间:2022-10-26 06:21:36
50
+
51
+ 本次发布包含了以下内容:
52
+
53
+ 改善已有的文档。
54
+
55
+ 修改接口:
56
+
57
+ * [SearchLog](https://cloud.tencent.com/document/api/614/56447)
58
+
59
+ * 新增入参:SamplingRate
60
+
61
+
62
+
63
+
64
+ ## 企业收付平台(cpdp) 版本:2019-08-20
65
+
66
+ ### 第 92 次发布
67
+
68
+ 发布时间:2022-10-26 06:23:03
69
+
70
+ 本次发布包含了以下内容:
71
+
72
+ 改善已有的文档。
73
+
74
+ 修改接口:
75
+
76
+ * [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
77
+
78
+ * 新增入参:ExternalAttachmentDataList
79
+
80
+
81
+ 新增数据结构:
82
+
83
+ * [CloudExternalAttachmentData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalAttachmentData)
84
+
85
+ 修改数据结构:
86
+
87
+ * [CloudSubOrder](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrder)
88
+
89
+ * 新增成员:ExternalAttachmentDataList
90
+
91
+
92
+
93
+
94
+ ## 主机安全(cwp) 版本:2018-02-28
95
+
96
+ ### 第 60 次发布
97
+
98
+ 发布时间:2022-10-26 06:25:43
99
+
100
+ 本次发布包含了以下内容:
101
+
102
+ 改善已有的文档。
103
+
104
+ 修改接口:
105
+
106
+ * [DescribeMalwareTimingScanSetting](https://cloud.tencent.com/document/api/296/58240)
107
+
108
+ * 新增出参:EnableInspiredEngine
109
+
110
+ * [ModifyMalwareTimingScanSettings](https://cloud.tencent.com/document/api/296/52509)
111
+
112
+ * 新增入参:EnableInspiredEngine
113
+
114
+
115
+
116
+
117
+ ## 电子签服务(ess) 版本:2020-11-11
118
+
119
+ ### 第 21 次发布
120
+
121
+ 发布时间:2022-10-26 06:35:22
122
+
123
+ 本次发布包含了以下内容:
124
+
125
+ 改善已有的文档。
126
+
127
+ 新增数据结构:
128
+
129
+ * [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
130
+
131
+ 修改数据结构:
132
+
133
+ * [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
134
+
135
+ * 新增成员:ApproverOption
136
+
137
+
138
+
139
+
140
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
141
+
142
+ ### 第 38 次发布
143
+
144
+ 发布时间:2022-10-26 06:35:40
145
+
146
+ 本次发布包含了以下内容:
147
+
148
+ 改善已有的文档。
149
+
150
+ 新增数据结构:
151
+
152
+ * [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
153
+
154
+ 修改数据结构:
155
+
156
+ * [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
157
+
158
+ * 新增成员:ApproverOption, ApproverNeedSignReview
159
+
160
+
161
+
162
+
163
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
164
+
165
+
166
+
167
+ ## 媒体智能标签(ivld) 版本:2021-09-03
168
+
169
+ ### 第 8 次发布
170
+
171
+ 发布时间:2022-10-25 19:11:18
172
+
173
+ 本次发布包含了以下内容:
174
+
175
+ 改善已有的文档。
176
+
177
+ 修改数据结构:
178
+
179
+ * [PersonInfo](https://cloud.tencent.com/document/api/1509/65063#PersonInfo)
180
+
181
+ * 新增成员:AppearRect
182
+
183
+
184
+
185
+
186
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
187
+
188
+ ### 第 43 次发布
189
+
190
+ 发布时间:2022-10-26 06:46:25
191
+
192
+ 本次发布包含了以下内容:
193
+
194
+ 改善已有的文档。
195
+
196
+ 新增接口:
197
+
198
+ * [ModifyInstanceNetwork](https://cloud.tencent.com/document/api/237/81949)
199
+ * [ModifyInstanceVip](https://cloud.tencent.com/document/api/237/81948)
200
+ * [ModifyInstanceVport](https://cloud.tencent.com/document/api/237/81947)
201
+
202
+
203
+
204
+ ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
205
+
206
+ ### 第 11 次发布
207
+
208
+ 发布时间:2022-10-26 06:52:45
209
+
210
+ 本次发布包含了以下内容:
211
+
212
+ 改善已有的文档。
213
+
214
+ 新增接口:
215
+
216
+ * [ModifyRecordsStatus](https://cloud.tencent.com/document/api/1338/81950)
217
+
218
+
219
+
220
+ ## 邮件推送(ses) 版本:2020-10-02
221
+
222
+ ### 第 15 次发布
223
+
224
+ 发布时间:2022-10-26 06:55:19
225
+
226
+ 本次发布包含了以下内容:
227
+
228
+ 改善已有的文档。
229
+
230
+ 修改数据结构:
231
+
232
+ * [CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)
233
+
234
+ * 新增成员:TermCycle
235
+
236
+
237
+
238
+
239
+ ## 标签(tag) 版本:2018-08-13
240
+
241
+ ### 第 12 次发布
242
+
243
+ 发布时间:2022-10-26 06:58:19
244
+
245
+ 本次发布包含了以下内容:
246
+
247
+ 改善已有的文档。
248
+
249
+ 新增接口:
250
+
251
+ * [AddProject](https://cloud.tencent.com/document/api/651/81952)
252
+ * [UpdateProject](https://cloud.tencent.com/document/api/651/81951)
253
+
254
+
255
+
256
+ # Release 4.0.466
257
+
258
+ ## 内容分发网络(cdn) 版本:2018-06-06
259
+
260
+ ### 第 112 次发布
261
+
262
+ 发布时间:2022-10-25 06:16:59
263
+
264
+ 本次发布包含了以下内容:
265
+
266
+ 改善已有的文档。
267
+
268
+ 修改接口:
269
+
270
+ * [DescribeImageConfig](https://cloud.tencent.com/document/api/228/43844)
271
+
272
+ * 新增出参:AvifAdapter
273
+
274
+ * [UpdateImageConfig](https://cloud.tencent.com/document/api/228/43843)
275
+
276
+ * 新增入参:AvifAdapter
277
+
278
+
279
+ 新增数据结构:
280
+
281
+ * [AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter)
282
+ * [MaxAgeCodeRule](https://cloud.tencent.com/document/api/228/30987#MaxAgeCodeRule)
283
+
284
+ 修改数据结构:
285
+
286
+ * [ImageOptimization](https://cloud.tencent.com/document/api/228/30987#ImageOptimization)
287
+
288
+ * 新增成员:AvifAdapter
289
+
290
+ * [MaxAge](https://cloud.tencent.com/document/api/228/30987#MaxAge)
291
+
292
+ * 新增成员:MaxAgeCodeRule
293
+
294
+
295
+
296
+
297
+ ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
298
+
299
+ ### 第 62 次发布
300
+
301
+ 发布时间:2022-10-25 06:19:36
302
+
303
+ 本次发布包含了以下内容:
304
+
305
+ 改善已有的文档。
306
+
307
+ 修改数据结构:
308
+
309
+ * [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
310
+
311
+ * 新增成员:UseAutoCreateTopic, CompressionType
312
+
313
+ * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
314
+
315
+ * 新增成员:IsTableRegular
316
+
317
+ * [TopicParam](https://cloud.tencent.com/document/api/597/40861#TopicParam)
318
+
319
+ * 新增成员:CompressionType, UseAutoCreateTopic
320
+
321
+
322
+
323
+
324
+ ## 企业收付平台(cpdp) 版本:2019-08-20
325
+
326
+ ### 第 91 次发布
327
+
328
+ 发布时间:2022-10-25 06:22:30
329
+
330
+ 本次发布包含了以下内容:
331
+
332
+ 改善已有的文档。
333
+
334
+ 新增接口:
335
+
336
+ * [BindOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81884)
337
+ * [QueryOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81883)
338
+
339
+ 修改接口:
340
+
341
+ * [ApplyOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79773)
342
+
343
+ * 新增入参:Remark, ExternalSettleData, Environment
344
+
345
+ * [CreateCloudSubMerchant](https://cloud.tencent.com/document/api/1122/72604)
346
+
347
+ * 新增出参:ChannelAppId
348
+
349
+ * [DownloadBill](https://cloud.tencent.com/document/api/1122/40672)
350
+
351
+ * 新增出参:StateType
352
+
353
+ * [QueryOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79771)
354
+
355
+ * 新增入参:Environment
356
+
357
+ * [QueryRefund](https://cloud.tencent.com/document/api/1122/40660)
358
+
359
+ * 新增出参:ChannelExternalOrderId, ChannelExternalRefundId, ChannelOrderId, TotalRefundAmt, CurrencyType, OutTradeNo, RefundId, MidasAppId, UsedRefundId, SubRefundList
360
+
361
+
362
+ 新增数据结构:
363
+
364
+ * [BindOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#BindOpenBankProfitSharePayeeResult)
365
+ * [OldAttachmentInfo](https://cloud.tencent.com/document/api/1122/40683#OldAttachmentInfo)
366
+ * [OldChannelExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#OldChannelExternalUserInfo)
367
+ * [OldSubRefund](https://cloud.tencent.com/document/api/1122/40683#OldSubRefund)
368
+ * [OpenBankProfitSharePayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitSharePayeeInfo)
369
+ * [QueryOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankProfitSharePayeeResult)
370
+
371
+ 修改数据结构:
372
+
373
+ * [CloudOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudOrderReturn)
374
+
375
+ * 新增成员:SubAppId, PayScene, PaymentMethod
376
+
377
+ * [CloudSubOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderReturn)
378
+
379
+ * 新增成员:ChannelSubPayOrderId, ProductId
380
+
381
+ * [QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult)
382
+
383
+ * 新增成员:Currency
384
+
385
+ * [QueryOrderOutOrderList](https://cloud.tencent.com/document/api/1122/40683#QueryOrderOutOrderList)
386
+
387
+ * 新增成员:SettleCheck, ChannelExternalUserInfoList, AttachmentInfoList
388
+
389
+
390
+
391
+
392
+ ## 主机安全(cwp) 版本:2018-02-28
393
+
394
+ ### 第 59 次发布
395
+
396
+ 发布时间:2022-10-25 06:25:41
397
+
398
+ 本次发布包含了以下内容:
399
+
400
+ 改善已有的文档。
401
+
402
+ 修改数据结构:
403
+
404
+ * [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
405
+
406
+ * 新增成员:Desc
407
+
408
+
409
+
410
+
411
+ ## Elasticsearch Service(es) 版本:2018-04-16
412
+
413
+ ### 第 38 次发布
414
+
415
+ 发布时间:2022-10-25 06:33:48
416
+
417
+ 本次发布包含了以下内容:
418
+
419
+ 改善已有的文档。
420
+
421
+ 修改接口:
422
+
423
+ * [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
424
+
425
+ * 新增入参:DiskEnhance
426
+
427
+
428
+ 修改数据结构:
429
+
430
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
431
+
432
+ * 新增成员:ProcessPercent, KibanaAlteringPublicAccess
433
+
434
+ * [NodeInfo](https://cloud.tencent.com/document/api/845/30634#NodeInfo)
435
+
436
+ * 新增成员:DiskEnhance
437
+
438
+
439
+
440
+
441
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
442
+
443
+ ### 第 37 次发布
444
+
445
+ 发布时间:2022-10-24 15:26:34
446
+
447
+ 本次发布包含了以下内容:
448
+
449
+ 改善已有的文档。
450
+
451
+ 新增接口:
452
+
453
+ * [ChannelCancelFlow](https://cloud.tencent.com/document/api/1420/81869)
454
+
455
+ ### 第 36 次发布
456
+
457
+ 发布时间:2022-10-24 15:11:55
458
+
459
+ 本次发布包含了以下内容:
460
+
461
+ 改善已有的文档。
462
+
463
+ 修改接口:
464
+
465
+ * [ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)
466
+
467
+ * 新增入参:CancelMessage, CancelMessageFormat
468
+
469
+
470
+
471
+
472
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
473
+
474
+
475
+
476
+ ## 智能编辑(ie) 版本:2020-03-04
477
+
478
+ ### 第 13 次发布
479
+
480
+ 发布时间:2022-10-25 06:37:05
481
+
482
+ 本次发布包含了以下内容:
483
+
484
+ 改善已有的文档。
485
+
486
+ 修改接口:
487
+
488
+ * [CreateMediaQualityRestorationTask](https://cloud.tencent.com/document/api/1186/48451)
489
+
490
+ * 新增入参:TopSpeedCodecChannel
491
+
492
+
493
+
494
+
495
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
496
+
497
+ ### 第 46 次发布
498
+
499
+ 发布时间:2022-10-25 06:38:53
500
+
501
+ 本次发布包含了以下内容:
502
+
503
+ 改善已有的文档。
504
+
505
+ 修改接口:
506
+
507
+ * [DescribeBindedProducts](https://cloud.tencent.com/document/api/1081/67876)
508
+
509
+ * 新增入参:ProductSource
510
+
511
+ * [DescribeDeviceBindGateway](https://cloud.tencent.com/document/api/1081/67872)
512
+
513
+ * 新增出参:GatewayProductOwnerName, GatewayProductOwnerUin
514
+
515
+ * [DescribeGatewaySubProducts](https://cloud.tencent.com/document/api/1081/67875)
516
+
517
+ * 新增入参:ProductSource
518
+
519
+
520
+ 修改数据结构:
521
+
522
+ * [BindProductInfo](https://cloud.tencent.com/document/api/1081/34988#BindProductInfo)
523
+
524
+ * 新增成员:ProductOwnerName
525
+
526
+
527
+
528
+
529
+ ## 容器安全服务(tcss) 版本:2020-11-01
530
+
531
+ ### 第 29 次发布
532
+
533
+ 发布时间:2022-10-25 06:57:07
534
+
535
+ 本次发布包含了以下内容:
536
+
537
+ 改善已有的文档。
538
+
539
+ 新增接口:
540
+
541
+ * [DescribeExportJobDownloadURL](https://cloud.tencent.com/document/api/1285/81886)
542
+ * [DescribeExportJobManageList](https://cloud.tencent.com/document/api/1285/81885)
543
+
544
+ 修改接口:
545
+
546
+ * [CreateImageExportJob](https://cloud.tencent.com/document/api/1285/81635)
547
+
548
+ * <font color="#dd0000">**修改入参**:</font>ExportField
549
+
550
+ * [DescribeSecLogDeliveryKafkaOptions](https://cloud.tencent.com/document/api/1285/81730)
551
+
552
+ * 新增入参:RegionID
553
+
554
+ * 新增出参:RegionList
555
+
556
+ * [DescribeSecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81729)
557
+
558
+ * 新增出参:RegionID
559
+
560
+ * [ModifySecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81722)
561
+
562
+ * 新增入参:RegionID
563
+
564
+
565
+ 新增数据结构:
566
+
567
+ * [ExportJobInfo](https://cloud.tencent.com/document/api/1285/65614#ExportJobInfo)
568
+
569
+ 修改数据结构:
570
+
571
+ * [CompliancePolicyItemSummary](https://cloud.tencent.com/document/api/1285/65614#CompliancePolicyItemSummary)
572
+
573
+ * 新增成员:ApplicableVersion
574
+
575
+ * [FileAttributeInfo](https://cloud.tencent.com/document/api/1285/65614#FileAttributeInfo)
576
+
577
+ * 新增成员:NewFile, FileDiff
578
+
579
+
580
+
581
+
582
+ ## 弹性微服务(tem) 版本:2021-07-01
583
+
584
+ ### 第 32 次发布
585
+
586
+ 发布时间:2022-10-25 07:01:06
587
+
588
+ 本次发布包含了以下内容:
589
+
590
+ 改善已有的文档。
591
+
592
+ 修改接口:
593
+
594
+ * [CreateApplication](https://cloud.tencent.com/document/api/1371/60162)
595
+
596
+ * 新增入参:Tags
597
+
598
+ * [CreateEnvironment](https://cloud.tencent.com/document/api/1371/60150)
599
+
600
+ * 新增入参:Tags
601
+
602
+ * [DescribeApplications](https://cloud.tencent.com/document/api/1371/78169)
603
+
604
+ * 新增入参:Filters
605
+
606
+ * [DescribeEnvironments](https://cloud.tencent.com/document/api/1371/60149)
607
+
608
+ * 新增入参:Filters
609
+
610
+ * [ModifyApplicationReplicas](https://cloud.tencent.com/document/api/1371/65772)
611
+
612
+ * 新增出参:Result
613
+
614
+
615
+ 新增数据结构:
616
+
617
+ * [QueryFilter](https://cloud.tencent.com/document/api/1371/60171#QueryFilter)
618
+
619
+ 修改数据结构:
620
+
621
+ * [DeployServicePodDetail](https://cloud.tencent.com/document/api/1371/60171#DeployServicePodDetail)
622
+
623
+ * 新增成员:Status
624
+
625
+ * [NamespaceInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceInfo)
626
+
627
+ * 新增成员:Tags
628
+
629
+ * [RunVersionPod](https://cloud.tencent.com/document/api/1371/60171#RunVersionPod)
630
+
631
+ * 新增成员:NodeInfo, StartTime, Unhealthy, UnhealthyWarningMsg, VersionId, ApplicationName
632
+
633
+ * [ServicePage](https://cloud.tencent.com/document/api/1371/60171#ServicePage)
634
+
635
+ * 新增成员:Current
636
+
637
+ * [ServiceVersionBrief](https://cloud.tencent.com/document/api/1371/60171#ServiceVersionBrief)
638
+
639
+ * 新增成员:BatchDeployStatus, Zones, NodeInfos, PodList, WorkloadInfo, CreateDate
640
+
641
+ * [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
642
+
643
+ * 新增成员:Tags
644
+
645
+ * [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
646
+
647
+ * 新增成员:AppId, SubAccountUin, Uin, Region, GroupId, EnableRegistry, AutoscalerList, Modifier, Creator, DeployStrategyConf, PodList, ConfEdited, Tags
648
+
649
+ * [WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)
650
+
651
+ * 新增成员:VersionName, ReadyReplicas, Replicas, UpdatedReplicas, UpdatedReadyReplicas, UpdateRevision, CurrentRevision
652
+
653
+
654
+
655
+
656
+ ## 弹性微服务(tem) 版本:2020-12-21
657
+
658
+
659
+
660
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
661
+
662
+ ### 第 7 次发布
663
+
664
+ 发布时间:2022-10-25 07:02:19
665
+
666
+ 本次发布包含了以下内容:
667
+
668
+ 改善已有的文档。
669
+
670
+ 修改数据结构:
671
+
672
+ * [AliasDomain](https://cloud.tencent.com/document/api/1552/80721#AliasDomain)
673
+
674
+ * 新增成员:ForbidMode, TargetForbid
675
+
676
+ * [Https](https://cloud.tencent.com/document/api/1552/80721#Https)
677
+
678
+ * 新增成员:ApplyType
679
+
680
+ * [ServerCertInfo](https://cloud.tencent.com/document/api/1552/80721#ServerCertInfo)
681
+
682
+ * 新增成员:CommonName
683
+
684
+
685
+
686
+
687
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
688
+
689
+
690
+
691
+ ## 腾讯云微服务引擎(tse) 版本:2020-12-07
692
+
693
+ ### 第 29 次发布
694
+
695
+ 发布时间:2022-10-25 07:07:46
696
+
697
+ 本次发布包含了以下内容:
698
+
699
+ 改善已有的文档。
700
+
701
+ 修改接口:
702
+
703
+ * [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
704
+
705
+ * 新增出参:LimiterAddressInfos
706
+
707
+
708
+ 新增数据结构:
709
+
710
+ * [PolarisLimiterAddress](https://cloud.tencent.com/document/api/1364/54942#PolarisLimiterAddress)
711
+
712
+ 修改数据结构:
713
+
714
+ * [ServiceGovernanceInfo](https://cloud.tencent.com/document/api/1364/54942#ServiceGovernanceInfo)
715
+
716
+ * 新增成员:LimiterVpcInfos
717
+
718
+
719
+
720
+
1
721
  # Release 4.0.465
2
722
 
3
723
  ## 主机安全(cwp) 版本:2018-02-28