tencentcloud-sdk-nodejs 4.0.466 → 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 (63) hide show
  1. package/CHANGELOG.md +255 -0
  2. package/SERVICE_CHANGELOG.md +298 -307
  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/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/clb/v20180317/clb_models.ts +2 -2
  10. package/src/services/cls/v20201016/cls_models.ts +9 -0
  11. package/src/services/cpdp/v20190820/cpdp_client.ts +3 -2
  12. package/src/services/cpdp/v20190820/cpdp_models.ts +54 -29
  13. package/src/services/cwp/v20180228/cwp_models.ts +10 -0
  14. package/src/services/dc/v20180410/dc_models.ts +1 -1
  15. package/src/services/ess/v20201111/ess_client.ts +2 -1
  16. package/src/services/ess/v20201111/ess_models.ts +93 -73
  17. package/src/services/essbasic/v20210526/essbasic_client.ts +3 -2
  18. package/src/services/essbasic/v20210526/essbasic_models.ts +40 -20
  19. package/src/services/ivld/v20210903/ivld_models.ts +6 -0
  20. package/src/services/live/v20180801/live_client.ts +4 -4
  21. package/src/services/live/v20180801/live_models.ts +1 -1
  22. package/src/services/mariadb/v20170312/mariadb_client.ts +42 -6
  23. package/src/services/mariadb/v20170312/mariadb_models.ts +115 -0
  24. package/src/services/privatedns/v20201028/privatedns_client.ts +12 -0
  25. package/src/services/privatedns/v20201028/privatedns_models.ts +45 -0
  26. package/src/services/ses/v20201002/ses_models.ts +5 -0
  27. package/src/services/tag/v20180813/tag_client.ts +32 -8
  28. package/src/services/tag/v20180813/tag_models.ts +86 -16
  29. package/src/services/tcss/v20201101/tcss_models.ts +7 -7
  30. package/src/services/trp/v20210515/trp_models.ts +3 -3
  31. package/tencentcloud/common/sdk_version.d.ts +1 -1
  32. package/tencentcloud/common/sdk_version.js +1 -1
  33. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +8 -0
  34. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +17 -0
  35. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +2 -2
  36. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +8 -0
  37. package/tencentcloud/services/cpdp/v20190820/cpdp_client.d.ts +1 -1
  38. package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +47 -26
  39. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +8 -0
  40. package/tencentcloud/services/dc/v20180410/dc_models.d.ts +1 -1
  41. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
  42. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +78 -61
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
  44. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +34 -17
  45. package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +5 -0
  46. package/tencentcloud/services/live/v20180801/live_client.d.ts +4 -4
  47. package/tencentcloud/services/live/v20180801/live_client.js +4 -4
  48. package/tencentcloud/services/live/v20180801/live_models.d.ts +1 -1
  49. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +15 -3
  50. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +21 -3
  51. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +98 -0
  52. package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +5 -1
  53. package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +6 -0
  54. package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +38 -0
  55. package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
  56. package/tencentcloud/services/tag/v20180813/tag_client.d.ts +11 -3
  57. package/tencentcloud/services/tag/v20180813/tag_client.js +15 -3
  58. package/tencentcloud/services/tag/v20180813/tag_models.d.ts +74 -14
  59. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +7 -7
  60. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +3 -3
  61. package/test/mariadb.v20170312.test.js +32 -2
  62. package/test/privatedns.v20201028.test.js +10 -0
  63. package/test/tag.v20180813.test.js +22 -2
@@ -1,10 +1,10 @@
1
1
  # 本版本更新包含以下内容:
2
2
 
3
- ## 内容分发网络(cdn) 版本:2018-06-06
3
+ ## DDoS 防护(antiddos) 版本:2020-03-09
4
4
 
5
- ### 第 112 次发布
5
+ ### 第 43 次发布
6
6
 
7
- 发布时间:2022-10-25 06:16:59
7
+ 发布时间:2022-10-26 06:07:49
8
8
 
9
9
  本次发布包含了以下内容:
10
10
 
@@ -12,204 +12,150 @@
12
12
 
13
13
  修改接口:
14
14
 
15
- * [DescribeImageConfig](https://cloud.tencent.com/document/api/228/43844)
15
+ * [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
16
16
 
17
- * 新增出参:AvifAdapter
17
+ * 新增入参:FilterLightFlag, FilterChannelFlag
18
18
 
19
- * [UpdateImageConfig](https://cloud.tencent.com/document/api/228/43843)
20
19
 
21
- * 新增入参:AvifAdapter
22
20
 
23
21
 
24
- 新增数据结构:
22
+ ## 云呼叫中心(ccc) 版本:2020-02-10
25
23
 
26
- * [AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter)
27
- * [MaxAgeCodeRule](https://cloud.tencent.com/document/api/228/30987#MaxAgeCodeRule)
24
+ ### 第 32 次发布
28
25
 
29
- 修改数据结构:
26
+ 发布时间:2022-10-26 06:15:12
30
27
 
31
- * [ImageOptimization](https://cloud.tencent.com/document/api/228/30987#ImageOptimization)
32
-
33
- * 新增成员:AvifAdapter
28
+ 本次发布包含了以下内容:
34
29
 
35
- * [MaxAge](https://cloud.tencent.com/document/api/228/30987#MaxAge)
30
+ 改善已有的文档。
36
31
 
37
- * 新增成员:MaxAgeCodeRule
32
+ 修改接口:
38
33
 
34
+ * [CreateAutoCalloutTask](https://cloud.tencent.com/document/api/679/69194)
39
35
 
36
+ * 新增入参:Variables
40
37
 
41
38
 
42
- ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
39
+ 新增数据结构:
43
40
 
44
- ### 第 62 次发布
41
+ * [Variable](https://cloud.tencent.com/document/api/679/47715#Variable)
45
42
 
46
- 发布时间:2022-10-25 06:19:36
47
43
 
48
- 本次发布包含了以下内容:
49
44
 
50
- 改善已有的文档。
45
+ ## 日志服务(cls) 版本:2020-10-16
51
46
 
52
- 修改数据结构:
47
+ ### 第 31 次发布
53
48
 
54
- * [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
49
+ 发布时间:2022-10-26 06:21:36
55
50
 
56
- * 新增成员:UseAutoCreateTopic, CompressionType
51
+ 本次发布包含了以下内容:
57
52
 
58
- * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
53
+ 改善已有的文档。
59
54
 
60
- * 新增成员:IsTableRegular
55
+ 修改接口:
61
56
 
62
- * [TopicParam](https://cloud.tencent.com/document/api/597/40861#TopicParam)
57
+ * [SearchLog](https://cloud.tencent.com/document/api/614/56447)
63
58
 
64
- * 新增成员:CompressionType, UseAutoCreateTopic
59
+ * 新增入参:SamplingRate
65
60
 
66
61
 
67
62
 
68
63
 
69
64
  ## 企业收付平台(cpdp) 版本:2019-08-20
70
65
 
71
- ### 第 91 次发布
66
+ ### 第 92 次发布
72
67
 
73
- 发布时间:2022-10-25 06:22:30
68
+ 发布时间:2022-10-26 06:23:03
74
69
 
75
70
  本次发布包含了以下内容:
76
71
 
77
72
  改善已有的文档。
78
73
 
79
- 新增接口:
80
-
81
- * [BindOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81884)
82
- * [QueryOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81883)
83
-
84
74
  修改接口:
85
75
 
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
76
+ * [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
101
77
 
102
- * [QueryRefund](https://cloud.tencent.com/document/api/1122/40660)
103
-
104
- * 新增出参:ChannelExternalOrderId, ChannelExternalRefundId, ChannelOrderId, TotalRefundAmt, CurrencyType, OutTradeNo, RefundId, MidasAppId, UsedRefundId, SubRefundList
78
+ * 新增入参:ExternalAttachmentDataList
105
79
 
106
80
 
107
81
  新增数据结构:
108
82
 
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)
83
+ * [CloudExternalAttachmentData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalAttachmentData)
115
84
 
116
85
  修改数据结构:
117
86
 
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)
87
+ * [CloudSubOrder](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrder)
131
88
 
132
- * 新增成员:SettleCheck, ChannelExternalUserInfoList, AttachmentInfoList
89
+ * 新增成员:ExternalAttachmentDataList
133
90
 
134
91
 
135
92
 
136
93
 
137
94
  ## 主机安全(cwp) 版本:2018-02-28
138
95
 
139
- ### 第 59 次发布
96
+ ### 第 60 次发布
140
97
 
141
- 发布时间:2022-10-25 06:25:41
98
+ 发布时间:2022-10-26 06:25:43
142
99
 
143
100
  本次发布包含了以下内容:
144
101
 
145
102
  改善已有的文档。
146
103
 
147
- 修改数据结构:
104
+ 修改接口:
148
105
 
149
- * [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
106
+ * [DescribeMalwareTimingScanSetting](https://cloud.tencent.com/document/api/296/58240)
150
107
 
151
- * 新增成员:Desc
108
+ * 新增出参:EnableInspiredEngine
152
109
 
110
+ * [ModifyMalwareTimingScanSettings](https://cloud.tencent.com/document/api/296/52509)
153
111
 
112
+ * 新增入参:EnableInspiredEngine
154
113
 
155
114
 
156
- ## Elasticsearch Service(es) 版本:2018-04-16
157
115
 
158
- ### 第 38 次发布
159
116
 
160
- 发布时间:2022-10-25 06:33:48
117
+ ## 电子签服务(ess) 版本:2020-11-11
161
118
 
162
- 本次发布包含了以下内容:
119
+ ### 第 21 次发布
163
120
 
164
- 改善已有的文档。
121
+ 发布时间:2022-10-26 06:35:22
165
122
 
166
- 修改接口:
123
+ 本次发布包含了以下内容:
167
124
 
168
- * [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
125
+ 改善已有的文档。
169
126
 
170
- * 新增入参:DiskEnhance
127
+ 新增数据结构:
171
128
 
129
+ * [ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)
172
130
 
173
131
  修改数据结构:
174
132
 
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)
133
+ * [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
180
134
 
181
- * 新增成员:DiskEnhance
135
+ * 新增成员:ApproverOption
182
136
 
183
137
 
184
138
 
185
139
 
186
140
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
187
141
 
188
- ### 第 37 次发布
142
+ ### 第 38 次发布
189
143
 
190
- 发布时间:2022-10-24 15:26:34
144
+ 发布时间:2022-10-26 06:35:40
191
145
 
192
146
  本次发布包含了以下内容:
193
147
 
194
148
  改善已有的文档。
195
149
 
196
- 新增接口:
197
-
198
- * [ChannelCancelFlow](https://cloud.tencent.com/document/api/1420/81869)
199
-
200
- ### 第 36 次发布
201
-
202
- 发布时间:2022-10-24 15:11:55
150
+ 新增数据结构:
203
151
 
204
- 本次发布包含了以下内容:
152
+ * [ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)
205
153
 
206
- 改善已有的文档。
154
+ 修改数据结构:
207
155
 
208
- 修改接口:
156
+ * [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
209
157
 
210
- * [ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)
211
-
212
- * 新增入参:CancelMessage, CancelMessageFormat
158
+ * 新增成员:ApproverOption, ApproverNeedSignReview
213
159
 
214
160
 
215
161
 
@@ -218,64 +164,30 @@
218
164
 
219
165
 
220
166
 
221
- ## 智能编辑(ie) 版本:2020-03-04
222
-
223
- ### 第 13 次发布
224
-
225
- 发布时间:2022-10-25 06:37:05
226
-
227
- 本次发布包含了以下内容:
167
+ ## 媒体智能标签(ivld) 版本:2021-09-03
228
168
 
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 次发布
169
+ ### 第 8 次发布
243
170
 
244
- 发布时间:2022-10-25 06:38:53
171
+ 发布时间:2022-10-25 19:11:18
245
172
 
246
173
  本次发布包含了以下内容:
247
174
 
248
175
  改善已有的文档。
249
176
 
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
177
  修改数据结构:
266
178
 
267
- * [BindProductInfo](https://cloud.tencent.com/document/api/1081/34988#BindProductInfo)
179
+ * [PersonInfo](https://cloud.tencent.com/document/api/1509/65063#PersonInfo)
268
180
 
269
- * 新增成员:ProductOwnerName
181
+ * 新增成员:AppearRect
270
182
 
271
183
 
272
184
 
273
185
 
274
- ## 容器安全服务(tcss) 版本:2020-11-01
186
+ ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
275
187
 
276
- ### 第 29 次发布
188
+ ### 第 43 次发布
277
189
 
278
- 发布时间:2022-10-25 06:57:07
190
+ 发布时间:2022-10-26 06:46:25
279
191
 
280
192
  本次发布包含了以下内容:
281
193
 
@@ -283,130 +195,33 @@
283
195
 
284
196
  新增接口:
285
197
 
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
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)
323
201
 
324
202
 
325
203
 
204
+ ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
326
205
 
327
- ## 弹性微服务(tem) 版本:2021-07-01
206
+ ### 11 次发布
328
207
 
329
- ### 第 32 次发布
330
-
331
- 发布时间:2022-10-25 07:01:06
208
+ 发布时间:2022-10-26 06:52:45
332
209
 
333
210
  本次发布包含了以下内容:
334
211
 
335
212
  改善已有的文档。
336
213
 
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
-
214
+ 新增接口:
399
215
 
216
+ * [ModifyRecordsStatus](https://cloud.tencent.com/document/api/1338/81950)
400
217
 
401
- ## 弹性微服务(tem) 版本:2020-12-21
402
218
 
403
219
 
220
+ ## 邮件推送(ses) 版本:2020-10-02
404
221
 
405
- ## 边缘安全加速平台(teo) 版本:2022-09-01
406
-
407
- ### 第 7 次发布
222
+ ### 15 次发布
408
223
 
409
- 发布时间:2022-10-25 07:02:19
224
+ 发布时间:2022-10-26 06:55:19
410
225
 
411
226
  本次发布包含了以下内容:
412
227
 
@@ -414,52 +229,27 @@
414
229
 
415
230
  修改数据结构:
416
231
 
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
-
232
+ * [CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)
430
233
 
234
+ * 新增成员:TermCycle
431
235
 
432
- ## 边缘安全加速平台(teo) 版本:2022-01-06
433
236
 
434
237
 
435
238
 
436
- ## 腾讯云微服务引擎(tse) 版本:2020-12-07
239
+ ## 标签(tag) 版本:2018-08-13
437
240
 
438
- ### 第 29 次发布
241
+ ### 第 12 次发布
439
242
 
440
- 发布时间:2022-10-25 07:07:46
243
+ 发布时间:2022-10-26 06:58:19
441
244
 
442
245
  本次发布包含了以下内容:
443
246
 
444
247
  改善已有的文档。
445
248
 
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
249
+ 新增接口:
462
250
 
251
+ * [AddProject](https://cloud.tencent.com/document/api/651/81952)
252
+ * [UpdateProject](https://cloud.tencent.com/document/api/651/81951)
463
253
 
464
254
 
465
255
 
@@ -1976,6 +1766,21 @@
1976
1766
 
1977
1767
  ## DDoS 防护(antiddos) 版本:2020-03-09
1978
1768
 
1769
+ ### 第 43 次发布
1770
+
1771
+ 发布时间:2022-10-26 06:07:49
1772
+
1773
+ 本次发布包含了以下内容:
1774
+
1775
+ 改善已有的文档。
1776
+
1777
+ 修改接口:
1778
+
1779
+ * [DescribeListBGPInstances](https://cloud.tencent.com/document/api/1021/57521)
1780
+
1781
+ * 新增入参:FilterLightFlag, FilterChannelFlag
1782
+
1783
+
1979
1784
  ### 第 42 次发布
1980
1785
 
1981
1786
  发布时间:2022-09-12 06:07:03
@@ -11556,6 +11361,25 @@
11556
11361
 
11557
11362
  ## 云呼叫中心(ccc) 版本:2020-02-10
11558
11363
 
11364
+ ### 第 32 次发布
11365
+
11366
+ 发布时间:2022-10-26 06:15:12
11367
+
11368
+ 本次发布包含了以下内容:
11369
+
11370
+ 改善已有的文档。
11371
+
11372
+ 修改接口:
11373
+
11374
+ * [CreateAutoCalloutTask](https://cloud.tencent.com/document/api/679/69194)
11375
+
11376
+ * 新增入参:Variables
11377
+
11378
+
11379
+ 新增数据结构:
11380
+
11381
+ * [[Variable](https://cloud.tencent.com/document/api/679/47715#Variable)](https://cloud.tencent.com/document/api/679/47715#[Variable](https://cloud.tencent.com/document/api/679/47715#Variable))
11382
+
11559
11383
  ### 第 31 次发布
11560
11384
 
11561
11385
  发布时间:2022-09-22 06:12:48
@@ -14389,8 +14213,8 @@
14389
14213
 
14390
14214
  新增数据结构:
14391
14215
 
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))
14216
+ * [AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter)
14217
+ * [MaxAgeCodeRule](https://cloud.tencent.com/document/api/228/30987#MaxAgeCodeRule)
14394
14218
 
14395
14219
  修改数据结构:
14396
14220
 
@@ -21841,6 +21665,21 @@
21841
21665
 
21842
21666
  ## 日志服务(cls) 版本:2020-10-16
21843
21667
 
21668
+ ### 第 31 次发布
21669
+
21670
+ 发布时间:2022-10-26 06:21:36
21671
+
21672
+ 本次发布包含了以下内容:
21673
+
21674
+ 改善已有的文档。
21675
+
21676
+ 修改接口:
21677
+
21678
+ * [SearchLog](https://cloud.tencent.com/document/api/614/56447)
21679
+
21680
+ * 新增入参:SamplingRate
21681
+
21682
+
21844
21683
  ### 第 30 次发布
21845
21684
 
21846
21685
  发布时间:2022-09-22 06:17:52
@@ -24086,6 +23925,32 @@
24086
23925
 
24087
23926
  ## 企业收付平台(cpdp) 版本:2019-08-20
24088
23927
 
23928
+ ### 第 92 次发布
23929
+
23930
+ 发布时间:2022-10-26 06:23:03
23931
+
23932
+ 本次发布包含了以下内容:
23933
+
23934
+ 改善已有的文档。
23935
+
23936
+ 修改接口:
23937
+
23938
+ * [UnifiedCloudOrder](https://cloud.tencent.com/document/api/1122/72599)
23939
+
23940
+ * 新增入参:ExternalAttachmentDataList
23941
+
23942
+
23943
+ 新增数据结构:
23944
+
23945
+ * [[CloudExternalAttachmentData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalAttachmentData)](https://cloud.tencent.com/document/api/1122/40683#[CloudExternalAttachmentData](https://cloud.tencent.com/document/api/1122/40683#CloudExternalAttachmentData))
23946
+
23947
+ 修改数据结构:
23948
+
23949
+ * [CloudSubOrder](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrder)
23950
+
23951
+ * 新增成员:ExternalAttachmentDataList
23952
+
23953
+
24089
23954
  ### 第 91 次发布
24090
23955
 
24091
23956
  发布时间:2022-10-25 06:22:30
@@ -24096,8 +23961,8 @@
24096
23961
 
24097
23962
  新增接口:
24098
23963
 
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/#/#)
23964
+ * [BindOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81884)
23965
+ * [QueryOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81883)
24101
23966
 
24102
23967
  修改接口:
24103
23968
 
@@ -24124,12 +23989,12 @@
24124
23989
 
24125
23990
  新增数据结构:
24126
23991
 
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))
23992
+ * [BindOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#BindOpenBankProfitSharePayeeResult)
23993
+ * [OldAttachmentInfo](https://cloud.tencent.com/document/api/1122/40683#OldAttachmentInfo)
23994
+ * [OldChannelExternalUserInfo](https://cloud.tencent.com/document/api/1122/40683#OldChannelExternalUserInfo)
23995
+ * [OldSubRefund](https://cloud.tencent.com/document/api/1122/40683#OldSubRefund)
23996
+ * [OpenBankProfitSharePayeeInfo](https://cloud.tencent.com/document/api/1122/40683#OpenBankProfitSharePayeeInfo)
23997
+ * [QueryOpenBankProfitSharePayeeResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankProfitSharePayeeResult)
24133
23998
 
24134
23999
  修改数据结构:
24135
24000
 
@@ -28466,6 +28331,25 @@
28466
28331
 
28467
28332
  ## 主机安全(cwp) 版本:2018-02-28
28468
28333
 
28334
+ ### 第 60 次发布
28335
+
28336
+ 发布时间:2022-10-26 06:25:43
28337
+
28338
+ 本次发布包含了以下内容:
28339
+
28340
+ 改善已有的文档。
28341
+
28342
+ 修改接口:
28343
+
28344
+ * [DescribeMalwareTimingScanSetting](https://cloud.tencent.com/document/api/296/58240)
28345
+
28346
+ * 新增出参:EnableInspiredEngine
28347
+
28348
+ * [ModifyMalwareTimingScanSettings](https://cloud.tencent.com/document/api/296/52509)
28349
+
28350
+ * 新增入参:EnableInspiredEngine
28351
+
28352
+
28469
28353
  ### 第 59 次发布
28470
28354
 
28471
28355
  发布时间:2022-10-25 06:25:41
@@ -39713,6 +39597,25 @@
39713
39597
 
39714
39598
  ## 电子签服务(ess) 版本:2020-11-11
39715
39599
 
39600
+ ### 第 21 次发布
39601
+
39602
+ 发布时间:2022-10-26 06:35:22
39603
+
39604
+ 本次发布包含了以下内容:
39605
+
39606
+ 改善已有的文档。
39607
+
39608
+ 新增数据结构:
39609
+
39610
+ * [[ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption)](https://cloud.tencent.com/document/api/1323/70369#[ApproverOption](https://cloud.tencent.com/document/api/1323/70369#ApproverOption))
39611
+
39612
+ 修改数据结构:
39613
+
39614
+ * [FlowCreateApprover](https://cloud.tencent.com/document/api/1323/70369#FlowCreateApprover)
39615
+
39616
+ * 新增成员:ApproverOption
39617
+
39618
+
39716
39619
  ### 第 20 次发布
39717
39620
 
39718
39621
  发布时间:2022-10-20 06:24:19
@@ -40202,6 +40105,25 @@
40202
40105
 
40203
40106
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
40204
40107
 
40108
+ ### 第 38 次发布
40109
+
40110
+ 发布时间:2022-10-26 06:35:40
40111
+
40112
+ 本次发布包含了以下内容:
40113
+
40114
+ 改善已有的文档。
40115
+
40116
+ 新增数据结构:
40117
+
40118
+ * [[ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption)](https://cloud.tencent.com/document/api/1420/61525#[ApproverOption](https://cloud.tencent.com/document/api/1420/61525#ApproverOption))
40119
+
40120
+ 修改数据结构:
40121
+
40122
+ * [FlowApproverInfo](https://cloud.tencent.com/document/api/1420/61525#FlowApproverInfo)
40123
+
40124
+ * 新增成员:ApproverOption, ApproverNeedSignReview
40125
+
40126
+
40205
40127
  ### 第 37 次发布
40206
40128
 
40207
40129
  发布时间:2022-10-24 15:26:34
@@ -40212,7 +40134,7 @@
40212
40134
 
40213
40135
  新增接口:
40214
40136
 
40215
- * [[ChannelCancelFlow](https://cloud.tencent.com/document/api/1420/81869)](https://cloud.tencent.com/document/api/#/#)
40137
+ * [ChannelCancelFlow](https://cloud.tencent.com/document/api/1420/81869)
40216
40138
 
40217
40139
  ### 第 36 次发布
40218
40140
 
@@ -50164,7 +50086,22 @@
50164
50086
 
50165
50087
 
50166
50088
 
50167
- ## 视频智能标签(ivld) 版本:2021-09-03
50089
+ ## 媒体智能标签(ivld) 版本:2021-09-03
50090
+
50091
+ ### 第 8 次发布
50092
+
50093
+ 发布时间:2022-10-25 19:11:18
50094
+
50095
+ 本次发布包含了以下内容:
50096
+
50097
+ 改善已有的文档。
50098
+
50099
+ 修改数据结构:
50100
+
50101
+ * [PersonInfo](https://cloud.tencent.com/document/api/1509/65063#PersonInfo)
50102
+
50103
+ * 新增成员:AppearRect
50104
+
50168
50105
 
50169
50106
  ### 第 7 次发布
50170
50107
 
@@ -53423,6 +53360,20 @@
53423
53360
 
53424
53361
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
53425
53362
 
53363
+ ### 第 43 次发布
53364
+
53365
+ 发布时间:2022-10-26 06:46:25
53366
+
53367
+ 本次发布包含了以下内容:
53368
+
53369
+ 改善已有的文档。
53370
+
53371
+ 新增接口:
53372
+
53373
+ * [[ModifyInstanceNetwork](https://cloud.tencent.com/document/api/237/81949)](https://cloud.tencent.com/document/api/#/#)
53374
+ * [[ModifyInstanceVip](https://cloud.tencent.com/document/api/237/81948)](https://cloud.tencent.com/document/api/#/#)
53375
+ * [[ModifyInstanceVport](https://cloud.tencent.com/document/api/237/81947)](https://cloud.tencent.com/document/api/#/#)
53376
+
53426
53377
  ### 第 42 次发布
53427
53378
 
53428
53379
  发布时间:2022-10-13 06:35:29
@@ -62644,6 +62595,18 @@
62644
62595
 
62645
62596
  ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
62646
62597
 
62598
+ ### 第 11 次发布
62599
+
62600
+ 发布时间:2022-10-26 06:52:45
62601
+
62602
+ 本次发布包含了以下内容:
62603
+
62604
+ 改善已有的文档。
62605
+
62606
+ 新增接口:
62607
+
62608
+ * [[ModifyRecordsStatus](https://cloud.tencent.com/document/api/1338/81950)](https://cloud.tencent.com/document/api/#/#)
62609
+
62647
62610
  ### 第 10 次发布
62648
62611
 
62649
62612
  发布时间:2022-09-19 06:43:11
@@ -65725,6 +65688,21 @@
65725
65688
 
65726
65689
  ## 邮件推送(ses) 版本:2020-10-02
65727
65690
 
65691
+ ### 第 15 次发布
65692
+
65693
+ 发布时间:2022-10-26 06:55:19
65694
+
65695
+ 本次发布包含了以下内容:
65696
+
65697
+ 改善已有的文档。
65698
+
65699
+ 修改数据结构:
65700
+
65701
+ * [CycleEmailParam](https://cloud.tencent.com/document/api/1288/51053#CycleEmailParam)
65702
+
65703
+ * 新增成员:TermCycle
65704
+
65705
+
65728
65706
  ### 第 14 次发布
65729
65707
 
65730
65708
  发布时间:2022-07-22 06:12:49
@@ -68989,6 +68967,19 @@
68989
68967
 
68990
68968
  ## 标签(tag) 版本:2018-08-13
68991
68969
 
68970
+ ### 第 12 次发布
68971
+
68972
+ 发布时间:2022-10-26 06:58:19
68973
+
68974
+ 本次发布包含了以下内容:
68975
+
68976
+ 改善已有的文档。
68977
+
68978
+ 新增接口:
68979
+
68980
+ * [[AddProject](https://cloud.tencent.com/document/api/651/81952)](https://cloud.tencent.com/document/api/#/#)
68981
+ * [[UpdateProject](https://cloud.tencent.com/document/api/651/81951)](https://cloud.tencent.com/document/api/#/#)
68982
+
68992
68983
  ### 第 11 次发布
68993
68984
 
68994
68985
  发布时间:2022-08-08 06:36:01
@@ -73885,8 +73876,8 @@
73885
73876
 
73886
73877
  新增接口:
73887
73878
 
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/#/#)
73879
+ * [DescribeExportJobDownloadURL](https://cloud.tencent.com/document/api/1285/81886)
73880
+ * [DescribeExportJobManageList](https://cloud.tencent.com/document/api/1285/81885)
73890
73881
 
73891
73882
  修改接口:
73892
73883
 
@@ -73911,7 +73902,7 @@
73911
73902
 
73912
73903
  新增数据结构:
73913
73904
 
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))
73905
+ * [ExportJobInfo](https://cloud.tencent.com/document/api/1285/65614#ExportJobInfo)
73915
73906
 
73916
73907
  修改数据结构:
73917
73908
 
@@ -76442,7 +76433,7 @@
76442
76433
 
76443
76434
  新增数据结构:
76444
76435
 
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))
76436
+ * [QueryFilter](https://cloud.tencent.com/document/api/1371/60171#QueryFilter)
76446
76437
 
76447
76438
  修改数据结构:
76448
76439
 
@@ -84747,7 +84738,7 @@
84747
84738
 
84748
84739
  新增数据结构:
84749
84740
 
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))
84741
+ * [PolarisLimiterAddress](https://cloud.tencent.com/document/api/1364/54942#PolarisLimiterAddress)
84751
84742
 
84752
84743
  修改数据结构:
84753
84744