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
@@ -1,10 +1,193 @@
1
1
  # 本版本更新包含以下内容:
2
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
+
3
94
  ## 主机安全(cwp) 版本:2018-02-28
4
95
 
5
- ### 第 58 次发布
96
+ ### 第 60 次发布
6
97
 
7
- 发布时间:2022-10-24 06:23:41
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
8
191
 
9
192
  本次发布包含了以下内容:
10
193
 
@@ -12,7 +195,61 @@
12
195
 
13
196
  新增接口:
14
197
 
15
- * [DescribeBaselinePolicyList](https://cloud.tencent.com/document/api/296/81834)
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)
16
253
 
17
254
 
18
255
 
@@ -1529,6 +1766,21 @@
1529
1766
 
1530
1767
  ## DDoS 防护(antiddos) 版本:2020-03-09
1531
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
+
1532
1784
  ### 第 42 次发布
1533
1785
 
1534
1786
  发布时间:2022-09-12 06:07:03
@@ -11109,6 +11361,25 @@
11109
11361
 
11110
11362
  ## 云呼叫中心(ccc) 版本:2020-02-10
11111
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
+
11112
11383
  ### 第 31 次发布
11113
11384
 
11114
11385
  发布时间:2022-09-22 06:12:48
@@ -13921,6 +14192,41 @@
13921
14192
 
13922
14193
  ## 内容分发网络(cdn) 版本:2018-06-06
13923
14194
 
14195
+ ### 第 112 次发布
14196
+
14197
+ 发布时间:2022-10-25 06:16:59
14198
+
14199
+ 本次发布包含了以下内容:
14200
+
14201
+ 改善已有的文档。
14202
+
14203
+ 修改接口:
14204
+
14205
+ * [DescribeImageConfig](https://cloud.tencent.com/document/api/228/43844)
14206
+
14207
+ * 新增出参:AvifAdapter
14208
+
14209
+ * [UpdateImageConfig](https://cloud.tencent.com/document/api/228/43843)
14210
+
14211
+ * 新增入参:AvifAdapter
14212
+
14213
+
14214
+ 新增数据结构:
14215
+
14216
+ * [AvifAdapter](https://cloud.tencent.com/document/api/228/30987#AvifAdapter)
14217
+ * [MaxAgeCodeRule](https://cloud.tencent.com/document/api/228/30987#MaxAgeCodeRule)
14218
+
14219
+ 修改数据结构:
14220
+
14221
+ * [ImageOptimization](https://cloud.tencent.com/document/api/228/30987#ImageOptimization)
14222
+
14223
+ * 新增成员:AvifAdapter
14224
+
14225
+ * [MaxAge](https://cloud.tencent.com/document/api/228/30987#MaxAge)
14226
+
14227
+ * 新增成员:MaxAgeCodeRule
14228
+
14229
+
13924
14230
  ### 第 111 次发布
13925
14231
 
13926
14232
  发布时间:2022-09-19 06:14:28
@@ -18081,6 +18387,29 @@
18081
18387
 
18082
18388
  ## 消息队列 Ckafka(ckafka) 版本:2019-08-19
18083
18389
 
18390
+ ### 第 62 次发布
18391
+
18392
+ 发布时间:2022-10-25 06:19:36
18393
+
18394
+ 本次发布包含了以下内容:
18395
+
18396
+ 改善已有的文档。
18397
+
18398
+ 修改数据结构:
18399
+
18400
+ * [KafkaParam](https://cloud.tencent.com/document/api/597/40861#KafkaParam)
18401
+
18402
+ * 新增成员:UseAutoCreateTopic, CompressionType
18403
+
18404
+ * [MySQLParam](https://cloud.tencent.com/document/api/597/40861#MySQLParam)
18405
+
18406
+ * 新增成员:IsTableRegular
18407
+
18408
+ * [TopicParam](https://cloud.tencent.com/document/api/597/40861#TopicParam)
18409
+
18410
+ * 新增成员:CompressionType, UseAutoCreateTopic
18411
+
18412
+
18084
18413
  ### 第 61 次发布
18085
18414
 
18086
18415
  发布时间:2022-10-20 06:14:29
@@ -21336,6 +21665,21 @@
21336
21665
 
21337
21666
  ## 日志服务(cls) 版本:2020-10-16
21338
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
+
21339
21683
  ### 第 30 次发布
21340
21684
 
21341
21685
  发布时间:2022-09-22 06:17:52
@@ -23581,6 +23925,96 @@
23581
23925
 
23582
23926
  ## 企业收付平台(cpdp) 版本:2019-08-20
23583
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
+
23954
+ ### 第 91 次发布
23955
+
23956
+ 发布时间:2022-10-25 06:22:30
23957
+
23958
+ 本次发布包含了以下内容:
23959
+
23960
+ 改善已有的文档。
23961
+
23962
+ 新增接口:
23963
+
23964
+ * [BindOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81884)
23965
+ * [QueryOpenBankProfitSharePayee](https://cloud.tencent.com/document/api/1122/81883)
23966
+
23967
+ 修改接口:
23968
+
23969
+ * [ApplyOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79773)
23970
+
23971
+ * 新增入参:Remark, ExternalSettleData, Environment
23972
+
23973
+ * [CreateCloudSubMerchant](https://cloud.tencent.com/document/api/1122/72604)
23974
+
23975
+ * 新增出参:ChannelAppId
23976
+
23977
+ * [DownloadBill](https://cloud.tencent.com/document/api/1122/40672)
23978
+
23979
+ * 新增出参:StateType
23980
+
23981
+ * [QueryOpenBankSettleOrder](https://cloud.tencent.com/document/api/1122/79771)
23982
+
23983
+ * 新增入参:Environment
23984
+
23985
+ * [QueryRefund](https://cloud.tencent.com/document/api/1122/40660)
23986
+
23987
+ * 新增出参:ChannelExternalOrderId, ChannelExternalRefundId, ChannelOrderId, TotalRefundAmt, CurrencyType, OutTradeNo, RefundId, MidasAppId, UsedRefundId, SubRefundList
23988
+
23989
+
23990
+ 新增数据结构:
23991
+
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)
23998
+
23999
+ 修改数据结构:
24000
+
24001
+ * [CloudOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudOrderReturn)
24002
+
24003
+ * 新增成员:SubAppId, PayScene, PaymentMethod
24004
+
24005
+ * [CloudSubOrderReturn](https://cloud.tencent.com/document/api/1122/40683#CloudSubOrderReturn)
24006
+
24007
+ * 新增成员:ChannelSubPayOrderId, ProductId
24008
+
24009
+ * [QueryOpenBankSettleOrderResult](https://cloud.tencent.com/document/api/1122/40683#QueryOpenBankSettleOrderResult)
24010
+
24011
+ * 新增成员:Currency
24012
+
24013
+ * [QueryOrderOutOrderList](https://cloud.tencent.com/document/api/1122/40683#QueryOrderOutOrderList)
24014
+
24015
+ * 新增成员:SettleCheck, ChannelExternalUserInfoList, AttachmentInfoList
24016
+
24017
+
23584
24018
  ### 第 90 次发布
23585
24019
 
23586
24020
  发布时间:2022-10-20 06:16:38
@@ -27897,6 +28331,40 @@
27897
28331
 
27898
28332
  ## 主机安全(cwp) 版本:2018-02-28
27899
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
+
28353
+ ### 第 59 次发布
28354
+
28355
+ 发布时间:2022-10-25 06:25:41
28356
+
28357
+ 本次发布包含了以下内容:
28358
+
28359
+ 改善已有的文档。
28360
+
28361
+ 修改数据结构:
28362
+
28363
+ * [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
28364
+
28365
+ * 新增成员:Desc
28366
+
28367
+
27900
28368
  ### 第 58 次发布
27901
28369
 
27902
28370
  发布时间:2022-10-24 06:23:41
@@ -27907,7 +28375,7 @@
27907
28375
 
27908
28376
  新增接口:
27909
28377
 
27910
- * [[DescribeBaselinePolicyList](https://cloud.tencent.com/document/api/296/81834)](https://cloud.tencent.com/document/api/#/#)
28378
+ * [DescribeBaselinePolicyList](https://cloud.tencent.com/document/api/296/81834)
27911
28379
 
27912
28380
  ### 第 57 次发布
27913
28381
 
@@ -38243,6 +38711,32 @@
38243
38711
 
38244
38712
  ## Elasticsearch Service(es) 版本:2018-04-16
38245
38713
 
38714
+ ### 第 38 次发布
38715
+
38716
+ 发布时间:2022-10-25 06:33:48
38717
+
38718
+ 本次发布包含了以下内容:
38719
+
38720
+ 改善已有的文档。
38721
+
38722
+ 修改接口:
38723
+
38724
+ * [CreateInstance](https://cloud.tencent.com/document/api/845/30633)
38725
+
38726
+ * 新增入参:DiskEnhance
38727
+
38728
+
38729
+ 修改数据结构:
38730
+
38731
+ * [InstanceInfo](https://cloud.tencent.com/document/api/845/30634#InstanceInfo)
38732
+
38733
+ * 新增成员:ProcessPercent, KibanaAlteringPublicAccess
38734
+
38735
+ * [NodeInfo](https://cloud.tencent.com/document/api/845/30634#NodeInfo)
38736
+
38737
+ * 新增成员:DiskEnhance
38738
+
38739
+
38246
38740
  ### 第 37 次发布
38247
38741
 
38248
38742
  发布时间:2022-09-28 06:30:23
@@ -39103,6 +39597,25 @@
39103
39597
 
39104
39598
  ## 电子签服务(ess) 版本:2020-11-11
39105
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
+
39106
39619
  ### 第 20 次发布
39107
39620
 
39108
39621
  发布时间:2022-10-20 06:24:19
@@ -39592,6 +40105,52 @@
39592
40105
 
39593
40106
  ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
39594
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
+
40127
+ ### 第 37 次发布
40128
+
40129
+ 发布时间:2022-10-24 15:26:34
40130
+
40131
+ 本次发布包含了以下内容:
40132
+
40133
+ 改善已有的文档。
40134
+
40135
+ 新增接口:
40136
+
40137
+ * [ChannelCancelFlow](https://cloud.tencent.com/document/api/1420/81869)
40138
+
40139
+ ### 第 36 次发布
40140
+
40141
+ 发布时间:2022-10-24 15:11:55
40142
+
40143
+ 本次发布包含了以下内容:
40144
+
40145
+ 改善已有的文档。
40146
+
40147
+ 修改接口:
40148
+
40149
+ * [ChannelBatchCancelFlows](https://cloud.tencent.com/document/api/1420/80391)
40150
+
40151
+ * 新增入参:CancelMessage, CancelMessageFormat
40152
+
40153
+
39595
40154
  ### 第 35 次发布
39596
40155
 
39597
40156
  发布时间:2022-10-19 20:26:32
@@ -44990,6 +45549,21 @@
44990
45549
 
44991
45550
  ## 智能编辑(ie) 版本:2020-03-04
44992
45551
 
45552
+ ### 第 13 次发布
45553
+
45554
+ 发布时间:2022-10-25 06:37:05
45555
+
45556
+ 本次发布包含了以下内容:
45557
+
45558
+ 改善已有的文档。
45559
+
45560
+ 修改接口:
45561
+
45562
+ * [CreateMediaQualityRestorationTask](https://cloud.tencent.com/document/api/1186/48451)
45563
+
45564
+ * 新增入参:TopSpeedCodecChannel
45565
+
45566
+
44993
45567
  ### 第 12 次发布
44994
45568
 
44995
45569
  发布时间:2022-07-05 06:14:24
@@ -46909,6 +47483,36 @@
46909
47483
 
46910
47484
  ## 物联网开发平台(iotexplorer) 版本:2019-04-23
46911
47485
 
47486
+ ### 第 46 次发布
47487
+
47488
+ 发布时间:2022-10-25 06:38:53
47489
+
47490
+ 本次发布包含了以下内容:
47491
+
47492
+ 改善已有的文档。
47493
+
47494
+ 修改接口:
47495
+
47496
+ * [DescribeBindedProducts](https://cloud.tencent.com/document/api/1081/67876)
47497
+
47498
+ * 新增入参:ProductSource
47499
+
47500
+ * [DescribeDeviceBindGateway](https://cloud.tencent.com/document/api/1081/67872)
47501
+
47502
+ * 新增出参:GatewayProductOwnerName, GatewayProductOwnerUin
47503
+
47504
+ * [DescribeGatewaySubProducts](https://cloud.tencent.com/document/api/1081/67875)
47505
+
47506
+ * 新增入参:ProductSource
47507
+
47508
+
47509
+ 修改数据结构:
47510
+
47511
+ * [BindProductInfo](https://cloud.tencent.com/document/api/1081/34988#BindProductInfo)
47512
+
47513
+ * 新增成员:ProductOwnerName
47514
+
47515
+
46912
47516
  ### 第 45 次发布
46913
47517
 
46914
47518
  发布时间:2022-05-25 06:10:34
@@ -49482,7 +50086,22 @@
49482
50086
 
49483
50087
 
49484
50088
 
49485
- ## 视频智能标签(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
+
49486
50105
 
49487
50106
  ### 第 7 次发布
49488
50107
 
@@ -52741,6 +53360,20 @@
52741
53360
 
52742
53361
  ## 云数据库 MariaDB(mariadb) 版本:2017-03-12
52743
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
+
52744
53377
  ### 第 42 次发布
52745
53378
 
52746
53379
  发布时间:2022-10-13 06:35:29
@@ -61962,6 +62595,18 @@
61962
62595
 
61963
62596
  ## 私有域解析 Private DNS(privatedns) 版本:2020-10-28
61964
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
+
61965
62610
  ### 第 10 次发布
61966
62611
 
61967
62612
  发布时间:2022-09-19 06:43:11
@@ -65043,6 +65688,21 @@
65043
65688
 
65044
65689
  ## 邮件推送(ses) 版本:2020-10-02
65045
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
+
65046
65706
  ### 第 14 次发布
65047
65707
 
65048
65708
  发布时间:2022-07-22 06:12:49
@@ -68307,6 +68967,19 @@
68307
68967
 
68308
68968
  ## 标签(tag) 版本:2018-08-13
68309
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
+
68310
68983
  ### 第 11 次发布
68311
68984
 
68312
68985
  发布时间:2022-08-08 06:36:01
@@ -73193,6 +73866,55 @@
73193
73866
 
73194
73867
  ## 容器安全服务(tcss) 版本:2020-11-01
73195
73868
 
73869
+ ### 第 29 次发布
73870
+
73871
+ 发布时间:2022-10-25 06:57:07
73872
+
73873
+ 本次发布包含了以下内容:
73874
+
73875
+ 改善已有的文档。
73876
+
73877
+ 新增接口:
73878
+
73879
+ * [DescribeExportJobDownloadURL](https://cloud.tencent.com/document/api/1285/81886)
73880
+ * [DescribeExportJobManageList](https://cloud.tencent.com/document/api/1285/81885)
73881
+
73882
+ 修改接口:
73883
+
73884
+ * [CreateImageExportJob](https://cloud.tencent.com/document/api/1285/81635)
73885
+
73886
+ * <font color="#dd0000">**修改入参**:</font>ExportField
73887
+
73888
+ * [DescribeSecLogDeliveryKafkaOptions](https://cloud.tencent.com/document/api/1285/81730)
73889
+
73890
+ * 新增入参:RegionID
73891
+
73892
+ * 新增出参:RegionList
73893
+
73894
+ * [DescribeSecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81729)
73895
+
73896
+ * 新增出参:RegionID
73897
+
73898
+ * [ModifySecLogDeliveryKafkaSetting](https://cloud.tencent.com/document/api/1285/81722)
73899
+
73900
+ * 新增入参:RegionID
73901
+
73902
+
73903
+ 新增数据结构:
73904
+
73905
+ * [ExportJobInfo](https://cloud.tencent.com/document/api/1285/65614#ExportJobInfo)
73906
+
73907
+ 修改数据结构:
73908
+
73909
+ * [CompliancePolicyItemSummary](https://cloud.tencent.com/document/api/1285/65614#CompliancePolicyItemSummary)
73910
+
73911
+ * 新增成员:ApplicableVersion
73912
+
73913
+ * [FileAttributeInfo](https://cloud.tencent.com/document/api/1285/65614#FileAttributeInfo)
73914
+
73915
+ * 新增成员:NewFile, FileDiff
73916
+
73917
+
73196
73918
  ### 第 28 次发布
73197
73919
 
73198
73920
  发布时间:2022-10-21 06:44:56
@@ -75678,6 +76400,76 @@
75678
76400
 
75679
76401
  ## 弹性微服务(tem) 版本:2021-07-01
75680
76402
 
76403
+ ### 第 32 次发布
76404
+
76405
+ 发布时间:2022-10-25 07:01:06
76406
+
76407
+ 本次发布包含了以下内容:
76408
+
76409
+ 改善已有的文档。
76410
+
76411
+ 修改接口:
76412
+
76413
+ * [CreateApplication](https://cloud.tencent.com/document/api/1371/60162)
76414
+
76415
+ * 新增入参:Tags
76416
+
76417
+ * [CreateEnvironment](https://cloud.tencent.com/document/api/1371/60150)
76418
+
76419
+ * 新增入参:Tags
76420
+
76421
+ * [DescribeApplications](https://cloud.tencent.com/document/api/1371/78169)
76422
+
76423
+ * 新增入参:Filters
76424
+
76425
+ * [DescribeEnvironments](https://cloud.tencent.com/document/api/1371/60149)
76426
+
76427
+ * 新增入参:Filters
76428
+
76429
+ * [ModifyApplicationReplicas](https://cloud.tencent.com/document/api/1371/65772)
76430
+
76431
+ * 新增出参:Result
76432
+
76433
+
76434
+ 新增数据结构:
76435
+
76436
+ * [QueryFilter](https://cloud.tencent.com/document/api/1371/60171#QueryFilter)
76437
+
76438
+ 修改数据结构:
76439
+
76440
+ * [DeployServicePodDetail](https://cloud.tencent.com/document/api/1371/60171#DeployServicePodDetail)
76441
+
76442
+ * 新增成员:Status
76443
+
76444
+ * [NamespaceInfo](https://cloud.tencent.com/document/api/1371/60171#NamespaceInfo)
76445
+
76446
+ * 新增成员:Tags
76447
+
76448
+ * [RunVersionPod](https://cloud.tencent.com/document/api/1371/60171#RunVersionPod)
76449
+
76450
+ * 新增成员:NodeInfo, StartTime, Unhealthy, UnhealthyWarningMsg, VersionId, ApplicationName
76451
+
76452
+ * [ServicePage](https://cloud.tencent.com/document/api/1371/60171#ServicePage)
76453
+
76454
+ * 新增成员:Current
76455
+
76456
+ * [ServiceVersionBrief](https://cloud.tencent.com/document/api/1371/60171#ServiceVersionBrief)
76457
+
76458
+ * 新增成员:BatchDeployStatus, Zones, NodeInfos, PodList, WorkloadInfo, CreateDate
76459
+
76460
+ * [TemService](https://cloud.tencent.com/document/api/1371/60171#TemService)
76461
+
76462
+ * 新增成员:Tags
76463
+
76464
+ * [TemServiceVersionInfo](https://cloud.tencent.com/document/api/1371/60171#TemServiceVersionInfo)
76465
+
76466
+ * 新增成员:AppId, SubAccountUin, Uin, Region, GroupId, EnableRegistry, AutoscalerList, Modifier, Creator, DeployStrategyConf, PodList, ConfEdited, Tags
76467
+
76468
+ * [WorkloadInfo](https://cloud.tencent.com/document/api/1371/60171#WorkloadInfo)
76469
+
76470
+ * 新增成员:VersionName, ReadyReplicas, Replicas, UpdatedReplicas, UpdatedReadyReplicas, UpdateRevision, CurrentRevision
76471
+
76472
+
75681
76473
  ### 第 31 次发布
75682
76474
 
75683
76475
  发布时间:2022-09-28 06:54:52
@@ -77180,6 +77972,29 @@
77180
77972
 
77181
77973
  ## 边缘安全加速平台(teo) 版本:2022-09-01
77182
77974
 
77975
+ ### 第 7 次发布
77976
+
77977
+ 发布时间:2022-10-25 07:02:19
77978
+
77979
+ 本次发布包含了以下内容:
77980
+
77981
+ 改善已有的文档。
77982
+
77983
+ 修改数据结构:
77984
+
77985
+ * [AliasDomain](https://cloud.tencent.com/document/api/1552/80721#AliasDomain)
77986
+
77987
+ * 新增成员:ForbidMode, TargetForbid
77988
+
77989
+ * [Https](https://cloud.tencent.com/document/api/1552/80721#Https)
77990
+
77991
+ * 新增成员:ApplyType
77992
+
77993
+ * [ServerCertInfo](https://cloud.tencent.com/document/api/1552/80721#ServerCertInfo)
77994
+
77995
+ * 新增成员:CommonName
77996
+
77997
+
77183
77998
  ### 第 6 次发布
77184
77999
 
77185
78000
  发布时间:2022-10-20 06:52:24
@@ -83906,6 +84721,32 @@
83906
84721
 
83907
84722
  ## 腾讯云微服务引擎(tse) 版本:2020-12-07
83908
84723
 
84724
+ ### 第 29 次发布
84725
+
84726
+ 发布时间:2022-10-25 07:07:46
84727
+
84728
+ 本次发布包含了以下内容:
84729
+
84730
+ 改善已有的文档。
84731
+
84732
+ 修改接口:
84733
+
84734
+ * [DescribeSREInstanceAccessAddress](https://cloud.tencent.com/document/api/1364/54941)
84735
+
84736
+ * 新增出参:LimiterAddressInfos
84737
+
84738
+
84739
+ 新增数据结构:
84740
+
84741
+ * [PolarisLimiterAddress](https://cloud.tencent.com/document/api/1364/54942#PolarisLimiterAddress)
84742
+
84743
+ 修改数据结构:
84744
+
84745
+ * [ServiceGovernanceInfo](https://cloud.tencent.com/document/api/1364/54942#ServiceGovernanceInfo)
84746
+
84747
+ * 新增成员:LimiterVpcInfos
84748
+
84749
+
83909
84750
  ### 第 28 次发布
83910
84751
 
83911
84752
  发布时间:2022-10-12 07:03:55